{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/PlLMu0V3HsBupvdXeFrH/FormSpark.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/8wMRKrSQDZ6NDbLhK7JF/Feather.js", "ssg:https://framerusercontent.com/modules/cEO1zxMfRjUKc5eagd78/yT3WyJtXvOsR6oDJd3T0/PYNajPLv2.js", "ssg:https://framerusercontent.com/modules/1CwosCPsBRK9OUYObvCh/2ro394aZGaWtDtNNqFKy/JPbbyc2pz.js", "ssg:https://framer.com/m/hero-icons/Home.js@0.0.27", "ssg:https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/KMS3TGJgYkHtsY7rff7q/Hero.js", "ssg:https://framerusercontent.com/modules/V2qS3K3ZEonYARqUQD0T/sqjuijszAwSGLd7QcBl6/bY8qeUIl6.js", "ssg:https://framerusercontent.com/modules/GxHHcVQESvetrHStzq2z/BV0FKqdzAvziEc7v95yL/Yswujwe22.js", "ssg:https://framerusercontent.com/modules/LIyt5opriKnS40bWPiQP/GVQqrfEEEUHIHhfwBuaR/ro7OPezbn.js", "ssg:https://framerusercontent.com/modules/oUh58RUHklFdSM2QbFSv/ZzGMoT6w5Pn3g6Q9dZt3/stylesPresetLink.js", "ssg:https://framerusercontent.com/modules/lUyndQVg1scxDgabz4cu/aRjyc6s8ZlW0cSwqnxoU/ZHNipVtE6.js", "ssg:https://framerusercontent.com/modules/yTS2CO2vrVmLskbCGB3S/Rk8OAWGZlAFJ46qERr2w/stylesPresetHeading1.js", "ssg:https://framerusercontent.com/modules/2EQSsjat85kBR6pdPk8N/K4QNKLX7nIcHV8O0kbds/stylesPresetHeading2.js", "ssg:https://framerusercontent.com/modules/KkViKyLtxSrxb1n8tUQL/vYCQxr0CiI7DM2eNyEJ5/stylesPresetHeading3.js", "ssg:https://framerusercontent.com/modules/eKx7zvSeR2V4YeYrKQgc/aNzGaI0khtrQMxHk9zcG/TvGBGBZLF.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n  position: \"relative\",\n  width: \"100%\",\n  height: \"100%\",\n  display: \"flex\",\n  justifyContent: \"center\",\n  alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n  ...containerStyles,\n  borderRadius: 6,\n  background: \"rgba(136, 85, 255, 0.3)\",\n  color: \"#85F\",\n  border: \"1px dashed #85F\",\n  flexDirection: \"column\"\n};\nexport const defaultEvents = {\n  onClick: {\n    type: ControlType.EventHandler\n  },\n  onMouseEnter: {\n    type: ControlType.EventHandler\n  },\n  onMouseLeave: {\n    type: ControlType.EventHandler\n  }\n};\nexport const fontSizeOptions = {\n  type: ControlType.Number,\n  title: \"Font Size\",\n  min: 2,\n  max: 200,\n  step: 1,\n  displayStepper: true\n};\nexport const fontControls = {\n  font: {\n    type: ControlType.Boolean,\n    title: \"Font\",\n    defaultValue: false,\n    disabledTitle: \"Default\",\n    enabledTitle: \"Custom\"\n  },\n  fontFamily: {\n    type: ControlType.String,\n    title: \"Family\",\n    placeholder: \"Inter\",\n    hidden: ({\n      font\n    }) => !font\n  },\n  fontWeight: {\n    type: ControlType.Enum,\n    title: \"Weight\",\n    options: [100, 200, 300, 400, 500, 600, 700, 800, 900],\n    optionTitles: [\"Thin\", \"Extra-light\", \"Light\", \"Regular\", \"Medium\", \"Semi-bold\", \"Bold\", \"Extra-bold\", \"Black\"],\n    hidden: ({\n      font\n    }) => !font\n  }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n  af: \"Afrikaans\",\n  sq: \"Albanian\",\n  an: \"Aragonese\",\n  ar: \"Arabic (Standard)\",\n  \"ar-dz\": \"Arabic (Algeria)\",\n  \"ar-bh\": \"Arabic (Bahrain)\",\n  \"ar-eg\": \"Arabic (Egypt)\",\n  \"ar-iq\": \"Arabic (Iraq)\",\n  \"ar-jo\": \"Arabic (Jordan)\",\n  \"ar-kw\": \"Arabic (Kuwait)\",\n  \"ar-lb\": \"Arabic (Lebanon)\",\n  \"ar-ly\": \"Arabic (Libya)\",\n  \"ar-ma\": \"Arabic (Morocco)\",\n  \"ar-om\": \"Arabic (Oman)\",\n  \"ar-qa\": \"Arabic (Qatar)\",\n  \"ar-sa\": \"Arabic (Saudi Arabia)\",\n  \"ar-sy\": \"Arabic (Syria)\",\n  \"ar-tn\": \"Arabic (Tunisia)\",\n  \"ar-ae\": \"Arabic (U.A.E.)\",\n  \"ar-ye\": \"Arabic (Yemen)\",\n  hy: \"Armenian\",\n  as: \"Assamese\",\n  ast: \"Asturian\",\n  az: \"Azerbaijani\",\n  eu: \"Basque\",\n  bg: \"Bulgarian\",\n  be: \"Belarusian\",\n  bn: \"Bengali\",\n  bs: \"Bosnian\",\n  br: \"Breton\",\n  my: \"Burmese\",\n  ca: \"Catalan\",\n  ch: \"Chamorro\",\n  ce: \"Chechen\",\n  zh: \"Chinese\",\n  \"zh-hk\": \"Chinese (Hong Kong)\",\n  \"zh-cn\": \"Chinese (PRC)\",\n  \"zh-sg\": \"Chinese (Singapore)\",\n  \"zh-tw\": \"Chinese (Taiwan)\",\n  cv: \"Chuvash\",\n  co: \"Corsican\",\n  cr: \"Cree\",\n  hr: \"Croatian\",\n  cs: \"Czech\",\n  da: \"Danish\",\n  nl: \"Dutch (Standard)\",\n  \"nl-be\": \"Dutch (Belgian)\",\n  en: \"English\",\n  \"en-au\": \"English (Australia)\",\n  \"en-bz\": \"English (Belize)\",\n  \"en-ca\": \"English (Canada)\",\n  \"en-ie\": \"English (Ireland)\",\n  \"en-jm\": \"English (Jamaica)\",\n  \"en-nz\": \"English (New Zealand)\",\n  \"en-ph\": \"English (Philippines)\",\n  \"en-za\": \"English (South Africa)\",\n  \"en-tt\": \"English (Trinidad & Tobago)\",\n  \"en-gb\": \"English (United Kingdom)\",\n  \"en-us\": \"English (United States)\",\n  \"en-zw\": \"English (Zimbabwe)\",\n  eo: \"Esperanto\",\n  et: \"Estonian\",\n  fo: \"Faeroese\",\n  fa: \"Farsi\",\n  fj: \"Fijian\",\n  fi: \"Finnish\",\n  fr: \"French (Standard)\",\n  \"fr-be\": \"French (Belgium)\",\n  \"fr-ca\": \"French (Canada)\",\n  \"fr-fr\": \"French (France)\",\n  \"fr-lu\": \"French (Luxembourg)\",\n  \"fr-mc\": \"French (Monaco)\",\n  \"fr-ch\": \"French (Switzerland)\",\n  fy: \"Frisian\",\n  fur: \"Friulian\",\n  gd: \"Gaelic (Scots)\",\n  \"gd-ie\": \"Gaelic (Irish)\",\n  gl: \"Galacian\",\n  ka: \"Georgian\",\n  de: \"German (Standard)\",\n  \"de-at\": \"German (Austria)\",\n  \"de-de\": \"German (Germany)\",\n  \"de-li\": \"German (Liechtenstein)\",\n  \"de-lu\": \"German (Luxembourg)\",\n  \"de-ch\": \"German (Switzerland)\",\n  el: \"Greek\",\n  gu: \"Gujurati\",\n  ht: \"Haitian\",\n  he: \"Hebrew\",\n  hi: \"Hindi\",\n  hu: \"Hungarian\",\n  is: \"Icelandic\",\n  id: \"Indonesian\",\n  iu: \"Inuktitut\",\n  ga: \"Irish\",\n  it: \"Italian (Standard)\",\n  \"it-ch\": \"Italian (Switzerland)\",\n  ja: \"Japanese\",\n  kn: \"Kannada\",\n  ks: \"Kashmiri\",\n  kk: \"Kazakh\",\n  km: \"Khmer\",\n  ky: \"Kirghiz\",\n  tlh: \"Klingon\",\n  ko: \"Korean\",\n  \"ko-kp\": \"Korean (North Korea)\",\n  \"ko-kr\": \"Korean (South Korea)\",\n  la: \"Latin\",\n  lv: \"Latvian\",\n  lt: \"Lithuanian\",\n  lb: \"Luxembourgish\",\n  mk: \"FYRO Macedonian\",\n  ms: \"Malay\",\n  ml: \"Malayalam\",\n  mt: \"Maltese\",\n  mi: \"Maori\",\n  mr: \"Marathi\",\n  mo: \"Moldavian\",\n  nv: \"Navajo\",\n  ng: \"Ndonga\",\n  ne: \"Nepali\",\n  no: \"Norwegian\",\n  nb: \"Norwegian (Bokmal)\",\n  nn: \"Norwegian (Nynorsk)\",\n  oc: \"Occitan\",\n  or: \"Oriya\",\n  om: \"Oromo\",\n  \"fa-ir\": \"Persian/Iran\",\n  pl: \"Polish\",\n  pt: \"Portuguese\",\n  \"pt-br\": \"Portuguese (Brazil)\",\n  pa: \"Punjabi\",\n  \"pa-in\": \"Punjabi (India)\",\n  \"pa-pk\": \"Punjabi (Pakistan)\",\n  qu: \"Quechua\",\n  rm: \"Rhaeto-Romanic\",\n  ro: \"Romanian\",\n  \"ro-mo\": \"Romanian (Moldavia)\",\n  ru: \"Russian\",\n  \"ru-mo\": \"Russian (Moldavia)\",\n  sz: \"Sami (Lappish)\",\n  sg: \"Sango\",\n  sa: \"Sanskrit\",\n  sc: \"Sardinian\",\n  sd: \"Sindhi\",\n  si: \"Singhalese\",\n  sr: \"Serbian\",\n  sk: \"Slovak\",\n  sl: \"Slovenian\",\n  so: \"Somani\",\n  sb: \"Sorbian\",\n  es: \"Spanish\",\n  \"es-ar\": \"Spanish (Argentina)\",\n  \"es-bo\": \"Spanish (Bolivia)\",\n  \"es-cl\": \"Spanish (Chile)\",\n  \"es-co\": \"Spanish (Colombia)\",\n  \"es-cr\": \"Spanish (Costa Rica)\",\n  \"es-do\": \"Spanish (Dominican Republic)\",\n  \"es-ec\": \"Spanish (Ecuador)\",\n  \"es-sv\": \"Spanish (El Salvador)\",\n  \"es-gt\": \"Spanish (Guatemala)\",\n  \"es-hn\": \"Spanish (Honduras)\",\n  \"es-mx\": \"Spanish (Mexico)\",\n  \"es-ni\": \"Spanish (Nicaragua)\",\n  \"es-pa\": \"Spanish (Panama)\",\n  \"es-py\": \"Spanish (Paraguay)\",\n  \"es-pe\": \"Spanish (Peru)\",\n  \"es-pr\": \"Spanish (Puerto Rico)\",\n  \"es-es\": \"Spanish (Spain)\",\n  \"es-uy\": \"Spanish (Uruguay)\",\n  \"es-ve\": \"Spanish (Venezuela)\",\n  sx: \"Sutu\",\n  sw: \"Swahili\",\n  sv: \"Swedish\",\n  \"sv-fi\": \"Swedish (Finland)\",\n  \"sv-sv\": \"Swedish (Sweden)\",\n  ta: \"Tamil\",\n  tt: \"Tatar\",\n  te: \"Teluga\",\n  th: \"Thai\",\n  tig: \"Tigre\",\n  ts: \"Tsonga\",\n  tn: \"Tswana\",\n  tr: \"Turkish\",\n  tk: \"Turkmen\",\n  uk: \"Ukrainian\",\n  hsb: \"Upper Sorbian\",\n  ur: \"Urdu\",\n  ve: \"Venda\",\n  vi: \"Vietnamese\",\n  vo: \"Volapuk\",\n  wa: \"Walloon\",\n  cy: \"Welsh\",\n  xh: \"Xhosa\",\n  ji: \"Yiddish\",\n  zu: \"Zulu\"\n};\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"fontSizeOptions\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"fontControls\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"localeOptions\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"fontStack\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"emptyStateStyle\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"containerStyles\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"defaultEvents\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    }\n  }\n};\n//# sourceMappingURL=./constants.map", "// @ts-ignore\nimport { fontStore } from \"framer\";\nimport { useEffect } from \"react\";\nimport { fontStack } from \"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";\nconst fontWeights = {\n  100: \"Thin\",\n  200: \"Extra-light\",\n  300: \"Light\",\n  400: \"Regular\",\n  500: \"Medium\",\n  600: \"Semi-bold\",\n  700: \"Bold\",\n  800: \"Extra-bold\",\n  900: \"Black\"\n};\nexport function useFontControls(props) {\n  const {\n    fontFamily = \"Inter\",\n    fontSize = 16,\n    fontWeight = 400,\n    font = false\n  } = props;\n  const fontWeightName = fontWeights[fontWeight];\n  const customFontStack = `\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;\n  const fontFamilyStyle = fontFamily ? {\n    fontSize,\n    fontWeight,\n    fontFamily: customFontStack\n  } : {\n    fontSize,\n    fontWeight\n  };\n  const fetchCustomFonts = async () => {\n    await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`, `CUSTOM;${fontFamily} ${fontWeightName}`, `GF;${fontFamily}-${fontWeightName.toLowerCase()}`]).catch(e => console.error(e));\n  };\n  useEffect(() => {\n    if (font) fetchCustomFonts();\n  }, [font, fontFamily, fontWeight]);\n  return fontFamilyStyle;\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"useFontControls\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    }\n  }\n};\n//# sourceMappingURL=./useFontControls.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n  const {\n    borderRadius,\n    isMixedBorderRadius,\n    topLeftRadius,\n    topRightRadius,\n    bottomRightRadius,\n    bottomLeftRadius\n  } = props;\n  const radiusValue = useMemo(() => isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`, [borderRadius, isMixedBorderRadius, topLeftRadius, topRightRadius, bottomRightRadius, bottomLeftRadius]);\n  return radiusValue;\n}\nexport const borderRadiusControl = {\n  borderRadius: {\n    title: \"Radius\",\n    type: ControlType.FusedNumber,\n    toggleKey: \"isMixedBorderRadius\",\n    toggleTitles: [\"Radius\", \"Radius per corner\"],\n    valueKeys: [\"topLeftRadius\", \"topRightRadius\", \"bottomRightRadius\", \"bottomLeftRadius\"],\n    valueLabels: [\"TL\", \"TR\", \"BR\", \"BL\"],\n    min: 0\n  }\n};\nexport function usePadding(props) {\n  const {\n    padding,\n    paddingPerSide,\n    paddingTop,\n    paddingRight,\n    paddingBottom,\n    paddingLeft\n  } = props;\n  const paddingValue = useMemo(() => paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding, [padding, paddingPerSide, paddingTop, paddingRight, paddingBottom, paddingLeft]);\n  return paddingValue;\n}\nexport const paddingControl = {\n  padding: {\n    type: ControlType.FusedNumber,\n    toggleKey: \"paddingPerSide\",\n    toggleTitles: [\"Padding\", \"Padding per side\"],\n    valueKeys: [\"paddingTop\", \"paddingRight\", \"paddingBottom\", \"paddingLeft\"],\n    valueLabels: [\"T\", \"R\", \"B\", \"L\"],\n    min: 0,\n    title: \"Padding\"\n  }\n};\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"borderRadiusControl\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"useRadius\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"RadiusProps\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"PaddingProps\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"usePadding\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"paddingControl\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    }\n  }\n};\n//# sourceMappingURL=./propUtils.map", "import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addPropertyControls, ControlType, RenderTarget, withCSS } from \"framer\";\nimport { motion } from \"framer-motion\";\nimport { containerStyles, usePadding, useRadius, paddingControl, borderRadiusControl, fontControls, useFontControls } from \"https://framer.com/m/framer/default-utils.js@^0.45.0\";\nimport { useCallback, useMemo, useState } from \"react\";\nconst emailRegex = /^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;\nconst validateEmail = email => {\n  return emailRegex.test(String(email).toLowerCase());\n}; /**\n   * FORMSPARK\n   *\n   * @framerIntrinsicWidth 550\n   * @framerIntrinsicHeight 290\n   *\n   * @framerSupportedLayoutWidth fixed\n   * @framerSupportedLayoutHeight fixed\n   */\nconst FormSpark = withCSS(function FormSpark({\n  formId,\n  withName,\n  nameField: name,\n  withEmail,\n  email,\n  withMessage,\n  message,\n  layout,\n  inputs,\n  button,\n  style,\n  gap,\n  onSubmit,\n  ...props\n}) {\n  const [nameValue, setName] = useState(name === null || name === void 0 ? void 0 : name.value);\n  const [emailValue, setEmail] = useState(email === null || email === void 0 ? void 0 : email.value);\n  const [messageValue, setMessage] = useState(message === null || message === void 0 ? void 0 : message.value);\n  const [isNameError, setNameError] = useState(false);\n  const [isEmailError, setEmailError] = useState(false);\n  const [isMessageError, setMessageError] = useState(false);\n  const [isLoading, setLoading] = useState(false);\n  const [isSuccess, setSuccess] = useState(false);\n  const isCanvas = useMemo(() => {\n    return RenderTarget.current() === RenderTarget.canvas;\n  }, []);\n  const gridTemplateRows = useMemo(() => {\n    const rows = [];\n    if (withName || withMessage) {\n      rows.push(\"max-content\");\n    }\n    if (withMessage) {\n      rows.push(\"1fr\");\n    }\n    return [...rows, \"max-content\"].join(\" \");\n  }, [withName, withEmail, withMessage]);\n  const gridTemplateColumns = useMemo(() => {\n    const cols = [];\n    if ((withName && !withEmail || withEmail && !withName) && !withMessage && layout === \"horizontal\") {\n      return \"1fr max-content\";\n    }\n    return \"1fr\";\n  }, [withName, withEmail, withMessage, layout]);\n  const {\n    fontFamily,\n    fontSize,\n    fontWeight\n  } = useFontControls(props);\n  const borderRadius = useRadius(props);\n  const paddingValue = usePadding(props);\n  const validateForm = useCallback(() => {\n    let error = false;\n    setNameError(false);\n    setEmailError(false);\n    setMessageError(false);\n    if (withName && !nameValue) {\n      setNameError(true);\n      error = true;\n    }\n    if (withEmail && (!emailValue || !validateEmail(emailValue))) {\n      setEmailError(true);\n      error = true;\n    }\n    if (withMessage && !messageValue) {\n      setMessageError(true);\n      error = true;\n    }\n    return error;\n  }, [validateEmail, withName, withEmail, withMessage, nameValue, emailValue, messageValue]);\n  const handleSubmit = useCallback(event => {\n    setLoading(true);\n    event.preventDefault();\n    if (validateForm()) {\n      setLoading(false);\n    } else {\n      const data = new FormData(event.target);\n      const entries = Object.fromEntries(data.entries());\n      fetch(`https://submit-form.com/${formId}`, {\n        method: \"POST\",\n        headers: {\n          \"Content-Type\": \"application/json\",\n          Accept: \"application/json\"\n        },\n        body: JSON.stringify(entries)\n      }).then(() => {\n        setSuccess(true);\n        onSubmit();\n      }).catch(() => setLoading(false));\n    }\n  }, [formId, onSubmit, validateForm]);\n  const handleNameChange = useCallback(event => {\n    setNameError(false);\n    setName(event.target.value);\n  }, []);\n  const handleEmailChange = useCallback(event => {\n    setEmailError(false);\n    setEmail(event.target.value);\n  }, []);\n  const handleMessageChange = useCallback(event => {\n    setMessageError(false);\n    setMessage(event.target.value);\n  }, []);\n  return /*#__PURE__*/_jsx(motion.div, {\n    style: {\n      ...style,\n      ...containerStyles,\n      flexDirection: \"column\",\n      \"--framer-formspark-placeholder-color\": inputs.placeholderColor\n    },\n    children: isSuccess ? /*#__PURE__*/_jsx(motion.div, {\n      style: {\n        height: \"60px\",\n        width: \"60px\",\n        background: button.fill,\n        color: button.color,\n        borderRadius: \"50%\",\n        display: \"flex\",\n        justifyContent: \"center\",\n        alignItems: \"center\"\n      },\n      initial: {\n        scale: 0\n      },\n      animate: {\n        scale: 1\n      },\n      transition: {\n        duration: 0.3\n      },\n      children: /*#__PURE__*/_jsx(\"svg\", {\n        xmlns: \"http://www.w3.org/2000/svg\",\n        width: \"28\",\n        height: \"28\",\n        children: /*#__PURE__*/_jsx(\"path\", {\n          d: \"M 2 14 L 10 22 L 26 6\",\n          fill: \"transparent\",\n          strokeWidth: \"4\",\n          stroke: \"currentColor\",\n          strokeLinecap: \"round\"\n        })\n      })\n    }) : /*#__PURE__*/_jsxs(\"form\", {\n      style: {\n        display: \"grid\",\n        gridTemplateRows,\n        gridTemplateColumns,\n        gap,\n        width: \"100%\",\n        height: \"100%\"\n      },\n      onSubmit: handleSubmit,\n      method: \"POST\",\n      children: [(withName || withEmail) && /*#__PURE__*/_jsxs(\"div\", {\n        style: {\n          width: \"100%\",\n          display: \"grid\",\n          gridAutoFlow: layout === \"horizontal\" ? \"column\" : \"row\",\n          gap\n        },\n        children: [withName && /*#__PURE__*/_jsx(\"input\", {\n          className: \"framer-formspark-input\",\n          type: \"text\",\n          name: \"name\",\n          placeholder: name.placeholder,\n          value: isCanvas ? name.value : nameValue,\n          onChange: handleNameChange,\n          style: {\n            ...defaultStyle,\n            padding: paddingValue,\n            borderRadius,\n            fontFamily,\n            fontWeight,\n            fontSize,\n            background: inputs.fill,\n            color: inputs.color,\n            boxShadow: `inset 0 0 0 1px ${isNameError ? inputs.error : \"transparent\"}`\n          }\n        }), withEmail && /*#__PURE__*/_jsx(\"input\", {\n          className: \"framer-formspark-input\",\n          type: \"email\",\n          name: \"email\",\n          placeholder: email.placeholder,\n          value: isCanvas ? email.value : emailValue,\n          onChange: handleEmailChange,\n          style: {\n            ...defaultStyle,\n            padding: paddingValue,\n            borderRadius,\n            fontFamily,\n            fontWeight,\n            fontSize,\n            background: inputs.fill,\n            color: inputs.color,\n            boxShadow: `inset 0 0 0 1px ${isEmailError ? inputs.error : \"transparent\"}`\n          }\n        })]\n      }), withMessage && /*#__PURE__*/_jsx(\"textarea\", {\n        className: \"framer-formspark-input\",\n        placeholder: message.placeholder,\n        name: \"message\",\n        value: isCanvas ? message.value : messageValue,\n        onChange: handleMessageChange,\n        style: {\n          ...defaultStyle,\n          minHeight: 0,\n          padding: paddingValue,\n          resize: \"vertical\",\n          borderRadius,\n          background: inputs.fill,\n          fontFamily,\n          fontWeight,\n          fontSize,\n          color: inputs.color,\n          boxShadow: `inset 0 0 0 1px ${isMessageError ? inputs.error : \"transparent\"}`\n        }\n      }), /*#__PURE__*/_jsxs(\"div\", {\n        children: [/*#__PURE__*/_jsx(motion.input, {\n          type: \"submit\",\n          value: button.label,\n          style: {\n            ...defaultStyle,\n            borderRadius,\n            padding: paddingValue,\n            fontFamily,\n            fontWeight: button.fontWeight,\n            fontSize,\n            background: button.fill,\n            cursor: \"pointer\",\n            color: button.color,\n            zIndex: 1\n          },\n          transition: {\n            type: \"ease\",\n            duration: 0.3\n          },\n          whileHover: {\n            opacity: 0.8\n          }\n        }), isLoading && /*#__PURE__*/_jsx(\"div\", {\n          style: {\n            borderRadius,\n            position: \"absolute\",\n            display: \"flex\",\n            justifyContent: \"center\",\n            alignItems: \"center\",\n            width: \"100%\",\n            height: \"100%\",\n            left: 0,\n            top: 0,\n            zIndex: 2,\n            color: button.color,\n            background: button.fill\n          },\n          children: /*#__PURE__*/_jsx(motion.div, {\n            style: {\n              height: 16,\n              width: 16\n            },\n            initial: {\n              rotate: 0\n            },\n            animate: {\n              rotate: 360\n            },\n            transition: {\n              duration: 2,\n              repeat: Infinity\n            },\n            children: /*#__PURE__*/_jsxs(\"svg\", {\n              xmlns: \"http://www.w3.org/2000/svg\",\n              width: \"16\",\n              height: \"16\",\n              children: [/*#__PURE__*/_jsx(\"path\", {\n                d: \"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",\n                fill: \"currentColor\",\n                opacity: \"0.2\"\n              }), /*#__PURE__*/_jsx(\"path\", {\n                d: \"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",\n                fill: \"currentColor\"\n              })]\n            })\n          })\n        })]\n      })]\n    })\n  });\n}, [\".framer-formspark-input::placeholder { color: var(--framer-formspark-placeholder-color) !important; }\"]);\nFormSpark.defaultProps = {\n  fontSize: 16,\n  fontFamily: \"Inter\",\n  fontWeight: 400,\n  padding: 15,\n  paddingTop: 15,\n  paddingBottom: 15,\n  paddingLeft: 15,\n  paddingRight: 15,\n  borderRadius: 8,\n  topLeftRadius: 8,\n  topRightRadius: 8,\n  bottomRightRadius: 8,\n  bottomLeftRadius: 8,\n  gap: 15,\n  nameField: {\n    value: undefined,\n    placeholder: \"Name\"\n  },\n  email: {\n    value: undefined,\n    placeholder: \"Email\"\n  },\n  message: {\n    value: undefined,\n    placeholder: \"Message\"\n  },\n  inputs: {\n    fill: \"#EBEBEB\",\n    color: \"#000\",\n    placeholderColor: \"rgba(0, 0, 0, 0.5)\",\n    error: \"#EE4444\"\n  },\n  layout: {\n    fill: \"#EBEBEB\",\n    color: \"#000\",\n    placeholderColor: \"rgba(0, 0, 0, 0.5)\",\n    error: \"#EE4444\"\n  },\n  button: {\n    label: \"Sign Up\",\n    fontWeight: 600,\n    fill: \"#000\",\n    color: \"#FFF\"\n  }\n};\naddPropertyControls(FormSpark, {\n  formId: {\n    title: \"ID\",\n    placeholder: \"7PbPpGN3\",\n    type: ControlType.String,\n    description: \"Create a [FormSpark](https://formspark.io/) account, add a new form and copy its ID. [Learn more\u2026](https://www.framer.com/sites/integrations/formspark/)\"\n  },\n  withName: {\n    title: \"Name\",\n    type: ControlType.Boolean,\n    enabledTitle: \"Show\",\n    disabledTitle: \"Hide\",\n    defaultValue: true\n  },\n  nameField: {\n    title: \" \",\n    type: ControlType.Object,\n    controls: {\n      placeholder: {\n        title: \"Placeholder\",\n        type: ControlType.String,\n        defaultValue: \"Name\"\n      },\n      value: {\n        title: \"Value\",\n        type: ControlType.String,\n        defaultValue: \"\"\n      }\n    },\n    hidden: props => !props.withName\n  },\n  withEmail: {\n    title: \"Email\",\n    type: ControlType.Boolean,\n    enabledTitle: \"Show\",\n    disabledTitle: \"Hide\",\n    defaultValue: true\n  },\n  email: {\n    title: \" \",\n    type: ControlType.Object,\n    controls: {\n      placeholder: {\n        title: \"Placeholder\",\n        type: ControlType.String,\n        defaultValue: \"Email\"\n      },\n      value: {\n        title: \"Value\",\n        type: ControlType.String\n      }\n    },\n    hidden: props => !props.withEmail\n  },\n  withMessage: {\n    title: \"Message\",\n    type: ControlType.Boolean,\n    enabledTitle: \"Show\",\n    disabledTitle: \"Hide\",\n    defaultValue: true\n  },\n  message: {\n    title: \" \",\n    type: ControlType.Object,\n    controls: {\n      placeholder: {\n        title: \"Placeholder\",\n        type: ControlType.String,\n        defaultValue: \"Message\"\n      },\n      value: {\n        title: \"Value\",\n        type: ControlType.String\n      }\n    },\n    hidden: props => !props.withMessage\n  },\n  layout: {\n    title: \"Layout\",\n    type: ControlType.Enum,\n    options: [\"horizontal\", \"vertical\"],\n    displaySegmentedControl: true,\n    defaultValue: \"horizontal\"\n  },\n  inputs: {\n    title: \"Inputs\",\n    type: ControlType.Object,\n    controls: {\n      fill: {\n        title: \"Fill\",\n        type: ControlType.Color,\n        defaultValue: \"#EBEBEB\"\n      },\n      color: {\n        title: \"Text\",\n        type: ControlType.Color,\n        defaultValue: \"#000\"\n      },\n      placeholderColor: {\n        title: \"Placeholder\",\n        type: ControlType.Color,\n        defaultValue: \"rgba(0, 0, 0, 0.5)\"\n      },\n      error: {\n        title: \"Error\",\n        type: ControlType.Color,\n        defaultValue: \"#EE4444\"\n      }\n    }\n  },\n  button: {\n    title: \"Button\",\n    type: ControlType.Object,\n    controls: {\n      label: {\n        title: \"Label\",\n        type: ControlType.String,\n        defaultValue: \"Sign Up\"\n      },\n      fontWeight: {\n        ...fontControls.fontWeight,\n        defaultValue: 600\n      },\n      fill: {\n        title: \"Fill\",\n        type: ControlType.Color,\n        defaultValue: \"#000\"\n      },\n      color: {\n        title: \"Text\",\n        type: ControlType.Color,\n        defaultValue: \"#FFF\"\n      }\n    }\n  },\n  ...fontControls,\n  fontSize: {\n    title: \"Font Size\",\n    type: ControlType.Number,\n    displayStepper: true,\n    defaultValue: 16\n  },\n  ...paddingControl,\n  ...borderRadiusControl,\n  gap: {\n    title: \"Gap\",\n    type: ControlType.Number,\n    displayStepper: true,\n    min: 0\n  },\n  onSubmit: {\n    type: ControlType.EventHandler\n  }\n});\nconst defaultStyle = {\n  WebkitAppearance: \"none\",\n  display: \"inline-block\",\n  width: \"100%\",\n  lineHeight: \"1.4em\",\n  outline: \"none\",\n  border: \"none\"\n};\nexport default FormSpark;\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FormSpark\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicHeight\": \"290\",\n        \"framerSupportedLayoutHeight\": \"fixed\",\n        \"framerSupportedLayoutWidth\": \"fixed\",\n        \"framerIntrinsicWidth\": \"550\",\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./FormSpark.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\"; /*\n                                      ** ICON UTILS\n                                      ** Pull as much re-usable logic into here as possible\n                                      ** This will make it easier to replace in all icon components\n                                      */\nexport const containerStyles = {\n  width: \"100%\",\n  height: \"100%\",\n  display: \"flex\",\n  justifyContent: \"center\",\n  alignItems: \"center\"\n};\nexport const defaultEvents = {\n  onClick: {\n    type: ControlType.EventHandler\n  },\n  onMouseDown: {\n    type: ControlType.EventHandler\n  },\n  onMouseUp: {\n    type: ControlType.EventHandler\n  },\n  onMouseEnter: {\n    type: ControlType.EventHandler\n  },\n  onMouseLeave: {\n    type: ControlType.EventHandler\n  }\n};\nconst findByArray = (arr, search) => arr.find(a => a.toLowerCase().includes(search));\nexport function getIconSelection(iconKeys, selectByList, iconSearch = \"\", iconSelection, lowercaseIconKeyPairs) {\n  // gotta get the exact match first THEN find\n  // have a set and try to access ?\n  if (selectByList) return iconSelection;\n  if (iconSearch == null || (iconSearch === null || iconSearch === void 0 ? void 0 : iconSearch.length) === 0) return null;\n  const iconSearchTerm = iconSearch.toLowerCase().replace(/-|\\s/g, \"\");\n  var _iconSearchTerm; // check for exact match, otherwise use .find\n  const searchResult = (_iconSearchTerm = lowercaseIconKeyPairs[iconSearchTerm]) !== null && _iconSearchTerm !== void 0 ? _iconSearchTerm : findByArray(iconKeys, iconSearchTerm);\n  return searchResult;\n}\nexport function useIconSelection(iconKeys, selectByList, iconSearch = \"\", iconSelection, lowercaseIconKeyPairs) {\n  // Clean search term\n  const iconSearchResult = useMemo(() => {\n    if (iconSearch == null || (iconSearch === null || iconSearch === void 0 ? void 0 : iconSearch.length) === 0) return null;\n    const iconSearchTerm = iconSearch.toLowerCase().replace(/-|\\s/g, \"\");\n    var _iconSearchTerm; // check for exact match, otherwise use .find\n    const searchResult = (_iconSearchTerm = lowercaseIconKeyPairs[iconSearchTerm]) !== null && _iconSearchTerm !== void 0 ? _iconSearchTerm : findByArray(iconKeys, iconSearchTerm);\n    return searchResult;\n  }, [iconSelection, iconSearch]);\n  const name = selectByList ? iconSelection : iconSearchResult;\n  return name;\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"getIconSelection\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"containerStyles\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"useIconSelection\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"defaultEvents\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./utils.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nimport { useState, useEffect, useRef } from \"react\";\nimport { addPropertyControls, ControlType, RenderTarget } from \"framer\";\nimport { NullState } from \"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";\nimport HomeFactory from \"https://framer.com/m/feather-icons/home.js@0.0.29\";\nimport { defaultEvents, useIconSelection } from \"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";\nexport const iconKeys = [\"activity\", \"airplay\", \"alert-circle\", \"alert-octagon\", \"alert-triangle\", \"align-center\", \"align-justify\", \"align-left\", \"align-right\", \"anchor\", \"aperture\", \"archive\", \"arrow-down\", \"arrow-down-circle\", \"arrow-down-left\", \"arrow-down-right\", \"arrow-left\", \"arrow-left-circle\", \"arrow-right\", \"arrow-right-circle\", \"arrow-up\", \"arrow-up-circle\", \"arrow-up-left\", \"arrow-up-right\", \"at-sign\", \"award\", \"bar-chart\", \"bar-chart-2\", \"battery\", \"battery-charging\", \"bell\", \"bell-off\", \"bluetooth\", \"bold\", \"book\", \"book-open\", \"bookmark\", \"box\", \"briefcase\", \"calendar\", \"camera\", \"camera-off\", \"cast\", \"check\", \"check-circle\", \"check-square\", \"chevron-down\", \"chevron-left\", \"chevron-right\", \"chevron-up\", \"chevrons-down\", \"chevrons-left\", \"chevrons-right\", \"chevrons-up\", \"chrome\", \"circle\", \"clipboard\", \"clock\", \"cloud\", \"cloud-drizzle\", \"cloud-lightning\", \"cloud-off\", \"cloud-rain\", \"cloud-snow\", \"code\", \"codepen\", \"codesandbox\", \"coffee\", \"columns\", \"command\", \"compass\", \"copy\", \"corner-down-left\", \"corner-down-right\", \"corner-left-down\", \"corner-left-up\", \"corner-right-down\", \"corner-right-up\", \"corner-up-left\", \"corner-up-right\", \"cpu\", \"credit-card\", \"crop\", \"crosshair\", \"database\", \"delete\", \"disc\", \"divide\", \"divide-circle\", \"divide-square\", \"dollar-sign\", \"download\", \"download-cloud\", \"dribbble\", \"droplet\", \"edit\", \"edit-2\", \"edit-3\", \"external-link\", \"eye\", \"eye-off\", \"facebook\", \"fast-forward\", \"feather\", \"figma\", \"file\", \"file-minus\", \"file-plus\", \"file-text\", \"film\", \"filter\", \"flag\", \"folder\", \"folder-minus\", \"folder-plus\", \"framer\", \"frown\", \"gift\", \"git-branch\", \"git-commit\", \"git-merge\", \"git-pull-request\", \"github\", \"gitlab\", \"globe\", \"grid\", \"hard-drive\", \"hash\", \"headphones\", \"heart\", \"help-circle\", \"hexagon\", \"home\", \"image\", \"inbox\", \"info\", \"instagram\", \"italic\", \"key\", \"layers\", \"layout\", \"life-buoy\", \"link\", \"link-2\", \"linkedin\", \"list\", \"loader\", \"lock\", \"log-in\", \"log-out\", \"mail\", \"map\", \"map-pin\", \"maximize\", \"maximize-2\", \"meh\", \"menu\", \"message-circle\", \"message-square\", \"mic\", \"mic-off\", \"minimize\", \"minimize-2\", \"minus\", \"minus-circle\", \"minus-square\", \"monitor\", \"moon\", \"more-horizontal\", \"more-vertical\", \"mouse-pointer\", \"move\", \"music\", \"navigation\", \"navigation-2\", \"octagon\", \"package\", \"paperclip\", \"pause\", \"pause-circle\", \"pen-tool\", \"percent\", \"phone\", \"phone-call\", \"phone-forwarded\", \"phone-incoming\", \"phone-missed\", \"phone-off\", \"phone-outgoing\", \"pie-chart\", \"play\", \"play-circle\", \"plus\", \"plus-circle\", \"plus-square\", \"pocket\", \"power\", \"printer\", \"radio\", \"refresh-ccw\", \"refresh-cw\", \"repeat\", \"rewind\", \"rotate-ccw\", \"rotate-cw\", \"rss\", \"save\", \"scissors\", \"search\", \"send\", \"server\", \"settings\", \"share\", \"share-2\", \"shield\", \"shield-off\", \"shopping-bag\", \"shopping-cart\", \"shuffle\", \"sidebar\", \"skip-back\", \"skip-forward\", \"slack\", \"slash\", \"sliders\", \"smartphone\", \"smile\", \"speaker\", \"square\", \"star\", \"stop-circle\", \"sun\", \"sunrise\", \"sunset\", \"tablet\", \"tag\", \"target\", \"terminal\", \"thermometer\", \"thumbs-down\", \"thumbs-up\", \"toggle-left\", \"toggle-right\", \"tool\", \"trash\", \"trash-2\", \"trello\", \"trending-down\", \"trending-up\", \"triangle\", \"truck\", \"tv\", \"twitch\", \"twitter\", \"type\", \"umbrella\", \"underline\", \"unlock\", \"upload\", \"upload-cloud\", \"user\", \"user-check\", \"user-minus\", \"user-plus\", \"user-x\", \"users\", \"video\", \"video-off\", \"voicemail\", \"volume\", \"volume-1\", \"volume-2\", \"volume-x\", \"watch\", \"wifi\", \"wifi-off\", \"wind\", \"x\", \"x-circle\", \"x-octagon\", \"x-square\", \"youtube\", \"zap\", \"zap-off\", \"zoom-in\", \"zoom-out\"];\nconst moduleBaseUrl = \"https://framer.com/m/feather-icons/\";\nconst uppercaseIconKeys = iconKeys.map(name => name.charAt(0).toUpperCase() + name.slice(1));\nconst lowercaseIconKeyPairs = iconKeys.reduce((res, key) => {\n  res[key.toLowerCase()] = key;\n  return res;\n}, {}); /**\n        * FEATHER\n        *\n        * @framerIntrinsicWidth 24\n        * @framerIntrinsicHeight 24\n        *\n        * @framerSupportedLayoutWidth fixed\n        * @framerSupportedLayoutHeight fixed\n        */\nexport function Icon(props) {\n  const {\n    color,\n    selectByList,\n    iconSearch,\n    iconSelection,\n    onClick,\n    onMouseDown,\n    onMouseUp,\n    onMouseEnter,\n    onMouseLeave,\n    mirrored\n  } = props;\n  const isMounted = useRef(false);\n  const iconKey = useIconSelection(iconKeys, selectByList, iconSearch, iconSelection, lowercaseIconKeyPairs); // Selected Icon Module\n  const [SelectedIcon, setSelectedIcon] = useState(iconKey === \"Home\" ? HomeFactory(React) : null); // Import the selected module or reset so null state\n  async function importModule() {\n    let active = true; // Get the selected module\n    try {\n      const iconModuleUrl = `${moduleBaseUrl}${iconKey}.js@0.0.29`;\n      const module = await import( /* webpackIgnore: true */iconModuleUrl); // console.log(module.default)\n      if (active) setSelectedIcon(module.default(React));\n    } catch (e) {\n      console.log(e);\n      if (active) setSelectedIcon(null);\n    }\n    return () => {\n      active = false;\n    };\n  } // Import module when new style or icon is selected\n  useEffect(() => {\n    importModule();\n  }, [iconKey]);\n  const isOnCanvas = RenderTarget.current() === RenderTarget.canvas;\n  const emptyState = isOnCanvas ? /*#__PURE__*/_jsx(NullState, {}) : null;\n  return /*#__PURE__*/_jsx(\"div\", {\n    style: {\n      display: \"contents\"\n    },\n    onClick,\n    onMouseEnter,\n    onMouseLeave,\n    onMouseDown,\n    onMouseUp,\n    children: SelectedIcon ? /*#__PURE__*/_jsx(SelectedIcon, {\n      style: {\n        width: \"100%\",\n        height: \"100%\",\n        transform: mirrored ? \"scale(-1, 1)\" : undefined\n      },\n      color: color\n    }) : emptyState\n  });\n}\nIcon.displayName = \"Feather\";\nIcon.defaultProps = {\n  width: 24,\n  height: 24,\n  iconSelection: \"home\",\n  iconSearch: \"Home\",\n  color: \"#66F\",\n  selectByList: true,\n  mirrored: false\n};\naddPropertyControls(Icon, {\n  selectByList: {\n    type: ControlType.Boolean,\n    title: \"Select\",\n    enabledTitle: \"List\",\n    disabledTitle: \"Search\",\n    defaultValue: Icon.defaultProps.selectByList\n  },\n  iconSelection: {\n    type: ControlType.Enum,\n    options: iconKeys,\n    optionTitles: uppercaseIconKeys,\n    defaultValue: Icon.defaultProps.iconSelection,\n    title: \"Name\",\n    hidden: ({\n      selectByList\n    }) => !selectByList,\n    description: \"Find every icon name on the [Feather site](https://feathericons.com/)\"\n  },\n  iconSearch: {\n    type: ControlType.String,\n    title: \"Name\",\n    placeholder: \"Menu, Wifi, Box\u2026\",\n    hidden: ({\n      selectByList\n    }) => selectByList\n  },\n  mirrored: {\n    type: ControlType.Boolean,\n    enabledTitle: \"Yes\",\n    disabledTitle: \"No\",\n    defaultValue: Icon.defaultProps.mirrored\n  },\n  color: {\n    type: ControlType.Color,\n    title: \"Color\",\n    defaultValue: Icon.defaultProps.color\n  },\n  ...defaultEvents\n});\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Icon\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"Icon\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerSupportedLayoutHeight\": \"fixed\",\n        \"framerContractVersion\": \"1\",\n        \"framerSupportedLayoutWidth\": \"fixed\",\n        \"framerIntrinsicWidth\": \"24\",\n        \"framerIntrinsicHeight\": \"24\"\n      }\n    },\n    \"IconProps\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"iconKeys\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "// Generated by Framer (b35efa8)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, Link, Text, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport { Icon as Feather } from \"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/8wMRKrSQDZ6NDbLhK7JF/Feather.js\";\nconst FeatherFonts = getFonts(Feather);\nconst enabledGestures = {\n  aegyYGMso: {\n    hover: true\n  },\n  GXI5D93Tl: {\n    hover: true\n  }\n};\nconst cycleOrder = [\"aegyYGMso\", \"GXI5D93Tl\"];\nconst variantClassNames = {\n  aegyYGMso: \"framer-v-6hpow7\",\n  GXI5D93Tl: \"framer-v-30m5er\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {\n  \"Variant 1\": \"aegyYGMso\",\n  \"Variant 2\": \"GXI5D93Tl\"\n};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style: externalStyle = {},\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"aegyYGMso\",\n  title: Raf2vcw3L = \"Sign up for our beta\",\n  link: PyA3w5iHN,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"aegyYGMso\",\n    enabledGestures,\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const defaultLayoutId = React.useId();\n  const {\n    pointerEvents,\n    ...style\n  } = externalStyle;\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      \"data-framer-generated\": true,\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-Byxsu\", classNames),\n      style: {\n        display: \"contents\",\n        pointerEvents: pointerEvents !== null && pointerEvents !== void 0 ? pointerEvents : \"auto\"\n      },\n      children: /*#__PURE__*/_jsx(Link, {\n        href: PyA3w5iHN,\n        openInNewTab: false,\n        smoothScroll: true,\n        children: /*#__PURE__*/_jsxs(motion.a, {\n          ...restProps,\n          className: `${cx(\"framer-6hpow7\", className)} framer-19yof95`,\n          \"data-framer-name\": \"Variant 1\",\n          layoutDependency: layoutDependency,\n          layoutId: \"aegyYGMso\",\n          ref: ref,\n          style: {\n            backgroundColor: \"rgb(32, 71, 244)\",\n            borderBottomLeftRadius: 48,\n            borderBottomRightRadius: 48,\n            borderTopLeftRadius: 48,\n            borderTopRightRadius: 48,\n            ...style\n          },\n          transition: transition,\n          variants: {\n            \"aegyYGMso-hover\": {\n              backgroundColor: \"rgb(71, 105, 255)\"\n            },\n            \"GXI5D93Tl-hover\": {\n              backgroundColor: \"rgb(71, 105, 255)\"\n            }\n          },\n          ...addPropertyOverrides({\n            \"aegyYGMso-hover\": {\n              \"data-framer-name\": undefined\n            },\n            \"GXI5D93Tl-hover\": {\n              \"data-framer-name\": undefined\n            },\n            GXI5D93Tl: {\n              \"data-framer-name\": \"Variant 2\"\n            }\n          }, baseVariant, gestureVariant),\n          children: [/*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-wg8vah\",\n            layoutDependency: layoutDependency,\n            layoutId: \"Xqy7wJwei\",\n            style: {\n              backgroundColor: \"rgb(255, 255, 255)\",\n              borderBottomLeftRadius: \"100%\",\n              borderBottomRightRadius: \"100%\",\n              borderTopLeftRadius: \"100%\",\n              borderTopRightRadius: \"100%\",\n              boxShadow: \"0px 4px 8px 0px rgba(0,0,0,0.25)\",\n              rotate: 0\n            },\n            transition: transition,\n            variants: {\n              \"aegyYGMso-hover\": {\n                rotate: 45\n              }\n            },\n            children: /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-aprcvd-container\",\n              layoutDependency: layoutDependency,\n              layoutId: \"Z5PVtt_eB-container\",\n              transition: transition,\n              children: /*#__PURE__*/_jsx(Feather, {\n                color: \"rgb(32, 71, 244)\",\n                height: \"100%\",\n                iconSearch: \"Home\",\n                iconSelection: \"arrow-up-right\",\n                id: \"Z5PVtt_eB\",\n                layoutId: \"Z5PVtt_eB\",\n                mirrored: false,\n                selectByList: true,\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                },\n                width: \"100%\",\n                ...addPropertyOverrides({\n                  \"aegyYGMso-hover\": {\n                    color: \"rgb(82, 113, 255)\"\n                  }\n                }, baseVariant, gestureVariant)\n              })\n            })\n          }), /*#__PURE__*/_jsx(Text, {\n            __fromCanvasComponent: true,\n            className: \"framer-17ijp2b\",\n            fonts: [\"GF;Inter-700\"],\n            layoutDependency: layoutDependency,\n            layoutId: \"Nmogwlg59\",\n            rawHTML: \"<span style='font-size: 0; line-height: 0; tab-size: 4; white-space: inherit; word-wrap: inherit'><span style='direction: ltr; font-size: 0'><span style=''>Sign up for our beta</span><br></span></span>\",\n            style: {\n              \"--framer-font-family\": '\"Inter\", sans-serif',\n              \"--framer-font-size\": \"18px\",\n              \"--framer-font-style\": \"normal\",\n              \"--framer-font-weight\": 700,\n              \"--framer-letter-spacing\": \"0px\",\n              \"--framer-line-height\": \"1em\",\n              \"--framer-text-alignment\": \"start\",\n              \"--framer-text-color\": \"var(--token-9277af32-d412-4622-9b61-21d0ea4ed07e, rgb(255, 255, 255))\",\n              \"--framer-text-decoration\": \"none\",\n              \"--framer-text-transform\": \"none\"\n            },\n            text: Raf2vcw3L,\n            transformTemplate: (_, t) => `translate(-50%, -50%) ${t}`,\n            transition: transition,\n            variants: {\n              GXI5D93Tl: {\n                \"--framer-font-size\": \"14px\"\n              }\n            },\n            verticalAlignment: \"top\",\n            withExternalLayout: true\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-903w2q-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"DlekX6cd3-container\",\n            style: {\n              opacity: 1\n            },\n            transition: transition,\n            variants: {\n              \"aegyYGMso-hover\": {\n                opacity: .5\n              }\n            },\n            children: /*#__PURE__*/_jsx(Feather, {\n              color: 'var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',\n              height: \"100%\",\n              iconSearch: \"Home\",\n              iconSelection: \"chevron-right\",\n              id: \"DlekX6cd3\",\n              layoutId: \"DlekX6cd3\",\n              mirrored: false,\n              selectByList: true,\n              style: {\n                height: \"100%\",\n                width: \"100%\"\n              },\n              width: \"100%\"\n            })\n          })]\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-Byxsu [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-Byxsu * { box-sizing: border-box; }\", \".framer-Byxsu .framer-19yof95 { display: block; }\", \".framer-Byxsu .framer-6hpow7 { height: 59px; overflow: hidden; position: relative; text-decoration: none; width: 350px; will-change: transform; }\", \".framer-Byxsu .framer-wg8vah { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 51px); left: 4px; overflow: hidden; position: absolute; top: calc(49.15254237288138% - 51px / 2); width: 51px; will-change: transform; }\", \".framer-Byxsu .framer-aprcvd-container { flex: none; height: 24px; left: calc(50.98039215686276% - 24px / 2); position: absolute; top: calc(50.98039215686276% - 24px / 2); width: 24px; }\", \".framer-Byxsu .framer-17ijp2b { flex: none; height: auto; left: 52%; overflow: visible; position: absolute; top: 51%; white-space: pre; width: auto; }\", \".framer-Byxsu .framer-903w2q-container { flex: none; height: 16px; position: absolute; right: 24px; top: calc(50.847457627118665% - 16px / 2); width: 16px; }\", \".framer-Byxsu .framer-v-6hpow7 .framer-6hpow7, .framer-Byxsu .framer-v-30m5er .framer-6hpow7 { cursor: pointer; }\", \".framer-Byxsu.framer-v-30m5er .framer-6hpow7 { width: 300px; }\", \".framer-Byxsu.framer-v-30m5er .framer-wg8vah { height: var(--framer-aspect-ratio-supported, 52px); top: calc(49.15254237288138% - 52px / 2); width: 52px; }\", \".framer-Byxsu.framer-v-6hpow7.hover .framer-wg8vah { left: 4px; }\", \".framer-Byxsu.framer-v-6hpow7.hover .framer-903w2q-container { right: 24px; }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * @framerIntrinsicHeight 59\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * @framerIntrinsicWidth 350\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"GXI5D93Tl\":{\"layout\":[\"fixed\",\"fixed\"]},\"P19uwue1o\":{\"layout\":[\"fixed\",\"fixed\"]},\"fs1NfMZUu\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * @framerVariables {\"Raf2vcw3L\":\"title\",\"PyA3w5iHN\":\"link\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               */\nconst FramerPYNajPLv2 = withCSS(Component, css);\nexport default FramerPYNajPLv2;\nFramerPYNajPLv2.displayName = \"Hero Button\";\nFramerPYNajPLv2.defaultProps = {\n  height: 59,\n  width: 350\n};\naddPropertyControls(FramerPYNajPLv2, {\n  variant: {\n    options: [\"aegyYGMso\", \"GXI5D93Tl\"],\n    optionTitles: [\"Variant 1\", \"Variant 2\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  Raf2vcw3L: {\n    defaultValue: \"Sign up for our beta\",\n    displayTextArea: false,\n    title: \"Title\",\n    type: ControlType.String\n  },\n  PyA3w5iHN: {\n    title: \"Link\",\n    type: ControlType.Link\n  }\n});\naddFonts(FramerPYNajPLv2, [{\n  family: \"Inter\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/PYNajPLv2:default\",\n    url: \"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZhrib2Bg-4.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZhrib2Bg-4.ttf\",\n  weight: \"700\"\n}, ...FeatherFonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerPYNajPLv2\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GXI5D93Tl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"P19uwue1o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fs1NfMZUu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\n        \"framerVariables\": \"{\\\"Raf2vcw3L\\\":\\\"title\\\",\\\"PyA3w5iHN\\\":\\\"link\\\"}\",\n        \"framerIntrinsicHeight\": \"59\",\n        \"framerIntrinsicWidth\": \"350\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./PYNajPLv2.map", "import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\"; // Generated by Framer (7f0ca73)\nimport * as React from \"react\";\nimport { motion, LayoutGroup } from \"framer-motion\";\nimport { addFonts, withCSS, addPropertyControls, ControlType, cx, useVariantState, SVG, Link } from \"framer\";\nconst enabledGestures = {\n  WDFurThGi: {\n    hover: true,\n    pressed: true\n  },\n  yc_nYCt5T: {\n    hover: true,\n    pressed: true\n  }\n};\nconst cycleOrder = [\"WDFurThGi\", \"yc_nYCt5T\"];\nconst variantClassNames = {\n  WDFurThGi: \"framer-v-1p154j5\",\n  yc_nYCt5T: \"framer-v-14y1k7m\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {\n  \"App Store\": \"WDFurThGi\",\n  \"Google Play\": \"yc_nYCt5T\"\n};\nconst transitions = {\n  default: {\n    type: \"spring\",\n    ease: [.44, 0, .56, 1],\n    duration: .3,\n    delay: 0,\n    stiffness: 500,\n    damping: 60,\n    mass: 1\n  }\n};\nconst BASE62 = \"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";\nconst useRandomID = () => {\n  const ref = React.useRef(null);\n  if (ref.current === null) {\n    ref.current = Array(5).fill(0).map(() => BASE62[Math.floor(Math.random() * BASE62.length)]).join(\"\");\n  }\n  return ref.current;\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style: externalStyle = {},\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"WDFurThGi\",\n  link: YWpJujOTK,\n  newTab: FgOLf4duJ = true,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    variants,\n    baseVariant,\n    gestureVariant,\n    classNames,\n    transition,\n    setVariant,\n    setGestureState\n  } = useVariantState({\n    defaultVariant: \"WDFurThGi\",\n    variant,\n    transitions,\n    variantClassNames,\n    enabledGestures,\n    cycleOrder\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const isDisplayed1 = () => {\n    if (baseVariant === \"yc_nYCt5T\") return false;\n    return true;\n  };\n  const isDisplayed2 = () => {\n    if (baseVariant === \"yc_nYCt5T\") return false;\n    return true;\n  };\n  const isDisplayed3 = () => {\n    if (baseVariant === \"yc_nYCt5T\") return true;\n    return false;\n  };\n  const defaultLayoutId = useRandomID();\n  const {\n    pointerEvents,\n    ...style\n  } = externalStyle;\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      \"data-framer-generated\": true,\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-EJWsZ\", classNames),\n      style: {\n        display: \"contents\",\n        pointerEvents: pointerEvents !== null && pointerEvents !== void 0 ? pointerEvents : \"auto\"\n      },\n      children: /*#__PURE__*/_jsx(Link, {\n        href: YWpJujOTK,\n        openInNewTab: FgOLf4duJ,\n        children: /*#__PURE__*/_jsxs(motion.a, {\n          ...restProps,\n          className: cx(\"framer-1p154j5\", className),\n          style: {\n            WebkitFilter: \"brightness(1)\",\n            filter: \"brightness(1)\",\n            boxShadow: \"none\",\n            ...style\n          },\n          layoutId: \"WDFurThGi\",\n          transition: transition,\n          layoutDependency: layoutDependency,\n          background: null,\n          \"data-framer-name\": \"App Store\",\n          ref: ref,\n          variants: {\n            \"WDFurThGi-hover\": {\n              WebkitFilter: \"brightness(0.85)\",\n              filter: \"brightness(0.85)\",\n              boxShadow: \"none\"\n            },\n            \"WDFurThGi-pressed\": {\n              WebkitFilter: \"brightness(0.7)\",\n              filter: \"brightness(0.7)\",\n              boxShadow: \"none\"\n            },\n            \"yc_nYCt5T-hover\": {\n              WebkitFilter: \"brightness(0.85)\",\n              filter: \"brightness(0.85)\",\n              boxShadow: \"none\"\n            },\n            \"yc_nYCt5T-pressed\": {\n              WebkitFilter: \"brightness(0.7)\",\n              filter: \"brightness(0.7)\",\n              boxShadow: \"none\"\n            }\n          },\n          ...addPropertyOverrides({\n            yc_nYCt5T: {\n              \"data-framer-name\": \"Google Play\",\n              background: null\n            }\n          }, baseVariant, gestureVariant),\n          children: [isDisplayed1() && /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-15935mu\",\n            style: {},\n            layoutId: \"k1GiKxmbA\",\n            transition: transition,\n            layoutDependency: layoutDependency,\n            background: null,\n            \"data-framer-name\": \"App Store\",\n            children: isDisplayed2() && /*#__PURE__*/_jsx(SVG, {\n              layout: \"position\",\n              style: {},\n              className: \"framer-eli6en\",\n              layoutId: \"VIQ7YwyEB\",\n              transition: transition,\n              layoutDependency: layoutDependency,\n              opacity: 1,\n              radius: 0,\n              withExternalLayout: true,\n              svgContentId: 170900726,\n              svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 150 50\"><path d=\"M 137.669 0 L 11.919 0 C 11.46 0 11.006 -0 10.55 0.003 C 10.168 0.005 9.787 0.013 9.401 0.019 C 8.562 0.028 7.724 0.101 6.896 0.237 C 6.07 0.378 5.269 0.642 4.521 1.021 C 3.773 1.404 3.09 1.902 2.496 2.496 C 1.9 3.088 1.404 3.772 1.025 4.521 C 0.645 5.27 0.382 6.072 0.244 6.9 C 0.105 7.727 0.03 8.564 0.02 9.402 C 0.008 9.786 0.008 10.171 0.001 10.554 L 0.001 39.45 C 0.008 39.837 0.009 40.212 0.02 40.601 C 0.03 41.44 0.105 42.277 0.245 43.104 C 0.382 43.933 0.645 44.736 1.025 45.485 C 1.404 46.232 1.901 46.912 2.498 47.5 C 3.088 48.096 3.771 48.594 4.52 48.974 C 5.268 49.354 6.069 49.619 6.896 49.761 C 7.725 49.897 8.562 49.971 9.401 49.983 C 9.789 49.991 10.168 49.996 10.55 49.996 C 11.008 49.999 11.46 49.999 11.919 49.999 L 137.669 49.999 C 138.119 49.999 138.574 49.999 139.024 49.996 C 139.404 49.996 139.795 49.991 140.176 49.984 C 141.014 49.973 141.85 49.898 142.676 49.761 C 143.506 49.618 144.31 49.353 145.061 48.974 C 145.809 48.594 146.492 48.096 147.082 47.5 C 147.678 46.909 148.176 46.228 148.56 45.483 C 148.937 44.733 149.198 43.93 149.334 43.101 C 149.473 42.274 149.55 41.438 149.565 40.599 C 149.57 40.211 149.57 39.836 149.57 39.447 C 149.58 38.992 149.58 38.541 149.58 38.08 L 149.58 11.92 C 149.58 11.463 149.58 11.008 149.57 10.555 C 149.57 10.173 149.57 9.787 149.565 9.405 C 149.55 8.566 149.473 7.729 149.334 6.901 C 149.198 6.074 148.936 5.272 148.559 4.522 C 147.787 3.019 146.564 1.795 145.061 1.022 C 144.31 0.644 143.506 0.38 142.676 0.239 C 141.85 0.101 141.014 0.028 140.176 0.019 C 139.795 0.012 139.404 0.005 139.024 0.002 C 138.574 -0 138.118 0 137.669 0 Z\" fill=\"rgb(166,166,166)\"></path><path d=\"M 10.556 48.906 C 10.175 48.906 9.804 48.901 9.426 48.894 C 8.643 48.883 7.862 48.815 7.089 48.689 C 6.369 48.565 5.671 48.334 5.019 48.004 C 4.372 47.677 3.783 47.248 3.273 46.734 C 2.755 46.225 2.324 45.635 1.998 44.988 C 1.666 44.336 1.437 43.637 1.318 42.916 C 1.189 42.141 1.12 41.358 1.11 40.572 C 1.101 40.31 1.091 39.431 1.091 39.431 L 1.091 10.556 C 1.091 10.556 1.103 9.691 1.11 9.437 C 1.119 8.653 1.188 7.871 1.316 7.097 C 1.436 6.374 1.665 5.674 1.996 5.02 C 2.322 4.373 2.751 3.783 3.265 3.272 C 3.779 2.757 4.37 2.326 5.018 1.994 C 5.668 1.665 6.365 1.436 7.084 1.314 C 7.859 1.187 8.643 1.118 9.429 1.109 L 10.556 1.094 L 139.017 1.094 L 140.159 1.11 C 140.937 1.119 141.713 1.187 142.481 1.313 C 143.208 1.436 143.912 1.667 144.57 1.998 C 145.867 2.666 146.923 3.724 147.589 5.022 C 147.914 5.672 148.14 6.367 148.257 7.084 C 148.387 7.864 148.46 8.652 148.475 9.443 C 148.479 9.796 148.479 10.178 148.479 10.555 C 148.489 11.024 148.489 11.47 148.489 11.92 L 148.489 38.081 C 148.489 38.535 148.489 38.979 148.479 39.425 C 148.479 39.831 148.479 40.204 148.474 40.587 C 148.46 41.364 148.388 42.138 148.261 42.904 C 148.145 43.63 147.917 44.334 147.586 44.991 C 147.257 45.632 146.828 46.217 146.316 46.724 C 145.805 47.241 145.214 47.672 144.566 48.001 C 143.91 48.334 143.207 48.566 142.481 48.689 C 141.709 48.815 140.928 48.883 140.145 48.892 C 139.779 48.901 139.395 48.906 139.024 48.906 L 137.669 48.909 Z\" fill=\"rgb(0,0,0)\"></path><g transform=\"translate(12.465 10.9)\" id=\"ss170900726_3\"><g transform=\"translate(0 0)\" id=\"ss170900726_4\"><path d=\"M 18.497 14.475 C 18.524 12.355 19.636 10.397 21.442 9.286 C 20.297 7.651 18.449 6.652 16.454 6.589 C 14.354 6.369 12.319 7.845 11.249 7.845 C 10.159 7.845 8.512 6.61 6.739 6.647 C 4.406 6.723 2.283 8.017 1.148 10.057 C -1.27 14.242 0.534 20.394 2.849 23.778 C 4.008 25.434 5.362 27.284 7.134 27.219 C 8.868 27.146 9.515 26.112 11.609 26.112 C 13.682 26.112 14.289 27.219 16.097 27.178 C 17.958 27.146 19.129 25.513 20.247 23.84 C 21.08 22.66 21.721 21.355 22.147 19.975 C 19.936 19.041 18.499 16.875 18.497 14.475 Z M 15.082 4.363 C 16.096 3.145 16.596 1.58 16.475 0 C 14.925 0.163 13.494 0.904 12.465 2.075 C 11.45 3.23 10.936 4.741 11.035 6.275 C 12.606 6.291 14.097 5.586 15.082 4.363 Z\" fill=\"rgb(255,255,255)\"></path></g><path d=\"M 40.413 23.025 L 34.498 23.025 L 33.077 27.22 L 30.57 27.22 L 36.175 11.698 L 38.779 11.698 L 44.383 27.22 L 41.834 27.22 Z M 35.109 21.087 L 39.799 21.087 L 37.487 14.28 L 37.423 14.28 Z M 56.485 21.563 C 56.485 25.079 54.603 27.337 51.762 27.337 C 50.294 27.414 48.911 26.646 48.202 25.359 L 48.148 25.359 L 48.148 30.964 L 45.823 30.964 L 45.823 15.902 L 48.073 15.902 L 48.073 17.785 L 48.114 17.785 C 48.855 16.506 50.24 15.737 51.718 15.785 C 54.59 15.785 56.484 18.055 56.484 21.563 Z M 54.098 21.563 C 54.098 19.271 52.913 17.765 51.107 17.765 C 49.332 17.765 48.138 19.302 48.138 21.563 C 48.138 23.843 49.332 25.37 51.107 25.37 C 52.913 25.37 54.098 23.874 54.098 21.563 Z M 68.942 21.563 C 68.942 25.079 67.059 27.337 64.218 27.337 C 62.75 27.414 61.368 26.646 60.658 25.359 L 60.604 25.359 L 60.604 30.964 L 58.28 30.964 L 58.28 15.902 L 60.529 15.902 L 60.529 17.785 L 60.572 17.785 C 61.313 16.506 62.697 15.737 64.175 15.785 C 67.048 15.785 68.942 18.055 68.942 21.563 Z M 66.554 21.563 C 66.554 19.271 65.369 17.765 63.563 17.765 C 61.788 17.765 60.594 19.302 60.594 21.563 C 60.594 23.843 61.788 25.37 63.563 25.37 C 65.369 25.37 66.553 23.874 66.553 21.563 Z M 77.173 22.895 C 77.345 24.435 78.84 25.445 80.885 25.445 C 82.843 25.445 84.252 24.435 84.252 23.046 C 84.252 21.841 83.402 21.121 81.389 20.626 L 79.378 20.141 C 76.528 19.454 75.204 18.12 75.204 15.956 C 75.204 13.279 77.538 11.439 80.853 11.439 C 84.133 11.439 86.382 13.279 86.457 15.956 L 84.112 15.956 C 83.972 14.407 82.692 13.472 80.819 13.472 C 78.947 13.472 77.668 14.419 77.668 15.795 C 77.668 16.892 78.485 17.539 80.487 18.032 L 82.197 18.452 C 85.382 19.206 86.704 20.485 86.704 22.756 C 86.704 25.66 84.392 27.479 80.713 27.479 C 77.27 27.479 74.945 25.704 74.795 22.895 Z M 91.718 13.225 L 91.718 15.902 L 93.87 15.902 L 93.87 17.742 L 91.718 17.742 L 91.718 23.981 C 91.718 24.951 92.149 25.403 93.095 25.403 C 93.351 25.398 93.606 25.38 93.859 25.349 L 93.859 27.178 C 93.434 27.257 93.002 27.293 92.569 27.285 C 90.278 27.285 89.384 26.424 89.384 24.229 L 89.384 17.742 L 87.739 17.742 L 87.739 15.902 L 89.384 15.902 L 89.384 13.225 Z M 95.117 21.563 C 95.117 18.001 97.214 15.764 100.484 15.764 C 103.765 15.764 105.853 18.001 105.853 21.563 C 105.853 25.133 103.777 27.36 100.484 27.36 C 97.193 27.36 95.117 25.132 95.117 21.563 Z M 103.485 21.563 C 103.485 19.12 102.367 17.677 100.484 17.677 C 98.602 17.677 97.484 19.13 97.484 21.563 C 97.484 24.015 98.602 25.445 100.484 25.445 C 102.367 25.445 103.485 24.015 103.485 21.563 Z M 107.768 15.902 L 109.984 15.902 L 109.984 17.829 L 110.038 17.829 C 110.347 16.59 111.483 15.737 112.759 15.785 C 113.027 15.784 113.294 15.813 113.555 15.871 L 113.555 18.044 C 113.217 17.941 112.865 17.893 112.512 17.904 C 111.829 17.876 111.168 18.148 110.702 18.649 C 110.237 19.149 110.013 19.828 110.09 20.507 L 110.09 27.22 L 107.768 27.22 Z M 124.265 23.896 C 123.953 25.95 121.953 27.36 119.393 27.36 C 116.1 27.36 114.057 25.155 114.057 21.616 C 114.057 18.066 116.112 15.764 119.294 15.764 C 122.427 15.764 124.394 17.914 124.394 21.346 L 124.394 22.143 L 116.402 22.143 L 116.402 22.282 C 116.327 23.125 116.618 23.959 117.201 24.572 C 117.783 25.185 118.601 25.519 119.447 25.487 C 120.573 25.593 121.636 24.946 122.059 23.896 Z M 116.413 20.519 L 122.07 20.519 C 122.113 19.762 121.837 19.021 121.311 18.476 C 120.784 17.931 120.053 17.63 119.295 17.646 C 118.531 17.642 117.797 17.942 117.256 18.482 C 116.714 19.021 116.411 19.755 116.413 20.519 Z\" fill=\"rgb(255,255,255)\"></path></g><path d=\"M 47.282 10.914 C 48.269 10.843 49.235 11.218 49.915 11.936 C 50.595 12.654 50.917 13.639 50.792 14.62 C 50.792 17.003 49.505 18.373 47.282 18.373 L 44.589 18.373 L 44.589 10.913 Z M 45.747 17.318 L 47.154 17.318 C 47.858 17.359 48.544 17.081 49.021 16.561 C 49.498 16.041 49.715 15.333 49.612 14.635 C 49.708 13.94 49.488 13.238 49.012 12.722 C 48.536 12.205 47.855 11.929 47.154 11.967 L 45.747 11.967 Z M 52.1 15.555 C 52.007 14.548 52.492 13.575 53.352 13.043 C 54.212 12.511 55.298 12.511 56.158 13.043 C 57.018 13.575 57.503 14.548 57.41 15.555 C 57.511 16.566 57.028 17.547 56.165 18.084 C 55.302 18.621 54.209 18.621 53.346 18.084 C 52.483 17.547 52.001 16.566 52.101 15.555 Z M 56.267 15.555 C 56.267 14.335 55.719 13.621 54.758 13.621 C 53.791 13.621 53.249 14.335 53.249 15.555 C 53.249 16.785 53.791 17.493 54.758 17.493 C 55.72 17.493 56.267 16.78 56.267 15.555 Z M 64.466 18.373 L 63.314 18.373 L 62.151 14.226 L 62.064 14.226 L 60.905 18.373 L 59.764 18.373 L 58.211 12.744 L 59.339 12.744 L 60.346 17.039 L 60.43 17.039 L 61.588 12.744 L 62.653 12.744 L 63.81 17.039 L 63.898 17.039 L 64.901 12.744 L 66.013 12.744 Z M 67.317 12.744 L 68.386 12.744 L 68.386 13.637 L 68.469 13.637 C 68.758 12.979 69.432 12.577 70.149 12.635 C 70.704 12.593 71.247 12.806 71.626 13.213 C 72.005 13.621 72.179 14.178 72.097 14.729 L 72.097 18.373 L 70.986 18.373 L 70.986 15.008 C 70.986 14.103 70.594 13.653 69.771 13.653 C 69.395 13.635 69.03 13.783 68.772 14.057 C 68.513 14.331 68.388 14.704 68.427 15.079 L 68.427 18.373 L 67.317 18.373 Z M 73.867 10.546 L 74.977 10.546 L 74.977 18.371 L 73.867 18.371 Z M 76.522 15.555 C 76.427 14.547 76.911 13.571 77.772 13.038 C 78.632 12.504 79.721 12.504 80.582 13.038 C 81.443 13.571 81.927 14.547 81.831 15.555 C 81.932 16.566 81.449 17.547 80.586 18.084 C 79.723 18.621 78.63 18.621 77.767 18.084 C 76.905 17.547 76.422 16.566 76.522 15.555 Z M 80.689 15.555 C 80.689 14.335 80.14 13.621 79.179 13.621 C 78.212 13.621 77.67 14.335 77.67 15.555 C 77.67 16.785 78.212 17.492 79.179 17.492 C 80.141 17.492 80.689 16.78 80.689 15.555 Z M 83 16.78 C 83 15.768 83.755 15.182 85.095 15.1 L 86.62 15.012 L 86.62 14.526 C 86.62 13.933 86.226 13.596 85.468 13.596 C 84.846 13.596 84.418 13.824 84.294 14.221 L 83.219 14.221 C 83.331 13.255 84.241 12.634 85.519 12.634 C 86.929 12.634 87.725 13.338 87.725 14.526 L 87.725 18.373 L 86.656 18.373 L 86.656 17.581 L 86.569 17.581 C 86.205 18.159 85.559 18.497 84.878 18.465 C 84.4 18.515 83.923 18.36 83.565 18.039 C 83.208 17.718 83.003 17.261 83.001 16.78 Z M 86.619 16.3 L 86.619 15.829 L 85.244 15.916 C 84.469 15.969 84.119 16.232 84.119 16.729 C 84.119 17.235 84.557 17.529 85.161 17.529 C 85.519 17.565 85.875 17.454 86.15 17.223 C 86.425 16.991 86.594 16.658 86.619 16.3 Z M 89.185 15.555 C 89.185 13.776 90.1 12.65 91.522 12.65 C 92.24 12.617 92.912 13.002 93.247 13.637 L 93.331 13.637 L 93.331 10.546 L 94.441 10.546 L 94.441 18.371 L 93.377 18.371 L 93.377 17.484 L 93.29 17.484 C 92.929 18.114 92.247 18.492 91.521 18.465 C 90.09 18.465 89.185 17.339 89.185 15.555 Z M 90.332 15.555 C 90.332 16.749 90.895 17.467 91.836 17.467 C 92.774 17.467 93.351 16.739 93.351 15.56 C 93.351 14.387 92.766 13.647 91.836 13.647 C 90.901 13.647 90.332 14.372 90.332 15.555 Z M 99.037 15.555 C 98.942 14.547 99.426 13.571 100.287 13.038 C 101.147 12.504 102.236 12.504 103.097 13.038 C 103.958 13.571 104.442 14.547 104.346 15.555 C 104.447 16.566 103.964 17.547 103.101 18.084 C 102.238 18.621 101.145 18.621 100.282 18.084 C 99.42 17.547 98.937 16.566 99.037 15.555 Z M 103.204 15.555 C 103.204 14.335 102.656 13.621 101.694 13.621 C 100.729 13.621 100.185 14.335 100.185 15.555 C 100.185 16.785 100.729 17.492 101.694 17.492 C 102.656 17.492 103.204 16.78 103.204 15.555 Z M 105.837 12.744 L 106.906 12.744 L 106.906 13.637 L 106.989 13.637 C 107.278 12.979 107.952 12.577 108.669 12.635 C 109.224 12.593 109.767 12.806 110.146 13.213 C 110.525 13.621 110.699 14.178 110.617 14.729 L 110.617 18.372 L 109.506 18.372 L 109.506 15.007 C 109.506 14.102 109.114 13.652 108.291 13.652 C 107.915 13.635 107.55 13.783 107.292 14.057 C 107.033 14.331 106.908 14.704 106.948 15.079 L 106.948 18.372 L 105.836 18.372 Z M 116.894 11.342 L 116.894 12.769 L 118.114 12.769 L 118.114 13.705 L 116.894 13.705 L 116.894 16.599 C 116.894 17.189 117.136 17.447 117.69 17.447 C 117.832 17.447 117.973 17.438 118.114 17.421 L 118.114 18.346 C 117.914 18.382 117.712 18.401 117.509 18.404 C 116.274 18.404 115.782 17.969 115.782 16.884 L 115.782 13.705 L 114.889 13.705 L 114.889 12.769 L 115.782 12.769 L 115.782 11.343 Z M 119.631 10.546 L 120.731 10.546 L 120.731 13.647 L 120.819 13.647 C 121.122 12.983 121.809 12.58 122.536 12.64 C 123.088 12.61 123.624 12.828 123.999 13.234 C 124.373 13.639 124.548 14.191 124.474 14.739 L 124.474 18.372 L 123.362 18.372 L 123.362 15.013 C 123.362 14.113 122.944 13.658 122.159 13.658 C 121.772 13.626 121.391 13.766 121.118 14.042 C 120.845 14.317 120.707 14.699 120.741 15.085 L 120.741 18.373 L 119.631 18.373 Z M 130.951 16.852 C 130.64 17.914 129.613 18.6 128.514 18.481 C 127.763 18.502 127.041 18.191 126.54 17.631 C 126.039 17.071 125.809 16.319 125.912 15.575 C 125.813 14.829 126.042 14.077 126.539 13.513 C 127.037 12.949 127.755 12.629 128.507 12.635 C 130.074 12.635 131.019 13.705 131.019 15.472 L 131.019 15.86 L 127.044 15.86 L 127.044 15.922 C 127.008 16.34 127.151 16.754 127.437 17.061 C 127.722 17.368 128.124 17.54 128.544 17.535 C 129.087 17.599 129.615 17.33 129.881 16.852 Z M 127.044 15.039 L 129.887 15.039 C 129.916 14.656 129.782 14.28 129.518 14.002 C 129.254 13.724 128.884 13.571 128.501 13.58 C 128.113 13.575 127.739 13.727 127.465 14.002 C 127.191 14.277 127.039 14.651 127.044 15.039 Z\" fill=\"rgb(255,255,255)\"></path></svg>',\n              background: null,\n              \"data-framer-name\": \"App Store\",\n              ...addPropertyOverrides({\n                \"yc_nYCt5T-hover\": {\n                  svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 150 50\"><path d=\"M 137.669 0 L 11.919 0 C 11.46 0 11.006 -0 10.55 0.003 C 10.168 0.005 9.787 0.013 9.401 0.019 C 8.562 0.028 7.724 0.101 6.896 0.237 C 6.07 0.378 5.269 0.642 4.521 1.021 C 3.773 1.404 3.09 1.902 2.496 2.496 C 1.9 3.088 1.404 3.772 1.025 4.521 C 0.645 5.27 0.382 6.072 0.244 6.9 C 0.105 7.727 0.03 8.564 0.02 9.402 C 0.008 9.786 0.008 10.171 0.001 10.554 L 0.001 39.45 C 0.008 39.837 0.009 40.212 0.02 40.601 C 0.03 41.44 0.105 42.277 0.245 43.104 C 0.382 43.933 0.645 44.736 1.025 45.485 C 1.404 46.232 1.901 46.912 2.498 47.5 C 3.088 48.096 3.771 48.594 4.52 48.974 C 5.268 49.354 6.069 49.619 6.896 49.761 C 7.725 49.897 8.562 49.971 9.401 49.983 C 9.789 49.991 10.168 49.996 10.55 49.996 C 11.008 49.999 11.46 49.999 11.919 49.999 L 137.669 49.999 C 138.119 49.999 138.574 49.999 139.024 49.996 C 139.404 49.996 139.795 49.991 140.176 49.984 C 141.014 49.973 141.85 49.898 142.676 49.761 C 143.506 49.618 144.31 49.353 145.061 48.974 C 145.809 48.594 146.492 48.096 147.082 47.5 C 147.678 46.909 148.176 46.228 148.56 45.483 C 148.937 44.733 149.198 43.93 149.334 43.101 C 149.473 42.274 149.55 41.438 149.565 40.599 C 149.57 40.211 149.57 39.836 149.57 39.447 C 149.58 38.992 149.58 38.541 149.58 38.08 L 149.58 11.92 C 149.58 11.463 149.58 11.008 149.57 10.555 C 149.57 10.173 149.57 9.787 149.565 9.405 C 149.55 8.566 149.473 7.729 149.334 6.901 C 149.198 6.074 148.936 5.272 148.559 4.522 C 147.787 3.019 146.564 1.795 145.061 1.022 C 144.31 0.644 143.506 0.38 142.676 0.239 C 141.85 0.101 141.014 0.028 140.176 0.019 C 139.795 0.012 139.404 0.005 139.024 0.002 C 138.574 -0 138.118 0 137.669 0 Z\" fill=\"rgb(166,166,166)\"></path><path d=\"M 10.556 48.906 C 10.175 48.906 9.804 48.901 9.426 48.894 C 8.643 48.883 7.862 48.815 7.089 48.689 C 6.369 48.565 5.671 48.334 5.019 48.004 C 4.372 47.677 3.783 47.248 3.273 46.734 C 2.755 46.225 2.324 45.635 1.998 44.988 C 1.666 44.336 1.437 43.637 1.318 42.916 C 1.189 42.141 1.12 41.358 1.11 40.572 C 1.101 40.31 1.091 39.431 1.091 39.431 L 1.091 10.556 C 1.091 10.556 1.103 9.691 1.11 9.437 C 1.119 8.653 1.188 7.871 1.316 7.097 C 1.436 6.374 1.665 5.674 1.996 5.02 C 2.322 4.373 2.751 3.783 3.265 3.272 C 3.779 2.757 4.37 2.326 5.018 1.994 C 5.668 1.665 6.365 1.436 7.084 1.314 C 7.859 1.187 8.643 1.118 9.429 1.109 L 10.556 1.094 L 139.017 1.094 L 140.159 1.11 C 140.937 1.119 141.713 1.187 142.481 1.313 C 143.208 1.436 143.912 1.667 144.57 1.998 C 145.867 2.666 146.923 3.724 147.589 5.022 C 147.914 5.672 148.14 6.367 148.257 7.084 C 148.387 7.864 148.46 8.652 148.475 9.443 C 148.479 9.796 148.479 10.178 148.479 10.555 C 148.489 11.024 148.489 11.47 148.489 11.92 L 148.489 38.081 C 148.489 38.535 148.489 38.979 148.479 39.425 C 148.479 39.831 148.479 40.204 148.474 40.587 C 148.46 41.364 148.388 42.138 148.261 42.904 C 148.145 43.63 147.917 44.334 147.586 44.991 C 147.257 45.632 146.828 46.217 146.316 46.724 C 145.805 47.241 145.214 47.672 144.566 48.001 C 143.91 48.334 143.207 48.566 142.481 48.689 C 141.709 48.815 140.928 48.883 140.145 48.892 C 139.779 48.901 139.395 48.906 139.024 48.906 L 137.669 48.909 Z\" fill=\"rgb(0,0,0)\"></path><g transform=\"translate(12.465 10.9)\" id=\"ss2488107361_3\"><g transform=\"translate(0 0)\" id=\"ss2488107361_4\"><path d=\"M 18.497 14.475 C 18.524 12.355 19.636 10.397 21.442 9.286 C 20.297 7.651 18.449 6.652 16.454 6.589 C 14.354 6.369 12.319 7.845 11.249 7.845 C 10.159 7.845 8.512 6.61 6.739 6.647 C 4.406 6.723 2.283 8.017 1.148 10.057 C -1.27 14.242 0.534 20.394 2.849 23.778 C 4.008 25.434 5.362 27.284 7.134 27.219 C 8.868 27.146 9.515 26.112 11.609 26.112 C 13.682 26.112 14.289 27.219 16.097 27.178 C 17.958 27.146 19.129 25.513 20.247 23.84 C 21.08 22.66 21.721 21.355 22.147 19.975 C 19.936 19.041 18.499 16.875 18.497 14.475 Z M 15.082 4.363 C 16.096 3.145 16.596 1.58 16.475 0 C 14.925 0.163 13.494 0.904 12.465 2.075 C 11.45 3.23 10.936 4.741 11.035 6.275 C 12.606 6.291 14.097 5.586 15.082 4.363 Z\" fill=\"rgb(255,255,255)\"></path></g><path d=\"M 40.413 23.025 L 34.498 23.025 L 33.077 27.22 L 30.57 27.22 L 36.175 11.698 L 38.779 11.698 L 44.383 27.22 L 41.834 27.22 Z M 35.109 21.087 L 39.799 21.087 L 37.487 14.28 L 37.423 14.28 Z M 56.485 21.563 C 56.485 25.079 54.603 27.337 51.762 27.337 C 50.294 27.414 48.911 26.646 48.202 25.359 L 48.148 25.359 L 48.148 30.964 L 45.823 30.964 L 45.823 15.902 L 48.073 15.902 L 48.073 17.785 L 48.114 17.785 C 48.855 16.506 50.24 15.737 51.718 15.785 C 54.59 15.785 56.484 18.055 56.484 21.563 Z M 54.098 21.563 C 54.098 19.271 52.913 17.765 51.107 17.765 C 49.332 17.765 48.138 19.302 48.138 21.563 C 48.138 23.843 49.332 25.37 51.107 25.37 C 52.913 25.37 54.098 23.874 54.098 21.563 Z M 68.942 21.563 C 68.942 25.079 67.059 27.337 64.218 27.337 C 62.75 27.414 61.368 26.646 60.658 25.359 L 60.604 25.359 L 60.604 30.964 L 58.28 30.964 L 58.28 15.902 L 60.529 15.902 L 60.529 17.785 L 60.572 17.785 C 61.313 16.506 62.697 15.737 64.175 15.785 C 67.048 15.785 68.942 18.055 68.942 21.563 Z M 66.554 21.563 C 66.554 19.271 65.369 17.765 63.563 17.765 C 61.788 17.765 60.594 19.302 60.594 21.563 C 60.594 23.843 61.788 25.37 63.563 25.37 C 65.369 25.37 66.553 23.874 66.553 21.563 Z M 77.173 22.895 C 77.345 24.435 78.84 25.445 80.885 25.445 C 82.843 25.445 84.252 24.435 84.252 23.046 C 84.252 21.841 83.402 21.121 81.389 20.626 L 79.378 20.141 C 76.528 19.454 75.204 18.12 75.204 15.956 C 75.204 13.279 77.538 11.439 80.853 11.439 C 84.133 11.439 86.382 13.279 86.457 15.956 L 84.112 15.956 C 83.972 14.407 82.692 13.472 80.819 13.472 C 78.947 13.472 77.668 14.419 77.668 15.795 C 77.668 16.892 78.485 17.539 80.487 18.032 L 82.197 18.452 C 85.382 19.206 86.704 20.485 86.704 22.756 C 86.704 25.66 84.392 27.479 80.713 27.479 C 77.27 27.479 74.945 25.704 74.795 22.895 Z M 91.718 13.225 L 91.718 15.902 L 93.87 15.902 L 93.87 17.742 L 91.718 17.742 L 91.718 23.981 C 91.718 24.951 92.149 25.403 93.095 25.403 C 93.351 25.398 93.606 25.38 93.859 25.349 L 93.859 27.178 C 93.434 27.257 93.002 27.293 92.569 27.285 C 90.278 27.285 89.384 26.424 89.384 24.229 L 89.384 17.742 L 87.739 17.742 L 87.739 15.902 L 89.384 15.902 L 89.384 13.225 Z M 95.117 21.563 C 95.117 18.001 97.214 15.764 100.484 15.764 C 103.765 15.764 105.853 18.001 105.853 21.563 C 105.853 25.133 103.777 27.36 100.484 27.36 C 97.193 27.36 95.117 25.132 95.117 21.563 Z M 103.485 21.563 C 103.485 19.12 102.367 17.677 100.484 17.677 C 98.602 17.677 97.484 19.13 97.484 21.563 C 97.484 24.015 98.602 25.445 100.484 25.445 C 102.367 25.445 103.485 24.015 103.485 21.563 Z M 107.768 15.902 L 109.984 15.902 L 109.984 17.829 L 110.038 17.829 C 110.347 16.59 111.483 15.737 112.759 15.785 C 113.027 15.784 113.294 15.813 113.555 15.871 L 113.555 18.044 C 113.217 17.941 112.865 17.893 112.512 17.904 C 111.829 17.876 111.168 18.148 110.702 18.649 C 110.237 19.149 110.013 19.828 110.09 20.507 L 110.09 27.22 L 107.768 27.22 Z M 124.265 23.896 C 123.953 25.95 121.953 27.36 119.393 27.36 C 116.1 27.36 114.057 25.155 114.057 21.616 C 114.057 18.066 116.112 15.764 119.294 15.764 C 122.427 15.764 124.394 17.914 124.394 21.346 L 124.394 22.143 L 116.402 22.143 L 116.402 22.282 C 116.327 23.125 116.618 23.959 117.201 24.572 C 117.783 25.185 118.601 25.519 119.447 25.487 C 120.573 25.593 121.636 24.946 122.059 23.896 Z M 116.413 20.519 L 122.07 20.519 C 122.113 19.762 121.837 19.021 121.311 18.476 C 120.784 17.931 120.053 17.63 119.295 17.646 C 118.531 17.642 117.797 17.942 117.256 18.482 C 116.714 19.021 116.411 19.755 116.413 20.519 Z\" fill=\"rgb(255,255,255)\"></path></g><path d=\"M 47.282 10.914 C 48.269 10.843 49.235 11.218 49.915 11.936 C 50.595 12.654 50.917 13.639 50.792 14.62 C 50.792 17.003 49.505 18.373 47.282 18.373 L 44.589 18.373 L 44.589 10.913 Z M 45.747 17.318 L 47.154 17.318 C 47.858 17.359 48.544 17.081 49.021 16.561 C 49.498 16.041 49.715 15.333 49.612 14.635 C 49.708 13.94 49.488 13.238 49.012 12.722 C 48.536 12.205 47.855 11.929 47.154 11.967 L 45.747 11.967 Z M 52.1 15.555 C 52.007 14.548 52.492 13.575 53.352 13.043 C 54.212 12.511 55.298 12.511 56.158 13.043 C 57.018 13.575 57.503 14.548 57.41 15.555 C 57.511 16.566 57.028 17.547 56.165 18.084 C 55.302 18.621 54.209 18.621 53.346 18.084 C 52.483 17.547 52.001 16.566 52.101 15.555 Z M 56.267 15.555 C 56.267 14.335 55.719 13.621 54.758 13.621 C 53.791 13.621 53.249 14.335 53.249 15.555 C 53.249 16.785 53.791 17.493 54.758 17.493 C 55.72 17.493 56.267 16.78 56.267 15.555 Z M 64.466 18.373 L 63.314 18.373 L 62.151 14.226 L 62.064 14.226 L 60.905 18.373 L 59.764 18.373 L 58.211 12.744 L 59.339 12.744 L 60.346 17.039 L 60.43 17.039 L 61.588 12.744 L 62.653 12.744 L 63.81 17.039 L 63.898 17.039 L 64.901 12.744 L 66.013 12.744 Z M 67.317 12.744 L 68.386 12.744 L 68.386 13.637 L 68.469 13.637 C 68.758 12.979 69.432 12.577 70.149 12.635 C 70.704 12.593 71.247 12.806 71.626 13.213 C 72.005 13.621 72.179 14.178 72.097 14.729 L 72.097 18.373 L 70.986 18.373 L 70.986 15.008 C 70.986 14.103 70.594 13.653 69.771 13.653 C 69.395 13.635 69.03 13.783 68.772 14.057 C 68.513 14.331 68.388 14.704 68.427 15.079 L 68.427 18.373 L 67.317 18.373 Z M 73.867 10.546 L 74.977 10.546 L 74.977 18.371 L 73.867 18.371 Z M 76.522 15.555 C 76.427 14.547 76.911 13.571 77.772 13.038 C 78.632 12.504 79.721 12.504 80.582 13.038 C 81.443 13.571 81.927 14.547 81.831 15.555 C 81.932 16.566 81.449 17.547 80.586 18.084 C 79.723 18.621 78.63 18.621 77.767 18.084 C 76.905 17.547 76.422 16.566 76.522 15.555 Z M 80.689 15.555 C 80.689 14.335 80.14 13.621 79.179 13.621 C 78.212 13.621 77.67 14.335 77.67 15.555 C 77.67 16.785 78.212 17.492 79.179 17.492 C 80.141 17.492 80.689 16.78 80.689 15.555 Z M 83 16.78 C 83 15.768 83.755 15.182 85.095 15.1 L 86.62 15.012 L 86.62 14.526 C 86.62 13.933 86.226 13.596 85.468 13.596 C 84.846 13.596 84.418 13.824 84.294 14.221 L 83.219 14.221 C 83.331 13.255 84.241 12.634 85.519 12.634 C 86.929 12.634 87.725 13.338 87.725 14.526 L 87.725 18.373 L 86.656 18.373 L 86.656 17.581 L 86.569 17.581 C 86.205 18.159 85.559 18.497 84.878 18.465 C 84.4 18.515 83.923 18.36 83.565 18.039 C 83.208 17.718 83.003 17.261 83.001 16.78 Z M 86.619 16.3 L 86.619 15.829 L 85.244 15.916 C 84.469 15.969 84.119 16.232 84.119 16.729 C 84.119 17.235 84.557 17.529 85.161 17.529 C 85.519 17.565 85.875 17.454 86.15 17.223 C 86.425 16.991 86.594 16.658 86.619 16.3 Z M 89.185 15.555 C 89.185 13.776 90.1 12.65 91.522 12.65 C 92.24 12.617 92.912 13.002 93.247 13.637 L 93.331 13.637 L 93.331 10.546 L 94.441 10.546 L 94.441 18.371 L 93.377 18.371 L 93.377 17.484 L 93.29 17.484 C 92.929 18.114 92.247 18.492 91.521 18.465 C 90.09 18.465 89.185 17.339 89.185 15.555 Z M 90.332 15.555 C 90.332 16.749 90.895 17.467 91.836 17.467 C 92.774 17.467 93.351 16.739 93.351 15.56 C 93.351 14.387 92.766 13.647 91.836 13.647 C 90.901 13.647 90.332 14.372 90.332 15.555 Z M 99.037 15.555 C 98.942 14.547 99.426 13.571 100.287 13.038 C 101.147 12.504 102.236 12.504 103.097 13.038 C 103.958 13.571 104.442 14.547 104.346 15.555 C 104.447 16.566 103.964 17.547 103.101 18.084 C 102.238 18.621 101.145 18.621 100.282 18.084 C 99.42 17.547 98.937 16.566 99.037 15.555 Z M 103.204 15.555 C 103.204 14.335 102.656 13.621 101.694 13.621 C 100.729 13.621 100.185 14.335 100.185 15.555 C 100.185 16.785 100.729 17.492 101.694 17.492 C 102.656 17.492 103.204 16.78 103.204 15.555 Z M 105.837 12.744 L 106.906 12.744 L 106.906 13.637 L 106.989 13.637 C 107.278 12.979 107.952 12.577 108.669 12.635 C 109.224 12.593 109.767 12.806 110.146 13.213 C 110.525 13.621 110.699 14.178 110.617 14.729 L 110.617 18.372 L 109.506 18.372 L 109.506 15.007 C 109.506 14.102 109.114 13.652 108.291 13.652 C 107.915 13.635 107.55 13.783 107.292 14.057 C 107.033 14.331 106.908 14.704 106.948 15.079 L 106.948 18.372 L 105.836 18.372 Z M 116.894 11.342 L 116.894 12.769 L 118.114 12.769 L 118.114 13.705 L 116.894 13.705 L 116.894 16.599 C 116.894 17.189 117.136 17.447 117.69 17.447 C 117.832 17.447 117.973 17.438 118.114 17.421 L 118.114 18.346 C 117.914 18.382 117.712 18.401 117.509 18.404 C 116.274 18.404 115.782 17.969 115.782 16.884 L 115.782 13.705 L 114.889 13.705 L 114.889 12.769 L 115.782 12.769 L 115.782 11.343 Z M 119.631 10.546 L 120.731 10.546 L 120.731 13.647 L 120.819 13.647 C 121.122 12.983 121.809 12.58 122.536 12.64 C 123.088 12.61 123.624 12.828 123.999 13.234 C 124.373 13.639 124.548 14.191 124.474 14.739 L 124.474 18.372 L 123.362 18.372 L 123.362 15.013 C 123.362 14.113 122.944 13.658 122.159 13.658 C 121.772 13.626 121.391 13.766 121.118 14.042 C 120.845 14.317 120.707 14.699 120.741 15.085 L 120.741 18.373 L 119.631 18.373 Z M 130.951 16.852 C 130.64 17.914 129.613 18.6 128.514 18.481 C 127.763 18.502 127.041 18.191 126.54 17.631 C 126.039 17.071 125.809 16.319 125.912 15.575 C 125.813 14.829 126.042 14.077 126.539 13.513 C 127.037 12.949 127.755 12.629 128.507 12.635 C 130.074 12.635 131.019 13.705 131.019 15.472 L 131.019 15.86 L 127.044 15.86 L 127.044 15.922 C 127.008 16.34 127.151 16.754 127.437 17.061 C 127.722 17.368 128.124 17.54 128.544 17.535 C 129.087 17.599 129.615 17.33 129.881 16.852 Z M 127.044 15.039 L 129.887 15.039 C 129.916 14.656 129.782 14.28 129.518 14.002 C 129.254 13.724 128.884 13.571 128.501 13.58 C 128.113 13.575 127.739 13.727 127.465 14.002 C 127.191 14.277 127.039 14.651 127.044 15.039 Z\" fill=\"rgb(255,255,255)\"></path></svg>',\n                  svgContentId: 2488107361\n                },\n                \"yc_nYCt5T-pressed\": {\n                  svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 150 50\"><path d=\"M 137.669 0 L 11.919 0 C 11.46 0 11.006 -0 10.55 0.003 C 10.168 0.005 9.787 0.013 9.401 0.019 C 8.562 0.028 7.724 0.101 6.896 0.237 C 6.07 0.378 5.269 0.642 4.521 1.021 C 3.773 1.404 3.09 1.902 2.496 2.496 C 1.9 3.088 1.404 3.772 1.025 4.521 C 0.645 5.27 0.382 6.072 0.244 6.9 C 0.105 7.727 0.03 8.564 0.02 9.402 C 0.008 9.786 0.008 10.171 0.001 10.554 L 0.001 39.45 C 0.008 39.837 0.009 40.212 0.02 40.601 C 0.03 41.44 0.105 42.277 0.245 43.104 C 0.382 43.933 0.645 44.736 1.025 45.485 C 1.404 46.232 1.901 46.912 2.498 47.5 C 3.088 48.096 3.771 48.594 4.52 48.974 C 5.268 49.354 6.069 49.619 6.896 49.761 C 7.725 49.897 8.562 49.971 9.401 49.983 C 9.789 49.991 10.168 49.996 10.55 49.996 C 11.008 49.999 11.46 49.999 11.919 49.999 L 137.669 49.999 C 138.119 49.999 138.574 49.999 139.024 49.996 C 139.404 49.996 139.795 49.991 140.176 49.984 C 141.014 49.973 141.85 49.898 142.676 49.761 C 143.506 49.618 144.31 49.353 145.061 48.974 C 145.809 48.594 146.492 48.096 147.082 47.5 C 147.678 46.909 148.176 46.228 148.56 45.483 C 148.937 44.733 149.198 43.93 149.334 43.101 C 149.473 42.274 149.55 41.438 149.565 40.599 C 149.57 40.211 149.57 39.836 149.57 39.447 C 149.58 38.992 149.58 38.541 149.58 38.08 L 149.58 11.92 C 149.58 11.463 149.58 11.008 149.57 10.555 C 149.57 10.173 149.57 9.787 149.565 9.405 C 149.55 8.566 149.473 7.729 149.334 6.901 C 149.198 6.074 148.936 5.272 148.559 4.522 C 147.787 3.019 146.564 1.795 145.061 1.022 C 144.31 0.644 143.506 0.38 142.676 0.239 C 141.85 0.101 141.014 0.028 140.176 0.019 C 139.795 0.012 139.404 0.005 139.024 0.002 C 138.574 -0 138.118 0 137.669 0 Z\" fill=\"rgb(166,166,166)\"></path><path d=\"M 10.556 48.906 C 10.175 48.906 9.804 48.901 9.426 48.894 C 8.643 48.883 7.862 48.815 7.089 48.689 C 6.369 48.565 5.671 48.334 5.019 48.004 C 4.372 47.677 3.783 47.248 3.273 46.734 C 2.755 46.225 2.324 45.635 1.998 44.988 C 1.666 44.336 1.437 43.637 1.318 42.916 C 1.189 42.141 1.12 41.358 1.11 40.572 C 1.101 40.31 1.091 39.431 1.091 39.431 L 1.091 10.556 C 1.091 10.556 1.103 9.691 1.11 9.437 C 1.119 8.653 1.188 7.871 1.316 7.097 C 1.436 6.374 1.665 5.674 1.996 5.02 C 2.322 4.373 2.751 3.783 3.265 3.272 C 3.779 2.757 4.37 2.326 5.018 1.994 C 5.668 1.665 6.365 1.436 7.084 1.314 C 7.859 1.187 8.643 1.118 9.429 1.109 L 10.556 1.094 L 139.017 1.094 L 140.159 1.11 C 140.937 1.119 141.713 1.187 142.481 1.313 C 143.208 1.436 143.912 1.667 144.57 1.998 C 145.867 2.666 146.923 3.724 147.589 5.022 C 147.914 5.672 148.14 6.367 148.257 7.084 C 148.387 7.864 148.46 8.652 148.475 9.443 C 148.479 9.796 148.479 10.178 148.479 10.555 C 148.489 11.024 148.489 11.47 148.489 11.92 L 148.489 38.081 C 148.489 38.535 148.489 38.979 148.479 39.425 C 148.479 39.831 148.479 40.204 148.474 40.587 C 148.46 41.364 148.388 42.138 148.261 42.904 C 148.145 43.63 147.917 44.334 147.586 44.991 C 147.257 45.632 146.828 46.217 146.316 46.724 C 145.805 47.241 145.214 47.672 144.566 48.001 C 143.91 48.334 143.207 48.566 142.481 48.689 C 141.709 48.815 140.928 48.883 140.145 48.892 C 139.779 48.901 139.395 48.906 139.024 48.906 L 137.669 48.909 Z\" fill=\"rgb(0,0,0)\"></path><g transform=\"translate(12.465 10.9)\" id=\"ss2488107361_3\"><g transform=\"translate(0 0)\" id=\"ss2488107361_4\"><path d=\"M 18.497 14.475 C 18.524 12.355 19.636 10.397 21.442 9.286 C 20.297 7.651 18.449 6.652 16.454 6.589 C 14.354 6.369 12.319 7.845 11.249 7.845 C 10.159 7.845 8.512 6.61 6.739 6.647 C 4.406 6.723 2.283 8.017 1.148 10.057 C -1.27 14.242 0.534 20.394 2.849 23.778 C 4.008 25.434 5.362 27.284 7.134 27.219 C 8.868 27.146 9.515 26.112 11.609 26.112 C 13.682 26.112 14.289 27.219 16.097 27.178 C 17.958 27.146 19.129 25.513 20.247 23.84 C 21.08 22.66 21.721 21.355 22.147 19.975 C 19.936 19.041 18.499 16.875 18.497 14.475 Z M 15.082 4.363 C 16.096 3.145 16.596 1.58 16.475 0 C 14.925 0.163 13.494 0.904 12.465 2.075 C 11.45 3.23 10.936 4.741 11.035 6.275 C 12.606 6.291 14.097 5.586 15.082 4.363 Z\" fill=\"rgb(255,255,255)\"></path></g><path d=\"M 40.413 23.025 L 34.498 23.025 L 33.077 27.22 L 30.57 27.22 L 36.175 11.698 L 38.779 11.698 L 44.383 27.22 L 41.834 27.22 Z M 35.109 21.087 L 39.799 21.087 L 37.487 14.28 L 37.423 14.28 Z M 56.485 21.563 C 56.485 25.079 54.603 27.337 51.762 27.337 C 50.294 27.414 48.911 26.646 48.202 25.359 L 48.148 25.359 L 48.148 30.964 L 45.823 30.964 L 45.823 15.902 L 48.073 15.902 L 48.073 17.785 L 48.114 17.785 C 48.855 16.506 50.24 15.737 51.718 15.785 C 54.59 15.785 56.484 18.055 56.484 21.563 Z M 54.098 21.563 C 54.098 19.271 52.913 17.765 51.107 17.765 C 49.332 17.765 48.138 19.302 48.138 21.563 C 48.138 23.843 49.332 25.37 51.107 25.37 C 52.913 25.37 54.098 23.874 54.098 21.563 Z M 68.942 21.563 C 68.942 25.079 67.059 27.337 64.218 27.337 C 62.75 27.414 61.368 26.646 60.658 25.359 L 60.604 25.359 L 60.604 30.964 L 58.28 30.964 L 58.28 15.902 L 60.529 15.902 L 60.529 17.785 L 60.572 17.785 C 61.313 16.506 62.697 15.737 64.175 15.785 C 67.048 15.785 68.942 18.055 68.942 21.563 Z M 66.554 21.563 C 66.554 19.271 65.369 17.765 63.563 17.765 C 61.788 17.765 60.594 19.302 60.594 21.563 C 60.594 23.843 61.788 25.37 63.563 25.37 C 65.369 25.37 66.553 23.874 66.553 21.563 Z M 77.173 22.895 C 77.345 24.435 78.84 25.445 80.885 25.445 C 82.843 25.445 84.252 24.435 84.252 23.046 C 84.252 21.841 83.402 21.121 81.389 20.626 L 79.378 20.141 C 76.528 19.454 75.204 18.12 75.204 15.956 C 75.204 13.279 77.538 11.439 80.853 11.439 C 84.133 11.439 86.382 13.279 86.457 15.956 L 84.112 15.956 C 83.972 14.407 82.692 13.472 80.819 13.472 C 78.947 13.472 77.668 14.419 77.668 15.795 C 77.668 16.892 78.485 17.539 80.487 18.032 L 82.197 18.452 C 85.382 19.206 86.704 20.485 86.704 22.756 C 86.704 25.66 84.392 27.479 80.713 27.479 C 77.27 27.479 74.945 25.704 74.795 22.895 Z M 91.718 13.225 L 91.718 15.902 L 93.87 15.902 L 93.87 17.742 L 91.718 17.742 L 91.718 23.981 C 91.718 24.951 92.149 25.403 93.095 25.403 C 93.351 25.398 93.606 25.38 93.859 25.349 L 93.859 27.178 C 93.434 27.257 93.002 27.293 92.569 27.285 C 90.278 27.285 89.384 26.424 89.384 24.229 L 89.384 17.742 L 87.739 17.742 L 87.739 15.902 L 89.384 15.902 L 89.384 13.225 Z M 95.117 21.563 C 95.117 18.001 97.214 15.764 100.484 15.764 C 103.765 15.764 105.853 18.001 105.853 21.563 C 105.853 25.133 103.777 27.36 100.484 27.36 C 97.193 27.36 95.117 25.132 95.117 21.563 Z M 103.485 21.563 C 103.485 19.12 102.367 17.677 100.484 17.677 C 98.602 17.677 97.484 19.13 97.484 21.563 C 97.484 24.015 98.602 25.445 100.484 25.445 C 102.367 25.445 103.485 24.015 103.485 21.563 Z M 107.768 15.902 L 109.984 15.902 L 109.984 17.829 L 110.038 17.829 C 110.347 16.59 111.483 15.737 112.759 15.785 C 113.027 15.784 113.294 15.813 113.555 15.871 L 113.555 18.044 C 113.217 17.941 112.865 17.893 112.512 17.904 C 111.829 17.876 111.168 18.148 110.702 18.649 C 110.237 19.149 110.013 19.828 110.09 20.507 L 110.09 27.22 L 107.768 27.22 Z M 124.265 23.896 C 123.953 25.95 121.953 27.36 119.393 27.36 C 116.1 27.36 114.057 25.155 114.057 21.616 C 114.057 18.066 116.112 15.764 119.294 15.764 C 122.427 15.764 124.394 17.914 124.394 21.346 L 124.394 22.143 L 116.402 22.143 L 116.402 22.282 C 116.327 23.125 116.618 23.959 117.201 24.572 C 117.783 25.185 118.601 25.519 119.447 25.487 C 120.573 25.593 121.636 24.946 122.059 23.896 Z M 116.413 20.519 L 122.07 20.519 C 122.113 19.762 121.837 19.021 121.311 18.476 C 120.784 17.931 120.053 17.63 119.295 17.646 C 118.531 17.642 117.797 17.942 117.256 18.482 C 116.714 19.021 116.411 19.755 116.413 20.519 Z\" fill=\"rgb(255,255,255)\"></path></g><path d=\"M 47.282 10.914 C 48.269 10.843 49.235 11.218 49.915 11.936 C 50.595 12.654 50.917 13.639 50.792 14.62 C 50.792 17.003 49.505 18.373 47.282 18.373 L 44.589 18.373 L 44.589 10.913 Z M 45.747 17.318 L 47.154 17.318 C 47.858 17.359 48.544 17.081 49.021 16.561 C 49.498 16.041 49.715 15.333 49.612 14.635 C 49.708 13.94 49.488 13.238 49.012 12.722 C 48.536 12.205 47.855 11.929 47.154 11.967 L 45.747 11.967 Z M 52.1 15.555 C 52.007 14.548 52.492 13.575 53.352 13.043 C 54.212 12.511 55.298 12.511 56.158 13.043 C 57.018 13.575 57.503 14.548 57.41 15.555 C 57.511 16.566 57.028 17.547 56.165 18.084 C 55.302 18.621 54.209 18.621 53.346 18.084 C 52.483 17.547 52.001 16.566 52.101 15.555 Z M 56.267 15.555 C 56.267 14.335 55.719 13.621 54.758 13.621 C 53.791 13.621 53.249 14.335 53.249 15.555 C 53.249 16.785 53.791 17.493 54.758 17.493 C 55.72 17.493 56.267 16.78 56.267 15.555 Z M 64.466 18.373 L 63.314 18.373 L 62.151 14.226 L 62.064 14.226 L 60.905 18.373 L 59.764 18.373 L 58.211 12.744 L 59.339 12.744 L 60.346 17.039 L 60.43 17.039 L 61.588 12.744 L 62.653 12.744 L 63.81 17.039 L 63.898 17.039 L 64.901 12.744 L 66.013 12.744 Z M 67.317 12.744 L 68.386 12.744 L 68.386 13.637 L 68.469 13.637 C 68.758 12.979 69.432 12.577 70.149 12.635 C 70.704 12.593 71.247 12.806 71.626 13.213 C 72.005 13.621 72.179 14.178 72.097 14.729 L 72.097 18.373 L 70.986 18.373 L 70.986 15.008 C 70.986 14.103 70.594 13.653 69.771 13.653 C 69.395 13.635 69.03 13.783 68.772 14.057 C 68.513 14.331 68.388 14.704 68.427 15.079 L 68.427 18.373 L 67.317 18.373 Z M 73.867 10.546 L 74.977 10.546 L 74.977 18.371 L 73.867 18.371 Z M 76.522 15.555 C 76.427 14.547 76.911 13.571 77.772 13.038 C 78.632 12.504 79.721 12.504 80.582 13.038 C 81.443 13.571 81.927 14.547 81.831 15.555 C 81.932 16.566 81.449 17.547 80.586 18.084 C 79.723 18.621 78.63 18.621 77.767 18.084 C 76.905 17.547 76.422 16.566 76.522 15.555 Z M 80.689 15.555 C 80.689 14.335 80.14 13.621 79.179 13.621 C 78.212 13.621 77.67 14.335 77.67 15.555 C 77.67 16.785 78.212 17.492 79.179 17.492 C 80.141 17.492 80.689 16.78 80.689 15.555 Z M 83 16.78 C 83 15.768 83.755 15.182 85.095 15.1 L 86.62 15.012 L 86.62 14.526 C 86.62 13.933 86.226 13.596 85.468 13.596 C 84.846 13.596 84.418 13.824 84.294 14.221 L 83.219 14.221 C 83.331 13.255 84.241 12.634 85.519 12.634 C 86.929 12.634 87.725 13.338 87.725 14.526 L 87.725 18.373 L 86.656 18.373 L 86.656 17.581 L 86.569 17.581 C 86.205 18.159 85.559 18.497 84.878 18.465 C 84.4 18.515 83.923 18.36 83.565 18.039 C 83.208 17.718 83.003 17.261 83.001 16.78 Z M 86.619 16.3 L 86.619 15.829 L 85.244 15.916 C 84.469 15.969 84.119 16.232 84.119 16.729 C 84.119 17.235 84.557 17.529 85.161 17.529 C 85.519 17.565 85.875 17.454 86.15 17.223 C 86.425 16.991 86.594 16.658 86.619 16.3 Z M 89.185 15.555 C 89.185 13.776 90.1 12.65 91.522 12.65 C 92.24 12.617 92.912 13.002 93.247 13.637 L 93.331 13.637 L 93.331 10.546 L 94.441 10.546 L 94.441 18.371 L 93.377 18.371 L 93.377 17.484 L 93.29 17.484 C 92.929 18.114 92.247 18.492 91.521 18.465 C 90.09 18.465 89.185 17.339 89.185 15.555 Z M 90.332 15.555 C 90.332 16.749 90.895 17.467 91.836 17.467 C 92.774 17.467 93.351 16.739 93.351 15.56 C 93.351 14.387 92.766 13.647 91.836 13.647 C 90.901 13.647 90.332 14.372 90.332 15.555 Z M 99.037 15.555 C 98.942 14.547 99.426 13.571 100.287 13.038 C 101.147 12.504 102.236 12.504 103.097 13.038 C 103.958 13.571 104.442 14.547 104.346 15.555 C 104.447 16.566 103.964 17.547 103.101 18.084 C 102.238 18.621 101.145 18.621 100.282 18.084 C 99.42 17.547 98.937 16.566 99.037 15.555 Z M 103.204 15.555 C 103.204 14.335 102.656 13.621 101.694 13.621 C 100.729 13.621 100.185 14.335 100.185 15.555 C 100.185 16.785 100.729 17.492 101.694 17.492 C 102.656 17.492 103.204 16.78 103.204 15.555 Z M 105.837 12.744 L 106.906 12.744 L 106.906 13.637 L 106.989 13.637 C 107.278 12.979 107.952 12.577 108.669 12.635 C 109.224 12.593 109.767 12.806 110.146 13.213 C 110.525 13.621 110.699 14.178 110.617 14.729 L 110.617 18.372 L 109.506 18.372 L 109.506 15.007 C 109.506 14.102 109.114 13.652 108.291 13.652 C 107.915 13.635 107.55 13.783 107.292 14.057 C 107.033 14.331 106.908 14.704 106.948 15.079 L 106.948 18.372 L 105.836 18.372 Z M 116.894 11.342 L 116.894 12.769 L 118.114 12.769 L 118.114 13.705 L 116.894 13.705 L 116.894 16.599 C 116.894 17.189 117.136 17.447 117.69 17.447 C 117.832 17.447 117.973 17.438 118.114 17.421 L 118.114 18.346 C 117.914 18.382 117.712 18.401 117.509 18.404 C 116.274 18.404 115.782 17.969 115.782 16.884 L 115.782 13.705 L 114.889 13.705 L 114.889 12.769 L 115.782 12.769 L 115.782 11.343 Z M 119.631 10.546 L 120.731 10.546 L 120.731 13.647 L 120.819 13.647 C 121.122 12.983 121.809 12.58 122.536 12.64 C 123.088 12.61 123.624 12.828 123.999 13.234 C 124.373 13.639 124.548 14.191 124.474 14.739 L 124.474 18.372 L 123.362 18.372 L 123.362 15.013 C 123.362 14.113 122.944 13.658 122.159 13.658 C 121.772 13.626 121.391 13.766 121.118 14.042 C 120.845 14.317 120.707 14.699 120.741 15.085 L 120.741 18.373 L 119.631 18.373 Z M 130.951 16.852 C 130.64 17.914 129.613 18.6 128.514 18.481 C 127.763 18.502 127.041 18.191 126.54 17.631 C 126.039 17.071 125.809 16.319 125.912 15.575 C 125.813 14.829 126.042 14.077 126.539 13.513 C 127.037 12.949 127.755 12.629 128.507 12.635 C 130.074 12.635 131.019 13.705 131.019 15.472 L 131.019 15.86 L 127.044 15.86 L 127.044 15.922 C 127.008 16.34 127.151 16.754 127.437 17.061 C 127.722 17.368 128.124 17.54 128.544 17.535 C 129.087 17.599 129.615 17.33 129.881 16.852 Z M 127.044 15.039 L 129.887 15.039 C 129.916 14.656 129.782 14.28 129.518 14.002 C 129.254 13.724 128.884 13.571 128.501 13.58 C 128.113 13.575 127.739 13.727 127.465 14.002 C 127.191 14.277 127.039 14.651 127.044 15.039 Z\" fill=\"rgb(255,255,255)\"></path></svg>',\n                  svgContentId: 2488107361\n                }\n              }, baseVariant, gestureVariant)\n            })\n          }), isDisplayed3() && /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1p6ewpo\",\n            style: {},\n            layoutId: \"NPGuegirn\",\n            transition: transition,\n            layoutDependency: layoutDependency,\n            background: null,\n            \"data-framer-name\": \"Google Play\",\n            children: /*#__PURE__*/_jsx(SVG, {\n              layout: \"position\",\n              style: {},\n              className: \"framer-1o9w0dv\",\n              layoutId: \"a5yE7Nn5S\",\n              transition: transition,\n              layoutDependency: layoutDependency,\n              opacity: 1,\n              radius: 0,\n              withExternalLayout: true,\n              svgContentId: 2365901301,\n              svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 170 50\"><path d=\"M 163.695 50.296 L 6.298 50.296 C 2.827 50.296 0 47.461 0 44.009 L 0 6.287 C 0 2.822 2.827 0 6.298 0 L 163.695 0 C 167.164 0 169.994 2.822 169.994 6.287 L 169.994 44.009 C 169.994 47.461 167.164 50.296 163.695 50.296 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 163.695 1.007 C 166.607 1.007 168.99 3.38 168.99 6.287 L 168.99 44.009 C 168.99 46.916 166.623 49.289 163.695 49.289 L 6.298 49.289 C 3.387 49.289 1.004 46.916 1.004 44.009 L 1.004 6.287 C 1.004 3.38 3.371 1.007 6.298 1.007 Z M 163.695 0 L 6.298 0 C 2.827 0 0 2.835 0 6.287 L 0 44.009 C 0 47.474 2.827 50.296 6.298 50.296 L 163.695 50.296 C 167.164 50.296 169.994 47.474 169.994 44.009 L 169.994 6.287 C 169.994 2.835 167.164 0 163.695 0 Z\" fill=\"rgb(166,166,166)\"></path><path d=\"M 89.553 16.638 C 88.418 16.638 87.461 16.24 86.704 15.456 C 85.954 14.694 85.535 13.643 85.554 12.571 C 85.554 11.426 85.941 10.457 86.704 9.689 C 87.458 8.905 88.415 8.507 89.55 8.507 C 90.673 8.507 91.63 8.905 92.399 9.689 C 93.162 10.483 93.55 11.451 93.55 12.571 C 93.538 13.719 93.15 14.687 92.399 15.453 C 91.646 16.243 90.689 16.638 89.553 16.638 Z M 55.775 16.638 C 54.665 16.638 53.702 16.246 52.914 15.471 C 52.132 14.7 51.735 13.725 51.735 12.574 C 51.735 11.423 52.132 10.448 52.914 9.677 C 53.686 8.902 54.65 8.51 55.775 8.51 C 56.326 8.51 56.861 8.62 57.373 8.843 C 57.877 9.059 58.287 9.354 58.59 9.714 L 58.665 9.805 L 57.818 10.639 L 57.73 10.536 C 57.251 9.965 56.61 9.686 55.763 9.686 C 55.006 9.686 54.346 9.956 53.802 10.489 C 53.255 11.025 52.976 11.727 52.976 12.577 C 52.976 13.427 53.255 14.129 53.802 14.665 C 54.346 15.199 55.006 15.468 55.763 15.468 C 56.57 15.468 57.248 15.199 57.777 14.665 C 58.09 14.352 58.283 13.913 58.352 13.358 L 55.635 13.358 L 55.635 12.185 L 59.519 12.185 L 59.534 12.292 C 59.563 12.489 59.591 12.693 59.591 12.881 C 59.591 13.963 59.265 14.838 58.621 15.484 C 57.889 16.249 56.932 16.638 55.775 16.638 Z M 100.687 16.472 L 99.489 16.472 L 95.82 10.586 L 95.852 11.646 L 95.852 16.468 L 94.654 16.468 L 94.654 8.676 L 96.021 8.676 L 96.058 8.736 L 99.508 14.28 L 99.476 13.223 L 99.476 8.676 L 100.687 8.676 Z M 80.553 16.472 L 79.34 16.472 L 79.34 9.849 L 77.235 9.849 L 77.235 8.676 L 82.655 8.676 L 82.655 9.849 L 80.55 9.849 L 80.55 16.472 Z M 76.247 16.472 L 75.036 16.472 L 75.036 8.676 L 76.247 8.676 Z M 69.445 16.472 L 68.235 16.472 L 68.235 9.849 L 66.13 9.849 L 66.13 8.676 L 71.549 8.676 L 71.549 9.849 L 69.445 9.849 Z M 65.364 16.459 L 60.723 16.459 L 60.723 8.676 L 65.364 8.676 L 65.364 9.849 L 61.936 9.849 L 61.936 11.988 L 65.029 11.988 L 65.029 13.148 L 61.936 13.148 L 61.936 15.286 L 65.364 15.286 Z M 87.593 14.65 C 88.134 15.192 88.79 15.465 89.553 15.465 C 90.338 15.465 90.979 15.199 91.514 14.65 C 92.046 14.117 92.315 13.417 92.315 12.574 C 92.315 11.731 92.046 11.028 91.517 10.498 C 90.976 9.956 90.316 9.683 89.556 9.683 C 88.772 9.683 88.13 9.949 87.599 10.498 C 87.067 11.031 86.798 11.731 86.798 12.574 C 86.798 13.417 87.064 14.12 87.593 14.65 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 85.441 27.356 C 82.486 27.356 80.09 29.604 80.09 32.705 C 80.09 35.778 82.501 38.054 85.441 38.054 C 88.396 38.054 90.792 35.79 90.792 32.705 C 90.792 29.604 88.396 27.356 85.441 27.356 Z M 85.441 35.935 C 83.824 35.935 82.432 34.593 82.432 32.692 C 82.432 30.764 83.827 29.45 85.441 29.45 C 87.058 29.45 88.449 30.764 88.449 32.692 C 88.453 34.605 87.058 35.935 85.441 35.935 Z M 73.767 27.356 C 70.811 27.356 68.416 29.604 68.416 32.705 C 68.416 35.778 70.827 38.054 73.767 38.054 C 76.722 38.054 79.118 35.79 79.118 32.705 C 79.118 29.604 76.719 27.356 73.767 27.356 Z M 73.767 35.935 C 72.15 35.935 70.758 34.593 70.758 32.692 C 70.758 30.764 72.153 29.45 73.767 29.45 C 75.384 29.45 76.775 30.764 76.775 32.692 C 76.775 34.605 75.384 35.935 73.767 35.935 Z M 59.875 28.989 L 59.875 31.253 L 65.295 31.253 C 65.129 32.523 64.71 33.461 64.069 34.103 C 63.275 34.9 62.049 35.765 59.888 35.765 C 56.557 35.765 53.952 33.069 53.952 29.729 C 53.952 26.39 56.557 23.693 59.888 23.693 C 61.686 23.693 62.996 24.405 63.969 25.314 L 65.57 23.709 C 64.219 22.411 62.421 21.417 59.9 21.417 C 55.331 21.417 51.497 25.148 51.497 29.717 C 51.497 34.298 55.328 38.017 59.9 38.017 C 62.368 38.017 64.219 37.208 65.683 35.684 C 67.174 34.188 67.647 32.078 67.647 30.375 C 67.647 29.845 67.606 29.369 67.522 28.964 L 59.872 28.964 C 59.875 28.961 59.875 28.989 59.875 28.989 Z M 116.695 30.751 C 116.248 29.55 114.897 27.343 112.126 27.343 C 109.38 27.343 107.097 29.51 107.097 32.692 C 107.097 35.696 109.355 38.042 112.392 38.042 C 114.831 38.042 116.251 36.546 116.836 35.668 L 115.025 34.452 C 114.425 35.345 113.59 35.932 112.405 35.932 C 111.207 35.932 110.369 35.386 109.812 34.31 L 116.945 31.347 C 116.945 31.35 116.695 30.751 116.695 30.751 Z M 109.421 32.539 C 109.365 30.472 111.022 29.422 112.208 29.422 C 113.143 29.422 113.921 29.883 114.187 30.554 Z M 103.626 37.722 L 105.969 37.722 L 105.969 22.006 L 103.626 22.006 Z M 99.78 28.544 L 99.695 28.544 C 99.167 27.914 98.163 27.343 96.881 27.343 C 94.219 27.343 91.767 29.692 91.767 32.708 C 91.767 35.712 94.207 38.032 96.881 38.032 C 98.147 38.032 99.167 37.459 99.695 36.816 L 99.78 36.816 L 99.78 37.584 C 99.78 39.625 98.691 40.726 96.937 40.726 C 95.501 40.726 94.61 39.691 94.247 38.826 L 92.212 39.679 C 92.796 41.09 94.357 42.836 96.934 42.836 C 99.68 42.836 102.006 41.215 102.006 37.261 L 102.006 27.663 L 99.792 27.663 L 99.792 28.544 Z M 97.09 35.935 C 95.473 35.935 94.122 34.58 94.122 32.708 C 94.122 30.82 95.473 29.453 97.09 29.453 C 98.691 29.453 99.933 30.836 99.933 32.708 C 99.948 34.58 98.694 35.935 97.09 35.935 Z M 127.663 22.006 L 122.062 22.006 L 122.062 37.722 L 124.404 37.722 L 124.404 31.771 L 127.666 31.771 C 130.258 31.771 132.807 29.886 132.807 26.895 C 132.807 23.903 130.268 22.006 127.663 22.006 Z M 127.731 29.576 L 124.401 29.576 L 124.401 24.182 L 127.731 24.182 C 129.486 24.182 130.477 25.634 130.477 26.879 C 130.477 28.111 129.473 29.576 127.731 29.576 Z M 142.195 27.327 C 140.494 27.327 138.74 28.083 138.014 29.729 L 140.091 30.595 C 140.538 29.729 141.357 29.434 142.223 29.434 C 143.437 29.434 144.663 30.162 144.691 31.46 L 144.691 31.626 C 144.272 31.388 143.352 31.024 142.251 31.024 C 140.009 31.024 137.736 32.253 137.736 34.558 C 137.736 36.668 139.575 38.023 141.623 38.023 C 143.196 38.023 144.062 37.311 144.603 36.487 L 144.688 36.487 L 144.688 37.703 L 146.946 37.703 L 146.946 31.683 C 146.946 28.879 144.869 27.327 142.195 27.327 Z M 141.901 35.935 C 141.135 35.935 140.062 35.558 140.062 34.593 C 140.062 33.376 141.401 32.915 142.542 32.915 C 143.574 32.915 144.062 33.138 144.675 33.445 C 144.506 34.856 143.318 35.922 141.901 35.935 Z M 155.183 27.663 L 152.493 34.48 L 152.409 34.48 L 149.623 27.663 L 147.102 27.663 L 151.283 37.192 L 148.9 42.488 L 151.339 42.488 L 157.772 27.663 Z M 134.099 37.722 L 136.441 37.722 L 136.441 22.006 L 134.099 22.006 Z\" fill=\"rgb(255,255,255)\"></path><g><defs><linearGradient id=\"idss2365901301_5g1673948333\" gradientTransform=\"rotate(134.99983142796754, 0.5, 0.5)\"><stop offset=\"0\" stop-color=\"rgb(0,160,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,227,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 13.085 9.473 C 12.722 9.865 12.512 10.464 12.512 11.248 L 12.512 39.052 C 12.512 39.835 12.722 40.434 13.097 40.811 L 13.194 40.895 L 28.731 25.317 L 28.731 24.969 L 13.182 9.388 Z\" fill=\"url(#idss2365901301_5g1673948333)\"></path></g><g><defs><linearGradient id=\"idss2365901301_6g43703969\" gradientTransform=\"rotate(180, 0.5, 0.5)\"><stop offset=\"0\" stop-color=\"rgb(255,224,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(255,156,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 33.9 30.526 L 28.718 25.33 L 28.718 24.966 L 33.9 19.77 L 34.013 19.839 L 40.142 23.332 C 41.896 24.323 41.896 25.96 40.142 26.964 L 34.013 30.457 Z\" fill=\"url(#idss2365901301_6g43703969)\"></path></g><g><defs><linearGradient id=\"idss2365901301_7g1458251021\" gradientTransform=\"rotate(135.00048092183692, 0.5, 0.5)\"><stop offset=\"0\" stop-color=\"rgb(255,58,68)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(195,17,98)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 34.013 30.457 L 28.718 25.148 L 13.085 40.823 C 13.657 41.438 14.617 41.507 15.69 40.908 L 34.013 30.457\" fill=\"url(#idss2365901301_7g1458251021)\"></path></g><g><defs><linearGradient id=\"idss2365901301_8g-2043038355\" gradientTransform=\"rotate(45.001227908244516, 0.5, 0.5)\"><stop offset=\"0\" stop-color=\"rgb(50,160,113)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,240,118)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 34.013 19.839 L 15.69 9.404 C 14.617 8.789 13.654 8.874 13.085 9.489 L 28.718 25.148 Z\" fill=\"url(#idss2365901301_8g-2043038355)\"></path></g><path d=\"M 33.9 30.344 L 15.702 40.71 C 14.686 41.297 13.779 41.256 13.194 40.723 L 13.097 40.82 L 13.194 40.905 C 13.779 41.435 14.686 41.479 15.702 40.892 L 34.025 30.457 Z\" fill=\"rgb(0,0,0)\" opacity=\"0.2\"></path><path d=\"M 40.142 26.782 L 33.884 30.344 L 33.997 30.457 L 40.126 26.964 C 41.005 26.462 41.437 25.803 41.437 25.148 C 41.384 25.75 40.936 26.321 40.142 26.782 Z\" fill=\"rgb(0,0,0)\" opacity=\"0.12\"></path><path d=\"M 15.69 9.586 L 40.142 23.514 C 40.936 23.963 41.384 24.549 41.452 25.148 C 41.452 24.493 41.021 23.834 40.142 23.332 L 15.69 9.404 C 13.935 8.397 12.512 9.238 12.512 11.248 L 12.512 11.429 C 12.512 9.416 13.935 8.592 15.69 9.586 Z\" fill=\"rgb(255,255,255)\" opacity=\"0.25\"></path></svg>',\n              background: null,\n              \"data-framer-name\": \"Google Play\"\n            })\n          })]\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-EJWsZ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none;}', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-EJWsZ * { box-sizing: border-box; }\", \".framer-EJWsZ .framer-1p154j5 { position: relative; overflow: hidden; width: min-content; height: 50px; display: flex; flex-direction: row; justify-content: flex-start; align-content: center; align-items: center; flex-wrap: nowrap; gap: 0px; padding: 0px 0px 0px 0px; text-decoration: none; }\", \".framer-EJWsZ .framer-15935mu, .framer-EJWsZ .framer-1p6ewpo { position: relative; overflow: visible; width: min-content; height: min-content; flex: none; display: flex; flex-direction: row; justify-content: center; align-content: center; align-items: center; flex-wrap: nowrap; gap: 10px; padding: 0px 0px 0px 0px; }\", \".framer-EJWsZ .framer-eli6en { position: relative; width: 150px; height: 50px; flex: none; }\", \".framer-EJWsZ .framer-1o9w0dv { position: relative; width: 170px; height: 50px; flex: none; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EJWsZ framer-1p154j5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-EJWsZ framer-1p154j5 > :first-child, .framer-EJWsZ framer-15935mu > :first-child, .framer-EJWsZ framer-1p6ewpo > :first-child { margin-left: 0px; } .framer-EJWsZ framer-1p154j5 > :last-child, .framer-EJWsZ framer-15935mu > :last-child, .framer-EJWsZ framer-1p6ewpo > :last-child { margin-right: 0px; } .framer-EJWsZ framer-15935mu > *, .framer-EJWsZ framer-1p6ewpo > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\", \".framer-EJWsZ.framer-v-14y1k7m .framer-1p154j5 { width: min-content; height: 50px; }\", \".framer-EJWsZ.framer-v-1p154j5 .framer-1p154j5, .framer-EJWsZ.framer-v-1p154j5 .framer-1p154j5, .framer-EJWsZ.framer-v-14y1k7m .framer-1p154j5, .framer-EJWsZ.framer-v-14y1k7m .framer-1p154j5 { cursor: pointer; }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerIntrinsicHeight 50\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerIntrinsicWidth 150\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"yc_nYCt5T\":{\"layout\":[\"auto\",\"fixed\"]},\"AWUeb12vt\":{\"layout\":[\"auto\",\"fixed\"]},\"bSHnpa3pN\":{\"layout\":[\"auto\",\"fixed\"]},\"iGEetp3Ez\":{\"layout\":[\"auto\",\"fixed\"]},\"zMaDBZeC2\":{\"layout\":[\"auto\",\"fixed\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerVariables {\"YWpJujOTK\":\"link\",\"FgOLf4duJ\":\"newTab\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   */\nconst FramerJPbbyc2pz = withCSS(Component, css);\nexport default FramerJPbbyc2pz;\nFramerJPbbyc2pz.displayName = \"Elements/Button Download\";\nFramerJPbbyc2pz.defaultProps = {\n  width: 150,\n  height: 50\n};\naddPropertyControls(FramerJPbbyc2pz, {\n  variant: {\n    type: ControlType.Enum,\n    title: \"Variant\",\n    options: [\"WDFurThGi\", \"yc_nYCt5T\"],\n    optionTitles: [\"App Store\", \"Google Play\"]\n  },\n  YWpJujOTK: {\n    type: ControlType.Link,\n    title: \"Link\"\n  },\n  FgOLf4duJ: {\n    type: ControlType.Boolean,\n    title: \"New Tab\",\n    defaultValue: true\n  }\n});\naddFonts(FramerJPbbyc2pz, []);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerJPbbyc2pz\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicHeight\": \"50\",\n        \"framerContractVersion\": \"1\",\n        \"framerVariables\": \"{\\\"YWpJujOTK\\\":\\\"link\\\",\\\"FgOLf4duJ\\\":\\\"newTab\\\"}\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"yc_nYCt5T\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"AWUeb12vt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"bSHnpa3pN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"iGEetp3Ez\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"zMaDBZeC2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\n        \"framerIntrinsicWidth\": \"150\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./JPbbyc2pz.map", "let r;var l=e=>{if(!r){const t=({size:o=24,...a},n)=>e.createElement(\"svg\",{viewBox:\"0 0 20 20\",fill:\"currentColor\",width:o,height:o,ref:n,...a},e.createElement(\"path\",{d:\"M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z\"}));r=e.forwardRef(t)}return r};export{l as default};\n", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nimport { useState, useEffect, useRef } from \"react\";\nimport { addPropertyControls, ControlType, motion, RenderTarget } from \"framer\";\nimport { NullState } from \"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";\nimport HomeFactory from \"https://framer.com/m/hero-icons/Home.js@0.0.27\";\nimport { defaultEvents, useIconSelection } from \"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";\nexport const iconKeys = [\"AcademicCap\", \"AcademicCapOutline\", \"Adjustments\", \"AdjustmentsOutline\", \"Annotation\", \"AnnotationOutline\", \"Archive\", \"ArchiveOutline\", \"ArrowCircleDown\", \"ArrowCircleLeft\", \"ArrowCircleRight\", \"ArrowCircleUp\", \"ArrowCircleUpOutline\", \"ArrowDown\", \"ArrowDownOutline\", \"ArrowLeft\", \"ArrowLeftOutline\", \"ArrowNarrowDown\", \"ArrowNarrowLeft\", \"ArrowNarrowRight\", \"ArrowNarrowUp\", \"ArrowNarrowUpOutline\", \"ArrowRight\", \"ArrowRightOutline\", \"ArrowUp\", \"ArrowUpOutline\", \"ArrowsExpand\", \"ArrowsExpandOutline\", \"AtSymbol\", \"AtSymbolOutline\", \"Backspace\", \"BackspaceOutline\", \"BadgeCheck\", \"BadgeCheckOutline\", \"Ban\", \"BanOutline\", \"Beaker\", \"BeakerOutline\", \"Bell\", \"BellOutline\", \"BookOpen\", \"BookOpenOutline\", \"Bookmark\", \"BookmarkAlt\", \"BookmarkAltOutline\", \"BookmarkOutline\", \"Briefcase\", \"BriefcaseOutline\", \"Cake\", \"CakeOutline\", \"Calculator\", \"CalculatorOutline\", \"Calendar\", \"CalendarOutline\", \"Camera\", \"CameraOutline\", \"Cash\", \"CashOutline\", \"ChartBar\", \"ChartBarOutline\", \"ChartPie\", \"ChartPieOutline\", \"ChartSquareBar\", \"Chat\", \"ChatAlt\", \"ChatAlt2\", \"ChatAlt2Outline\", \"ChatAltOutline\", \"ChatOutline\", \"Check\", \"CheckCircle\", \"CheckCircleOutline\", \"CheckOutline\", \"ChevronDoubleDown\", \"ChevronDoubleLeft\", \"ChevronDoubleRight\", \"ChevronDoubleUp\", \"ChevronDown\", \"ChevronDownOutline\", \"ChevronLeft\", \"ChevronLeftOutline\", \"ChevronRight\", \"ChevronRightOutline\", \"ChevronUp\", \"ChevronUpOutline\", \"Chip\", \"ChipOutline\", \"Clipboard\", \"ClipboardCheck\", \"ClipboardCopy\", \"ClipboardCopyOutline\", \"ClipboardList\", \"ClipboardListOutline\", \"ClipboardOutline\", \"Clock\", \"ClockOutline\", \"Cloud\", \"CloudDownload\", \"CloudDownloadOutline\", \"CloudOutline\", \"CloudUpload\", \"CloudUploadOutline\", \"Code\", \"CodeOutline\", \"Cog\", \"CogOutline\", \"Collection\", \"CollectionOutline\", \"ColorSwatch\", \"ColorSwatchOutline\", \"CreditCard\", \"CreditCardOutline\", \"Cube\", \"CubeOutline\", \"CubeTransparent\", \"CurrencyBangladeshi\", \"CurrencyDollar\", \"CurrencyEuro\", \"CurrencyEuroOutline\", \"CurrencyPound\", \"CurrencyPoundOutline\", \"CurrencyRupee\", \"CurrencyRupeeOutline\", \"CurrencyYen\", \"CurrencyYenOutline\", \"CursorClick\", \"CursorClickOutline\", \"Database\", \"DatabaseOutline\", \"DesktopComputer\", \"DeviceMobile\", \"DeviceMobileOutline\", \"DeviceTablet\", \"DeviceTabletOutline\", \"Document\", \"DocumentAdd\", \"DocumentAddOutline\", \"DocumentDownload\", \"DocumentDuplicate\", \"DocumentOutline\", \"DocumentRemove\", \"DocumentReport\", \"DocumentSearch\", \"DocumentText\", \"DocumentTextOutline\", \"DotsCircleHorizontal\", \"DotsHorizontal\", \"DotsVertical\", \"DotsVerticalOutline\", \"Download\", \"DownloadOutline\", \"Duplicate\", \"DuplicateOutline\", \"EmojiHappy\", \"EmojiHappyOutline\", \"EmojiSad\", \"EmojiSadOutline\", \"Exclamation\", \"ExclamationCircle\", \"ExclamationOutline\", \"ExternalLink\", \"ExternalLinkOutline\", \"Eye\", \"EyeOff\", \"EyeOffOutline\", \"EyeOutline\", \"FastForward\", \"FastForwardOutline\", \"Film\", \"FilmOutline\", \"Filter\", \"FilterOutline\", \"FingerPrint\", \"FingerPrintOutline\", \"Fire\", \"FireOutline\", \"Flag\", \"FlagOutline\", \"Folder\", \"FolderAdd\", \"FolderAddOutline\", \"FolderDownload\", \"FolderOpen\", \"FolderOpenOutline\", \"FolderOutline\", \"FolderRemove\", \"FolderRemoveOutline\", \"Gift\", \"GiftOutline\", \"Globe\", \"GlobeAlt\", \"GlobeAltOutline\", \"GlobeOutline\", \"Hand\", \"HandOutline\", \"Hashtag\", \"HashtagOutline\", \"Heart\", \"HeartOutline\", \"Home\", \"HomeOutline\", \"Identification\", \"Inbox\", \"InboxIn\", \"InboxInOutline\", \"InboxOutline\", \"InformationCircle\", \"Key\", \"KeyOutline\", \"Library\", \"LibraryOutline\", \"LightBulb\", \"LightBulbOutline\", \"LightningBolt\", \"LightningBoltOutline\", \"Link\", \"LinkOutline\", \"LocationMarker\", \"LockClosed\", \"LockClosedOutline\", \"LockOpen\", \"LockOpenOutline\", \"Login\", \"LoginOutline\", \"Logout\", \"LogoutOutline\", \"Mail\", \"MailOpen\", \"MailOpenOutline\", \"MailOutline\", \"Map\", \"MapOutline\", \"Menu\", \"MenuAlt1\", \"MenuAlt1Outline\", \"MenuAlt2\", \"MenuAlt2Outline\", \"MenuAlt3\", \"MenuAlt3Outline\", \"MenuAlt4\", \"MenuAlt4Outline\", \"MenuOutline\", \"Microphone\", \"MicrophoneOutline\", \"Minus\", \"MinusCircle\", \"MinusCircleOutline\", \"MinusOutline\", \"MinusSm\", \"MinusSmOutline\", \"Moon\", \"MoonOutline\", \"MusicNote\", \"MusicNoteOutline\", \"Newspaper\", \"NewspaperOutline\", \"OfficeBuilding\", \"PaperAirplane\", \"PaperAirplaneOutline\", \"PaperClip\", \"PaperClipOutline\", \"Pause\", \"PauseOutline\", \"Pencil\", \"PencilAlt\", \"PencilAltOutline\", \"PencilOutline\", \"Phone\", \"PhoneIncoming\", \"PhoneIncomingOutline\", \"PhoneMissedCall\", \"PhoneOutgoing\", \"PhoneOutgoingOutline\", \"PhoneOutline\", \"Photograph\", \"PhotographOutline\", \"Play\", \"PlayOutline\", \"Plus\", \"PlusCircle\", \"PlusCircleOutline\", \"PlusOutline\", \"PlusSm\", \"PlusSmOutline\", \"PresentationChartBar\", \"Printer\", \"PrinterOutline\", \"Puzzle\", \"PuzzleOutline\", \"Qrcode\", \"QrcodeOutline\", \"QuestionMarkCircle\", \"ReceiptRefund\", \"ReceiptRefundOutline\", \"ReceiptTax\", \"ReceiptTaxOutline\", \"Refresh\", \"RefreshOutline\", \"Reply\", \"ReplyOutline\", \"Rewind\", \"RewindOutline\", \"Rss\", \"RssOutline\", \"Save\", \"SaveAs\", \"SaveAsOutline\", \"SaveOutline\", \"Scale\", \"ScaleOutline\", \"Scissors\", \"ScissorsOutline\", \"Search\", \"SearchCircle\", \"SearchCircleOutline\", \"SearchOutline\", \"Selector\", \"SelectorOutline\", \"Server\", \"ServerOutline\", \"Share\", \"ShareOutline\", \"ShieldCheck\", \"ShieldCheckOutline\", \"ShieldExclamation\", \"ShoppingBag\", \"ShoppingBagOutline\", \"ShoppingCart\", \"ShoppingCartOutline\", \"SortAscending\", \"SortAscendingOutline\", \"SortDescending\", \"Sparkles\", \"SparklesOutline\", \"Speakerphone\", \"SpeakerphoneOutline\", \"Star\", \"StarOutline\", \"StatusOffline\", \"StatusOfflineOutline\", \"StatusOnline\", \"StatusOnlineOutline\", \"Stop\", \"StopOutline\", \"Sun\", \"SunOutline\", \"Support\", \"SupportOutline\", \"SwitchHorizontal\", \"SwitchVertical\", \"Table\", \"TableOutline\", \"Tag\", \"TagOutline\", \"Template\", \"TemplateOutline\", \"Terminal\", \"TerminalOutline\", \"ThumbDown\", \"ThumbDownOutline\", \"ThumbUp\", \"ThumbUpOutline\", \"Ticket\", \"TicketOutline\", \"Translate\", \"TranslateOutline\", \"Trash\", \"TrashOutline\", \"TrendingDown\", \"TrendingDownOutline\", \"TrendingUp\", \"TrendingUpOutline\", \"Truck\", \"TruckOutline\", \"Upload\", \"UploadOutline\", \"User\", \"UserAdd\", \"UserAddOutline\", \"UserCircle\", \"UserCircleOutline\", \"UserGroup\", \"UserGroupOutline\", \"UserOutline\", \"UserRemove\", \"UserRemoveOutline\", \"Users\", \"UsersOutline\", \"Variable\", \"VariableOutline\", \"VideoCamera\", \"VideoCameraOutline\", \"ViewBoards\", \"ViewBoardsOutline\", \"ViewGrid\", \"ViewGridAdd\", \"ViewGridAddOutline\", \"ViewGridOutline\", \"ViewList\", \"ViewListOutline\", \"VolumeOff\", \"VolumeOffOutline\", \"VolumeUp\", \"VolumeUpOutline\", \"Wifi\", \"WifiOutline\", \"X\", \"XCircle\", \"XCircleOutline\", \"XOutline\", \"ZoomIn\", \"ZoomInOutline\", \"ZoomOut\", \"ZoomOutOutline\"];\nconst moduleBaseUrl = \"https://framer.com/m/hero-icons/\";\nconst lowercaseIconKeyPairs = iconKeys.reduce((res, key) => {\n  res[key.toLowerCase()] = key;\n  return res;\n}, {}); /**\n        * HERO\n        *\n        * @framerIntrinsicWidth 24\n        * @framerIntrinsicHeight 24\n        *\n        * @framerSupportedLayoutWidth fixed\n        * @framerSupportedLayoutHeight fixed\n        */\nexport function Icon(props) {\n  const {\n    color,\n    selectByList,\n    iconSearch,\n    iconSelection,\n    onClick,\n    onMouseDown,\n    onMouseUp,\n    onMouseEnter,\n    onMouseLeave,\n    mirrored\n  } = props;\n  const isMounted = useRef(false);\n  const iconKey = useIconSelection(iconKeys, selectByList, iconSearch, iconSelection, lowercaseIconKeyPairs); // Selected Icon Module\n  const [SelectedIcon, setSelectedIcon] = useState(iconKey === \"Home\" ? HomeFactory(React) : null); // Import the selected module or reset so null state\n  async function importModule() {\n    // Get the selected module\n    try {\n      const iconModuleUrl = `${moduleBaseUrl}${iconKey}.js@0.0.27`;\n      const module = await import( /* webpackIgnore: true */iconModuleUrl);\n      if (isMounted.current) setSelectedIcon(module.default(React));\n    } catch {\n      if (isMounted.current) setSelectedIcon(null);\n    }\n  } // Import module when new style or icon is selected\n  useEffect(() => {\n    isMounted.current = true;\n    importModule();\n    return () => {\n      isMounted.current = false;\n    };\n  }, [iconKey]);\n  const isOnCanvas = RenderTarget.current() === RenderTarget.canvas;\n  const emptyState = isOnCanvas ? /*#__PURE__*/_jsx(NullState, {}) : null;\n  return /*#__PURE__*/_jsx(motion.div, {\n    style: {\n      display: \"contents\"\n    },\n    onClick,\n    onMouseEnter,\n    onMouseLeave,\n    onMouseDown,\n    onMouseUp,\n    children: SelectedIcon ? /*#__PURE__*/_jsx(SelectedIcon, {\n      style: {\n        width: \"100%\",\n        height: \"100%\",\n        cursor: onClick ? \"pointer\" : \"auto\",\n        transform: mirrored ? \"scale(-1, 1)\" : undefined\n      },\n      color: color\n    }) : emptyState\n  });\n}\nIcon.displayName = \"Hero\";\nIcon.defaultProps = {\n  width: 24,\n  height: 24,\n  iconSelection: \"Home\",\n  iconSearch: \"Home\",\n  color: \"#66F\",\n  selectByList: true,\n  mirrored: false\n};\naddPropertyControls(Icon, {\n  selectByList: {\n    type: ControlType.Boolean,\n    title: \"Select\",\n    enabledTitle: \"List\",\n    disabledTitle: \"Search\",\n    defaultValue: Icon.defaultProps.selectByList\n  },\n  iconSelection: {\n    type: ControlType.Enum,\n    options: iconKeys,\n    defaultValue: Icon.defaultProps.iconSelection,\n    title: \"Name\",\n    hidden: ({\n      selectByList\n    }) => !selectByList,\n    description: \"Find every icon name on the [Hero site](https://heroicons.com/)\"\n  },\n  iconSearch: {\n    type: ControlType.String,\n    title: \"Name\",\n    placeholder: \"Menu, Wifi, Box\u2026\",\n    hidden: ({\n      selectByList\n    }) => selectByList\n  },\n  mirrored: {\n    type: ControlType.Boolean,\n    enabledTitle: \"Yes\",\n    disabledTitle: \"No\",\n    defaultValue: Icon.defaultProps.mirrored\n  },\n  color: {\n    type: ControlType.Color,\n    title: \"Color\",\n    defaultValue: Icon.defaultProps.color\n  },\n  ...defaultEvents\n});\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Icon\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"Icon\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"24\",\n        \"framerContractVersion\": \"1\",\n        \"framerSupportedLayoutHeight\": \"fixed\",\n        \"framerSupportedLayoutWidth\": \"fixed\",\n        \"framerIntrinsicHeight\": \"24\"\n      }\n    },\n    \"iconKeys\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"IconProps\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./Hero.map", "import { fontStore } from \"framer\";\nfontStore.loadWebFontsFromSelectors([]);\nexport const fonts = [];\nexport const css = ['.framer-uCk1F .framer-styles-preset-1uog06w:not(.rich-text-wrapper), .framer-uCk1F .framer-styles-preset-1uog06w.rich-text-wrapper a { --framer-link-hover-text-color: var(--token-047f7854-564e-41e1-8aea-b94df4666610, #f5f7ff) /* {\"name\":\"Accent\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-c30f424b-1ccb-4d94-827a-c7e5c524df2e, #aeaecb); --framer-link-text-decoration: none; }'];\nexport const className = \"framer-uCk1F\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"css\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"className\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"fonts\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "// Generated by Framer (b35efa8)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, Image, Link, RichText, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport ElementsButtonDownload from \"https://framerusercontent.com/modules/1CwosCPsBRK9OUYObvCh/2ro394aZGaWtDtNNqFKy/JPbbyc2pz.js\";\nimport { Icon as Hero } from \"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/KMS3TGJgYkHtsY7rff7q/Hero.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/V2qS3K3ZEonYARqUQD0T/sqjuijszAwSGLd7QcBl6/bY8qeUIl6.js\";\nconst ElementsButtonDownloadFonts = getFonts(ElementsButtonDownload);\nconst HeroFonts = getFonts(Hero);\nconst cycleOrder = [\"bli9kKGR2\", \"aljNEG5Wb\", \"qRdAvlDv_\"];\nconst variantClassNames = {\n  aljNEG5Wb: \"framer-v-12ffi7m\",\n  bli9kKGR2: \"framer-v-1ytlxdm\",\n  qRdAvlDv_: \"framer-v-g53k7t\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {\n  Desktop: \"bli9kKGR2\",\n  Phone: \"qRdAvlDv_\",\n  Tablet: \"aljNEG5Wb\"\n};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style: externalStyle = {},\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"bli9kKGR2\",\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"bli9kKGR2\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const isDisplayed = () => {\n    if (baseVariant === \"qRdAvlDv_\") return false;\n    return true;\n  };\n  const defaultLayoutId = React.useId();\n  const {\n    pointerEvents,\n    ...style\n  } = externalStyle;\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      \"data-framer-generated\": true,\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-0mnU8\", sharedStyle.className, classNames),\n      style: {\n        display: \"contents\",\n        pointerEvents: pointerEvents !== null && pointerEvents !== void 0 ? pointerEvents : undefined\n      },\n      children: /*#__PURE__*/_jsxs(motion.footer, {\n        ...restProps,\n        className: cx(\"framer-1ytlxdm\", className),\n        \"data-border\": true,\n        \"data-framer-name\": \"Desktop\",\n        layoutDependency: layoutDependency,\n        layoutId: \"bli9kKGR2\",\n        ref: ref,\n        style: {\n          \"--border-bottom-width\": \"0px\",\n          \"--border-color\": \"rgba(0, 0, 0, 0.05)\",\n          \"--border-left-width\": \"0px\",\n          \"--border-right-width\": \"0px\",\n          \"--border-style\": \"solid\",\n          \"--border-top-width\": \"1px\",\n          backgroundColor: \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\",\n          ...style\n        },\n        transition: transition,\n        ...addPropertyOverrides({\n          aljNEG5Wb: {\n            \"data-framer-name\": \"Tablet\"\n          },\n          qRdAvlDv_: {\n            \"data-framer-name\": \"Phone\"\n          }\n        }, baseVariant, gestureVariant),\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          className: \"framer-1w6pspp\",\n          \"data-framer-name\": \"Horizontal\",\n          layoutDependency: layoutDependency,\n          layoutId: \"mG4CSnuIQ\",\n          transition: transition,\n          children: [/*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1h3fr45\",\n            \"data-framer-name\": \"Vertical\",\n            layoutDependency: layoutDependency,\n            layoutId: \"dBN1_cwQK\",\n            transition: transition,\n            children: /*#__PURE__*/_jsx(Image, {\n              background: {\n                alt: \"\",\n                fit: \"fit\",\n                sizes: \"200px\",\n                src: new URL(\"https://framerusercontent.com/images/JUm4OSTfMWwzJ3LZEFE1sZOWflc.png\").href,\n                srcSet: `${new URL(\"https://framerusercontent.com/images/JUm4OSTfMWwzJ3LZEFE1sZOWflc.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/JUm4OSTfMWwzJ3LZEFE1sZOWflc.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/JUm4OSTfMWwzJ3LZEFE1sZOWflc.png?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/JUm4OSTfMWwzJ3LZEFE1sZOWflc.png\").href} 3667w`\n              },\n              className: \"framer-1203bgn\",\n              \"data-framer-name\": \"Group 83\",\n              layoutDependency: layoutDependency,\n              layoutId: \"hy4aUzBHW\",\n              transition: transition,\n              ...addPropertyOverrides({\n                aljNEG5Wb: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fit\",\n                    src: new URL(\"https://framerusercontent.com/images/JUm4OSTfMWwzJ3LZEFE1sZOWflc.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/JUm4OSTfMWwzJ3LZEFE1sZOWflc.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/JUm4OSTfMWwzJ3LZEFE1sZOWflc.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/JUm4OSTfMWwzJ3LZEFE1sZOWflc.png?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/JUm4OSTfMWwzJ3LZEFE1sZOWflc.png\").href} 3667w`\n                  }\n                },\n                qRdAvlDv_: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fit\",\n                    src: new URL(\"https://framerusercontent.com/images/JUm4OSTfMWwzJ3LZEFE1sZOWflc.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/JUm4OSTfMWwzJ3LZEFE1sZOWflc.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/JUm4OSTfMWwzJ3LZEFE1sZOWflc.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/JUm4OSTfMWwzJ3LZEFE1sZOWflc.png?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/JUm4OSTfMWwzJ3LZEFE1sZOWflc.png\").href} 3667w`\n                  }\n                }\n              }, baseVariant, gestureVariant)\n            })\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1e53cwz\",\n            \"data-framer-name\": \"Vertical\",\n            layoutDependency: layoutDependency,\n            layoutId: \"UgfCdrSLX\",\n            transition: transition,\n            children: [/*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"R0Y7TWFucm9wZS02MDA=\",\n                    \"--framer-font-family\": '\"Manrope\", serif',\n                    \"--framer-font-weight\": \"600\",\n                    \"--framer-line-height\": \"1.5em\",\n                    \"--framer-text-alignment\": \"left\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                  },\n                  children: /*#__PURE__*/_jsx(motion.strong, {\n                    children: \"We\"\n                  })\n                })\n              }),\n              className: \"framer-1b1zuoz\",\n              fonts: [\"GF;Manrope-600\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"VCM1MPyKk\",\n              style: {\n                \"--extracted-r6o4lv\": \"rgb(255, 255, 255)\",\n                \"--framer-link-hover-text-color\": \"rgba(153, 153, 153, 0.6)\",\n                \"--framer-link-text-decoration\": \"none\",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              transition: transition,\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1rqrysg\",\n              layoutDependency: layoutDependency,\n              layoutId: \"bUfuwPt1a\",\n              transition: transition,\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"R0Y7TWFucm9wZS02MDA=\",\n                      \"--framer-font-family\": '\"Manrope\", serif',\n                      \"--framer-font-weight\": \"600\",\n                      \"--framer-line-height\": \"1.5em\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: /*#__PURE__*/_jsx(Link, {\n                      href: \"data:framer/page-link,TvGBGBZLF?element=nTrsClBLW\",\n                      openInNewTab: false,\n                      smoothScroll: true,\n                      children: /*#__PURE__*/_jsx(motion.a, {\n                        className: \"framer-styles-preset-1uog06w\",\n                        \"data-styles-preset\": \"bY8qeUIl6\",\n                        children: \"Why\"\n                      })\n                    })\n                  })\n                }),\n                className: \"framer-rj1zor\",\n                fonts: [\"GF;Manrope-600\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"ZphDifWYr\",\n                style: {\n                  \"--extracted-r6o4lv\": \"rgba(255, 255, 255, 0.6)\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                transition: transition,\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"R0Y7TWFucm9wZS02MDA=\",\n                      \"--framer-font-family\": '\"Manrope\", serif',\n                      \"--framer-font-weight\": \"600\",\n                      \"--framer-line-height\": \"1.5em\",\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: /*#__PURE__*/_jsx(Link, {\n                      href: \"data:framer/page-link,TvGBGBZLF?element=iHyOPoy4N\",\n                      openInNewTab: false,\n                      smoothScroll: true,\n                      children: /*#__PURE__*/_jsx(motion.a, {\n                        className: \"framer-styles-preset-1uog06w\",\n                        \"data-styles-preset\": \"bY8qeUIl6\",\n                        children: \"Expertise\"\n                      })\n                    })\n                  })\n                }),\n                className: \"framer-oxrwhv\",\n                fonts: [\"GF;Manrope-600\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"m7wcJEK24\",\n                style: {\n                  \"--extracted-r6o4lv\": \"rgba(255, 255, 255, 0.6)\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                transition: transition,\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"R0Y7TWFucm9wZS02MDA=\",\n                      \"--framer-font-family\": '\"Manrope\", serif',\n                      \"--framer-font-weight\": \"600\",\n                      \"--framer-line-height\": \"1.5em\",\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: /*#__PURE__*/_jsx(Link, {\n                      href: \"data:framer/page-link,TvGBGBZLF?element=XJhSGkQUx\",\n                      openInNewTab: false,\n                      smoothScroll: true,\n                      children: /*#__PURE__*/_jsx(motion.a, {\n                        className: \"framer-styles-preset-1uog06w\",\n                        \"data-styles-preset\": \"bY8qeUIl6\",\n                        children: \"Tech stack\"\n                      })\n                    })\n                  })\n                }),\n                className: \"framer-1mbsezn\",\n                fonts: [\"GF;Manrope-600\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"sEM5qwA_n\",\n                style: {\n                  \"--extracted-r6o4lv\": \"rgba(255, 255, 255, 0.6)\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                transition: transition,\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"R0Y7TWFucm9wZS02MDA=\",\n                      \"--framer-font-family\": '\"Manrope\", serif',\n                      \"--framer-font-weight\": \"600\",\n                      \"--framer-line-height\": \"1.5em\",\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: /*#__PURE__*/_jsx(Link, {\n                      href: \"data:framer/page-link,TvGBGBZLF?element=VUfaN8w4C\",\n                      openInNewTab: false,\n                      smoothScroll: true,\n                      children: /*#__PURE__*/_jsx(motion.a, {\n                        className: \"framer-styles-preset-1uog06w\",\n                        \"data-styles-preset\": \"bY8qeUIl6\",\n                        children: \"Testimonials\"\n                      })\n                    })\n                  })\n                }),\n                className: \"framer-9u14kq\",\n                fonts: [\"GF;Manrope-600\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"Tb_8RNxiG\",\n                style: {\n                  \"--extracted-r6o4lv\": \"rgba(255, 255, 255, 0.6)\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                transition: transition,\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })]\n            })]\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-etlrnd\",\n            \"data-framer-name\": \"Vertical\",\n            layoutDependency: layoutDependency,\n            layoutId: \"dbryKN5xX\",\n            transition: transition,\n            children: [/*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"R0Y7TWFucm9wZS02MDA=\",\n                    \"--framer-font-family\": '\"Manrope\", serif',\n                    \"--framer-font-weight\": \"600\",\n                    \"--framer-line-height\": \"1.5em\",\n                    \"--framer-text-alignment\": \"left\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                  },\n                  children: /*#__PURE__*/_jsx(motion.strong, {\n                    children: \"Services\"\n                  })\n                })\n              }),\n              className: \"framer-tz0be0\",\n              fonts: [\"GF;Manrope-600\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"KtbNnoBIZ\",\n              style: {\n                \"--extracted-r6o4lv\": \"rgb(255, 255, 255)\",\n                \"--framer-link-hover-text-color\": \"rgba(153, 153, 153, 0.6)\",\n                \"--framer-link-text-decoration\": \"none\",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              transition: transition,\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1f7vsty\",\n              layoutDependency: layoutDependency,\n              layoutId: \"vIc28GDgp\",\n              transition: transition,\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"R0Y7TWFucm9wZS02MDA=\",\n                      \"--framer-font-family\": '\"Manrope\", serif',\n                      \"--framer-font-weight\": \"600\",\n                      \"--framer-line-height\": \"1.5em\",\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: /*#__PURE__*/_jsx(Link, {\n                      href: \"data:framer/page-link,TvGBGBZLF\",\n                      openInNewTab: false,\n                      smoothScroll: false,\n                      children: /*#__PURE__*/_jsx(motion.a, {\n                        className: \"framer-styles-preset-1uog06w\",\n                        \"data-styles-preset\": \"bY8qeUIl6\",\n                        children: \"Software Development\"\n                      })\n                    })\n                  })\n                }),\n                className: \"framer-1pwc9g\",\n                fonts: [\"GF;Manrope-600\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"Y8f7eP_4U\",\n                style: {\n                  \"--extracted-r6o4lv\": \"rgba(255, 255, 255, 0.6)\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                transition: transition,\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"R0Y7TWFucm9wZS02MDA=\",\n                      \"--framer-font-family\": '\"Manrope\", serif',\n                      \"--framer-font-weight\": \"600\",\n                      \"--framer-line-height\": \"1.5em\",\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: /*#__PURE__*/_jsx(Link, {\n                      href: \"data:framer/page-link,TvGBGBZLF\",\n                      openInNewTab: false,\n                      smoothScroll: false,\n                      children: /*#__PURE__*/_jsx(motion.a, {\n                        className: \"framer-styles-preset-1uog06w\",\n                        \"data-styles-preset\": \"bY8qeUIl6\",\n                        children: \"API Development / Integration\"\n                      })\n                    })\n                  })\n                }),\n                className: \"framer-1lbx9q6\",\n                fonts: [\"GF;Manrope-600\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"Jcdv8_eak\",\n                style: {\n                  \"--extracted-r6o4lv\": \"rgba(255, 255, 255, 0.6)\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                transition: transition,\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"R0Y7TWFucm9wZS02MDA=\",\n                      \"--framer-font-family\": '\"Manrope\", serif',\n                      \"--framer-font-weight\": \"600\",\n                      \"--framer-line-height\": \"1.5em\",\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: /*#__PURE__*/_jsx(Link, {\n                      href: \"data:framer/page-link,TvGBGBZLF\",\n                      openInNewTab: false,\n                      smoothScroll: false,\n                      children: /*#__PURE__*/_jsx(motion.a, {\n                        className: \"framer-styles-preset-1uog06w\",\n                        \"data-styles-preset\": \"bY8qeUIl6\",\n                        children: \"Mobile apps Development\"\n                      })\n                    })\n                  })\n                }),\n                className: \"framer-qbwh5v\",\n                fonts: [\"GF;Manrope-600\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"RQlLH4m1I\",\n                style: {\n                  \"--extracted-r6o4lv\": \"rgba(255, 255, 255, 0.6)\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                transition: transition,\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"R0Y7TWFucm9wZS02MDA=\",\n                      \"--framer-font-family\": '\"Manrope\", serif',\n                      \"--framer-font-weight\": \"600\",\n                      \"--framer-line-height\": \"1.5em\",\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: /*#__PURE__*/_jsx(Link, {\n                      href: \"data:framer/page-link,TvGBGBZLF\",\n                      openInNewTab: false,\n                      smoothScroll: false,\n                      children: /*#__PURE__*/_jsx(motion.a, {\n                        className: \"framer-styles-preset-1uog06w\",\n                        \"data-styles-preset\": \"bY8qeUIl6\",\n                        children: \"SEO Management\"\n                      })\n                    })\n                  })\n                }),\n                className: \"framer-15x53gd\",\n                fonts: [\"GF;Manrope-600\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"L8lBUBY9k\",\n                style: {\n                  \"--extracted-r6o4lv\": \"rgba(255, 255, 255, 0.6)\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                transition: transition,\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })]\n            })]\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1793wuj\",\n            \"data-framer-name\": \"Vertical\",\n            layoutDependency: layoutDependency,\n            layoutId: \"J2d9b9gth\",\n            transition: transition,\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1m8amic\",\n              layoutDependency: layoutDependency,\n              layoutId: \"fry6Vsoak\",\n              transition: transition,\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"R0Y7TWFucm9wZS02MDA=\",\n                      \"--framer-font-family\": '\"Manrope\", serif',\n                      \"--framer-font-weight\": \"600\",\n                      \"--framer-line-height\": \"1.5em\",\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: /*#__PURE__*/_jsx(motion.strong, {\n                      children: \"Contact\"\n                    })\n                  })\n                }),\n                className: \"framer-1rdwmmr\",\n                fonts: [\"GF;Manrope-600\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"UWCuahcFo\",\n                style: {\n                  \"--extracted-r6o4lv\": \"rgb(255, 255, 255)\",\n                  \"--framer-link-hover-text-color\": \"rgba(153, 153, 153, 0.6)\",\n                  \"--framer-link-text-decoration\": \"none\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                transition: transition,\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-zsthym\",\n                layoutDependency: layoutDependency,\n                layoutId: \"G7g8p4g0S\",\n                transition: transition,\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(motion.p, {\n                      style: {\n                        \"--font-selector\": \"R0Y7TWFucm9wZS02MDA=\",\n                        \"--framer-font-family\": '\"Manrope\", serif',\n                        \"--framer-font-weight\": \"600\",\n                        \"--framer-line-height\": \"1.5em\",\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                      },\n                      children: /*#__PURE__*/_jsx(Link, {\n                        href: \"mailto:hello@codelabs.studio\",\n                        openInNewTab: true,\n                        smoothScroll: false,\n                        children: /*#__PURE__*/_jsx(motion.a, {\n                          className: \"framer-styles-preset-1uog06w\",\n                          \"data-styles-preset\": \"bY8qeUIl6\",\n                          children: \"hello@codelabs.studio\"\n                        })\n                      })\n                    })\n                  }),\n                  className: \"framer-2gkrcr\",\n                  fonts: [\"GF;Manrope-600\"],\n                  layoutDependency: layoutDependency,\n                  layoutId: \"flfaAiq7r\",\n                  style: {\n                    \"--extracted-r6o4lv\": \"rgba(255, 255, 255, 0.6)\",\n                    \"--framer-paragraph-spacing\": \"0px\"\n                  },\n                  transition: transition,\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1c7wsap\",\n              layoutDependency: layoutDependency,\n              layoutId: \"Fjl_RFTS2\",\n              transition: transition,\n              children: [/*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-qhaip3-container\",\n                layoutDependency: layoutDependency,\n                layoutId: \"OW4s90Jac-container\",\n                transition: transition,\n                children: /*#__PURE__*/_jsx(ElementsButtonDownload, {\n                  height: \"100%\",\n                  id: \"OW4s90Jac\",\n                  layoutId: \"OW4s90Jac\",\n                  newTab: true,\n                  style: {\n                    height: \"100%\"\n                  },\n                  variant: \"WDFurThGi\",\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-14slweg-container\",\n                layoutDependency: layoutDependency,\n                layoutId: \"OHQKVQJ7e-container\",\n                transition: transition,\n                children: /*#__PURE__*/_jsx(ElementsButtonDownload, {\n                  height: \"100%\",\n                  id: \"OHQKVQJ7e\",\n                  layoutId: \"OHQKVQJ7e\",\n                  newTab: true,\n                  style: {\n                    height: \"100%\"\n                  },\n                  variant: \"yc_nYCt5T\",\n                  width: \"100%\"\n                })\n              })]\n            })]\n          })]\n        }), /*#__PURE__*/_jsxs(motion.div, {\n          className: \"framer-1kvpina\",\n          \"data-border\": true,\n          \"data-framer-name\": \"Copyright\",\n          layoutDependency: layoutDependency,\n          layoutId: \"qa95OhZOG\",\n          style: {\n            \"--border-bottom-width\": \"0px\",\n            \"--border-color\": \"rgba(255, 255, 255, 0.2)\",\n            \"--border-left-width\": \"0px\",\n            \"--border-right-width\": \"0px\",\n            \"--border-style\": \"solid\",\n            \"--border-top-width\": \"1px\"\n          },\n          transition: transition,\n          children: [/*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-xyf1mn\",\n            layoutDependency: layoutDependency,\n            layoutId: \"Klj0wSBSe\",\n            transition: transition,\n            children: [/*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"R0Y7TWFucm9wZS02MDA=\",\n                    \"--framer-font-family\": '\"Manrope\", serif',\n                    \"--framer-font-size\": \"14px\",\n                    \"--framer-font-weight\": \"600\",\n                    \"--framer-line-height\": \"1.5em\",\n                    \"--framer-text-alignment\": \"left\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                  },\n                  children: \"made with\"\n                })\n              }),\n              className: \"framer-vn7n6m\",\n              fonts: [\"GF;Manrope-600\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"XyRElE8p8\",\n              style: {\n                \"--extracted-r6o4lv\": \"rgb(160, 160, 160)\",\n                \"--framer-link-hover-text-color\": \"rgba(153, 153, 153, 0.6)\",\n                \"--framer-link-text-decoration\": \"none\",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              transition: transition,\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-xnn9qn-container\",\n              layoutDependency: layoutDependency,\n              layoutId: \"YrlBV6NBN-container\",\n              transition: transition,\n              children: /*#__PURE__*/_jsx(Hero, {\n                color: \"rgb(255, 0, 0)\",\n                height: \"100%\",\n                iconSearch: \"Home\",\n                iconSelection: \"Heart\",\n                id: \"YrlBV6NBN\",\n                layoutId: \"YrlBV6NBN\",\n                mirrored: false,\n                selectByList: true,\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                },\n                width: \"100%\"\n              })\n            }), /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsxs(motion.p, {\n                  style: {\n                    \"--font-selector\": \"R0Y7TWFucm9wZS02MDA=\",\n                    \"--framer-font-family\": '\"Manrope\", serif',\n                    \"--framer-font-size\": \"14px\",\n                    \"--framer-font-weight\": \"600\",\n                    \"--framer-line-height\": \"1.5em\",\n                    \"--framer-text-alignment\": \"left\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                  },\n                  children: [/*#__PURE__*/_jsx(motion.span, {\n                    style: {\n                      \"--framer-text-color\": \"var(--extracted-1w3ko1f)\"\n                    },\n                    children: \"at \"\n                  }), /*#__PURE__*/_jsx(motion.strong, {\n                    children: \"codelabs.studio\"\n                  })]\n                })\n              }),\n              className: \"framer-1ikcpbk\",\n              fonts: [\"GF;Manrope-600\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"ebRwn0ulG\",\n              style: {\n                \"--extracted-1w3ko1f\": \"rgb(160, 160, 160)\",\n                \"--extracted-r6o4lv\": \"var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255)) \",\n                \"--framer-link-hover-text-color\": \"rgba(153, 153, 153, 0.6)\",\n                \"--framer-link-text-decoration\": \"none\",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              transition: transition,\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            })]\n          }), isDisplayed() && /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1lgzp2n\",\n            layoutDependency: layoutDependency,\n            layoutId: \"Nyft7tdcY\",\n            transition: transition\n          })]\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-0mnU8 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-0mnU8 * { box-sizing: border-box; }\", \".framer-0mnU8 .framer-zaqr53 { display: block; }\", \".framer-0mnU8 .framer-1ytlxdm { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 60px 40px 30px 60px; position: relative; width: 1200px; }\", \".framer-0mnU8 .framer-1w6pspp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-0mnU8 .framer-1h3fr45 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 300px; }\", \".framer-0mnU8 .framer-1203bgn { aspect-ratio: 1.6222222222222222 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 124px); overflow: hidden; position: relative; width: 200px; }\", \".framer-0mnU8 .framer-1e53cwz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100px; }\", \".framer-0mnU8 .framer-1b1zuoz, .framer-0mnU8 .framer-rj1zor, .framer-0mnU8 .framer-oxrwhv, .framer-0mnU8 .framer-1mbsezn, .framer-0mnU8 .framer-9u14kq, .framer-0mnU8 .framer-tz0be0, .framer-0mnU8 .framer-1pwc9g, .framer-0mnU8 .framer-1lbx9q6, .framer-0mnU8 .framer-qbwh5v, .framer-0mnU8 .framer-15x53gd, .framer-0mnU8 .framer-1rdwmmr, .framer-0mnU8 .framer-2gkrcr, .framer-0mnU8 .framer-vn7n6m, .framer-0mnU8 .framer-1ikcpbk { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\", \".framer-0mnU8 .framer-1rqrysg, .framer-0mnU8 .framer-1f7vsty, .framer-0mnU8 .framer-zsthym { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-0mnU8 .framer-etlrnd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 250px; }\", \".framer-0mnU8 .framer-1793wuj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 200px; }\", \".framer-0mnU8 .framer-1m8amic { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 79px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 175px; }\", \".framer-0mnU8 .framer-1c7wsap { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 131px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 150px; }\", \".framer-0mnU8 .framer-qhaip3-container, .framer-0mnU8 .framer-14slweg-container { flex: none; height: 50px; position: relative; width: auto; }\", \".framer-0mnU8 .framer-1kvpina { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-0mnU8 .framer-xyf1mn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 26px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 260px; }\", \".framer-0mnU8 .framer-xnn9qn-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); position: relative; width: 19px; z-index: 1; }\", \".framer-0mnU8 .framer-1lgzp2n { flex: 1 0 0px; height: 21px; overflow: visible; position: relative; width: 1px; }\", \".framer-0mnU8 .framer-1oyyxp1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 22px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 204px; }\", \".framer-0mnU8 .framer-88gnas { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0mnU8 .framer-1ytlxdm, .framer-0mnU8 .framer-1w6pspp, .framer-0mnU8 .framer-1h3fr45, .framer-0mnU8 .framer-1e53cwz, .framer-0mnU8 .framer-1rqrysg, .framer-0mnU8 .framer-etlrnd, .framer-0mnU8 .framer-1f7vsty, .framer-0mnU8 .framer-1793wuj, .framer-0mnU8 .framer-1m8amic, .framer-0mnU8 .framer-zsthym, .framer-0mnU8 .framer-1c7wsap, .framer-0mnU8 .framer-1kvpina, .framer-0mnU8 .framer-xyf1mn, .framer-0mnU8 .framer-1oyyxp1, .framer-0mnU8 .framer-88gnas { gap: 0px; } .framer-0mnU8 .framer-1ytlxdm > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-0mnU8 .framer-1ytlxdm > :first-child, .framer-0mnU8 .framer-1h3fr45 > :first-child, .framer-0mnU8 .framer-1e53cwz > :first-child, .framer-0mnU8 .framer-1rqrysg > :first-child, .framer-0mnU8 .framer-etlrnd > :first-child, .framer-0mnU8 .framer-1f7vsty > :first-child, .framer-0mnU8 .framer-1793wuj > :first-child, .framer-0mnU8 .framer-1m8amic > :first-child, .framer-0mnU8 .framer-zsthym > :first-child, .framer-0mnU8 .framer-1c7wsap > :first-child { margin-top: 0px; } .framer-0mnU8 .framer-1ytlxdm > :last-child, .framer-0mnU8 .framer-1h3fr45 > :last-child, .framer-0mnU8 .framer-1e53cwz > :last-child, .framer-0mnU8 .framer-1rqrysg > :last-child, .framer-0mnU8 .framer-etlrnd > :last-child, .framer-0mnU8 .framer-1f7vsty > :last-child, .framer-0mnU8 .framer-1793wuj > :last-child, .framer-0mnU8 .framer-1m8amic > :last-child, .framer-0mnU8 .framer-zsthym > :last-child, .framer-0mnU8 .framer-1c7wsap > :last-child { margin-bottom: 0px; } .framer-0mnU8 .framer-1w6pspp > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-0mnU8 .framer-1w6pspp > :first-child, .framer-0mnU8 .framer-1kvpina > :first-child, .framer-0mnU8 .framer-xyf1mn > :first-child, .framer-0mnU8 .framer-1oyyxp1 > :first-child, .framer-0mnU8 .framer-88gnas > :first-child { margin-left: 0px; } .framer-0mnU8 .framer-1w6pspp > :last-child, .framer-0mnU8 .framer-1kvpina > :last-child, .framer-0mnU8 .framer-xyf1mn > :last-child, .framer-0mnU8 .framer-1oyyxp1 > :last-child, .framer-0mnU8 .framer-88gnas > :last-child { margin-right: 0px; } .framer-0mnU8 .framer-1h3fr45 > *, .framer-0mnU8 .framer-1e53cwz > *, .framer-0mnU8 .framer-etlrnd > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-0mnU8 .framer-1rqrysg > *, .framer-0mnU8 .framer-1f7vsty > *, .framer-0mnU8 .framer-1m8amic > *, .framer-0mnU8 .framer-zsthym > *, .framer-0mnU8 .framer-1c7wsap > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-0mnU8 .framer-1793wuj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0mnU8 .framer-1kvpina > * { margin: 0px; margin-left: calc(19px / 2); margin-right: calc(19px / 2); } .framer-0mnU8 .framer-xyf1mn > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-0mnU8 .framer-1oyyxp1 > *, .framer-0mnU8 .framer-88gnas > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\", \".framer-0mnU8.framer-v-12ffi7m .framer-1ytlxdm { width: 810px; }\", \".framer-0mnU8.framer-v-12ffi7m .framer-1h3fr45, .framer-0mnU8.framer-v-12ffi7m .framer-1e53cwz { flex: 1 0 0px; width: 1px; }\", \".framer-0mnU8.framer-v-12ffi7m .framer-1203bgn { height: var(--framer-aspect-ratio-supported, 58px); width: 100%; }\", \".framer-0mnU8.framer-v-12ffi7m .framer-etlrnd, .framer-0mnU8.framer-v-12ffi7m .framer-1793wuj { width: min-content; }\", \".framer-0mnU8.framer-v-12ffi7m .framer-xyf1mn { flex: 1 0 0px; gap: 2px; width: 1px; }\", \".framer-0mnU8.framer-v-12ffi7m .framer-xnn9qn-container { height: var(--framer-aspect-ratio-supported, 21px); position: sticky; top: 0px; width: 18px; will-change: transform; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0mnU8.framer-v-12ffi7m .framer-xyf1mn { gap: 0px; } .framer-0mnU8.framer-v-12ffi7m .framer-xyf1mn > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-0mnU8.framer-v-12ffi7m .framer-xyf1mn > :first-child { margin-left: 0px; } .framer-0mnU8.framer-v-12ffi7m .framer-xyf1mn > :last-child { margin-right: 0px; } }\", \".framer-0mnU8.framer-v-g53k7t .framer-1ytlxdm { padding: 60px 40px 30px 40px; width: 390px; }\", \".framer-0mnU8.framer-v-g53k7t .framer-1w6pspp { flex-direction: column; }\", \".framer-0mnU8.framer-v-g53k7t .framer-1h3fr45, .framer-0mnU8.framer-v-g53k7t .framer-1e53cwz, .framer-0mnU8.framer-v-g53k7t .framer-etlrnd, .framer-0mnU8.framer-v-g53k7t .framer-1793wuj { width: 100%; }\", \".framer-0mnU8.framer-v-g53k7t .framer-1203bgn { height: var(--framer-aspect-ratio-supported, 123px); width: 100%; }\", \".framer-0mnU8.framer-v-g53k7t .framer-1c7wsap { align-content: flex-end; align-items: flex-end; justify-content: flex-end; width: 100%; }\", \".framer-0mnU8.framer-v-g53k7t .framer-1kvpina { flex-direction: column; gap: 20px; padding: 5px 0px 0px 0px; }\", \".framer-0mnU8.framer-v-g53k7t .framer-xnn9qn-container { height: var(--framer-aspect-ratio-supported, 19px); }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0mnU8.framer-v-g53k7t .framer-1w6pspp, .framer-0mnU8.framer-v-g53k7t .framer-1kvpina { gap: 0px; } .framer-0mnU8.framer-v-g53k7t .framer-1w6pspp > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-0mnU8.framer-v-g53k7t .framer-1w6pspp > :first-child, .framer-0mnU8.framer-v-g53k7t .framer-1kvpina > :first-child { margin-top: 0px; } .framer-0mnU8.framer-v-g53k7t .framer-1w6pspp > :last-child, .framer-0mnU8.framer-v-g53k7t .framer-1kvpina > :last-child { margin-bottom: 0px; } .framer-0mnU8.framer-v-g53k7t .framer-1kvpina > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\", ...sharedStyle.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * @framerIntrinsicHeight 416\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"aljNEG5Wb\":{\"layout\":[\"fixed\",\"auto\"]},\"qRdAvlDv_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          */\nconst FramerYswujwe22 = withCSS(Component, css);\nexport default FramerYswujwe22;\nFramerYswujwe22.displayName = \"Footer Dark\";\nFramerYswujwe22.defaultProps = {\n  height: 416,\n  width: 1200\n};\naddPropertyControls(FramerYswujwe22, {\n  variant: {\n    options: [\"bli9kKGR2\", \"aljNEG5Wb\", \"qRdAvlDv_\"],\n    optionTitles: [\"Desktop\", \"Tablet\", \"Phone\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  }\n});\naddFonts(FramerYswujwe22, [{\n  family: \"Manrope\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/Yswujwe22:default\",\n    url: \"https://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F87jxeN7B.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F87jxeN7B.ttf\",\n  weight: \"600\"\n}, ...ElementsButtonDownloadFonts, ...HeroFonts, ...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerYswujwe22\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicHeight\": \"416\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aljNEG5Wb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qRdAvlDv_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./Yswujwe22.map", "import { fontStore } from \"framer\";\nfontStore.loadWebFontsFromSelectors([]);\nexport const fonts = [];\nexport const css = [\".framer-Pcbu3 .framer-styles-preset-1wicq5s:not(.rich-text-wrapper), .framer-Pcbu3 .framer-styles-preset-1wicq5s.rich-text-wrapper a { --framer-link-current-text-color: #111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #0088ff; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, #2047f4); --framer-link-text-decoration: underline; }\"];\nexport const className = \"framer-Pcbu3\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"className\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"fonts\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"css\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "import { fontStore } from \"framer\";\nfontStore.loadWebFontsFromSelectors([]);\nexport const fonts = [];\nexport const css = ['.framer-ffczs .framer-styles-preset-aexbeb:not(.rich-text-wrapper), .framer-ffczs .framer-styles-preset-aexbeb.rich-text-wrapper a { --framer-link-hover-text-color: var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, #2047f4) /* {\"name\":\"Primary\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, #020a36); --framer-link-text-decoration: none; }'];\nexport const className = \"framer-ffczs\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"css\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"className\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"fonts\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "// Generated by Framer (55d768b)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, Image, Link, RichText, SVG, useActiveVariantCallback, useRouter, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/LIyt5opriKnS40bWPiQP/GVQqrfEEEUHIHhfwBuaR/ro7OPezbn.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/oUh58RUHklFdSM2QbFSv/ZzGMoT6w5Pn3g6Q9dZt3/stylesPresetLink.js\";\nconst cycleOrder = [\"mPoOvgXG7\", \"hFmg2ee0p\", \"eG17XbGFe\", \"Pi0XEFq0N\", \"qKEB1W2NN\"];\nconst variantClassNames = {\n  eG17XbGFe: \"framer-v-2wkkjv\",\n  hFmg2ee0p: \"framer-v-n1iz16\",\n  mPoOvgXG7: \"framer-v-364nze\",\n  Pi0XEFq0N: \"framer-v-3alvvc\",\n  qKEB1W2NN: \"framer-v-g0k7k1\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {\n  \"Phone open\": \"qKEB1W2NN\",\n  Desktop: \"hFmg2ee0p\",\n  Large: \"mPoOvgXG7\",\n  Phone: \"Pi0XEFq0N\",\n  Tablet: \"eG17XbGFe\"\n};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"mPoOvgXG7\",\n  TCijxzqLOtp47Wi4mo,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"mPoOvgXG7\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const onTap1fk6bey = activeVariantCallback(async (...args) => {\n    setVariant(\"qKEB1W2NN\");\n  });\n  const onTap1nxdvya = activeVariantCallback(async (...args) => {\n    await delay(() => setVariant(\"Pi0XEFq0N\"), 100);\n  });\n  const onTapzzcra1 = activeVariantCallback(async (...args) => {\n    setVariant(\"Pi0XEFq0N\");\n  });\n  const tap1w3cah5 = activeVariantCallback(async (...args) => {\n    setVariant(\"NPbCWSTMM\");\n  });\n  const isDisplayed = () => {\n    if ([\"Pi0XEFq0N\", \"qKEB1W2NN\"].includes(baseVariant)) return true;\n    return false;\n  };\n  const isDisplayed1 = () => {\n    if (baseVariant === \"qKEB1W2NN\") return false;\n    return true;\n  };\n  const router = useRouter();\n  const isDisplayed2 = () => {\n    if ([\"Pi0XEFq0N\", \"qKEB1W2NN\"].includes(baseVariant)) return false;\n    return true;\n  };\n  const isDisplayed3 = () => {\n    if (baseVariant === \"hFmg2ee0p\") return true;\n    return false;\n  };\n  const isDisplayed4 = () => {\n    if (baseVariant === \"hFmg2ee0p\") return false;\n    return true;\n  };\n  const isDisplayed5 = () => {\n    if (baseVariant === \"qKEB1W2NN\") return true;\n    return false;\n  };\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-zLAtF\", sharedStyle.className, sharedStyle1.className, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        ...restProps,\n        className: cx(\"framer-364nze\", className),\n        \"data-framer-name\": \"Large\",\n        layoutDependency: layoutDependency,\n        layoutId: \"mPoOvgXG7\",\n        ref: ref,\n        style: {\n          backdropFilter: \"blur(30px)\",\n          background: \"linear-gradient(180deg, rgba(240, 246, 255, 0.5) 0%, rgba(240, 245, 255, 0.5) 100%)\",\n          boxShadow: \"none\",\n          WebkitBackdropFilter: \"blur(30px)\",\n          ...style\n        },\n        transition: transition,\n        variants: {\n          qKEB1W2NN: {\n            boxShadow: \"0px 8px 16px 24px rgba(0,0,0,0.25)\"\n          }\n        },\n        ...addPropertyOverrides({\n          eG17XbGFe: {\n            \"data-framer-name\": \"Tablet\"\n          },\n          hFmg2ee0p: {\n            \"data-framer-name\": \"Desktop\"\n          },\n          Pi0XEFq0N: {\n            \"data-framer-name\": \"Phone\",\n            \"data-highlight\": true,\n            onTap: onTap1fk6bey\n          },\n          qKEB1W2NN: {\n            \"data-framer-name\": \"Phone open\",\n            \"data-highlight\": true,\n            onTap: onTap1nxdvya\n          }\n        }, baseVariant, gestureVariant),\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          className: \"framer-19yf2o1\",\n          layoutDependency: layoutDependency,\n          layoutId: \"R1roHUvhq\",\n          transition: transition,\n          children: [/*#__PURE__*/_jsx(Link, {\n            href: {\n              hash: \":nTrsClBLW\",\n              webPageId: \"TvGBGBZLF\"\n            },\n            openInNewTab: false,\n            smoothScroll: true,\n            children: /*#__PURE__*/_jsx(Image, {\n              as: \"a\",\n              background: {\n                alt: \"\",\n                fit: \"fill\",\n                intrinsicHeight: 174,\n                intrinsicWidth: 258,\n                pixelHeight: 348,\n                pixelWidth: 516,\n                src: new URL(\"https://framerusercontent.com/images/bGqtNqidT0nWVWj4WrTYrUxuI.svg\").href\n              },\n              className: \"framer-87o8hc framer-1otu461\",\n              \"data-framer-name\": \"Codelabs logo\",\n              layoutDependency: layoutDependency,\n              layoutId: \"LqZg825ri\",\n              transition: transition\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-120fvp0\",\n            \"data-framer-name\": \"space\",\n            layoutDependency: layoutDependency,\n            layoutId: \"Bj8ZJ8ls0\",\n            transition: transition\n          }), isDisplayed() && /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1e3ikye\",\n            \"data-framer-name\": \"space\",\n            layoutDependency: layoutDependency,\n            layoutId: \"wXsuZksF8\",\n            transition: transition\n          }), /*#__PURE__*/_jsx(Link, {\n            href: {\n              hash: \":nTrsClBLW\",\n              webPageId: \"TvGBGBZLF\"\n            },\n            openInNewTab: false,\n            smoothScroll: true,\n            children: /*#__PURE__*/_jsx(SVG, {\n              as: \"a\",\n              className: \"framer-1ygd1ke framer-1otu461\",\n              \"data-framer-name\": \"codelabs_studio text\",\n              fill: \"black\",\n              intrinsicHeight: 207,\n              intrinsicWidth: 1834,\n              layoutDependency: layoutDependency,\n              layoutId: \"wiEmhbwmG\",\n              svg: '<svg width=\"1834\" height=\"207\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.367 109.238c7.11-3.281 12.578-5.605 16.27-7.109 4.648-1.777 6.972-4.375 6.972-7.793 0-2.05-.683-3.828-2.187-5.605-13.535-16.954-30.625-24.61-55.234-24.61-21.876 0-39.376 6.7-52.5 20.235C6.563 97.89 0 115.526 0 137.538c0 20.098 6.426 36.641 19.414 49.356 12.988 12.714 29.668 19.14 50.04 19.14 27.753 0 47.987-8.75 60.429-26.25 1.367-1.914 2.051-3.828 2.051-5.605 0-3.282-2.325-5.742-6.836-7.52a195.707 195.707 0 0 1-17.09-7.383c-1.504-.683-3.145-1.093-4.922-1.093-2.598 0-5.332 1.367-8.203 4.238-5.332 4.785-12.578 7.246-21.602 7.246-19.277 0-31.035-12.578-31.035-33.906 0-10.528 2.871-19.004 8.613-25.43 5.743-6.426 13.399-9.57 23.106-9.57 8.066 0 14.219 1.914 18.73 5.879 2.871 2.597 5.743 3.964 8.34 3.964 1.504 0 3.281-.41 5.332-1.367Z\" fill=\"#000\"/><path d=\"M127.163 134.941c0 14.082 3.417 26.524 10.253 37.325 13.672 21.875 37.598 33.769 65.625 33.769 21.192 0 40.332-7.656 53.457-20.234 13.125-12.442 21.055-30.625 21.055-50.86 0-40.605-31.992-70.82-75.332-70.82-13.672 0-26.25 2.871-37.598 8.75-11.347 5.879-20.507 14.356-27.207 25.156-6.836 10.938-10.253 23.243-10.253 36.914Zm107.187 0c0 19.825-11.758 32.266-31.582 32.266-9.707 0-17.637-2.871-23.516-8.75-6.015-5.879-9.023-13.535-9.023-23.242 0-9.434 3.008-17.227 9.023-23.242 6.016-5.879 13.809-8.887 23.243-8.887 19.55 0 31.855 12.031 31.855 31.855ZM434.333 9.297c0-6.29-2.871-9.297-8.75-9.024-1.094 0-2.324.137-3.828.274-8.067.957-13.946 1.367-17.91 1.367-6.563.274-9.844 3.691-9.844 10.117v65.762c-9.16-9.16-23.379-13.672-42.793-13.672-21.192 0-38.008 6.426-50.176 19.414-12.305 12.988-18.457 30.215-18.457 51.953 0 21.192 6.426 38.282 19.277 51.133 12.852 12.988 29.532 19.414 50.176 19.414 19.004 0 32.949-5.742 41.973-17.09v8.75c0 5.196 2.734 7.793 8.34 7.793.957 0 3.007-.136 6.289-.547 5.332-.82 10.8-1.367 16.133-1.64 6.425-.547 9.57-3.965 9.57-10.117V9.297Zm-75.059 91.465c10.391 0 18.731 3.418 24.883 10.117 5.606 6.562 8.477 14.902 8.477 25.156 0 8.887-2.325 16.133-6.973 21.875-6.426 7.656-15.313 11.485-26.387 11.485-20.918 0-34.726-11.348-34.726-33.907 0-11.074 3.281-19.687 9.843-25.703 6.426-6.015 14.766-9.023 24.883-9.023Zm209.065 47.851c6.289 0 9.844-2.871 10.664-8.613.137-1.504.274-3.691.274-6.699 0-20.508-6.426-37.188-19.278-50.04-12.851-12.714-29.394-19.14-49.629-19.14-20.918 0-38.008 6.7-51.269 19.961-13.399 13.399-20.098 30.215-20.098 50.586 0 20.918 6.836 38.144 20.508 51.406 13.672 13.262 31.719 19.961 54.004 19.961 19.961 0 37.187-4.375 51.543-13.125 3.144-1.914 4.648-4.101 4.648-6.699 0-2.324-.957-4.649-3.008-6.973-1.914-2.597-6.699-7.656-8.476-10.664-1.777-3.008-4.375-4.512-7.52-4.512-1.504 0-3.418.411-5.879 1.368-7.519 3.554-16.679 5.332-27.753 5.332-19.688 0-34.317-6.973-36.915-22.149h88.184Zm-88.73-28.164c-.137-4.511 2.324-9.023 7.656-13.672 5.195-4.511 12.851-6.836 22.832-6.836 9.16 0 16.406 2.051 21.738 6.289 5.195 4.239 8.067 8.887 8.477 14.219h-60.703Zm105.834 39.922c0 30.488 10.801 45.664 32.402 45.664 7.11 0 13.809-1.094 20.235-3.281 4.101-1.367 6.152-4.238 6.152-8.477 0-.957-.137-2.324-.547-4.101l-3.418-14.356c-1.094-5.605-3.691-8.34-7.793-8.34-3.965 0-5.879-3.007-5.879-9.023V8.887c0-5.88-2.871-8.887-8.476-8.887-2.324 0-4.649.137-6.973.273l-16.269 1.368c-6.289.546-9.434 3.964-9.434 10.117V160.37Zm145.006-41.152-12.441-.274c-47.988-1.093-74.375 14.629-74.375 44.297 0 13.672 3.828 24.199 11.484 31.446 7.656 7.382 20.645 11.074 38.828 11.074 11.348 0 21.465-1.914 30.489-5.742 9.023-3.829 15.449-9.024 19.414-15.45 0 4.375 1.367 9.571 3.964 15.586 1.504 3.555 4.102 5.332 7.52 5.332 1.777 0 3.691-.547 5.606-1.64l14.492-7.52c3.418-1.914 5.058-4.375 5.058-7.383 0-1.777-.547-3.691-1.64-5.879-4.786-8.886-7.246-20.781-7.246-35.546v-33.907c0-36.094-28.301-49.492-62.207-49.492-22.559 0-42.11 7.52-55.372 18.457-2.461 1.914-3.691 4.102-3.691 6.426s1.367 4.648 4.238 7.246l12.305 10.391c2.324 2.05 4.648 3.144 6.699 3.144 1.778 0 4.102-.957 6.973-2.871 7.519-5.059 16.68-7.52 27.48-7.52 8.067 0 13.946 1.504 17.364 4.649 3.418 3.145 5.058 6.426 5.058 9.844v5.332Zm.547 30.078c.274 6.426-2.051 11.894-6.836 16.543-4.922 4.648-12.305 6.972-22.012 6.972-11.347 0-16.816-2.734-16.816-11.484 0-4.375 3.008-7.656 8.887-9.98 5.879-2.325 13.535-3.145 22.969-2.735l13.808.684Zm54.069 43.887c0 6.152 3.418 10.117 9.433 10.117 3.692 0 9.161.41 16.27 1.367 3.281.41 5.469.547 6.426.547 5.058 0 8.203-3.281 8.203-9.16v-7.11c9.023 11.348 22.969 17.09 41.973 17.09 20.644 0 37.324-6.426 50.175-19.414 12.852-12.851 19.278-29.941 19.278-51.133 0-21.738-6.153-38.965-18.457-51.953-12.305-12.988-29.121-19.414-50.45-19.414-19.277 0-33.359 4.512-42.519 13.672V9.297c0-5.879-3.145-9.297-8.477-9.297-1.64 0-3.965.137-6.972.547-6.563.957-11.758 1.367-15.45 1.367-6.015 0-9.433 3.691-9.433 9.844v181.426Zm109.785-57.696c0 22.559-13.809 33.907-34.727 33.907-11.074 0-19.961-3.829-26.386-11.485-4.649-5.742-6.973-12.988-6.973-21.875 0-10.39 2.734-18.73 8.34-25.156 6.152-6.699 14.492-10.117 25.019-10.117 10.118 0 18.457 3.008 25.02 9.023 6.426 6.016 9.707 14.629 9.707 25.703Zm44.584 45.664c-.957 1.778-1.367 3.555-1.367 5.059 0 3.418 1.914 6.016 5.879 7.793 17.09 8.066 36.777 12.031 58.794 12.031 17.22 0 30.89-4.101 41.15-12.305 10.25-8.203 15.31-19.14 15.31-32.949 0-6.972-1.91-12.988-4.1-17.5-2.33-4.511-7.93-9.023-11.35-11.758-1.78-1.367-4.24-2.734-7.66-4.238-3.41-1.367-6.15-2.461-7.93-3.144-1.91-.684-4.92-1.641-8.88-2.598-4.1-.957-6.97-1.641-8.62-2.051-1.64-.41-4.51-.957-8.75-1.914-13.804-2.734-18.862-5.742-18.862-11.211 0-6.152 3.828-8.613 15.175-8.613 10.797 0 22.287 3.144 34.457 9.434 2.32 1.23 4.37 1.777 5.88 1.777 3 0 5.46-1.777 7.24-5.332l7.25-13.535c1.23-2.051 1.77-3.965 1.77-5.606 0-3.281-1.64-5.879-5.05-7.793-15.32-8.34-32.41-12.578-51.273-12.578-17.91 0-32.129 3.828-42.656 11.348-10.528 7.52-15.86 18.73-15.86 33.496 0 10.39 4.922 19.14 11.074 24.473 3.145 2.734 6.973 5.195 11.622 7.246 9.296 4.375 15.859 6.152 25.156 7.929 10.254 2.188 16.817 3.828 19.827 5.059 5.6 2.051 8.47 4.785 8.47 8.476 0 6.426-4.1 9.161-15.99 9.161-5.881 0-12.717-.957-20.237-2.871-7.519-1.915-14.492-4.239-20.918-7.11-2.324-.957-4.101-1.504-5.332-1.504-3.418 0-5.879 1.914-7.519 5.879l-6.7 15.449Z\" fill=\"#000\"/><path d=\"M1081.4 160.098c-6.15 0-11.49 2.187-15.86 6.425-4.38 4.375-6.56 9.571-6.56 15.723 0 6.152 2.18 11.348 6.56 15.586 4.37 4.375 9.71 6.563 15.86 6.563 6.29 0 11.62-2.188 15.99-6.426 4.24-4.239 6.43-9.571 6.43-15.723 0-6.152-2.19-11.484-6.43-15.723-4.37-4.238-9.7-6.425-15.99-6.425Z\" fill=\"#FF7704\"/><path d=\"m1115.22 165.755-6.72 15.4c-.84 1.68-1.4 3.36-1.4 5.04 0 3.36 2.24 6.16 5.88 7.84 14.84 7 35.56 12.04 58.8 12.04 34.44 0 56.56-17.92 56.56-45.36 0-31.64-32.2-37.8-57.4-43.12-13.72-2.8-18.76-5.6-18.76-11.2 0-6.16 3.64-8.68 15.12-8.68 11.48 0 24.64 4.48 34.44 9.52 2.24 1.12 3.92 1.68 5.88 1.68 2.8 0 5.32-1.68 7.28-5.32l7.28-13.44c1.12-1.96 1.68-3.92 1.68-5.6 0-3.08-1.68-5.88-5.04-7.84-14.28-7.84-33.04-12.6-51.24-12.6-34.44 0-58.52 14.28-58.52 44.8 0 27.16 28.28 35.84 47.88 39.76 18.2 3.92 28.28 5.88 28.28 13.44 0 6.16-3.64 9.24-15.96 9.24s-29.12-4.76-41.16-10.08c-1.96-.84-3.64-1.4-5.32-1.4-3.36 0-5.88 1.96-7.56 5.88Zm127.9-100.521h-5.6c-6.16 0-9.8 3.64-9.8 9.8v16.8c0 6.44 3.64 10.081 10.08 9.801l5.32-.28v60.76c0 29.12 13.44 43.96 42.28 43.96 12.6 0 26.88-1.96 36.4-4.76 4.48-1.12 6.44-4.2 6.44-7.84 0-1.68-.28-3.08-.84-4.76-1.68-4.48-3.08-9.24-4.48-14.28-1.4-4.76-3.92-7.28-8.12-7.28-1.12 0-2.24.28-3.64.56-5.04 1.12-9.52 1.96-12.88 1.96-10.64 0-14.84-7-14.84-19.6v-49l28.84-1.12c6.16-.28 9.52-3.64 9.52-9.8 0-5.6.28-10.64.28-16.24 0-5.6-3.36-8.68-9.24-8.68h-29.4v-23.52c0-6.44-3.64-10.08-10.08-9.8l-20.72.84c-6.16 0-9.52 3.64-9.52 9.8v22.68Z\" fill=\"#1887C7\"/><path d=\"M1329.23 72.514c-2.24 15.68-4.2 35.001-4.2 49.841 0 27.16 5.88 47.32 16.8 61.04 12.04 15.4 30.8 22.68 54.88 22.68 24.64 0 43.68-7.56 55.72-23.8 10.36-13.72 15.96-33.6 15.96-59.92 0-14.84-1.96-34.16-4.2-49.84-.84-5.6-3.36-8.4-8.4-8.4-1.4 0-3.36.28-6.16.56-7 .56-10.64 1.12-17.92 1.68-6.44.28-9.52 4.2-8.96 10.64 1.4 15.12 2.52 32.48 2.52 41.16 0 31.36-4.76 49-28.84 49-23.8 0-28.28-17.92-28.28-49.28 0-8.68.84-26.04 2.24-40.88.56-6.44-2.52-10.36-8.96-10.64l-17.36-1.4c-3.08-.28-3.92-.56-6.44-.56-4.48 0-7.56 2.8-8.4 8.12Zm296.73 120.681V9.235c0-6.16-3.08-9.24-8.68-8.96-.28 0-1.68 0-3.92.28-4.76.56-12.32 1.4-17.92 1.4-6.44.28-9.8 3.92-9.8 10.08v65.8c-8.68-8.68-22.68-13.72-42.84-13.72-42.84 0-68.6 28.28-68.6 71.4 0 42.84 28.56 70.56 69.44 70.56 18.48 0 32.48-5.04 42-17.08v8.68c0 5.04 3.08 7.84 8.4 7.84 1.4 0 3.64-.28 6.16-.56 5.6-.84 11.48-1.4 16.24-1.68 6.16-.56 9.52-3.92 9.52-10.08Zm-75.04-92.4c10.64 0 19.04 3.64 24.92 10.08 5.32 6.16 8.4 14.84 8.4 25.2 0 8.96-2.52 16.24-7 21.84-6.16 7.28-15.68 11.48-26.32 11.48-19.88 0-34.72-10.36-34.72-33.88 0-23.24 15.4-34.72 34.72-34.72Zm105.75-96.6c-14.56 0-25.76 10.08-25.76 25.2 0 14.84 11.48 24.92 25.76 24.92 13.72 0 25.48-11.48 25.48-25.2 0-13.72-11.48-24.92-25.48-24.92Zm9.8 61.04h-21.56c-6.16 0-9.8 3.64-9.8 9.8v119.56c0 6.16 3.64 9.8 9.8 9.8h21.56c6.16 0 9.8-3.64 9.8-9.8V75.035c0-6.16-3.64-9.8-9.8-9.8Zm16.4 69.72c0 43.12 33.88 71.12 75.88 71.12 43.12 0 74.48-30.24 74.48-71.12 0-40.6-31.92-70.84-75.32-70.84-41.16 0-75.04 28.84-75.04 70.84Zm107.24 0c0 21.28-12.04 32.2-31.64 32.2s-32.48-12.6-32.48-31.92c0-19.04 13.16-32.2 32.2-32.2 19.32 0 31.92 11.76 31.92 31.92Z\" fill=\"#1887C7\"/></svg>',\n              transition: transition,\n              withExternalLayout: true\n            })\n          }), isDisplayed() && /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-qmpf5r\",\n            \"data-framer-name\": \"Icon\",\n            \"data-highlight\": true,\n            layoutDependency: layoutDependency,\n            layoutId: \"TGANSBCBS\",\n            onTap: onTapzzcra1,\n            transition: transition,\n            ...addPropertyOverrides({\n              Pi0XEFq0N: {\n                onTap: onTap1fk6bey\n              },\n              qKEB1W2NN: {\n                onTap: onTap1nxdvya\n              }\n            }, baseVariant, gestureVariant),\n            children: [/*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-lr4lgg\",\n              \"data-framer-name\": \"Bottom\",\n              layoutDependency: layoutDependency,\n              layoutId: \"D5mTADsIr\",\n              style: {\n                backgroundColor: \"rgb(52, 166, 198)\",\n                borderBottomLeftRadius: 10,\n                borderBottomRightRadius: 10,\n                borderTopLeftRadius: 10,\n                borderTopRightRadius: 10,\n                rotate: 0\n              },\n              transition: transition,\n              variants: {\n                qKEB1W2NN: {\n                  rotate: 135\n                }\n              }\n            }), isDisplayed1() && /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-emk6m8\",\n              \"data-framer-name\": \"Mid\",\n              layoutDependency: layoutDependency,\n              layoutId: \"FUi1XVP9x\",\n              style: {\n                backgroundColor: \"rgb(52, 166, 198)\",\n                borderBottomLeftRadius: 10,\n                borderBottomRightRadius: 10,\n                borderTopLeftRadius: 10,\n                borderTopRightRadius: 10\n              },\n              transition: transition\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-we47i1\",\n              \"data-framer-name\": \"Top\",\n              layoutDependency: layoutDependency,\n              layoutId: \"yajjWclf3\",\n              style: {\n                backgroundColor: \"rgb(52, 166, 198)\",\n                borderBottomLeftRadius: 10,\n                borderBottomRightRadius: 10,\n                borderTopLeftRadius: 10,\n                borderTopRightRadius: 10,\n                rotate: 0\n              },\n              transition: transition,\n              variants: {\n                qKEB1W2NN: {\n                  rotate: 45\n                }\n              }\n            })]\n          }), isDisplayed2() && /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1a6n291\",\n            \"data-framer-name\": \"space\",\n            layoutDependency: layoutDependency,\n            layoutId: \"dK8j3psrd\",\n            transition: transition\n          }), isDisplayed2() && /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-j6m2to\",\n            layoutDependency: layoutDependency,\n            layoutId: \"eocFi65rr\",\n            transition: transition,\n            children: [isDisplayed3() && /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                    \"--framer-line-height\": \"1em\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                  },\n                  children: /*#__PURE__*/_jsx(Link, {\n                    href: {\n                      hash: \":VUfaN8w4C\",\n                      webPageId: \"TvGBGBZLF\"\n                    },\n                    openInNewTab: false,\n                    smoothScroll: true,\n                    children: /*#__PURE__*/_jsx(motion.a, {\n                      className: \"framer-styles-preset-aexbeb\",\n                      \"data-styles-preset\": \"stylesPresetLink\",\n                      children: \"Clients\"\n                    })\n                  })\n                })\n              }),\n              className: \"framer-1id1j3x\",\n              \"data-framer-name\": \"Clients\",\n              fonts: [\"GF;Inter-regular\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"J8XyS6FTV\",\n              style: {\n                \"--extracted-r6o4lv\": \"var(--token-85fb4cf8-573f-47d6-9caa-f0b092790f7d, rgb(0, 0, 0)) \",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              transition: transition,\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                    \"--framer-line-height\": \"1em\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                  },\n                  children: /*#__PURE__*/_jsx(Link, {\n                    href: {\n                      hash: \":iHyOPoy4N\",\n                      webPageId: \"TvGBGBZLF\"\n                    },\n                    openInNewTab: false,\n                    smoothScroll: true,\n                    children: /*#__PURE__*/_jsx(motion.a, {\n                      className: \"framer-styles-preset-aexbeb\",\n                      \"data-styles-preset\": \"stylesPresetLink\",\n                      children: \"Expertise\"\n                    })\n                  })\n                })\n              }),\n              className: \"framer-ev020z\",\n              \"data-framer-name\": \"Expertise\",\n              fonts: [\"GF;Inter-regular\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"sFryCCK9c\",\n              style: {\n                \"--extracted-r6o4lv\": \"var(--token-85fb4cf8-573f-47d6-9caa-f0b092790f7d, rgb(0, 0, 0)) \",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              transition: transition,\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                    \"--framer-line-height\": \"1em\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                  },\n                  children: /*#__PURE__*/_jsx(Link, {\n                    href: {\n                      hash: \":XJhSGkQUx\",\n                      webPageId: \"TvGBGBZLF\"\n                    },\n                    openInNewTab: false,\n                    smoothScroll: true,\n                    children: /*#__PURE__*/_jsx(motion.a, {\n                      className: \"framer-styles-preset-aexbeb\",\n                      \"data-styles-preset\": \"stylesPresetLink\",\n                      children: \"Tech\"\n                    })\n                  })\n                })\n              }),\n              className: \"framer-vlm1c5\",\n              \"data-framer-name\": \"Tech\",\n              fonts: [\"GF;Inter-regular\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"SzfcSe22I\",\n              style: {\n                \"--extracted-r6o4lv\": \"var(--token-85fb4cf8-573f-47d6-9caa-f0b092790f7d, rgb(0, 0, 0)) \",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              transition: transition,\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), isDisplayed4() && /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                    \"--framer-line-height\": \"1em\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                  },\n                  children: /*#__PURE__*/_jsx(Link, {\n                    href: {\n                      hash: \":VUfaN8w4C\",\n                      webPageId: \"TvGBGBZLF\"\n                    },\n                    openInNewTab: false,\n                    smoothScroll: true,\n                    children: /*#__PURE__*/_jsx(motion.a, {\n                      className: \"framer-styles-preset-aexbeb\",\n                      \"data-styles-preset\": \"stylesPresetLink\",\n                      children: \"Clients\"\n                    })\n                  })\n                })\n              }),\n              className: \"framer-1iou0jg\",\n              \"data-framer-name\": \"Clients\",\n              fonts: [\"GF;Inter-regular\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"L3mYbYvDM\",\n              style: {\n                \"--extracted-r6o4lv\": \"var(--token-85fb4cf8-573f-47d6-9caa-f0b092790f7d, rgb(0, 0, 0)) \",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              transition: transition,\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                    \"--framer-line-height\": \"1em\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                  },\n                  children: /*#__PURE__*/_jsx(Link, {\n                    href: {\n                      hash: \":TolfZppjc\",\n                      webPageId: \"TvGBGBZLF\"\n                    },\n                    openInNewTab: false,\n                    smoothScroll: true,\n                    children: /*#__PURE__*/_jsx(motion.a, {\n                      className: \"framer-styles-preset-aexbeb\",\n                      \"data-styles-preset\": \"stylesPresetLink\",\n                      children: \"Contact\"\n                    })\n                  })\n                })\n              }),\n              className: \"framer-1h9muvv\",\n              \"data-framer-name\": \"Contact\",\n              fonts: [\"GF;Inter-regular\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"FcVDucrcs\",\n              style: {\n                \"--extracted-r6o4lv\": \"var(--token-85fb4cf8-573f-47d6-9caa-f0b092790f7d, rgb(0, 0, 0)) \",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              transition: transition,\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            })]\n          })]\n        }), isDisplayed5() && /*#__PURE__*/_jsxs(motion.div, {\n          className: \"framer-8lz5xm\",\n          layoutDependency: layoutDependency,\n          layoutId: \"Y4ltELoGW\",\n          transition: transition,\n          children: [/*#__PURE__*/_jsx(RichText, {\n            __fromCanvasComponent: true,\n            children: /*#__PURE__*/_jsx(React.Fragment, {\n              children: /*#__PURE__*/_jsx(motion.p, {\n                style: {\n                  \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                  \"--framer-font-size\": \"24px\",\n                  \"--framer-line-height\": \"1em\",\n                  \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                },\n                children: /*#__PURE__*/_jsx(Link, {\n                  href: {\n                    hash: \":iHyOPoy4N\",\n                    webPageId: \"TvGBGBZLF\"\n                  },\n                  openInNewTab: false,\n                  smoothScroll: true,\n                  children: /*#__PURE__*/_jsx(motion.a, {\n                    className: \"framer-styles-preset-aexbeb\",\n                    \"data-styles-preset\": \"stylesPresetLink\",\n                    children: \"Expertise\"\n                  })\n                })\n              })\n            }),\n            className: \"framer-3f1u32\",\n            \"data-framer-name\": \"Expertise\",\n            fonts: [\"GF;Inter-regular\"],\n            layoutDependency: layoutDependency,\n            layoutId: \"DWRva1dbZ\",\n            style: {\n              \"--extracted-r6o4lv\": \"var(--token-85fb4cf8-573f-47d6-9caa-f0b092790f7d, rgb(0, 0, 0)) \",\n              \"--framer-paragraph-spacing\": \"0px\"\n            },\n            transition: transition,\n            verticalAlignment: \"top\",\n            withExternalLayout: true\n          }), /*#__PURE__*/_jsx(RichText, {\n            __fromCanvasComponent: true,\n            children: /*#__PURE__*/_jsx(React.Fragment, {\n              children: /*#__PURE__*/_jsx(motion.p, {\n                style: {\n                  \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                  \"--framer-font-size\": \"24px\",\n                  \"--framer-line-height\": \"1em\",\n                  \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                },\n                children: /*#__PURE__*/_jsx(Link, {\n                  href: {\n                    hash: \":XJhSGkQUx\",\n                    webPageId: \"TvGBGBZLF\"\n                  },\n                  openInNewTab: false,\n                  smoothScroll: true,\n                  children: /*#__PURE__*/_jsx(motion.a, {\n                    className: \"framer-styles-preset-aexbeb\",\n                    \"data-styles-preset\": \"stylesPresetLink\",\n                    children: \"Tech\"\n                  })\n                })\n              })\n            }),\n            className: \"framer-15n2fos\",\n            \"data-framer-name\": \"Tech\",\n            fonts: [\"GF;Inter-regular\"],\n            layoutDependency: layoutDependency,\n            layoutId: \"EHxt47G2Q\",\n            style: {\n              \"--extracted-r6o4lv\": \"var(--token-85fb4cf8-573f-47d6-9caa-f0b092790f7d, rgb(0, 0, 0)) \",\n              \"--framer-paragraph-spacing\": \"0px\"\n            },\n            transition: transition,\n            verticalAlignment: \"top\",\n            withExternalLayout: true\n          }), /*#__PURE__*/_jsx(RichText, {\n            __fromCanvasComponent: true,\n            children: /*#__PURE__*/_jsx(React.Fragment, {\n              children: /*#__PURE__*/_jsx(motion.p, {\n                style: {\n                  \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                  \"--framer-font-size\": \"24px\",\n                  \"--framer-line-height\": \"1em\",\n                  \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                },\n                children: /*#__PURE__*/_jsx(Link, {\n                  href: {\n                    hash: \":VUfaN8w4C\",\n                    webPageId: \"TvGBGBZLF\"\n                  },\n                  openInNewTab: false,\n                  smoothScroll: true,\n                  children: /*#__PURE__*/_jsx(motion.a, {\n                    className: \"framer-styles-preset-aexbeb\",\n                    \"data-styles-preset\": \"stylesPresetLink\",\n                    children: \"Clients\"\n                  })\n                })\n              })\n            }),\n            className: \"framer-osq96g\",\n            \"data-framer-name\": \"Clients\",\n            fonts: [\"GF;Inter-regular\"],\n            layoutDependency: layoutDependency,\n            layoutId: \"SE40WiTiR\",\n            style: {\n              \"--extracted-r6o4lv\": \"var(--token-85fb4cf8-573f-47d6-9caa-f0b092790f7d, rgb(0, 0, 0)) \",\n              \"--framer-paragraph-spacing\": \"0px\"\n            },\n            transition: transition,\n            verticalAlignment: \"top\",\n            withExternalLayout: true\n          }), /*#__PURE__*/_jsx(RichText, {\n            __fromCanvasComponent: true,\n            children: /*#__PURE__*/_jsx(React.Fragment, {\n              children: /*#__PURE__*/_jsx(motion.p, {\n                style: {\n                  \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                  \"--framer-font-size\": \"24px\",\n                  \"--framer-line-height\": \"1em\",\n                  \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                },\n                children: /*#__PURE__*/_jsx(Link, {\n                  href: {\n                    hash: \":TolfZppjc\",\n                    webPageId: \"TvGBGBZLF\"\n                  },\n                  openInNewTab: false,\n                  smoothScroll: true,\n                  children: /*#__PURE__*/_jsx(motion.a, {\n                    className: \"framer-styles-preset-aexbeb\",\n                    \"data-styles-preset\": \"stylesPresetLink\",\n                    children: \"Contact\"\n                  })\n                })\n              })\n            }),\n            className: \"framer-1wm99ij\",\n            \"data-framer-name\": \"Contact\",\n            fonts: [\"GF;Inter-regular\"],\n            layoutDependency: layoutDependency,\n            layoutId: \"K9PuB2sfs\",\n            style: {\n              \"--extracted-r6o4lv\": \"var(--token-85fb4cf8-573f-47d6-9caa-f0b092790f7d, rgb(0, 0, 0)) \",\n              \"--framer-paragraph-spacing\": \"0px\"\n            },\n            transition: transition,\n            verticalAlignment: \"top\",\n            withExternalLayout: true\n          })]\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-zLAtF [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-zLAtF .framer-1otu461 { display: block; }\", \".framer-zLAtF .framer-364nze { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 70px; justify-content: center; overflow: visible; padding: 26px 48px 26px 48px; position: relative; width: 1400px; }\", \".framer-zLAtF .framer-1ekbz3g, .framer-zLAtF .framer-8lz5xm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 40px 0px 30px 0px; position: relative; width: min-content; }\", \".framer-zLAtF .framer-19yf2o1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1300px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-zLAtF .framer-87o8hc { aspect-ratio: 1.4827586206896552 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); overflow: visible; position: relative; text-decoration: none; width: 52px; }\", \".framer-zLAtF .framer-120fvp0 { flex: none; height: 40px; overflow: visible; position: relative; width: 10px; }\", \".framer-zLAtF .framer-1e3ikye, .framer-zLAtF .framer-1a6n291, .framer-zLAtF .framer-1ih4yl7 { flex: 1 0 0px; height: 40px; overflow: visible; position: relative; width: 1px; }\", \".framer-zLAtF .framer-1ygd1ke { aspect-ratio: 8.859903381642512 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); position: relative; text-decoration: none; width: 221px; }\", \".framer-zLAtF .framer-qmpf5r { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 0px); overflow: visible; position: relative; width: 0px; }\", \".framer-zLAtF .framer-lr4lgg { bottom: 7px; flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; width: 24px; will-change: transform; }\", \".framer-zLAtF .framer-emk6m8 { flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 24px; will-change: transform; }\", \".framer-zLAtF .framer-we47i1 { flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; top: 7px; width: 24px; will-change: transform; }\", \".framer-zLAtF .framer-7turk0, .framer-zLAtF .framer-d192sb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-zLAtF .framer-1b2a0in-container, .framer-zLAtF .framer-1iczgxl-container { flex: none; height: auto; position: relative; width: auto; }\", \".framer-zLAtF .framer-j6m2to, .framer-zLAtF .framer-ft9674 { 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: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-zLAtF .framer-kbiub3, .framer-zLAtF .framer-1id1j3x, .framer-zLAtF .framer-ev020z, .framer-zLAtF .framer-vlm1c5, .framer-zLAtF .framer-1iou0jg, .framer-zLAtF .framer-1h9muvv, .framer-zLAtF .framer-1qnr6vi, .framer-zLAtF .framer-1yjdjhp, .framer-zLAtF .framer-3f1u32, .framer-zLAtF .framer-15n2fos, .framer-zLAtF .framer-osq96g, .framer-zLAtF .framer-1wm99ij { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zLAtF .framer-364nze, .framer-zLAtF .framer-1ekbz3g, .framer-zLAtF .framer-j6m2to, .framer-zLAtF .framer-ft9674, .framer-zLAtF .framer-8lz5xm { gap: 0px; } .framer-zLAtF .framer-364nze > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-zLAtF .framer-364nze > :first-child, .framer-zLAtF .framer-j6m2to > :first-child, .framer-zLAtF .framer-ft9674 > :first-child { margin-left: 0px; } .framer-zLAtF .framer-364nze > :last-child, .framer-zLAtF .framer-j6m2to > :last-child, .framer-zLAtF .framer-ft9674 > :last-child { margin-right: 0px; } .framer-zLAtF .framer-1ekbz3g > *, .framer-zLAtF .framer-8lz5xm > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-zLAtF .framer-1ekbz3g > :first-child, .framer-zLAtF .framer-8lz5xm > :first-child { margin-top: 0px; } .framer-zLAtF .framer-1ekbz3g > :last-child, .framer-zLAtF .framer-8lz5xm > :last-child { margin-bottom: 0px; } .framer-zLAtF .framer-j6m2to > *, .framer-zLAtF .framer-ft9674 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\", \".framer-zLAtF.framer-v-n1iz16 .framer-364nze { width: 1200px; }\", \".framer-zLAtF.framer-v-n1iz16 .framer-87o8hc, .framer-zLAtF.framer-v-n1iz16 .framer-1ygd1ke { z-index: 10; }\", \".framer-zLAtF.framer-v-n1iz16 .framer-1id1j3x { order: 3; }\", \".framer-zLAtF.framer-v-n1iz16 .framer-ev020z, .framer-zLAtF.framer-v-3alvvc .framer-120fvp0, .framer-zLAtF.framer-v-g0k7k1 .framer-120fvp0 { order: 1; }\", \".framer-zLAtF.framer-v-n1iz16 .framer-vlm1c5 { order: 2; }\", \".framer-zLAtF.framer-v-n1iz16 .framer-1h9muvv { order: 4; }\", \".framer-zLAtF.framer-v-2wkkjv .framer-364nze { padding: 26px 30px 26px 30px; width: 810px; }\", \".framer-zLAtF.framer-v-2wkkjv .framer-87o8hc { height: var(--framer-aspect-ratio-supported, 40px); width: 59px; }\", \".framer-zLAtF.framer-v-2wkkjv .framer-1ygd1ke { height: var(--framer-aspect-ratio-supported, 28px); width: 248px; }\", \".framer-zLAtF.framer-v-2wkkjv .framer-j6m2to { gap: 20px; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zLAtF.framer-v-2wkkjv .framer-j6m2to { gap: 0px; } .framer-zLAtF.framer-v-2wkkjv .framer-j6m2to > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-zLAtF.framer-v-2wkkjv .framer-j6m2to > :first-child { margin-left: 0px; } .framer-zLAtF.framer-v-2wkkjv .framer-j6m2to > :last-child { margin-right: 0px; } }\", \".framer-zLAtF.framer-v-3alvvc .framer-364nze { cursor: pointer; padding: 10px 10px 10px 10px; width: 390px; }\", \".framer-zLAtF.framer-v-3alvvc .framer-19yf2o1, .framer-zLAtF.framer-v-g0k7k1 .framer-19yf2o1 { flex: none; max-width: unset; width: 100%; }\", \".framer-zLAtF.framer-v-3alvvc .framer-87o8hc, .framer-zLAtF.framer-v-g0k7k1 .framer-87o8hc { height: var(--framer-aspect-ratio-supported, 28px); order: 0; width: 42px; }\", \".framer-zLAtF.framer-v-3alvvc .framer-1e3ikye, .framer-zLAtF.framer-v-g0k7k1 .framer-1e3ikye { align-self: stretch; height: auto; order: 3; }\", \".framer-zLAtF.framer-v-3alvvc .framer-1ygd1ke, .framer-zLAtF.framer-v-g0k7k1 .framer-1ygd1ke { height: var(--framer-aspect-ratio-supported, 20px); order: 2; width: 181px; }\", \".framer-zLAtF.framer-v-3alvvc .framer-qmpf5r, .framer-zLAtF.framer-v-g0k7k1 .framer-qmpf5r { height: var(--framer-aspect-ratio-supported, 32px); order: 4; width: 32px; }\", \".framer-zLAtF.framer-v-g0k7k1 .framer-364nze { cursor: pointer; flex-direction: column; height: min-content; padding: 15px 10px 10px 10px; width: 389px; }\", \".framer-zLAtF.framer-v-g0k7k1 .framer-lr4lgg { bottom: unset; top: calc(50.00000000000002% - 2px / 2); }\", \".framer-zLAtF.framer-v-g0k7k1 .framer-we47i1 { top: calc(50.00000000000002% - 2px / 2); }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zLAtF.framer-v-g0k7k1 .framer-364nze { gap: 0px; } .framer-zLAtF.framer-v-g0k7k1 .framer-364nze > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zLAtF.framer-v-g0k7k1 .framer-364nze > :first-child { margin-top: 0px; } .framer-zLAtF.framer-v-g0k7k1 .framer-364nze > :last-child { margin-bottom: 0px; } }\", ...sharedStyle.css, ...sharedStyle1.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         * @framerIntrinsicHeight 70\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         * @framerIntrinsicWidth 1400\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"hFmg2ee0p\":{\"layout\":[\"fixed\",\"fixed\"]},\"eG17XbGFe\":{\"layout\":[\"fixed\",\"fixed\"]},\"Pi0XEFq0N\":{\"layout\":[\"fixed\",\"fixed\"]},\"qKEB1W2NN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         */\nconst FramerZHNipVtE6 = withCSS(Component, css, \"framer-zLAtF\");\nexport default FramerZHNipVtE6;\nFramerZHNipVtE6.displayName = \"Header\";\nFramerZHNipVtE6.defaultProps = {\n  height: 70,\n  width: 1400\n};\naddPropertyControls(FramerZHNipVtE6, {\n  variant: {\n    options: [\"mPoOvgXG7\", \"hFmg2ee0p\", \"eG17XbGFe\", \"Pi0XEFq0N\", \"qKEB1W2NN\"],\n    optionTitles: [\"Large\", \"Desktop\", \"Tablet\", \"Phone\", \"Phone open\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  }\n});\naddFonts(FramerZHNipVtE6, [{\n  family: \"Inter\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/ZHNipVtE6:default\",\n    url: \"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZhrib2Bg-4.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZhrib2Bg-4.ttf\",\n  weight: \"400\"\n}, ...sharedStyle.fonts, ...sharedStyle1.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\": \"FramerZHNipVtE6\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"1400\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicHeight\": \"70\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hFmg2ee0p\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eG17XbGFe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Pi0XEFq0N\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qKEB1W2NN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./ZHNipVtE6.map", "import { fontStore } from \"framer\";\nfontStore.loadWebFontsFromSelectors([\"Inter-Bold\"]);\nexport const fonts = [];\nexport const css = ['.framer-p9w5V .framer-styles-preset-o3e5h0:not(.rich-text-wrapper), .framer-p9w5V .framer-styles-preset-o3e5h0.rich-text-wrapper h1, .framer-p9w5V .framer-styles-preset-o3e5h0.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Inter-Bold\", \"Inter\", sans-serif; --framer-font-size: 70px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -3px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, #020a36); --framer-text-decoration: none; --framer-text-transform: none; }', '@media (max-width: 1199px) and (min-width: 810px) { .framer-p9w5V .framer-styles-preset-o3e5h0:not(.rich-text-wrapper), .framer-p9w5V .framer-styles-preset-o3e5h0.rich-text-wrapper h1, .framer-p9w5V .framer-styles-preset-o3e5h0.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Inter-Bold\", \"Inter\", sans-serif; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -2.5px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, #020a36); --framer-text-decoration: none; --framer-text-transform: none; } }', '@media (max-width: 809px) and (min-width: 0px) { .framer-p9w5V .framer-styles-preset-o3e5h0:not(.rich-text-wrapper), .framer-p9w5V .framer-styles-preset-o3e5h0.rich-text-wrapper h1, .framer-p9w5V .framer-styles-preset-o3e5h0.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Inter-Bold\", \"Inter\", sans-serif; --framer-font-size: 38px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -2px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, #020a36); --framer-text-decoration: none; --framer-text-transform: none; } }'];\nexport const className = \"framer-p9w5V\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"fonts\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"css\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"className\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "import { fontStore } from \"framer\";\nfontStore.loadWebFontsFromSelectors([\"Inter-Bold\"]);\nexport const fonts = [];\nexport const css = ['.framer-U2GU9 .framer-styles-preset-1m9bzi2:not(.rich-text-wrapper), .framer-U2GU9 .framer-styles-preset-1m9bzi2.rich-text-wrapper h2, .framer-U2GU9 .framer-styles-preset-1m9bzi2.rich-text-wrapper [data-preset-tag=\"h2\"] { --framer-font-family: \"Inter-Bold\", \"Inter\", sans-serif; --framer-font-size: 60px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -3px; --framer-line-height: 56px; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, #020a36); --framer-text-decoration: none; --framer-text-transform: none; }', '@media (max-width: 1199px) and (min-width: 810px) { .framer-U2GU9 .framer-styles-preset-1m9bzi2:not(.rich-text-wrapper), .framer-U2GU9 .framer-styles-preset-1m9bzi2.rich-text-wrapper h2, .framer-U2GU9 .framer-styles-preset-1m9bzi2.rich-text-wrapper [data-preset-tag=\"h2\"] { --framer-font-family: \"Inter-Bold\", \"Inter\", sans-serif; --framer-font-size: 50px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -3px; --framer-line-height: 56px; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, #020a36); --framer-text-decoration: none; --framer-text-transform: none; } }', '@media (max-width: 809px) and (min-width: 0px) { .framer-U2GU9 .framer-styles-preset-1m9bzi2:not(.rich-text-wrapper), .framer-U2GU9 .framer-styles-preset-1m9bzi2.rich-text-wrapper h2, .framer-U2GU9 .framer-styles-preset-1m9bzi2.rich-text-wrapper [data-preset-tag=\"h2\"] { --framer-font-family: \"Inter-Bold\", \"Inter\", sans-serif; --framer-font-size: 45px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -1.6px; --framer-line-height: 48px; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, #020a36); --framer-text-decoration: none; --framer-text-transform: none; } }'];\nexport const className = \"framer-U2GU9\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"css\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"fonts\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"className\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "import { fontStore } from \"framer\";\nfontStore.loadWebFontsFromSelectors([\"Inter-Bold\"]);\nexport const fonts = [];\nexport const css = ['.framer-INRHq .framer-styles-preset-ci2ngw:not(.rich-text-wrapper), .framer-INRHq .framer-styles-preset-ci2ngw.rich-text-wrapper h3, .framer-INRHq .framer-styles-preset-ci2ngw.rich-text-wrapper [data-preset-tag=\"h3\"] { --framer-font-family: \"Inter-Bold\", \"Inter\", sans-serif; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -1.6px; --framer-line-height: 56px; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, #2047f4); --framer-text-decoration: none; --framer-text-transform: none; }', '@media (max-width: 1199px) and (min-width: 810px) { .framer-INRHq .framer-styles-preset-ci2ngw:not(.rich-text-wrapper), .framer-INRHq .framer-styles-preset-ci2ngw.rich-text-wrapper h3, .framer-INRHq .framer-styles-preset-ci2ngw.rich-text-wrapper [data-preset-tag=\"h3\"] { --framer-font-family: \"Inter-Bold\", \"Inter\", sans-serif; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -1.6px; --framer-line-height: 56px; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, #2047f4); --framer-text-decoration: none; --framer-text-transform: none; } }', '@media (max-width: 809px) and (min-width: 0px) { .framer-INRHq .framer-styles-preset-ci2ngw:not(.rich-text-wrapper), .framer-INRHq .framer-styles-preset-ci2ngw.rich-text-wrapper h3, .framer-INRHq .framer-styles-preset-ci2ngw.rich-text-wrapper [data-preset-tag=\"h3\"] { --framer-font-family: \"Inter-Bold\", \"Inter\", sans-serif; --framer-font-size: 35px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -1.6px; --framer-line-height: 56px; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, #2047f4); --framer-text-decoration: none; --framer-text-transform: none; } }'];\nexport const className = \"framer-INRHq\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"className\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"fonts\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"css\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "// Generated by Framer (55d768b)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, Image, Link, PropertyOverrides, removeHiddenBreakpointLayers, resolveLink, RichText, SVG, useActiveVariantCallback, useHydratedBreakpointVariants, useRouteElementId, useRouter, withCSS, withFX } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport FormSpark from \"https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/PlLMu0V3HsBupvdXeFrH/FormSpark.js\";\nimport HeroButton from \"https://framerusercontent.com/modules/cEO1zxMfRjUKc5eagd78/yT3WyJtXvOsR6oDJd3T0/PYNajPLv2.js\";\nimport FooterDark from \"https://framerusercontent.com/modules/GxHHcVQESvetrHStzq2z/BV0FKqdzAvziEc7v95yL/Yswujwe22.js\";\nimport Header from \"https://framerusercontent.com/modules/lUyndQVg1scxDgabz4cu/aRjyc6s8ZlW0cSwqnxoU/ZHNipVtE6.js\";\nimport * as sharedStyle3 from \"https://framerusercontent.com/modules/LIyt5opriKnS40bWPiQP/GVQqrfEEEUHIHhfwBuaR/ro7OPezbn.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/yTS2CO2vrVmLskbCGB3S/Rk8OAWGZlAFJ46qERr2w/stylesPresetHeading1.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/2EQSsjat85kBR6pdPk8N/K4QNKLX7nIcHV8O0kbds/stylesPresetHeading2.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/KkViKyLtxSrxb1n8tUQL/vYCQxr0CiI7DM2eNyEJ5/stylesPresetHeading3.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/liC2kGQ8hv1UZFIOOX9M/cLyp3qGMF5K6p3kGLEqF/TvGBGBZLF.js\";\nconst HeaderFonts = getFonts(Header);\nconst RichTextWithFX = withFX(RichText);\nconst HeroButtonFonts = getFonts(HeroButton);\nconst MotionDivWithFX = withFX(motion.div);\nconst ImageWithFX = withFX(Image);\nconst FormSparkFonts = getFonts(FormSpark);\nconst FooterDarkFonts = getFonts(FooterDark);\nconst cycleOrder = [\"cMHPOAOCT\", \"AXpyekt7t\", \"tcRWptpXV\", \"B84yZlzJS\"];\nconst breakpoints = {\n  AXpyekt7t: \"(min-width: 810px) and (max-width: 1199px)\",\n  B84yZlzJS: \"(min-width: 1400px)\",\n  cMHPOAOCT: \"(min-width: 1200px) and (max-width: 1399px)\",\n  tcRWptpXV: \"(max-width: 809px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst variantClassNames = {\n  AXpyekt7t: \"framer-v-1b3903f\",\n  B84yZlzJS: \"framer-v-1rlipqf\",\n  cMHPOAOCT: \"framer-v-9grqb5\",\n  tcRWptpXV: \"framer-v-hkgcbs\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"cMHPOAOCT\", breakpoints, variantClassNames);\n}\nconst humanReadableVariantMap = {\n  \"Large Desktop\": \"B84yZlzJS\",\n  Desktop: \"cMHPOAOCT\",\n  Phone: \"tcRWptpXV\",\n  Tablet: \"AXpyekt7t\"\n};\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nconst animation = {\n  opacity: 0,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  x: 0,\n  y: 40\n};\nconst transition1 = {\n  damping: 60,\n  delay: 0,\n  mass: 1,\n  stiffness: 500,\n  type: \"spring\"\n};\nconst animation1 = {\n  opacity: 0,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition1,\n  x: 0,\n  y: 40\n};\nconst transition2 = {\n  damping: 60,\n  delay: .1,\n  mass: 3.6,\n  stiffness: 500,\n  type: \"spring\"\n};\nconst animation2 = {\n  opacity: 0,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition2,\n  x: 0,\n  y: 40\n};\nconst transition3 = {\n  damping: 60,\n  delay: .2,\n  mass: 3.6,\n  stiffness: 240,\n  type: \"spring\"\n};\nconst animation3 = {\n  opacity: 0,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition3,\n  x: 0,\n  y: 40\n};\nconst transformTemplate = (_, t) => `perspective(1200px) ${t}`;\nconst animation4 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 32,\n  rotateY: 0,\n  scale: 1,\n  x: 0,\n  y: 0\n};\nconst transition4 = {\n  damping: 60,\n  delay: 0,\n  mass: 1,\n  stiffness: 240,\n  type: \"spring\"\n};\nconst animation5 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 32,\n  rotateY: 0,\n  scale: 1,\n  transition: transition4,\n  x: 0,\n  y: 0\n};\nconst animation6 = {\n  opacity: 0,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  x: 150,\n  y: 0\n};\nconst transition5 = {\n  damping: 60,\n  delay: 0,\n  mass: 10,\n  stiffness: 200,\n  type: \"spring\"\n};\nconst animation7 = {\n  opacity: 0,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition5,\n  x: 150,\n  y: 0\n};\nconst animation8 = {\n  opacity: 0,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: .5,\n  x: 0,\n  y: 100\n};\nconst transition6 = {\n  damping: 40,\n  delay: 0,\n  mass: 1,\n  stiffness: 200,\n  type: \"spring\"\n};\nconst animation9 = {\n  opacity: 0,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: .5,\n  transition: transition6,\n  x: 0,\n  y: 100\n};\nconst metadata = metadataProvider();\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"cMHPOAOCT\",\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  React.useLayoutEffect(() => {\n    const metadata1 = metadataProvider();\n    document.title = metadata1.title || \"\";\n    if (metadata1.viewport) {\n      var ref;\n      (ref = document.querySelector('meta[name=\"viewport\"]')) === null || ref === void 0 ? void 0 : ref.setAttribute(\"content\", metadata1.viewport);\n    }\n    if (metadata1.bodyClassName) {\n      Array.from(document.body.classList).filter(c => c.startsWith(\"framer-body-\")).map(c => document.body.classList.remove(c));\n      document.body.classList.add(metadata1.bodyClassName);\n    }\n  }, []);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(undefined);\n  const tap21axi1yk = activeVariantCallback(async (...args) => {\n    window.open(\"https://www.framer.com/sites\", \"_blank\", \"noopener\");\n  });\n  const id1 = useRouteElementId(\"nTrsClBLW\");\n  const ref1 = React.useRef(null);\n  const router = useRouter();\n  const isDisplayed = () => {\n    if ([\"AXpyekt7t\", \"tcRWptpXV\"].includes(baseVariant)) return !isBrowser();\n    return true;\n  };\n  const id2 = useRouteElementId(\"iHyOPoy4N\");\n  const ref2 = React.useRef(null);\n  const isDisplayed1 = () => {\n    if (baseVariant === \"tcRWptpXV\") return !isBrowser();\n    return true;\n  };\n  const isDisplayed2 = () => {\n    if (baseVariant === \"tcRWptpXV\") return true;\n    return !isBrowser();\n  };\n  const id3 = useRouteElementId(\"XJhSGkQUx\");\n  const ref3 = React.useRef(null);\n  const id4 = useRouteElementId(\"VUfaN8w4C\");\n  const ref4 = React.useRef(null);\n  const id5 = useRouteElementId(\"TolfZppjc\");\n  const ref5 = React.useRef(null);\n  const isDisplayed3 = () => {\n    if (baseVariant === \"B84yZlzJS\") return !isBrowser();\n    return true;\n  };\n  const id6 = useRouteElementId(\"mTxdHiomh\");\n  const ref6 = React.useRef(null);\n  const isDisplayed4 = () => {\n    if (baseVariant === \"B84yZlzJS\") return true;\n    return !isBrowser();\n  };\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"cMHPOAOCT\",\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-MfP9S\", sharedStyle.className, sharedStyle1.className, sharedStyle2.className, sharedStyle3.className),\n        style: {\n          display: \"contents\"\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-9grqb5\", className),\n          ref: ref,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsx(Container, {\n            className: \"framer-gyqcmb-container\",\n            layoutScroll: true,\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                AXpyekt7t: {\n                  variant: \"eG17XbGFe\"\n                },\n                B84yZlzJS: {\n                  variant: \"mPoOvgXG7\"\n                },\n                tcRWptpXV: {\n                  variant: \"Pi0XEFq0N\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(Header, {\n                height: \"100%\",\n                id: \"uhFqt2bRv\",\n                layoutId: \"uhFqt2bRv\",\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                },\n                variant: \"hFmg2ee0p\",\n                width: \"100%\"\n              })\n            })\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-140mewi\",\n            \"data-framer-name\": \"Hero\",\n            id: id1,\n            name: \"Hero\",\n            ref: ref1,\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-g082l5\",\n              children: [/*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-w9hm45\",\n                children: [/*#__PURE__*/_jsx(RichTextWithFX, {\n                  __framer__animate: {\n                    transition: transition1\n                  },\n                  __framer__animateOnce: true,\n                  __framer__enter: animation,\n                  __framer__exit: animation1,\n                  __framer__styleAppearEffectEnabled: true,\n                  __framer__threshold: .5,\n                  __fromCanvasComponent: true,\n                  __perspectiveFX: false,\n                  __targetOpacity: 1,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h1\", {\n                      className: \"framer-styles-preset-o3e5h0\",\n                      \"data-styles-preset\": \"stylesPresetHeading1\",\n                      style: {\n                        \"--framer-text-alignment\": \"center\"\n                      },\n                      children: \"We bring your ideas to life.\"\n                    })\n                  }),\n                  className: \"framer-16bwndv\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    AXpyekt7t: {\n                      children: /*#__PURE__*/_jsxs(React.Fragment, {\n                        children: [/*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                            \"--framer-font-size\": \"26px\",\n                            \"--framer-letter-spacing\": \"-1px\",\n                            \"--framer-line-height\": \"1.5em\",\n                            \"--framer-text-alignment\": \"center\",\n                            \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                          },\n                          children: \"Software development studio.\"\n                        }), /*#__PURE__*/_jsxs(\"p\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                            \"--framer-font-size\": \"26px\",\n                            \"--framer-letter-spacing\": \"-1px\",\n                            \"--framer-line-height\": \"1.5em\",\n                            \"--framer-text-alignment\": \"center\",\n                            \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                          },\n                          children: [\"We are specialized in \", /*#__PURE__*/_jsx(\"strong\", {\n                            children: \"Web Development\"\n                          }), \", \", /*#__PURE__*/_jsx(\"strong\", {\n                            children: \"APIs\"\n                          }), \", \", /*#__PURE__*/_jsx(\"strong\", {\n                            children: \"Mobile\"\n                          }), \" & \", /*#__PURE__*/_jsx(\"strong\", {\n                            children: \"SEO\"\n                          }), \".\"]\n                        })]\n                      })\n                    },\n                    B84yZlzJS: {\n                      children: /*#__PURE__*/_jsxs(React.Fragment, {\n                        children: [/*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                            \"--framer-font-family\": '\"Inter\", \"Inter Placeholder\", sans-serif',\n                            \"--framer-font-size\": \"30px\",\n                            \"--framer-letter-spacing\": \"-1px\",\n                            \"--framer-line-height\": \"1.5em\",\n                            \"--framer-text-alignment\": \"center\",\n                            \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                          },\n                          children: \"Software development studio.\"\n                        }), /*#__PURE__*/_jsxs(\"p\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                            \"--framer-font-family\": '\"Inter\", \"Inter Placeholder\", sans-serif',\n                            \"--framer-font-size\": \"30px\",\n                            \"--framer-letter-spacing\": \"-1px\",\n                            \"--framer-line-height\": \"1.5em\",\n                            \"--framer-text-alignment\": \"center\",\n                            \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                          },\n                          children: [\"We are specialized in \", /*#__PURE__*/_jsx(\"strong\", {\n                            children: \"Web Development\"\n                          }), \", \", /*#__PURE__*/_jsx(\"strong\", {\n                            children: \"APIs\"\n                          }), \", \", /*#__PURE__*/_jsx(\"strong\", {\n                            children: \"Mobile\"\n                          }), \" & \", /*#__PURE__*/_jsx(\"strong\", {\n                            children: \"SEO\"\n                          }), \".\"]\n                        })]\n                      })\n                    },\n                    tcRWptpXV: {\n                      children: /*#__PURE__*/_jsxs(React.Fragment, {\n                        children: [/*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                            \"--framer-font-size\": \"18px\",\n                            \"--framer-letter-spacing\": \"-1px\",\n                            \"--framer-line-height\": \"1.5em\",\n                            \"--framer-text-alignment\": \"center\",\n                            \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                          },\n                          children: \"Software development studio.\"\n                        }), /*#__PURE__*/_jsxs(\"p\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                            \"--framer-font-size\": \"18px\",\n                            \"--framer-letter-spacing\": \"-1px\",\n                            \"--framer-line-height\": \"1.5em\",\n                            \"--framer-text-alignment\": \"center\",\n                            \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                          },\n                          children: [\"We are specialized in \", /*#__PURE__*/_jsx(\"strong\", {\n                            children: \"Web Development\"\n                          }), \", \", /*#__PURE__*/_jsx(\"strong\", {\n                            children: \"APIs\"\n                          }), \", \", /*#__PURE__*/_jsx(\"strong\", {\n                            children: \"Mobile\"\n                          }), \" & \", /*#__PURE__*/_jsx(\"strong\", {\n                            children: \"SEO\"\n                          }), \".\"]\n                        })]\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichTextWithFX, {\n                    __framer__animate: {\n                      transition: transition2\n                    },\n                    __framer__animateOnce: true,\n                    __framer__enter: animation,\n                    __framer__exit: animation2,\n                    __framer__styleAppearEffectEnabled: true,\n                    __framer__threshold: .5,\n                    __fromCanvasComponent: true,\n                    __perspectiveFX: false,\n                    __targetOpacity: 1,\n                    children: /*#__PURE__*/_jsxs(React.Fragment, {\n                      children: [/*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                          \"--framer-font-size\": \"30px\",\n                          \"--framer-letter-spacing\": \"-1px\",\n                          \"--framer-line-height\": \"1.5em\",\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                        },\n                        children: \"Software development studio.\"\n                      }), /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                          \"--framer-font-size\": \"30px\",\n                          \"--framer-letter-spacing\": \"-1px\",\n                          \"--framer-line-height\": \"1.5em\",\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                        },\n                        children: [\"We are specialized in \", /*#__PURE__*/_jsx(\"strong\", {\n                          children: \"Web Development\"\n                        }), \", \", /*#__PURE__*/_jsx(\"strong\", {\n                          children: \"APIs\"\n                        }), \", \", /*#__PURE__*/_jsx(\"strong\", {\n                          children: \"Mobile\"\n                        }), \" & \", /*#__PURE__*/_jsx(\"strong\", {\n                          children: \"SEO\"\n                        }), \".\"]\n                      })]\n                    }),\n                    className: \"framer-13oix7o\",\n                    fonts: [\"GF;Inter-regular\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                })]\n              }), /*#__PURE__*/_jsx(MotionDivWithFX, {\n                __framer__animate: {\n                  transition: transition3\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation,\n                __framer__exit: animation3,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: .5,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                className: \"framer-1328cpg\",\n                transformTemplate: transformTemplate,\n                children: /*#__PURE__*/_jsx(Container, {\n                  className: \"framer-7oy16j-container\",\n                  children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      tcRWptpXV: {\n                        variant: \"GXI5D93Tl\"\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(HeroButton, {\n                      height: \"100%\",\n                      id: \"z06x3A7Fc\",\n                      layoutId: \"z06x3A7Fc\",\n                      link: resolveLink({\n                        hash: \":TolfZppjc\",\n                        webPageId: \"TvGBGBZLF\"\n                      }, router),\n                      title: \"let's talk about your idea\",\n                      variant: \"aegyYGMso\",\n                      width: \"100%\"\n                    })\n                  })\n                })\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-kwqss\",\n              children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  AXpyekt7t: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 1197,\n                      intrinsicWidth: 1614.5,\n                      pixelHeight: 2394,\n                      pixelWidth: 3229,\n                      sizes: \"min((100vw - 96px) * 0.9994, 714px)\",\n                      src: new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=2048\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg\").href} 3229w`\n                    }\n                  },\n                  B84yZlzJS: {\n                    __framer__animateOnce: true,\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 1197,\n                      intrinsicWidth: 1614.5,\n                      pixelHeight: 2394,\n                      pixelWidth: 3229,\n                      sizes: \"min(min(100vw - 96px, 1306px) * 0.9994, 1200px)\",\n                      src: new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=2048\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg\").href} 3229w`\n                    }\n                  },\n                  tcRWptpXV: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 1197,\n                      intrinsicWidth: 1614.5,\n                      pixelHeight: 2394,\n                      pixelWidth: 3229,\n                      sizes: \"min(100vw - 48px, 400px)\",\n                      src: new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=2048\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg\").href} 3229w`\n                    }\n                  }\n                },\n                children: /*#__PURE__*/_jsx(ImageWithFX, {\n                  __framer__animate: {\n                    transition: transition4\n                  },\n                  __framer__animateOnce: false,\n                  __framer__enter: animation4,\n                  __framer__exit: animation5,\n                  __framer__styleAppearEffectEnabled: true,\n                  __framer__threshold: .5,\n                  __perspectiveFX: false,\n                  __targetOpacity: 1,\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 1197,\n                    intrinsicWidth: 1614.5,\n                    pixelHeight: 2394,\n                    pixelWidth: 3229,\n                    sizes: \"min((100vw - 96px) * 0.9994, 1200px)\",\n                    src: new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=2048\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg\").href} 3229w`\n                  },\n                  className: \"framer-1njz3ar\",\n                  \"data-framer-name\": \"mockup_dashboard\",\n                  name: \"mockup_dashboard\",\n                  transformTemplate: transformTemplate\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  AXpyekt7t: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 426,\n                      intrinsicWidth: 207,\n                      pixelHeight: 852,\n                      pixelWidth: 414,\n                      sizes: \"236px\",\n                      src: new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href} 248w, ${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png\").href} 414w`\n                    }\n                  },\n                  B84yZlzJS: {\n                    __framer__animateOnce: true\n                  },\n                  tcRWptpXV: {\n                    __framer__styleAppearEffectEnabled: undefined,\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 426,\n                      intrinsicWidth: 207,\n                      pixelHeight: 852,\n                      pixelWidth: 414,\n                      sizes: \"101px\",\n                      src: new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href} 248w, ${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png\").href} 414w`\n                    },\n                    transformTemplate: undefined\n                  }\n                },\n                children: /*#__PURE__*/_jsx(ImageWithFX, {\n                  __framer__animate: {\n                    transition: transition5\n                  },\n                  __framer__animateOnce: false,\n                  __framer__enter: animation6,\n                  __framer__exit: animation7,\n                  __framer__styleAppearEffectEnabled: true,\n                  __framer__threshold: .5,\n                  __perspectiveFX: false,\n                  __targetOpacity: 1,\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 426,\n                    intrinsicWidth: 207,\n                    pixelHeight: 852,\n                    pixelWidth: 414,\n                    sizes: \"300px\",\n                    src: new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href} 248w, ${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png\").href} 414w`\n                  },\n                  className: \"framer-1tniccl\",\n                  \"data-framer-name\": \"mockup_iphone\",\n                  name: \"mockup_iphone\",\n                  transformTemplate: transformTemplate\n                })\n              })]\n            })]\n          }), /*#__PURE__*/_jsxs(MotionDivWithFX, {\n            __framer__animate: {\n              transition: transition1\n            },\n            __framer__animateOnce: true,\n            __framer__enter: animation,\n            __framer__exit: animation1,\n            __framer__styleAppearEffectEnabled: true,\n            __framer__threshold: .5,\n            __perspectiveFX: false,\n            __targetOpacity: 1,\n            className: \"framer-ltcaj2\",\n            children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                tcRWptpXV: {\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      style: {\n                        \"--framer-letter-spacing\": \"-0.3px\",\n                        \"--framer-line-height\": \"32px\",\n                        \"--framer-text-alignment\": \"center\",\n                        \"--framer-text-color\": \"rgb(153, 153, 153)\"\n                      },\n                      children: \"Top level companies we have been working with\"\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                      \"--framer-font-size\": \"18px\",\n                      \"--framer-letter-spacing\": \"-0.3px\",\n                      \"--framer-line-height\": \"32px\",\n                      \"--framer-text-alignment\": \"center\",\n                      \"--framer-text-color\": \"rgb(153, 153, 153)\"\n                    },\n                    children: \"Top level companies we have been working with\"\n                  })\n                }),\n                className: \"framer-efu2xa\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-10pgp5x\",\n              children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  tcRWptpXV: {\n                    background: {\n                      alt: \"\",\n                      fit: \"stretch\",\n                      sizes: \"115.5px\",\n                      src: new URL(\"https://framerusercontent.com/images/7rYuQcRlGpgAttQXWdkwXTDDus.png\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/7rYuQcRlGpgAttQXWdkwXTDDus.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/7rYuQcRlGpgAttQXWdkwXTDDus.png\").href} 880w`\n                    }\n                  }\n                },\n                children: /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"stretch\",\n                    loading: \"lazy\",\n                    sizes: \"115.5px\",\n                    src: new URL(\"https://framerusercontent.com/images/7rYuQcRlGpgAttQXWdkwXTDDus.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/7rYuQcRlGpgAttQXWdkwXTDDus.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/7rYuQcRlGpgAttQXWdkwXTDDus.png\").href} 880w`\n                  },\n                  className: \"framer-pw67vx\",\n                  \"data-framer-name\": \"Explainvisually\",\n                  name: \"Explainvisually\"\n                })\n              }), /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-12a8s0n\",\n                \"data-framer-name\": \"Safetransfer\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 55,\n                intrinsicWidth: 346,\n                name: \"Safetransfer\",\n                svg: '<svg width=\"346\" height=\"55\" viewBox=\"0 0 346 55\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M67.6065 47.3162C65.1999 47.3162 62.96 47.0385 60.8866 46.4832C58.8132 45.9278 57.0916 45.1688 55.7217 44.2061L57.721 38.7636C59.0909 39.6151 60.6459 40.3001 62.3861 40.8184C64.1632 41.2997 65.9219 41.5404 67.6621 41.5404C69.2171 41.5404 70.3648 41.2997 71.1053 40.8184C71.8458 40.3001 72.2161 39.6336 72.2161 38.8191C72.2161 37.5232 71.2719 36.7087 69.3837 36.3755L63.5523 35.3203C61.2198 34.913 59.4426 34.08 58.2208 32.8211C56.999 31.5623 56.3881 29.9147 56.3881 27.8784C56.3881 26.0272 56.9065 24.4351 57.9431 23.1022C58.9798 21.7693 60.4053 20.7327 62.2195 19.9922C64.0337 19.2517 66.1255 18.8814 68.4951 18.8814C70.4574 18.8814 72.3642 19.1406 74.2154 19.659C76.0666 20.1403 77.6587 20.9178 78.9915 21.9915L76.8811 27.3785C75.7704 26.564 74.4375 25.8976 72.8825 25.3792C71.3645 24.8609 69.9391 24.6017 68.6062 24.6017C66.9401 24.6017 65.7368 24.8794 64.9963 25.4348C64.2558 25.9531 63.8856 26.6195 63.8856 27.4341C63.8856 28.7299 64.7556 29.5445 66.4958 29.8777L72.3271 30.9329C74.7337 31.3402 76.5664 32.1547 77.8253 33.3765C79.0841 34.5613 79.7135 36.1904 79.7135 38.2637C79.7135 41.1146 78.6028 43.3361 76.3813 44.9281C74.1598 46.5202 71.2349 47.3162 67.6065 47.3162Z\" fill=\"#BFBFBF\"/>\\n<path d=\"M90.6646 47.3162C88.6283 47.3162 86.8326 46.9274 85.2776 46.1499C83.7226 45.3724 82.4822 44.3172 81.5566 42.9843C80.668 41.6515 80.2237 40.152 80.2237 38.4859C80.2237 36.5236 80.7421 34.95 81.7788 33.7653C82.8155 32.5805 84.5001 31.7474 86.8326 31.2661C89.1651 30.7478 92.2567 30.4886 96.1072 30.4886H98.1065V29.5445C98.1065 27.9154 97.7363 26.7676 96.9958 26.1012C96.2553 25.3977 94.9965 25.046 93.2193 25.046C91.7383 25.046 90.1648 25.2867 88.4987 25.768C86.8696 26.2123 85.2406 26.8972 83.6115 27.8228L81.3345 22.2136C82.2971 21.5842 83.4634 21.0103 84.8333 20.492C86.2402 19.9737 87.7027 19.5849 89.2207 19.3257C90.7387 19.0295 92.1826 18.8814 93.5525 18.8814C97.7733 18.8814 100.92 19.8441 102.994 21.7693C105.067 23.6576 106.104 26.601 106.104 30.5997V46.7053H98.2732V42.5956C97.7178 44.0395 96.7737 45.1873 95.4408 46.0389C94.1449 46.8904 92.5529 47.3162 90.6646 47.3162ZM92.5529 41.707C94.1079 41.707 95.4223 41.1701 96.496 40.0964C97.5697 39.0227 98.1065 37.6343 98.1065 35.9312V34.8205H96.1628C93.3119 34.8205 91.294 35.0796 90.1093 35.598C88.9245 36.0793 88.3321 36.9309 88.3321 38.1527C88.3321 39.1893 88.6838 40.0409 89.3873 40.7073C90.1278 41.3738 91.183 41.707 92.5529 41.707Z\" fill=\"#BFBFBF\"/>\\n<path d=\"M111.045 46.7053V25.7124H105.88V19.4368H111.045C111.119 15.5863 112.23 12.6984 114.377 10.7731C116.562 8.8108 119.875 7.70007 124.318 7.4409L127.373 7.21875L127.873 13.3278L125.263 13.4944C123.115 13.6055 121.597 14.0683 120.709 14.8828C119.857 15.6603 119.431 16.8636 119.431 18.4927V19.4368H126.54V25.7124H119.431V46.7053H111.045Z\" fill=\"#BFBFBF\"/>\\n<path d=\"M140.967 47.3162C137.746 47.3162 134.969 46.7423 132.637 45.5946C130.341 44.4098 128.564 42.7622 127.305 40.6518C126.084 38.5044 125.473 35.9867 125.473 33.0988C125.473 30.285 126.065 27.8228 127.25 25.7124C128.472 23.565 130.119 21.8989 132.193 20.7142C134.303 19.4923 136.728 18.8814 139.468 18.8814C143.429 18.8814 146.577 20.1403 148.909 22.6579C151.242 25.1386 152.408 28.5078 152.408 32.7656V34.876H133.47C133.766 37.0234 134.544 38.597 135.802 39.5966C137.098 40.5592 138.875 41.0406 141.134 41.0406C142.615 41.0406 144.114 40.8184 145.632 40.3741C147.15 39.9298 148.52 39.2449 149.742 38.3193L151.964 43.9285C150.594 44.9652 148.909 45.7982 146.91 46.4276C144.947 47.02 142.967 47.3162 140.967 47.3162ZM139.801 24.4351C138.024 24.4351 136.58 24.972 135.469 26.0457C134.396 27.1194 133.729 28.6189 133.47 30.5441H145.466C145.244 26.4715 143.355 24.4351 139.801 24.4351Z\" fill=\"#BFBFBF\"/>\\n<path d=\"M168.782 47.3162C164.635 47.3162 161.562 46.3536 159.562 44.4283C157.563 42.503 156.563 39.5966 156.563 35.709V26.6566H151.454V19.3813H156.563V11.4395H166.449V19.3813H174.224V26.6566H166.449V35.3758C166.449 38.0416 167.8 39.3745 170.503 39.3745C170.947 39.3745 171.429 39.3374 171.947 39.2634C172.502 39.1523 173.113 39.0042 173.78 38.8191L175.113 45.9278C174.261 46.3721 173.261 46.7053 172.114 46.9274C170.966 47.1866 169.855 47.3162 168.782 47.3162Z\" fill=\"#BFBFBF\"/>\\n<path d=\"M175.23 46.7053V19.3813H184.838V23.9908C186.097 20.8437 188.818 19.1221 193.002 18.8259L195.723 18.6038L196.279 26.9343L190.891 27.4341C188.929 27.6192 187.504 28.1746 186.615 29.1002C185.727 29.9888 185.282 31.3217 185.282 33.0988V46.7053H175.23Z\" fill=\"#BFBFBF\"/>\\n<path d=\"M205.852 47.3162C203.741 47.3162 201.872 46.9274 200.243 46.1499C198.651 45.3724 197.392 44.3172 196.466 42.9843C195.578 41.6144 195.133 40.0594 195.133 38.3193C195.133 36.357 195.652 34.8019 196.688 33.6542C197.725 32.4694 199.391 31.6364 201.687 31.155C203.982 30.6367 207.037 30.3775 210.85 30.3775H212.96V29.6C212.96 28.2671 212.609 27.323 211.905 26.7676C211.239 26.2123 210.073 25.9346 208.406 25.9346C207 25.9346 205.445 26.1567 203.741 26.601C202.038 27.0453 200.372 27.7303 198.743 28.6559L196.244 22.1581C197.17 21.4917 198.354 20.8993 199.798 20.3809C201.242 19.8626 202.76 19.4738 204.352 19.2147C205.944 18.9185 207.444 18.7704 208.851 18.7704C213.405 18.7704 216.774 19.7515 218.958 21.7138C221.18 23.6761 222.291 26.7676 222.291 30.9884V46.7053H213.072V42.8177C212.59 44.2247 211.72 45.3354 210.461 46.1499C209.203 46.9274 207.666 47.3162 205.852 47.3162ZM208.073 40.874C209.443 40.874 210.591 40.4297 211.517 39.5411C212.479 38.6525 212.96 37.4862 212.96 36.0423V35.0426H210.85C208.666 35.0426 207.055 35.2833 206.018 35.7646C205.019 36.2089 204.519 36.9309 204.519 37.9305C204.519 38.7821 204.815 39.4855 205.408 40.0409C206.037 40.5963 206.926 40.874 208.073 40.874Z\" fill=\"#BFBFBF\"/>\\n<path d=\"M222.829 46.7053V19.3813H232.437V23.1022C233.399 21.6953 234.64 20.6216 236.158 19.8811C237.676 19.1406 239.379 18.7704 241.267 18.7704C244.525 18.7704 246.932 19.733 248.487 21.6583C250.079 23.5835 250.875 26.5455 250.875 30.5441V46.7053H240.989V30.9329C240.989 29.2668 240.693 28.082 240.101 27.3785C239.545 26.6751 238.712 26.3234 237.602 26.3234C236.121 26.3234 234.936 26.8047 234.047 27.7673C233.159 28.6929 232.714 29.9517 232.714 31.5438V46.7053H222.829Z\" fill=\"#BFBFBF\"/>\\n<path d=\"M263.599 47.3162C261.081 47.3162 258.749 47.057 256.601 46.5387C254.491 46.0203 252.695 45.2984 251.214 44.3728L253.491 37.986C254.861 38.7636 256.453 39.4115 258.268 39.9298C260.082 40.4111 261.877 40.6518 263.655 40.6518C265.024 40.6518 266.006 40.4667 266.598 40.0964C267.19 39.6892 267.487 39.1708 267.487 38.5414C267.487 37.986 267.283 37.5788 266.876 37.3196C266.505 37.0234 265.969 36.8013 265.265 36.6532L259.101 35.6535C256.805 35.2833 255.028 34.4502 253.769 33.1544C252.51 31.8585 251.881 30.1739 251.881 28.1005C251.881 26.1753 252.418 24.5277 253.491 23.1578C254.565 21.7508 256.065 20.6771 257.99 19.9366C259.915 19.1591 262.118 18.7704 264.599 18.7704C266.561 18.7704 268.505 19.011 270.43 19.4923C272.355 19.9366 274.04 20.6771 275.484 21.7138L273.04 27.9895C271.967 27.249 270.634 26.6381 269.042 26.1567C267.45 25.6384 266.024 25.3792 264.765 25.3792C263.247 25.3792 262.174 25.6014 261.544 26.0457C260.915 26.4529 260.6 26.9528 260.6 27.5452C260.6 28.5448 261.285 29.1557 262.655 29.3779L268.82 30.4331C271.189 30.8033 273.003 31.6178 274.262 32.8767C275.558 34.0985 276.206 35.7646 276.206 37.875C276.206 40.874 275.058 43.2065 272.763 44.8726C270.467 46.5017 267.413 47.3162 263.599 47.3162Z\" fill=\"#BFBFBF\"/>\\n<path d=\"M280.839 46.7053V26.6566H275.674V19.3813H280.839C281.024 15.5307 282.265 12.6428 284.56 10.7176C286.856 8.75526 290.336 7.64453 295.001 7.38536L298.333 7.21875L298.889 14.2719L296.334 14.4385C294.186 14.5866 292.705 14.9754 291.891 15.6048C291.113 16.2342 290.725 17.2153 290.725 18.5482V19.3813H297.611V26.6566H290.725V46.7053H280.839Z\" fill=\"#BFBFBF\"/>\\n<path d=\"M312.64 47.3162C309.307 47.3162 306.419 46.7423 303.976 45.5946C301.569 44.4098 299.718 42.7437 298.422 40.5963C297.126 38.4489 296.478 35.9127 296.478 32.9878C296.478 30.2109 297.089 27.7488 298.311 25.6014C299.57 23.454 301.273 21.7879 303.42 20.6031C305.605 19.3813 308.086 18.7704 310.862 18.7704C313.602 18.7704 315.972 19.3442 317.971 20.492C320.007 21.6398 321.562 23.2874 322.636 25.4348C323.747 27.5452 324.302 30.0258 324.302 32.8767V35.0426H305.92C306.253 36.8198 306.993 38.0971 308.141 38.8746C309.289 39.6521 310.881 40.0409 312.917 40.0409C314.324 40.0409 315.787 39.8373 317.305 39.43C318.86 38.9857 320.23 38.3563 321.414 37.5418L323.858 44.0395C322.451 45.0392 320.729 45.8352 318.693 46.4276C316.657 47.02 314.639 47.3162 312.64 47.3162ZM311.307 25.1571C309.826 25.1571 308.604 25.6014 307.641 26.49C306.716 27.3785 306.123 28.6744 305.864 30.3775H316.194C316.083 28.6374 315.601 27.3415 314.75 26.49C313.935 25.6014 312.788 25.1571 311.307 25.1571Z\" fill=\"#BFBFBF\"/>\\n<path d=\"M324.951 46.7053V19.3813H334.559V23.9908C335.818 20.8437 338.539 19.1221 342.723 18.8259L345.444 18.6038L346 26.9343L340.613 27.4341C338.65 27.6192 337.225 28.1746 336.336 29.1002C335.448 29.9888 335.003 31.3217 335.003 33.0988V46.7053H324.951Z\" fill=\"#BFBFBF\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.6357 0C17.1593 6.07065 10.0811 10.0645 0 11.9501C0 14.2181 2.22032 24.9758 2.5739 26.5971C2.62162 26.8159 2.68846 27.0835 2.7684 27.3828L4.14211 27.7502C4.50631 27.8295 5.1336 27.9244 5.82775 27.9574C6.52326 27.9905 7.2817 27.9612 7.90871 27.7941L7.91035 27.7937L7.91201 27.7933C9.19825 27.5341 10.5529 27.6169 11.0888 27.7157C12.1084 27.8437 13.8228 28.276 15.4991 28.7792C15.7321 28.0382 16.0581 27.9426 16.4195 28.0519L17.0621 28.2462C17.2931 28.3161 17.6042 28.6566 17.3434 29.3672C18.045 29.6052 18.6814 29.8396 19.1839 30.0484C19.2672 30.0743 19.3787 30.142 19.5079 30.2357C19.6402 30.3318 19.7966 30.4594 19.9688 30.6093C20.3135 30.9091 20.7245 31.3001 21.1397 31.7107C21.9636 32.5258 22.806 33.4206 23.1805 33.8384C23.3214 33.8957 23.5238 33.9731 23.7726 34.0681L23.7736 34.0685C24.7341 34.4354 26.3751 35.0622 27.7567 35.7944C28.4475 36.1605 29.0764 36.5544 29.5235 36.9573C29.9679 37.3577 30.2464 37.7793 30.2041 38.2005L30.2035 38.2058L30.202 38.2109C30.0261 38.7942 29.911 39.1959 29.8298 39.4794L29.8297 39.4798L29.8265 39.4909C29.7225 39.8539 29.6734 40.0254 29.6208 40.1364C29.5454 40.2958 29.3895 40.5201 29.164 40.6792C28.9369 40.8396 28.6374 40.9345 28.2822 40.8271L27.0654 40.4592C26.4002 41.2291 25.3217 41.5798 24.2856 41.2665C23.2495 40.9532 22.545 40.0633 22.4164 39.0533L7.99497 34.6924C7.44175 35.3328 6.60266 35.6831 5.73981 35.6026C10.0802 44.4263 16.1124 50.9305 24.3984 54.4229C37.8917 48.8315 42.9528 37.8527 45.4803 31.3831L46.1378 28.9394C46.271 28.3112 46.4347 27.5927 46.6137 26.8076L46.0422 26.4857L40.9582 26.0153L35.8744 25.545L34.6508 25.1195C33.9779 24.8854 33.4161 24.7024 33.4022 24.7128C33.3884 24.7231 33.9884 25.7443 34.7354 26.9822C35.4824 28.2201 36.1128 29.2758 36.136 29.3284C36.1833 29.435 34.8183 29.1842 34.5378 29.0348C34.4534 28.9898 33.7386 28.2483 32.9492 27.3868C31.8151 26.1491 31.4849 25.831 31.3751 25.8705C31.1257 25.9601 30.0902 25.8704 29.4319 25.7021C28.5875 25.4861 28.175 25.2549 28.2076 25.0158C28.2371 24.7999 28.5988 23.773 28.6624 23.7246C28.6874 23.7055 28.9543 23.7322 29.2554 23.7837L29.803 23.8773L29.6337 23.6927C29.5405 23.5913 29.3986 23.4473 29.3182 23.373C29.238 23.2986 28.2389 22.9204 27.0981 22.5326C25.9574 22.1447 24.4217 21.622 23.6855 21.371C22.9492 21.12 21.644 20.6758 20.7849 20.3839C19.9259 20.092 18.963 19.7472 18.6451 19.6177C16.6827 18.8181 15.0721 17.3658 15.4623 16.7474C15.6055 16.5203 16.1655 16.3428 16.7046 16.3536C16.9394 16.3582 17.3338 16.2912 17.5811 16.2045C18.335 15.9403 19.1101 15.919 20.3044 16.1298C21.2214 16.2917 21.8737 16.4937 25.9526 17.8792C28.489 18.7406 31.038 19.6038 31.6172 19.7974L32.6702 20.1492L34.7811 19.6036L36.8918 19.0579L37.4675 19.1922C37.8972 19.2926 38.1409 19.3427 38.1582 19.4351C38.1802 19.553 37.8328 19.74 37.0317 20.1887C36.3268 20.5835 35.6897 20.9392 35.6159 20.9792C35.5421 21.0192 35.4992 21.0748 35.5204 21.1028C35.5416 21.1308 36.4035 21.4443 37.4356 21.7994C39.0266 22.3468 39.4456 22.4634 40.1879 22.5648C41.5835 22.7554 42.9391 22.5853 44.1828 22.0633C44.5201 21.9218 45.9363 21.0994 47.33 20.2358C47.5787 20.0817 47.821 19.9331 48.0519 19.7929C48.5023 17.0286 48.7602 14.2285 48.4751 11.9501C39.681 10.2243 32.6027 6.76292 24.6357 0ZM7.92302 27.8475C7.88442 27.8578 7.84534 27.8676 7.80582 27.8768C7.8453 27.8676 7.88434 27.8578 7.9229 27.8475L7.92302 27.8475ZM13.5391 28.8721C13.3161 28.8032 12.973 28.7209 12.559 28.6533C12.9731 28.7209 13.3162 28.8032 13.5392 28.8721C14.0149 28.9929 14.5764 29.1517 15.1231 29.3146C15.9359 29.557 16.716 29.8086 17.1328 29.9588C18.4707 30.3634 19.6496 31.2474 21.2237 33.4319L21.2235 33.4318L21.1691 33.3566C19.6222 31.227 18.4551 30.3587 17.1327 29.9588C16.7159 29.8086 15.9358 29.557 15.123 29.3147C14.5763 29.1517 14.0148 28.993 13.5391 28.8721ZM21.0801 33.3283C19.559 31.2481 18.4105 30.403 17.1168 30.0118L17.1154 30.0113L17.114 30.0109C16.6986 29.8611 15.9196 29.6098 15.1072 29.3676C14.5609 29.2048 14.0002 29.0463 13.5255 28.9257L13.5241 28.9254L13.5228 28.925C13.1713 28.8163 12.5138 28.6729 11.7501 28.6094C11.0184 28.5487 10.1929 28.5616 9.44719 28.7466C9.73351 29.007 10.0142 29.2518 10.2947 29.4964L10.2949 29.4966L10.2949 29.4966L10.295 29.4967L10.2951 29.4967C10.5333 29.7045 10.7715 29.9122 11.0124 30.1289L21.0801 33.3283ZM28.2983 40.7742C28.3402 40.7869 28.3814 40.7966 28.4216 40.8036C28.3813 40.7966 28.3402 40.7869 28.2982 40.7742L27.1042 40.4131L28.2983 40.7742Z\" fill=\"#BFBFBF\"/>\\n</svg>\\n',\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"stretch\",\n                  loading: \"lazy\",\n                  sizes: \"35px\",\n                  src: new URL(\"https://framerusercontent.com/images/DQid05H8Pl5bUFoDyVqTO6G1Uc.png\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/DQid05H8Pl5bUFoDyVqTO6G1Uc.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/DQid05H8Pl5bUFoDyVqTO6G1Uc.png\").href} 584w`\n                },\n                className: \"framer-1qkr3cz\",\n                \"data-framer-name\": \"Atrapalo\",\n                name: \"Atrapalo\"\n              }), /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"stretch\",\n                  loading: \"lazy\",\n                  sizes: \"104.4706px\",\n                  src: new URL(\"https://framerusercontent.com/images/KmhuMOkj8F6lgDQh9FQ6riAN4ws.png\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/KmhuMOkj8F6lgDQh9FQ6riAN4ws.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/KmhuMOkj8F6lgDQh9FQ6riAN4ws.png\").href} 888w`\n                },\n                className: \"framer-hea2rl\",\n                \"data-framer-name\": \"SeedRocket\",\n                name: \"SeedRocket\"\n              }), isDisplayed() && /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-cm9l5k hidden-1b3903f hidden-hkgcbs\",\n                \"data-framer-name\": \"Docline\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 41,\n                intrinsicWidth: 168,\n                name: \"Docline\",\n                svg: '<svg width=\"168\" height=\"41\" viewBox=\"0 0 168 41\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1694_125)\">\\n<path d=\"M22.2912 40.3567C17.3184 40.3587 12.5178 38.5354 8.8002 35.2327C8.5092 34.9747 8.2102 34.6907 7.8592 34.3377L7.5452 34.0197L8.6002 32.8387L13.3692 27.5217C12.3374 26.2787 11.5791 24.8323 11.1436 23.2768C10.7081 21.7212 10.6052 20.0913 10.8416 18.4933C11.0781 16.8953 11.6485 15.3651 12.5158 14.0022C13.3831 12.6394 14.5277 11.4746 15.8752 10.5837C17.1714 9.72383 18.6271 9.13297 20.1558 8.84611C21.6846 8.55925 23.2555 8.58222 24.7752 8.91365C24.8796 8.9257 24.9822 8.94952 25.0812 8.98465C25.3085 9.05665 25.5178 9.17631 25.6952 9.33565L25.7432 9.37965C25.9801 9.60468 26.147 9.89319 26.2242 10.2107C26.2949 10.4866 26.2962 10.7757 26.2279 11.0523C26.1597 11.3289 26.0241 11.5842 25.8332 11.7957C25.642 12.0084 25.4015 12.171 25.1329 12.2693C24.8642 12.3677 24.5756 12.3987 24.2922 12.3597V12.3667L24.2192 12.3517L24.1802 12.3437C24.1432 12.3357 24.1042 12.3287 24.0672 12.3177L24.0192 12.3077C23.4515 12.1843 22.8722 12.122 22.2912 12.1217C20.5873 12.1302 18.9301 12.6789 17.5578 13.6889C16.1855 14.6988 15.1688 16.118 14.654 17.7422C14.1393 19.3665 14.1529 21.1122 14.6929 22.7282C15.2329 24.3443 16.2716 25.7474 17.6595 26.7358C19.0473 27.7243 20.7129 28.2471 22.4167 28.2291C24.1205 28.2111 25.7747 27.6532 27.1414 26.6357C28.5081 25.6182 29.5169 24.1934 30.0226 22.5663C30.5284 20.9393 30.5052 19.1937 29.9562 17.5807L29.8662 17.3197C29.7047 17.0044 29.6426 16.6476 29.6882 16.2963C29.7338 15.9451 29.885 15.6159 30.1216 15.3524C30.3583 15.0888 30.6694 14.9033 31.0137 14.8203C31.3581 14.7374 31.7195 14.7608 32.0502 14.8877C32.4621 15.04 32.8002 15.3441 32.9952 15.7377C32.9957 15.7396 32.9957 15.7417 32.9952 15.7437C32.9957 15.747 32.9957 15.7503 32.9952 15.7537C33.0142 15.7987 33.0332 15.8447 33.0512 15.8917C33.0692 15.9387 33.0812 15.9667 33.0962 16.0027V16.0107C33.871 17.9916 34.0791 20.1491 33.6973 22.2416C33.3154 24.3341 32.3587 26.279 30.9342 27.8587C29.1091 29.8861 26.6293 31.2073 23.9285 31.5912C21.2277 31.9751 18.478 31.3972 16.1602 29.9587L16.1182 29.9317C16.0652 29.8987 16.0182 29.8667 15.9662 29.8317L12.4742 33.7247C15.4672 35.8743 19.0816 36.9852 22.7653 36.8875C26.4489 36.7898 29.9994 35.489 32.8742 33.1837C35.7422 30.8895 37.7723 27.7124 38.6492 24.1459C39.526 20.5794 39.2005 16.8231 37.7232 13.4607C36.4062 10.48 34.2507 7.94673 31.5194 6.16942C28.7881 4.39211 25.5989 3.4475 22.3402 3.45065C21.5129 3.45109 20.6867 3.51192 19.8682 3.63265C16.2285 4.16224 12.864 5.87448 10.2937 8.50535C7.72339 11.1362 6.08992 14.5396 5.6452 18.1907L5.6332 18.2907C6.20547 18.5459 6.7095 18.9324 7.10439 19.4189C7.49929 19.9055 7.77393 20.4782 7.90602 21.0907C8.03811 21.7033 8.02393 22.3383 7.86463 22.9443C7.70534 23.5503 7.40542 24.1103 6.9892 24.5787C6.2803 25.3671 5.28842 25.8433 4.22984 25.9035C3.17125 25.9636 2.13183 25.6028 1.3382 24.8997C0.94613 24.5526 0.626611 24.1313 0.398055 23.6602C0.169498 23.1891 0.0364205 22.6774 0.00648965 22.1547C-0.0234412 21.6319 0.050366 21.1084 0.223659 20.6143C0.396952 20.1202 0.666305 19.6652 1.0162 19.2757C1.32558 18.9311 1.69234 18.6429 2.1002 18.4237C2.48169 14.1559 4.20974 10.1197 7.03482 6.89815C9.85989 3.67656 13.6358 1.43622 17.8172 0.500653C22.0034 -0.448399 26.3827 -0.0466102 30.3263 1.64834C34.2699 3.34328 37.575 6.24421 39.7672 9.93465C41.2166 12.3941 42.1272 15.1333 42.4388 17.971C42.7505 20.8087 42.4561 23.6803 41.575 26.3957C40.694 29.1111 39.2464 31.6085 37.3281 33.7227C35.4098 35.8368 33.0644 37.5196 30.4472 38.6597C27.8752 39.7835 25.098 40.3613 22.2912 40.3567ZM4.0002 20.6307C3.81725 20.6309 3.63638 20.6693 3.4692 20.7437C3.42242 20.7648 3.377 20.7889 3.3332 20.8157C3.25585 20.8622 3.18317 20.9161 3.1162 20.9767C3.0842 21.0067 3.0562 21.0357 3.0292 21.0647C2.91931 21.1859 2.83437 21.3276 2.7792 21.4817L2.7702 21.5077L2.7612 21.5337C2.67744 21.7948 2.67843 22.0758 2.76403 22.3364C2.84963 22.5969 3.01545 22.8238 3.23777 22.9844C3.46009 23.145 3.72751 23.2312 4.00179 23.2306C4.27606 23.2301 4.54313 23.1428 4.76478 22.9812C4.98643 22.8197 5.15131 22.5922 5.23583 22.3313C5.32035 22.0703 5.32018 21.7894 5.23534 21.5285C5.15051 21.2677 4.98535 21.0404 4.7635 20.8791C4.54165 20.7179 4.27447 20.6309 4.0002 20.6307ZM82.2772 31.3807C79.8209 31.3858 77.4601 30.4292 75.7002 28.7157C74.8462 27.8717 74.169 26.866 73.7082 25.7573C73.2474 24.6487 73.0121 23.4593 73.0162 22.2587C73.0044 21.0395 73.2476 19.8313 73.7302 18.7117C74.1959 17.6309 74.8647 16.6494 75.7002 15.8207C77.4567 14.096 79.82 13.1297 82.2817 13.1297C84.7434 13.1297 87.1067 14.096 88.8632 15.8207C89.6969 16.6499 90.364 17.6313 90.8282 18.7117C91.3135 19.8306 91.5581 21.0391 91.5462 22.2587C91.5485 23.4588 91.3127 24.6476 90.8523 25.7559C90.3919 26.8643 89.7162 27.8703 88.8642 28.7157C87.1018 30.4316 84.737 31.3884 82.2772 31.3807ZM82.2772 16.2217C81.4586 16.221 80.6473 16.3768 79.8872 16.6807C79.2069 16.9646 78.5937 17.388 78.0872 17.9237C77.5812 18.4721 77.1935 19.1189 76.9482 19.8237C76.4136 21.4013 76.4136 23.111 76.9482 24.6887C77.1933 25.3935 77.581 26.0403 78.0872 26.5887C78.5927 27.1254 79.2062 27.5491 79.8872 27.8317C81.4218 28.4416 83.1316 28.4416 84.6662 27.8317C85.3473 27.5491 85.9607 27.1255 86.4662 26.5887C86.972 26.04 87.3596 25.3933 87.6052 24.6887C88.1427 23.1115 88.1427 21.4008 87.6052 19.8237C87.3595 19.1191 86.9718 18.4724 86.4662 17.9237C85.9598 17.388 85.3465 16.9645 84.6662 16.6807C83.9065 16.3766 83.0955 16.2208 82.2772 16.2217ZM159.445 31.3687C158.167 31.3836 156.899 31.1457 155.713 30.6687C154.643 30.2401 153.677 29.5855 152.883 28.7497C152.099 27.9163 151.492 26.9329 151.097 25.8587C150.673 24.7064 150.462 23.4865 150.474 22.2587C150.462 21.0257 150.693 19.8025 151.153 18.6587C151.584 17.5829 152.221 16.6016 153.027 15.7697C153.836 14.9418 154.806 14.288 155.877 13.8487C156.989 13.3869 158.181 13.149 159.385 13.1487H159.485C160.835 13.108 162.175 13.3818 163.4 13.9487C164.419 14.4487 165.316 15.1654 166.028 16.0487C166.716 16.9142 167.223 17.9093 167.518 18.9747C167.823 20.0519 167.979 21.166 167.98 22.2857V23.4567H154C153.992 24.1765 154.164 24.8871 154.5 25.5237C154.822 26.1366 155.264 26.6781 155.8 27.1157C156.359 27.5669 156.995 27.9134 157.677 28.1387C158.38 28.381 159.119 28.5043 159.862 28.5037H159.883C160.826 28.5253 161.756 28.2784 162.564 27.7917C163.147 27.4239 163.682 26.9844 164.156 26.4837L164.221 26.4137L164.254 26.3787C164.394 26.2501 164.576 26.1787 164.766 26.1787C164.905 26.179 165.041 26.2167 165.16 26.2877L165.286 26.3877L166.451 27.2727L166.616 27.3957C166.641 27.4227 166.666 27.4517 166.694 27.4877C166.787 27.6163 166.837 27.771 166.837 27.9297C166.837 28.0674 166.799 28.2025 166.728 28.3207C166.659 28.3987 166.593 28.4697 166.528 28.5387V28.5447C165.612 29.4868 164.508 30.2253 163.288 30.7119C162.067 31.1985 160.758 31.4223 159.445 31.3687ZM159.345 15.7817C158.601 15.7828 157.865 15.9391 157.184 16.2407C155.931 16.7919 154.933 17.7983 154.392 19.0567C154.14 19.6151 154.006 20.2199 154 20.8327H164.439C164.424 20.1482 164.307 19.4697 164.092 18.8197C163.893 18.2299 163.574 17.6878 163.155 17.2277C162.719 16.7627 162.185 16.4006 161.592 16.1677C160.895 15.8995 160.151 15.7691 159.404 15.7837H159.339L159.345 15.7817ZM104.028 31.3687H103.958C102.7 31.3827 101.451 31.1595 100.275 30.7107C99.1966 30.2975 98.2139 29.6683 97.3872 28.8617C96.5664 28.0546 95.9275 27.0816 95.5132 26.0077C95.0607 24.8359 94.8354 23.5887 94.8492 22.3327C94.8338 21.0684 95.0591 19.8127 95.5132 18.6327C95.9236 17.5513 96.5559 16.5679 97.3693 15.7457C98.1828 14.9234 99.1593 14.2807 100.236 13.8587C101.425 13.3949 102.692 13.1654 103.968 13.1827H104C105.239 13.1817 106.467 13.4109 107.622 13.8587C108.508 14.199 109.326 14.6948 110.038 15.3227C110.117 15.3868 110.182 15.4662 110.229 15.5561C110.276 15.646 110.304 15.7445 110.312 15.8457C110.32 15.9467 110.308 16.0483 110.276 16.1445C110.244 16.2406 110.193 16.3295 110.126 16.4057L109.997 16.5247L108.719 17.6847C108.697 17.709 108.672 17.7312 108.645 17.7507C108.51 17.8583 108.342 17.9169 108.169 17.9169C107.996 17.9169 107.828 17.8583 107.692 17.7507H107.686C107.248 17.3529 106.756 17.0184 106.225 16.7567C105.47 16.4104 104.646 16.2411 103.816 16.2617C102.999 16.2428 102.188 16.4122 101.446 16.7567C100.787 17.0732 100.209 17.5355 99.7552 18.1087C99.2919 18.6976 98.9423 19.3677 98.7242 20.0847C98.4892 20.8365 98.3711 21.62 98.3742 22.4077C98.3691 23.1876 98.5063 23.962 98.7792 24.6927C99.0319 25.3892 99.4189 26.0293 99.9182 26.5767C100.411 27.1174 101.012 27.5478 101.683 27.8397C102.386 28.1427 103.143 28.2986 103.908 28.2977H104.018C104.84 28.3185 105.655 28.1484 106.4 27.8007C106.873 27.5597 107.311 27.2541 107.7 26.8927C107.717 26.8748 107.735 26.8577 107.754 26.8417C107.891 26.7302 108.062 26.6694 108.238 26.6694C108.415 26.6694 108.586 26.7302 108.722 26.8417L110.141 28.2537C110.235 28.3814 110.285 28.5361 110.284 28.6947C110.285 28.869 110.225 29.0381 110.115 29.1737C110.06 29.2257 110.006 29.2737 109.955 29.3207C109.265 29.9416 108.462 30.4244 107.59 30.7427C106.448 31.156 105.243 31.3678 104.028 31.3687ZM59.4082 31.3687C58.1543 31.3847 56.9099 31.1484 55.7492 30.6737C54.6897 30.2318 53.7355 29.571 52.9492 28.7347C52.1719 27.897 51.5668 26.9147 51.1682 25.8437C50.7415 24.6972 50.5303 23.4818 50.5452 22.2587C50.5326 21.0308 50.7437 19.8109 51.1682 18.6587C51.5608 17.5859 52.1666 16.6038 52.9492 15.7717C53.7368 14.9407 54.6909 14.2854 55.7492 13.8487C56.9095 13.3726 58.1542 13.1362 59.4082 13.1537H59.4542C60.6587 13.1557 61.8479 13.4245 62.9362 13.9407C63.965 14.4032 64.8438 15.1445 65.4732 16.0807H65.5472V4.03065C65.548 3.82899 65.6286 3.63584 65.7714 3.49342C65.9142 3.35101 66.1075 3.27092 66.3092 3.27065H68.0952C68.2972 3.2704 68.491 3.35023 68.6342 3.49265C68.7055 3.56291 68.762 3.64669 68.8004 3.73907C68.8389 3.83145 68.8585 3.93058 68.8582 4.03065V30.1787C68.8581 30.3662 68.7882 30.5469 68.6621 30.6858C68.5361 30.8246 68.3628 30.9115 68.1762 30.9297H66.2302C66.0436 30.9113 65.8706 30.8243 65.7445 30.6855C65.6185 30.5468 65.5485 30.3661 65.5482 30.1787V28.4427H65.4742C64.8106 29.3878 63.9016 30.1339 62.8452 30.6007C61.7685 31.1021 60.5959 31.3642 59.4082 31.3687ZM59.8132 16.2227C58.9946 16.222 58.1834 16.3778 57.4232 16.6817C56.743 16.9658 56.1298 17.3892 55.6232 17.9247C55.117 18.473 54.7293 19.1198 54.4842 19.8247C53.9496 21.4023 53.9496 23.112 54.4842 24.6897C54.7293 25.3945 55.117 26.0413 55.6232 26.5897C56.1286 27.1266 56.7421 27.5502 57.4232 27.8327C58.9579 28.4437 60.6685 28.4437 62.2032 27.8327C62.8833 27.5523 63.4959 27.1302 64.0002 26.5947C64.5066 26.0463 64.8947 25.3995 65.1402 24.6947C65.6775 23.1175 65.6775 21.4068 65.1402 19.8297C64.8947 19.1248 64.5066 18.478 64.0002 17.9297C63.494 17.3937 62.8807 16.9702 62.2002 16.6867C61.4414 16.3812 60.6312 16.2237 59.8132 16.2227ZM116.222 30.9307H114.435C114.335 30.931 114.236 30.9116 114.143 30.8736C114.051 30.8355 113.966 30.7795 113.896 30.7088C113.825 30.638 113.768 30.554 113.73 30.4615C113.692 30.369 113.672 30.2698 113.672 30.1697V4.02765C113.673 3.82661 113.754 3.63418 113.897 3.49248C114.039 3.35079 114.232 3.27139 114.433 3.27165H116.222C116.382 3.2712 116.539 3.32162 116.668 3.41565C116.734 3.46289 116.792 3.52027 116.84 3.58565C116.933 3.71413 116.983 3.86897 116.982 4.02765V30.1697C116.982 30.3446 116.923 30.5142 116.813 30.6507C116.768 30.7042 116.716 30.7519 116.658 30.7927C116.53 30.8821 116.378 30.9296 116.222 30.9307ZM145.744 30.9307H143.957C143.857 30.9309 143.758 30.9115 143.666 30.8735C143.574 30.8355 143.49 30.7796 143.419 30.7091C143.348 30.6386 143.292 30.5549 143.254 30.4626C143.215 30.3704 143.195 30.2715 143.195 30.1717V20.6847C143.212 19.9812 143.099 19.2806 142.863 18.6177C142.676 18.0943 142.375 17.6191 141.981 17.2267C141.621 16.8787 141.187 16.6162 140.712 16.4587C140.232 16.2998 139.73 16.2191 139.224 16.2197H139.176C138.54 16.2196 137.909 16.3317 137.311 16.5507C136.722 16.7723 136.193 17.1296 135.768 17.5937C135.299 18.1164 134.948 18.7336 134.737 19.4037C134.477 20.2452 134.353 21.123 134.37 22.0037V30.1717C134.37 30.3459 134.31 30.5148 134.201 30.6507C134.154 30.7059 134.1 30.7553 134.041 30.7977C133.914 30.8844 133.763 30.9308 133.609 30.9307H131.823C131.723 30.9312 131.624 30.9118 131.531 30.8737C131.438 30.8356 131.354 30.7795 131.283 30.7087C131.212 30.6385 131.156 30.5549 131.118 30.4626C131.079 30.3704 131.06 30.2715 131.06 30.1717V14.3447C131.061 14.143 131.142 13.9499 131.285 13.8078C131.428 13.6657 131.622 13.5861 131.823 13.5867H133.609C133.73 13.5874 133.849 13.6165 133.956 13.6715C134.063 13.7266 134.156 13.8061 134.227 13.9037C134.321 14.0317 134.371 14.1862 134.37 14.3447V16.2587H134.444C134.902 15.2916 135.663 14.5008 136.612 14.0067C137.708 13.4197 138.937 13.1243 140.18 13.1487H140.212C141.02 13.1487 141.823 13.2783 142.589 13.5327C143.341 13.7796 144.03 14.1851 144.611 14.7217C145.215 15.3022 145.685 16.0072 145.988 16.7877C146.351 17.7394 146.526 18.7524 146.504 19.7707V30.1707C146.504 30.345 146.444 30.5139 146.334 30.6497C146.288 30.7052 146.234 30.7546 146.175 30.7967C146.048 30.8829 145.898 30.9289 145.744 30.9287V30.9307ZM125.044 30.9307H123.257C123.157 30.931 123.058 30.9115 122.965 30.8734C122.872 30.8353 122.788 30.7793 122.717 30.7087C122.646 30.6385 122.59 30.5549 122.552 30.4626C122.513 30.3704 122.494 30.2715 122.494 30.1717V14.3447C122.495 14.1436 122.576 13.9512 122.719 13.8095C122.861 13.6678 123.054 13.5884 123.255 13.5887H125.044C125.204 13.5892 125.36 13.6395 125.49 13.7327C125.557 13.7794 125.614 13.8373 125.661 13.9037C125.756 14.0312 125.806 14.186 125.804 14.3447V30.1697C125.805 30.344 125.745 30.5131 125.635 30.6487H125.629C125.558 30.7349 125.469 30.8042 125.368 30.8516C125.266 30.899 125.156 30.9232 125.044 30.9227V30.9307ZM124.182 9.75365C123.791 9.75256 123.407 9.65539 123.062 9.47069C122.718 9.28599 122.424 9.01944 122.207 8.6945C121.99 8.36955 121.856 7.99619 121.817 7.60728C121.778 7.21838 121.835 6.82586 121.983 6.46429C122.132 6.10272 122.367 5.78319 122.668 5.53384C122.969 5.28449 123.327 5.11296 123.709 5.03436C124.092 4.95577 124.489 4.97251 124.864 5.08312C125.238 5.19372 125.58 5.39481 125.859 5.66865C126.088 5.88812 126.27 6.15213 126.394 6.44447C126.517 6.73681 126.58 7.05131 126.577 7.36865C126.573 7.91863 126.379 8.45036 126.03 8.87487C125.68 9.29938 125.195 9.5909 124.656 9.70065C124.501 9.73306 124.342 9.75015 124.183 9.75165L124.182 9.75365Z\" fill=\"#C5C5C5\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1694_125\">\\n<rect width=\"167.976\" height=\"40.356\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  intrinsicHeight: 60,\n                  intrinsicWidth: 170,\n                  loading: \"lazy\",\n                  pixelHeight: 120,\n                  pixelWidth: 340,\n                  src: new URL(\"https://framerusercontent.com/images/sGBWEVP8u1XFrkW7NnjT2N4wg.png\").href\n                },\n                className: \"framer-ejel1h\",\n                \"data-framer-name\": \"Group_75\",\n                name: \"Group_75\"\n              }), /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  intrinsicHeight: 60,\n                  intrinsicWidth: 210,\n                  loading: \"lazy\",\n                  pixelHeight: 120,\n                  pixelWidth: 420,\n                  src: new URL(\"https://framerusercontent.com/images/eCG5UVoh0juAw2Ttd4G63ALaCs.png\").href\n                },\n                className: \"framer-vreyb9\",\n                \"data-framer-name\": \"Group_74\",\n                name: \"Group_74\"\n              })]\n            })]\n          }), /*#__PURE__*/_jsx(MotionDivWithFX, {\n            __framer__animate: {\n              transition: transition1\n            },\n            __framer__animateOnce: true,\n            __framer__enter: animation,\n            __framer__exit: animation1,\n            __framer__styleAppearEffectEnabled: true,\n            __framer__threshold: .5,\n            __perspectiveFX: false,\n            __targetOpacity: 1,\n            className: \"framer-1s51bct\",\n            \"data-border\": true,\n            \"data-framer-name\": \"Statistics\",\n            name: \"Statistics\",\n            children: /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-ci3g6y\",\n              children: [/*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-h1yzed\",\n                children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    AXpyekt7t: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsxs(\"h3\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                            \"--framer-font-size\": \"13px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"15px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"var(--token-c30f424b-1ccb-4d94-827a-c7e5c524df2e, rgb(174, 174, 203))\"\n                          },\n                          children: [\"MORE\", /*#__PURE__*/_jsx(\"br\", {}), \"THAN\"]\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsxs(\"h3\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                          \"--framer-font-weight\": \"700\",\n                          \"--framer-letter-spacing\": \"-0.3px\",\n                          \"--framer-line-height\": \"20px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--token-c30f424b-1ccb-4d94-827a-c7e5c524df2e, rgb(174, 174, 203))\"\n                        },\n                        children: [\"MORE\", /*#__PURE__*/_jsx(\"br\", {}), \"THAN\"]\n                      })\n                    }),\n                    className: \"framer-699kst\",\n                    \"data-framer-name\": \"MORE THAN\",\n                    fonts: [\"GF;Inter-700\"],\n                    name: \"MORE THAN\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    AXpyekt7t: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h1\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                            \"--framer-font-size\": \"34px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-1.6px\",\n                            \"--framer-line-height\": \"56px\",\n                            \"--framer-text-alignment\": \"center\",\n                            \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                          },\n                          children: \"15\"\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h1\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                          \"--framer-font-size\": \"48px\",\n                          \"--framer-font-weight\": \"700\",\n                          \"--framer-letter-spacing\": \"-1.6px\",\n                          \"--framer-line-height\": \"56px\",\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                        },\n                        children: \"15\"\n                      })\n                    }),\n                    className: \"framer-eee93r\",\n                    fonts: [\"GF;Inter-700\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    AXpyekt7t: {\n                      children: /*#__PURE__*/_jsxs(React.Fragment, {\n                        children: [/*#__PURE__*/_jsx(\"h3\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                            \"--framer-font-size\": \"13px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"15px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"var(--token-c30f424b-1ccb-4d94-827a-c7e5c524df2e, rgb(174, 174, 203))\"\n                          },\n                          children: \"YEARS OF\"\n                        }), /*#__PURE__*/_jsx(\"h3\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                            \"--framer-font-size\": \"13px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"15px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"var(--token-c30f424b-1ccb-4d94-827a-c7e5c524df2e, rgb(174, 174, 203))\"\n                          },\n                          children: \"EXPERIENCE\"\n                        })]\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsxs(React.Fragment, {\n                      children: [/*#__PURE__*/_jsx(\"h3\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                          \"--framer-font-weight\": \"700\",\n                          \"--framer-letter-spacing\": \"-0.3px\",\n                          \"--framer-line-height\": \"20px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--token-c30f424b-1ccb-4d94-827a-c7e5c524df2e, rgb(174, 174, 203))\"\n                        },\n                        children: \"YEARS OF\"\n                      }), /*#__PURE__*/_jsx(\"h3\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                          \"--framer-font-weight\": \"700\",\n                          \"--framer-letter-spacing\": \"-0.3px\",\n                          \"--framer-line-height\": \"20px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--token-c30f424b-1ccb-4d94-827a-c7e5c524df2e, rgb(174, 174, 203))\"\n                        },\n                        children: \"EXPERIENCE\"\n                      })]\n                    }),\n                    className: \"framer-1umj5sa\",\n                    fonts: [\"GF;Inter-700\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                })]\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-2r1g4b\",\n                children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    AXpyekt7t: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h1\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItMzAw\",\n                            \"--framer-font-size\": \"80px\",\n                            \"--framer-font-weight\": \"300\",\n                            \"--framer-letter-spacing\": \"-1.6px\",\n                            \"--framer-line-height\": \"35px\",\n                            \"--framer-text-alignment\": \"center\",\n                            \"--framer-text-color\": \"rgb(153, 153, 153)\"\n                          },\n                          children: \"+\"\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h1\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7SW50ZXItMzAw\",\n                          \"--framer-font-size\": \"120px\",\n                          \"--framer-font-weight\": \"300\",\n                          \"--framer-letter-spacing\": \"-1.6px\",\n                          \"--framer-line-height\": \"35px\",\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"rgb(153, 153, 153)\"\n                        },\n                        children: \"+\"\n                      })\n                    }),\n                    className: \"framer-usofsn\",\n                    \"data-framer-name\": \"+\",\n                    fonts: [\"GF;Inter-300\"],\n                    name: \"+\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                })\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1shoxu\",\n                children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    AXpyekt7t: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsxs(\"h3\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                            \"--framer-font-size\": \"13px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"15px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"var(--token-c30f424b-1ccb-4d94-827a-c7e5c524df2e, rgb(174, 174, 203))\"\n                          },\n                          children: [\"MORE\", /*#__PURE__*/_jsx(\"br\", {}), \"THAN\"]\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsxs(\"h3\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                          \"--framer-font-weight\": \"700\",\n                          \"--framer-letter-spacing\": \"-0.3px\",\n                          \"--framer-line-height\": \"20px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--token-c30f424b-1ccb-4d94-827a-c7e5c524df2e, rgb(174, 174, 203))\"\n                        },\n                        children: [\"MORE\", /*#__PURE__*/_jsx(\"br\", {}), \"THAN\"]\n                      })\n                    }),\n                    className: \"framer-jpc5k1\",\n                    \"data-framer-name\": \"MORE THAN\",\n                    fonts: [\"GF;Inter-700\"],\n                    name: \"MORE THAN\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    AXpyekt7t: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h1\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                            \"--framer-font-size\": \"34px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-1.6px\",\n                            \"--framer-line-height\": \"56px\",\n                            \"--framer-text-alignment\": \"center\",\n                            \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                          },\n                          children: \"40\"\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h1\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                          \"--framer-font-size\": \"48px\",\n                          \"--framer-font-weight\": \"700\",\n                          \"--framer-letter-spacing\": \"-1.6px\",\n                          \"--framer-line-height\": \"56px\",\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                        },\n                        children: \"40\"\n                      })\n                    }),\n                    className: \"framer-1e2vyzx\",\n                    fonts: [\"GF;Inter-700\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    AXpyekt7t: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsxs(\"h3\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                            \"--framer-font-size\": \"13px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"15px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"var(--token-c30f424b-1ccb-4d94-827a-c7e5c524df2e, rgb(174, 174, 203))\"\n                          },\n                          children: [\"SUCCESSFUL\", /*#__PURE__*/_jsx(\"br\", {}), \"PROJECTS\"]\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsxs(\"h3\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                          \"--framer-font-weight\": \"700\",\n                          \"--framer-letter-spacing\": \"-0.3px\",\n                          \"--framer-line-height\": \"20px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--token-c30f424b-1ccb-4d94-827a-c7e5c524df2e, rgb(174, 174, 203))\"\n                        },\n                        children: [\"SUCCESSFUL\", /*#__PURE__*/_jsx(\"br\", {}), \"PROJECTS\"]\n                      })\n                    }),\n                    className: \"framer-2r4ra5\",\n                    fonts: [\"GF;Inter-700\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                })]\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-6efkdj\",\n                children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    AXpyekt7t: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h1\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItMzAw\",\n                            \"--framer-font-size\": \"80px\",\n                            \"--framer-font-weight\": \"300\",\n                            \"--framer-letter-spacing\": \"-1.6px\",\n                            \"--framer-line-height\": \"35px\",\n                            \"--framer-text-alignment\": \"center\",\n                            \"--framer-text-color\": \"rgb(153, 153, 153)\"\n                          },\n                          children: \"+\"\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h1\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7SW50ZXItMzAw\",\n                          \"--framer-font-size\": \"120px\",\n                          \"--framer-font-weight\": \"300\",\n                          \"--framer-letter-spacing\": \"-1.6px\",\n                          \"--framer-line-height\": \"35px\",\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"rgb(153, 153, 153)\"\n                        },\n                        children: \"+\"\n                      })\n                    }),\n                    className: \"framer-ax8n7n\",\n                    \"data-framer-name\": \"+\",\n                    fonts: [\"GF;Inter-300\"],\n                    name: \"+\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                })\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-e4r5jn\",\n                children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    AXpyekt7t: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsxs(\"h3\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                            \"--framer-font-size\": \"13px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"15px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                          },\n                          children: [\"LOT OF LOVE &\", /*#__PURE__*/_jsx(\"span\", {\n                            style: {\n                              \"--framer-font-size\": \"18px\"\n                            },\n                            children: /*#__PURE__*/_jsx(\"br\", {})\n                          }), \"ATTENTION TO DETAIL\"]\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h3\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                          \"--framer-font-weight\": \"700\",\n                          \"--framer-letter-spacing\": \"-0.3px\",\n                          \"--framer-line-height\": \"20px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                        },\n                        children: /*#__PURE__*/_jsxs(\"span\", {\n                          style: {\n                            \"--framer-font-size\": \"18px\"\n                          },\n                          children: [\"LOT OF LOVE &\", /*#__PURE__*/_jsx(\"br\", {}), \"ATTENTION TO DETAIL\"]\n                        })\n                      })\n                    }),\n                    className: \"framer-12mx4sg\",\n                    fonts: [\"GF;Inter-700\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                })\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-iylgy7\",\n                children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    AXpyekt7t: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h1\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItMzAw\",\n                            \"--framer-font-size\": \"80px\",\n                            \"--framer-font-weight\": \"300\",\n                            \"--framer-letter-spacing\": \"-1.6px\",\n                            \"--framer-line-height\": \"35px\",\n                            \"--framer-text-alignment\": \"center\",\n                            \"--framer-text-color\": \"rgb(153, 153, 153)\"\n                          },\n                          children: \"=\"\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h1\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7SW50ZXItMzAw\",\n                          \"--framer-font-size\": \"120px\",\n                          \"--framer-font-weight\": \"300\",\n                          \"--framer-letter-spacing\": \"-1.6px\",\n                          \"--framer-line-height\": \"35px\",\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"rgb(153, 153, 153)\"\n                        },\n                        children: \"=\"\n                      })\n                    }),\n                    className: \"framer-1bnnmf7\",\n                    \"data-framer-name\": \"=\",\n                    fonts: [\"GF;Inter-300\"],\n                    name: \"=\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                })\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-mdqmxd\",\n                children: [/*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"stretch\",\n                    intrinsicHeight: 127,\n                    intrinsicWidth: 127,\n                    loading: \"lazy\",\n                    pixelHeight: 254,\n                    pixelWidth: 254,\n                    src: new URL(\"https://framerusercontent.com/images/OJAx7yaUn20bGSIlNkuOC93VjBw.png\").href\n                  },\n                  className: \"framer-3p7ayy\",\n                  \"data-framer-name\": \"heart_pixel_art_254x254\",\n                  name: \"heart_pixel_art_254x254\"\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    AXpyekt7t: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsxs(\"h3\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                            \"--framer-font-size\": \"13px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"15px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"var(--token-c30f424b-1ccb-4d94-827a-c7e5c524df2e, rgb(174, 174, 203))\"\n                          },\n                          children: [\"SMILING\", /*#__PURE__*/_jsx(\"br\", {}), \"CLIENTS\"]\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsxs(\"h3\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                          \"--framer-font-weight\": \"700\",\n                          \"--framer-letter-spacing\": \"-0.3px\",\n                          \"--framer-line-height\": \"20px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                        },\n                        children: [\"SMILING\", /*#__PURE__*/_jsx(\"br\", {}), \"CLIENTS\"]\n                      })\n                    }),\n                    className: \"framer-hct9ir\",\n                    fonts: [\"GF;Inter-700\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                })]\n              })]\n            })\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1di9zms\",\n            \"data-framer-name\": \"Our expertise\",\n            id: id2,\n            name: \"Our expertise\",\n            ref: ref2,\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-aj0k14\",\n              \"data-framer-name\": \"Title\",\n              name: \"Title\",\n              children: [/*#__PURE__*/_jsx(RichTextWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation,\n                __framer__exit: animation1,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: .5,\n                __fromCanvasComponent: true,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h2\", {\n                    className: \"framer-styles-preset-1m9bzi2\",\n                    \"data-styles-preset\": \"stylesPresetHeading2\",\n                    children: \"Our expertise\"\n                  })\n                }),\n                className: \"framer-5sw0vd\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(RichTextWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation,\n                __framer__exit: animation1,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: .5,\n                __fromCanvasComponent: true,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h3\", {\n                    className: \"framer-styles-preset-ci2ngw\",\n                    \"data-styles-preset\": \"stylesPresetHeading3\",\n                    children: \"Areas of specialization.\"\n                  })\n                }),\n                className: \"framer-88li2a\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })]\n            }), /*#__PURE__*/_jsx(MotionDivWithFX, {\n              __framer__animate: {\n                transition: transition1\n              },\n              __framer__animateOnce: true,\n              __framer__enter: animation,\n              __framer__exit: animation1,\n              __framer__styleAppearEffectEnabled: true,\n              __framer__threshold: .5,\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              className: \"framer-mpakat\",\n              \"data-framer-name\": \"Feature-Right\",\n              name: \"Feature-Right\",\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-lxv0a3\",\n                children: [isDisplayed1() && /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    AXpyekt7t: {\n                      background: {\n                        alt: \"\",\n                        fit: \"fill\",\n                        intrinsicHeight: 549,\n                        intrinsicWidth: 914,\n                        loading: \"lazy\",\n                        pixelHeight: 1098,\n                        pixelWidth: 1828,\n                        sizes: \"250px\",\n                        src: new URL(\"https://framerusercontent.com/images/PQWHxAEHsaCYi4Gwl2Nen91AmSE.png?scale-down-to=1024\").href,\n                        srcSet: `${new URL(\"https://framerusercontent.com/images/PQWHxAEHsaCYi4Gwl2Nen91AmSE.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/PQWHxAEHsaCYi4Gwl2Nen91AmSE.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/PQWHxAEHsaCYi4Gwl2Nen91AmSE.png\").href} 1828w`\n                      }\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 549,\n                      intrinsicWidth: 914,\n                      loading: \"lazy\",\n                      pixelHeight: 1098,\n                      pixelWidth: 1828,\n                      sizes: \"300px\",\n                      src: new URL(\"https://framerusercontent.com/images/PQWHxAEHsaCYi4Gwl2Nen91AmSE.png?scale-down-to=1024\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/PQWHxAEHsaCYi4Gwl2Nen91AmSE.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/PQWHxAEHsaCYi4Gwl2Nen91AmSE.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/PQWHxAEHsaCYi4Gwl2Nen91AmSE.png\").href} 1828w`\n                    },\n                    className: \"framer-15cmskp hidden-hkgcbs\",\n                    \"data-framer-name\": \"logo_color_codelabs_studio\",\n                    name: \"logo_color_codelabs_studio\"\n                  })\n                }), isDisplayed2() && /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    tcRWptpXV: {\n                      background: {\n                        alt: \"\",\n                        fit: \"fill\",\n                        intrinsicHeight: 549,\n                        intrinsicWidth: 914,\n                        loading: \"lazy\",\n                        pixelHeight: 1098,\n                        pixelWidth: 1828,\n                        sizes: \"min(max(min(80vw, 1000px) - 60px, 0px), 1160px)\",\n                        src: new URL(\"https://framerusercontent.com/images/PQWHxAEHsaCYi4Gwl2Nen91AmSE.png?scale-down-to=1024\").href,\n                        srcSet: `${new URL(\"https://framerusercontent.com/images/PQWHxAEHsaCYi4Gwl2Nen91AmSE.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/PQWHxAEHsaCYi4Gwl2Nen91AmSE.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/PQWHxAEHsaCYi4Gwl2Nen91AmSE.png\").href} 1828w`\n                      }\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 549,\n                      intrinsicWidth: 914,\n                      loading: \"lazy\",\n                      pixelHeight: 1098,\n                      pixelWidth: 1828,\n                      sizes: \"max((min(max(min(80vw, 1000px) - 96px, 0px), 1160px) - 690px) / 2, 0px)\",\n                      src: new URL(\"https://framerusercontent.com/images/PQWHxAEHsaCYi4Gwl2Nen91AmSE.png?scale-down-to=1024\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/PQWHxAEHsaCYi4Gwl2Nen91AmSE.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/PQWHxAEHsaCYi4Gwl2Nen91AmSE.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/PQWHxAEHsaCYi4Gwl2Nen91AmSE.png\").href} 1828w`\n                    },\n                    className: \"framer-wmwtft hidden-9grqb5 hidden-1b3903f hidden-1rlipqf\",\n                    \"data-framer-name\": \"logo_color_codelabs_studio\",\n                    name: \"logo_color_codelabs_studio\"\n                  })\n                }), /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-1amlw0b\",\n                  children: [/*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-qrrz8g\",\n                    children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        tcRWptpXV: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h4\", {\n                              style: {\n                                \"--font-selector\": \"SW50ZXItQm9sZA==\",\n                                \"--framer-font-family\": '\"Inter-Bold\", \"Inter\", sans-serif',\n                                \"--framer-font-size\": \"19px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-letter-spacing\": \"-0.3px\",\n                                \"--framer-line-height\": \"24px\",\n                                \"--framer-text-alignment\": \"center\",\n                                \"--framer-text-color\": \"var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(3, 131, 255))\"\n                              },\n                              children: \"SOFTWARE DEVELOPMENT\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h4\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItQm9sZA==\",\n                              \"--framer-font-family\": '\"Inter-Bold\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"25px\",\n                              \"--framer-font-weight\": \"700\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"24px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(3, 131, 255))\"\n                            },\n                            children: \"SOFTWARE DEVELOPMENT\"\n                          })\n                        }),\n                        className: \"framer-3sh11u\",\n                        fonts: [\"Inter-Bold\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        AXpyekt7t: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h1\", {\n                              style: {\n                                \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                                \"--framer-font-size\": \"32px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-letter-spacing\": \"-1.8px\",\n                                \"--framer-line-height\": \"42px\",\n                                \"--framer-text-alignment\": \"left\",\n                                \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                              },\n                              children: \"Custom Software Solutions for Your Business Needs\"\n                            })\n                          })\n                        },\n                        tcRWptpXV: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h1\", {\n                              style: {\n                                \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                                \"--framer-font-size\": \"30px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-letter-spacing\": \"-1.8px\",\n                                \"--framer-line-height\": \"40px\",\n                                \"--framer-text-alignment\": \"center\",\n                                \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                              },\n                              children: \"Custom Software Solutions for Your Business Needs\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h1\", {\n                            style: {\n                              \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                              \"--framer-font-size\": \"38px\",\n                              \"--framer-font-weight\": \"700\",\n                              \"--framer-letter-spacing\": \"-1.8px\",\n                              \"--framer-line-height\": \"42px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                            },\n                            children: \"Custom Software Solutions for Your Business Needs\"\n                          })\n                        }),\n                        className: \"framer-qyrq2n\",\n                        fonts: [\"GF;Inter-700\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    })]\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      tcRWptpXV: {\n                        children: /*#__PURE__*/_jsxs(React.Fragment, {\n                          children: [/*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"17px\",\n                              \"--framer-font-weight\": \"500\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"30px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                            },\n                            children: \"We are committed to designing and building custom solutions that align with your unique needs and goals.\"\n                          }), /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"17px\",\n                              \"--framer-font-weight\": \"500\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"30px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                            },\n                            children: \"Our full-stack development skills enable us to develop software that streamlines your processes, increases your bottom line, and sets you apart from the competition.\"\n                          })]\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsxs(React.Fragment, {\n                        children: [/*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-size\": \"21px\",\n                            \"--framer-font-weight\": \"500\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"30px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                          },\n                          children: \"We are committed to designing and building custom solutions that align with your unique needs and goals.\"\n                        }), /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-size\": \"21px\",\n                            \"--framer-font-weight\": \"500\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"30px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                          },\n                          children: \"Our full-stack development skills enable us to develop software that streamlines your processes, increases your bottom line, and sets you apart from the competition.\"\n                        })]\n                      }),\n                      className: \"framer-18rcq8u\",\n                      fonts: [\"Inter-Medium\"],\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })]\n                })]\n              })\n            }), /*#__PURE__*/_jsx(MotionDivWithFX, {\n              __framer__animate: {\n                transition: transition1\n              },\n              __framer__animateOnce: true,\n              __framer__enter: animation,\n              __framer__exit: animation1,\n              __framer__styleAppearEffectEnabled: true,\n              __framer__threshold: .5,\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              className: \"framer-14v3rwe\",\n              \"data-framer-name\": \"Feature-Left\",\n              name: \"Feature-Left\",\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1kn1mpl\",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-1y2pgjq\",\n                  children: [/*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-1g1jt6q\",\n                    children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        tcRWptpXV: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h4\", {\n                              style: {\n                                \"--font-selector\": \"SW50ZXItQm9sZA==\",\n                                \"--framer-font-family\": '\"Inter-Bold\", \"Inter\", sans-serif',\n                                \"--framer-font-size\": \"19px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-letter-spacing\": \"-0.3px\",\n                                \"--framer-line-height\": \"24px\",\n                                \"--framer-text-alignment\": \"center\",\n                                \"--framer-text-color\": \"var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(3, 131, 255))\"\n                              },\n                              children: \"API DEVELOPMENT\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h4\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItQm9sZA==\",\n                              \"--framer-font-family\": '\"Inter-Bold\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"25px\",\n                              \"--framer-font-weight\": \"700\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"24px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(3, 131, 255))\"\n                            },\n                            children: \"API DEVELOPMENT\"\n                          })\n                        }),\n                        className: \"framer-6t21ea\",\n                        fonts: [\"Inter-Bold\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        AXpyekt7t: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h1\", {\n                              style: {\n                                \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                                \"--framer-font-size\": \"32px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-letter-spacing\": \"-1.8px\",\n                                \"--framer-line-height\": \"42px\",\n                                \"--framer-text-alignment\": \"left\",\n                                \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                              },\n                              children: \"API Development for Seamless Integration and Scalability\"\n                            })\n                          })\n                        },\n                        tcRWptpXV: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h1\", {\n                              style: {\n                                \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                                \"--framer-font-size\": \"30px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-letter-spacing\": \"-1.8px\",\n                                \"--framer-line-height\": \"40px\",\n                                \"--framer-text-alignment\": \"center\",\n                                \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                              },\n                              children: \"API Development for Seamless Integration and Scalability\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h1\", {\n                            style: {\n                              \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                              \"--framer-font-size\": \"38px\",\n                              \"--framer-font-weight\": \"700\",\n                              \"--framer-letter-spacing\": \"-1.8px\",\n                              \"--framer-line-height\": \"42px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                            },\n                            children: \"API Development for Seamless Integration and Scalability\"\n                          })\n                        }),\n                        className: \"framer-l6a31k\",\n                        fonts: [\"GF;Inter-700\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    })]\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      tcRWptpXV: {\n                        children: /*#__PURE__*/_jsxs(React.Fragment, {\n                          children: [/*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"17px\",\n                              \"--framer-font-weight\": \"500\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"30px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                            },\n                            children: \"Your go-to destination for API development that drives seamless integration and scalability for your business.\"\n                          }), /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"17px\",\n                              \"--framer-font-weight\": \"500\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"30px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                            },\n                            children: \"With our in-depth understanding of API design and development, we craft solutions that cater to your unique needs, and help you achieve optimal results.\"\n                          })]\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsxs(React.Fragment, {\n                        children: [/*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-size\": \"21px\",\n                            \"--framer-font-weight\": \"500\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"30px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                          },\n                          children: \"Your go-to destination for API development that drives seamless integration and scalability for your business.\"\n                        }), /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-size\": \"21px\",\n                            \"--framer-font-weight\": \"500\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"30px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                          },\n                          children: \"With our in-depth understanding of API design and development, we craft solutions that cater to your unique needs, and help you achieve optimal results.\"\n                        })]\n                      }),\n                      className: \"framer-1ogc479\",\n                      fonts: [\"Inter-Medium\"],\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })]\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    tcRWptpXV: {\n                      background: {\n                        alt: \"\",\n                        fit: \"fill\",\n                        intrinsicHeight: 577.5,\n                        intrinsicWidth: 806,\n                        loading: \"lazy\",\n                        pixelHeight: 1155,\n                        pixelWidth: 1612,\n                        sizes: \"min(max(min(80vw, 1000px) - 60px, 0px), 1160px)\",\n                        src: new URL(\"https://framerusercontent.com/images/zUwqOG2qe9n4ZUpvT3VrfDbcA.png?scale-down-to=1024\").href,\n                        srcSet: `${new URL(\"https://framerusercontent.com/images/zUwqOG2qe9n4ZUpvT3VrfDbcA.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/zUwqOG2qe9n4ZUpvT3VrfDbcA.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/zUwqOG2qe9n4ZUpvT3VrfDbcA.png\").href} 1612w`\n                      }\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 577.5,\n                      intrinsicWidth: 806,\n                      loading: \"lazy\",\n                      pixelHeight: 1155,\n                      pixelWidth: 1612,\n                      sizes: \"300px\",\n                      src: new URL(\"https://framerusercontent.com/images/zUwqOG2qe9n4ZUpvT3VrfDbcA.png?scale-down-to=1024\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/zUwqOG2qe9n4ZUpvT3VrfDbcA.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/zUwqOG2qe9n4ZUpvT3VrfDbcA.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/zUwqOG2qe9n4ZUpvT3VrfDbcA.png\").href} 1612w`\n                    },\n                    className: \"framer-qexpex\",\n                    \"data-framer-name\": \"logo_apilabs_studio_orange\",\n                    name: \"logo_apilabs_studio_orange\"\n                  })\n                })]\n              })\n            }), /*#__PURE__*/_jsx(MotionDivWithFX, {\n              __framer__animate: {\n                transition: transition1\n              },\n              __framer__animateOnce: true,\n              __framer__enter: animation,\n              __framer__exit: animation1,\n              __framer__styleAppearEffectEnabled: true,\n              __framer__threshold: .5,\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              className: \"framer-zxkx73\",\n              \"data-framer-name\": \"Feature-Right\",\n              name: \"Feature-Right\",\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-18uj0mz\",\n                children: [isDisplayed1() && /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 545.5,\n                    intrinsicWidth: 1021.5,\n                    loading: \"lazy\",\n                    pixelHeight: 1091,\n                    pixelWidth: 2043,\n                    sizes: \"300px\",\n                    src: new URL(\"https://framerusercontent.com/images/HTqMOXPq92t5xcxBR04pgviE.png?scale-down-to=1024\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/HTqMOXPq92t5xcxBR04pgviE.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/HTqMOXPq92t5xcxBR04pgviE.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/HTqMOXPq92t5xcxBR04pgviE.png\").href} 2043w`\n                  },\n                  className: \"framer-wc1jog hidden-hkgcbs\",\n                  \"data-framer-name\": \"logo_mobilelabs_studio_blue\",\n                  name: \"logo_mobilelabs_studio_blue\"\n                }), isDisplayed2() && /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    tcRWptpXV: {\n                      background: {\n                        alt: \"\",\n                        fit: \"fill\",\n                        intrinsicHeight: 545.5,\n                        intrinsicWidth: 1021.5,\n                        loading: \"lazy\",\n                        pixelHeight: 1091,\n                        pixelWidth: 2043,\n                        sizes: \"min(max(min(80vw, 1000px) - 60px, 0px), 1160px)\",\n                        src: new URL(\"https://framerusercontent.com/images/HTqMOXPq92t5xcxBR04pgviE.png?scale-down-to=1024\").href,\n                        srcSet: `${new URL(\"https://framerusercontent.com/images/HTqMOXPq92t5xcxBR04pgviE.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/HTqMOXPq92t5xcxBR04pgviE.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/HTqMOXPq92t5xcxBR04pgviE.png\").href} 2043w`\n                      }\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 545.5,\n                      intrinsicWidth: 1021.5,\n                      loading: \"lazy\",\n                      pixelHeight: 1091,\n                      pixelWidth: 2043,\n                      sizes: \"max((min(max(min(80vw, 1000px) - 96px, 0px), 1160px) - 690px) / 2, 0px)\",\n                      src: new URL(\"https://framerusercontent.com/images/HTqMOXPq92t5xcxBR04pgviE.png?scale-down-to=1024\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/HTqMOXPq92t5xcxBR04pgviE.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/HTqMOXPq92t5xcxBR04pgviE.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/HTqMOXPq92t5xcxBR04pgviE.png\").href} 2043w`\n                    },\n                    className: \"framer-d650qy hidden-9grqb5 hidden-1b3903f hidden-1rlipqf\",\n                    \"data-framer-name\": \"logo_mobilelabs_studio_blue\",\n                    name: \"logo_mobilelabs_studio_blue\"\n                  })\n                }), /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-1igyxkr\",\n                  children: [/*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-18q24jh\",\n                    children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        tcRWptpXV: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h4\", {\n                              style: {\n                                \"--font-selector\": \"SW50ZXItQm9sZA==\",\n                                \"--framer-font-family\": '\"Inter-Bold\", \"Inter\", sans-serif',\n                                \"--framer-font-size\": \"19px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-letter-spacing\": \"-0.3px\",\n                                \"--framer-line-height\": \"24px\",\n                                \"--framer-text-alignment\": \"center\",\n                                \"--framer-text-color\": \"var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(3, 131, 255))\"\n                              },\n                              children: \"MOBILE APPS DEVELOPMENT\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h4\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItQm9sZA==\",\n                              \"--framer-font-family\": '\"Inter-Bold\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"25px\",\n                              \"--framer-font-weight\": \"700\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"24px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(3, 131, 255))\"\n                            },\n                            children: \"MOBILE APPS DEVELOPMENT\"\n                          })\n                        }),\n                        className: \"framer-1s2echx\",\n                        fonts: [\"Inter-Bold\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        AXpyekt7t: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h1\", {\n                              style: {\n                                \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                                \"--framer-font-size\": \"32px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-letter-spacing\": \"-1.8px\",\n                                \"--framer-line-height\": \"42px\",\n                                \"--framer-text-alignment\": \"left\",\n                                \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                              },\n                              children: \"Custom Mobile Apps for Your Business Needs\"\n                            })\n                          })\n                        },\n                        tcRWptpXV: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h1\", {\n                              style: {\n                                \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                                \"--framer-font-size\": \"30px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-letter-spacing\": \"-1.8px\",\n                                \"--framer-line-height\": \"40px\",\n                                \"--framer-text-alignment\": \"center\",\n                                \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                              },\n                              children: \"Custom Mobile Apps for Your Business Needs\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h1\", {\n                            style: {\n                              \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                              \"--framer-font-size\": \"38px\",\n                              \"--framer-font-weight\": \"700\",\n                              \"--framer-letter-spacing\": \"-1.8px\",\n                              \"--framer-line-height\": \"42px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                            },\n                            children: \"Custom Mobile Apps for Your Business Needs\"\n                          })\n                        }),\n                        className: \"framer-p5kwsp\",\n                        fonts: [\"GF;Inter-700\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    })]\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      tcRWptpXV: {\n                        children: /*#__PURE__*/_jsxs(React.Fragment, {\n                          children: [/*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"17px\",\n                              \"--framer-font-weight\": \"500\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"30px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                            },\n                            children: \"We understand the power of a custom mobile app in today's digital landscape.\"\n                          }), /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"17px\",\n                              \"--framer-font-weight\": \"500\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"30px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                            },\n                            children: \"Our focus is on creating mobile solutions that align with your business needs and exceed your expectations. \"\n                          }), /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"17px\",\n                              \"--framer-font-weight\": \"500\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"30px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                            },\n                            children: \"Whether you need an app to streamline your processes or reach your target audience, we have the skills to bring it to life.\"\n                          })]\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsxs(React.Fragment, {\n                        children: [/*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-size\": \"21px\",\n                            \"--framer-font-weight\": \"500\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"30px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                          },\n                          children: \"We understand the power of a custom mobile app in today's digital landscape.\"\n                        }), /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-size\": \"21px\",\n                            \"--framer-font-weight\": \"500\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"30px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                          },\n                          children: \"Our focus is on creating mobile solutions that align with your business needs and exceed your expectations. \"\n                        }), /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-size\": \"21px\",\n                            \"--framer-font-weight\": \"500\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"30px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                          },\n                          children: \"Whether you need an app to streamline your processes or reach your target audience, we have the skills to bring it to life.\"\n                        })]\n                      }),\n                      className: \"framer-3g6lod\",\n                      fonts: [\"Inter-Medium\"],\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })]\n                })]\n              })\n            }), /*#__PURE__*/_jsx(MotionDivWithFX, {\n              __framer__animate: {\n                transition: transition1\n              },\n              __framer__animateOnce: true,\n              __framer__enter: animation,\n              __framer__exit: animation1,\n              __framer__styleAppearEffectEnabled: true,\n              __framer__threshold: .5,\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              className: \"framer-1lfnfk3\",\n              \"data-framer-name\": \"Feature-Left\",\n              name: \"Feature-Left\",\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1irkze8\",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-gh608f\",\n                  children: [/*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-1pij0ex\",\n                    children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        tcRWptpXV: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h4\", {\n                              style: {\n                                \"--font-selector\": \"SW50ZXItQm9sZA==\",\n                                \"--framer-font-family\": '\"Inter-Bold\", \"Inter\", sans-serif',\n                                \"--framer-font-size\": \"19px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-letter-spacing\": \"-0.3px\",\n                                \"--framer-line-height\": \"24px\",\n                                \"--framer-text-alignment\": \"center\",\n                                \"--framer-text-color\": \"var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(3, 131, 255))\"\n                              },\n                              children: \"SEO MANAGEMENT\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h4\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItQm9sZA==\",\n                              \"--framer-font-family\": '\"Inter-Bold\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"25px\",\n                              \"--framer-font-weight\": \"700\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"24px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(3, 131, 255))\"\n                            },\n                            children: \"SEO MANAGEMENT\"\n                          })\n                        }),\n                        className: \"framer-1vusxs3\",\n                        fonts: [\"Inter-Bold\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        AXpyekt7t: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h1\", {\n                              style: {\n                                \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                                \"--framer-font-size\": \"32px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-letter-spacing\": \"-1.8px\",\n                                \"--framer-line-height\": \"42px\",\n                                \"--framer-text-alignment\": \"left\",\n                                \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                              },\n                              children: \"Effective SEO Strategies for your Business\"\n                            })\n                          })\n                        },\n                        tcRWptpXV: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h1\", {\n                              style: {\n                                \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                                \"--framer-font-size\": \"30px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-letter-spacing\": \"-1.8px\",\n                                \"--framer-line-height\": \"40px\",\n                                \"--framer-text-alignment\": \"center\",\n                                \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                              },\n                              children: \"Effective SEO Strategies for your Business\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h1\", {\n                            style: {\n                              \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                              \"--framer-font-size\": \"38px\",\n                              \"--framer-font-weight\": \"700\",\n                              \"--framer-letter-spacing\": \"-1.8px\",\n                              \"--framer-line-height\": \"42px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                            },\n                            children: \"Effective SEO Strategies for your Business\"\n                          })\n                        }),\n                        className: \"framer-tggw3k\",\n                        fonts: [\"GF;Inter-700\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    })]\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      tcRWptpXV: {\n                        children: /*#__PURE__*/_jsxs(React.Fragment, {\n                          children: [/*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"17px\",\n                              \"--framer-font-weight\": \"500\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"30px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                            },\n                            children: \"We know the importance of being visible in today's digital landscape.\"\n                          }), /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"17px\",\n                              \"--framer-font-weight\": \"500\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"30px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                            },\n                            children: \"Our team of experts specializes in providing effective SEO strategies that drive results for your business.\"\n                          }), /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"17px\",\n                              \"--framer-font-weight\": \"500\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"30px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                            },\n                            children: \"We can help you increase your online presence and reach your target audience.\"\n                          })]\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsxs(React.Fragment, {\n                        children: [/*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-size\": \"21px\",\n                            \"--framer-font-weight\": \"500\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"30px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                          },\n                          children: \"We know the importance of being visible in today's digital landscape.\"\n                        }), /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-size\": \"21px\",\n                            \"--framer-font-weight\": \"500\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"30px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                          },\n                          children: \"Our team of experts specializes in providing effective SEO strategies that drive results for your business.\"\n                        }), /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-size\": \"21px\",\n                            \"--framer-font-weight\": \"500\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"30px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                          },\n                          children: \"We can help you increase your online presence and reach your target audience.\"\n                        })]\n                      }),\n                      className: \"framer-1fo89gg\",\n                      fonts: [\"Inter-Medium\"],\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })]\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    tcRWptpXV: {\n                      background: {\n                        alt: \"\",\n                        fit: \"fill\",\n                        intrinsicHeight: 545.5,\n                        intrinsicWidth: 828.5,\n                        loading: \"lazy\",\n                        pixelHeight: 1091,\n                        pixelWidth: 1657,\n                        sizes: \"min(max(min(80vw, 1000px) - 60px, 0px), 1160px)\",\n                        src: new URL(\"https://framerusercontent.com/images/PLdhYUwGtZyTWAMHxo0UWwcGSo.png?scale-down-to=1024\").href,\n                        srcSet: `${new URL(\"https://framerusercontent.com/images/PLdhYUwGtZyTWAMHxo0UWwcGSo.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/PLdhYUwGtZyTWAMHxo0UWwcGSo.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/PLdhYUwGtZyTWAMHxo0UWwcGSo.png\").href} 1657w`\n                      }\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 545.5,\n                      intrinsicWidth: 828.5,\n                      loading: \"lazy\",\n                      pixelHeight: 1091,\n                      pixelWidth: 1657,\n                      sizes: \"300px\",\n                      src: new URL(\"https://framerusercontent.com/images/PLdhYUwGtZyTWAMHxo0UWwcGSo.png?scale-down-to=1024\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/PLdhYUwGtZyTWAMHxo0UWwcGSo.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/PLdhYUwGtZyTWAMHxo0UWwcGSo.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/PLdhYUwGtZyTWAMHxo0UWwcGSo.png\").href} 1657w`\n                    },\n                    className: \"framer-1lqkiub\",\n                    \"data-framer-name\": \"logo_seolabs_studio_purple\",\n                    name: \"logo_seolabs_studio_purple\"\n                  })\n                })]\n              })\n            })]\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-mxnbrk\",\n            \"data-framer-name\": \"Feature\",\n            id: id3,\n            name: \"Feature\",\n            ref: ref3,\n            children: [/*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-1glspp0\",\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-c2kaph\",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-1w8gbei\",\n                  children: [/*#__PURE__*/_jsx(RichTextWithFX, {\n                    __framer__animate: {\n                      transition: transition1\n                    },\n                    __framer__animateOnce: true,\n                    __framer__enter: animation,\n                    __framer__exit: animation1,\n                    __framer__styleAppearEffectEnabled: true,\n                    __framer__threshold: .5,\n                    __fromCanvasComponent: true,\n                    __perspectiveFX: false,\n                    __targetOpacity: 1,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h2\", {\n                        className: \"framer-styles-preset-1m9bzi2\",\n                        \"data-styles-preset\": \"stylesPresetHeading2\",\n                        children: \"Tech stack\"\n                      })\n                    }),\n                    className: \"framer-4zl707\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichTextWithFX, {\n                    __framer__animate: {\n                      transition: transition1\n                    },\n                    __framer__animateOnce: true,\n                    __framer__enter: animation,\n                    __framer__exit: animation1,\n                    __framer__styleAppearEffectEnabled: true,\n                    __framer__threshold: .5,\n                    __fromCanvasComponent: true,\n                    __perspectiveFX: false,\n                    __targetOpacity: 1,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsxs(\"h3\", {\n                        className: \"framer-styles-preset-ci2ngw\",\n                        \"data-styles-preset\": \"stylesPresetHeading3\",\n                        children: [\"Tailored solutions for\", /*#__PURE__*/_jsx(\"br\", {}), \"your unique needs.\"]\n                      })\n                    }),\n                    className: \"framer-1ht61x\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                }), /*#__PURE__*/_jsx(RichTextWithFX, {\n                  __framer__animate: {\n                    transition: transition1\n                  },\n                  __framer__animateOnce: true,\n                  __framer__enter: animation,\n                  __framer__exit: animation1,\n                  __framer__styleAppearEffectEnabled: true,\n                  __framer__threshold: .5,\n                  __fromCanvasComponent: true,\n                  __perspectiveFX: false,\n                  __targetOpacity: 1,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                        \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                        \"--framer-font-size\": \"18px\",\n                        \"--framer-font-weight\": \"500\",\n                        \"--framer-letter-spacing\": \"-0.3px\",\n                        \"--framer-line-height\": \"32px\",\n                        \"--framer-text-alignment\": \"center\",\n                        \"--framer-text-color\": \"var(--token-c30f424b-1ccb-4d94-827a-c7e5c524df2e, rgb(174, 174, 203))\"\n                      },\n                      children: \"Some of the technologies we use\"\n                    })\n                  }),\n                  className: \"framer-1xxhwe0\",\n                  fonts: [\"Inter-Medium\"],\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              })\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1lw1yj\",\n              children: [/*#__PURE__*/_jsxs(MotionDivWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation,\n                __framer__exit: animation1,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: .5,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                className: \"framer-xhgdb1\",\n                children: [/*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/MdH99UAYZKPfmsQFF00xpTndgo.png\").href\n                  },\n                  className: \"framer-19w62c2\",\n                  \"data-framer-name\": \"php\",\n                  name: \"php\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/bGwLXHnNUqVcHDMMyrTjQ6u3jiw.png\").href\n                  },\n                  className: \"framer-1pkxdcm\",\n                  \"data-framer-name\": \"laravel\",\n                  name: \"laravel\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/xMeY4j6ztGUg6L5Ft6WltE8dgYw.png\").href\n                  },\n                  className: \"framer-1dvit1x\",\n                  \"data-framer-name\": \"symfony\",\n                  name: \"symfony\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/bdL3vkKll2RqvWdvlVlhkLaGRKw.png\").href\n                  },\n                  className: \"framer-p996k2\",\n                  \"data-framer-name\": \"python\",\n                  name: \"python\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/vSvx1boLTgaymBMYoFToJKYq6Q.png\").href\n                  },\n                  className: \"framer-18t0rew\",\n                  \"data-framer-name\": \"go\",\n                  name: \"go\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/JrZloIbCbPgLenKwbWE5dLzM7ug.png\").href\n                  },\n                  className: \"framer-inz4ir\",\n                  \"data-framer-name\": \"javascript\",\n                  name: \"javascript\"\n                })]\n              }), /*#__PURE__*/_jsxs(MotionDivWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation,\n                __framer__exit: animation1,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: .5,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                className: \"framer-5oxe5v\",\n                children: [/*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/r6tGRAHbKv1fRxyFSJO6PDkT1eg.png\").href\n                  },\n                  className: \"framer-1ydqeim\",\n                  \"data-framer-name\": \"typescript\",\n                  name: \"typescript\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/B6tHCoNUic994Yuws3cnaWlQ3s.png\").href\n                  },\n                  className: \"framer-1a4kfb9\",\n                  \"data-framer-name\": \"jquery\",\n                  name: \"jquery\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/1WODBYEHM6sE5tG7b52ISEN1vRo.png\").href\n                  },\n                  className: \"framer-k3p5nn\",\n                  \"data-framer-name\": \"vuejs\",\n                  name: \"vuejs\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/bYcpsjLIXRR1nGEMF5WBdMKdox0.png\").href\n                  },\n                  className: \"framer-utmm7f\",\n                  \"data-framer-name\": \"react\",\n                  name: \"react\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/8rHVXft5ByWElyaiwtyM7k9QmI.png\").href\n                  },\n                  className: \"framer-8cumem\",\n                  \"data-framer-name\": \"nodejs\",\n                  name: \"nodejs\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/rKTNIQBrcOMZSmcjWtS5E9666Ss.png\").href\n                  },\n                  className: \"framer-hdamt4\",\n                  \"data-framer-name\": \"nextjs\",\n                  name: \"nextjs\"\n                })]\n              }), /*#__PURE__*/_jsxs(MotionDivWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation,\n                __framer__exit: animation1,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: .5,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                className: \"framer-1w9ej2g\",\n                children: [/*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/6LC0pmRCvcji7w7RgPBJtsr7c6k.png\").href\n                  },\n                  className: \"framer-19qr0jp\",\n                  \"data-framer-name\": \"mysql\",\n                  name: \"mysql\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/SSK2HLNU2vOLdqAdGEZkfDKPYhc.png\").href\n                  },\n                  className: \"framer-bhmtd9\",\n                  \"data-framer-name\": \"mariadb\",\n                  name: \"mariadb\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/XIVjttTeTNbEwL36786wL1WE.png\").href\n                  },\n                  className: \"framer-10jwjfm\",\n                  \"data-framer-name\": \"postgresql\",\n                  name: \"postgresql\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/OWn7UO5ieGwpIqUipBYMG0zCLLw.png\").href\n                  },\n                  className: \"framer-172fuem\",\n                  \"data-framer-name\": \"mongodb\",\n                  name: \"mongodb\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/bapqttSMHyzTg9UjoIxoEamKESA.png\").href\n                  },\n                  className: \"framer-130ct8l\",\n                  \"data-framer-name\": \"flutterflow\",\n                  name: \"flutterflow\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/MbN4mtV3Crbr8aKFnfvfyktX010.png\").href\n                  },\n                  className: \"framer-17p74rj\",\n                  \"data-framer-name\": \"aws\",\n                  name: \"aws\"\n                })]\n              }), /*#__PURE__*/_jsxs(MotionDivWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation,\n                __framer__exit: animation1,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: .5,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                className: \"framer-1iystps\",\n                children: [/*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/MdbsDBE4D5vNs4uCuTw5XEhpg.png\").href\n                  },\n                  className: \"framer-1gqiiau\",\n                  \"data-framer-name\": \"git\",\n                  name: \"git\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/fulgbDfB1S9kbNs7sAmUOpmlN5I.png\").href\n                  },\n                  className: \"framer-1f63lyd\",\n                  \"data-framer-name\": \"docker\",\n                  name: \"docker\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 217,\n                    intrinsicWidth: 217,\n                    loading: \"lazy\",\n                    pixelHeight: 434,\n                    pixelWidth: 434,\n                    src: new URL(\"https://framerusercontent.com/images/jEb6CcMVDfA1BVE0aJmnarRhQKA.png\").href\n                  },\n                  className: \"framer-1wc8w5j\",\n                  \"data-framer-name\": \"rabbitmq\",\n                  name: \"rabbitmq\"\n                }), /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 75,\n                    intrinsicWidth: 75,\n                    loading: \"lazy\",\n                    pixelHeight: 150,\n                    pixelWidth: 150,\n                    src: new URL(\"https://framerusercontent.com/images/Eh6uXA0GfrlDMW8HxYpRLEvgCo.png\").href\n                  },\n                  className: \"framer-hrljhj\",\n                  \"data-framer-name\": \"kubernetes\",\n                  name: \"kubernetes\"\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    tcRWptpXV: {\n                      background: {\n                        alt: \"\",\n                        fit: \"fill\",\n                        intrinsicHeight: 500,\n                        intrinsicWidth: 500,\n                        loading: \"lazy\",\n                        pixelHeight: 1e3,\n                        pixelWidth: 1e3,\n                        sizes: \"366.6667px\",\n                        src: new URL(\"https://framerusercontent.com/images/pyl0v9xQZmqacvbgTfMIHf0Sk.png?scale-down-to=512\").href,\n                        srcSet: `${new URL(\"https://framerusercontent.com/images/pyl0v9xQZmqacvbgTfMIHf0Sk.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/pyl0v9xQZmqacvbgTfMIHf0Sk.png\").href} 1000w`\n                      }\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 500,\n                      intrinsicWidth: 500,\n                      loading: \"lazy\",\n                      pixelHeight: 1e3,\n                      pixelWidth: 1e3,\n                      sizes: \"75px\",\n                      src: new URL(\"https://framerusercontent.com/images/pyl0v9xQZmqacvbgTfMIHf0Sk.png?scale-down-to=512\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/pyl0v9xQZmqacvbgTfMIHf0Sk.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/pyl0v9xQZmqacvbgTfMIHf0Sk.png\").href} 1000w`\n                    },\n                    className: \"framer-yo1cgf\",\n                    \"data-framer-name\": \"figma\",\n                    name: \"figma\"\n                  })\n                })]\n              })]\n            })]\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1irqflr\",\n            \"data-framer-name\": \"Convert new\",\n            name: \"Convert new\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1elmp7v\",\n              children: [/*#__PURE__*/_jsx(MotionDivWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation,\n                __framer__exit: animation1,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: .5,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                className: \"framer-6vr2ji\",\n                children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    AXpyekt7t: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsxs(\"h1\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                            \"--framer-font-size\": \"38px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-1.6px\",\n                            \"--framer-line-height\": \"56px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255))\"\n                          },\n                          children: [\"Improve the performance of your business with \", /*#__PURE__*/_jsx(\"span\", {\n                            style: {\n                              \"--framer-text-color\": \"var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(32, 71, 244))\"\n                            },\n                            children: \"expert software development.\"\n                          })]\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsxs(\"h1\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                          \"--framer-font-size\": \"48px\",\n                          \"--framer-font-weight\": \"700\",\n                          \"--framer-letter-spacing\": \"-1.6px\",\n                          \"--framer-line-height\": \"56px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255))\"\n                        },\n                        children: [\"Improve the performance of your business with \", /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--framer-text-color\": \"var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(32, 71, 244))\"\n                          },\n                          children: \"expert software development.\"\n                        })]\n                      })\n                    }),\n                    className: \"framer-xm22d6\",\n                    fonts: [\"GF;Inter-700\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                })\n              }), /*#__PURE__*/_jsxs(MotionDivWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation,\n                __framer__exit: animation1,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: .5,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                className: \"framer-sy1km6\",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-7sfept\",\n                  children: [/*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-1kvn7vs\",\n                    \"data-framer-name\": \"Icon\",\n                    fill: 'var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(32, 71, 244)) /* {\"name\":\"Primary\"} */',\n                    intrinsicHeight: 24,\n                    intrinsicWidth: 24,\n                    name: \"Icon\",\n                    svg: '<svg width=\"24\" height=\"24\" fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M4.75 12A7.25 7.25 0 0 1 12 4.75v0A7.25 7.25 0 0 1 19.25 12v0A7.25 7.25 0 0 1 12 19.25v0A7.25 7.25 0 0 1 4.75 12v0Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"m9.75 12.75.434.924a1 1 0 0 0 1.772.073L14.25 9.75\"/></svg>',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                          \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                          \"--framer-font-weight\": \"500\",\n                          \"--framer-letter-spacing\": \"-0.3px\",\n                          \"--framer-line-height\": \"24px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255))\"\n                        },\n                        children: \"High-quality and timely delivery\"\n                      })\n                    }),\n                    className: \"framer-1di7k9t\",\n                    fonts: [\"Inter-Medium\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                }), /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-10qrsx0\",\n                  children: [/*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-uw3opo\",\n                    \"data-framer-name\": \"Icon\",\n                    fill: 'var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(32, 71, 244)) /* {\"name\":\"Primary\"} */',\n                    intrinsicHeight: 24,\n                    intrinsicWidth: 24,\n                    name: \"Icon\",\n                    svg: '<svg width=\"24\" height=\"24\" fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M4.75 12A7.25 7.25 0 0 1 12 4.75v0A7.25 7.25 0 0 1 19.25 12v0A7.25 7.25 0 0 1 12 19.25v0A7.25 7.25 0 0 1 4.75 12v0Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"m9.75 12.75.434.924a1 1 0 0 0 1.772.073L14.25 9.75\"/></svg>',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                          \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                          \"--framer-font-weight\": \"500\",\n                          \"--framer-letter-spacing\": \"-0.3px\",\n                          \"--framer-line-height\": \"24px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255))\"\n                        },\n                        children: \"Experienced team of developers\"\n                      })\n                    }),\n                    className: \"framer-159k4db\",\n                    fonts: [\"Inter-Medium\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                }), /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-17ejn0c\",\n                  children: [/*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-1ea6sv\",\n                    \"data-framer-name\": \"Icon\",\n                    fill: 'var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(32, 71, 244)) /* {\"name\":\"Primary\"} */',\n                    intrinsicHeight: 24,\n                    intrinsicWidth: 24,\n                    name: \"Icon\",\n                    svg: '<svg width=\"24\" height=\"24\" fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M4.75 12A7.25 7.25 0 0 1 12 4.75v0A7.25 7.25 0 0 1 19.25 12v0A7.25 7.25 0 0 1 12 19.25v0A7.25 7.25 0 0 1 4.75 12v0Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"m9.75 12.75.434.924a1 1 0 0 0 1.772.073L14.25 9.75\"/></svg>',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      AXpyekt7t: {\n                        children: /*#__PURE__*/_jsxs(React.Fragment, {\n                          children: [/*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-weight\": \"500\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"24px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255))\"\n                            },\n                            children: \"Tailored solutions to meet specific\"\n                          }), /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-weight\": \"500\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"24px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255))\"\n                            },\n                            children: \"business needs\"\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\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-weight\": \"500\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"24px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255))\"\n                          },\n                          children: \"Tailored solutions to meet specific business needs\"\n                        })\n                      }),\n                      className: \"framer-17fs8db\",\n                      fonts: [\"Inter-Medium\"],\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })]\n                }), /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-mz922v\",\n                  children: [/*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-ub95wf\",\n                    \"data-framer-name\": \"Icon\",\n                    fill: 'var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(32, 71, 244)) /* {\"name\":\"Primary\"} */',\n                    intrinsicHeight: 24,\n                    intrinsicWidth: 24,\n                    name: \"Icon\",\n                    svg: '<svg width=\"24\" height=\"24\" fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M4.75 12A7.25 7.25 0 0 1 12 4.75v0A7.25 7.25 0 0 1 19.25 12v0A7.25 7.25 0 0 1 12 19.25v0A7.25 7.25 0 0 1 4.75 12v0Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"m9.75 12.75.434.924a1 1 0 0 0 1.772.073L14.25 9.75\"/></svg>',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      AXpyekt7t: {\n                        children: /*#__PURE__*/_jsxs(React.Fragment, {\n                          children: [/*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-weight\": \"500\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"24px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255))\"\n                            },\n                            children: \"Strong communication\"\n                          }), /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-weight\": \"500\",\n                              \"--framer-letter-spacing\": \"-0.3px\",\n                              \"--framer-line-height\": \"24px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255))\"\n                            },\n                            children: \"and collaboration\"\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\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-weight\": \"500\",\n                            \"--framer-letter-spacing\": \"-0.3px\",\n                            \"--framer-line-height\": \"24px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255))\"\n                          },\n                          children: \"Strong communication and collaboration\"\n                        })\n                      }),\n                      className: \"framer-9p3z7k\",\n                      fonts: [\"Inter-Medium\"],\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })]\n                }), /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-x8kjvl\",\n                  children: [/*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-x4uotz\",\n                    \"data-framer-name\": \"Icon\",\n                    fill: 'var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(32, 71, 244)) /* {\"name\":\"Primary\"} */',\n                    intrinsicHeight: 24,\n                    intrinsicWidth: 24,\n                    name: \"Icon\",\n                    svg: '<svg width=\"24\" height=\"24\" fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M4.75 12A7.25 7.25 0 0 1 12 4.75v0A7.25 7.25 0 0 1 19.25 12v0A7.25 7.25 0 0 1 12 19.25v0A7.25 7.25 0 0 1 4.75 12v0Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"m9.75 12.75.434.924a1 1 0 0 0 1.772.073L14.25 9.75\"/></svg>',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                          \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                          \"--framer-font-weight\": \"500\",\n                          \"--framer-letter-spacing\": \"-0.3px\",\n                          \"--framer-line-height\": \"24px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255))\"\n                        },\n                        children: \"On-budget project delivery\"\n                      })\n                    }),\n                    className: \"framer-1scx9jo\",\n                    fonts: [\"Inter-Medium\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                })]\n              })]\n            }), /*#__PURE__*/_jsx(RichTextWithFX, {\n              __framer__animate: {\n                transition: transition1\n              },\n              __framer__animateOnce: true,\n              __framer__enter: animation,\n              __framer__exit: animation1,\n              __framer__styleAppearEffectEnabled: true,\n              __framer__threshold: .5,\n              __fromCanvasComponent: true,\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              children: /*#__PURE__*/_jsxs(React.Fragment, {\n                children: [/*#__PURE__*/_jsx(\"p\", {\n                  style: {\n                    \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                    \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                    \"--framer-font-size\": \"18px\",\n                    \"--framer-font-weight\": \"500\",\n                    \"--framer-letter-spacing\": \"-0.3px\",\n                    \"--framer-line-height\": \"32px\",\n                    \"--framer-text-alignment\": \"left\",\n                    \"--framer-text-color\": \"var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255))\"\n                  },\n                  children: \"Our team of experienced developers work closely with you to understand your requirements and create a solution that is efficient, user-friendly, and scalable.\"\n                }), /*#__PURE__*/_jsx(\"p\", {\n                  style: {\n                    \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                    \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                    \"--framer-font-size\": \"18px\",\n                    \"--framer-font-weight\": \"500\",\n                    \"--framer-letter-spacing\": \"-0.3px\",\n                    \"--framer-line-height\": \"32px\",\n                    \"--framer-text-alignment\": \"left\",\n                    \"--framer-text-color\": \"var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255))\"\n                  },\n                  children: \"We pride ourselves on delivering high-quality software on time and within budget.\"\n                }), /*#__PURE__*/_jsx(\"p\", {\n                  style: {\n                    \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                    \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                    \"--framer-font-size\": \"18px\",\n                    \"--framer-font-weight\": \"500\",\n                    \"--framer-letter-spacing\": \"-0.3px\",\n                    \"--framer-line-height\": \"32px\",\n                    \"--framer-text-alignment\": \"left\",\n                    \"--framer-text-color\": \"var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255))\"\n                  },\n                  children: \"Trust us to elevate your business with our professional software development services.\"\n                })]\n              }),\n              className: \"framer-6dgqt2\",\n              fonts: [\"Inter-Medium\"],\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                tcRWptpXV: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 1197,\n                    intrinsicWidth: 1614.5,\n                    loading: \"lazy\",\n                    pixelHeight: 2394,\n                    pixelWidth: 3229,\n                    sizes: \"min(100vw - 48px, 1160px)\",\n                    src: new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=2048\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg\").href} 3229w`\n                  }\n                }\n              },\n              children: /*#__PURE__*/_jsx(ImageWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation,\n                __framer__exit: animation1,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: .5,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  intrinsicHeight: 1197,\n                  intrinsicWidth: 1614.5,\n                  loading: \"lazy\",\n                  pixelHeight: 2394,\n                  pixelWidth: 3229,\n                  sizes: \"min(100vw - 96px, 1160px)\",\n                  src: new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=2048\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg\").href} 3229w`\n                },\n                className: \"framer-4hmdnz\",\n                \"data-framer-name\": \"mockup_dashboard\",\n                name: \"mockup_dashboard\"\n              })\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                AXpyekt7t: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 426,\n                    intrinsicWidth: 207,\n                    loading: \"lazy\",\n                    pixelHeight: 852,\n                    pixelWidth: 414,\n                    sizes: \"267px\",\n                    src: new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href} 248w, ${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png\").href} 414w`\n                  }\n                },\n                B84yZlzJS: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 426,\n                    intrinsicWidth: 207,\n                    loading: \"lazy\",\n                    pixelHeight: 852,\n                    pixelWidth: 414,\n                    sizes: \"280px\",\n                    src: new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href} 248w, ${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png\").href} 414w`\n                  }\n                },\n                tcRWptpXV: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 426,\n                    intrinsicWidth: 207,\n                    loading: \"lazy\",\n                    pixelHeight: 852,\n                    pixelWidth: 414,\n                    sizes: \"180px\",\n                    src: new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href} 248w, ${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png\").href} 414w`\n                  }\n                }\n              },\n              children: /*#__PURE__*/_jsx(ImageWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation,\n                __framer__exit: animation1,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: .5,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  intrinsicHeight: 426,\n                  intrinsicWidth: 207,\n                  loading: \"lazy\",\n                  pixelHeight: 852,\n                  pixelWidth: 414,\n                  sizes: \"calc(100vw - 933px)\",\n                  src: new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href} 248w, ${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png\").href} 414w`\n                },\n                className: \"framer-1fsyifd\",\n                \"data-framer-name\": \"mockup_iphone\",\n                name: \"mockup_iphone\"\n              })\n            })]\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1a9idcf\",\n            \"data-framer-name\": \"Testimonials\",\n            id: id4,\n            name: \"Testimonials\",\n            ref: ref4,\n            children: /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-f2qz67\",\n              children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  AXpyekt7t: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h2\", {\n                        className: \"framer-styles-preset-1m9bzi2\",\n                        \"data-styles-preset\": \"stylesPresetHeading2\",\n                        style: {\n                          \"--framer-text-alignment\": \"center\"\n                        },\n                        children: \"Testimonials?\"\n                      })\n                    })\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichTextWithFX, {\n                  __framer__animate: {\n                    transition: transition1\n                  },\n                  __framer__animateOnce: true,\n                  __framer__enter: animation,\n                  __framer__exit: animation1,\n                  __framer__styleAppearEffectEnabled: true,\n                  __framer__threshold: .5,\n                  __fromCanvasComponent: true,\n                  __perspectiveFX: false,\n                  __targetOpacity: 1,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h2\", {\n                      className: \"framer-styles-preset-1m9bzi2\",\n                      \"data-styles-preset\": \"stylesPresetHeading2\",\n                      children: \"Testimonials?\"\n                    })\n                  }),\n                  className: \"framer-10zk478\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              }), /*#__PURE__*/_jsx(RichTextWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation,\n                __framer__exit: animation1,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: .5,\n                __fromCanvasComponent: true,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h3\", {\n                    className: \"framer-styles-preset-ci2ngw\",\n                    \"data-styles-preset\": \"stylesPresetHeading3\",\n                    children: \"We have raving fans.\"\n                  })\n                }),\n                className: \"framer-6asy0m\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsxs(MotionDivWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation,\n                __framer__exit: animation1,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: .5,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                className: \"framer-1qwo7yf\",\n                \"data-border\": true,\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-5kqkj4\",\n                  children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      AXpyekt7t: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsxs(\"p\", {\n                            style: {\n                              \"--font-selector\": \"R0Y7TWFucm9wZS1yZWd1bGFy\",\n                              \"--framer-font-family\": '\"Manrope\", serif',\n                              \"--framer-font-size\": \"24px\",\n                              \"--framer-letter-spacing\": \"-1px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"var(--token-7434257b-0490-4e05-8646-71d8417a414b, rgb(102, 101, 114))\"\n                            },\n                            children: [/*#__PURE__*/_jsx(\"span\", {\n                              style: {\n                                \"--framer-text-color\": \"rgba(16, 16, 18, 0.5)\"\n                              },\n                              children: \"\u201C\"\n                            }), \"From the initial consultation to the final delivery, their team was professional, responsive, and dedicated to delivering a high-quality product.\", /*#__PURE__*/_jsx(\"span\", {\n                              style: {\n                                \"--framer-text-color\": \"rgba(16, 16, 18, 0.5)\"\n                              },\n                              children: \"\u201D\"\n                            })]\n                          })\n                        })\n                      },\n                      tcRWptpXV: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsxs(\"p\", {\n                            style: {\n                              \"--font-selector\": \"R0Y7TWFucm9wZS1yZWd1bGFy\",\n                              \"--framer-font-family\": '\"Manrope\", serif',\n                              \"--framer-font-size\": \"25px\",\n                              \"--framer-letter-spacing\": \"-1px\",\n                              \"--framer-line-height\": \"1.5em\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"var(--token-7434257b-0490-4e05-8646-71d8417a414b, rgb(102, 101, 114))\"\n                            },\n                            children: [/*#__PURE__*/_jsx(\"span\", {\n                              style: {\n                                \"--framer-text-color\": \"rgba(16, 16, 18, 0.5)\"\n                              },\n                              children: \"\u201C\"\n                            }), \"From the initial consultation to the final delivery, their team was professional, responsive, and dedicated to delivering a high-quality product.\", /*#__PURE__*/_jsx(\"span\", {\n                              style: {\n                                \"--framer-text-color\": \"rgba(16, 16, 18, 0.5)\"\n                              },\n                              children: \"\u201D\"\n                            })]\n                          })\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichTextWithFX, {\n                      __framer__animate: {\n                        transition: transition6\n                      },\n                      __framer__animateOnce: true,\n                      __framer__enter: animation8,\n                      __framer__exit: animation9,\n                      __framer__styleAppearEffectEnabled: true,\n                      __framer__threshold: .5,\n                      __fromCanvasComponent: true,\n                      __perspectiveFX: false,\n                      __targetOpacity: 1,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsxs(\"p\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7TWFucm9wZS1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Manrope\", serif',\n                            \"--framer-font-size\": \"28px\",\n                            \"--framer-letter-spacing\": \"-1px\",\n                            \"--framer-line-height\": \"1.5em\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"var(--token-7434257b-0490-4e05-8646-71d8417a414b, rgb(102, 101, 114))\"\n                          },\n                          children: [/*#__PURE__*/_jsx(\"span\", {\n                            style: {\n                              \"--framer-text-color\": \"rgba(16, 16, 18, 0.5)\"\n                            },\n                            children: \"\u201C\"\n                          }), \"From the initial consultation to the final delivery, their team was professional, responsive, and dedicated to delivering a high-quality product.\", /*#__PURE__*/_jsx(\"span\", {\n                            style: {\n                              \"--framer-text-color\": \"rgba(16, 16, 18, 0.5)\"\n                            },\n                            children: \"\u201D\"\n                          })]\n                        })\n                      }),\n                      className: \"framer-16xtqjp\",\n                      fonts: [\"GF;Manrope-regular\"],\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-152ylfp\",\n                    children: [/*#__PURE__*/_jsx(RichTextWithFX, {\n                      __framer__animate: {\n                        transition: transition6\n                      },\n                      __framer__animateOnce: true,\n                      __framer__enter: animation8,\n                      __framer__exit: animation9,\n                      __framer__styleAppearEffectEnabled: true,\n                      __framer__threshold: .5,\n                      __fromCanvasComponent: true,\n                      __perspectiveFX: false,\n                      __targetOpacity: 1,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                            \"--framer-font-size\": \"26px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-0.7px\",\n                            \"--framer-line-height\": \"1em\",\n                            \"--framer-text-alignment\": \"left\"\n                          },\n                          children: \"Klaudia Tolman\"\n                        })\n                      }),\n                      className: \"framer-fa1gmy\",\n                      fonts: [\"GF;Inter-700\"],\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    }), /*#__PURE__*/_jsx(RichTextWithFX, {\n                      __framer__animate: {\n                        transition: transition6\n                      },\n                      __framer__animateOnce: true,\n                      __framer__enter: animation8,\n                      __framer__exit: animation9,\n                      __framer__styleAppearEffectEnabled: true,\n                      __framer__threshold: .5,\n                      __fromCanvasComponent: true,\n                      __perspectiveFX: false,\n                      __targetOpacity: .5,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                            \"--framer-font-size\": \"20px\",\n                            \"--framer-letter-spacing\": \"-0.7px\",\n                            \"--framer-line-height\": \"1em\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(51, 51, 51)\"\n                          },\n                          children: \"CEO ExplainVisually.co\"\n                        })\n                      }),\n                      className: \"framer-1z6us9\",\n                      \"data-framer-name\": \"CEO Rockinthevisualworld.com\",\n                      fonts: [\"GF;Inter-regular\"],\n                      name: \"CEO Rockinthevisualworld.com\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })]\n                  })]\n                }), isDisplayed1() && /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    AXpyekt7t: {\n                      background: {\n                        alt: \"\",\n                        fit: \"fill\",\n                        intrinsicHeight: 1368,\n                        intrinsicWidth: 2052,\n                        loading: \"lazy\",\n                        pixelHeight: 2736,\n                        pixelWidth: 4104,\n                        sizes: \"300px\",\n                        src: new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=4096\").href,\n                        srcSet: `${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=4096\").href} 4096w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg\").href} 4104w`\n                      }\n                    },\n                    B84yZlzJS: {\n                      background: {\n                        alt: \"\",\n                        fit: \"fill\",\n                        intrinsicHeight: 1368,\n                        intrinsicWidth: 2052,\n                        loading: \"lazy\",\n                        pixelHeight: 2736,\n                        pixelWidth: 4104,\n                        sizes: \"358px\",\n                        src: new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=4096\").href,\n                        srcSet: `${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=4096\").href} 4096w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg\").href} 4104w`\n                      }\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 1368,\n                      intrinsicWidth: 2052,\n                      loading: \"lazy\",\n                      pixelHeight: 2736,\n                      pixelWidth: 4104,\n                      sizes: \"335px\",\n                      src: new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=4096\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=4096\").href} 4096w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg\").href} 4104w`\n                    },\n                    className: \"framer-2e0d2x hidden-hkgcbs\",\n                    \"data-framer-name\": \"IMG_2946_nowe_profilowe_Klaudia_Tolman_2019\",\n                    name: \"IMG_2946_nowe_profilowe_Klaudia_Tolman_2019\"\n                  })\n                }), isDisplayed2() && /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    tcRWptpXV: {\n                      background: {\n                        alt: \"\",\n                        fit: \"fill\",\n                        intrinsicHeight: 1368,\n                        intrinsicWidth: 2052,\n                        loading: \"lazy\",\n                        pixelHeight: 2736,\n                        pixelWidth: 4104,\n                        sizes: \"min(100vw - 48px, 900px)\",\n                        src: new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=4096\").href,\n                        srcSet: `${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=4096\").href} 4096w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg\").href} 4104w`\n                      }\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 1368,\n                      intrinsicWidth: 2052,\n                      loading: \"lazy\",\n                      pixelHeight: 2736,\n                      pixelWidth: 4104,\n                      sizes: \"900px\",\n                      src: new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=4096\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg?scale-down-to=4096\").href} 4096w, ${new URL(\"https://framerusercontent.com/images/1AHUeGm14R2b3XVKSyQaz8klNU.jpg\").href} 4104w`\n                    },\n                    className: \"framer-133h4zt hidden-9grqb5 hidden-1b3903f hidden-1rlipqf\",\n                    \"data-framer-name\": \"IMG_2946_nowe_profilowe_Klaudia_Tolman_2019\",\n                    name: \"IMG_2946_nowe_profilowe_Klaudia_Tolman_2019\"\n                  })\n                })]\n              })]\n            })\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-v68mbc\",\n            \"data-framer-name\": \"Contact\",\n            id: id5,\n            name: \"Contact\",\n            ref: ref5,\n            children: [/*#__PURE__*/_jsx(RichTextWithFX, {\n              __framer__animate: {\n                transition: transition1\n              },\n              __framer__animateOnce: true,\n              __framer__enter: animation,\n              __framer__exit: animation1,\n              __framer__styleAppearEffectEnabled: true,\n              __framer__threshold: .5,\n              __fromCanvasComponent: true,\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(\"h2\", {\n                  className: \"framer-styles-preset-1m9bzi2\",\n                  \"data-styles-preset\": \"stylesPresetHeading2\",\n                  children: \"Now, let's make true that idea!\"\n                })\n              }),\n              className: \"framer-91gg1\",\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsx(MotionDivWithFX, {\n              __framer__animate: {\n                transition: transition1\n              },\n              __framer__animateOnce: true,\n              __framer__enter: animation,\n              __framer__exit: animation1,\n              __framer__styleAppearEffectEnabled: true,\n              __framer__threshold: .5,\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              className: \"framer-veh055\",\n              \"data-framer-name\": \"Column\",\n              name: \"Column\",\n              children: /*#__PURE__*/_jsx(Container, {\n                className: \"framer-9j2ns2-container\",\n                children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    tcRWptpXV: {\n                      layout: \"vertical\"\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(FormSpark, {\n                    borderRadius: 8,\n                    bottomLeftRadius: 8,\n                    bottomRightRadius: 8,\n                    button: {\n                      color: \"rgb(255, 255, 255)\",\n                      fill: \"rgb(34, 34, 34)\",\n                      fontWeight: 600,\n                      label: \"Send\"\n                    },\n                    email: {\n                      placeholder: \"Email\",\n                      value: \"\"\n                    },\n                    font: true,\n                    fontFamily: \"Manrope\",\n                    fontSize: 16,\n                    fontWeight: 500,\n                    formId: \"GpyUly2J\",\n                    gap: 15,\n                    height: \"100%\",\n                    id: \"B7_B4eoId\",\n                    inputs: {\n                      color: \"rgb(0, 0, 0)\",\n                      error: \"rgb(238, 68, 68)\",\n                      fill: \"rgb(242, 242, 242)\",\n                      placeholderColor: \"rgba(0, 0, 0, 0.5)\"\n                    },\n                    isMixedBorderRadius: false,\n                    layout: \"horizontal\",\n                    layoutId: \"B7_B4eoId\",\n                    message: {\n                      placeholder: \"Message\",\n                      value: \"\"\n                    },\n                    nameField: {\n                      placeholder: \"Name\",\n                      value: \"\"\n                    },\n                    padding: 15,\n                    paddingBottom: 15,\n                    paddingLeft: 15,\n                    paddingPerSide: false,\n                    paddingRight: 15,\n                    paddingTop: 15,\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    topLeftRadius: 8,\n                    topRightRadius: 8,\n                    width: \"100%\",\n                    withEmail: true,\n                    withMessage: true,\n                    withName: true\n                  })\n                })\n              })\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                AXpyekt7t: {\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsxs(\"p\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItQm9sZA==\",\n                        \"--framer-font-family\": '\"Inter-Bold\", \"Inter\", sans-serif',\n                        \"--framer-font-size\": \"35px\",\n                        \"--framer-font-weight\": \"700\",\n                        \"--framer-letter-spacing\": \"-1px\",\n                        \"--framer-line-height\": \"2em\",\n                        \"--framer-text-alignment\": \"center\",\n                        \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                      },\n                      children: [\"or drop us a line at \", /*#__PURE__*/_jsx(Link, {\n                        href: \"mailto:hello@codelabs.studio\",\n                        openInNewTab: false,\n                        smoothScroll: false,\n                        children: /*#__PURE__*/_jsx(\"a\", {\n                          className: \"framer-styles-preset-1wicq5s\",\n                          \"data-styles-preset\": \"ro7OPezbn\",\n                          children: /*#__PURE__*/_jsx(\"span\", {\n                            style: {\n                              \"--framer-text-decoration\": \"underline\"\n                            },\n                            children: \"hello@codelabs.studio\"\n                          })\n                        })\n                      })]\n                    })\n                  })\n                },\n                B84yZlzJS: {\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsxs(\"p\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItQm9sZA==\",\n                        \"--framer-font-family\": '\"Inter-Bold\", \"Inter\", sans-serif',\n                        \"--framer-font-size\": \"38px\",\n                        \"--framer-font-weight\": \"700\",\n                        \"--framer-letter-spacing\": \"-1px\",\n                        \"--framer-line-height\": \"2em\",\n                        \"--framer-text-alignment\": \"center\",\n                        \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                      },\n                      children: [\"or drop us a line at \", /*#__PURE__*/_jsx(Link, {\n                        href: \"mailto:hello@codelabs.studio\",\n                        openInNewTab: true,\n                        smoothScroll: false,\n                        children: /*#__PURE__*/_jsx(\"a\", {\n                          className: \"framer-styles-preset-1wicq5s\",\n                          \"data-styles-preset\": \"ro7OPezbn\",\n                          children: /*#__PURE__*/_jsx(\"span\", {\n                            style: {\n                              \"--framer-text-decoration\": \"underline\"\n                            },\n                            children: \"hello@codelabs.studio\"\n                          })\n                        })\n                      })]\n                    })\n                  })\n                },\n                tcRWptpXV: {\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsxs(\"p\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItQm9sZA==\",\n                        \"--framer-font-family\": '\"Inter-Bold\", \"Inter\", sans-serif',\n                        \"--framer-font-size\": \"29px\",\n                        \"--framer-font-weight\": \"700\",\n                        \"--framer-letter-spacing\": \"-1px\",\n                        \"--framer-line-height\": \"35px\",\n                        \"--framer-text-alignment\": \"center\",\n                        \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                      },\n                      children: [\"or drop us a line at \", /*#__PURE__*/_jsx(Link, {\n                        href: \"mailto:hello@codelabs.studio\",\n                        openInNewTab: false,\n                        smoothScroll: false,\n                        children: /*#__PURE__*/_jsx(\"a\", {\n                          className: \"framer-styles-preset-1wicq5s\",\n                          \"data-styles-preset\": \"ro7OPezbn\",\n                          children: /*#__PURE__*/_jsx(\"span\", {\n                            style: {\n                              \"--framer-text-decoration\": \"underline\"\n                            },\n                            children: \"hello@codelabs.studio\"\n                          })\n                        })\n                      })]\n                    })\n                  })\n                }\n              },\n              children: /*#__PURE__*/_jsx(RichTextWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation,\n                __framer__exit: animation1,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: .5,\n                __fromCanvasComponent: true,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsxs(\"p\", {\n                    style: {\n                      \"--font-selector\": \"SW50ZXItQm9sZA==\",\n                      \"--framer-font-family\": '\"Inter-Bold\", \"Inter\", sans-serif',\n                      \"--framer-font-size\": \"38px\",\n                      \"--framer-font-weight\": \"700\",\n                      \"--framer-letter-spacing\": \"-1px\",\n                      \"--framer-line-height\": \"2em\",\n                      \"--framer-text-alignment\": \"center\",\n                      \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                    },\n                    children: [\"or drop us a line at \", /*#__PURE__*/_jsx(Link, {\n                      href: \"mailto:hello@codelabs.studio\",\n                      openInNewTab: false,\n                      smoothScroll: false,\n                      children: /*#__PURE__*/_jsx(\"a\", {\n                        className: \"framer-styles-preset-1wicq5s\",\n                        \"data-styles-preset\": \"ro7OPezbn\",\n                        children: /*#__PURE__*/_jsx(\"span\", {\n                          style: {\n                            \"--framer-text-decoration\": \"underline\"\n                          },\n                          children: \"hello@codelabs.studio\"\n                        })\n                      })\n                    })]\n                  })\n                }),\n                className: \"framer-jyzlk5\",\n                fonts: [\"Inter-Bold\"],\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })\n            })]\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-m8mpyc\",\n            \"data-framer-name\": \"Final call to action\",\n            name: \"Final call to action\",\n            children: [isDisplayed3() && /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                AXpyekt7t: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fit\",\n                    loading: \"lazy\",\n                    sizes: \"1196.5px\",\n                    src: new URL(\"https://framerusercontent.com/images/p5ufReUVgP4yBgUujxRdNoUfd0.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/p5ufReUVgP4yBgUujxRdNoUfd0.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/p5ufReUVgP4yBgUujxRdNoUfd0.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/p5ufReUVgP4yBgUujxRdNoUfd0.png?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/p5ufReUVgP4yBgUujxRdNoUfd0.png\").href} 3229w`\n                  }\n                },\n                tcRWptpXV: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fit\",\n                    loading: \"lazy\",\n                    sizes: \"617px\",\n                    src: new URL(\"https://framerusercontent.com/images/p5ufReUVgP4yBgUujxRdNoUfd0.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/p5ufReUVgP4yBgUujxRdNoUfd0.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/p5ufReUVgP4yBgUujxRdNoUfd0.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/p5ufReUVgP4yBgUujxRdNoUfd0.png?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/p5ufReUVgP4yBgUujxRdNoUfd0.png\").href} 3229w`\n                  }\n                }\n              },\n              children: /*#__PURE__*/_jsx(ImageWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation,\n                __framer__exit: animation1,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: .5,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                background: {\n                  alt: \"\",\n                  fit: \"fit\",\n                  loading: \"lazy\",\n                  sizes: \"min(100vw - 96px, 1200px)\",\n                  src: new URL(\"https://framerusercontent.com/images/p5ufReUVgP4yBgUujxRdNoUfd0.png\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/p5ufReUVgP4yBgUujxRdNoUfd0.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/p5ufReUVgP4yBgUujxRdNoUfd0.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/p5ufReUVgP4yBgUujxRdNoUfd0.png?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/p5ufReUVgP4yBgUujxRdNoUfd0.png\").href} 3229w`\n                },\n                className: \"framer-holu8j hidden-1rlipqf\",\n                \"data-framer-name\": \"Dashboard screen\",\n                name: \"Dashboard screen\"\n              })\n            }), /*#__PURE__*/_jsx(MotionDivWithFX, {\n              __framer__animate: {\n                transition: transition1\n              },\n              __framer__animateOnce: true,\n              __framer__enter: animation,\n              __framer__exit: animation1,\n              __framer__styleAppearEffectEnabled: true,\n              __framer__threshold: .5,\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              className: \"framer-1usafjg\",\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-dsw7sj\",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-1aa0nqv\",\n                  children: [/*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-1kiofhe\",\n                    children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        AXpyekt7t: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h1\", {\n                              style: {\n                                \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                                \"--framer-font-size\": \"35px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-letter-spacing\": \"-1.6px\",\n                                \"--framer-line-height\": \"48px\",\n                                \"--framer-text-alignment\": \"left\",\n                                \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                              },\n                              children: \"What are you waiting for?\"\n                            })\n                          })\n                        },\n                        tcRWptpXV: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h1\", {\n                              style: {\n                                \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                                \"--framer-font-size\": \"40px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-letter-spacing\": \"-1.6px\",\n                                \"--framer-line-height\": \"48px\",\n                                \"--framer-text-alignment\": \"left\",\n                                \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                              },\n                              children: \"What are you waiting for? \"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h1\", {\n                            style: {\n                              \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                              \"--framer-font-size\": \"47px\",\n                              \"--framer-font-weight\": \"700\",\n                              \"--framer-letter-spacing\": \"-1.6px\",\n                              \"--framer-line-height\": \"48px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"\n                            },\n                            children: \"What are you waiting for?\"\n                          })\n                        }),\n                        className: \"framer-11ebmsy\",\n                        fonts: [\"GF;Inter-700\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), isDisplayed1() && /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        AXpyekt7t: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h1\", {\n                              style: {\n                                \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                                \"--framer-font-size\": \"25px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-letter-spacing\": \"-1.6px\",\n                                \"--framer-line-height\": \"48px\",\n                                \"--framer-text-alignment\": \"left\",\n                                \"--framer-text-color\": \"var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(32, 71, 244))\"\n                              },\n                              children: \"Don't let your ideas stay just an idea.\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h1\", {\n                            style: {\n                              \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                              \"--framer-font-size\": \"34px\",\n                              \"--framer-font-weight\": \"700\",\n                              \"--framer-letter-spacing\": \"-1.6px\",\n                              \"--framer-line-height\": \"48px\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(32, 71, 244))\"\n                            },\n                            children: \"Don't let your ideas stay just an idea.\"\n                          })\n                        }),\n                        className: \"framer-1jbbkak hidden-hkgcbs\",\n                        fonts: [\"GF;Inter-700\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), isDisplayed2() && /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h1\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                            \"--framer-font-size\": \"38px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-1.6px\",\n                            \"--framer-line-height\": \"48px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(32, 71, 244))\"\n                          },\n                          children: \"Don't let your ideas stay just an idea.\"\n                        })\n                      }),\n                      className: \"framer-13pvjqo hidden-9grqb5 hidden-1b3903f hidden-1rlipqf\",\n                      fonts: [\"GF;Inter-700\"],\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })]\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsxs(React.Fragment, {\n                      children: [/*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"22px\",\n                          \"--framer-letter-spacing\": \"-0.5px\",\n                          \"--framer-line-height\": \"28px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"rgb(85, 85, 85)\"\n                        },\n                        children: \"With our expertise and attention to detail, we can bring your vision to life and make your business stand out.\"\n                      }), /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--framer-letter-spacing\": \"-0.3px\",\n                          \"--framer-line-height\": \"28px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"br\", {\n                          className: \"trailing-break\"\n                        })\n                      }), /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"22px\",\n                          \"--framer-letter-spacing\": \"-0.5px\",\n                          \"--framer-line-height\": \"28px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"rgb(85, 85, 85)\"\n                        },\n                        children: \"We understand that every business is unique and we are dedicated to providing solutions that are tailored to your specific needs.\"\n                      }), /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--framer-letter-spacing\": \"-0.3px\",\n                          \"--framer-line-height\": \"28px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"br\", {\n                          className: \"trailing-break\"\n                        })\n                      }), /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"22px\",\n                          \"--framer-letter-spacing\": \"-0.5px\",\n                          \"--framer-line-height\": \"28px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"rgb(85, 85, 85)\"\n                        },\n                        children: \"Our team of professionals is ready to help you take your business to the next level.\"\n                      }), /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--framer-letter-spacing\": \"-0.3px\",\n                          \"--framer-line-height\": \"28px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"rgb(119, 119, 119)\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"br\", {\n                          className: \"trailing-break\"\n                        })\n                      }), /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--framer-font-size\": \"22px\",\n                          \"--framer-letter-spacing\": \"-0.5px\",\n                          \"--framer-line-height\": \"28px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"rgb(85, 85, 85)\"\n                        },\n                        children: \"Don't hesitate, contact us today and let's start creating something great together.\"\n                      })]\n                    }),\n                    className: \"framer-vgsp5a\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-ate7t2\",\n                  children: /*#__PURE__*/_jsx(Container, {\n                    className: \"framer-4hzwl1-container\",\n                    id: id6,\n                    ref: ref6,\n                    children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        tcRWptpXV: {\n                          style: {\n                            width: \"100%\"\n                          }\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(HeroButton, {\n                        height: \"100%\",\n                        id: \"mTxdHiomh\",\n                        layoutId: \"mTxdHiomh\",\n                        link: resolveLink({\n                          hash: \":TolfZppjc\",\n                          webPageId: \"TvGBGBZLF\"\n                        }, router),\n                        title: \"let's talk about your idea\",\n                        variant: \"aegyYGMso\",\n                        width: \"100%\"\n                      })\n                    })\n                  })\n                })]\n              })\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                B84yZlzJS: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 426,\n                    intrinsicWidth: 207,\n                    loading: \"lazy\",\n                    pixelHeight: 852,\n                    pixelWidth: 414,\n                    sizes: \"280px\",\n                    src: new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href} 248w, ${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png\").href} 414w`\n                  }\n                },\n                tcRWptpXV: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 426,\n                    intrinsicWidth: 207,\n                    loading: \"lazy\",\n                    pixelHeight: 852,\n                    pixelWidth: 414,\n                    sizes: \"150px\",\n                    src: new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href} 248w, ${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png\").href} 414w`\n                  }\n                }\n              },\n              children: /*#__PURE__*/_jsx(ImageWithFX, {\n                __framer__animate: {\n                  transition: transition1\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation,\n                __framer__exit: animation1,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: .5,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  intrinsicHeight: 426,\n                  intrinsicWidth: 207,\n                  loading: \"lazy\",\n                  pixelHeight: 852,\n                  pixelWidth: 414,\n                  sizes: \"267px\",\n                  src: new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png?scale-down-to=512\").href} 248w, ${new URL(\"https://framerusercontent.com/images/y2BaNUVrbYha6D33L2SYg32x8.png\").href} 414w`\n                },\n                className: \"framer-18p664b\",\n                \"data-framer-name\": \"mockup_iphone\",\n                name: \"mockup_iphone\"\n              })\n            }), isDisplayed4() && /*#__PURE__*/_jsx(ImageWithFX, {\n              __framer__animate: {\n                transition: transition1\n              },\n              __framer__animateOnce: true,\n              __framer__enter: animation,\n              __framer__exit: animation1,\n              __framer__styleAppearEffectEnabled: true,\n              __framer__threshold: .5,\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              background: {\n                alt: \"\",\n                fit: \"fill\",\n                intrinsicHeight: 1197,\n                intrinsicWidth: 1614.5,\n                loading: \"lazy\",\n                pixelHeight: 2394,\n                pixelWidth: 3229,\n                sizes: \"980px\",\n                src: new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=2048\").href,\n                srcSet: `${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/YFz4qK0p5UPBlgeGzToOFZoZ54w.jpg\").href} 3229w`\n              },\n              className: \"framer-13npp2 hidden-9grqb5 hidden-1b3903f hidden-hkgcbs\",\n              \"data-framer-name\": \"mockup_dashboard\",\n              name: \"mockup_dashboard\"\n            })]\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-kyhbd4-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                AXpyekt7t: {\n                  variant: \"aljNEG5Wb\"\n                },\n                tcRWptpXV: {\n                  variant: \"qRdAvlDv_\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(FooterDark, {\n                height: \"100%\",\n                id: \"dbEE2gFZR\",\n                layoutId: \"dbEE2gFZR\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"bli9kKGR2\",\n                width: \"100%\"\n              })\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-MfP9S [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", `.${metadata.bodyClassName} { background: white; }`, \".framer-MfP9S .framer-1ugvvtp { display: block; }\", \".framer-MfP9S .framer-9grqb5 { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-MfP9S .framer-21hiy2-container, .framer-MfP9S .framer-kyhbd4-container { flex: none; height: auto; position: relative; width: 100%; }\", \".framer-MfP9S .framer-gyqcmb-container { flex: none; height: 70px; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; z-index: 10; }\", \".framer-MfP9S .framer-140mewi { align-content: center; align-items: center; background: linear-gradient(180deg, #f8fbfe 0%, #e5f0ff 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: 100vh; justify-content: flex-start; overflow: hidden; padding: 130px 48px 72px 48px; position: relative; width: 1200px; z-index: 1; }\", \".framer-MfP9S .framer-g082l5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-MfP9S .framer-w9hm45 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 900px; }\", \".framer-MfP9S .framer-16bwndv, .framer-MfP9S .framer-13oix7o, .framer-MfP9S .framer-3sh11u, .framer-MfP9S .framer-6t21ea, .framer-MfP9S .framer-1s2echx, .framer-MfP9S .framer-1vusxs3, .framer-MfP9S .framer-1xxhwe0, .framer-MfP9S .framer-vgsp5a { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-MfP9S .framer-1328cpg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: min-content; }\", \".framer-MfP9S .framer-7oy16j-container, .framer-MfP9S .framer-8iyol3-container, .framer-MfP9S .framer-4hzwl1-container { flex: none; height: auto; position: relative; width: auto; }\", \".framer-MfP9S .framer-kwqss { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-MfP9S .framer-1mnfp20 { aspect-ratio: 1.8604898828541 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 591px); overflow: hidden; position: relative; width: 1100px; }\", \".framer-MfP9S .framer-77gfng-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-MfP9S .framer-p2bfbo { aspect-ratio: 1.3487886382623224 / 1; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.25); flex: none; height: var(--framer-aspect-ratio-supported, 148px); max-width: 1200px; overflow: hidden; position: relative; transform: perspective(1200px); width: 100%; will-change: transform; }\", \".framer-MfP9S .framer-k08lus { aspect-ratio: 1.4747145187601958 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.05); flex: none; height: 100vh; max-width: 1160px; overflow: visible; position: relative; transform: perspective(1200px); width: var(--framer-aspect-ratio-supported, 295px); }\", \".framer-MfP9S .framer-ak3c14 { border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.25); flex: none; height: 1038px; overflow: hidden; position: relative; transform: perspective(1200px); width: 100%; will-change: transform; }\", \".framer-MfP9S .framer-1m63fwn { -webkit-filter: drop-shadow(0px 16px 11px rgba(0, 0, 0, 0.25)); aspect-ratio: 0.4860557768924303 / 1; bottom: 26px; filter: drop-shadow(0px 16px 11px rgba(0, 0, 0, 0.25)); flex: none; height: var(--framer-aspect-ratio-supported, 617px); max-width: 30%; overflow: hidden; position: absolute; right: -30px; transform: perspective(1200px); width: 300px; z-index: 1; }\", \".framer-MfP9S .framer-1oyu34k { flex: none; height: 890px; max-width: 1200px; overflow: visible; position: relative; width: 100%; }\", \".framer-MfP9S .framer-1njz3ar { aspect-ratio: 1.3487886382623224 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.25); flex: none; height: var(--framer-aspect-ratio-supported, 818px); max-width: 1200px; overflow: visible; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-MfP9S .framer-1tniccl { aspect-ratio: 0.4859154929577465 / 1; bottom: 235px; flex: none; height: var(--framer-aspect-ratio-supported, 618px); max-width: 30%; overflow: visible; position: absolute; right: -30px; transform: perspective(1200px); width: 300px; z-index: 1; }\", \".framer-MfP9S .framer-fy809h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-MfP9S .framer-4er8vy, .framer-MfP9S .framer-1dvuoho { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-MfP9S .framer-2pfi6g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 61px; height: 200px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-MfP9S .framer-ltcaj2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 0px 30px 0px; position: relative; width: 100%; }\", \".framer-MfP9S .framer-efu2xa { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 620px; word-break: break-word; word-wrap: break-word; }\", \".framer-MfP9S .framer-10pgp5x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-MfP9S .framer-pw67vx { aspect-ratio: 2.3070866500821556 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); overflow: hidden; position: relative; width: 116px; }\", \".framer-MfP9S .framer-12a8s0n { aspect-ratio: 6.295454545454546 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 126px; }\", \".framer-MfP9S .framer-1qkr3cz { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); overflow: hidden; position: relative; width: 35px; }\", \".framer-MfP9S .framer-shpyfc { aspect-ratio: 5.630769230769231 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); position: relative; width: 158px; }\", \".framer-MfP9S .framer-hea2rl { aspect-ratio: 6.529411764705882 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: hidden; position: relative; width: 104px; }\", \".framer-MfP9S .framer-cm9l5k { aspect-ratio: 4.097560975609756 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); position: relative; width: 102px; }\", \".framer-MfP9S .framer-ejel1h { aspect-ratio: 2.8333333333333335 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 45px); opacity: 0.71; overflow: visible; position: relative; width: 128px; }\", \".framer-MfP9S .framer-vreyb9 { aspect-ratio: 3.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); opacity: 0.79; overflow: visible; position: relative; width: 140px; }\", \".framer-MfP9S .framer-1s51bct { --border-bottom-width: 2px; --border-color: #f2f2fc; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; background-color: var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: visible; padding: 56px 48px 56px 48px; position: relative; width: 100%; }\", \".framer-MfP9S .framer-ci3g6y { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1160px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-MfP9S .framer-h1yzed, .framer-MfP9S .framer-1shoxu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-MfP9S .framer-699kst, .framer-MfP9S .framer-eee93r, .framer-MfP9S .framer-1umj5sa, .framer-MfP9S .framer-usofsn, .framer-MfP9S .framer-jpc5k1, .framer-MfP9S .framer-1e2vyzx, .framer-MfP9S .framer-2r4ra5, .framer-MfP9S .framer-ax8n7n, .framer-MfP9S .framer-12mx4sg, .framer-MfP9S .framer-1bnnmf7, .framer-MfP9S .framer-hct9ir, .framer-MfP9S .framer-1di7k9t, .framer-MfP9S .framer-159k4db, .framer-MfP9S .framer-17fs8db, .framer-MfP9S .framer-9p3z7k, .framer-MfP9S .framer-1scx9jo { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\", \".framer-MfP9S .framer-2r1g4b, .framer-MfP9S .framer-6efkdj, .framer-MfP9S .framer-iylgy7, .framer-MfP9S .framer-mdqmxd, .framer-MfP9S .framer-7sfept, .framer-MfP9S .framer-10qrsx0, .framer-MfP9S .framer-17ejn0c, .framer-MfP9S .framer-mz922v, .framer-MfP9S .framer-x8kjvl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-MfP9S .framer-e4r5jn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 56px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-MfP9S .framer-3p7ayy { flex: none; height: 45px; overflow: visible; position: relative; width: 50px; }\", \".framer-MfP9S .framer-1di9zms { align-content: center; align-items: center; background-color: #f8f8f8; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 120px 0px 120px 0px; position: relative; scroll-margin-top: 100px; width: 100%; }\", \".framer-MfP9S .framer-aj0k14, .framer-MfP9S .framer-qrrz8g, .framer-MfP9S .framer-1g1jt6q, .framer-MfP9S .framer-18q24jh, .framer-MfP9S .framer-1pij0ex { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-MfP9S .framer-5sw0vd, .framer-MfP9S .framer-88li2a { --framer-paragraph-spacing: 6px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-MfP9S .framer-mpakat, .framer-MfP9S .framer-14v3rwe, .framer-MfP9S .framer-zxkx73, .framer-MfP9S .framer-1lfnfk3 { align-content: center; align-items: center; background-color: var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, #ffffff); border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; border-top-left-radius: 25px; border-top-right-radius: 25px; box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 50px 48px 50px 48px; position: relative; width: 80%; }\", \".framer-MfP9S .framer-lxv0a3, .framer-MfP9S .framer-1kn1mpl, .framer-MfP9S .framer-18uj0mz, .framer-MfP9S .framer-1irkze8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 1160px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-MfP9S .framer-15cmskp { aspect-ratio: 1.6648451730418943 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 181px); overflow: visible; position: sticky; top: 120px; width: 300px; will-change: transform; z-index: 1; }\", \".framer-MfP9S .framer-wmwtft { aspect-ratio: 1.6648451730418943 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 120px); overflow: visible; position: sticky; top: 120px; width: 1px; will-change: transform; z-index: 1; }\", \".framer-MfP9S .framer-16powc, .framer-MfP9S .framer-1569f9p, .framer-MfP9S .framer-12u2mfq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 204px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 300px; }\", \".framer-MfP9S .framer-1amlw0b, .framer-MfP9S .framer-1y2pgjq, .framer-MfP9S .framer-1igyxkr, .framer-MfP9S .framer-gh608f, .framer-MfP9S .framer-6vr2ji { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-MfP9S .framer-qyrq2n, .framer-MfP9S .framer-l6a31k, .framer-MfP9S .framer-p5kwsp, .framer-MfP9S .framer-tggw3k, .framer-MfP9S .framer-xm22d6, .framer-MfP9S .framer-10zk478, .framer-MfP9S .framer-6asy0m, .framer-MfP9S .framer-11ebmsy, .framer-MfP9S .framer-1jbbkak, .framer-MfP9S .framer-13pvjqo { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-MfP9S .framer-18rcq8u, .framer-MfP9S .framer-1ogc479, .framer-MfP9S .framer-3g6lod, .framer-MfP9S .framer-1fo89gg, .framer-MfP9S .framer-6dgqt2 { --framer-paragraph-spacing: 15px; flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-MfP9S .framer-qexpex { aspect-ratio: 1.3956709956709956 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 215px); overflow: visible; position: sticky; top: 120px; width: 300px; will-change: transform; z-index: 1; }\", \".framer-MfP9S .framer-w4q9m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 300px; }\", \".framer-MfP9S .framer-wc1jog { aspect-ratio: 1.8725939505041247 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 161px); overflow: visible; position: sticky; top: 120px; width: 300px; will-change: transform; z-index: 1; }\", \".framer-MfP9S .framer-d650qy { aspect-ratio: 1.8725939505041247 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 107px); overflow: visible; position: sticky; top: 120px; width: 1px; will-change: transform; z-index: 1; }\", \".framer-MfP9S .framer-1lqkiub { aspect-ratio: 1.5187901008249312 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 198px); overflow: visible; position: sticky; top: 120px; width: 300px; will-change: transform; z-index: 1; }\", \".framer-MfP9S .framer-1b4dldr { aspect-ratio: 1.29 / 1; border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.02); flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 155px); max-width: 1160px; overflow: visible; position: relative; width: 1px; }\", \".framer-MfP9S .framer-mxnbrk { align-content: center; align-items: center; background-color: var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px 48px 120px 48px; position: relative; scroll-margin-top: 100px; width: 100%; }\", \".framer-MfP9S .framer-1glspp0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 86px; height: min-content; justify-content: center; max-width: 1160px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-MfP9S .framer-c2kaph { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 608px; }\", \".framer-MfP9S .framer-1w8gbei { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-MfP9S .framer-1aldurc { align-content: center; align-items: center; background-color: var(--token-047f7854-564e-41e1-8aea-b94df4666610, #f5f7ff); border-bottom-left-radius: 56px; border-bottom-right-radius: 56px; border-top-left-radius: 56px; border-top-right-radius: 56px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 16px 8px 16px; position: relative; width: min-content; }\", \".framer-MfP9S .framer-4zl707, .framer-MfP9S .framer-1ht61x { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 608px; word-break: break-word; word-wrap: break-word; }\", \".framer-MfP9S .framer-1lw1yj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-MfP9S .framer-xhgdb1, .framer-MfP9S .framer-5oxe5v, .framer-MfP9S .framer-1w9ej2g, .framer-MfP9S .framer-1iystps { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 56px; border-bottom-right-radius: 56px; border-top-left-radius: 56px; border-top-right-radius: 56px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1160px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-MfP9S .framer-19w62c2, .framer-MfP9S .framer-1pkxdcm, .framer-MfP9S .framer-1dvit1x, .framer-MfP9S .framer-p996k2, .framer-MfP9S .framer-18t0rew, .framer-MfP9S .framer-inz4ir, .framer-MfP9S .framer-1ydqeim, .framer-MfP9S .framer-1a4kfb9, .framer-MfP9S .framer-k3p5nn, .framer-MfP9S .framer-utmm7f, .framer-MfP9S .framer-8cumem, .framer-MfP9S .framer-hdamt4, .framer-MfP9S .framer-19qr0jp, .framer-MfP9S .framer-bhmtd9, .framer-MfP9S .framer-10jwjfm, .framer-MfP9S .framer-172fuem, .framer-MfP9S .framer-130ct8l, .framer-MfP9S .framer-17p74rj, .framer-MfP9S .framer-1gqiiau, .framer-MfP9S .framer-1f63lyd, .framer-MfP9S .framer-1wc8w5j, .framer-MfP9S .framer-hrljhj, .framer-MfP9S .framer-yo1cgf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 75px); overflow: visible; position: relative; width: 75px; }\", \".framer-MfP9S .framer-1irqflr { align-content: center; align-items: center; background-color: var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, #020a36); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: 1200px; justify-content: flex-start; overflow: hidden; padding: 60px 48px 120px 48px; position: relative; width: 100%; }\", \".framer-MfP9S .framer-1elmp7v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 1160px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-MfP9S .framer-sy1km6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 0px 0px 0px; position: relative; width: 400px; }\", \".framer-MfP9S .framer-1kvn7vs, .framer-MfP9S .framer-uw3opo, .framer-MfP9S .framer-1ea6sv, .framer-MfP9S .framer-ub95wf, .framer-MfP9S .framer-x4uotz { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\", \".framer-MfP9S .framer-yq61kc { aspect-ratio: 1.3487886382623224 / 1; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.25); flex: none; height: var(--framer-aspect-ratio-supported, 148px); max-width: 1160px; overflow: hidden; position: relative; width: 100%; will-change: transform; z-index: 1; }\", \".framer-MfP9S .framer-11n9ssw { -webkit-filter: drop-shadow(0px 16px 11px rgba(0, 0, 0, 0.25)); aspect-ratio: 0.4860557768924303 / 1; bottom: -24px; filter: drop-shadow(0px 16px 11px rgba(0, 0, 0, 0.25)); flex: none; height: var(--framer-aspect-ratio-supported, 617px); left: calc(86.00000000000001% - min(30%, 300px) / 2); max-width: 30%; overflow: hidden; position: absolute; width: 300px; z-index: 1; }\", \".framer-MfP9S .framer-4hmdnz { aspect-ratio: 1.3487886382623224 / 1; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.25); flex: none; height: var(--framer-aspect-ratio-supported, 819px); max-width: 1160px; overflow: visible; position: relative; width: 100%; }\", \".framer-MfP9S .framer-1fsyifd { aspect-ratio: 0.4859154929577465 / 1; bottom: -63px; flex: none; height: var(--framer-aspect-ratio-supported, 550px); left: 908px; overflow: visible; position: absolute; right: 25px; z-index: 1; }\", \".framer-MfP9S .framer-1a9idcf { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); background-color: rgba(255, 255, 255, 0.89); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 120px 48px 160px 48px; position: relative; width: 100%; }\", \".framer-MfP9S .framer-f2qz67 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-MfP9S .framer-1qwo7yf { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.08); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-filter: saturate(1.2); align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; border-top-left-radius: 25px; border-top-right-radius: 25px; box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05), 0px 2px 10px 0px rgba(0, 0, 0, 0.1); display: flex; filter: saturate(1.2); flex: none; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-evenly; max-width: 900px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 900px; }\", \".framer-MfP9S .framer-5kqkj4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 45px 30px 45px; position: relative; width: 1px; }\", \".framer-MfP9S .framer-16xtqjp, .framer-MfP9S .framer-fa1gmy { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-MfP9S .framer-152ylfp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-MfP9S .framer-1z6us9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.5; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-MfP9S .framer-2e0d2x { aspect-ratio: 1 / 1; border-bottom-right-radius: 25px; border-top-right-radius: 25px; flex: none; height: var(--framer-aspect-ratio-supported, 335px); overflow: visible; position: relative; width: 335px; }\", \".framer-MfP9S .framer-133h4zt { border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; flex: 1 0 0px; height: 320px; overflow: visible; position: relative; width: 1px; }\", \".framer-MfP9S .framer-v68mbc { align-content: center; align-items: center; background-color: #f5f7ff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\", \".framer-MfP9S .framer-91gg1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 1000px; overflow: visible; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\", \".framer-MfP9S .framer-veh055 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 800px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-MfP9S .framer-9j2ns2-container { flex: 1 0 0px; height: 290px; position: relative; width: 1px; }\", \".framer-MfP9S .framer-jyzlk5 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 1000px; overflow: visible; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\", \".framer-MfP9S .framer-m8mpyc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 120px 48px 120px 48px; position: relative; width: 100%; }\", \".framer-MfP9S .framer-holu8j { aspect-ratio: 1.3487886382623224 / 1; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; bottom: -152px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.25); flex: none; height: var(--framer-aspect-ratio-supported, 890px); max-width: 1200px; overflow: hidden; position: absolute; right: -649px; width: 100%; will-change: transform; z-index: 1; }\", \".framer-MfP9S .framer-1usafjg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1515px; }\", \".framer-MfP9S .framer-dsw7sj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-MfP9S .framer-1aa0nqv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 550px; }\", \".framer-MfP9S .framer-1kiofhe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-MfP9S .framer-ate7t2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-MfP9S .framer-15yt2uh { aspect-ratio: 1.4747145187601958 / 1; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.05); flex: none; height: var(--framer-aspect-ratio-supported, 657px); max-width: 1160px; overflow: visible; position: relative; width: 969px; }\", \".framer-MfP9S .framer-18p664b { aspect-ratio: 0.4859154929577465 / 1; bottom: -64px; flex: none; height: var(--framer-aspect-ratio-supported, 550px); overflow: visible; position: absolute; right: 0px; width: 267px; z-index: 1; }\", \".framer-MfP9S .framer-h81otd { -webkit-filter: drop-shadow(0px 16px 11px rgba(0, 0, 0, 0.25)); aspect-ratio: 0.4860557768924303 / 1; bottom: -103px; filter: drop-shadow(0px 16px 11px rgba(0, 0, 0, 0.25)); flex: none; height: var(--framer-aspect-ratio-supported, 628px); left: 931px; max-width: 30%; overflow: hidden; position: absolute; width: 305px; z-index: 1; }\", \".framer-MfP9S .framer-13npp2 { aspect-ratio: 1.3493975903614457 / 1; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; bottom: 0px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.25); flex: none; height: var(--framer-aspect-ratio-supported, 726px); max-width: 1000px; overflow: visible; position: absolute; right: -190px; width: 980px; z-index: 1; }\", \".framer-MfP9S .framer-16tkfr7-container { flex: none; height: auto; position: sticky; top: 0px; width: 312px; will-change: transform; z-index: 1; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-MfP9S .framer-9grqb5, .framer-MfP9S .framer-140mewi, .framer-MfP9S .framer-g082l5, .framer-MfP9S .framer-w9hm45, .framer-MfP9S .framer-1328cpg, .framer-MfP9S .framer-kwqss, .framer-MfP9S .framer-fy809h, .framer-MfP9S .framer-4er8vy, .framer-MfP9S .framer-1dvuoho, .framer-MfP9S .framer-2pfi6g, .framer-MfP9S .framer-ltcaj2, .framer-MfP9S .framer-10pgp5x, .framer-MfP9S .framer-1s51bct, .framer-MfP9S .framer-h1yzed, .framer-MfP9S .framer-2r1g4b, .framer-MfP9S .framer-1shoxu, .framer-MfP9S .framer-6efkdj, .framer-MfP9S .framer-e4r5jn, .framer-MfP9S .framer-iylgy7, .framer-MfP9S .framer-mdqmxd, .framer-MfP9S .framer-1di9zms, .framer-MfP9S .framer-aj0k14, .framer-MfP9S .framer-mpakat, .framer-MfP9S .framer-lxv0a3, .framer-MfP9S .framer-16powc, .framer-MfP9S .framer-1amlw0b, .framer-MfP9S .framer-qrrz8g, .framer-MfP9S .framer-14v3rwe, .framer-MfP9S .framer-1kn1mpl, .framer-MfP9S .framer-1y2pgjq, .framer-MfP9S .framer-1g1jt6q, .framer-MfP9S .framer-w4q9m, .framer-MfP9S .framer-zxkx73, .framer-MfP9S .framer-18uj0mz, .framer-MfP9S .framer-1igyxkr, .framer-MfP9S .framer-18q24jh, .framer-MfP9S .framer-1569f9p, .framer-MfP9S .framer-1lfnfk3, .framer-MfP9S .framer-1irkze8, .framer-MfP9S .framer-gh608f, .framer-MfP9S .framer-1pij0ex, .framer-MfP9S .framer-12u2mfq, .framer-MfP9S .framer-mxnbrk, .framer-MfP9S .framer-1glspp0, .framer-MfP9S .framer-c2kaph, .framer-MfP9S .framer-1w8gbei, .framer-MfP9S .framer-1aldurc, .framer-MfP9S .framer-1lw1yj, .framer-MfP9S .framer-xhgdb1, .framer-MfP9S .framer-5oxe5v, .framer-MfP9S .framer-1w9ej2g, .framer-MfP9S .framer-1iystps, .framer-MfP9S .framer-1irqflr, .framer-MfP9S .framer-1elmp7v, .framer-MfP9S .framer-6vr2ji, .framer-MfP9S .framer-sy1km6, .framer-MfP9S .framer-7sfept, .framer-MfP9S .framer-10qrsx0, .framer-MfP9S .framer-17ejn0c, .framer-MfP9S .framer-mz922v, .framer-MfP9S .framer-x8kjvl, .framer-MfP9S .framer-1a9idcf, .framer-MfP9S .framer-f2qz67, .framer-MfP9S .framer-5kqkj4, .framer-MfP9S .framer-152ylfp, .framer-MfP9S .framer-v68mbc, .framer-MfP9S .framer-veh055, .framer-MfP9S .framer-m8mpyc, .framer-MfP9S .framer-1usafjg, .framer-MfP9S .framer-dsw7sj, .framer-MfP9S .framer-1aa0nqv, .framer-MfP9S .framer-1kiofhe, .framer-MfP9S .framer-ate7t2 { gap: 0px; } .framer-MfP9S .framer-9grqb5 > *, .framer-MfP9S .framer-1kiofhe > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-MfP9S .framer-9grqb5 > :first-child, .framer-MfP9S .framer-140mewi > :first-child, .framer-MfP9S .framer-g082l5 > :first-child, .framer-MfP9S .framer-w9hm45 > :first-child, .framer-MfP9S .framer-fy809h > :first-child, .framer-MfP9S .framer-4er8vy > :first-child, .framer-MfP9S .framer-1dvuoho > :first-child, .framer-MfP9S .framer-2pfi6g > :first-child, .framer-MfP9S .framer-ltcaj2 > :first-child, .framer-MfP9S .framer-1di9zms > :first-child, .framer-MfP9S .framer-aj0k14 > :first-child, .framer-MfP9S .framer-1amlw0b > :first-child, .framer-MfP9S .framer-qrrz8g > :first-child, .framer-MfP9S .framer-1y2pgjq > :first-child, .framer-MfP9S .framer-1g1jt6q > :first-child, .framer-MfP9S .framer-1igyxkr > :first-child, .framer-MfP9S .framer-18q24jh > :first-child, .framer-MfP9S .framer-gh608f > :first-child, .framer-MfP9S .framer-1pij0ex > :first-child, .framer-MfP9S .framer-mxnbrk > :first-child, .framer-MfP9S .framer-c2kaph > :first-child, .framer-MfP9S .framer-1w8gbei > :first-child, .framer-MfP9S .framer-1lw1yj > :first-child, .framer-MfP9S .framer-1irqflr > :first-child, .framer-MfP9S .framer-6vr2ji > :first-child, .framer-MfP9S .framer-sy1km6 > :first-child, .framer-MfP9S .framer-1a9idcf > :first-child, .framer-MfP9S .framer-f2qz67 > :first-child, .framer-MfP9S .framer-5kqkj4 > :first-child, .framer-MfP9S .framer-152ylfp > :first-child, .framer-MfP9S .framer-v68mbc > :first-child, .framer-MfP9S .framer-dsw7sj > :first-child, .framer-MfP9S .framer-1aa0nqv > :first-child, .framer-MfP9S .framer-1kiofhe > :first-child { margin-top: 0px; } .framer-MfP9S .framer-9grqb5 > :last-child, .framer-MfP9S .framer-140mewi > :last-child, .framer-MfP9S .framer-g082l5 > :last-child, .framer-MfP9S .framer-w9hm45 > :last-child, .framer-MfP9S .framer-fy809h > :last-child, .framer-MfP9S .framer-4er8vy > :last-child, .framer-MfP9S .framer-1dvuoho > :last-child, .framer-MfP9S .framer-2pfi6g > :last-child, .framer-MfP9S .framer-ltcaj2 > :last-child, .framer-MfP9S .framer-1di9zms > :last-child, .framer-MfP9S .framer-aj0k14 > :last-child, .framer-MfP9S .framer-1amlw0b > :last-child, .framer-MfP9S .framer-qrrz8g > :last-child, .framer-MfP9S .framer-1y2pgjq > :last-child, .framer-MfP9S .framer-1g1jt6q > :last-child, .framer-MfP9S .framer-1igyxkr > :last-child, .framer-MfP9S .framer-18q24jh > :last-child, .framer-MfP9S .framer-gh608f > :last-child, .framer-MfP9S .framer-1pij0ex > :last-child, .framer-MfP9S .framer-mxnbrk > :last-child, .framer-MfP9S .framer-c2kaph > :last-child, .framer-MfP9S .framer-1w8gbei > :last-child, .framer-MfP9S .framer-1lw1yj > :last-child, .framer-MfP9S .framer-1irqflr > :last-child, .framer-MfP9S .framer-6vr2ji > :last-child, .framer-MfP9S .framer-sy1km6 > :last-child, .framer-MfP9S .framer-1a9idcf > :last-child, .framer-MfP9S .framer-f2qz67 > :last-child, .framer-MfP9S .framer-5kqkj4 > :last-child, .framer-MfP9S .framer-152ylfp > :last-child, .framer-MfP9S .framer-v68mbc > :last-child, .framer-MfP9S .framer-dsw7sj > :last-child, .framer-MfP9S .framer-1aa0nqv > :last-child, .framer-MfP9S .framer-1kiofhe > :last-child { margin-bottom: 0px; } .framer-MfP9S .framer-140mewi > *, .framer-MfP9S .framer-v68mbc > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-MfP9S .framer-g082l5 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-MfP9S .framer-w9hm45 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-MfP9S .framer-1328cpg > *, .framer-MfP9S .framer-ate7t2 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-MfP9S .framer-1328cpg > :first-child, .framer-MfP9S .framer-kwqss > :first-child, .framer-MfP9S .framer-10pgp5x > :first-child, .framer-MfP9S .framer-1s51bct > :first-child, .framer-MfP9S .framer-h1yzed > :first-child, .framer-MfP9S .framer-2r1g4b > :first-child, .framer-MfP9S .framer-1shoxu > :first-child, .framer-MfP9S .framer-6efkdj > :first-child, .framer-MfP9S .framer-e4r5jn > :first-child, .framer-MfP9S .framer-iylgy7 > :first-child, .framer-MfP9S .framer-mdqmxd > :first-child, .framer-MfP9S .framer-mpakat > :first-child, .framer-MfP9S .framer-lxv0a3 > :first-child, .framer-MfP9S .framer-16powc > :first-child, .framer-MfP9S .framer-14v3rwe > :first-child, .framer-MfP9S .framer-1kn1mpl > :first-child, .framer-MfP9S .framer-w4q9m > :first-child, .framer-MfP9S .framer-zxkx73 > :first-child, .framer-MfP9S .framer-18uj0mz > :first-child, .framer-MfP9S .framer-1569f9p > :first-child, .framer-MfP9S .framer-1lfnfk3 > :first-child, .framer-MfP9S .framer-1irkze8 > :first-child, .framer-MfP9S .framer-12u2mfq > :first-child, .framer-MfP9S .framer-1glspp0 > :first-child, .framer-MfP9S .framer-1aldurc > :first-child, .framer-MfP9S .framer-xhgdb1 > :first-child, .framer-MfP9S .framer-5oxe5v > :first-child, .framer-MfP9S .framer-1w9ej2g > :first-child, .framer-MfP9S .framer-1iystps > :first-child, .framer-MfP9S .framer-1elmp7v > :first-child, .framer-MfP9S .framer-7sfept > :first-child, .framer-MfP9S .framer-10qrsx0 > :first-child, .framer-MfP9S .framer-17ejn0c > :first-child, .framer-MfP9S .framer-mz922v > :first-child, .framer-MfP9S .framer-x8kjvl > :first-child, .framer-MfP9S .framer-veh055 > :first-child, .framer-MfP9S .framer-m8mpyc > :first-child, .framer-MfP9S .framer-1usafjg > :first-child, .framer-MfP9S .framer-ate7t2 > :first-child { margin-left: 0px; } .framer-MfP9S .framer-1328cpg > :last-child, .framer-MfP9S .framer-kwqss > :last-child, .framer-MfP9S .framer-10pgp5x > :last-child, .framer-MfP9S .framer-1s51bct > :last-child, .framer-MfP9S .framer-h1yzed > :last-child, .framer-MfP9S .framer-2r1g4b > :last-child, .framer-MfP9S .framer-1shoxu > :last-child, .framer-MfP9S .framer-6efkdj > :last-child, .framer-MfP9S .framer-e4r5jn > :last-child, .framer-MfP9S .framer-iylgy7 > :last-child, .framer-MfP9S .framer-mdqmxd > :last-child, .framer-MfP9S .framer-mpakat > :last-child, .framer-MfP9S .framer-lxv0a3 > :last-child, .framer-MfP9S .framer-16powc > :last-child, .framer-MfP9S .framer-14v3rwe > :last-child, .framer-MfP9S .framer-1kn1mpl > :last-child, .framer-MfP9S .framer-w4q9m > :last-child, .framer-MfP9S .framer-zxkx73 > :last-child, .framer-MfP9S .framer-18uj0mz > :last-child, .framer-MfP9S .framer-1569f9p > :last-child, .framer-MfP9S .framer-1lfnfk3 > :last-child, .framer-MfP9S .framer-1irkze8 > :last-child, .framer-MfP9S .framer-12u2mfq > :last-child, .framer-MfP9S .framer-1glspp0 > :last-child, .framer-MfP9S .framer-1aldurc > :last-child, .framer-MfP9S .framer-xhgdb1 > :last-child, .framer-MfP9S .framer-5oxe5v > :last-child, .framer-MfP9S .framer-1w9ej2g > :last-child, .framer-MfP9S .framer-1iystps > :last-child, .framer-MfP9S .framer-1elmp7v > :last-child, .framer-MfP9S .framer-7sfept > :last-child, .framer-MfP9S .framer-10qrsx0 > :last-child, .framer-MfP9S .framer-17ejn0c > :last-child, .framer-MfP9S .framer-mz922v > :last-child, .framer-MfP9S .framer-x8kjvl > :last-child, .framer-MfP9S .framer-veh055 > :last-child, .framer-MfP9S .framer-m8mpyc > :last-child, .framer-MfP9S .framer-1usafjg > :last-child, .framer-MfP9S .framer-ate7t2 > :last-child { margin-right: 0px; } .framer-MfP9S .framer-kwqss > *, .framer-MfP9S .framer-16powc > *, .framer-MfP9S .framer-w4q9m > *, .framer-MfP9S .framer-1569f9p > *, .framer-MfP9S .framer-12u2mfq > *, .framer-MfP9S .framer-1aldurc > *, .framer-MfP9S .framer-veh055 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MfP9S .framer-fy809h > *, .framer-MfP9S .framer-4er8vy > *, .framer-MfP9S .framer-1dvuoho > *, .framer-MfP9S .framer-dsw7sj > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-MfP9S .framer-2pfi6g > * { margin: 0px; margin-bottom: calc(61px / 2); margin-top: calc(61px / 2); } .framer-MfP9S .framer-ltcaj2 > *, .framer-MfP9S .framer-sy1km6 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-MfP9S .framer-10pgp5x > * { margin: 0px; margin-left: calc(45px / 2); margin-right: calc(45px / 2); } .framer-MfP9S .framer-1s51bct > *, .framer-MfP9S .framer-m8mpyc > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-MfP9S .framer-h1yzed > *, .framer-MfP9S .framer-1shoxu > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-MfP9S .framer-2r1g4b > *, .framer-MfP9S .framer-6efkdj > *, .framer-MfP9S .framer-e4r5jn > *, .framer-MfP9S .framer-iylgy7 > *, .framer-MfP9S .framer-mdqmxd > *, .framer-MfP9S .framer-7sfept > *, .framer-MfP9S .framer-10qrsx0 > *, .framer-MfP9S .framer-17ejn0c > *, .framer-MfP9S .framer-mz922v > *, .framer-MfP9S .framer-x8kjvl > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-MfP9S .framer-1di9zms > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-MfP9S .framer-aj0k14 > *, .framer-MfP9S .framer-qrrz8g > *, .framer-MfP9S .framer-1g1jt6q > *, .framer-MfP9S .framer-18q24jh > *, .framer-MfP9S .framer-1pij0ex > *, .framer-MfP9S .framer-1w8gbei > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-MfP9S .framer-mpakat > *, .framer-MfP9S .framer-14v3rwe > *, .framer-MfP9S .framer-zxkx73 > *, .framer-MfP9S .framer-1lfnfk3 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-MfP9S .framer-lxv0a3 > *, .framer-MfP9S .framer-1kn1mpl > *, .framer-MfP9S .framer-18uj0mz > *, .framer-MfP9S .framer-1irkze8 > *, .framer-MfP9S .framer-1elmp7v > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-MfP9S .framer-1amlw0b > *, .framer-MfP9S .framer-1y2pgjq > *, .framer-MfP9S .framer-1igyxkr > *, .framer-MfP9S .framer-gh608f > *, .framer-MfP9S .framer-c2kaph > *, .framer-MfP9S .framer-6vr2ji > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-MfP9S .framer-mxnbrk > *, .framer-MfP9S .framer-1irqflr > *, .framer-MfP9S .framer-1a9idcf > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-MfP9S .framer-1glspp0 > * { margin: 0px; margin-left: calc(86px / 2); margin-right: calc(86px / 2); } .framer-MfP9S .framer-1lw1yj > *, .framer-MfP9S .framer-1aa0nqv > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-MfP9S .framer-xhgdb1 > *, .framer-MfP9S .framer-5oxe5v > *, .framer-MfP9S .framer-1w9ej2g > *, .framer-MfP9S .framer-1iystps > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-MfP9S .framer-f2qz67 > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-MfP9S .framer-5kqkj4 > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-MfP9S .framer-152ylfp > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-MfP9S .framer-1usafjg > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } }\", \"@media (min-width: 1200px) and (max-width: 1399px) { .framer-MfP9S .hidden-9grqb5 { display: none !important; } }\", `@media (min-width: 810px) and (max-width: 1199px) { .framer-MfP9S .hidden-1b3903f { display: none !important; } .${metadata.bodyClassName} { background: white; } .framer-MfP9S .framer-9grqb5 { width: 810px; } .framer-MfP9S .framer-140mewi { overflow: visible; width: 100%; } .framer-MfP9S .framer-g082l5, .framer-MfP9S .framer-w9hm45, .framer-MfP9S .framer-jyzlk5 { width: 100%; } .framer-MfP9S .framer-1njz3ar { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: var(--framer-aspect-ratio-supported, 529px); max-width: 714px; } .framer-MfP9S .framer-1tniccl { bottom: -27px; height: var(--framer-aspect-ratio-supported, 486px); max-width: 40%; right: -29px; width: 236px; } .framer-MfP9S .framer-10pgp5x, .framer-MfP9S .framer-lxv0a3, .framer-MfP9S .framer-1kn1mpl, .framer-MfP9S .framer-18uj0mz, .framer-MfP9S .framer-1irkze8 { gap: 20px; } .framer-MfP9S .framer-1s51bct { gap: 20px; padding: 20px 10px 20px 10px; } .framer-MfP9S .framer-e4r5jn, .framer-MfP9S .framer-mdqmxd { height: 50px; } .framer-MfP9S .framer-3p7ayy { aspect-ratio: 1.1111111111111112 / 1; height: var(--framer-aspect-ratio-supported, 36px); width: 40px; } .framer-MfP9S .framer-mpakat, .framer-MfP9S .framer-14v3rwe, .framer-MfP9S .framer-zxkx73, .framer-MfP9S .framer-1lfnfk3 { padding: 30px 30px 30px 30px; width: 90%; } .framer-MfP9S .framer-15cmskp { height: var(--framer-aspect-ratio-supported, 150px); width: 250px; } .framer-MfP9S .framer-xhgdb1, .framer-MfP9S .framer-5oxe5v, .framer-MfP9S .framer-1w9ej2g, .framer-MfP9S .framer-1iystps { gap: 40px; } .framer-MfP9S .framer-19w62c2 { order: 0; } .framer-MfP9S .framer-1pkxdcm, .framer-MfP9S .framer-6dgqt2 { order: 1; } .framer-MfP9S .framer-1dvit1x { order: 2; } .framer-MfP9S .framer-p996k2 { order: 3; } .framer-MfP9S .framer-1irqflr { gap: 35px; height: 1000px; } .framer-MfP9S .framer-1elmp7v { gap: 15px; order: 0; } .framer-MfP9S .framer-sy1km6 { flex-wrap: wrap; min-width: 200px; padding: 0px 0px 0px 0px; width: 300px; } .framer-MfP9S .framer-17ejn0c, .framer-MfP9S .framer-mz922v { align-content: flex-start; align-items: flex-start; } .framer-MfP9S .framer-4hmdnz { height: var(--framer-aspect-ratio-supported, 530px); order: 5; } .framer-MfP9S .framer-1fsyifd { bottom: -176px; left: calc(80.86419753086422% - 267px / 2); order: 4; right: unset; width: 267px; } .framer-MfP9S .framer-1qwo7yf { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; width: 100%; } .framer-MfP9S .framer-2e0d2x { height: var(--framer-aspect-ratio-supported, 300px); width: 300px; } .framer-MfP9S .framer-m8mpyc { padding: 100px 30px 100px 30px; } .framer-MfP9S .framer-holu8j { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; bottom: -59px; height: unset; right: -833px; top: 23px; width: var(--framer-aspect-ratio-supported, 1197px); } .framer-MfP9S .framer-1usafjg { flex: 1 0 0px; width: 1px; } .framer-MfP9S .framer-dsw7sj { justify-content: center; } .framer-MfP9S .framer-1aa0nqv { width: 400px; } .framer-MfP9S .framer-18p664b { bottom: -39px; left: 531px; right: unset; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-MfP9S .framer-10pgp5x, .framer-MfP9S .framer-1s51bct, .framer-MfP9S .framer-lxv0a3, .framer-MfP9S .framer-1kn1mpl, .framer-MfP9S .framer-18uj0mz, .framer-MfP9S .framer-1irkze8, .framer-MfP9S .framer-xhgdb1, .framer-MfP9S .framer-5oxe5v, .framer-MfP9S .framer-1w9ej2g, .framer-MfP9S .framer-1iystps, .framer-MfP9S .framer-1irqflr, .framer-MfP9S .framer-1elmp7v { gap: 0px; } .framer-MfP9S .framer-10pgp5x > *, .framer-MfP9S .framer-1s51bct > *, .framer-MfP9S .framer-lxv0a3 > *, .framer-MfP9S .framer-1kn1mpl > *, .framer-MfP9S .framer-18uj0mz > *, .framer-MfP9S .framer-1irkze8 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-MfP9S .framer-10pgp5x > :first-child, .framer-MfP9S .framer-1s51bct > :first-child, .framer-MfP9S .framer-lxv0a3 > :first-child, .framer-MfP9S .framer-1kn1mpl > :first-child, .framer-MfP9S .framer-18uj0mz > :first-child, .framer-MfP9S .framer-1irkze8 > :first-child, .framer-MfP9S .framer-xhgdb1 > :first-child, .framer-MfP9S .framer-5oxe5v > :first-child, .framer-MfP9S .framer-1w9ej2g > :first-child, .framer-MfP9S .framer-1iystps > :first-child, .framer-MfP9S .framer-1elmp7v > :first-child { margin-left: 0px; } .framer-MfP9S .framer-10pgp5x > :last-child, .framer-MfP9S .framer-1s51bct > :last-child, .framer-MfP9S .framer-lxv0a3 > :last-child, .framer-MfP9S .framer-1kn1mpl > :last-child, .framer-MfP9S .framer-18uj0mz > :last-child, .framer-MfP9S .framer-1irkze8 > :last-child, .framer-MfP9S .framer-xhgdb1 > :last-child, .framer-MfP9S .framer-5oxe5v > :last-child, .framer-MfP9S .framer-1w9ej2g > :last-child, .framer-MfP9S .framer-1iystps > :last-child, .framer-MfP9S .framer-1elmp7v > :last-child { margin-right: 0px; } .framer-MfP9S .framer-xhgdb1 > *, .framer-MfP9S .framer-5oxe5v > *, .framer-MfP9S .framer-1w9ej2g > *, .framer-MfP9S .framer-1iystps > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-MfP9S .framer-1irqflr > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-MfP9S .framer-1irqflr > :first-child { margin-top: 0px; } .framer-MfP9S .framer-1irqflr > :last-child { margin-bottom: 0px; } .framer-MfP9S .framer-1elmp7v > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }}`, `@media (max-width: 809px) { .framer-MfP9S .hidden-hkgcbs { display: none !important; } .${metadata.bodyClassName} { background: white; } .framer-MfP9S .framer-9grqb5 { align-content: center; align-items: center; overflow: hidden; width: 390px; } .framer-MfP9S .framer-gyqcmb-container, .framer-MfP9S .framer-6dgqt2, .framer-MfP9S .framer-152ylfp, .framer-MfP9S .framer-1z6us9 { order: 1; } .framer-MfP9S .framer-140mewi { gap: 80px; order: 3; padding: 130px 24px 40px 24px; width: 100%; } .framer-MfP9S .framer-g082l5, .framer-MfP9S .framer-w9hm45, .framer-MfP9S .framer-efu2xa, .framer-MfP9S .framer-1glspp0, .framer-MfP9S .framer-c2kaph, .framer-MfP9S .framer-1w8gbei, .framer-MfP9S .framer-4zl707, .framer-MfP9S .framer-1ht61x, .framer-MfP9S .framer-sy1km6, .framer-MfP9S .framer-7sfept, .framer-MfP9S .framer-10qrsx0, .framer-MfP9S .framer-17ejn0c, .framer-MfP9S .framer-mz922v, .framer-MfP9S .framer-x8kjvl, .framer-MfP9S .framer-jyzlk5, .framer-MfP9S .framer-1aa0nqv, .framer-MfP9S .framer-4hzwl1-container { width: 100%; } .framer-MfP9S .framer-1328cpg, .framer-MfP9S .framer-ate7t2 { flex-direction: column; width: 100%; } .framer-MfP9S .framer-kwqss { height: 254px; } .framer-MfP9S .framer-1njz3ar { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; height: var(--framer-aspect-ratio-supported, 254px); max-width: 400px; order: 8; width: 100%; } .framer-MfP9S .framer-1tniccl { bottom: -19px; height: var(--framer-aspect-ratio-supported, 208px); max-width: unset; order: 7; right: -16px; transform: unset; width: 101px; z-index: 2; } .framer-MfP9S .framer-ltcaj2 { order: 4; } .framer-MfP9S .framer-10pgp5x { flex-direction: column; gap: 15px; } .framer-MfP9S .framer-1s51bct { gap: 50px; order: 5; padding: 25px 25px 25px 25px; } .framer-MfP9S .framer-ci3g6y { align-content: center; align-items: center; flex-direction: column; gap: 40px; justify-content: flex-start; } .framer-MfP9S .framer-1di9zms { order: 6; } .framer-MfP9S .framer-aj0k14 { padding: 0px 10px 0px 10px; } .framer-MfP9S .framer-mpakat, .framer-MfP9S .framer-14v3rwe, .framer-MfP9S .framer-zxkx73, .framer-MfP9S .framer-1lfnfk3 { padding: 30px 30px 30px 30px; } .framer-MfP9S .framer-lxv0a3, .framer-MfP9S .framer-1kn1mpl, .framer-MfP9S .framer-18uj0mz, .framer-MfP9S .framer-1irkze8 { flex-direction: column; gap: 20px; } .framer-MfP9S .framer-wmwtft { flex: none; height: var(--framer-aspect-ratio-supported, 152px); order: 3; width: 100%; } .framer-MfP9S .framer-1amlw0b { flex: none; order: 2; width: 100%; } .framer-MfP9S .framer-1y2pgjq, .framer-MfP9S .framer-gh608f, .framer-MfP9S .framer-6vr2ji, .framer-MfP9S .framer-133h4zt, .framer-MfP9S .framer-dsw7sj { flex: none; width: 100%; } .framer-MfP9S .framer-qexpex { height: var(--framer-aspect-ratio-supported, 181px); width: 100%; } .framer-MfP9S .framer-d650qy { flex: none; height: var(--framer-aspect-ratio-supported, 135px); order: 2; width: 100%; } .framer-MfP9S .framer-1igyxkr { flex: none; order: 1; width: 100%; } .framer-MfP9S .framer-1lqkiub { height: var(--framer-aspect-ratio-supported, 166px); width: 100%; } .framer-MfP9S .framer-mxnbrk { order: 7; padding: 120px 24px 120px 24px; } .framer-MfP9S .framer-1xxhwe0 { width: 608px; } .framer-MfP9S .framer-1lw1yj { gap: 30px; } .framer-MfP9S .framer-xhgdb1, .framer-MfP9S .framer-5oxe5v, .framer-MfP9S .framer-1w9ej2g, .framer-MfP9S .framer-1iystps { align-content: unset; align-items: unset; display: grid; gap: 30px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(70px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); justify-content: center; } .framer-MfP9S .framer-19w62c2 { align-self: start; height: var(--framer-aspect-ratio-supported, 70px); justify-self: start; order: 0; width: 100%; } .framer-MfP9S .framer-1pkxdcm { align-self: start; height: var(--framer-aspect-ratio-supported, 70px); justify-self: start; order: 1; width: 100%; } .framer-MfP9S .framer-1dvit1x { align-self: start; height: var(--framer-aspect-ratio-supported, 70px); justify-self: start; order: 2; width: 100%; } .framer-MfP9S .framer-p996k2 { align-self: start; height: var(--framer-aspect-ratio-supported, 70px); justify-self: start; order: 3; width: 100%; } .framer-MfP9S .framer-18t0rew, .framer-MfP9S .framer-inz4ir, .framer-MfP9S .framer-1ydqeim, .framer-MfP9S .framer-1a4kfb9, .framer-MfP9S .framer-k3p5nn, .framer-MfP9S .framer-utmm7f, .framer-MfP9S .framer-8cumem, .framer-MfP9S .framer-hdamt4, .framer-MfP9S .framer-19qr0jp, .framer-MfP9S .framer-bhmtd9, .framer-MfP9S .framer-10jwjfm, .framer-MfP9S .framer-172fuem, .framer-MfP9S .framer-130ct8l, .framer-MfP9S .framer-17p74rj, .framer-MfP9S .framer-1gqiiau, .framer-MfP9S .framer-1f63lyd, .framer-MfP9S .framer-1wc8w5j, .framer-MfP9S .framer-hrljhj, .framer-MfP9S .framer-yo1cgf { align-self: start; height: var(--framer-aspect-ratio-supported, 70px); justify-self: start; width: 100%; } .framer-MfP9S .framer-1irqflr { height: 1400px; order: 8; padding: 80px 24px 80px 24px; } .framer-MfP9S .framer-1elmp7v { flex-direction: column; gap: 40px; order: 0; } .framer-MfP9S .framer-1di7k9t, .framer-MfP9S .framer-159k4db, .framer-MfP9S .framer-17fs8db, .framer-MfP9S .framer-9p3z7k, .framer-MfP9S .framer-1scx9jo { flex: 1 0 0px; overflow: hidden; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-MfP9S .framer-4hmdnz { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; height: var(--framer-aspect-ratio-supported, 254px); order: 5; } .framer-MfP9S .framer-1fsyifd { bottom: -139px; height: var(--framer-aspect-ratio-supported, 371px); left: unset; max-width: 100px; min-width: 180px; order: 4; right: 10px; width: 180px; } .framer-MfP9S .framer-1a9idcf { gap: 20px; order: 9; padding: 120px 24px 80px 24px; } .framer-MfP9S .framer-1qwo7yf { flex-direction: column; gap: 0px; justify-content: center; width: 100%; } .framer-MfP9S .framer-5kqkj4 { flex: none; gap: 40px; padding: 30px 30px 30px 30px; width: 100%; } .framer-MfP9S .framer-16xtqjp, .framer-MfP9S .framer-fa1gmy { order: 0; } .framer-MfP9S .framer-v68mbc { gap: 40px; order: 10; } .framer-MfP9S .framer-9j2ns2-container { height: 400px; } .framer-MfP9S .framer-m8mpyc { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 50px; order: 11; padding: 120px 24px 400px 24px; } .framer-MfP9S .framer-holu8j { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; bottom: -81px; height: var(--framer-aspect-ratio-supported, 458px); left: 23px; max-width: unset; order: 1; right: unset; width: 617px; } .framer-MfP9S .framer-1usafjg { flex-direction: column; order: 0; width: 100%; } .framer-MfP9S .framer-18p664b { bottom: -23px; height: var(--framer-aspect-ratio-supported, 309px); left: 216px; order: 3; right: unset; width: 150px; } .framer-MfP9S .framer-kyhbd4-container { order: 12; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-MfP9S .framer-140mewi, .framer-MfP9S .framer-1328cpg, .framer-MfP9S .framer-10pgp5x, .framer-MfP9S .framer-1s51bct, .framer-MfP9S .framer-ci3g6y, .framer-MfP9S .framer-lxv0a3, .framer-MfP9S .framer-1kn1mpl, .framer-MfP9S .framer-18uj0mz, .framer-MfP9S .framer-1irkze8, .framer-MfP9S .framer-1lw1yj, .framer-MfP9S .framer-xhgdb1, .framer-MfP9S .framer-5oxe5v, .framer-MfP9S .framer-1w9ej2g, .framer-MfP9S .framer-1iystps, .framer-MfP9S .framer-1elmp7v, .framer-MfP9S .framer-1a9idcf, .framer-MfP9S .framer-1qwo7yf, .framer-MfP9S .framer-5kqkj4, .framer-MfP9S .framer-v68mbc, .framer-MfP9S .framer-m8mpyc, .framer-MfP9S .framer-1usafjg, .framer-MfP9S .framer-ate7t2 { gap: 0px; } .framer-MfP9S .framer-140mewi > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-MfP9S .framer-140mewi > :first-child, .framer-MfP9S .framer-1328cpg > :first-child, .framer-MfP9S .framer-10pgp5x > :first-child, .framer-MfP9S .framer-ci3g6y > :first-child, .framer-MfP9S .framer-lxv0a3 > :first-child, .framer-MfP9S .framer-1kn1mpl > :first-child, .framer-MfP9S .framer-18uj0mz > :first-child, .framer-MfP9S .framer-1irkze8 > :first-child, .framer-MfP9S .framer-1lw1yj > :first-child, .framer-MfP9S .framer-1elmp7v > :first-child, .framer-MfP9S .framer-1a9idcf > :first-child, .framer-MfP9S .framer-1qwo7yf > :first-child, .framer-MfP9S .framer-5kqkj4 > :first-child, .framer-MfP9S .framer-v68mbc > :first-child, .framer-MfP9S .framer-m8mpyc > :first-child, .framer-MfP9S .framer-1usafjg > :first-child, .framer-MfP9S .framer-ate7t2 > :first-child { margin-top: 0px; } .framer-MfP9S .framer-140mewi > :last-child, .framer-MfP9S .framer-1328cpg > :last-child, .framer-MfP9S .framer-10pgp5x > :last-child, .framer-MfP9S .framer-ci3g6y > :last-child, .framer-MfP9S .framer-lxv0a3 > :last-child, .framer-MfP9S .framer-1kn1mpl > :last-child, .framer-MfP9S .framer-18uj0mz > :last-child, .framer-MfP9S .framer-1irkze8 > :last-child, .framer-MfP9S .framer-1lw1yj > :last-child, .framer-MfP9S .framer-1elmp7v > :last-child, .framer-MfP9S .framer-1a9idcf > :last-child, .framer-MfP9S .framer-1qwo7yf > :last-child, .framer-MfP9S .framer-5kqkj4 > :last-child, .framer-MfP9S .framer-v68mbc > :last-child, .framer-MfP9S .framer-m8mpyc > :last-child, .framer-MfP9S .framer-1usafjg > :last-child, .framer-MfP9S .framer-ate7t2 > :last-child { margin-bottom: 0px; } .framer-MfP9S .framer-1328cpg > *, .framer-MfP9S .framer-ate7t2 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-MfP9S .framer-10pgp5x > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-MfP9S .framer-1s51bct > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-MfP9S .framer-1s51bct > :first-child { margin-left: 0px; } .framer-MfP9S .framer-1s51bct > :last-child { margin-right: 0px; } .framer-MfP9S .framer-ci3g6y > *, .framer-MfP9S .framer-1elmp7v > *, .framer-MfP9S .framer-5kqkj4 > *, .framer-MfP9S .framer-v68mbc > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-MfP9S .framer-lxv0a3 > *, .framer-MfP9S .framer-1kn1mpl > *, .framer-MfP9S .framer-18uj0mz > *, .framer-MfP9S .framer-1irkze8 > *, .framer-MfP9S .framer-1a9idcf > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-MfP9S .framer-1lw1yj > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-MfP9S .framer-xhgdb1 > *, .framer-MfP9S .framer-xhgdb1 > :first-child, .framer-MfP9S .framer-xhgdb1 > :last-child, .framer-MfP9S .framer-5oxe5v > *, .framer-MfP9S .framer-5oxe5v > :first-child, .framer-MfP9S .framer-5oxe5v > :last-child, .framer-MfP9S .framer-1w9ej2g > *, .framer-MfP9S .framer-1w9ej2g > :first-child, .framer-MfP9S .framer-1w9ej2g > :last-child, .framer-MfP9S .framer-1iystps > *, .framer-MfP9S .framer-1iystps > :first-child, .framer-MfP9S .framer-1iystps > :last-child { margin: 0px; } .framer-MfP9S .framer-1qwo7yf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-MfP9S .framer-m8mpyc > *, .framer-MfP9S .framer-1usafjg > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } }}`, `@media (min-width: 1400px) { .framer-MfP9S .hidden-1rlipqf { display: none !important; } .${metadata.bodyClassName} { background: white; } .framer-MfP9S .framer-9grqb5 { align-content: center; align-items: center; width: 1400px; } .framer-MfP9S .framer-gyqcmb-container { left: 0px; order: 1; } .framer-MfP9S .framer-140mewi { order: 2; padding: 130px 48px 30px 48px; width: 100%; } .framer-MfP9S .framer-kwqss { max-width: 1306px; } .framer-MfP9S .framer-1njz3ar { height: var(--framer-aspect-ratio-supported, 890px); order: 7; } .framer-MfP9S .framer-1tniccl { bottom: 333px; height: var(--framer-aspect-ratio-supported, 617px); order: 8; right: -19px; } .framer-MfP9S .framer-ltcaj2 { order: 4; } .framer-MfP9S .framer-1s51bct { order: 5; } .framer-MfP9S .framer-1di9zms { order: 6; } .framer-MfP9S .framer-mxnbrk { order: 7; } .framer-MfP9S .framer-19w62c2, .framer-MfP9S .framer-1elmp7v { order: 0; } .framer-MfP9S .framer-1pkxdcm, .framer-MfP9S .framer-13npp2 { order: 1; } .framer-MfP9S .framer-1dvit1x { order: 2; } .framer-MfP9S .framer-p996k2 { order: 3; } .framer-MfP9S .framer-1irqflr { order: 8; } .framer-MfP9S .framer-6dgqt2 { max-width: 1100px; order: 1; } .framer-MfP9S .framer-4hmdnz { height: var(--framer-aspect-ratio-supported, 860px); order: 3; } .framer-MfP9S .framer-1fsyifd { height: var(--framer-aspect-ratio-supported, 576px); left: unset; max-width: 280px; order: 5; right: 50px; width: 280px; } .framer-MfP9S .framer-1a9idcf { order: 9; } .framer-MfP9S .framer-1qwo7yf { gap: 25px; justify-content: flex-start; max-width: unset; width: 950px; } .framer-MfP9S .framer-2e0d2x { height: var(--framer-aspect-ratio-supported, 358px); width: 358px; } .framer-MfP9S .framer-v68mbc { order: 10; } .framer-MfP9S .framer-m8mpyc { justify-content: center; order: 11; padding: 120px 56px 120px 56px; } .framer-MfP9S .framer-1usafjg { align-content: center; align-items: center; flex: 1 0 0px; gap: 56px; justify-content: flex-start; max-width: 1563px; order: 2; width: 1px; } .framer-MfP9S .framer-dsw7sj { max-width: 1200px; } .framer-MfP9S .framer-1aa0nqv { max-width: 800px; } .framer-MfP9S .framer-18p664b { bottom: -77px; height: var(--framer-aspect-ratio-supported, 576px); left: calc(54.92857142857145% - min(280px, 280px) / 2); max-width: 280px; order: 3; right: unset; width: 280px; z-index: 2; } .framer-MfP9S .framer-kyhbd4-container { order: 12; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-MfP9S .framer-1qwo7yf, .framer-MfP9S .framer-1usafjg { gap: 0px; } .framer-MfP9S .framer-1qwo7yf > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-MfP9S .framer-1qwo7yf > :first-child, .framer-MfP9S .framer-1usafjg > :first-child { margin-left: 0px; } .framer-MfP9S .framer-1qwo7yf > :last-child, .framer-MfP9S .framer-1usafjg > :last-child { margin-right: 0px; } .framer-MfP9S .framer-1usafjg > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } }}`, ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css, ...sharedStyle3.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * @framerIntrinsicHeight 8549\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"AXpyekt7t\":{\"layout\":[\"fixed\",\"auto\"]},\"tcRWptpXV\":{\"layout\":[\"fixed\",\"auto\"]},\"B84yZlzJS\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              */\nconst FramerTvGBGBZLF = withCSS(Component, css, \"framer-MfP9S\");\nexport default FramerTvGBGBZLF;\nFramerTvGBGBZLF.displayName = \"Home\";\nFramerTvGBGBZLF.defaultProps = {\n  height: 8549,\n  width: 1200\n};\naddFonts(FramerTvGBGBZLF, [{\n  family: \"Inter\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:screen/TvGBGBZLF:default\",\n    url: \"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZhrib2Bg-4.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZhrib2Bg-4.ttf\",\n  weight: \"400\"\n}, {\n  family: \"Inter\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:screen/TvGBGBZLF:default\",\n    url: \"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZhrib2Bg-4.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZhrib2Bg-4.ttf\",\n  weight: \"700\"\n}, {\n  family: \"Inter\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:screen/TvGBGBZLF:default\",\n    url: \"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZhrib2Bg-4.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZhrib2Bg-4.ttf\",\n  weight: \"300\"\n}, {\n  family: \"Manrope\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:screen/TvGBGBZLF:default\",\n    url: \"https://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F87jxeN7B.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F87jxeN7B.ttf\",\n  weight: \"400\"\n}, ...HeaderFonts, ...HeroButtonFonts, ...FormSparkFonts, ...FooterDarkFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.fonts, ...sharedStyle3.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerTvGBGBZLF\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerResponsiveScreen\": \"\",\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerIntrinsicHeight\": \"8549\",\n        \"framerContractVersion\": \"1\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AXpyekt7t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tcRWptpXV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"B84yZlzJS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "emailRegex", "validateEmail", "email", "FormSpark", "withCSS", "formId", "withName", "name", "withEmail", "withMessage", "message", "layout", "inputs", "button", "style", "gap", "onSubmit", "props", "nameValue", "setName", "ye", "emailValue", "setEmail", "messageValue", "setMessage", "isNameError", "setNameError", "isEmailError", "setEmailError", "isMessageError", "setMessageError", "isLoading", "setLoading", "isSuccess", "setSuccess", "isCanvas", "se", "RenderTarget", "gridTemplateRows", "rows", "gridTemplateColumns", "cols", "fontFamily", "fontSize", "fontWeight", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "validateForm", "te", "error", "handleSubmit", "event", "data", "entries", "handleNameChange", "handleEmailChange", "handleMessageChange", "p", "motion", "containerStyles", "u", "defaultStyle", "addPropertyControls", "ControlType", "fontControls", "paddingControl", "borderRadiusControl", "FormSpark_default", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_1_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "Raf2vcw3L", "PyA3w5iHN", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "pointerEvents", "style", "p", "LayoutGroup", "motion", "cx", "Link", "u", "Text", "_", "t", "css", "FramerPYNajPLv2", "withCSS", "PYNajPLv2_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "BASE62", "useRandomID", "ref", "pe", "Component", "Y", "id", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "YWpJujOTK", "FgOLf4duJ", "restProps", "baseVariant", "gestureVariant", "classNames", "transition", "setVariant", "setGestureState", "useVariantState", "layoutDependency", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "pointerEvents", "style", "p", "LayoutGroup", "motion", "cx", "Link", "u", "SVG", "css", "FramerJPbbyc2pz", "withCSS", "JPbbyc2pz_default", "addPropertyControls", "ControlType", "addFonts", "r", "l", "e", "t", "o", "a", "n", "iconKeys", "moduleBaseUrl", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "l", "npm_react_18_1_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "defaultEvents", "fontStore", "fonts", "css", "className", "ElementsButtonDownloadFonts", "getFonts", "JPbbyc2pz_default", "HeroFonts", "Icon", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "isDisplayed", "defaultLayoutId", "ae", "pointerEvents", "style", "p", "LayoutGroup", "motion", "cx", "u", "Image2", "RichText", "x", "Link", "css", "FramerYswujwe22", "withCSS", "Yswujwe22_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "TCijxzqLOtp47Wi4mo", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1fk6bey", "args", "onTap1nxdvya", "onTapzzcra1", "tap1w3cah5", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "u", "Link", "Image2", "SVG", "RichText", "x", "css", "FramerZHNipVtE6", "withCSS", "ZHNipVtE6_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "HeaderFonts", "getFonts", "ZHNipVtE6_default", "RichTextWithFX", "withFX", "RichText", "HeroButtonFonts", "PYNajPLv2_default", "MotionDivWithFX", "motion", "ImageWithFX", "Image2", "FormSparkFonts", "FormSpark_default", "FooterDarkFonts", "Yswujwe22_default", "breakpoints", "isBrowser", "variantClassNames", "removeHiddenBreakpointLayers", "humanReadableVariantMap", "transitions", "animation", "transition1", "animation1", "transition2", "animation2", "transition3", "animation3", "transformTemplate", "_", "t", "animation4", "transition4", "animation5", "animation6", "transition5", "animation7", "animation8", "transition6", "animation9", "metadata", "TvGBGBZLF_default", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "variant", "fe", "metadata1", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "activeVariantCallback", "delay", "useActiveVariantCallback", "tap21axi1yk", "args", "window", "id1", "useRouteElementId", "ref1", "pe", "router", "useRouter", "isDisplayed", "id2", "ref2", "isDisplayed1", "isDisplayed2", "id3", "ref3", "id4", "ref4", "id5", "ref5", "isDisplayed3", "id6", "ref6", "isDisplayed4", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Container", "PropertyOverrides", "ZHNipVtE6_default", "RichTextWithFX", "x", "MotionDivWithFX", "PYNajPLv2_default", "resolveLink", "ImageWithFX", "RichText", "Image2", "SVG", "FormSpark_default", "Link", "Yswujwe22_default", "css", "FramerTvGBGBZLF", "withCSS", "addFonts", "HeaderFonts", "HeroButtonFonts", "FormSparkFonts", "FooterDarkFonts", "fonts", "__FramerMetadata__"]
}
