{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/9zLIz4fn80IR9zpOx18Q/Embed.js", "ssg:https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/QOVXBlV2UNTt0qPAuW0e/Input.js", "ssg:https://framerusercontent.com/modules/lFmfuXo3KImRqxMLvTE7/p95pKxC7tV7UMinUCxOF/d8UfJfgk3.js", "ssg:https://framerusercontent.com/modules/eiu1IqiNJenSVpjqnRaQ/XVD0VtsuAv5zXVkm1VWD/ZskbGnE9j.js", "ssg:https://framerusercontent.com/modules/8sAoS13aeizukYohrqhk/CQMZKQXgUDgSeSubpQxC/wasJ0lEda.js", "ssg:https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/TbXI1XaZFNevVKcgIt7G/isMotionValue.js", "ssg:https://framer.com/m/framer/useAutoMotionValue.js@^0.3.0", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/0jtlswBvrookcx7EpjBD/Video.js", "ssg:https://framerusercontent.com/modules/4BncQpd9EhjSJ9GZL6RN/ijUHNT03vX3SVZyazDCg/WVXwGGqZd.js", "ssg:https://framerusercontent.com/modules/5fIZXyf9eDyMnFKlx2GQ/Ow2NvMS248KP9YR3gpDP/Ewq8o04RM.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", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n  return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n  return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n  const isInTarget = useIsInCurrentNavigationTarget();\n  useEffect(() => {\n    if (enabled && isInTarget === goal) callback();\n  }, [isInTarget]);\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"useOnEnter\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"useOnExit\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    }\n  }\n};\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useRef } from \"react\";\n/**\n * Creates a constant value over the lifecycle of a component.\n *\n * Even if `useMemo` is provided an empty array as its final argument, it doesn't offer\n * a guarantee that it won't re-run for performance reasons later on. By using `useConstant`\n * you can ensure that initialisers don't execute twice or more.\n */\nexport function useConstant(init) {\n  const ref = useRef(null);\n  if (ref.current === null) {\n    ref.current = init();\n  }\n  return ref.current;\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"useConstant\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    }\n  }\n};\n//# sourceMappingURL=./useConstant.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = () => {\n  if (typeof navigator !== `undefined`) {\n    const userAgent = navigator.userAgent.toLowerCase();\n    const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n    return isSafari;\n  } else return false;\n};\nexport const useIsBrowserSafari = () => useMemo(() => isBrowserSafari(), []);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"useIsBrowserSafari\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"isBrowserSafari\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    }\n  }\n};\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n  const currentRenderTarget = useMemo(() => RenderTarget.current(), []);\n  return currentRenderTarget;\n}\nexport function useIsInPreview() {\n  const inPreview = useMemo(() => RenderTarget.current() === RenderTarget.preview, []);\n  return inPreview;\n}\nexport function useIsOnCanvas() {\n  const onCanvas = useMemo(() => RenderTarget.current() === RenderTarget.canvas, []);\n  return onCanvas;\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"useIsInPreview\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"useRenderTarget\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"useIsOnCanvas\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    }\n  }\n};\n//# sourceMappingURL=./useRenderTarget.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 { useEffect, useRef, useState } from \"react\";\nimport { addPropertyControls, ControlType } from \"framer\";\nimport { useIsOnCanvas, emptyStateStyle, containerStyles } from \"https://framer.com/m/framer/default-utils.js\"; /**\n                                                                                                                * @framerIntrinsicWidth 600\n                                                                                                                * @framerIntrinsicHeight 400\n                                                                                                                *\n                                                                                                                * @framerSupportedLayoutWidth fixed\n                                                                                                                * @framerSupportedLayoutHeight fixed\n                                                                                                                *\n                                                                                                                * @framerDisableUnlink\n                                                                                                                */\nexport default function Embed({\n  type,\n  url,\n  html\n}) {\n  if (type === \"url\" && url) {\n    return /*#__PURE__*/_jsx(EmbedURL, {\n      url: url\n    });\n  }\n  if (type === \"html\" && html) {\n    return /*#__PURE__*/_jsx(EmbedHTML, {\n      html: html\n    });\n  }\n  return /*#__PURE__*/_jsx(Instructions, {});\n}\n;\naddPropertyControls(Embed, {\n  type: {\n    type: ControlType.Enum,\n    defaultValue: \"url\",\n    displaySegmentedControl: true,\n    options: [\"url\", \"html\"],\n    optionTitles: [\"URL\", \"HTML\"]\n  },\n  url: {\n    title: \"URL\",\n    type: ControlType.String,\n    description: \"Some websites don\u2019t support embedding.\",\n    hidden(props) {\n      return props.type !== \"url\";\n    }\n  },\n  html: {\n    title: \"HTML\",\n    displayTextArea: true,\n    type: ControlType.String,\n    hidden(props) {\n      return props.type !== \"html\";\n    }\n  }\n});\nfunction Instructions() {\n  return /*#__PURE__*/_jsx(\"div\", {\n    style: {\n      ...emptyStateStyle,\n      overflow: \"hidden\"\n    },\n    children: /*#__PURE__*/_jsx(\"div\", {\n      style: centerTextStyle,\n      children: \"To embed a website or widget, add it to the properties\\xa0panel.\"\n    })\n  });\n}\nfunction EmbedURL({\n  url\n}) {\n  // Add https:// if the URL does not have a protocol.\n  if (!/[a-z]+:\\/\\//.test(url)) {\n    url = \"https://\" + url;\n  }\n  const onCanvas = useIsOnCanvas(); // We need to check if the url is blocked inside an iframe by the X-Frame-Options\n  // or Content-Security-Policy headers on the backend.\n  const [state, setState] = useState(onCanvas ? undefined : false);\n  useEffect(() => {\n    // We only want to check on the canvas.\n    // On the website we want to avoid the additional delay.\n    if (!onCanvas) return; // TODO: We could also use AbortController here.\n    let isLastEffect = true;\n    setState(undefined);\n    async function load() {\n      const response = await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\" + encodeURIComponent(url));\n      if (response.status == 200) {\n        const {\n          isBlocked\n        } = await response.json();\n        if (isLastEffect) {\n          setState(isBlocked);\n        }\n      } else {\n        const message = await response.text();\n        console.error(message);\n        const error = new Error(\"This site can\u2019t be reached.\");\n        setState(error);\n      }\n    }\n    load().catch(error => {\n      console.error(error);\n      setState(error);\n    });\n    return () => {\n      isLastEffect = false;\n    };\n  }, [url]);\n  if (!url.startsWith(\"https://\")) {\n    return /*#__PURE__*/_jsx(ErrorMessage, {\n      message: \"Unsupported protocol.\"\n    });\n  }\n  if (state === undefined) {\n    return /*#__PURE__*/_jsx(LoadingIndicator, {});\n  }\n  if (state instanceof Error) {\n    return /*#__PURE__*/_jsx(ErrorMessage, {\n      message: state.message\n    });\n  }\n  if (state === true) {\n    const message = `Can't embed ${url} due to its content security policy.`;\n    return /*#__PURE__*/_jsx(ErrorMessage, {\n      message: message\n    });\n  }\n  return /*#__PURE__*/_jsx(\"iframe\", {\n    src: url,\n    style: iframeStyle,\n    loading: \"lazy\",\n    // @ts-ignore\n    fetchPriority: onCanvas ? \"low\" : \"auto\",\n    referrerPolicy: \"no-referrer\",\n    sandbox: getSandbox(onCanvas)\n  });\n}\nconst iframeStyle = {\n  width: \"100%\",\n  height: \"100%\",\n  border: \"none\"\n};\nfunction getSandbox(onCanvas) {\n  const result = [\"allow-same-origin\", \"allow-scripts\"];\n  if (!onCanvas) {\n    result.push(\"allow-downloads\", \"allow-forms\", \"allow-modals\", \"allow-orientation-lock\", \"allow-pointer-lock\", \"allow-popups\", \"allow-popups-to-escape-sandbox\", \"allow-presentation\", \"allow-storage-access-by-user-activation\", \"allow-top-navigation-by-user-activation\");\n  }\n  return result.join(\" \");\n}\nfunction EmbedHTML({\n  html\n}) {\n  const ref = useRef(); // If the HTML contains a script tag we can't use\n  // dangerouslySetInnerHTML because it doesn't execute\n  // scripts on the client. Otherwise, we can benefit\n  // from SSG by using dangerouslySetInnerHTML.\n  const hasScript = html.includes(\"</script>\");\n  useEffect(() => {\n    if (!hasScript) return;\n    const div = ref.current;\n    div.innerHTML = html;\n    executeScripts(div);\n    return () => {\n      div.innerHTML = \"\";\n    };\n  }, [html, hasScript]);\n  return /*#__PURE__*/_jsx(\"div\", {\n    ref: ref,\n    style: htmlStyle,\n    dangerouslySetInnerHTML: !hasScript ? {\n      __html: html\n    } : undefined\n  });\n}\nconst htmlStyle = {\n  width: \"100%\",\n  height: \"100%\",\n  display: \"flex\",\n  flexDirection: \"column\",\n  justifyContent: \"center\",\n  alignItems: \"center\"\n}; // This function replaces scripts with executable ones.\n// https://stackoverflow.com/questions/1197575/can-scripts-be-inserted-with-innerhtml\nfunction executeScripts(node) {\n  if (node instanceof Element && node.tagName === \"SCRIPT\") {\n    const script = document.createElement(\"script\");\n    script.text = node.innerHTML;\n    for (const {\n      name,\n      value\n    } of node.attributes) {\n      script.setAttribute(name, value);\n    }\n    node.parentElement.replaceChild(script, node);\n  } else {\n    for (const child of node.childNodes) {\n      executeScripts(child);\n    }\n  }\n} // Generic components\nfunction LoadingIndicator() {\n  return /*#__PURE__*/_jsx(\"div\", {\n    className: \"framerInternalUI-componentPlaceholder\",\n    style: {\n      ...containerStyles,\n      overflow: \"hidden\"\n    },\n    children: /*#__PURE__*/_jsx(\"div\", {\n      style: centerTextStyle,\n      children: \"Loading\u2026\"\n    })\n  });\n}\nfunction ErrorMessage({\n  message\n}) {\n  return /*#__PURE__*/_jsx(\"div\", {\n    className: \"framerInternalUI-errorPlaceholder\",\n    style: {\n      ...containerStyles,\n      overflow: \"hidden\"\n    },\n    children: /*#__PURE__*/_jsxs(\"div\", {\n      style: centerTextStyle,\n      children: [\"Error: \", message]\n    })\n  });\n}\nconst centerTextStyle = {\n  textAlign: \"center\",\n  minWidth: 140\n};\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"Embed\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerSupportedLayoutHeight\": \"fixed\",\n        \"framerSupportedLayoutWidth\": \"fixed\",\n        \"framerDisableUnlink\": \"\",\n        \"framerIntrinsicWidth\": \"600\",\n        \"framerIntrinsicHeight\": \"400\",\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./Embed.map", "import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { useCallback, useState } from \"react\";\nimport { addPropertyControls, ControlType, withCSS, useRouter, inferInitialRouteFromPath } from \"framer\";\nimport { motion, useAnimationControls } from \"framer-motion\";\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 mailchimpRegex = /^https?:\\/\\/([^\\/]+)[^\\?]+\\??(.+)$/;\nconst validateEmail = email => {\n  return emailRegex.test(String(email).toLowerCase());\n};\nconst parseMailChimpUrl = url => {\n  var ref;\n  const [, domain, parameters] = (ref = url.replace(\"&amp;\", \"&\").match(mailchimpRegex)) !== null && ref !== void 0 ? ref : [null, null, null];\n  return [domain, parameters ? new URLSearchParams(parameters) : null];\n};\nfunction isExternalURL(url) {\n  try {\n    return !!new URL(url);\n  } catch {}\n  try {\n    return !!new URL(`https://${url}`);\n  } catch {}\n  return false;\n} /**\n  * Increment the number whenever shipping a new version to customers.\n  * This will ensure that multiple versions of this component can exist\n  * in the same project without css rules overlapping. Only use valid css class characters.\n  */\nconst VERSION = \"v1\"; /**\n                      * INPUT\n                      * By Benjamin den Boer\n                      *\n                      * @framerDisableUnlink\n                      *\n                      * @framerIntrinsicWidth 300\n                      * @framerIntrinsicHeight 40\n                      *\n                      * @framerSupportedLayoutWidth fixed\n                      * @framerSupportedLayoutHeight any\n                      */\nconst Input = withCSS(function Input({\n  service,\n  redirectAs,\n  mailchimpURL,\n  loopsID,\n  formsparkID,\n  getwaitlistAPI,\n  input,\n  button,\n  font,\n  layout,\n  link,\n  gap,\n  style,\n  onSubmit\n}) {\n  const [email, setEmail] = useState(\"\");\n  const [isError, setError] = useState(false);\n  const [isLoading, setLoading] = useState(false);\n  const [isFocus, setFocus] = useState(false); // Padding\n  const {\n    paddingPerSide,\n    paddingTop,\n    paddingRight,\n    paddingBottom,\n    paddingLeft,\n    padding,\n    borderRadius,\n    borderObject,\n    focusObject,\n    shadowObject,\n    height,\n    fixedHeight\n  } = input;\n  const {\n    buttonPaddingPerSide,\n    buttonPaddingTop,\n    buttonPaddingRight,\n    buttonPaddingBottom,\n    buttonPaddingLeft,\n    buttonPadding\n  } = button;\n  const paddingValue = paddingPerSide ? `${paddingTop}px ${button.isDocked ? paddingRight + button.widthWhenDocked : paddingRight}px ${paddingBottom}px ${paddingLeft}px` : `${padding}px ${button.isDocked ? padding + button.widthWhenDocked : padding}px ${padding}px ${padding}px`;\n  const buttonPaddingValue = buttonPaddingPerSide ? `${button.isDocked ? 0 : buttonPaddingTop}px ${buttonPaddingRight}px ${button.isDocked ? 0 : buttonPaddingBottom}px ${buttonPaddingLeft}px` : `${button.isDocked ? 0 : buttonPadding}px ${buttonPadding}px ${button.isDocked ? 0 : buttonPadding}px ${buttonPadding}px`;\n  const router = useRouter();\n  const onSuccess = () => {\n    /* Reset */setLoading(false);\n    setFocus(false);\n    setEmail(\"\");\n    if (redirectAs === \"link\" && link && !isError) {\n      const [path, hash] = link.split(\"#\");\n      const {\n        routeId,\n        pathVariables\n      } = inferInitialRouteFromPath(router.routes, path);\n      if (routeId) {\n        router.navigate(routeId, hash, pathVariables);\n      }\n      if (isExternalURL(link)) {\n        setError(true);\n        formControls.start(\"error\");\n        return false;\n      }\n    }\n  };\n  const validateForm = useCallback(email => {\n    if (email === \"\" || !validateEmail(email)) {\n      setError(true);\n      formControls.start(\"error\");\n      return false;\n    }\n    return true;\n  }, [validateEmail]);\n  const handleChange = useCallback(event => {\n    setError(false);\n    setEmail(event.target.value);\n  }, []);\n  const handleFocus = useCallback(event => {\n    setFocus(true);\n  }, []);\n  const handleBlur = useCallback(event => {\n    setFocus(false);\n    setError(false);\n  }, []);\n  const handleSubmit = useCallback(event => {\n    event.preventDefault(); // Prevent submitting while submitting\n    if (isLoading) return;\n    setLoading(true);\n    if (service === \"mailchimp\") {\n      const [domain, parameters] = parseMailChimpUrl(mailchimpURL);\n      if (!validateForm(email) || !domain || !parameters) {\n        setLoading(false);\n        return;\n      } // MERGE0 is Mailchimp\u2019s email field name\n      parameters.set(\"MERGE0\", email);\n      fetch(`https://${domain}/subscribe/post`, {\n        method: \"POST\",\n        mode: \"no-cors\",\n        headers: {\n          \"Content-Type\": \"application/x-www-form-urlencoded;charset=UTF-8\"\n        },\n        body: parameters.toString()\n      }).then(response => {\n        onSuccess();\n        if (redirectAs === \"overlay\") onSubmit === null || onSubmit === void 0 ? void 0 : onSubmit();\n      }).catch(error => {\n        console.error(error);\n        setLoading(false);\n        setError(true);\n        formControls.start(\"error\");\n      });\n    }\n    if (service === \"loops\") {\n      if (!validateForm(email)) {\n        setLoading(false);\n        return;\n      }\n      const formBody = `email=${encodeURIComponent(email)}`;\n      fetch(`https://app.loops.so/api/newsletter-form/${loopsID}`, {\n        method: \"POST\",\n        headers: {\n          \"Content-Type\": \"application/x-www-form-urlencoded\"\n        },\n        body: formBody\n      }).then(() => {\n        onSuccess();\n        if (redirectAs === \"overlay\") onSubmit === null || onSubmit === void 0 ? void 0 : onSubmit();\n      }).catch(error => {\n        console.error(error);\n        setLoading(false);\n        setError(true);\n        formControls.start(\"error\");\n      });\n    }\n    if (service === \"formspark\") {\n      if (!validateForm(email)) {\n        setLoading(false);\n        return;\n      }\n      const data = new FormData(event.target);\n      const entries = Object.fromEntries(data.entries());\n      fetch(`https://submit-form.com/${formsparkID}`, {\n        method: \"POST\",\n        headers: {\n          \"Content-Type\": \"application/json\",\n          Accept: \"application/json\"\n        },\n        body: JSON.stringify(entries)\n      }).then(() => {\n        onSuccess();\n        onSubmit === null || onSubmit === void 0 ? void 0 : onSubmit();\n      }).catch(error => {\n        console.error(error);\n        setLoading(false);\n        setError(true);\n        formControls.start(\"error\");\n      });\n    }\n    if (service === \"getwaitlist\") {\n      if (!validateForm(email)) {\n        setLoading(false);\n        return;\n      }\n      const data1 = new FormData(event.target);\n      const entries1 = Object.fromEntries(data1.entries());\n      fetch(`https://api.getwaitlist.com/api/v1\n/waiter/`, {\n        method: \"POST\",\n        headers: {\n          \"Content-Type\": \"application/json\",\n          Accept: \"application/json\"\n        },\n        body: JSON.stringify(entries1)\n      }).then(() => {\n        onSuccess();\n        if (redirectAs === \"overlay\") onSubmit === null || onSubmit === void 0 ? void 0 : onSubmit();\n      }).catch(error => {\n        console.error(error);\n        setLoading(false);\n        setError(true);\n        formControls.start(\"error\");\n      });\n    }\n  }, [mailchimpURL, formsparkID, email, onSubmit, validateForm, isLoading]); // Animation\n  const formControls = useAnimationControls(); // Input Box Shadow Stylees\n  const focusStylesFrom = input.focusObject ? `inset 0 0 0 ${focusObject.focusWidthFrom}px ${focusObject.focusColor}` : null;\n  const focusStylesTo = input.focusObject ? `inset 0 0 0 ${focusObject.focusWidthTo}px ${focusObject.focusColor}` : null;\n  const shadowStyles = input.shadowObject ? `${shadowObject.shadowX}px ${shadowObject.shadowY}px ${shadowObject.shadowBlur}px ${shadowObject.shadowColor}` : null;\n  const borderStyles = input.borderObject ? `inset 0 0 0 ${borderObject.borderWidth}px ${borderObject.borderColor}` : null; // Shake or wiggle as error\n  const formVariants = {\n    default: {\n      x: 0\n    },\n    error: {\n      x: [0, -4, 4, 0],\n      transition: {\n        duration: .2\n      }\n    }\n  };\n  const inputVariants = {\n    default: {\n      boxShadow: dynamicBoxShadow(focusStylesFrom, shadowStyles, borderStyles)\n    },\n    focused: {\n      boxShadow: dynamicBoxShadow(focusStylesTo, shadowStyles, borderStyles)\n    }\n  };\n  return /*#__PURE__*/_jsx(motion.div, {\n    style: {\n      ...style,\n      ...containerStyles,\n      \"--framer-custom-placeholder-color\": input.placeholderColor\n    },\n    variants: formVariants,\n    animate: formControls,\n    children: /*#__PURE__*/_jsxs(\"form\", {\n      style: {\n        width: \"100%\",\n        height: \"auto\",\n        display: \"flex\",\n        position: \"relative\",\n        flexDirection: layout === \"vertical\" ? \"column\" : \"row\",\n        color: button.color,\n        gap: button.isDocked ? 0 : gap\n      },\n      onSubmit: handleSubmit,\n      method: \"POST\",\n      children: [service === \"getwaitlist\" && /*#__PURE__*/_jsx(\"input\", {\n        type: \"hidden\",\n        name: \"api_key\",\n        value: getwaitlistAPI\n      }), /*#__PURE__*/_jsx(motion.input, {\n        type: \"email\",\n        name: \"email\",\n        placeholder: input.placeholder,\n        value: email,\n        className: `${VERSION} framer-custom-input`,\n        onChange: handleChange,\n        onFocus: handleFocus,\n        onBlur: handleBlur,\n        autoComplete: \"off\",\n        autoCapitalize: \"off\",\n        autoCorrect: \"off\",\n        spellCheck: \"false\",\n        style: {\n          ...defaultStyle,\n          padding: paddingValue,\n          borderRadius,\n          fontSize: 16,\n          ...font,\n          background: input.fill,\n          height: height ? \"auto\" : fixedHeight,\n          color: input.color,\n          boxShadow: dynamicBoxShadow(focusStylesFrom, shadowStyles, borderStyles)\n        },\n        variants: inputVariants,\n        initial: false,\n        animate: isFocus ? \"focused\" : \"default\",\n        transition: {\n          duration: .3\n        }\n      }), !button.shouldAppear && isLoading && /*#__PURE__*/_jsx(Spinner, {\n        shouldAppear: button.shouldAppear,\n        paddingPerSide: paddingPerSide,\n        paddingTop: paddingTop,\n        paddingRight: paddingRight,\n        padding: padding,\n        color: input.color\n      }), button.shouldAppear && /*#__PURE__*/_jsxs(\"div\", {\n        style: {\n          position: button.isDocked ? \"absolute\" : \"relative\",\n          top: button.isDocked ? button.insetWhenDocked : 0,\n          right: button.isDocked ? button.insetWhenDocked : 0,\n          bottom: button.isDocked ? button.insetWhenDocked : 0\n        },\n        children: [/*#__PURE__*/_jsx(motion.input, {\n          type: \"submit\",\n          value: button.label,\n          style: {\n            ...defaultStyle,\n            width: button.isDocked ? button.widthWhenDocked : \"100%\",\n            height: height ? \"100%\" : fixedHeight,\n            cursor: \"pointer\",\n            padding: buttonPaddingValue,\n            borderRadius: button.isDocked ? borderRadius - button.insetWhenDocked : borderRadius,\n            fontWeight: button.fontWeight,\n            fontSize: 16,\n            ...button.buttonFont,\n            background: button.fill,\n            color: button.color,\n            zIndex: 1,\n            boxShadow: getButtonShadow(button)\n          }\n        }), isLoading && /*#__PURE__*/_jsx(\"div\", {\n          style: {\n            borderRadius: button.isDocked ? borderRadius - button.insetWhenDocked : borderRadius,\n            position: \"absolute\",\n            display: \"flex\",\n            justifyContent: \"center\",\n            alignItems: \"center\",\n            width: \"100%\",\n            height: \"100%\",\n            inset: 0,\n            zIndex: 2,\n            color: button.color,\n            background: button.fill\n          },\n          children: /*#__PURE__*/_jsx(Spinner, {\n            color: button.color\n          })\n        })]\n      })]\n    })\n  });\n}, [`.${VERSION}.framer-custom-input::placeholder { color: var(--framer-custom-placeholder-color) !important; }`]);\nconst Spinner = props => {\n  const noButtonStyles = !props.shouldAppear ? {\n    position: \"absolute\",\n    top: `calc(50% - 8px)`,\n    right: props.paddingPerSide ? props.paddingRight : props.padding\n  } : {};\n  return /*#__PURE__*/_jsx(motion.div, {\n    style: {\n      height: 16,\n      width: 16,\n      ...noButtonStyles\n    },\n    initial: {\n      rotate: 0\n    },\n    animate: {\n      rotate: 360\n    },\n    transition: {\n      duration: 1,\n      repeat: Infinity\n    },\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: {\n        scale: 0\n      },\n      animate: {\n        scale: 1\n      },\n      children: /*#__PURE__*/_jsxs(\"svg\", {\n        xmlns: \"http://www.w3.org/2000/svg\",\n        width: \"16\",\n        height: \"16\",\n        style: {\n          fill: \"currentColor\",\n          color: props.color\n        },\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};\naddPropertyControls(Input, {\n  service: {\n    title: \"Service\",\n    type: ControlType.Enum,\n    options: [\"loops\", \"formspark\", \"mailchimp\", \"getwaitlist\"],\n    optionTitles: [\"Loops\", \"FormSpark\", \"MailChimp\", \"Get Waitlist\"],\n    defaultValue: \"loops\"\n  },\n  mailchimpURL: {\n    title: \"URL\",\n    placeholder: \"https://***.us6.list-manage.com/subscribe/post?u=***\",\n    type: ControlType.String,\n    hidden: props => props.service !== \"mailchimp\"\n  },\n  loopsID: {\n    title: \"ID\",\n    placeholder: \"klm2jxy0i98abzr01pq7defg5\",\n    type: ControlType.String,\n    hidden: props => props.service !== \"loops\"\n  },\n  formsparkID: {\n    title: \"ID\",\n    placeholder: \"7PbPpGN3\",\n    type: ControlType.String,\n    hidden: props => props.service !== \"formspark\"\n  },\n  getwaitlistAPI: {\n    title: \"ID\",\n    placeholder: \"9148\",\n    type: ControlType.String,\n    hidden: props => props.service !== \"getwaitlist\"\n  },\n  redirectAs: {\n    title: \"Success\",\n    type: ControlType.Enum,\n    options: [\"link\", \"overlay\"],\n    optionTitles: [\"Open Link\", \"Show Overlay\"],\n    defaultValue: \"link\"\n  },\n  link: {\n    title: \"Redirect\",\n    type: ControlType.Link,\n    hidden: props => props.redirectAs === \"overlay\"\n  },\n  onSubmit: {\n    title: \"Submit\",\n    type: ControlType.EventHandler,\n    hidden: props => props.redirectAs === \"link\"\n  },\n  layout: {\n    title: \"Layout\",\n    type: ControlType.Enum,\n    options: [\"horizontal\", \"vertical\"],\n    displaySegmentedControl: true,\n    hidden: props => props.button.isDocked\n  },\n  font: {\n    type: ControlType.Font,\n    title: \"Font\",\n    controls: \"extended\"\n  },\n  input: {\n    title: \"Input\",\n    type: ControlType.Object,\n    controls: {\n      placeholder: {\n        title: \"Placeholder\",\n        type: ControlType.String,\n        defaultValue: \"name@email.com\"\n      },\n      placeholderColor: {\n        title: \" \",\n        type: ControlType.Color,\n        defaultValue: \"rgba(0, 0, 0, 0.3)\"\n      },\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      height: {\n        title: \"Height\",\n        type: ControlType.Boolean,\n        enabledTitle: \"Auto\",\n        disabledTitle: \"Fixed\"\n      },\n      fixedHeight: {\n        title: \" \",\n        type: ControlType.Number,\n        displayStepper: true,\n        min: 0,\n        defaultValue: 50,\n        hidden: props => props.height\n      },\n      padding: {\n        title: \"Padding\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\"Padding\", \"Padding per side\"],\n        defaultValue: 15,\n        valueKeys: [\"paddingTop\", \"paddingRight\", \"paddingBottom\", \"paddingLeft\"],\n        valueLabels: [\"T\", \"R\", \"B\", \"L\"],\n        min: 0\n      },\n      borderRadius: {\n        title: \"Radius\",\n        type: ControlType.Number,\n        displayStepper: true,\n        min: 0,\n        defaultValue: 8\n      },\n      focusObject: {\n        type: ControlType.Object,\n        title: \"Focus\",\n        optional: true,\n        controls: {\n          focusWidthFrom: {\n            title: \"From\",\n            type: ControlType.Number,\n            displayStepper: true,\n            defaultValue: 0\n          },\n          focusWidthTo: {\n            title: \"To\",\n            type: ControlType.Number,\n            displayStepper: true,\n            defaultValue: 2\n          },\n          focusColor: {\n            title: \"Color\",\n            type: ControlType.Color,\n            defaultValue: \"#09F\"\n          }\n        }\n      },\n      borderObject: {\n        type: ControlType.Object,\n        title: \"Border\",\n        optional: true,\n        controls: {\n          borderWidth: {\n            title: \"Width\",\n            type: ControlType.Number,\n            displayStepper: true,\n            defaultValue: 1\n          },\n          borderColor: {\n            title: \"Color\",\n            type: ControlType.Color,\n            defaultValue: \"rgba(200,200,200,0.5)\"\n          }\n        }\n      },\n      shadowObject: {\n        type: ControlType.Object,\n        title: \"Shadow\",\n        optional: true,\n        controls: {\n          shadowColor: {\n            title: \"Color\",\n            type: ControlType.Color,\n            defaultValue: \"rgba(0,0,0,0.25)\"\n          },\n          shadowX: {\n            title: \"Shadow X\",\n            type: ControlType.Number,\n            min: -100,\n            max: 100,\n            defaultValue: 0\n          },\n          shadowY: {\n            title: \"Shadow Y\",\n            type: ControlType.Number,\n            min: -100,\n            max: 100,\n            defaultValue: 2\n          },\n          shadowBlur: {\n            title: \"Shadow B\",\n            type: ControlType.Number,\n            min: 0,\n            max: 100,\n            defaultValue: 4\n          }\n        }\n      }\n    }\n  },\n  button: {\n    title: \"Button\",\n    type: ControlType.Object,\n    controls: {\n      shouldAppear: {\n        title: \"Show\",\n        type: ControlType.Boolean,\n        defaultValue: true\n      },\n      label: {\n        title: \"Label\",\n        type: ControlType.String,\n        defaultValue: \"Subscribe\"\n      },\n      buttonFont: {\n        type: ControlType.Font,\n        title: \"Font\",\n        controls: \"extended\"\n      },\n      fill: {\n        title: \"Fill\",\n        type: ControlType.Color,\n        defaultValue: \"#333\"\n      },\n      color: {\n        title: \"Text\",\n        type: ControlType.Color,\n        defaultValue: \"#FFF\"\n      },\n      isDocked: {\n        title: \"Docked\",\n        type: ControlType.Boolean,\n        defaultValue: false\n      },\n      widthWhenDocked: {\n        title: \"Width\",\n        type: ControlType.Number,\n        min: 0,\n        defaultValue: 100,\n        displayStepper: true,\n        hidden: props => !props.isDocked\n      },\n      insetWhenDocked: {\n        title: \"Inset\",\n        type: ControlType.Number,\n        min: 0,\n        defaultValue: 5,\n        displayStepper: true,\n        hidden: props => !props.isDocked\n      },\n      buttonPadding: {\n        title: \"Padding\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"buttonPaddingPerSide\",\n        toggleTitles: [\"Padding\", \"Padding per side\"],\n        defaultValue: 15,\n        valueKeys: [\"buttonPaddingTop\", \"buttonPaddingRight\", \"buttonPaddingBottom\", \"buttonPaddingLeft\"],\n        valueLabels: [\"T\", \"R\", \"B\", \"L\"],\n        min: 0\n      },\n      buttonShadow: {\n        type: ControlType.Object,\n        title: \"Shadow\",\n        optional: true,\n        controls: {\n          shadowColor: {\n            title: \"Color\",\n            type: ControlType.Color,\n            defaultValue: \"rgba(0,0,0,0.25)\"\n          },\n          shadowX: {\n            title: \"Shadow X\",\n            type: ControlType.Number,\n            min: -100,\n            max: 100,\n            defaultValue: 0\n          },\n          shadowY: {\n            title: \"Shadow Y\",\n            type: ControlType.Number,\n            min: -100,\n            max: 100,\n            defaultValue: 2\n          },\n          shadowBlur: {\n            title: \"Shadow B\",\n            type: ControlType.Number,\n            min: 0,\n            max: 100,\n            defaultValue: 4\n          }\n        }\n      }\n    }\n  },\n  gap: {\n    title: \"Gap\",\n    type: ControlType.Number,\n    displayStepper: true,\n    min: 0,\n    defaultValue: 10,\n    hidden: props => props.button.isDocked\n  }\n});\nconst defaultStyle = {\n  WebkitAppearance: \"none\",\n  appearance: \"none\",\n  width: \"100%\",\n  height: \"auto\",\n  outline: \"none\",\n  border: \"none\"\n};\nconst containerStyles = {\n  position: \"relative\",\n  width: \"100%\",\n  height: \"100%\",\n  display: \"flex\",\n  justifyContent: \"center\",\n  alignItems: \"center\"\n};\nfunction getButtonShadow(button) {\n  if (button.buttonShadow) {\n    return `${button.buttonShadow.shadowX}px ${button.buttonShadow.shadowY}px ${button.buttonShadow.shadowBlur}px ${button.buttonShadow.shadowColor}`;\n  } else return \"none\";\n}\nfunction dynamicBoxShadow(...shadows) {\n  const output = [];\n  shadows.forEach(shadow => shadow && output.push(shadow));\n  return output.join(\", \");\n}\nexport default Input;\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"Input\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicHeight\": \"40\",\n        \"framerIntrinsicWidth\": \"300\",\n        \"framerDisableUnlink\": \"*\",\n        \"framerSupportedLayoutHeight\": \"any\",\n        \"framerContractVersion\": \"1\",\n        \"framerSupportedLayoutWidth\": \"fixed\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./Input.map", "// Generated by Framer (d213f04)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, Link, resolveLink, RichText, useLocaleInfo, useRouter, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nimport Input from \"https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/QOVXBlV2UNTt0qPAuW0e/Input.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/NLToqylKrx8Gi0usXF2H/aobJWBxzIIFv86PVCwz3/sJ2QEITYH.js\";\nconst InputFonts = getFonts(Input);\nconst cycleOrder = [\"OFlkMjUGz\", \"eiiPNZ0qY\"];\nconst variantClassNames = {\n  eiiPNZ0qY: \"framer-v-lvu11\",\n  OFlkMjUGz: \"framer-v-vweeac\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst humanReadableVariantMap = {\n  \"Variant 1\": \"OFlkMjUGz\",\n  \"Variant 2\": \"eiiPNZ0qY\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _variant, ref;\n  return {\n    ...props,\n    variant: (ref = (_variant = humanReadableVariantMap[props.variant]) !== null && _variant !== void 0 ? _variant : props.variant) !== null && ref !== void 0 ? ref : \"OFlkMjUGz\"\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"OFlkMjUGz\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const router = useRouter();\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-z5Ybw\", sharedStyle.className, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-vweeac\", className),\n          \"data-framer-name\": \"Variant 1\",\n          layoutDependency: layoutDependency,\n          layoutId: \"OFlkMjUGz\",\n          ref: ref,\n          style: {\n            ...style\n          },\n          ...addPropertyOverrides({\n            eiiPNZ0qY: {\n              \"data-framer-name\": \"Variant 2\"\n            }\n          }, baseVariant, gestureVariant),\n          children: [/*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-nghwcx-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"viPSMUFvv-container\",\n            children: /*#__PURE__*/_jsx(Input, {\n              button: {\n                buttonFont: {\n                  fontFamily: '\"Satoshi\", sans-serif',\n                  fontSize: \"16px\",\n                  fontStyle: \"normal\",\n                  fontWeight: 700,\n                  letterSpacing: \"0em\",\n                  lineHeight: \"1em\",\n                  textAlign: \"center\"\n                },\n                buttonPadding: 6,\n                buttonPaddingBottom: 6,\n                buttonPaddingLeft: 6,\n                buttonPaddingPerSide: false,\n                buttonPaddingRight: 6,\n                buttonPaddingTop: 6,\n                color: \"rgb(255, 255, 255)\",\n                fill: \"rgb(233, 122, 43)\",\n                insetWhenDocked: 5,\n                isDocked: true,\n                label: \"Get Access\",\n                shouldAppear: true,\n                widthWhenDocked: 118\n              },\n              font: {\n                fontFamily: '\"Satoshi\", sans-serif',\n                fontSize: \"16px\",\n                fontStyle: \"normal\",\n                fontWeight: 400,\n                letterSpacing: \"0em\",\n                lineHeight: \"1em\"\n              },\n              formsparkID: \"\",\n              gap: 10,\n              getwaitlistAPI: \"\",\n              height: \"100%\",\n              id: \"viPSMUFvv\",\n              input: {\n                borderObject: {\n                  borderColor: \"rgba(233, 122, 43, 0.3)\",\n                  borderWidth: 2\n                },\n                borderRadius: 8,\n                color: \"rgb(0, 0, 0)\",\n                fill: \"rgba(233, 122, 43, 0)\",\n                fixedHeight: 50,\n                focusObject: {\n                  focusColor: \"rgb(233, 122, 43)\",\n                  focusWidthFrom: 0,\n                  focusWidthTo: 2\n                },\n                height: true,\n                padding: 14,\n                paddingBottom: 14,\n                paddingLeft: 20,\n                paddingPerSide: true,\n                paddingRight: 20,\n                paddingTop: 14,\n                placeholder: \"name@email.com\",\n                placeholderColor: \"rgba(0, 0, 0, 0.3)\"\n              },\n              layout: \"horizontal\",\n              layoutId: \"viPSMUFvv\",\n              link: resolveLink({\n                webPageId: \"m2SDyvSo0\"\n              }, router),\n              loopsID: \"clledcw1s0007mg0p4qlea8hb\",\n              mailchimpURL: \"\",\n              redirectAs: \"link\",\n              service: \"loops\",\n              style: {\n                height: \"100%\",\n                width: \"100%\"\n              },\n              width: \"100%\"\n            })\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-17fbsau\",\n            layoutDependency: layoutDependency,\n            layoutId: \"qH83JuNdp\",\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\": \"RlM7U2F0b3NoaS1tZWRpdW0=\",\n                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                    \"--framer-font-weight\": \"500\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                  },\n                  children: \"Download for Mac M1/2 today.\"\n                })\n              }),\n              className: \"framer-1e7qx3h\",\n              fonts: [\"FS;Satoshi-medium\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"izaTgCWsW\",\n              style: {\n                \"--extracted-r6o4lv\": \"rgb(168, 168, 168)\",\n                \"--framer-link-text-color\": \"rgb(0, 153, 255)\",\n                \"--framer-link-text-decoration\": \"underline\",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\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\": \"RlM7U2F0b3NoaS1tZWRpdW0=\",\n                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                    \"--framer-font-weight\": \"500\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv)\",\n                    \"--framer-text-decoration\": \"underline\"\n                  },\n                  children: /*#__PURE__*/_jsx(Link, {\n                    href: \"https://tally.so/r/w7LDA6\",\n                    openInNewTab: true,\n                    smoothScroll: false,\n                    children: /*#__PURE__*/_jsx(motion.a, {\n                      className: \"framer-styles-preset-1x5q87\",\n                      \"data-styles-preset\": \"sJ2QEITYH\",\n                      children: \"More platforms\"\n                    })\n                  })\n                })\n              }),\n              className: \"framer-1uymd67\",\n              fonts: [\"FS;Satoshi-medium\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"QVJ6i2IUM\",\n              style: {\n                \"--extracted-r6o4lv\": \"rgb(168, 168, 168)\",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            })]\n          })]\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-z5Ybw [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-z5Ybw .framer-ehwxys { display: block; }\", \".framer-z5Ybw .framer-vweeac { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 18px 18px 18px 18px; position: relative; width: min-content; }\", \".framer-z5Ybw .framer-nghwcx-container { flex: none; height: 60px; position: relative; width: 408px; }\", \".framer-z5Ybw .framer-17fbsau { 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: min-content; }\", \".framer-z5Ybw .framer-1e7qx3h, .framer-z5Ybw .framer-1uymd67 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-z5Ybw .framer-vweeac, .framer-z5Ybw .framer-17fbsau { gap: 0px; } .framer-z5Ybw .framer-vweeac > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-z5Ybw .framer-vweeac > :first-child { margin-top: 0px; } .framer-z5Ybw .framer-vweeac > :last-child { margin-bottom: 0px; } .framer-z5Ybw .framer-17fbsau > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-z5Ybw .framer-17fbsau > :first-child { margin-left: 0px; } .framer-z5Ybw .framer-17fbsau > :last-child { margin-right: 0px; } }\", \".framer-z5Ybw.framer-v-lvu11 .framer-nghwcx-container { width: 334px; }\", ...sharedStyle.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerIntrinsicHeight 125\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerIntrinsicWidth 444\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"eiiPNZ0qY\":{\"layout\":[\"auto\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     */\nconst Framerd8UfJfgk3 = withCSS(Component, css, \"framer-z5Ybw\");\nexport default Framerd8UfJfgk3;\nFramerd8UfJfgk3.displayName = \"m1 access\";\nFramerd8UfJfgk3.defaultProps = {\n  height: 125,\n  width: 444\n};\naddPropertyControls(Framerd8UfJfgk3, {\n  variant: {\n    options: [\"OFlkMjUGz\", \"eiiPNZ0qY\"],\n    optionTitles: [\"Variant 1\", \"Variant 2\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  }\n});\naddFonts(Framerd8UfJfgk3, [{\n  family: \"Satoshi\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/d8UfJfgk3:default\",\n    url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\"\n  },\n  style: \"normal\",\n  url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",\n  weight: \"400\"\n}, {\n  family: \"Satoshi\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/d8UfJfgk3:default\",\n    url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\"\n  },\n  style: \"normal\",\n  url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",\n  weight: \"700\"\n}, {\n  family: \"Satoshi\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/d8UfJfgk3:default\",\n    url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\"\n  },\n  style: \"normal\",\n  url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",\n  weight: \"500\"\n}, ...InputFonts, ...sharedStyle.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\": \"Framerd8UfJfgk3\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicWidth\": \"444\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"eiiPNZ0qY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicHeight\": \"125\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./d8UfJfgk3.map", "// Generated by Framer (d213f04)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, RichText, useActiveVariantCallback, useLocaleInfo, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nconst cycleOrder = [\"fU9LbmxMV\", \"wWiHaWJBS\"];\nconst variantClassNames = {\n  fU9LbmxMV: \"framer-v-f67svk\",\n  wWiHaWJBS: \"framer-v-1t7i4gf\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst transitions = {\n  default: {\n    damping: 40,\n    delay: 0,\n    mass: 1,\n    stiffness: 400,\n    type: \"spring\"\n  }\n};\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst humanReadableVariantMap = {\n  Closed: \"fU9LbmxMV\",\n  Open: \"wWiHaWJBS\"\n};\nconst getProps = ({\n  answer,\n  height,\n  id,\n  question,\n  width,\n  ...props\n}) => {\n  var ref, _variant, ref1, ref2;\n  return {\n    ...props,\n    T8rQFvSBR: (ref = answer !== null && answer !== void 0 ? answer : props.T8rQFvSBR) !== null && ref !== void 0 ? ref : \"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",\n    variant: (ref1 = (_variant = humanReadableVariantMap[props.variant]) !== null && _variant !== void 0 ? _variant : props.variant) !== null && ref1 !== void 0 ? ref1 : \"fU9LbmxMV\",\n    W88zB8mIG: (ref2 = question !== null && question !== void 0 ? question : props.W88zB8mIG) !== null && ref2 !== void 0 ? ref2 : \"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    W88zB8mIG,\n    T8rQFvSBR,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"fU9LbmxMV\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const onTap1h3e6sq = activeVariantCallback(async (...args) => {\n    setVariant(\"wWiHaWJBS\");\n  });\n  const onTapyb5kk1 = activeVariantCallback(async (...args) => {\n    setVariant(\"fU9LbmxMV\");\n  });\n  const isDisplayed = () => {\n    if (baseVariant === \"wWiHaWJBS\") 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-UQqr6\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-f67svk\", className),\n          \"data-framer-name\": \"Closed\",\n          layoutDependency: layoutDependency,\n          layoutId: \"fU9LbmxMV\",\n          ref: ref,\n          style: {\n            ...style\n          },\n          ...addPropertyOverrides({\n            wWiHaWJBS: {\n              \"data-framer-name\": \"Open\"\n            }\n          }, baseVariant, gestureVariant),\n          children: [/*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-cvd0b1\",\n            \"data-framer-name\": \"Question\",\n            \"data-highlight\": true,\n            layoutDependency: layoutDependency,\n            layoutId: \"DpU4vJO5S\",\n            onTap: onTap1h3e6sq,\n            ...addPropertyOverrides({\n              wWiHaWJBS: {\n                onTap: onTapyb5kk1\n              }\n            }, baseVariant, gestureVariant),\n            children: [/*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                    \"--framer-font-weight\": \"700\",\n                    \"--framer-letter-spacing\": \"0px\",\n                    \"--framer-line-height\": \"1.5em\",\n                    \"--framer-text-alignment\": \"left\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                  },\n                  children: \"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"\n                })\n              }),\n              className: \"framer-13wst52\",\n              fonts: [\"FS;Satoshi-bold\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"Taf6pzuAI\",\n              style: {\n                \"--extracted-r6o4lv\": \"rgb(66, 66, 66)\",\n                \"--framer-link-text-color\": \"rgb(0, 153, 255)\",\n                \"--framer-link-text-decoration\": \"underline\",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              text: W88zB8mIG,\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1smdjix\",\n              \"data-framer-name\": \"Plus\",\n              layoutDependency: layoutDependency,\n              layoutId: \"vMVgSccwd\",\n              style: {\n                opacity: .3,\n                rotate: 0\n              },\n              variants: {\n                wWiHaWJBS: {\n                  rotate: 45\n                }\n              },\n              children: [/*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-yssvqj\",\n                layoutDependency: layoutDependency,\n                layoutId: \"jRFwqnPhf\",\n                style: {\n                  backgroundColor: \"rgb(0, 0, 0)\",\n                  borderBottomLeftRadius: 10,\n                  borderBottomRightRadius: 10,\n                  borderTopLeftRadius: 10,\n                  borderTopRightRadius: 10\n                }\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-skbz9n\",\n                layoutDependency: layoutDependency,\n                layoutId: \"V4fNyMa9m\",\n                style: {\n                  backgroundColor: \"rgb(0, 0, 0)\",\n                  borderBottomLeftRadius: 10,\n                  borderBottomRightRadius: 10,\n                  borderTopLeftRadius: 10,\n                  borderTopRightRadius: 10\n                }\n              })]\n            })]\n          }), isDisplayed() && /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1bsdwr\",\n            \"data-framer-name\": \"Answer\",\n            layoutDependency: layoutDependency,\n            layoutId: \"baI5Ai5VS\",\n            style: {\n              opacity: 0\n            },\n            variants: {\n              wWiHaWJBS: {\n                opacity: 1\n              }\n            },\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\": \"RlM7U2F0b3NoaS1yZWd1bGFy\",\n                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                    \"--framer-letter-spacing\": \"0px\",\n                    \"--framer-line-height\": \"1.5em\",\n                    \"--framer-text-alignment\": \"left\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                  },\n                  children: \"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"\n                })\n              }),\n              className: \"framer-22us92\",\n              fonts: [\"FS;Satoshi-regular\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"RO2INovBM\",\n              style: {\n                \"--extracted-r6o4lv\": \"rgb(5, 5, 5)\",\n                \"--framer-paragraph-spacing\": \"0px\",\n                opacity: .6\n              },\n              text: T8rQFvSBR,\n              variants: {\n                wWiHaWJBS: {\n                  opacity: 1\n                }\n              },\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            })\n          })]\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-UQqr6 [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-UQqr6 .framer-aevk7w { display: block; }\", \".framer-UQqr6 .framer-f67svk { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 400px; }\", \".framer-UQqr6 .framer-cvd0b1 { -webkit-user-select: none; align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 20px 20px 20px 16px; position: relative; user-select: none; width: 100%; }\", \".framer-UQqr6 .framer-13wst52 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\", \".framer-UQqr6 .framer-1smdjix { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: hidden; position: relative; width: 16px; z-index: 1; }\", \".framer-UQqr6 .framer-yssvqj { flex: none; height: 2px; left: calc(50.00000000000002% - 16px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 16px; }\", \".framer-UQqr6 .framer-skbz9n { flex: none; height: 16px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 2px; }\", \".framer-UQqr6 .framer-1bsdwr { 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 20px 20px 16px; position: relative; width: 100%; }\", \".framer-UQqr6 .framer-22us92 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UQqr6 .framer-f67svk, .framer-UQqr6 .framer-1bsdwr { gap: 0px; } .framer-UQqr6 .framer-f67svk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-UQqr6 .framer-f67svk > :first-child, .framer-UQqr6 .framer-1bsdwr > :first-child { margin-top: 0px; } .framer-UQqr6 .framer-f67svk > :last-child, .framer-UQqr6 .framer-1bsdwr > :last-child { margin-bottom: 0px; } .framer-UQqr6 .framer-1bsdwr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerIntrinsicHeight 88\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerIntrinsicWidth 400\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wWiHaWJBS\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             */\nconst FramerZskbGnE9j = withCSS(Component, css, \"framer-UQqr6\");\nexport default FramerZskbGnE9j;\nFramerZskbGnE9j.displayName = \"Row\";\nFramerZskbGnE9j.defaultProps = {\n  height: 88,\n  width: 400\n};\naddPropertyControls(FramerZskbGnE9j, {\n  variant: {\n    options: [\"fU9LbmxMV\", \"wWiHaWJBS\"],\n    optionTitles: [\"Closed\", \"Open\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  W88zB8mIG: {\n    defaultValue: \"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",\n    displayTextArea: true,\n    title: \"Question\",\n    type: ControlType.String\n  },\n  T8rQFvSBR: {\n    defaultValue: \"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",\n    displayTextArea: true,\n    title: \"Answer\",\n    type: ControlType.String\n  }\n});\naddFonts(FramerZskbGnE9j, [{\n  family: \"Satoshi\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/ZskbGnE9j:default\",\n    url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\"\n  },\n  style: \"normal\",\n  url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",\n  weight: \"700\"\n}, {\n  family: \"Satoshi\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/ZskbGnE9j:default\",\n    url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\"\n  },\n  style: \"normal\",\n  url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",\n  weight: \"400\"\n}]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerZskbGnE9j\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerVariables\": \"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wWiHaWJBS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicHeight\": \"88\",\n        \"framerIntrinsicWidth\": \"400\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./ZskbGnE9j.map", "// Generated by Framer (d213f04)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, cx, getFonts, useLocaleInfo, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nimport Row from \"https://framerusercontent.com/modules/eiu1IqiNJenSVpjqnRaQ/XVD0VtsuAv5zXVkm1VWD/ZskbGnE9j.js\";\nconst RowFonts = getFonts(Row);\nconst cycleOrder = [\"GBiDua0RX\"];\nconst variantClassNames = {\n  GBiDua0RX: \"framer-v-zl8weq\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst transitions = {\n  default: {\n    damping: 40,\n    delay: 0,\n    mass: 1,\n    stiffness: 400,\n    type: \"spring\"\n  }\n};\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  return {\n    ...props\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"GBiDua0RX\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-YQBFb\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-zl8weq\", className),\n          \"data-framer-name\": \"Variant 1\",\n          layoutDependency: layoutDependency,\n          layoutId: \"GBiDua0RX\",\n          ref: ref,\n          style: {\n            backgroundColor: \"rgb(245, 245, 245)\",\n            borderBottomLeftRadius: 8,\n            borderBottomRightRadius: 8,\n            borderTopLeftRadius: 8,\n            borderTopRightRadius: 8,\n            boxShadow: \"0.12072530715522589px 0.12072530715522589px 0.8536568335028906px -0.875px rgba(0, 0, 0, 0.09655), 1px 1px 7.0710678118654755px -1.75px rgba(0, 0, 0, 0.1625)\",\n            ...style\n          },\n          children: [/*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-seiq24-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"WdrvCpWYZ-container\",\n            children: /*#__PURE__*/_jsx(Row, {\n              answer: \"Full support for Mac M1/2.  Mac Intel, Windows, Linux coming soon.\",\n              height: \"100%\",\n              id: \"WdrvCpWYZ\",\n              layoutId: \"WdrvCpWYZ\",\n              question: \"Which platform does Unlost support?\",\n              style: {\n                width: \"100%\"\n              },\n              variant: \"fU9LbmxMV\",\n              width: \"100%\"\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1oxadtj\",\n            \"data-framer-name\": \"Line\",\n            layoutDependency: layoutDependency,\n            layoutId: \"OhbXD42Yn\",\n            style: {\n              backgroundColor: \"rgba(0, 0, 0, 0.05)\"\n            }\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-o8x06r-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"Q9Y9QdcDe-container\",\n            children: /*#__PURE__*/_jsx(Row, {\n              answer: \"With industry standard compression and similar screenshot detections, you can expect usage of 10-20GB per month.\",\n              height: \"100%\",\n              id: \"Q9Y9QdcDe\",\n              layoutId: \"Q9Y9QdcDe\",\n              question: \"How much storage does Unlost use?\",\n              style: {\n                width: \"100%\"\n              },\n              variant: \"fU9LbmxMV\",\n              width: \"100%\"\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1kezhay\",\n            \"data-framer-name\": \"Line\",\n            layoutDependency: layoutDependency,\n            layoutId: \"j0505dbv7\",\n            style: {\n              backgroundColor: \"rgba(0, 0, 0, 0.05)\"\n            }\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-mv7p9-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"OHD18bY70-container\",\n            children: /*#__PURE__*/_jsx(Row, {\n              answer: \"When similar screenshot detections(SSD) is active, Unlost uses <20% of a single core. If SSD is inactive, you likely won't notice its running. \\n\\nProcessing is defered, batched, and optimised for energy efficiency.\",\n              height: \"100%\",\n              id: \"OHD18bY70\",\n              layoutId: \"OHD18bY70\",\n              question: \"What about CPU/energy consumption?\",\n              style: {\n                width: \"100%\"\n              },\n              variant: \"fU9LbmxMV\",\n              width: \"100%\"\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-qmaxek\",\n            \"data-framer-name\": \"Line\",\n            layoutDependency: layoutDependency,\n            layoutId: \"be_iJL8qY\",\n            style: {\n              backgroundColor: \"rgba(0, 0, 0, 0.05)\"\n            }\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-tyrnbt-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"bcsdJBYgF-container\",\n            children: /*#__PURE__*/_jsx(Row, {\n              answer: \"All the data is processed and stored locally and APFS encrypted.\\n\\nNothing ever leaves your laptop. Period.\",\n              height: \"100%\",\n              id: \"bcsdJBYgF\",\n              layoutId: \"bcsdJBYgF\",\n              question: \"What happens to my data?\",\n              style: {\n                width: \"100%\"\n              },\n              variant: \"fU9LbmxMV\",\n              width: \"100%\"\n            })\n          })]\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-YQBFb [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-YQBFb .framer-1sftgly { display: block; }\", \".framer-YQBFb .framer-zl8weq { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 4px 4px 4px 4px; position: relative; width: 1000px; will-change: var(--framer-will-change-override, transform); }\", \".framer-YQBFb .framer-seiq24-container, .framer-YQBFb .framer-o8x06r-container, .framer-YQBFb .framer-mv7p9-container, .framer-YQBFb .framer-tyrnbt-container { flex: none; height: auto; position: relative; width: 100%; }\", \".framer-YQBFb .framer-1oxadtj, .framer-YQBFb .framer-1kezhay, .framer-YQBFb .framer-qmaxek { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YQBFb .framer-zl8weq { gap: 0px; } .framer-YQBFb .framer-zl8weq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-YQBFb .framer-zl8weq > :first-child { margin-top: 0px; } .framer-YQBFb .framer-zl8weq > :last-child { margin-bottom: 0px; } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * @framerIntrinsicHeight 267\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * @framerIntrinsicWidth 1000\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  */\nconst FramerwasJ0lEda = withCSS(Component, css, \"framer-YQBFb\");\nexport default FramerwasJ0lEda;\nFramerwasJ0lEda.displayName = \"Accordion Copy\";\nFramerwasJ0lEda.defaultProps = {\n  height: 267,\n  width: 1e3\n};\naddFonts(FramerwasJ0lEda, [...RowFonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerwasJ0lEda\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicWidth\": \"1000\",\n        \"framerIntrinsicHeight\": \"267\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "import { MotionValue } from \"framer\"; // Basic MotionValue check\nexport const isMotionValue = v => v instanceof MotionValue;\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"isMotionValue\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./isMotionValue.map", "import{useCallback,useEffect,useRef}from\"react\";import{motionValue,animate,RenderTarget}from\"framer\";import{isMotionValue}from\"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/TbXI1XaZFNevVKcgIt7G/isMotionValue.js\";import{useConstant}from\"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";export function useAutoMotionValue(inputValue,options){// Put options on a local ref\n// Might wanna just memo instead but it works for now\nconst optionsRef=useRef(options);const animation=useRef();const didInitialMount=useRef(false);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;// in-progress - trying to figure out effect hooks\nconst onChangeDeps=(options===null||options===void 0?void 0:options.onChangeDeps)?options.onChangeDeps:[];// Memoize the onChange handler\nconst onChange=useCallback(options===null||options===void 0?void 0:options.onChange,[...onChangeDeps,]);// Optionally scale the value from props\nconst transformer=useCallback(value=>{var ref;return((ref=optionsRef.current)===null||ref===void 0?void 0:ref.transform)?optionsRef.current.transform(value):value;},[]);// Create new MotionValue from inputValue\nconst value1=useConstant(()=>isMotionValue(inputValue)?inputValue:motionValue(transformer(inputValue)));// Setting value from prop change\nuseEffect(()=>{if(!isMotionValue(inputValue)&&didInitialMount.current){var ref,ref1;const newValue=transformer(inputValue);(ref=animation.current)===null||ref===void 0?void 0:ref.stop();// Call change callback\nif(onChange)onChange(newValue,value1);// Trigger animation to new value\nif(((ref1=optionsRef.current)===null||ref1===void 0?void 0:ref1.animate)&&!isOnCanvas){var ref2;// @ts-ignore\nanimation.current=animate(value1,newValue,(ref2=optionsRef.current)===null||ref2===void 0?void 0:ref2.transition);}else{value1.set(newValue);}}didInitialMount.current=true;},[inputValue,...onChangeDeps]);return value1;}\nexport const __FramerMetadata__ = {\"exports\":{\"useAutoMotionValue\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./useAutoMotionValue.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport { useMotionValueEvent } from \"framer-motion\";\nimport { useRef, useEffect, useMemo, useCallback, memo } from \"react\";\nimport { ControlType, addPropertyControls, useIsInCurrentNavigationTarget } from \"framer\";\nimport { useOnEnter, useOnExit, defaultEvents, useIsOnCanvas, useIsBrowserSafari, useRadius, borderRadiusControl } from \"https://framer.com/m/framer/default-utils.js@^0.45.0\";\nimport { useAutoMotionValue } from \"https://framer.com/m/framer/useAutoMotionValue.js@^0.3.0\";\nvar ObjectFitType;\n(function (ObjectFitType) {\n  ObjectFitType[\"Fill\"] = \"fill\";\n  ObjectFitType[\"Contain\"] = \"contain\";\n  ObjectFitType[\"Cover\"] = \"cover\";\n  ObjectFitType[\"None\"] = \"none\";\n  ObjectFitType[\"ScaleDown\"] = \"scale-down\";\n})(ObjectFitType || (ObjectFitType = {}));\nvar SrcType;\n(function (SrcType) {\n  SrcType[\"Video\"] = \"Upload\";\n  SrcType[\"Url\"] = \"URL\";\n})(SrcType || (SrcType = {})); // Reduce renders\nfunction getProps(props) {\n  const {\n    width,\n    height,\n    topLeft,\n    topRight,\n    bottomRight,\n    bottomLeft,\n    id,\n    children,\n    ...rest\n  } = props;\n  return rest;\n} /**\n  * VIDEO\n  *\n  * @framerIntrinsicWidth 200\n  * @framerIntrinsicHeight 112\n  *\n  * @framerSupportedLayoutWidth fixed\n  * @framerSupportedLayoutHeight any-prefer-fixed\n  */\nexport function Video(props) {\n  const newProps = getProps(props);\n  return /*#__PURE__*/_jsx(VideoMemo, {\n    ...newProps\n  });\n} /**\n  * For the useEffect hook to change progress of the video on state change.\n  * It was causing the video to restart on hydration\n  */\nlet isMountedAndReadyForProgressChanges = false;\nconst VideoMemo = /*#__PURE__*/memo(function VideoInner(props) {\n  const {\n    srcType,\n    srcFile,\n    srcUrl,\n    playing,\n    canvasPlay,\n    muted,\n    playsinline,\n    controls,\n    progress,\n    objectFit,\n    backgroundColor,\n    radius,\n    topLeft,\n    topRight,\n    bottomRight,\n    bottomLeft,\n    isMixed,\n    onSeeked,\n    onPause,\n    onPlay,\n    onEnd,\n    onClick,\n    onMouseEnter,\n    onMouseLeave,\n    onMouseDown,\n    onMouseUp,\n    poster,\n    restartOnEnter,\n    posterEnabled,\n    startTime: startTimeProp,\n    volume,\n    loop\n  } = props;\n  const isInCurrentNavigationTarget = useIsInCurrentNavigationTarget();\n  const videoRef = useRef();\n  const isSafari = useIsBrowserSafari();\n  const requestingPlay = useRef(false);\n  const wasPausedOnLeave = useRef(null);\n  const wasEndedOnLeave = useRef(null);\n  const isOnCanvas = useIsOnCanvas();\n  const borderRadius = useRadius(props); // Video elements behave oddly at 100% duration\n  const startTime = useMemo(() => startTimeProp === 100 ? 99.9 : startTimeProp, [startTimeProp]);\n  const shouldPlay = !isOnCanvas || canvasPlay;\n  const autoPlay = useMemo(() => playing, []);\n  const isMuted = useMemo(() => isOnCanvas ? true : muted, [isOnCanvas, muted]);\n  const setProgress = useCallback(rawProgress => {\n    if (!videoRef.current) return;\n    const newProgress = (rawProgress === 1 ? .999 : rawProgress) * videoRef.current.duration;\n    const isAlreadySet = Math.abs(videoRef.current.currentTime - newProgress) < .1;\n    if (videoRef.current.duration > 0 && !isAlreadySet) {\n      videoRef.current.currentTime = newProgress;\n    }\n  }, []);\n  const play = useCallback(() => {\n    const isPlaying = videoRef.current.currentTime > 0 && videoRef.current.onplaying && !videoRef.current.paused && !videoRef.current.ended && videoRef.current.readyState > videoRef.current.HAVE_CURRENT_DATA;\n    if (!isPlaying && videoRef.current && !requestingPlay.current && isInCurrentNavigationTarget) {\n      requestingPlay.current = true;\n      videoRef.current.play().catch(e => {}) // It's likely fine, swallow error\n      .finally(() => requestingPlay.current = false);\n    }\n  }, []);\n  const pause = useCallback(() => {\n    if (!videoRef.current || requestingPlay.current) return;\n    videoRef.current.pause();\n  }, []); // Pause/play via props\n  useEffect(() => {\n    if (playing && shouldPlay) play();else pause();\n  }, [playing, canvasPlay]); // Change progress via prop\n  useEffect(() => {\n    if (isMountedAndReadyForProgressChanges) setProgress(startTime * .01);else isMountedAndReadyForProgressChanges = true;\n  }, [startTime, srcFile, srcUrl]);\n  const videoProgress = useAutoMotionValue(progress, {\n    transform: value => value * .01,\n    onChange: newValue => {\n      setProgress(newValue);\n    }\n  }); // Allow scrubbing with MotionValue\n  useMotionValueEvent(videoProgress, \"change\", latest => {\n    if (!isOnCanvas) setProgress(latest);\n  }); // (Prototyping) Checking if we need to play on navigation enter\n  useOnEnter(() => {\n    if (wasPausedOnLeave.current === null) return;\n    if (videoRef.current) {\n      // if (restartOnEnter) setProgress(0)\n      if (!wasEndedOnLeave && loop || !wasPausedOnLeave.current) play();\n    }\n  }); // (Prototyping) Pausing & saving playing state on navigation exit\n  useOnExit(() => {\n    if (videoRef.current) {\n      wasEndedOnLeave.current = videoRef.current.ended;\n      wasPausedOnLeave.current = videoRef.current.paused;\n      pause();\n    }\n  });\n  const src = useMemo(() => {\n    let fragment = \"\"; // if (\n    //     startTime > 0 &&\n    //     videoRef.current &&\n    //     !isNaN(videoRef.current.duration) &&\n    //     !isOnCanvas\n    // ) {\n    //     console.log(startTime, videoRef.current.duration)\n    //     fragment = `#t=${startTime * videoRef.current.duration}`\n    // }\n    if (srcType === SrcType.Url) return srcUrl + fragment;\n    if (srcType === SrcType.Video) return srcFile + fragment;\n  }, [srcType, srcFile, srcUrl, startTime]); // Autoplay via JS to work in Safari\n  useEffect(() => {\n    if (isSafari && videoRef.current && autoPlay) {\n      setTimeout(() => play(), 50);\n    }\n  }, []); // Volume Control\n  useEffect(() => {\n    if (videoRef.current && !muted) videoRef.current.volume = volume / 100;\n  }, [volume]); // When video is ready, set start-time, then autoplay if needed\n  const handleReady = () => {\n    if (videoRef.current && videoRef.current.currentTime < .3) setProgress(startTime * .01);\n    if (shouldPlay && videoRef.current && autoPlay) play();\n  };\n  return /*#__PURE__*/_jsx(\"video\", {\n    onClick,\n    onMouseEnter,\n    onMouseLeave,\n    onMouseDown,\n    onMouseUp,\n    src: src,\n    loop: loop,\n    ref: videoRef,\n    onSeeked: e => {\n      return onSeeked === null || onSeeked === void 0 ? void 0 : onSeeked(e);\n    },\n    onPause: e => {\n      return onPause === null || onPause === void 0 ? void 0 : onPause(e);\n    },\n    onPlay: e => {\n      return onPlay === null || onPlay === void 0 ? void 0 : onPlay(e);\n    },\n    onEnded: e => {\n      return onEnd === null || onEnd === void 0 ? void 0 : onEnd(e);\n    },\n    autoPlay: autoPlay && shouldPlay,\n    poster: posterEnabled ? poster : undefined,\n    onLoadedData: handleReady,\n    controls: controls,\n    muted: isMuted,\n    playsInline: playsinline,\n    style: {\n      cursor: !!onClick ? \"pointer\" : \"auto\",\n      width: \"100%\",\n      height: \"100%\",\n      borderRadius,\n      display: \"block\",\n      objectFit: objectFit,\n      backgroundColor: backgroundColor,\n      objectPosition: \"50% 50%\"\n    }\n  });\n});\nVideo.displayName = \"Video\";\nVideo.defaultProps = {\n  srcType: SrcType.Url,\n  srcUrl: \"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",\n  srcFile: \"\",\n  posterEnabled: false,\n  controls: false,\n  autoPlay: true,\n  canvasPlay: false,\n  loop: true,\n  muted: true,\n  playsinline: true,\n  restartOnEnter: false,\n  objectFit: ObjectFitType.Cover,\n  backgroundColor: \"rgba(0,0,0,0)\",\n  radius: 0,\n  volume: 25,\n  startTime: 0\n};\naddPropertyControls(Video, {\n  srcType: {\n    type: ControlType.Enum,\n    displaySegmentedControl: true,\n    title: \"Source\",\n    options: [SrcType.Url, SrcType.Video]\n  },\n  srcUrl: {\n    type: ControlType.String,\n    title: \" \",\n    placeholder: \"../example.mp4\",\n    hidden(props) {\n      return props.srcType === SrcType.Video;\n    },\n    description: \"Hosted video file URL. For Youtube, use the Youtube component.\"\n  },\n  srcFile: {\n    type: ControlType.File,\n    title: \" \",\n    allowedFileTypes: [\"mp4\"],\n    hidden(props) {\n      return props.srcType === SrcType.Url;\n    }\n  },\n  playing: {\n    type: ControlType.Boolean,\n    title: \"Playing\",\n    enabledTitle: \"Yes\",\n    disabledTitle: \"No\"\n  },\n  posterEnabled: {\n    type: ControlType.Boolean,\n    title: \"Poster\",\n    enabledTitle: \"Yes\",\n    disabledTitle: \"No\"\n  },\n  poster: {\n    type: ControlType.Image,\n    title: \" \",\n    hidden: ({\n      posterEnabled\n    }) => !posterEnabled\n  },\n  backgroundColor: {\n    type: ControlType.Color,\n    title: \"Background\"\n  },\n  ...borderRadiusControl,\n  startTime: {\n    title: \"Start Time\",\n    type: ControlType.Number,\n    min: 0,\n    max: 100,\n    step: .1,\n    unit: \"%\"\n  },\n  loop: {\n    type: ControlType.Boolean,\n    title: \"Loop\",\n    enabledTitle: \"Yes\",\n    disabledTitle: \"No\"\n  },\n  objectFit: {\n    type: ControlType.Enum,\n    title: \"Fit\",\n    options: [ObjectFitType.Cover, ObjectFitType.Fill, ObjectFitType.Contain, ObjectFitType.ScaleDown, ObjectFitType.None]\n  },\n  canvasPlay: {\n    type: ControlType.Boolean,\n    title: \"On Canvas\",\n    enabledTitle: \"Play\",\n    disabledTitle: \"Pause\",\n    hidden(props) {\n      return props.autoPlay === false;\n    }\n  },\n  // restartOnEnter: {\n  //     type: ControlType.Boolean,\n  //     title: \"On ReEnter\",\n  //     enabledTitle: \"Restart\",\n  //     disabledTitle: \"Resume\",\n  // },\n  controls: {\n    type: ControlType.Boolean,\n    title: \"Controls\",\n    enabledTitle: \"Show\",\n    disabledTitle: \"Hide\"\n  },\n  muted: {\n    type: ControlType.Boolean,\n    title: \"Muted\",\n    enabledTitle: \"Yes\",\n    disabledTitle: \"No\"\n  },\n  volume: {\n    type: ControlType.Number,\n    max: 100,\n    min: 0,\n    unit: \"%\",\n    hidden: ({\n      muted\n    }) => muted\n  },\n  onEnd: {\n    type: ControlType.EventHandler\n  },\n  onSeeked: {\n    type: ControlType.EventHandler\n  },\n  onPause: {\n    type: ControlType.EventHandler\n  },\n  onPlay: {\n    type: ControlType.EventHandler\n  },\n  ...defaultEvents\n});\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"VideoProps\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"Video\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"Video\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerSupportedLayoutHeight\": \"any-prefer-fixed\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicWidth\": \"200\",\n        \"framerIntrinsicHeight\": \"112\",\n        \"framerSupportedLayoutWidth\": \"fixed\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./Video.map", "// Generated by Framer (d213f04)\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, useLocaleInfo, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nimport { Video } from \"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/0jtlswBvrookcx7EpjBD/Video.js\";\nconst VideoFonts = getFonts(Video);\nconst cycleOrder = [\"l6X0Ofy_D\", \"KcdiJP4OK\"];\nconst variantClassNames = {\n  KcdiJP4OK: \"framer-v-1x9ern1\",\n  l6X0Ofy_D: \"framer-v-1i5b6ev\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst transformTemplate = (_, t) => `perspective(1200px) translateX(-50%) ${t}`;\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst humanReadableVariantMap = {\n  \"Variant 1\": \"l6X0Ofy_D\",\n  \"Variant 2\": \"KcdiJP4OK\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _variant, ref;\n  return {\n    ...props,\n    variant: (ref = (_variant = humanReadableVariantMap[props.variant]) !== null && _variant !== void 0 ? _variant : props.variant) !== null && ref !== void 0 ? ref : \"l6X0Ofy_D\"\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"l6X0Ofy_D\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-96AuE\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsx(motion.div, {\n          ...restProps,\n          className: cx(\"framer-1i5b6ev\", className),\n          \"data-framer-name\": \"Variant 1\",\n          layoutDependency: layoutDependency,\n          layoutId: \"l6X0Ofy_D\",\n          ref: ref,\n          style: {\n            ...style\n          },\n          ...addPropertyOverrides({\n            KcdiJP4OK: {\n              \"data-framer-name\": \"Variant 2\"\n            }\n          }, baseVariant, gestureVariant),\n          children: /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1v8vekp\",\n            \"data-border\": true,\n            layoutDependency: layoutDependency,\n            layoutId: \"xbG7lKjU8\",\n            style: {\n              \"--border-bottom-width\": \"1px\",\n              \"--border-color\": \"rgb(237, 237, 237)\",\n              \"--border-left-width\": \"1px\",\n              \"--border-right-width\": \"1px\",\n              \"--border-style\": \"solid\",\n              \"--border-top-width\": \"1px\",\n              backgroundColor: \"rgb(255, 255, 255)\",\n              borderBottomLeftRadius: 8,\n              borderBottomRightRadius: 8,\n              borderTopLeftRadius: 8,\n              borderTopRightRadius: 8,\n              boxShadow: \"-0.11855571498046628px 0.6520564323925646px 3.048634334900247px -0.4px rgba(0, 0, 0, 0.06089), -0.3228586952842306px 1.7757228240632683px 8.30224088249795px -0.8px rgba(0, 0, 0, 0.06242), -0.7088808418659028px 3.8988446302624657px 18.22871612913353px -1.2px rgba(0, 0, 0, 0.06532), -1.5735536134557335px 8.654544874006534px 40.46358772816565px -1.6px rgba(0, 0, 0, 0.0718), -4px 22px 102.85912696499032px -2px rgba(0, 0, 0, 0.09)\"\n            },\n            variants: {\n              KcdiJP4OK: {\n                boxShadow: \"0px -0.12072530715522589px 0.555336412914039px -1px rgba(0, 0, 0, 0.06362), 0px -1px 4.6px -2px rgba(0, 0, 0, 0.09)\"\n              }\n            },\n            children: /*#__PURE__*/_jsx(motion.div, {\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              className: \"framer-1ebmvza-container\",\n              layoutDependency: layoutDependency,\n              layoutId: \"mON_QK3jh-container\",\n              transformTemplate: transformTemplate,\n              children: /*#__PURE__*/_jsx(Video, {\n                backgroundColor: \"rgba(0, 0, 0, 0)\",\n                borderRadius: 11,\n                bottomLeftRadius: 11,\n                bottomRightRadius: 11,\n                canvasPlay: false,\n                controls: false,\n                height: \"100%\",\n                id: \"mON_QK3jh\",\n                isMixedBorderRadius: false,\n                layoutId: \"mON_QK3jh\",\n                loop: true,\n                muted: true,\n                objectFit: \"cover\",\n                playing: true,\n                posterEnabled: false,\n                srcFile: new URL(\"https://framerusercontent.com/modules/assets/lKgDuyHvATLzhZuCfDgC9HCULeY~ktpp-Ydnj7_jx_QXKYKHwFWBC0cpLeY6cP50G_CoHoU.mp4\").href,\n                srcType: \"Upload\",\n                srcUrl: \"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",\n                startTime: 0,\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                },\n                topLeftRadius: 11,\n                topRightRadius: 11,\n                volume: 25,\n                width: \"100%\"\n              })\n            })\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-96AuE [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-96AuE .framer-17f92wc { display: block; }\", \".framer-96AuE .framer-1i5b6ev { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 96px 96px 96px 96px; position: relative; width: 998px; }\", \".framer-96AuE .framer-1v8vekp { aspect-ratio: 1.601366742596811 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 503px); position: relative; width: 100%; }\", \".framer-96AuE .framer-1ebmvza-container { aspect-ratio: 1.6029776674937966 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 501px); left: 50%; position: absolute; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-96AuE .framer-1i5b6ev { gap: 0px; } .framer-96AuE .framer-1i5b6ev > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-96AuE .framer-1i5b6ev > :first-child { margin-top: 0px; } .framer-96AuE .framer-1i5b6ev > :last-child { margin-bottom: 0px; } }\", \".framer-96AuE.framer-v-1x9ern1 .framer-1i5b6ev { padding: 8px 8px 8px 8px; }\", \".framer-96AuE.framer-v-1x9ern1 .framer-1v8vekp { height: var(--framer-aspect-ratio-supported, 613px); }\", \".framer-96AuE.framer-v-1x9ern1 .framer-1ebmvza-container { height: var(--framer-aspect-ratio-supported, 611px); }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerIntrinsicHeight 695\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerIntrinsicWidth 998\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"KcdiJP4OK\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             */\nconst FramerWVXwGGqZd = withCSS(Component, css, \"framer-96AuE\");\nexport default FramerWVXwGGqZd;\nFramerWVXwGGqZd.displayName = \"Demos\";\nFramerWVXwGGqZd.defaultProps = {\n  height: 695,\n  width: 998\n};\naddPropertyControls(FramerWVXwGGqZd, {\n  variant: {\n    options: [\"l6X0Ofy_D\", \"KcdiJP4OK\"],\n    optionTitles: [\"Variant 1\", \"Variant 2\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  }\n});\naddFonts(FramerWVXwGGqZd, [...VideoFonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerWVXwGGqZd\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"998\",\n        \"framerIntrinsicHeight\": \"695\",\n        \"framerContractVersion\": \"1\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KcdiJP4OK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./WVXwGGqZd.map", "// Generated by Framer (b12dec4)\nimport { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, Image, Link, optimizeAppear, optimizeAppearTransformTemplate, PropertyOverrides, removeHiddenBreakpointLayers, RichText, SVG, useActiveVariantCallback, useHydratedBreakpointVariants, useLocaleInfo, useOverlayState, useRouteElementId, withCSS, withFX } from \"framer\";\nimport { AnimatePresence, LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport * as ReactDOM from \"react-dom\";\nimport Embed from \"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/9zLIz4fn80IR9zpOx18Q/Embed.js\";\nimport M1Access from \"https://framerusercontent.com/modules/lFmfuXo3KImRqxMLvTE7/p95pKxC7tV7UMinUCxOF/d8UfJfgk3.js\";\nimport TopNavBar from \"https://framerusercontent.com/modules/h1fpzDfN6yO4yqUEqMru/566XKB61gVaPtvns3zJV/K8GG3RsXL.js\";\nimport AccordionCopy from \"https://framerusercontent.com/modules/8sAoS13aeizukYohrqhk/CQMZKQXgUDgSeSubpQxC/wasJ0lEda.js\";\nimport Demos from \"https://framerusercontent.com/modules/4BncQpd9EhjSJ9GZL6RN/ijUHNT03vX3SVZyazDCg/WVXwGGqZd.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/Tgne2aFVFxNgHpXDO2R5/aeNMVWtBEBBrWk1HnNEi/Ewq8o04RM.js\";\nconst TopNavBarFonts = getFonts(TopNavBar);\nconst M1AccessFonts = getFonts(M1Access);\nconst RichTextWithFX = withFX(RichText);\nconst MotionDivWithFX = withFX(motion.div);\nconst DemosFonts = getFonts(Demos);\nconst AccordionCopyFonts = getFonts(AccordionCopy);\nconst EmbedFonts = getFonts(Embed);\nconst cycleOrder = [\"nGUwEp2UD\", \"FQqUzWf8E\", \"Jhlltm21m\"];\nconst breakpoints = {\n  FQqUzWf8E: \"(min-width: 810px) and (max-width: 1199px)\",\n  Jhlltm21m: \"(max-width: 809px)\",\n  nGUwEp2UD: \"(min-width: 1200px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst variantClassNames = {\n  FQqUzWf8E: \"framer-v-eyavr8\",\n  Jhlltm21m: \"framer-v-czsgnc\",\n  nGUwEp2UD: \"framer-v-juvcvc\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"nGUwEp2UD\", breakpoints, variantClassNames);\n}\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nfunction Overlay({\n  children,\n  blockDocumentScrolling\n}) {\n  const [visible, setVisible] = useOverlayState({\n    blockDocumentScrolling\n  });\n  return children({\n    hide: () => setVisible(false),\n    show: () => setVisible(true),\n    toggle: () => setVisible(!visible),\n    visible\n  });\n}\nconst transition1 = {\n  delay: .3,\n  duration: .7,\n  ease: [.44, 0, .56, 1],\n  type: \"tween\"\n};\nconst animation = {\n  opacity: 1,\n  rotate: 0,\n  scale: .1,\n  transition: transition1,\n  x: -267,\n  y: -41\n};\nconst transformTemplate = (_, t) => `perspective(1200px) ${t}`;\nconst animation1 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition1,\n  x: 0,\n  y: 0\n};\nconst animation2 = {\n  opacity: 1,\n  rotate: 0,\n  scale: .1,\n  x: -267,\n  y: -41\n};\nconst animation3 = {\n  opacity: 1,\n  rotate: 0,\n  scale: .1,\n  transition: transition1,\n  x: -244,\n  y: -38\n};\nconst animation4 = {\n  opacity: 1,\n  rotate: 0,\n  scale: .1,\n  x: -244,\n  y: -38\n};\nconst animation5 = {\n  opacity: 1,\n  rotate: 0,\n  scale: .1,\n  transition: transition1,\n  x: -57,\n  y: -18\n};\nconst animation6 = {\n  opacity: 1,\n  rotate: 0,\n  scale: .1,\n  x: -57,\n  y: -18\n};\nconst animation7 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition1,\n  x: -534,\n  y: -81\n};\nconst animation8 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  x: -534,\n  y: -81\n};\nconst animation9 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition1,\n  x: -536,\n  y: -81\n};\nconst animation10 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  x: -536,\n  y: -81\n};\nconst animation11 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition1,\n  x: -135,\n  y: -42\n};\nconst animation12 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  x: -135,\n  y: -42\n};\nconst transition2 = {\n  damping: 40,\n  delay: .6,\n  mass: 1,\n  stiffness: 80,\n  type: \"spring\"\n};\nconst animation13 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition2,\n  x: -210,\n  y: 0\n};\nconst animation14 = {\n  opacity: .6,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition2,\n  x: 0,\n  y: 0\n};\nconst animation15 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  x: -210,\n  y: 0\n};\nconst animation16 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition2,\n  x: -204,\n  y: 0\n};\nconst animation17 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  x: -204,\n  y: 0\n};\nconst animation18 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition2,\n  x: -111,\n  y: 0\n};\nconst animation19 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  x: -111,\n  y: 0\n};\nconst transition3 = {\n  damping: 40,\n  delay: .6,\n  mass: 1,\n  stiffness: 100,\n  type: \"spring\"\n};\nconst animation20 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition3,\n  x: -212,\n  y: 0\n};\nconst animation21 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition3,\n  x: 0,\n  y: 0\n};\nconst animation22 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  x: -212,\n  y: 0\n};\nconst animation23 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition3,\n  x: -204,\n  y: 0\n};\nconst transformTemplate1 = (_, t) => `perspective(1200px) translateX(-50%) ${t}`;\nconst animation24 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition3,\n  x: -111,\n  y: 0\n};\nconst transition4 = {\n  damping: 30,\n  delay: 0,\n  mass: 1,\n  stiffness: 400,\n  type: \"spring\"\n};\nconst animation25 = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  transition: transition4,\n  x: 0,\n  y: 0\n};\nconst animation26 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition4,\n  x: 0,\n  y: 0\n};\nconst animation27 = {\n  opacity: .001,\n  rotate: 0,\n  scale: 1,\n  x: 0,\n  y: 0\n};\nconst animation28 = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  x: 0,\n  y: 0\n};\nconst transition5 = {\n  delay: 0,\n  duration: .3,\n  ease: [.44, 0, .56, 1],\n  type: \"tween\"\n};\nconst animation29 = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  x: -150,\n  y: 0\n};\nconst animation30 = {\n  backgroundColor: \"rgb(247, 247, 247)\",\n  opacity: 1,\n  rotate: 0,\n  scale: 1,\n  transition: transition4\n};\nconst animation31 = {\n  backgroundColor: \"rgb(237, 237, 237)\",\n  opacity: 1,\n  rotate: 0,\n  scale: 1,\n  transition: transition4\n};\nconst metadata = metadataProvider();\nconst humanReadableVariantMap = {\n  Desktop: \"nGUwEp2UD\",\n  Phone: \"Jhlltm21m\",\n  Tablet: \"FQqUzWf8E\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _variant, ref;\n  return {\n    ...props,\n    variant: (ref = (_variant = humanReadableVariantMap[props.variant]) !== null && _variant !== void 0 ? _variant : props.variant) !== null && ref !== void 0 ? ref : \"nGUwEp2UD\"\n  };\n};\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    ...restProps\n  } = getProps(props);\n  React.useLayoutEffect(() => {\n    const metadata1 = metadataProvider(undefined, activeLocale);\n    document.title = metadata1.title || \"\";\n    if (metadata1.viewport) {\n      var 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  }, [undefined, activeLocale]);\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 onTap42m929 = overlay => activeVariantCallback(async (...args) => {\n    overlay.toggle();\n  });\n  const isDisplayed = () => {\n    if (baseVariant === \"Jhlltm21m\") return true;\n    return !isBrowser();\n  };\n  const ref1 = React.useRef(null);\n  const id = useRouteElementId(\"Cp8CEJnyo\");\n  const ref2 = React.useRef(null);\n  const id1 = useRouteElementId(\"QowDEMzQQ\");\n  const ref3 = React.useRef(null);\n  const id2 = useRouteElementId(\"yb5gukv0q\");\n  const id3 = useRouteElementId(\"AZCcQlApE\");\n  const ref4 = React.useRef(null);\n  const ref5 = React.useRef(null);\n  const id4 = useRouteElementId(\"Adb6VjHHl\");\n  const id5 = useRouteElementId(\"ogvxdDzMc\");\n  const ref6 = React.useRef(null);\n  const ref7 = React.useRef(null);\n  const id6 = useRouteElementId(\"cLxFdqSeI\");\n  const id7 = useRouteElementId(\"Z12lpP7pr\");\n  const ref8 = React.useRef(null);\n  const ref9 = React.useRef(null);\n  const id8 = useRouteElementId(\"yfed9NCe9\");\n  const id9 = useRouteElementId(\"a2SPkKzU7\");\n  const ref10 = React.useRef(null);\n  const ref11 = React.useRef(null);\n  const id10 = useRouteElementId(\"u9N0IAhWx\");\n  const id11 = useRouteElementId(\"fDAJ0ZEKt\");\n  const ref12 = React.useRef(null);\n  const isDisplayed1 = () => {\n    if (baseVariant === \"Jhlltm21m\") return !isBrowser();\n    return true;\n  };\n  const isDisplayed2 = () => {\n    if (baseVariant === \"FQqUzWf8E\") return !isBrowser();\n    return true;\n  };\n  const isDisplayed3 = () => {\n    if (baseVariant === \"FQqUzWf8E\") return true;\n    return !isBrowser();\n  };\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"nGUwEp2UD\",\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-zuS3Y\"),\n        style: {\n          display: \"contents\"\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-juvcvc\", className),\n          ref: ref,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsx(Container, {\n            className: \"framer-13tl7sp-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                Jhlltm21m: {\n                  variant: \"XcPRP8ATw\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(TopNavBar, {\n                height: \"100%\",\n                id: \"PBkc5yOt0\",\n                layoutId: \"PBkc5yOt0\",\n                style: {\n                  maxWidth: \"100%\",\n                  width: \"100%\"\n                },\n                variant: \"SmK8GNiwj\",\n                width: \"100%\"\n              })\n            })\n          }), /*#__PURE__*/_jsx(\"div\", {\n            className: \"framer-1phxggh\"\n          }), /*#__PURE__*/_jsx(\"div\", {\n            className: \"framer-14ql51f\",\n            \"data-framer-name\": \"Main\",\n            name: \"Main\",\n            children: /*#__PURE__*/_jsx(\"div\", {\n              className: \"framer-1s6rpzc\",\n              children: /*#__PURE__*/_jsx(\"div\", {\n                className: \"framer-boza9l\",\n                children: /*#__PURE__*/_jsxs(\"div\", {\n                  className: \"framer-1svxns2\",\n                  children: [/*#__PURE__*/_jsxs(\"div\", {\n                    className: \"framer-axviaj\",\n                    children: [/*#__PURE__*/_jsxs(\"div\", {\n                      className: \"framer-1g5c2ld\",\n                      children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          FQqUzWf8E: {\n                            children: /*#__PURE__*/_jsx(React.Fragment, {\n                              children: /*#__PURE__*/_jsxs(\"h1\", {\n                                style: {\n                                  \"--font-selector\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                                  \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                  \"--framer-font-size\": \"54px\",\n                                  \"--framer-font-weight\": \"900\",\n                                  \"--framer-letter-spacing\": \"-1.3px\",\n                                  \"--framer-text-alignment\": \"center\",\n                                  \"--framer-text-color\": \"rgb(87, 87, 87)\"\n                                },\n                                children: [/*#__PURE__*/_jsx(\"span\", {\n                                  style: {\n                                    \"--framer-font-size\": \"68px\"\n                                  },\n                                  children: \"Recall anything\"\n                                }), /*#__PURE__*/_jsx(\"span\", {\n                                  style: {\n                                    \"--framer-font-size\": \"74px\"\n                                  },\n                                  children: /*#__PURE__*/_jsx(\"br\", {})\n                                }), /*#__PURE__*/_jsx(\"span\", {\n                                  style: {\n                                    \"--framer-font-size\": \"68px\"\n                                  },\n                                  children: \"with natural language\"\n                                })]\n                              })\n                            })\n                          },\n                          Jhlltm21m: {\n                            children: /*#__PURE__*/_jsx(React.Fragment, {\n                              children: /*#__PURE__*/_jsxs(\"h1\", {\n                                style: {\n                                  \"--font-selector\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                                  \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                  \"--framer-font-size\": \"39px\",\n                                  \"--framer-font-weight\": \"900\",\n                                  \"--framer-letter-spacing\": \"-1.3px\",\n                                  \"--framer-text-alignment\": \"center\",\n                                  \"--framer-text-color\": \"rgb(87, 87, 87)\"\n                                },\n                                children: [\"Recall anything\", /*#__PURE__*/_jsx(\"span\", {\n                                  style: {\n                                    \"--framer-font-size\": \"74px\"\n                                  },\n                                  children: /*#__PURE__*/_jsx(\"br\", {})\n                                }), \"with natural language\"]\n                              })\n                            }),\n                            verticalAlignment: \"center\"\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\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                                \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                \"--framer-font-size\": \"54px\",\n                                \"--framer-font-weight\": \"900\",\n                                \"--framer-letter-spacing\": \"-1.3px\",\n                                \"--framer-text-alignment\": \"center\",\n                                \"--framer-text-color\": \"rgb(87, 87, 87)\"\n                              },\n                              children: [/*#__PURE__*/_jsx(\"span\", {\n                                style: {\n                                  \"--framer-font-size\": \"74px\"\n                                },\n                                children: \"Recall anything\"\n                              }), /*#__PURE__*/_jsx(\"span\", {\n                                style: {\n                                  \"--framer-font-size\": \"74px\"\n                                },\n                                children: /*#__PURE__*/_jsx(\"br\", {})\n                              }), /*#__PURE__*/_jsx(\"span\", {\n                                style: {\n                                  \"--framer-font-size\": \"74px\"\n                                },\n                                children: \"with natural language\"\n                              })]\n                            })\n                          }),\n                          className: \"framer-bdtezq\",\n                          fonts: [\"FS;Satoshi-black\"],\n                          verticalAlignment: \"top\",\n                          withExternalLayout: true\n                        })\n                      }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          FQqUzWf8E: {\n                            \"data-framer-appear-id\": \"1s2cxx0\",\n                            animate: optimizeAppear(\"animate\", \"1s2cxx0\", animation1, \"eyavr8\"),\n                            exit: animation3,\n                            initial: optimizeAppear(\"initial\", \"1s2cxx0\", animation4, \"eyavr8\"),\n                            transformTemplate: optimizeAppearTransformTemplate(\"1s2cxx0\", transformTemplate)\n                          },\n                          Jhlltm21m: {\n                            \"data-framer-appear-id\": \"1rrbmn8\",\n                            animate: optimizeAppear(\"animate\", \"1rrbmn8\", animation1, \"czsgnc\"),\n                            exit: animation5,\n                            initial: optimizeAppear(\"initial\", \"1rrbmn8\", animation6, \"czsgnc\"),\n                            transformTemplate: optimizeAppearTransformTemplate(\"1rrbmn8\", transformTemplate)\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(motion.div, {\n                          animate: optimizeAppear(\"animate\", \"njj2nb\", animation1, \"juvcvc\"),\n                          className: \"framer-njj2nb\",\n                          \"data-border\": true,\n                          \"data-framer-appear-id\": \"njj2nb\",\n                          \"data-framer-name\": \"Frame highlight\",\n                          exit: animation,\n                          initial: optimizeAppear(\"initial\", \"njj2nb\", animation2, \"juvcvc\"),\n                          name: \"Frame highlight\",\n                          transformTemplate: optimizeAppearTransformTemplate(\"njj2nb\", transformTemplate)\n                        })\n                      }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          FQqUzWf8E: {\n                            \"data-framer-appear-id\": \"1o01tfe\",\n                            animate: optimizeAppear(\"animate\", \"1o01tfe\", animation1, \"eyavr8\"),\n                            exit: animation9,\n                            initial: optimizeAppear(\"initial\", \"1o01tfe\", animation10, \"eyavr8\"),\n                            transformTemplate: optimizeAppearTransformTemplate(\"1o01tfe\", transformTemplate)\n                          },\n                          Jhlltm21m: {\n                            \"data-framer-appear-id\": \"235f1m\",\n                            animate: optimizeAppear(\"animate\", \"235f1m\", animation1, \"czsgnc\"),\n                            exit: animation11,\n                            initial: optimizeAppear(\"initial\", \"235f1m\", animation12, \"czsgnc\"),\n                            transformTemplate: optimizeAppearTransformTemplate(\"235f1m\", transformTemplate)\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(motion.div, {\n                          animate: optimizeAppear(\"animate\", \"17wdt0s\", animation1, \"juvcvc\"),\n                          background: {\n                            alt: \"\",\n                            fit: \"fill\",\n                            intrinsicHeight: 152,\n                            intrinsicWidth: 149,\n                            pixelHeight: 152,\n                            pixelWidth: 149,\n                            src: new URL(\"https://framerusercontent.com/images/6tqnMxb4MQHeHcx2jnuDc9k1dY.png\").href\n                          },\n                          className: \"framer-17wdt0s\",\n                          \"data-framer-appear-id\": \"17wdt0s\",\n                          \"data-framer-name\": \"Cursor\",\n                          exit: animation7,\n                          initial: optimizeAppear(\"initial\", \"17wdt0s\", animation8, \"juvcvc\"),\n                          name: \"Cursor\",\n                          transformTemplate: optimizeAppearTransformTemplate(\"17wdt0s\", transformTemplate),\n                          children: /*#__PURE__*/_jsx(\"div\", {\n                            background: {\n                              alt: \"\",\n                              fit: \"fill\",\n                              intrinsicHeight: 152,\n                              intrinsicWidth: 149,\n                              pixelHeight: 152,\n                              pixelWidth: 149,\n                              src: new URL(\"https://framerusercontent.com/images/6tqnMxb4MQHeHcx2jnuDc9k1dY.png\").href\n                            },\n                            className: \"framer-w2cre8\",\n                            \"data-framer-name\": \"SVG\",\n                            name: \"SVG\",\n                            children: /*#__PURE__*/_jsx(SVG, {\n                              className: \"framer-1nhb5ie\",\n                              layout: \"position\",\n                              opacity: 1,\n                              svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22 25\"><g><defs><path d=\"M 7.18 22.295 L 11.749 15.664 L 20.235 13.011 L 3.264 3.396 Z\" id=\"a1000z\"></path><filter id=\"a1002z\" x=\"-115.3%\" y=\"-113.1%\" width=\"325.7%\" height=\"321.7%\" filterUnits=\"objectBoundingBox\"><feOffset dx=\"1.77\" dy=\"3.55\" in=\"SourceAlpha\" result=\"a1004z\"></feOffset><feGaussianBlur stdDeviation=\"3.555\" in=\"a1004z\" result=\"a1005z\"></feGaussianBlur><feColorMatrix color-interpolation-filters=\"sRGB\" values=\"0 0 0 0 0.898   0 0 0 0 0.898   0 0 0 0 0.898  0 0 0 0.12 0\" type=\"matrix\" in=\"a1005z\" result=\"a1006z\"></feColorMatrix></filter></defs><g filter=\"url(#a1002z)\"><use stroke-width=\"1.77\" stroke=\"black\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"black\" fill-opacity=\"1\" stroke-opacity=\"1\" xlink:href=\"#a1000z\" clip-path=\"url(#a1001z)\"></use></g><use xlink:href=\"#a1000z\" fill=\"hsl(0, 0%, 7%)\" clip-path=\"url(#a1001z)\" stroke-width=\"1.77\" stroke=\"hsl(0, 100%, 98%)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></use></g></svg>',\n                              svgContentId: 568609259,\n                              withExternalLayout: true\n                            })\n                          })\n                        })\n                      }), /*#__PURE__*/_jsx(\"div\", {\n                        className: \"framer-weoe8h\",\n                        \"data-framer-name\": \"Text highlight wrapper\",\n                        name: \"Text highlight wrapper\",\n                        children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                          breakpoint: baseVariant,\n                          overrides: {\n                            FQqUzWf8E: {\n                              \"data-framer-appear-id\": \"kwmc6s\",\n                              animate: optimizeAppear(\"animate\", \"kwmc6s\", animation14, \"eyavr8\"),\n                              exit: animation16,\n                              initial: optimizeAppear(\"initial\", \"kwmc6s\", animation17, \"eyavr8\"),\n                              transformTemplate: optimizeAppearTransformTemplate(\"kwmc6s\", transformTemplate)\n                            },\n                            Jhlltm21m: {\n                              \"data-framer-appear-id\": \"nmyua3\",\n                              animate: optimizeAppear(\"animate\", \"nmyua3\", animation14, \"czsgnc\"),\n                              exit: animation18,\n                              initial: optimizeAppear(\"initial\", \"nmyua3\", animation19, \"czsgnc\"),\n                              transformTemplate: optimizeAppearTransformTemplate(\"nmyua3\", transformTemplate)\n                            }\n                          },\n                          children: /*#__PURE__*/_jsx(motion.div, {\n                            animate: optimizeAppear(\"animate\", \"1ddsqkj\", animation14, \"juvcvc\"),\n                            className: \"framer-1ddsqkj\",\n                            \"data-framer-appear-id\": \"1ddsqkj\",\n                            \"data-framer-name\": \"Text highlight\",\n                            exit: animation13,\n                            initial: optimizeAppear(\"initial\", \"1ddsqkj\", animation15, \"juvcvc\"),\n                            name: \"Text highlight\",\n                            transformTemplate: optimizeAppearTransformTemplate(\"1ddsqkj\", transformTemplate)\n                          })\n                        })\n                      }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          FQqUzWf8E: {\n                            \"data-framer-appear-id\": \"yiaq3j\",\n                            animate: optimizeAppear(\"animate\", \"yiaq3j\", animation21, \"eyavr8\"),\n                            exit: animation23,\n                            initial: optimizeAppear(\"initial\", \"yiaq3j\", animation17, \"eyavr8\"),\n                            transformTemplate: optimizeAppearTransformTemplate(\"yiaq3j\", transformTemplate1)\n                          },\n                          Jhlltm21m: {\n                            \"data-framer-appear-id\": \"nsnen1\",\n                            animate: optimizeAppear(\"animate\", \"nsnen1\", animation21, \"czsgnc\"),\n                            exit: animation24,\n                            initial: optimizeAppear(\"initial\", \"nsnen1\", animation19, \"czsgnc\"),\n                            transformTemplate: optimizeAppearTransformTemplate(\"nsnen1\", transformTemplate)\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(motion.div, {\n                          animate: optimizeAppear(\"animate\", \"imu5bf\", animation21, \"juvcvc\"),\n                          className: \"framer-imu5bf\",\n                          \"data-framer-appear-id\": \"imu5bf\",\n                          \"data-framer-name\": \"Text cursor\",\n                          exit: animation20,\n                          initial: optimizeAppear(\"initial\", \"imu5bf\", animation22, \"juvcvc\"),\n                          name: \"Text cursor\",\n                          transformTemplate: optimizeAppearTransformTemplate(\"imu5bf\", transformTemplate),\n                          children: /*#__PURE__*/_jsx(SVG, {\n                            className: \"framer-144aqno\",\n                            \"data-framer-name\": \"text-cursor-icon 1\",\n                            fill: \"rgba(0,0,0,1)\",\n                            intrinsicHeight: 124,\n                            intrinsicWidth: 41,\n                            name: \"text-cursor-icon 1\",\n                            svg: '<svg width=\"41\" height=\"124\" viewBox=\"0 0 41 124\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_815_391)\">\\n<path d=\"M17.2402 60.04H18.0402V59.24V22.51V22.4686L18.036 22.4274C17.5536 17.7787 16.1176 14.2445 13.8567 11.7169C11.401 8.96254 7.94234 7.39064 3.85981 6.72053L3.85888 6.72037C2.51649 6.50167 1.60043 5.23394 1.81988 3.87824C2.03873 2.53624 3.30602 1.62043 4.66139 1.83952C9.93304 2.70694 14.321 4.81827 17.533 8.42224L17.5344 8.42376C18.3573 9.34242 19.0967 10.3596 19.7516 11.4671L20.4486 12.6458L21.1331 11.4599C21.957 10.0324 22.9332 8.7788 24.0535 7.66807C27.4035 4.34665 31.9195 2.499 37.4081 1.81395C38.7674 1.64826 39.9996 2.61408 40.1661 3.97702C40.3323 5.33668 39.3664 6.56926 38.0032 6.73587L38.0019 6.73602C33.7006 7.26857 30.0971 8.63312 27.537 11.1719C24.9932 13.6942 23.4442 17.3955 23.0033 22.4504L23.0002 22.4851V22.52V59.23V60.029L23.7993 60.03L31.999 60.04H32C33.2798 60.04 34.2 61.0479 34.2 62.51C34.2 63.9754 33.2768 64.99 32 64.99H23.8002H23.0002V65.79V102.35V102.385L23.0033 102.419C23.4441 107.473 24.9927 111.186 27.5382 113.699C30.0971 116.226 33.6989 117.601 38.0019 118.134L38.0032 118.134C39.3653 118.301 40.3322 119.542 40.1662 120.892L40.1661 120.893C39.9996 122.256 38.768 123.221 37.409 123.056C31.9199 122.371 27.4037 120.523 24.0535 117.202C22.9332 116.091 21.957 114.838 21.1331 113.41L20.4456 112.219L19.7501 113.405C19.0972 114.519 18.3588 115.526 17.5344 116.446L17.5338 116.447C14.3111 120.052 9.92199 122.163 4.66014 123.031C3.31878 123.248 2.04771 122.336 1.81946 120.989C1.60221 119.648 2.51396 118.377 3.86108 118.149C7.94341 117.479 11.4018 115.907 13.8574 113.152C16.1181 110.625 17.5537 107.08 18.0359 102.443L18.0402 102.401V102.36V65.8V65H17.2402H9.22021C7.94634 65 7.02022 63.9787 7.02022 62.51C7.02022 61.0479 7.94044 60.04 9.22021 60.04H17.2402Z\" fill=\"black\" stroke=\"white\" stroke-width=\"1.6\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_815_391\">\\n<rect width=\"41\" height=\"124\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',\n                            withExternalLayout: true\n                          })\n                        })\n                      })]\n                    }), /*#__PURE__*/_jsx(\"div\", {\n                      className: \"framer-1wdr8l5\",\n                      children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          Jhlltm21m: {\n                            children: /*#__PURE__*/_jsx(React.Fragment, {\n                              children: /*#__PURE__*/_jsx(\"h1\", {\n                                style: {\n                                  \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                  \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                  \"--framer-font-size\": \"27px\",\n                                  \"--framer-font-weight\": \"700\",\n                                  \"--framer-letter-spacing\": \"-1.5px\",\n                                  \"--framer-text-alignment\": \"center\",\n                                  \"--framer-text-color\": \"rgb(138, 138, 138)\"\n                                },\n                                children: \"Never lose track or forget any details ever again!\"\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\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                \"--framer-font-size\": \"33px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-letter-spacing\": \"-1.5px\",\n                                \"--framer-text-alignment\": \"center\",\n                                \"--framer-text-color\": \"rgb(138, 138, 138)\"\n                              },\n                              children: \"Never lose track or forget any details ever again!\"\n                            })\n                          }),\n                          className: \"framer-1v4iy49\",\n                          fonts: [\"FS;Satoshi-bold\"],\n                          verticalAlignment: \"top\",\n                          withExternalLayout: true\n                        })\n                      })\n                    }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        FQqUzWf8E: {\n                          background: {\n                            alt: \"\",\n                            fit: \"fill\",\n                            intrinsicHeight: 1437,\n                            intrinsicWidth: 2302,\n                            pixelHeight: 1437,\n                            pixelWidth: 2302,\n                            sizes: \"692px\",\n                            src: new URL(\"https://framerusercontent.com/images/oQh8ssIztpE4Ygq0Gqs9Qf9hpg.png\").href,\n                            srcSet: `${new URL(\"https://framerusercontent.com/images/oQh8ssIztpE4Ygq0Gqs9Qf9hpg.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/oQh8ssIztpE4Ygq0Gqs9Qf9hpg.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/oQh8ssIztpE4Ygq0Gqs9Qf9hpg.png\").href} 2048w`\n                          }\n                        },\n                        Jhlltm21m: {\n                          background: {\n                            alt: \"\",\n                            fit: \"fill\",\n                            intrinsicHeight: 1437,\n                            intrinsicWidth: 2302,\n                            pixelHeight: 1437,\n                            pixelWidth: 2302,\n                            sizes: \"328px\",\n                            src: new URL(\"https://framerusercontent.com/images/oQh8ssIztpE4Ygq0Gqs9Qf9hpg.png\").href,\n                            srcSet: `${new URL(\"https://framerusercontent.com/images/oQh8ssIztpE4Ygq0Gqs9Qf9hpg.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/oQh8ssIztpE4Ygq0Gqs9Qf9hpg.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/oQh8ssIztpE4Ygq0Gqs9Qf9hpg.png\").href} 2048w`\n                          }\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(Image, {\n                        background: {\n                          alt: \"\",\n                          fit: \"fill\",\n                          intrinsicHeight: 1437,\n                          intrinsicWidth: 2302,\n                          pixelHeight: 1437,\n                          pixelWidth: 2302,\n                          sizes: \"834px\",\n                          src: new URL(\"https://framerusercontent.com/images/oQh8ssIztpE4Ygq0Gqs9Qf9hpg.png\").href,\n                          srcSet: `${new URL(\"https://framerusercontent.com/images/oQh8ssIztpE4Ygq0Gqs9Qf9hpg.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/oQh8ssIztpE4Ygq0Gqs9Qf9hpg.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/oQh8ssIztpE4Ygq0Gqs9Qf9hpg.png\").href} 2048w`\n                        },\n                        className: \"framer-8lho1c\",\n                        \"data-border\": true\n                      })\n                    })]\n                  }), /*#__PURE__*/_jsxs(\"div\", {\n                    className: \"framer-18coitj\",\n                    children: [/*#__PURE__*/_jsx(\"div\", {\n                      className: \"framer-1dehr7o\",\n                      children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          Jhlltm21m: {\n                            children: /*#__PURE__*/_jsx(React.Fragment, {\n                              children: /*#__PURE__*/_jsx(\"p\", {\n                                style: {\n                                  \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                  \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                  \"--framer-font-size\": \"9px\",\n                                  \"--framer-font-weight\": \"700\",\n                                  \"--framer-text-color\": \"rgb(173, 173, 173)\",\n                                  \"--framer-text-transform\": \"capitalize\"\n                                },\n                                children: \"Loved by folks from \"\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\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                \"--framer-font-size\": \"13px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-text-color\": \"rgb(173, 173, 173)\",\n                                \"--framer-text-transform\": \"capitalize\"\n                              },\n                              children: \"Loved by folks from \"\n                            })\n                          }),\n                          className: \"framer-1q7serl\",\n                          fonts: [\"FS;Satoshi-bold\"],\n                          verticalAlignment: \"top\",\n                          withExternalLayout: true\n                        })\n                      })\n                    }), /*#__PURE__*/_jsxs(\"div\", {\n                      className: \"framer-6s7zxk\",\n                      children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          Jhlltm21m: {\n                            background: {\n                              alt: \"\",\n                              fit: \"fill\",\n                              intrinsicHeight: 84,\n                              intrinsicWidth: 279.5,\n                              pixelHeight: 168,\n                              pixelWidth: 559,\n                              src: new URL(\"https://framerusercontent.com/images/CLWyKrjV4Jgh1HZzPs1DFMRXiDs.svg\").href\n                            }\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(Image, {\n                          background: {\n                            alt: \"\",\n                            fit: \"fill\",\n                            intrinsicHeight: 84,\n                            intrinsicWidth: 279.5,\n                            loading: \"lazy\",\n                            pixelHeight: 168,\n                            pixelWidth: 559,\n                            src: new URL(\"https://framerusercontent.com/images/CLWyKrjV4Jgh1HZzPs1DFMRXiDs.svg\").href\n                          },\n                          className: \"framer-px40f2\",\n                          \"data-framer-name\": \"graphic\",\n                          name: \"graphic\"\n                        })\n                      }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          Jhlltm21m: {\n                            background: {\n                              alt: \"\",\n                              fit: \"fill\",\n                              intrinsicHeight: 9.5,\n                              intrinsicWidth: 43,\n                              pixelHeight: 19,\n                              pixelWidth: 86,\n                              src: new URL(\"https://framerusercontent.com/images/xwoEBvUfwBF49koFeMV17kSU7c.svg\").href\n                            }\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(Image, {\n                          background: {\n                            alt: \"\",\n                            fit: \"fill\",\n                            intrinsicHeight: 9.5,\n                            intrinsicWidth: 43,\n                            loading: \"lazy\",\n                            pixelHeight: 19,\n                            pixelWidth: 86,\n                            src: new URL(\"https://framerusercontent.com/images/xwoEBvUfwBF49koFeMV17kSU7c.svg\").href\n                          },\n                          className: \"framer-gdmelt\",\n                          \"data-framer-name\": \"graphic\",\n                          name: \"graphic\"\n                        })\n                      }), isDisplayed() && /*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          Jhlltm21m: {\n                            background: {\n                              alt: \"\",\n                              fit: \"fill\",\n                              intrinsicHeight: 24,\n                              intrinsicWidth: 106,\n                              pixelHeight: 24,\n                              pixelWidth: 106,\n                              src: new URL(\"https://framerusercontent.com/images/bzcOGQe7nIHt5T7HDu31sdyUYpg.svg\").href\n                            }\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(Image, {\n                          background: {\n                            alt: \"\",\n                            fit: \"fill\",\n                            intrinsicHeight: 24,\n                            intrinsicWidth: 106,\n                            loading: \"lazy\",\n                            pixelHeight: 24,\n                            pixelWidth: 106,\n                            src: new URL(\"https://framerusercontent.com/images/bzcOGQe7nIHt5T7HDu31sdyUYpg.svg\").href\n                          },\n                          className: \"framer-da06bq hidden-juvcvc hidden-eyavr8\"\n                        })\n                      }), /*#__PURE__*/_jsx(SVG, {\n                        className: \"framer-1expope\",\n                        \"data-framer-name\": \"graphic\",\n                        fill: \"black\",\n                        intrinsicHeight: 156,\n                        intrinsicWidth: 658,\n                        name: \"graphic\",\n                        svg: '<svg width=\"658\" height=\"156\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M113.545 44.91 96.473 3.87c-1.178-2.837-4.44-4.18-7.289-3.007l-41.215 17a5.546 5.546 0 0 0-3.02 7.257l17.072 41.04c1.178 2.837 4.44 4.18 7.29 3.008l41.214-17c2.849-1.179 4.197-4.428 3.02-7.258ZM79.727 74.488v44.421c0 3.066 2.5 5.555 5.578 5.555h44.61c3.079 0 5.578-2.489 5.578-5.555v-44.42c0-3.067-2.499-5.556-5.578-5.556h-44.61c-3.085 0-5.578 2.483-5.578 5.555Zm-38.644 49.809 31.545-31.41a5.537 5.537 0 0 0 0-7.855L41.083 53.62a5.595 5.595 0 0 0-7.888 0L1.651 85.03a5.538 5.538 0 0 0 0 7.855l31.544 31.411a5.594 5.594 0 0 0 7.888.001Zm242.909.148h21.012L260.197 7.893H236.06l-44.807 116.552h20.841l10.888-29.223h50.122l10.888 29.223Zm-54.504-46.694 18.558-49.819 18.559 49.82h-37.117Zm82.872-41.15h19.453v12.964c3.236-4.612 7.44-8.215 12.591-10.809 5.151-2.594 10.795-3.89 16.933-3.89 9.033 0 16.414 2.593 22.144 7.782 5.73 5.188 8.598 13.2 8.598 24.034v57.759h-19.275v-52.4c0-7.376-1.592-12.735-4.776-16.082-3.184-3.34-7.441-5.012-12.763-5.012-3.94 0-7.703 1.01-11.289 3.027-3.592 2.018-6.512 4.96-8.769 8.817-2.256 3.865-3.388 8.385-3.388 13.574v48.076h-19.453v-87.84h-.006Zm147.07-.004-22.795 65.017-22.012-65.017h-20.664l32.472 88.194c-1.506 3.917-3.124 6.943-4.861 9.079-1.737 2.129-3.737 3.655-5.993 4.585-2.257.924-4.947 1.383-8.072 1.383-2.316 0-5.033-.23-8.164-.695v15.388c2.894.577 5.907.865 9.032.865 6.947 0 12.703-.839 17.282-2.509 4.572-1.671 8.447-4.442 11.638-8.3 3.184-3.865 6.045-9.25 8.598-16.167l34.038-91.823H459.43Zm39.322 15.397h-13.486V36.606h13.486v-4.324c0-8.647 2.138-15.073 6.427-19.279 4.283-4.205 10.881-6.315 19.795-6.315 3.704 0 7.118.29 10.25.865v14.87a33.034 33.034 0 0 0-5.73-.517c-3.704 0-6.546 1.01-8.513 3.026-1.967 2.018-2.954 5.103-2.954 9.25v2.424h16.499v15.388h-16.499v72.458h-19.275V51.994Zm46.305-46h19.453v19.888h-19.453V5.993Zm.171 30.611h19.275v87.846h-19.275V36.605Zm32.855-.004h19.453v12.964c3.236-4.612 7.44-8.215 12.591-10.809 5.151-2.594 10.796-3.89 16.934-3.89 9.032 0 16.413 2.593 22.143 7.782 5.73 5.188 8.598 13.2 8.598 24.034v57.759h-19.275v-52.4c0-7.376-1.592-12.735-4.776-16.082-3.184-3.34-7.44-5.012-12.763-5.012-3.94 0-7.703 1.01-11.288 3.027-3.592 2.018-6.513 4.96-8.77 8.817-2.256 3.865-3.388 8.385-3.388 13.574v48.076h-19.459v-87.84Z\" fill=\"#000\"/></svg>',\n                        withExternalLayout: true\n                      }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          Jhlltm21m: {\n                            background: {\n                              alt: \"\",\n                              fit: \"fill\",\n                              intrinsicHeight: 191,\n                              intrinsicWidth: 948,\n                              pixelHeight: 382,\n                              pixelWidth: 1896,\n                              sizes: \"89.3403px\",\n                              src: new URL(\"https://framerusercontent.com/images/kXxiD6A6SN19zUcbQ97NUJRSjRE.png?scale-down-to=1024\").href,\n                              srcSet: `${new URL(\"https://framerusercontent.com/images/kXxiD6A6SN19zUcbQ97NUJRSjRE.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/kXxiD6A6SN19zUcbQ97NUJRSjRE.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/kXxiD6A6SN19zUcbQ97NUJRSjRE.png\").href} 1896w`\n                            }\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(Image, {\n                          background: {\n                            alt: \"\",\n                            fit: \"fill\",\n                            intrinsicHeight: 191,\n                            intrinsicWidth: 948,\n                            loading: \"lazy\",\n                            pixelHeight: 382,\n                            pixelWidth: 1896,\n                            sizes: \"89.3403px\",\n                            src: new URL(\"https://framerusercontent.com/images/kXxiD6A6SN19zUcbQ97NUJRSjRE.png?scale-down-to=1024\").href,\n                            srcSet: `${new URL(\"https://framerusercontent.com/images/kXxiD6A6SN19zUcbQ97NUJRSjRE.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/kXxiD6A6SN19zUcbQ97NUJRSjRE.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/kXxiD6A6SN19zUcbQ97NUJRSjRE.png\").href} 1896w`\n                          },\n                          className: \"framer-1g4jdnn\",\n                          \"data-framer-name\": \"image\",\n                          name: \"image\"\n                        })\n                      }), isDisplayed() && /*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          Jhlltm21m: {\n                            background: {\n                              alt: \"\",\n                              fit: \"fill\",\n                              sizes: \"70px\",\n                              src: new URL(\"https://framerusercontent.com/images/2P3lci3C9NJOM9m83xDMAZ32pyQ.png\").href,\n                              srcSet: `${new URL(\"https://framerusercontent.com/images/2P3lci3C9NJOM9m83xDMAZ32pyQ.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/2P3lci3C9NJOM9m83xDMAZ32pyQ.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/2P3lci3C9NJOM9m83xDMAZ32pyQ.png\").href} 1280w`\n                            }\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(Image, {\n                          background: {\n                            alt: \"\",\n                            fit: \"fill\",\n                            loading: \"lazy\",\n                            src: new URL(\"https://framerusercontent.com/images/2P3lci3C9NJOM9m83xDMAZ32pyQ.png\").href,\n                            srcSet: `${new URL(\"https://framerusercontent.com/images/2P3lci3C9NJOM9m83xDMAZ32pyQ.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/2P3lci3C9NJOM9m83xDMAZ32pyQ.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/2P3lci3C9NJOM9m83xDMAZ32pyQ.png\").href} 1280w`\n                          },\n                          className: \"framer-1qyn408 hidden-juvcvc hidden-eyavr8\"\n                        })\n                      }), /*#__PURE__*/_jsx(SVG, {\n                        className: \"framer-7l62yf\",\n                        \"data-framer-name\": \"graphic\",\n                        fill: \"black\",\n                        intrinsicHeight: 62,\n                        intrinsicWidth: 273,\n                        name: \"graphic\",\n                        svg: '<svg width=\"273\" height=\"62\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><mask id=\"b\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"273\" height=\"62\"><path d=\"M273 0H0v61.811h273V0Z\" fill=\"#fff\"/></mask><g mask=\"url(#b)\"><path d=\"M273 0h-53.832v11.954h20.306v35.694h-20.306V59.6H273V47.648h-21.13V11.953H273V0ZM159.19 59.601V23.913l36.187 28.332v7.356h12.402V0h-12.402v35.777L159.19 7.357V0h-12.402v59.601h12.402ZM121.709 35.69l-6.063 9.106-11.937 3.861-11.942-3.86-6.063-9.107V0h-12.4v39.367L83.68 55.17l20.029 6.625 20.024-6.625 10.377-15.82V0h-12.401v35.689ZM60.807 0H15.25v11.954h33.161v23.735l-6.062 9.106-11.943 3.861-11.942-3.86-7.826-11.777L0 39.367 10.382 55.17l20.024 6.625L50.43 55.17l10.377-15.82V0Z\" fill=\"#1E1E1E\"/></g></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h273v61.811H0z\"/></clipPath></defs></svg>',\n                        withExternalLayout: true\n                      })]\n                    }), /*#__PURE__*/_jsx(Container, {\n                      className: \"framer-85btc4-container\",\n                      children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          Jhlltm21m: {\n                            variant: \"eiiPNZ0qY\"\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(M1Access, {\n                          height: \"100%\",\n                          id: \"rkRXtyJKE\",\n                          layoutId: \"rkRXtyJKE\",\n                          variant: \"OFlkMjUGz\",\n                          width: \"100%\"\n                        })\n                      })\n                    })]\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      FQqUzWf8E: {\n                        \"data-framer-appear-id\": \"1j0pg7t\",\n                        animate: optimizeAppear(\"animate\", \"1j0pg7t\", animation26, \"eyavr8\"),\n                        initial: optimizeAppear(\"initial\", \"1j0pg7t\", animation27, \"eyavr8\"),\n                        transformTemplate: optimizeAppearTransformTemplate(\"1j0pg7t\", transformTemplate)\n                      },\n                      Jhlltm21m: {\n                        \"data-framer-appear-id\": \"194qyqs\",\n                        animate: optimizeAppear(\"animate\", \"194qyqs\", animation26, \"czsgnc\"),\n                        initial: optimizeAppear(\"initial\", \"194qyqs\", animation27, \"czsgnc\"),\n                        transformTemplate: optimizeAppearTransformTemplate(\"194qyqs\", transformTemplate)\n                      }\n                    },\n                    children: /*#__PURE__*/_jsxs(motion.div, {\n                      animate: optimizeAppear(\"animate\", \"v0d4nk\", animation26, \"juvcvc\"),\n                      className: \"framer-v0d4nk\",\n                      \"data-framer-appear-id\": \"v0d4nk\",\n                      exit: animation25,\n                      initial: optimizeAppear(\"initial\", \"v0d4nk\", animation27, \"juvcvc\"),\n                      transformTemplate: optimizeAppearTransformTemplate(\"v0d4nk\", transformTemplate),\n                      children: [/*#__PURE__*/_jsxs(\"div\", {\n                        className: \"framer-1afjptt\",\n                        children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                          breakpoint: baseVariant,\n                          overrides: {\n                            Jhlltm21m: {\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsxs(\"p\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"28px\",\n                                    \"--framer-font-weight\": \"900\",\n                                    \"--framer-text-alignment\": \"center\",\n                                    \"--framer-text-color\": \"rgb(71, 71, 71)\"\n                                  },\n                                  children: [\"Your \", /*#__PURE__*/_jsx(\"span\", {\n                                    style: {\n                                      \"--framer-text-color\": \"rgb(255, 165, 82)\"\n                                    },\n                                    children: \"memory palace\"\n                                  }), \" that doesn't require you to\"]\n                                })\n                              })\n                            }\n                          },\n                          children: /*#__PURE__*/_jsx(RichTextWithFX, {\n                            __framer__animate: {\n                              transition: transition5\n                            },\n                            __framer__animateOnce: false,\n                            __framer__enter: animation28,\n                            __framer__styleAppearEffectEnabled: true,\n                            __framer__targets: [{\n                              ref: ref1,\n                              target: \"animate\"\n                            }],\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\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                                  \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                  \"--framer-font-size\": \"50px\",\n                                  \"--framer-font-weight\": \"900\",\n                                  \"--framer-text-alignment\": \"center\",\n                                  \"--framer-text-color\": \"rgb(71, 71, 71)\"\n                                },\n                                children: [\"Your \", /*#__PURE__*/_jsx(\"span\", {\n                                  style: {\n                                    \"--framer-text-color\": \"rgb(255, 165, 82)\"\n                                  },\n                                  children: \"memory palace\"\n                                }), \" that doesn't require you to\"]\n                              })\n                            }),\n                            className: \"framer-1tnihy3\",\n                            fonts: [\"FS;Satoshi-black\"],\n                            id: id,\n                            ref: ref2,\n                            transformTemplate: transformTemplate,\n                            verticalAlignment: \"top\",\n                            withExternalLayout: true\n                          })\n                        }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                          breakpoint: baseVariant,\n                          overrides: {\n                            Jhlltm21m: {\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"p\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"28px\",\n                                    \"--framer-font-weight\": \"900\",\n                                    \"--framer-text-alignment\": \"center\",\n                                    \"--framer-text-color\": \"rgba(71, 71, 71, 0.5)\"\n                                  },\n                                  children: \"Your memory palace that doesn't require you to\"\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\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                                  \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                  \"--framer-font-size\": \"50px\",\n                                  \"--framer-font-weight\": \"900\",\n                                  \"--framer-text-alignment\": \"center\",\n                                  \"--framer-text-color\": \"rgba(71, 71, 71, 0.5)\"\n                                },\n                                children: \"Your memory palace that doesn't require you to\"\n                              })\n                            }),\n                            className: \"framer-1h6aie\",\n                            fonts: [\"FS;Satoshi-black\"],\n                            id: id1,\n                            ref: ref1,\n                            verticalAlignment: \"top\",\n                            withExternalLayout: true\n                          })\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"div\", {\n                        className: \"framer-mqwiv5\",\n                        children: [/*#__PURE__*/_jsxs(\"div\", {\n                          className: \"framer-122y773\",\n                          children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                            breakpoint: baseVariant,\n                            overrides: {\n                              Jhlltm21m: {\n                                children: /*#__PURE__*/_jsx(React.Fragment, {\n                                  children: /*#__PURE__*/_jsxs(\"p\", {\n                                    style: {\n                                      \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                      \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                      \"--framer-font-size\": \"20px\",\n                                      \"--framer-font-weight\": \"700\",\n                                      \"--framer-text-alignment\": \"center\",\n                                      \"--framer-text-color\": \"rgb(194, 194, 194)\"\n                                    },\n                                    children: [\"take a 4 weeks course to \", /*#__PURE__*/_jsx(\"span\", {\n                                      style: {\n                                        \"--framer-text-color\": \"rgb(104, 104, 104)\"\n                                      },\n                                      children: \"learn the system\"\n                                    })]\n                                  })\n                                })\n                              }\n                            },\n                            children: /*#__PURE__*/_jsx(RichTextWithFX, {\n                              __framer__animate: {\n                                transition: transition5\n                              },\n                              __framer__animateOnce: false,\n                              __framer__enter: animation28,\n                              __framer__styleAppearEffectEnabled: true,\n                              __framer__targets: [{\n                                ref: ref3,\n                                target: \"animate\"\n                              }],\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\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"36px\",\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"center\",\n                                    \"--framer-text-color\": \"rgb(194, 194, 194)\"\n                                  },\n                                  children: [\"take a 4 weeks course to \", /*#__PURE__*/_jsx(\"span\", {\n                                    style: {\n                                      \"--framer-text-color\": \"rgb(104, 104, 104)\"\n                                    },\n                                    children: \"learn the system\"\n                                  })]\n                                })\n                              }),\n                              className: \"framer-l3cd8w\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              id: id2,\n                              ref: ref3,\n                              transformTemplate: transformTemplate,\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            })\n                          }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                            breakpoint: baseVariant,\n                            overrides: {\n                              Jhlltm21m: {\n                                children: /*#__PURE__*/_jsx(React.Fragment, {\n                                  children: /*#__PURE__*/_jsx(\"p\", {\n                                    style: {\n                                      \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                      \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                      \"--framer-font-size\": \"20px\",\n                                      \"--framer-font-weight\": \"700\",\n                                      \"--framer-text-alignment\": \"center\",\n                                      \"--framer-text-color\": \"rgb(194, 194, 194)\"\n                                    },\n                                    children: \"take a 4 weeks course to learn the system\"\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\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"36px\",\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"center\",\n                                    \"--framer-text-color\": \"rgb(194, 194, 194)\"\n                                  },\n                                  children: \"take a 4 weeks course to learn the system\"\n                                })\n                              }),\n                              className: \"framer-aimewe\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              id: id3,\n                              ref: ref4,\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            })\n                          })]\n                        }), /*#__PURE__*/_jsxs(\"div\", {\n                          className: \"framer-mudcq\",\n                          children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                            breakpoint: baseVariant,\n                            overrides: {\n                              Jhlltm21m: {\n                                children: /*#__PURE__*/_jsx(React.Fragment, {\n                                  children: /*#__PURE__*/_jsxs(\"p\", {\n                                    style: {\n                                      \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                      \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                      \"--framer-font-size\": \"20px\",\n                                      \"--framer-font-weight\": \"700\",\n                                      \"--framer-text-alignment\": \"center\",\n                                      \"--framer-text-color\": \"rgb(194, 194, 194)\"\n                                    },\n                                    children: [/*#__PURE__*/_jsx(\"span\", {\n                                      style: {\n                                        \"--framer-text-color\": \"rgb(92, 92, 92)\"\n                                      },\n                                      children: \"bookmark\"\n                                    }), \" or \", /*#__PURE__*/_jsx(\"span\", {\n                                      style: {\n                                        \"--framer-text-color\": \"rgb(104, 104, 104)\"\n                                      },\n                                      children: \"take notes\"\n                                    }), \" every second\"]\n                                  })\n                                })\n                              }\n                            },\n                            children: /*#__PURE__*/_jsx(RichTextWithFX, {\n                              __framer__animate: {\n                                transition: transition5\n                              },\n                              __framer__animateOnce: false,\n                              __framer__enter: animation28,\n                              __framer__styleAppearEffectEnabled: true,\n                              __framer__targets: [{\n                                ref: ref5,\n                                target: \"animate\"\n                              }],\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\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"36px\",\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"center\",\n                                    \"--framer-text-color\": \"rgb(194, 194, 194)\"\n                                  },\n                                  children: [/*#__PURE__*/_jsx(\"span\", {\n                                    style: {\n                                      \"--framer-text-color\": \"rgb(92, 92, 92)\"\n                                    },\n                                    children: \"bookmark\"\n                                  }), \" or \", /*#__PURE__*/_jsx(\"span\", {\n                                    style: {\n                                      \"--framer-text-color\": \"rgb(104, 104, 104)\"\n                                    },\n                                    children: \"take notes\"\n                                  }), \" every second\"]\n                                })\n                              }),\n                              className: \"framer-1d5rntl\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              id: id4,\n                              ref: ref5,\n                              transformTemplate: transformTemplate,\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            })\n                          }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                            breakpoint: baseVariant,\n                            overrides: {\n                              Jhlltm21m: {\n                                children: /*#__PURE__*/_jsx(React.Fragment, {\n                                  children: /*#__PURE__*/_jsx(\"p\", {\n                                    style: {\n                                      \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                      \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                      \"--framer-font-size\": \"20px\",\n                                      \"--framer-font-weight\": \"700\",\n                                      \"--framer-text-alignment\": \"center\",\n                                      \"--framer-text-color\": \"rgb(194, 194, 194)\"\n                                    },\n                                    children: \"bookmark or take notes every second\"\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\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"36px\",\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"center\",\n                                    \"--framer-text-color\": \"rgb(194, 194, 194)\"\n                                  },\n                                  children: \"bookmark or take notes every second\"\n                                })\n                              }),\n                              className: \"framer-3nhciz\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              id: id5,\n                              ref: ref6,\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            })\n                          })]\n                        }), /*#__PURE__*/_jsxs(\"div\", {\n                          className: \"framer-kns9oo\",\n                          children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                            breakpoint: baseVariant,\n                            overrides: {\n                              Jhlltm21m: {\n                                children: /*#__PURE__*/_jsx(React.Fragment, {\n                                  children: /*#__PURE__*/_jsxs(\"p\", {\n                                    style: {\n                                      \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                      \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                      \"--framer-font-size\": \"20px\",\n                                      \"--framer-font-weight\": \"700\",\n                                      \"--framer-text-alignment\": \"center\",\n                                      \"--framer-text-color\": \"rgb(194, 194, 194)\"\n                                    },\n                                    children: [\"go through\", /*#__PURE__*/_jsx(\"span\", {\n                                      style: {\n                                        \"--framer-text-color\": \"rgb(92, 92, 92)\"\n                                      },\n                                      children: \" 20 steps \"\n                                    }), \"to find what you need\"]\n                                  })\n                                })\n                              }\n                            },\n                            children: /*#__PURE__*/_jsx(RichTextWithFX, {\n                              __framer__animate: {\n                                transition: transition5\n                              },\n                              __framer__animateOnce: false,\n                              __framer__enter: animation28,\n                              __framer__styleAppearEffectEnabled: true,\n                              __framer__targets: [{\n                                ref: ref7,\n                                target: \"animate\"\n                              }],\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\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"36px\",\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"center\",\n                                    \"--framer-text-color\": \"rgb(194, 194, 194)\"\n                                  },\n                                  children: [\"go through\", /*#__PURE__*/_jsx(\"span\", {\n                                    style: {\n                                      \"--framer-text-color\": \"rgb(92, 92, 92)\"\n                                    },\n                                    children: \" 20 steps \"\n                                  }), \"to find what you need\"]\n                                })\n                              }),\n                              className: \"framer-iud8dy\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              id: id6,\n                              ref: ref7,\n                              transformTemplate: transformTemplate,\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            })\n                          }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                            breakpoint: baseVariant,\n                            overrides: {\n                              Jhlltm21m: {\n                                children: /*#__PURE__*/_jsx(React.Fragment, {\n                                  children: /*#__PURE__*/_jsx(\"p\", {\n                                    style: {\n                                      \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                      \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                      \"--framer-font-size\": \"20px\",\n                                      \"--framer-font-weight\": \"700\",\n                                      \"--framer-text-alignment\": \"center\",\n                                      \"--framer-text-color\": \"rgb(194, 194, 194)\"\n                                    },\n                                    children: \"go through 20 steps to find what you need\"\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\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"36px\",\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"center\",\n                                    \"--framer-text-color\": \"rgb(194, 194, 194)\"\n                                  },\n                                  children: \"go through 20 steps to find what you need\"\n                                })\n                              }),\n                              className: \"framer-hlwy1m\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              id: id7,\n                              ref: ref8,\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            })\n                          })]\n                        }), /*#__PURE__*/_jsxs(\"div\", {\n                          className: \"framer-wc1f1h\",\n                          children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                            breakpoint: baseVariant,\n                            overrides: {\n                              Jhlltm21m: {\n                                children: /*#__PURE__*/_jsx(React.Fragment, {\n                                  children: /*#__PURE__*/_jsxs(\"p\", {\n                                    style: {\n                                      \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                      \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                      \"--framer-font-size\": \"20px\",\n                                      \"--framer-font-weight\": \"700\",\n                                      \"--framer-text-alignment\": \"center\",\n                                      \"--framer-text-color\": \"rgb(194, 194, 194)\"\n                                    },\n                                    children: [\"remember and search with \", /*#__PURE__*/_jsx(\"span\", {\n                                      style: {\n                                        \"--framer-text-color\": \"rgb(92, 92, 92)\"\n                                      },\n                                      children: \"exact words\"\n                                    })]\n                                  })\n                                })\n                              }\n                            },\n                            children: /*#__PURE__*/_jsx(RichTextWithFX, {\n                              __framer__animate: {\n                                transition: transition5\n                              },\n                              __framer__animateOnce: false,\n                              __framer__enter: animation28,\n                              __framer__styleAppearEffectEnabled: true,\n                              __framer__targets: [{\n                                ref: ref9,\n                                target: \"animate\"\n                              }],\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\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"36px\",\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"center\",\n                                    \"--framer-text-color\": \"rgb(194, 194, 194)\"\n                                  },\n                                  children: [\"remember and search with \", /*#__PURE__*/_jsx(\"span\", {\n                                    style: {\n                                      \"--framer-text-color\": \"rgb(92, 92, 92)\"\n                                    },\n                                    children: \"exact words\"\n                                  })]\n                                })\n                              }),\n                              className: \"framer-efy3ty\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              id: id8,\n                              ref: ref9,\n                              transformTemplate: transformTemplate,\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            })\n                          }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                            breakpoint: baseVariant,\n                            overrides: {\n                              Jhlltm21m: {\n                                children: /*#__PURE__*/_jsx(React.Fragment, {\n                                  children: /*#__PURE__*/_jsx(\"p\", {\n                                    style: {\n                                      \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                      \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                      \"--framer-font-size\": \"20px\",\n                                      \"--framer-font-weight\": \"700\",\n                                      \"--framer-text-alignment\": \"center\",\n                                      \"--framer-text-color\": \"rgb(194, 194, 194)\"\n                                    },\n                                    children: \"remember and search with exact words\"\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\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"36px\",\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"center\",\n                                    \"--framer-text-color\": \"rgb(194, 194, 194)\"\n                                  },\n                                  children: \"remember and search with exact words\"\n                                })\n                              }),\n                              className: \"framer-gw7gqu\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              id: id9,\n                              ref: ref10,\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            })\n                          })]\n                        })]\n                      })]\n                    })\n                  }), /*#__PURE__*/_jsxs(\"div\", {\n                    className: \"framer-sseqrv\",\n                    children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        Jhlltm21m: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              style: {\n                                \"--font-selector\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                                \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                \"--framer-font-size\": \"28px\",\n                                \"--framer-font-weight\": \"900\",\n                                \"--framer-text-alignment\": \"center\",\n                                \"--framer-text-color\": \"rgb(71, 71, 71)\"\n                              },\n                              children: \"Unlost records intelligently\"\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\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                              \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                              \"--framer-font-size\": \"48px\",\n                              \"--framer-font-weight\": \"900\",\n                              \"--framer-text-alignment\": \"center\",\n                              \"--framer-text-color\": \"rgb(71, 71, 71)\"\n                            },\n                            children: \"Unlost records intelligently\"\n                          })\n                        }),\n                        className: \"framer-1r9rin6\",\n                        fonts: [\"FS;Satoshi-black\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        FQqUzWf8E: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              style: {\n                                \"--font-selector\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                                \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                \"--framer-font-size\": \"28px\",\n                                \"--framer-font-weight\": \"900\",\n                                \"--framer-text-alignment\": \"center\",\n                                \"--framer-text-color\": \"rgb(186, 186, 186)\"\n                              },\n                              children: \"It understands your screen layout and content\"\n                            })\n                          }),\n                          fonts: [\"FS;Satoshi-black\"]\n                        },\n                        Jhlltm21m: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              style: {\n                                \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-text-alignment\": \"center\",\n                                \"--framer-text-color\": \"rgb(186, 186, 186)\"\n                              },\n                              children: \"It understands your screen layout and content\"\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\": \"RlM7U2F0b3NoaS1ib2xk\",\n                              \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                              \"--framer-font-size\": \"28px\",\n                              \"--framer-font-weight\": \"700\",\n                              \"--framer-text-alignment\": \"center\",\n                              \"--framer-text-color\": \"rgb(186, 186, 186)\"\n                            },\n                            children: \"It understands your screen layout and content\"\n                          })\n                        }),\n                        className: \"framer-1hfw1h3\",\n                        fonts: [\"FS;Satoshi-bold\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), /*#__PURE__*/_jsx(\"div\", {\n                      className: \"framer-1yvbdhk\",\n                      children: /*#__PURE__*/_jsxs(\"div\", {\n                        className: \"framer-y83xt5\",\n                        children: [/*#__PURE__*/_jsxs(\"div\", {\n                          className: \"framer-1r69l9u\",\n                          children: [/*#__PURE__*/_jsxs(MotionDivWithFX, {\n                            __framer__animate: {\n                              transition: transition4\n                            },\n                            __framer__animateOnce: true,\n                            __framer__enter: animation29,\n                            __framer__styleAppearEffectEnabled: true,\n                            __framer__targets: [{\n                              ref: ref11,\n                              target: \"animate\"\n                            }],\n                            __framer__threshold: .5,\n                            __perspectiveFX: false,\n                            __targetOpacity: 1,\n                            className: \"framer-12yvttj\",\n                            transformTemplate: transformTemplate,\n                            children: [/*#__PURE__*/_jsx(\"div\", {\n                              className: \"framer-1jfre6v\"\n                            }), /*#__PURE__*/_jsx(\"div\", {\n                              className: \"framer-18e6wnr\"\n                            }), /*#__PURE__*/_jsx(\"div\", {\n                              className: \"framer-a3969\"\n                            }), /*#__PURE__*/_jsx(\"div\", {\n                              className: \"framer-1miu1hw\"\n                            }), /*#__PURE__*/_jsx(\"div\", {\n                              className: \"framer-1d2i5pc\"\n                            }), /*#__PURE__*/_jsx(\"div\", {\n                              className: \"framer-1q1etbh\"\n                            }), /*#__PURE__*/_jsx(\"div\", {\n                              className: \"framer-1iq2m8m\"\n                            }), /*#__PURE__*/_jsx(\"div\", {\n                              className: \"framer-u5u61b\"\n                            }), /*#__PURE__*/_jsx(\"div\", {\n                              className: \"framer-wnxv4m\"\n                            }), /*#__PURE__*/_jsx(\"div\", {\n                              className: \"framer-k3v8ah\"\n                            })]\n                          }), /*#__PURE__*/_jsx(\"div\", {\n                            className: \"framer-6cboel\",\n                            id: id10,\n                            ref: ref11\n                          }), /*#__PURE__*/_jsxs(\"div\", {\n                            className: \"framer-1inzt0j\",\n                            id: id11,\n                            ref: ref12,\n                            children: [/*#__PURE__*/_jsxs(MotionDivWithFX, {\n                              __framer__animate: {\n                                transition: transition4\n                              },\n                              __framer__animateOnce: true,\n                              __framer__enter: animation29,\n                              __framer__styleAppearEffectEnabled: true,\n                              __framer__targets: [{\n                                ref: ref12,\n                                target: \"animate\"\n                              }],\n                              __framer__threshold: .5,\n                              __perspectiveFX: false,\n                              __targetOpacity: 1,\n                              className: \"framer-1b47fmk\",\n                              transformTemplate: transformTemplate,\n                              children: [/*#__PURE__*/_jsx(\"div\", {\n                                className: \"framer-tnplxi\"\n                              }), /*#__PURE__*/_jsx(\"div\", {\n                                className: \"framer-1e535o3\"\n                              })]\n                            }), /*#__PURE__*/_jsx(MotionDivWithFX, {\n                              __framer__animate: {\n                                transition: transition4\n                              },\n                              __framer__animateOnce: true,\n                              __framer__enter: animation29,\n                              __framer__styleAppearEffectEnabled: true,\n                              __framer__targets: [{\n                                ref: ref12,\n                                target: \"animate\"\n                              }],\n                              __framer__threshold: .5,\n                              __perspectiveFX: false,\n                              __targetOpacity: 1,\n                              className: \"framer-1mdknvc\",\n                              transformTemplate: transformTemplate\n                            })]\n                          })]\n                        }), /*#__PURE__*/_jsxs(\"div\", {\n                          className: \"framer-km0pgh\",\n                          children: [/*#__PURE__*/_jsx(\"div\", {\n                            className: \"framer-1wt13l0\"\n                          }), /*#__PURE__*/_jsx(\"div\", {\n                            className: \"framer-1wcmnik\"\n                          }), /*#__PURE__*/_jsx(\"div\", {\n                            className: \"framer-1n3t01e\"\n                          })]\n                        })]\n                      })\n                    })]\n                  }), isDisplayed1() && /*#__PURE__*/_jsxs(\"div\", {\n                    className: \"framer-1qd1of9 hidden-czsgnc\",\n                    children: [/*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                            \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                            \"--framer-font-size\": \"48px\",\n                            \"--framer-font-weight\": \"900\",\n                            \"--framer-text-alignment\": \"center\",\n                            \"--framer-text-color\": \"rgb(71, 71, 71)\"\n                          },\n                          children: \"It connects the dots when you need it\"\n                        })\n                      }),\n                      className: \"framer-959neo\",\n                      fonts: [\"FS;Satoshi-black\"],\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        FQqUzWf8E: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              style: {\n                                \"--font-selector\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                                \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                \"--framer-font-size\": \"28px\",\n                                \"--framer-font-weight\": \"900\",\n                                \"--framer-text-alignment\": \"center\",\n                                \"--framer-text-color\": \"rgb(186, 186, 186)\"\n                              },\n                              children: \"Search in your own words and filter with ease\"\n                            })\n                          }),\n                          fonts: [\"FS;Satoshi-black\"]\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\": \"RlM7U2F0b3NoaS1ib2xk\",\n                              \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                              \"--framer-font-size\": \"28px\",\n                              \"--framer-font-weight\": \"700\",\n                              \"--framer-text-alignment\": \"center\",\n                              \"--framer-text-color\": \"rgb(186, 186, 186)\"\n                            },\n                            children: \"Search in your own words and filter with ease\"\n                          })\n                        }),\n                        className: \"framer-hx9hjj\",\n                        fonts: [\"FS;Satoshi-bold\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), /*#__PURE__*/_jsx(Container, {\n                      className: \"framer-job5z7-container\",\n                      children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          FQqUzWf8E: {\n                            variant: \"KcdiJP4OK\"\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(Demos, {\n                          height: \"100%\",\n                          id: \"Huk_bDB6h\",\n                          layoutId: \"Huk_bDB6h\",\n                          style: {\n                            height: \"100%\",\n                            width: \"100%\"\n                          },\n                          variant: \"l6X0Ofy_D\",\n                          width: \"100%\"\n                        })\n                      })\n                    })]\n                  }), /*#__PURE__*/_jsxs(\"div\", {\n                    className: \"framer-2y4fgn\",\n                    children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        Jhlltm21m: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              style: {\n                                \"--font-selector\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                                \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                \"--framer-font-size\": \"28px\",\n                                \"--framer-font-weight\": \"900\",\n                                \"--framer-text-alignment\": \"left\",\n                                \"--framer-text-color\": \"rgb(105, 105, 105)\"\n                              },\n                              children: \"Private and simple\"\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\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                              \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                              \"--framer-font-size\": \"37px\",\n                              \"--framer-font-weight\": \"900\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"rgb(105, 105, 105)\"\n                            },\n                            children: \"Private and simple\"\n                          })\n                        }),\n                        className: \"framer-1qthnaz\",\n                        fonts: [\"FS;Satoshi-black\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        Jhlltm21m: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              style: {\n                                \"--font-selector\": \"RlM7U2F0b3NoaS1tZWRpdW0=\",\n                                \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                \"--framer-font-weight\": \"500\",\n                                \"--framer-text-alignment\": \"left\",\n                                \"--framer-text-color\": \"rgb(195, 195, 195)\"\n                              },\n                              children: \"We respect your space and copyright law. That means you determine what to capture and Unlost stops capturing when copyright content like Netflix is detected.\"\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\": \"RlM7U2F0b3NoaS1tZWRpdW0=\",\n                              \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                              \"--framer-font-size\": \"18px\",\n                              \"--framer-font-weight\": \"500\",\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"rgb(195, 195, 195)\"\n                            },\n                            children: \"We respect your space and copyright law. That means you determine what to capture and Unlost stops capturing when copyright content like Netflix is detected.\"\n                          })\n                        }),\n                        className: \"framer-1hqf9jn\",\n                        fonts: [\"FS;Satoshi-medium\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), /*#__PURE__*/_jsxs(\"div\", {\n                      className: \"framer-1bcrbcq\",\n                      children: [/*#__PURE__*/_jsxs(\"div\", {\n                        className: \"framer-rncxbq\",\n                        children: [/*#__PURE__*/_jsx(SVG, {\n                          className: \"framer-1uh4ln0\",\n                          \"data-framer-name\": \"graphic\",\n                          fill: \"black\",\n                          intrinsicHeight: 24,\n                          intrinsicWidth: 24,\n                          name: \"graphic\",\n                          svg: '<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4 13c0-1.886 0-2.828.586-3.414C5.172 9 6.114 9 8 9h8c1.886 0 2.828 0 3.414.586C20 10.172 20 11.114 20 13v2c0 2.828 0 4.243-.879 5.121C18.243 21 16.828 21 14 21h-4c-2.828 0-4.243 0-5.121-.879C4 19.243 4 17.828 4 15v-2Z\" stroke=\"#FFAE00\" stroke-width=\"2\"/><path d=\"M16 8V7a4 4 0 0 0-4-4v0a4 4 0 0 0-4 4v1\" stroke=\"#FFAE00\" stroke-width=\"2\" stroke-linecap=\"round\"/></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\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                \"--framer-font-size\": \"20px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-text-alignment\": \"left\",\n                                \"--framer-text-color\": \"rgb(255, 174, 0)\"\n                              },\n                              children: \"Local & offline\"\n                            })\n                          }),\n                          className: \"framer-9jrquy\",\n                          fonts: [\"FS;Satoshi-bold\"],\n                          verticalAlignment: \"top\",\n                          withExternalLayout: true\n                        }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                          breakpoint: baseVariant,\n                          overrides: {\n                            Jhlltm21m: {\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"h3\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1tZWRpdW0=\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"15px\",\n                                    \"--framer-font-weight\": \"500\",\n                                    \"--framer-letter-spacing\": \"-0.5px\",\n                                    \"--framer-line-height\": \"1.1em\",\n                                    \"--framer-text-alignment\": \"left\",\n                                    \"--framer-text-color\": \"rgb(168, 168, 168)\"\n                                  },\n                                  children: \"Data collection, processing, and storage is done on your machine.  We only collect your email address. Period.\"\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\": \"RlM7U2F0b3NoaS1tZWRpdW0=\",\n                                  \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                  \"--framer-font-size\": \"15px\",\n                                  \"--framer-font-weight\": \"500\",\n                                  \"--framer-letter-spacing\": \"-0.5px\",\n                                  \"--framer-text-alignment\": \"left\",\n                                  \"--framer-text-color\": \"rgb(168, 168, 168)\"\n                                },\n                                children: \"Data collection, processing, and storage is done on your machine.  We only collect your email address. Period.\"\n                              })\n                            }),\n                            className: \"framer-iqhef6\",\n                            fonts: [\"FS;Satoshi-medium\"],\n                            verticalAlignment: \"top\",\n                            withExternalLayout: true\n                          })\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"div\", {\n                        className: \"framer-1mt42xg\",\n                        children: [/*#__PURE__*/_jsx(SVG, {\n                          className: \"framer-psuk9e\",\n                          \"data-framer-name\": \"graphic\",\n                          fill: \"black\",\n                          intrinsicHeight: 24,\n                          intrinsicWidth: 24,\n                          name: \"graphic\",\n                          svg: '<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.92 12.799a4 4 0 0 0-4.719-4.719l4.72 4.719ZM8.667 9.788a4 4 0 0 0 5.545 5.545l-1.474-1.474a2 2 0 0 1-2.598-2.598L8.668 9.789Z\" fill=\"#FFAE00\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m16.52 17.64-1.47-1.469c-.972.51-2.002.829-3.05.829-1.525 0-3.013-.678-4.34-1.632-1.32-.95-2.395-2.112-3.075-2.938-.1-.121-.175-.212-.236-.291a2.047 2.047 0 0 1-.1-.139c.02-.031.05-.075.1-.139.061-.08.136-.17.236-.291.665-.808 1.71-1.938 2.989-2.875l-1.429-1.43C4.797 8.297 3.723 9.47 3.041 10.3l-.074.088c-.313.375-.737.883-.737 1.613s.424 1.238.737 1.613l.074.088c.74.899 1.94 2.203 3.45 3.29C7.996 18.073 9.892 19 12.002 19c1.67 0 3.206-.581 4.519-1.36ZM8.808 5.686C9.79 5.269 10.865 5 12 5c2.11 0 4.006.927 5.509 2.009 1.51 1.087 2.71 2.391 3.45 3.29l.074.088c.314.375.737.883.737 1.613s-.423 1.238-.737 1.613l-.073.088a20.502 20.502 0 0 1-2.015 2.123l-1.416-1.416a18.45 18.45 0 0 0 2.123-2.27c.049-.063.08-.107.1-.138a2.034 2.034 0 0 0-.1-.139c-.062-.08-.136-.17-.236-.291-.68-.826-1.756-1.989-3.075-2.938C15.015 7.678 13.527 7 12 7c-.551 0-1.097.088-1.633.246l-1.56-1.56Z\" fill=\"#FFAE00\"/><path d=\"m5 2 16 16\" stroke=\"#FFAE00\" stroke-width=\"2\"/></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\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                \"--framer-font-size\": \"20px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-text-alignment\": \"left\",\n                                \"--framer-text-color\": \"rgb(255, 174, 0)\"\n                              },\n                              children: \"Set your boundary\"\n                            })\n                          }),\n                          className: \"framer-awffxw\",\n                          fonts: [\"FS;Satoshi-bold\"],\n                          verticalAlignment: \"top\",\n                          withExternalLayout: true\n                        }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                          breakpoint: baseVariant,\n                          overrides: {\n                            Jhlltm21m: {\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"h3\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1tZWRpdW0=\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"15px\",\n                                    \"--framer-font-weight\": \"500\",\n                                    \"--framer-letter-spacing\": \"-0.5px\",\n                                    \"--framer-line-height\": \"1.1em\",\n                                    \"--framer-text-alignment\": \"left\",\n                                    \"--framer-text-color\": \"rgb(168, 168, 168)\"\n                                  },\n                                  children: \"Exclude capturing apps, websites, or just all together. Password managers and private browsers excluded by default. \"\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\": \"RlM7U2F0b3NoaS1tZWRpdW0=\",\n                                  \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                  \"--framer-font-size\": \"15px\",\n                                  \"--framer-font-weight\": \"500\",\n                                  \"--framer-letter-spacing\": \"-0.5px\",\n                                  \"--framer-text-alignment\": \"left\",\n                                  \"--framer-text-color\": \"rgb(168, 168, 168)\"\n                                },\n                                children: \"Exclude capturing apps, websites, or just all together. Password managers and private browsers excluded by default. \"\n                              })\n                            }),\n                            className: \"framer-1mxnqn7\",\n                            fonts: [\"FS;Satoshi-medium\"],\n                            verticalAlignment: \"top\",\n                            withExternalLayout: true\n                          })\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"div\", {\n                        className: \"framer-jybanf\",\n                        children: [/*#__PURE__*/_jsx(SVG, {\n                          className: \"framer-woo69z\",\n                          \"data-framer-name\": \"graphic\",\n                          fill: \"black\",\n                          intrinsicHeight: 24,\n                          intrinsicWidth: 24,\n                          name: \"graphic\",\n                          svg: '<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7 5h10c.971 0 1.599.002 2.061.064.434.059.57.153.646.229.076.076.17.212.229.646C19.998 6.4 20 7.029 20 8v8H4V8c0-.971.002-1.599.064-2.061.059-.434.153-.57.229-.646.076-.076.212-.17.646-.229C5.4 5.002 6.029 5 7 5Zm13.333 11H3.667C2.747 16 2 16.746 2 17.667A2.333 2.333 0 0 0 4.333 20h15.334A2.333 2.333 0 0 0 22 17.667c0-.92-.746-1.667-1.667-1.667Z\" stroke=\"#FFAE00\" stroke-width=\"2\"/></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\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                \"--framer-font-size\": \"20px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-text-alignment\": \"left\",\n                                \"--framer-text-color\": \"rgb(255, 174, 0)\"\n                              },\n                              children: \"Quick access\"\n                            })\n                          }),\n                          className: \"framer-czozl1\",\n                          fonts: [\"FS;Satoshi-bold\"],\n                          verticalAlignment: \"top\",\n                          withExternalLayout: true\n                        }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                          breakpoint: baseVariant,\n                          overrides: {\n                            Jhlltm21m: {\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"h3\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1tZWRpdW0=\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"15px\",\n                                    \"--framer-font-weight\": \"500\",\n                                    \"--framer-letter-spacing\": \"0px\",\n                                    \"--framer-line-height\": \"1.1em\",\n                                    \"--framer-text-alignment\": \"left\",\n                                    \"--framer-text-color\": \"rgb(168, 168, 168)\"\n                                  },\n                                  children: \"Unlost operates discreetly in the background. Effortless searching with a simple command.\"\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\": \"RlM7U2F0b3NoaS1tZWRpdW0=\",\n                                  \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                  \"--framer-font-size\": \"15px\",\n                                  \"--framer-font-weight\": \"500\",\n                                  \"--framer-letter-spacing\": \"-0.5px\",\n                                  \"--framer-text-alignment\": \"left\",\n                                  \"--framer-text-color\": \"rgb(168, 168, 168)\"\n                                },\n                                children: \"Unlost operates discreetly in the background. Effortless searching with a simple command.\"\n                              })\n                            }),\n                            className: \"framer-pihuqv\",\n                            fonts: [\"FS;Satoshi-medium\"],\n                            verticalAlignment: \"top\",\n                            withExternalLayout: true\n                          })\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"div\", {\n                        className: \"framer-xtlom9\",\n                        children: [/*#__PURE__*/_jsx(SVG, {\n                          className: \"framer-1dmrp2x\",\n                          \"data-framer-name\": \"graphic\",\n                          fill: \"black\",\n                          intrinsicHeight: 24,\n                          intrinsicWidth: 24,\n                          name: \"graphic\",\n                          svg: '<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 16H7a4 4 0 0 1-4-4v0a4 4 0 0 1 4-4h3m6 4H8m6 4h3a4 4 0 0 0 4-4v0a4 4 0 0 0-4-4h-3\" stroke=\"#FFAE00\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></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\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                \"--framer-font-size\": \"20px\",\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-text-alignment\": \"left\",\n                                \"--framer-text-color\": \"rgb(255, 174, 0)\"\n                              },\n                              children: \"Zero integration\"\n                            })\n                          }),\n                          className: \"framer-ay2bg3\",\n                          fonts: [\"FS;Satoshi-bold\"],\n                          verticalAlignment: \"top\",\n                          withExternalLayout: true\n                        }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                          breakpoint: baseVariant,\n                          overrides: {\n                            Jhlltm21m: {\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"h3\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1tZWRpdW0=\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"15px\",\n                                    \"--framer-font-weight\": \"500\",\n                                    \"--framer-letter-spacing\": \"0px\",\n                                    \"--framer-line-height\": \"1.1em\",\n                                    \"--framer-text-alignment\": \"left\",\n                                    \"--framer-text-color\": \"rgb(168, 168, 168)\"\n                                  },\n                                  children: \"No need to setup integrations with your apps and online services. It works by capturing your screen.\"\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\": \"RlM7U2F0b3NoaS1tZWRpdW0=\",\n                                  \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                  \"--framer-font-size\": \"15px\",\n                                  \"--framer-font-weight\": \"500\",\n                                  \"--framer-letter-spacing\": \"-0.5px\",\n                                  \"--framer-text-alignment\": \"left\",\n                                  \"--framer-text-color\": \"rgb(168, 168, 168)\"\n                                },\n                                children: \"No need to setup integrations with your apps and online services. It works by capturing your screen.\"\n                              })\n                            }),\n                            className: \"framer-1bctt1x\",\n                            fonts: [\"FS;Satoshi-medium\"],\n                            verticalAlignment: \"top\",\n                            withExternalLayout: true\n                          })\n                        })]\n                      })]\n                    })]\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-1hh720r\",\n                    children: /*#__PURE__*/_jsxs(\"div\", {\n                      className: \"framer-1fgpmvq\",\n                      children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          Jhlltm21m: {\n                            children: /*#__PURE__*/_jsx(React.Fragment, {\n                              children: /*#__PURE__*/_jsx(\"p\", {\n                                style: {\n                                  \"--font-selector\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                                  \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                  \"--framer-font-size\": \"28px\",\n                                  \"--framer-font-weight\": \"900\",\n                                  \"--framer-text-alignment\": \"left\",\n                                  \"--framer-text-color\": \"rgb(242, 242, 242)\"\n                                },\n                                children: \"Fall in love instantly\"\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\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                                \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                \"--framer-font-size\": \"37px\",\n                                \"--framer-font-weight\": \"900\",\n                                \"--framer-text-alignment\": \"left\",\n                                \"--framer-text-color\": \"rgb(242, 242, 242)\"\n                              },\n                              children: \"Fall in love instantly\"\n                            })\n                          }),\n                          className: \"framer-4k89yq\",\n                          fonts: [\"FS;Satoshi-black\"],\n                          verticalAlignment: \"top\",\n                          withExternalLayout: true\n                        })\n                      }), /*#__PURE__*/_jsxs(\"div\", {\n                        className: \"framer-4hzilm\",\n                        children: [/*#__PURE__*/_jsxs(\"div\", {\n                          className: \"framer-1q54iyp\",\n                          children: [/*#__PURE__*/_jsxs(\"div\", {\n                            className: \"framer-1a1jnax\",\n                            children: [/*#__PURE__*/_jsx(RichText, {\n                              __fromCanvasComponent: true,\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"p\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"18px\",\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"center\",\n                                    \"--framer-text-color\": \"rgb(255, 174, 0)\"\n                                  },\n                                  children: \"Powerful filtering\"\n                                })\n                              }),\n                              className: \"framer-1x8815p\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            }), /*#__PURE__*/_jsx(\"div\", {\n                              className: \"framer-9kb33a\",\n                              children: /*#__PURE__*/_jsx(SVG, {\n                                className: \"framer-1nmwq28\",\n                                \"data-framer-name\": \"graphic\",\n                                layout: \"position\",\n                                name: \"graphic\",\n                                opacity: 1,\n                                svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 9.658 19.78 L 9.974 20.73 Z M 14.658 18.114 L 14.974 19.063 Z M 19.708 7.293 L 20.414 8 L 19.707 7.293 Z M 15.293 11.707 L 14.586 11 Z M 5 5 L 19 5 L 19 3 L 5 3 Z M 5 6.586 L 5 5 L 3 5 L 3 6.586 Z M 9.414 11 L 5 6.586 L 3.586 8 L 8 12.414 Z M 8 12.414 L 8 19.306 L 10 19.306 L 10 12.414 Z M 8 19.306 C 8 19.788 8.232 20.241 8.623 20.523 C 9.014 20.805 9.517 20.881 9.974 20.729 L 9.342 18.832 C 9.494 18.781 9.662 18.807 9.792 18.901 C 9.923 18.995 10 19.145 10 19.306 Z M 9.974 20.729 L 14.974 19.063 L 14.342 17.165 L 9.342 18.832 Z M 14.974 19.063 C 15.587 18.859 16 18.286 16 17.64 L 14 17.64 C 14 17.425 14.138 17.233 14.342 17.165 Z M 16 17.64 L 16 12.414 L 14 12.414 L 14 17.64 Z M 19 6.586 L 14.586 11 L 16 12.414 L 20.414 8 Z M 19 5 L 19 6.586 L 21 6.586 L 21 5 Z M 20.414 8 C 20.789 7.625 21 7.116 21 6.586 L 19 6.586 Z M 16 12.414 L 14.586 11 C 14.211 11.375 14 11.884 14 12.414 Z M 8 12.414 L 10 12.414 C 10 11.884 9.789 11.375 9.414 11 Z M 3 6.586 C 3 7.116 3.211 7.625 3.586 8 L 5 6.586 Z M 19 5 L 21 5 C 21 3.895 20.105 3 19 3 Z M 5 3 C 3.895 3 3 3.895 3 5 L 5 5 Z\" fill=\"rgb(255,174,0)\"></path></svg>',\n                                svgContentId: 3343119810,\n                                withExternalLayout: true\n                              })\n                            })]\n                          }), /*#__PURE__*/_jsx(\"div\", {\n                            className: \"framer-1g6zhfw\",\n                            children: /*#__PURE__*/_jsx(RichText, {\n                              __fromCanvasComponent: true,\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"p\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"left\",\n                                    \"--framer-text-color\": \"rgb(133, 133, 133)\"\n                                  },\n                                  children: \"Search and filter your data with natural language and app filters\"\n                                })\n                              }),\n                              className: \"framer-1ju7jgu\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            })\n                          }), /*#__PURE__*/_jsx(\"div\", {\n                            className: \"framer-fqdo5k\",\n                            children: /*#__PURE__*/_jsx(\"div\", {\n                              className: \"framer-1jmextu\",\n                              children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                                breakpoint: baseVariant,\n                                overrides: {\n                                  Jhlltm21m: {\n                                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                                      children: /*#__PURE__*/_jsxs(\"p\", {\n                                        style: {\n                                          \"--font-selector\": \"RlM7U2F0b3NoaS1tZWRpdW0=\",\n                                          \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                          \"--framer-font-size\": \"12px\",\n                                          \"--framer-font-weight\": \"500\",\n                                          \"--framer-text-color\": \"rgb(171, 171, 171)\"\n                                        },\n                                        children: [\"user interviews\", /*#__PURE__*/_jsx(\"span\", {\n                                          style: {\n                                            \"--framer-text-color\": \"rgba(255, 255, 255, 0.78)\"\n                                          },\n                                          children: \" \"\n                                        }), /*#__PURE__*/_jsx(\"span\", {\n                                          style: {\n                                            \"--framer-text-color\": \"rgb(250, 174, 246)\"\n                                          },\n                                          children: /*#__PURE__*/_jsx(\"strong\", {\n                                            children: \"from last week\"\n                                          })\n                                        }), /*#__PURE__*/_jsx(\"span\", {\n                                          style: {\n                                            \"--framer-text-color\": \"rgb(255, 169, 138)\"\n                                          },\n                                          children: /*#__PURE__*/_jsx(\"strong\", {\n                                            children: \" \"\n                                          })\n                                        }), /*#__PURE__*/_jsx(\"span\", {\n                                          style: {\n                                            \"--framer-text-color\": \"rgb(168, 216, 250)\"\n                                          },\n                                          children: /*#__PURE__*/_jsx(\"strong\", {\n                                            children: \"@chrome\"\n                                          })\n                                        })]\n                                      })\n                                    })\n                                  }\n                                },\n                                children: /*#__PURE__*/_jsx(RichText, {\n                                  __fromCanvasComponent: true,\n                                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                                    children: /*#__PURE__*/_jsxs(\"p\", {\n                                      style: {\n                                        \"--font-selector\": \"RlM7U2F0b3NoaS1tZWRpdW0=\",\n                                        \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                        \"--framer-font-size\": \"12px\",\n                                        \"--framer-font-weight\": \"500\",\n                                        \"--framer-text-color\": \"rgb(171, 171, 171)\"\n                                      },\n                                      children: [\"user interview questions\", /*#__PURE__*/_jsx(\"span\", {\n                                        style: {\n                                          \"--framer-text-color\": \"rgba(255, 255, 255, 0.78)\"\n                                        },\n                                        children: \" \"\n                                      }), /*#__PURE__*/_jsx(\"span\", {\n                                        style: {\n                                          \"--framer-text-color\": \"rgb(250, 174, 246)\"\n                                        },\n                                        children: /*#__PURE__*/_jsx(\"strong\", {\n                                          children: \"from last week\"\n                                        })\n                                      }), /*#__PURE__*/_jsx(\"span\", {\n                                        style: {\n                                          \"--framer-text-color\": \"rgb(255, 169, 138)\"\n                                        },\n                                        children: /*#__PURE__*/_jsx(\"strong\", {\n                                          children: \" \"\n                                        })\n                                      }), /*#__PURE__*/_jsx(\"span\", {\n                                        style: {\n                                          \"--framer-text-color\": \"rgb(168, 216, 250)\"\n                                        },\n                                        children: /*#__PURE__*/_jsx(\"strong\", {\n                                          children: \"@chrome\"\n                                        })\n                                      })]\n                                    })\n                                  }),\n                                  className: \"framer-1q77vmv\",\n                                  fonts: [\"FS;Satoshi-medium\", \"FS;Satoshi-bold\"],\n                                  verticalAlignment: \"top\",\n                                  withExternalLayout: true\n                                })\n                              })\n                            })\n                          })]\n                        }), /*#__PURE__*/_jsxs(\"div\", {\n                          className: \"framer-1sr6iqx\",\n                          children: [/*#__PURE__*/_jsxs(\"div\", {\n                            className: \"framer-h6iq5c\",\n                            children: [/*#__PURE__*/_jsx(RichText, {\n                              __fromCanvasComponent: true,\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"p\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"18px\",\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"center\",\n                                    \"--framer-text-color\": \"rgb(255, 174, 0)\"\n                                  },\n                                  children: \"Familiar keyboard shortcuts\"\n                                })\n                              }),\n                              className: \"framer-1m18whq\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            }), /*#__PURE__*/_jsx(\"div\", {\n                              className: \"framer-z4c365\",\n                              children: /*#__PURE__*/_jsx(SVG, {\n                                className: \"framer-16ie95g\",\n                                \"data-framer-name\": \"graphic\",\n                                fill: \"black\",\n                                intrinsicHeight: 24,\n                                intrinsicWidth: 24,\n                                name: \"graphic\",\n                                svg: '<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect x=\"4\" y=\"4\" width=\"6\" height=\"7\" rx=\"1\" stroke=\"#FFAE00\" stroke-width=\"2\" stroke-linejoin=\"round\"/><rect x=\"4\" y=\"15\" width=\"6\" height=\"5\" rx=\"1\" stroke=\"#FFAE00\" stroke-width=\"2\" stroke-linejoin=\"round\"/><rect x=\"14\" y=\"4\" width=\"6\" height=\"5\" rx=\"1\" stroke=\"#FFAE00\" stroke-width=\"2\" stroke-linejoin=\"round\"/><rect x=\"14\" y=\"13\" width=\"6\" height=\"7\" rx=\"1\" stroke=\"#FFAE00\" stroke-width=\"2\" stroke-linejoin=\"round\"/></svg>',\n                                withExternalLayout: true\n                              })\n                            })]\n                          }), /*#__PURE__*/_jsx(\"div\", {\n                            className: \"framer-4uoc4z\",\n                            children: /*#__PURE__*/_jsx(RichText, {\n                              __fromCanvasComponent: true,\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"p\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"left\",\n                                    \"--framer-text-color\": \"rgb(133, 133, 133)\"\n                                  },\n                                  children: \"From filtering and navigating results to quickly reopening websites.\"\n                                })\n                              }),\n                              className: \"framer-o91y3x\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            })\n                          }), /*#__PURE__*/_jsxs(\"div\", {\n                            className: \"framer-ffnbju\",\n                            children: [/*#__PURE__*/_jsxs(\"div\", {\n                              className: \"framer-nxscu2\",\n                              children: [/*#__PURE__*/_jsx(SVG, {\n                                className: \"framer-q4kdg5\",\n                                \"data-framer-name\": \"graphic\",\n                                fill: \"black\",\n                                intrinsicHeight: 36,\n                                intrinsicWidth: 36,\n                                name: \"graphic\",\n                                svg: '<svg width=\"36\" height=\"36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M30 2H6a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4ZM6 0a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h24a6 6 0 0 0 6-6V6a6 6 0 0 0-6-6H6Z\" fill=\"#fff\"/><path d=\"m13.251 17.216-1.08-1.08 5.825-5.823 5.823 5.823-1.08 1.08-4.743-4.73-4.745 4.73Z\" fill=\"#fff\"/></svg>',\n                                withExternalLayout: true\n                              }), /*#__PURE__*/_jsx(SVG, {\n                                className: \"framer-ceskzt\",\n                                \"data-framer-name\": \"graphic\",\n                                fill: \"black\",\n                                intrinsicHeight: 36,\n                                intrinsicWidth: 36,\n                                name: \"graphic\",\n                                svg: '<svg width=\"36\" height=\"36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M30 2H6a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4ZM6 0a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h24a6 6 0 0 0 6-6V6a6 6 0 0 0-6-6H6Z\" fill=\"#fff\"/><path d=\"M10.865 10.454h2.102l4.943 12.074h.17l4.944-12.073h2.102V25h-1.648V13.949h-.142L18.791 25h-1.59l-4.546-11.051h-.142V25h-1.648V10.454Z\" fill=\"#fff\"/></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\": \"RlM7U2F0b3NoaS1tZWRpdW0=\",\n                                      \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                      \"--framer-font-size\": \"12px\",\n                                      \"--framer-font-weight\": \"500\",\n                                      \"--framer-text-color\": \"rgb(171, 171, 171)\"\n                                    },\n                                    children: \"to activate search\"\n                                  })\n                                }),\n                                className: \"framer-1bisw6o\",\n                                fonts: [\"FS;Satoshi-medium\"],\n                                verticalAlignment: \"top\",\n                                withExternalLayout: true\n                              })]\n                            }), isDisplayed1() && /*#__PURE__*/_jsxs(\"div\", {\n                              className: \"framer-2tf7u5 hidden-czsgnc\",\n                              children: [/*#__PURE__*/_jsx(SVG, {\n                                className: \"framer-d0h4be\",\n                                \"data-framer-name\": \"graphic\",\n                                fill: \"black\",\n                                intrinsicHeight: 36,\n                                intrinsicWidth: 36,\n                                name: \"graphic\",\n                                svg: '<svg width=\"36\" height=\"36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M30 2H6a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4ZM6 0a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h24a6 6 0 0 0 6-6V6a6 6 0 0 0-6-6H6Z\" fill=\"#fff\"/><path d=\"m14.34 24.855-4.22-4.219 4.22-4.218v8.437Zm-1.293-3.452V19.87h12.77v1.534h-12.77Zm11.279 0v-8.948h1.534v8.948h-1.534Zm-4.134-7.414v-1.535h5.625v1.535h-5.625Z\" fill=\"#fff\"/></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\": \"RlM7U2F0b3NoaS1tZWRpdW0=\",\n                                      \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                      \"--framer-font-size\": \"12px\",\n                                      \"--framer-font-weight\": \"500\",\n                                      \"--framer-text-color\": \"rgb(171, 171, 171)\"\n                                    },\n                                    children: \"to reopen website\"\n                                  })\n                                }),\n                                className: \"framer-krb42k\",\n                                fonts: [\"FS;Satoshi-medium\"],\n                                verticalAlignment: \"top\",\n                                withExternalLayout: true\n                              })]\n                            })]\n                          })]\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"div\", {\n                        className: \"framer-ur7kvz\",\n                        children: [/*#__PURE__*/_jsxs(\"div\", {\n                          className: \"framer-dj5qyd\",\n                          children: [/*#__PURE__*/_jsxs(\"div\", {\n                            className: \"framer-vwss8c\",\n                            children: [/*#__PURE__*/_jsx(RichText, {\n                              __fromCanvasComponent: true,\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"p\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"18px\",\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"center\",\n                                    \"--framer-text-color\": \"rgb(255, 174, 0)\"\n                                  },\n                                  children: \"Search meeting transcript\"\n                                })\n                              }),\n                              className: \"framer-17oe26j\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            }), /*#__PURE__*/_jsx(\"div\", {\n                              className: \"framer-jbsxt\",\n                              children: /*#__PURE__*/_jsx(SVG, {\n                                className: \"framer-1wo5w17\",\n                                \"data-framer-name\": \"graphic\",\n                                fill: \"black\",\n                                intrinsicHeight: 24,\n                                intrinsicWidth: 24,\n                                name: \"graphic\",\n                                svg: '<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"11\" cy=\"11\" r=\"7\" stroke=\"#FFAE00\" stroke-width=\"2\"/><path d=\"m20 20-3-3\" stroke=\"#FFAE00\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>',\n                                withExternalLayout: true\n                              })\n                            })]\n                          }), /*#__PURE__*/_jsx(\"div\", {\n                            className: \"framer-14cy95n\",\n                            children: /*#__PURE__*/_jsx(RichText, {\n                              __fromCanvasComponent: true,\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"p\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"left\",\n                                    \"--framer-text-color\": \"rgb(133, 133, 133)\"\n                                  },\n                                  children: \"Supports searching zoom, google meets, teams transcripts from web or native clients.\"\n                                })\n                              }),\n                              className: \"framer-bnew27\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            })\n                          }), /*#__PURE__*/_jsx(\"div\", {\n                            className: \"framer-ur0qvl\",\n                            children: /*#__PURE__*/_jsxs(\"div\", {\n                              className: \"framer-1gd1vdj\",\n                              children: [/*#__PURE__*/_jsx(Image, {\n                                background: {\n                                  alt: \"\",\n                                  fit: \"fill\",\n                                  intrinsicHeight: 160,\n                                  intrinsicWidth: 160,\n                                  loading: \"lazy\",\n                                  pixelHeight: 160,\n                                  pixelWidth: 160,\n                                  src: new URL(\"https://framerusercontent.com/images/rlVCgqtumD92m8CGUjPlyz2eOA.svg\").href\n                                },\n                                className: \"framer-pk7fi7\",\n                                \"data-framer-name\": \"graphic\",\n                                name: \"graphic\"\n                              }), /*#__PURE__*/_jsx(Image, {\n                                background: {\n                                  alt: \"\",\n                                  fit: \"fill\",\n                                  intrinsicHeight: 142,\n                                  intrinsicWidth: 189,\n                                  loading: \"lazy\",\n                                  pixelHeight: 142,\n                                  pixelWidth: 189,\n                                  src: new URL(\"https://framerusercontent.com/images/WlFLvmluOqAn483pekhyU5oWuYI.svg\").href\n                                },\n                                className: \"framer-1qkeotm\",\n                                \"data-framer-name\": \"graphic\",\n                                name: \"graphic\"\n                              }), /*#__PURE__*/_jsx(Image, {\n                                background: {\n                                  alt: \"\",\n                                  fit: \"fill\",\n                                  intrinsicHeight: 166,\n                                  intrinsicWidth: 190,\n                                  loading: \"lazy\",\n                                  pixelHeight: 166,\n                                  pixelWidth: 190,\n                                  src: new URL(\"https://framerusercontent.com/images/AoNvmHljwlaA4NIwj0RRG9s9k.svg\").href\n                                },\n                                className: \"framer-1nhsytd\",\n                                \"data-framer-name\": \"graphic\",\n                                name: \"graphic\"\n                              })]\n                            })\n                          })]\n                        }), /*#__PURE__*/_jsxs(\"div\", {\n                          className: \"framer-13mahu2\",\n                          children: [/*#__PURE__*/_jsxs(\"div\", {\n                            className: \"framer-1nar138\",\n                            children: [/*#__PURE__*/_jsx(RichText, {\n                              __fromCanvasComponent: true,\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"p\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"18px\",\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"center\",\n                                    \"--framer-text-color\": \"rgb(255, 174, 0)\"\n                                  },\n                                  children: \"Copy text by cropping\"\n                                })\n                              }),\n                              className: \"framer-1s8pnjq\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            }), /*#__PURE__*/_jsx(\"div\", {\n                              className: \"framer-1391ki3\",\n                              children: /*#__PURE__*/_jsx(SVG, {\n                                className: \"framer-1l56dc5\",\n                                \"data-framer-name\": \"graphic\",\n                                fill: \"black\",\n                                intrinsicHeight: 24,\n                                intrinsicWidth: 24,\n                                name: \"graphic\",\n                                svg: '<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17 4h.2c1.791 0 2.687 0 3.244.556C21 5.114 21 6.01 21 7.8V8m-4 12h.2c1.791 0 2.687 0 3.244-.556C21 18.887 21 17.99 21 16.2V16M7 4h-.2c-1.791 0-2.687 0-3.243.556C3 5.114 3 6.01 3 7.8V8m4 12h-.2c-1.791 0-2.687 0-3.243-.556C3 18.887 3 17.99 3 16.2V16\" stroke=\"#FFAE00\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>',\n                                withExternalLayout: true\n                              })\n                            })]\n                          }), /*#__PURE__*/_jsx(\"div\", {\n                            className: \"framer-elzlgg\",\n                            children: /*#__PURE__*/_jsx(RichText, {\n                              __fromCanvasComponent: true,\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"p\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"left\",\n                                    \"--framer-text-color\": \"rgb(133, 133, 133)\"\n                                  },\n                                  children: \"Copying text from screenshots is just as easy as cropping the area.\"\n                                })\n                              }),\n                              className: \"framer-1fab19v\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            })\n                          }), /*#__PURE__*/_jsxs(\"div\", {\n                            className: \"framer-14ts9p1\",\n                            children: [/*#__PURE__*/_jsx(\"div\", {\n                              className: \"framer-eccvom\",\n                              \"data-border\": true,\n                              children: /*#__PURE__*/_jsx(RichText, {\n                                __fromCanvasComponent: true,\n                                children: /*#__PURE__*/_jsx(React.Fragment, {\n                                  children: /*#__PURE__*/_jsx(\"p\", {\n                                    style: {\n                                      \"--font-selector\": \"RlM7U2F0b3NoaS1yZWd1bGFy\",\n                                      \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                      \"--framer-font-size\": \"12px\",\n                                      \"--framer-text-color\": \"rgb(250, 250, 250)\"\n                                    },\n                                    children: \"Unlost is super awesome!\"\n                                  })\n                                }),\n                                className: \"framer-crgxvx\",\n                                fonts: [\"FS;Satoshi-regular\"],\n                                verticalAlignment: \"top\",\n                                withExternalLayout: true\n                              })\n                            }), /*#__PURE__*/_jsx(\"div\", {\n                              className: \"framer-16sui4p\",\n                              children: /*#__PURE__*/_jsx(SVG, {\n                                className: \"framer-1ax4b4\",\n                                \"data-framer-name\": \"graphic\",\n                                fill: \"black\",\n                                intrinsicHeight: 30,\n                                intrinsicWidth: 28,\n                                name: \"graphic\",\n                                svg: '<svg width=\"28\" height=\"30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path d=\"M17.923 21.03c.176.42.007 2.015-.923 2.384-.93.37-2.118 0-2.118 0l-2.156-4.312L9 22.828V6l11.414 11.414h-4.253c.21.4 1.54 3.08 1.762 3.616Z\" fill=\"#fff\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 8.414v12l3-3 2.5 5s.676.216 1 0c.324-.216.646-.65.5-1-.688-1.65-2.5-5-2.5-5H18l-8-8Z\" fill=\"#000\"/></g><defs><filter id=\"a\" x=\"7.2\" y=\"5.2\" width=\"15.014\" height=\"21.179\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"1\"/><feGaussianBlur stdDeviation=\".9\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.65 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_689_173\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_689_173\" result=\"shape\"/></filter></defs></svg>',\n                                withExternalLayout: true\n                              })\n                            })]\n                          })]\n                        })]\n                      })]\n                    })\n                  }), /*#__PURE__*/_jsxs(\"div\", {\n                    className: \"framer-1cokd2o\",\n                    children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        Jhlltm21m: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              style: {\n                                \"--font-selector\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                                \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                \"--framer-font-size\": \"28px\",\n                                \"--framer-font-weight\": \"900\",\n                                \"--framer-text-alignment\": \"center\",\n                                \"--framer-text-color\": \"rgb(71, 71, 71)\"\n                              },\n                              children: \"Delegate memory and explore your capicity\"\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\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                              \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                              \"--framer-font-size\": \"48px\",\n                              \"--framer-font-weight\": \"900\",\n                              \"--framer-text-alignment\": \"center\",\n                              \"--framer-text-color\": \"rgb(71, 71, 71)\"\n                            },\n                            children: \"Delegate memory and explore your capicity\"\n                          })\n                        }),\n                        className: \"framer-1jl7cs2\",\n                        fonts: [\"FS;Satoshi-black\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), /*#__PURE__*/_jsx(Container, {\n                      className: \"framer-13hhuhc-container\",\n                      children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          Jhlltm21m: {\n                            variant: \"eiiPNZ0qY\"\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(M1Access, {\n                          height: \"100%\",\n                          id: \"bMsudxiqd\",\n                          layoutId: \"bMsudxiqd\",\n                          variant: \"OFlkMjUGz\",\n                          width: \"100%\"\n                        })\n                      })\n                    })]\n                  }), /*#__PURE__*/_jsxs(\"div\", {\n                    className: \"framer-118xwv2\",\n                    children: [/*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                            \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                            \"--framer-font-size\": \"37px\",\n                            \"--framer-font-weight\": \"900\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(71, 71, 71)\"\n                          },\n                          children: \"FAQ\"\n                        })\n                      }),\n                      className: \"framer-oxssw1\",\n                      fonts: [\"FS;Satoshi-black\"],\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    }), /*#__PURE__*/_jsx(\"div\", {\n                      className: \"framer-1fx2bwl\",\n                      \"data-framer-name\": \"Column\",\n                      name: \"Column\",\n                      children: /*#__PURE__*/_jsx(Container, {\n                        className: \"framer-1v36vmw-container\",\n                        children: /*#__PURE__*/_jsx(AccordionCopy, {\n                          height: \"100%\",\n                          id: \"YbgNfOPE3\",\n                          layoutId: \"YbgNfOPE3\",\n                          style: {\n                            width: \"100%\"\n                          },\n                          width: \"100%\"\n                        })\n                      })\n                    })]\n                  }), /*#__PURE__*/_jsxs(\"div\", {\n                    className: \"framer-1pj1h9c\",\n                    children: [isDisplayed1() && /*#__PURE__*/_jsxs(\"div\", {\n                      className: \"framer-1a208id hidden-czsgnc\",\n                      children: [/*#__PURE__*/_jsxs(\"div\", {\n                        className: \"framer-1kvijeb\",\n                        children: [/*#__PURE__*/_jsx(Link, {\n                          href: {\n                            webPageId: \"vEhBW25cn\"\n                          },\n                          children: /*#__PURE__*/_jsx(\"a\", {\n                            className: \"framer-1p0sg29 framer-1v8xcrk\",\n                            children: /*#__PURE__*/_jsx(RichText, {\n                              __fromCanvasComponent: true,\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"p\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"18px\",\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"center\",\n                                    \"--framer-text-color\": \"rgb(110, 110, 110)\",\n                                    \"--framer-text-transform\": \"uppercase\"\n                                  },\n                                  children: \"Releases\"\n                                })\n                              }),\n                              className: \"framer-1wkkbrg\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            })\n                          })\n                        }), /*#__PURE__*/_jsx(Link, {\n                          href: \"https://liuwingsangvincent.notion.site/Unlost-Guide-4a4051f24cc24b6ab27a934c1c7294de?pvs=4\",\n                          children: /*#__PURE__*/_jsx(\"a\", {\n                            className: \"framer-zcwrgu framer-1v8xcrk\",\n                            children: /*#__PURE__*/_jsx(RichText, {\n                              __fromCanvasComponent: true,\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"p\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"18px\",\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"center\",\n                                    \"--framer-text-color\": \"rgb(110, 110, 110)\",\n                                    \"--framer-text-transform\": \"uppercase\"\n                                  },\n                                  children: \"Support\"\n                                })\n                              }),\n                              className: \"framer-1cgvy97\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            })\n                          })\n                        })]\n                      }), /*#__PURE__*/_jsxs(\"div\", {\n                        className: \"framer-t8r8wq\",\n                        children: [/*#__PURE__*/_jsx(Link, {\n                          href: \"https://twitter.com/unlost_ai\",\n                          children: /*#__PURE__*/_jsx(\"a\", {\n                            className: \"framer-t4bp2i framer-1v8xcrk\",\n                            children: /*#__PURE__*/_jsx(RichText, {\n                              __fromCanvasComponent: true,\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"p\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"18px\",\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-color\": \"rgb(184, 184, 184)\",\n                                    \"--framer-text-transform\": \"uppercase\"\n                                  },\n                                  children: \"Twitter\"\n                                })\n                              }),\n                              className: \"framer-m0f0fp\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            })\n                          })\n                        }), /*#__PURE__*/_jsx(Link, {\n                          href: \"https://www.linkedin.com/company/unlost-ai\",\n                          children: /*#__PURE__*/_jsx(\"a\", {\n                            className: \"framer-a190sj framer-1v8xcrk\",\n                            children: /*#__PURE__*/_jsx(RichText, {\n                              __fromCanvasComponent: true,\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"p\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"18px\",\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-color\": \"rgb(184, 184, 184)\",\n                                    \"--framer-text-transform\": \"uppercase\"\n                                  },\n                                  children: \"Linkedin\"\n                                })\n                              }),\n                              className: \"framer-1sfksmk\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            })\n                          })\n                        }), /*#__PURE__*/_jsx(Overlay, {\n                          children: overlay1sk145f => /*#__PURE__*/_jsx(_Fragment, {\n                            children: /*#__PURE__*/_jsxs(motion.div, {\n                              className: \"framer-1ikqkht\",\n                              onTap: onTap42m929(overlay1sk145f),\n                              children: [/*#__PURE__*/_jsx(RichText, {\n                                __fromCanvasComponent: true,\n                                children: /*#__PURE__*/_jsx(React.Fragment, {\n                                  children: /*#__PURE__*/_jsx(\"p\", {\n                                    style: {\n                                      \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                      \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                      \"--framer-font-size\": \"18px\",\n                                      \"--framer-font-weight\": \"700\",\n                                      \"--framer-text-alignment\": \"center\",\n                                      \"--framer-text-color\": \"rgb(184, 184, 184)\",\n                                      \"--framer-text-transform\": \"uppercase\"\n                                    },\n                                    children: \"Privacy Policy\"\n                                  })\n                                }),\n                                className: \"framer-16h2qwm\",\n                                fonts: [\"FS;Satoshi-bold\"],\n                                verticalAlignment: \"top\",\n                                withExternalLayout: true\n                              }), /*#__PURE__*/_jsx(AnimatePresence, {\n                                children: overlay1sk145f.visible && /*#__PURE__*/_jsx(_Fragment, {\n                                  children: /*#__PURE__*/ReactDOM.createPortal( /*#__PURE__*/_jsxs(React.Fragment, {\n                                    children: [/*#__PURE__*/_jsx(motion.div, {\n                                      animate: {\n                                        opacity: 1,\n                                        transition: {\n                                          delay: 0,\n                                          duration: 0,\n                                          ease: [.5, 0, .88, .77],\n                                          type: \"tween\"\n                                        }\n                                      },\n                                      className: \"framer-1sk145f\",\n                                      exit: {\n                                        opacity: 0,\n                                        transition: {\n                                          delay: 0,\n                                          duration: 0,\n                                          ease: [.12, .23, .5, 1],\n                                          type: \"tween\"\n                                        }\n                                      },\n                                      initial: {\n                                        opacity: 0\n                                      },\n                                      onTap: () => overlay1sk145f.hide()\n                                    }, \"QVL90T54_\"), /*#__PURE__*/_jsxs(\"div\", {\n                                      className: \"framer-lqnm9c\",\n                                      children: [isDisplayed2() && /*#__PURE__*/_jsx(Container, {\n                                        className: \"framer-1bbdt7l-container hidden-eyavr8\",\n                                        children: /*#__PURE__*/_jsx(Embed, {\n                                          height: \"100%\",\n                                          html: '<style>\\n  [data-custom-class=\\'body\\'], [data-custom-class=\\'body\\'] * {\\n          background: transparent !important;\\n        }\\n[data-custom-class=\\'title\\'], [data-custom-class=\\'title\\'] * {\\n          font-family: Arial !important;\\nfont-size: 26px !important;\\ncolor: #000000 !important;\\n        }\\n[data-custom-class=\\'subtitle\\'], [data-custom-class=\\'subtitle\\'] * {\\n          font-family: Arial !important;\\ncolor: #595959 !important;\\nfont-size: 14px !important;\\n        }\\n[data-custom-class=\\'heading_1\\'], [data-custom-class=\\'heading_1\\'] * {\\n          font-family: Arial !important;\\nfont-size: 19px !important;\\ncolor: #000000 !important;\\n        }\\n[data-custom-class=\\'heading_2\\'], [data-custom-class=\\'heading_2\\'] * {\\n          font-family: Arial !important;\\nfont-size: 17px !important;\\ncolor: #000000 !important;\\n        }\\n[data-custom-class=\\'body_text\\'], [data-custom-class=\\'body_text\\'] * {\\n          color: #595959 !important;\\nfont-size: 14px !important;\\nfont-family: Arial !important;\\n        }\\n[data-custom-class=\\'link\\'], [data-custom-class=\\'link\\'] * {\\n          color: #3030F1 !important;\\nfont-size: 14px !important;\\nfont-family: Arial !important;\\nword-break: break-word !important;\\n        }\\n</style>\\n\\n      <div data-custom-class=\"body\">\\n      <div><strong><span style=\"font-size: 26px;\"><span data-custom-class=\"title\"><bdt class=\"block-component\"></bdt><bdt class=\"question\">PRIVACY POLICY</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></strong></div><div><br></div><div><span style=\"color: rgb(127, 127, 127);\"><strong><span style=\"font-size: 15px;\"><span data-custom-class=\"subtitle\">Last updated <bdt class=\"question\">July 27, 2023</bdt></span></span></strong></span></div><div><br></div><div><br></div><div><br></div><div style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\">This privacy notice for <bdt class=\"question\">Unlost AI<bdt class=\"block-component\"></bdt></bdt> (<bdt class=\"block-component\"></bdt>\\'<strong>we</strong>\\', \\'<strong>us</strong>\\', or \\'<strong>our</strong>\\'<bdt class=\"else-block\"></bdt></span><span data-custom-class=\"body_text\">), describes how and why we might collect, store, use, and/or share (<bdt class=\"block-component\"></bdt>\\'<strong>process</strong>\\'<bdt class=\"else-block\"></bdt>) your information when you use our services (<bdt class=\"block-component\"></bdt>\\'<strong>Services</strong>\\'<bdt class=\"else-block\"></bdt>), such as when you:</span></span></span><span style=\"font-size: 15px;\"><span style=\"color: rgb(127, 127, 127);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Visit our website<bdt class=\"block-component\"></bdt> at <bdt class=\"question\">unlost.ai</bdt><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\">, or any website of ours that links to this privacy notice</bdt></span></span></span></span></span></span></span></span></li></ul><div><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(127, 127, 127);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></bdt></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(127, 127, 127);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Engage with us in other related ways, including any sales, marketing, or events<span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(127, 127, 127);\"><span data-custom-class=\"body_text\"><strong>Questions or concerns?\\xa0</strong>Reading this privacy notice will help you understand your privacy rights and choices. If you do not agree with our policies and practices, please do not use our Services. If you still have any questions or concerns, please contact us at <bdt class=\"question\">vince@unlost.ai</bdt>.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><strong><span style=\"font-size: 15px;\"><span data-custom-class=\"heading_1\">SUMMARY OF KEY POINTS</span></span></strong></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong><em>This summary provides key points from our privacy notice, but you can find out more details about any of these topics by clicking the link following each key point or by using our\\xa0</em></strong></span></span><a data-custom-class=\"link\" href=\"#toc\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong><em>table of contents</em></strong></span></span></a><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong><em>\\xa0below to find the section you are looking for.</em></strong></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>What personal information do we process?</strong> When you visit, use, or navigate our Services, we may process personal information depending on how you interact with us and the Services, the choices you make, and the products and features you use. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#personalinfo\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">personal information you disclose to us</span></span></a><span data-custom-class=\"body_text\">.</span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>Do we process any sensitive personal information?</strong> <bdt class=\"block-component\"></bdt>We do not process sensitive personal information.<bdt class=\"else-block\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>Do we receive any information from third parties?</strong> <bdt class=\"block-component\"></bdt>We do not receive any information from third parties.<bdt class=\"else-block\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>How do we process your information?</strong> We process your information to provide, improve, and administer our Services, communicate with you, for security and fraud prevention, and to comply with law. We may also process your information for other purposes with your consent. We process your information only when we have a valid legal reason to do so. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#infouse\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">how we process your information</span></span></a><span data-custom-class=\"body_text\">.</span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>In what situations and with which <bdt class=\"block-component\"></bdt>parties do we share personal information?</strong> We may share information in specific situations and with specific <bdt class=\"block-component\"></bdt>third parties. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#whoshare\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">when and with whom we share your personal information</span></span></a><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">.<bdt class=\"block-component\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>How do we keep your information safe?</strong> We have <bdt class=\"block-component\"></bdt>organisational<bdt class=\"else-block\"></bdt> and technical processes and procedures in place to protect your personal information. However, no electronic transmission over the internet or information storage technology can be guaranteed to be 100% secure, so we cannot promise or guarantee that hackers, cybercriminals, or other <bdt class=\"block-component\"></bdt>unauthorised<bdt class=\"else-block\"></bdt> third parties will not be able to defeat our security and improperly collect, access, steal, or modify your information. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#infosafe\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">how we keep your information safe</span></span></a><span data-custom-class=\"body_text\">.</span><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>What are your rights?</strong> Depending on where you are located geographically, the applicable privacy law may mean you have certain rights regarding your personal information. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#privacyrights\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">your privacy rights</span></span></a><span data-custom-class=\"body_text\">.</span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>How do you exercise your rights?</strong> The easiest way to exercise your rights is by <bdt class=\"block-component\">submitting a\\xa0</bdt></span></span><a data-custom-class=\"link\" href=\"https://app.termly.io/notify/5cea5b9c-adbd-4df2-ad54-87d98353049f\" rel=\"noopener noreferrer\" target=\"_blank\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">data subject access request</span></span></a><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>, or by contacting us. We will consider and act upon any request in accordance with applicable data protection laws.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Want to learn more about what we do with any information we collect?\\xa0</span></span><a data-custom-class=\"link\" href=\"#toc\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Review the privacy notice in full</span></span></a><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><br></div><div id=\"toc\" style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">TABLE OF CONTENTS</span></strong></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infocollect\"><span style=\"color: rgb(89, 89, 89);\">1. WHAT INFORMATION DO WE COLLECT?</span></a></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infouse\"><span style=\"color: rgb(89, 89, 89);\">2. HOW DO WE PROCESS YOUR INFORMATION?<bdt class=\"block-component\"></bdt></span></a></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#legalbases\"><span style=\"color: rgb(89, 89, 89);\">3. <span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\">WHAT LEGAL BASES DO WE RELY ON TO PROCESS YOUR PERSONAL INFORMATION?</span></span><bdt class=\"statement-end-if-in-editor\"></bdt></span></a></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><a data-custom-class=\"link\" href=\"#whoshare\">4. WHEN AND WITH WHOM DO WE SHARE YOUR PERSONAL INFORMATION?</a></span><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></a><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"></bdt></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"></bdt></span></span><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#inforetain\"><span style=\"color: rgb(89, 89, 89);\">5. HOW LONG DO WE KEEP YOUR INFORMATION?</span></a><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infosafe\"><span style=\"color: rgb(89, 89, 89);\">6. HOW DO WE KEEP YOUR INFORMATION SAFE?</span></a><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infominors\"><span style=\"color: rgb(89, 89, 89);\">7. DO WE COLLECT INFORMATION FROM MINORS?</span></a><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><a data-custom-class=\"link\" href=\"#privacyrights\">8. WHAT ARE YOUR PRIVACY RIGHTS?</a></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#DNT\"><span style=\"color: rgb(89, 89, 89);\">9. CONTROLS FOR DO-NOT-TRACK FEATURES</span></a></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#caresidents\"><span style=\"color: rgb(89, 89, 89);\">10. DO CALIFORNIA RESIDENTS HAVE SPECIFIC PRIVACY RIGHTS?</span></a></span><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><a data-custom-class=\"link\" href=\"#virginia\"><span style=\"font-size: 15px;\">11. DO VIRGINIA RESIDENTS HAVE SPECIFIC PRIVACY RIGHTS?</span></a><span style=\"font-size: 15px;\"><bdt class=\"statement-end-if-in-editor\"><span data-custom-class=\"body_text\"></span></bdt></span></div><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></span></bdt></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#policyupdates\"><span style=\"color: rgb(89, 89, 89);\">12. DO WE MAKE UPDATES TO THIS NOTICE?</span></a></span></div><div style=\"line-height: 1.5;\"><a data-custom-class=\"link\" href=\"#contact\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\">13. HOW CAN YOU CONTACT US ABOUT THIS NOTICE?</span></a></div><div style=\"line-height: 1.5;\"><a data-custom-class=\"link\" href=\"#request\"><span style=\"color: rgb(89, 89, 89);\">14. HOW CAN YOU REVIEW, UPDATE, OR DELETE THE DATA WE COLLECT FROM YOU?</span></a></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><br></div><div id=\"infocollect\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">1. WHAT INFORMATION DO WE COLLECT?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"personalinfo\" style=\"line-height: 1.5;\"><span data-custom-class=\"heading_2\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><strong>Personal information you disclose to us</strong></span></span></div><div><div><br></div><div style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:</em></strong></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>\\xa0</em></strong><em>We collect personal information that you provide to us.</em></span></span></span></span></span></span></div></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We collect personal information that you voluntarily provide to us when you <span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span>register on the Services,\\xa0</span><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span><span data-custom-class=\"body_text\">express an interest in obtaining information about us or our products and Services, when you participate in activities on the Services, or otherwise when you contact us.</span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Personal Information Provided by You.</strong> The personal information that we collect depends on the context of your interactions with us and the Services, the choices you make, and the products and features you use. The personal information we collect may include the following:<span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"forloop-component\"></bdt></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"question\">email addresses</bdt></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"forloop-component\"></bdt></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"question\">names</bdt></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"forloop-component\"></bdt></span><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></div><div id=\"sensitiveinfo\" style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>Sensitive Information.</strong> <bdt class=\"block-component\"></bdt>We do not process sensitive information.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"else-block\"></bdt></span></span><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"><bdt class=\"block-component\"></bdt></bdt></span></span></span></span><bdt class=\"block-component\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">All personal information that you provide to us must be true, complete, and accurate, and you must notify us of any changes to such personal information.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"heading_2\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><strong>Information automatically collected</strong></span></span></div><div><div><br></div><div style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:</em></strong></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>\\xa0</em></strong><em>Some information \u2014 such as your Internet Protocol (IP) address and/or browser and device characteristics \u2014 is collected automatically when you visit our Services.</em></span></span></span></span></span></span></div></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We automatically collect certain information when you visit, use, or navigate the Services. This information does not reveal your specific identity (like your name or contact information) but may include device and usage information, such as your IP address, browser and device characteristics, operating system, language preferences, referring URLs, device name, country, location, information about how and when you use our Services, and other technical information. This information is primarily needed to maintain the security and operation of our Services, and for our internal analytics and reporting purposes.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></span></bdt></span><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">The information we collect includes:<bdt class=\"block-component\"></bdt></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><em>Log and Usage Data.</em> Log and usage data is service-related, diagnostic, usage, and performance information our servers automatically collect when you access or use our Services and which we record in log files. Depending on how you interact with us, this log data may include your IP address, device information, browser type, and settings and information about your activity in the Services<span style=\"font-size: 15px;\">\\xa0</span>(such as the date/time stamps associated with your usage, pages and files viewed, searches, and other actions you take such as which features you use), device event information (such as system activity, error reports (sometimes called <bdt class=\"block-component\"></bdt>\\'crash dumps\\' <bdt class=\"else-block\"></bdt>), and hardware settings).<span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><em>Device Data.</em> We collect device data such as information about your computer, phone, tablet, or other device you use to access the Services. Depending on the device used, this device data may include information such as your IP address (or proxy server), device and application identification numbers, location, browser type, hardware model, Internet service provider and/or mobile carrier, operating system, and system configuration information.<span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></span></span></span></span></span></span></li></ul><div><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></bdt><bdt class=\"statement-end-if-in-editor\"></bdt></bdt></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"><bdt class=\"block-component\"></bdt></bdt></span></span></span></span></bdt></span></span></span></span></span></span></span></span><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></div><div id=\"infouse\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">2. HOW DO WE PROCESS YOUR INFORMATION?</span></strong></span></span></span></span></span></div><div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:\\xa0</em></strong><em>We process your information to provide, improve, and administer our Services, communicate with you, for security and fraud prevention, and to comply with law. We may also process your information for other purposes with your consent.</em></span></span></span></span></span></span></div></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>We process your personal information for a variety of reasons, depending on how you interact with our Services, including:</strong><bdt class=\"block-component\"></bdt></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>To facilitate account creation and authentication and otherwise manage user accounts.\\xa0</strong>We may process your information so you can create and log in to your account, as well as keep your account in working order.<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>To deliver and facilitate delivery of services to the user.\\xa0</strong>We may process your information to provide you with the requested service.<span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>To respond to user inquiries/offer support to users.\\xa0</strong>We may process your information to respond to your inquiries and solve any potential issues you might have with the requested service.<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><p style=\"font-size: 15px; line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></span></span></span></span></span></span></span></span></li></ul><p style=\"font-size: 15px; line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></span></span></span></span></span></span></span></span></li></ul><p style=\"font-size: 15px; line-height: 1.5;\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></li></ul><p style=\"font-size: 15px; line-height: 1.5;\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></bdt></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><strong>To save or protect an individual\\'s vital interest.</strong> We may process your information when necessary to save or protect an individual\u2019s vital interest, such as to prevent harm.</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div id=\"legalbases\" style=\"line-height: 1.5;\"><strong><span style=\"font-size: 15px;\"><span data-custom-class=\"heading_1\">3. WHAT LEGAL BASES DO WE RELY ON TO PROCESS YOUR INFORMATION?</span></span></strong></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><em><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>In Short:\\xa0</strong>We only process your personal information when we believe it is necessary and we have a valid legal reason (i.e.<bdt class=\"block-component\"></bdt> legal basis) to do so under applicable law, like with your consent, to comply with laws, to provide you with services to enter into or <bdt class=\"block-component\"></bdt>fulfil<bdt class=\"else-block\"></bdt> our contractual obligations, to protect your rights, or to <bdt class=\"block-component\"></bdt>fulfil<bdt class=\"else-block\"></bdt> our legitimate business interests.</span></span></em><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><em><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong><u>If you are located in the EU or UK, this section applies to you.</u></strong></span></span></em><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">The General Data Protection Regulation (GDPR) and UK GDPR require us to explain the valid legal bases we rely on in order to process your personal information. As such, we may rely on the following legal bases to process your personal information:</span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>Consent.\\xa0</strong>We may process your information if you have given us permission (i.e.<bdt class=\"block-component\"></bdt> consent) to use your personal information for a specific purpose. You can withdraw your consent at any time. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#withdrawconsent\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">withdrawing your consent</span></span></a><span data-custom-class=\"body_text\">.</span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><strong>Performance of a Contract.</strong> We may process your personal information when we believe it is necessary to <bdt class=\"block-component\"></bdt>fulfil<bdt class=\"else-block\"></bdt> our contractual obligations to you, including providing our Services or at your request prior to entering into a contract with you.</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><strong>Legal Obligations.</strong> We may process your information where we believe it is necessary for compliance with our legal obligations, such as to cooperate with a law enforcement body or regulatory agency, exercise or defend our legal rights, or disclose your information as evidence in litigation in which we are involved.<bdt class=\"statement-end-if-in-editor\"></bdt><br></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><strong>Vital Interests.</strong> We may process your information where we believe it is necessary to protect your vital interests or the vital interests of a third party, such as situations involving potential threats to the safety of any person.</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"><bdt class=\"block-component\"></bdt></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><strong><u><em>If you are located in Canada, this section applies to you.</em></u></strong><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">We may process your information if you have given us specific permission (i.e.<bdt class=\"block-component\"></bdt> express consent) to use your personal information for a specific purpose, or in situations where your permission can be inferred (i.e.<bdt class=\"block-component\"></bdt> implied consent). You can\\xa0</span></span><a data-custom-class=\"link\" href=\"#withdrawconsent\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">withdraw your consent</span></span></a><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">\\xa0at any time.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">In some exceptional cases, we may be legally permitted under applicable law to process your information without your consent, including, for example:</span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If collection is clearly in the interests of an individual and consent cannot be obtained in a timely way</span></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">For investigations and fraud detection and prevention<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">For business transactions provided certain conditions are met</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If it is contained in a witness statement and the collection is necessary to assess, process, or settle an insurance claim</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">For identifying injured, ill, or deceased persons and communicating with next of kin</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If we have reasonable grounds to believe an individual has been, is, or may be victim of financial abuse<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If it is reasonable to expect collection and use with consent would compromise the availability or the accuracy of the information and the collection is reasonable for purposes related to investigating a breach of an agreement or a contravention of the laws of Canada or a province<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If disclosure is required to comply with a subpoena, warrant, court order, or rules of the court relating to the production of records<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If it was produced by an individual in the course of their employment, business, or profession and the collection is consistent with the purposes for which the information was produced<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If the collection is solely for journalistic, artistic, or literary purposes<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If the information is publicly available and is specified by the regulations</span><bdt class=\"statement-end-if-in-editor\"><span data-custom-class=\"body_text\"></span></bdt></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div id=\"whoshare\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">4. WHEN AND WITH WHOM DO WE SHARE YOUR PERSONAL INFORMATION?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:</em></strong><em>\\xa0We may share information in specific situations described in this section and/or with the following <bdt class=\"block-component\"></bdt>third parties.</em></span></span>\\xa0</span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">We <bdt class=\"block-component\"></bdt>may need to share your personal information in the following situations:</span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>Business Transfers.</strong> We may share or transfer your information in connection with, or during negotiations of, any merger, sale of company assets, financing, or acquisition of all or a portion of our business to another company.</span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></span></bdt></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"><span data-custom-class=\"heading_1\"></bdt></span></span></span></span></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span><bdt class=\"block-component\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"inforetain\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">5. HOW LONG DO WE KEEP YOUR INFORMATION?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:\\xa0</em></strong><em>We keep your information for as long as necessary to <bdt class=\"block-component\"></bdt>fulfil<bdt class=\"else-block\"></bdt> the purposes outlined in this privacy notice unless otherwise required by law.</em></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We will only keep your personal information for as long as it is necessary for the purposes set out in this privacy notice, unless a longer retention period is required or permitted by law (such as tax, accounting, or other legal requirements).<bdt class=\"block-component\"></bdt> No purpose in this notice will require us keeping your personal information for longer than <span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span><bdt class=\"block-component\"></bdt>the period of time in which users have an account with us<bdt class=\"block-component\"></bdt><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"else-block\"></bdt></span></span></span>.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">When we have no ongoing legitimate business need to process your personal information, we will either delete or <bdt class=\"block-component\"></bdt>anonymise<bdt class=\"else-block\"></bdt> such information, or, if this is not possible (for example, because your personal information has been stored in backup archives), then we will securely store your personal information and isolate it from any further processing until deletion is possible.<span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"></bdt></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"infosafe\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">6. HOW DO WE KEEP YOUR INFORMATION SAFE?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:\\xa0</em></strong><em>We aim to protect your personal information through a system of <bdt class=\"block-component\"></bdt>organisational<bdt class=\"else-block\"></bdt> and technical security measures.</em></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We have implemented appropriate and reasonable technical and <bdt class=\"block-component\"></bdt>organisational<bdt class=\"else-block\"></bdt> security measures designed to protect the security of any personal information we process. However, despite our safeguards and efforts to secure your information, no electronic transmission over the Internet or information storage technology can be guaranteed to be 100% secure, so we cannot promise or guarantee that hackers, cybercriminals, or other <bdt class=\"block-component\"></bdt>unauthorised<bdt class=\"else-block\"></bdt> third parties will not be able to defeat our security and improperly collect, access, steal, or modify your information. Although we will do our best to protect your personal information, transmission of personal information to and from our Services is at your own risk. You should only access the Services within a secure environment.<span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt></span><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"infominors\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">7. DO WE COLLECT INFORMATION FROM MINORS?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:</em></strong><em>\\xa0We do not knowingly collect data from or market to <bdt class=\"block-component\"></bdt>children under 18 years of age<bdt class=\"else-block\"></bdt>.</em><bdt class=\"block-component\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We do not knowingly solicit data from or market to children under 18 years of age. By using the Services, you represent that you are at least 18 or that you are the parent or guardian of such a minor and consent to such minor dependent\u2019s use of the Services. If we learn that personal information from users less than 18 years of age has been collected, we will deactivate the account and take reasonable measures to promptly delete such data from our records. If you become aware of any data we may have collected from children under age 18, please contact us at <span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt><bdt class=\"question\">vince@unlost.ai</bdt><bdt class=\"else-block\"></bdt></span></span>.</span><span data-custom-class=\"body_text\"><bdt class=\"else-block\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"privacyrights\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">8. WHAT ARE YOUR PRIVACY RIGHTS?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:</em></strong><em>\\xa0<span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><em><bdt class=\"block-component\"></bdt></em></span></span></span>In some regions, such as <bdt class=\"block-component\"></bdt>the European Economic Area (EEA), United Kingdom (UK), and Canada<bdt class=\"block-component\"></bdt>, you have rights that allow you greater access to and control over your personal information.<span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><em><bdt class=\"statement-end-if-in-editor\"></bdt></em></span></span>\\xa0</span>You may review, change, or terminate your account at any time.</em><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">In some regions (like <bdt class=\"block-component\"></bdt>the EEA, UK, and Canada<bdt class=\"block-component\"></bdt>), you have certain rights under applicable data protection laws. These may include the right (i) to request access and obtain a copy of your personal information, (ii) to request rectification or erasure; (iii) to restrict the processing of your personal information; and (iv) if applicable, to data portability. In certain circumstances, you may also have the right to object to the processing of your personal information. You can make such a request by contacting us by using the contact details provided in the section <bdt class=\"block-component\"></bdt>\\'<bdt class=\"else-block\"></bdt></span></span></span><a data-custom-class=\"link\" href=\"#contact\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">HOW CAN YOU CONTACT US ABOUT THIS NOTICE?</span></span></span></a><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>\\'<bdt class=\"else-block\"></bdt> below.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We will consider and act upon any request in accordance with applicable data protection laws.</span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\">\\xa0</span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If you are located in the EEA or UK and you believe we are unlawfully processing your personal information, you also have the right to complain to your <span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(48, 48, 241);\"><span data-custom-class=\"body_text\"><a data-custom-class=\"link\" href=\"https://ec.europa.eu/justice/data-protection/bodies/authorities/index_en.htm\" rel=\"noopener noreferrer\" target=\"_blank\"><span style=\"font-size: 15px;\">Member State data protection authority</span></a></span></span></span></span></span> or\\xa0</span></span></span><a href=\"https://ico.org.uk/make-a-complaint/data-protection-complaints/data-protection-complaints/\" rel=\"noopener noreferrer\" target=\"_blank\"><span data-custom-class=\"link\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">UK data protection authority</span></span></span></span></a><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If you are located in Switzerland, you may contact the <span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(48, 48, 241);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"https://www.edoeb.admin.ch/edoeb/en/home.html\" rel=\"noopener noreferrer\" target=\"_blank\">Federal Data Protection and Information Commissioner</a></span></span></span></span></span></span>.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"withdrawconsent\" style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><u>Withdrawing your consent:</u></strong> If we are relying on your consent to process your personal information,<bdt class=\"block-component\"></bdt> which may be express and/or implied consent depending on the applicable law,<bdt class=\"statement-end-if-in-editor\"></bdt> you have the right to withdraw your consent at any time. You can withdraw your consent at any time by contacting us by using the contact details provided in the section <bdt class=\"block-component\"></bdt>\\'<bdt class=\"else-block\"></bdt></span></span></span><a data-custom-class=\"link\" href=\"#contact\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">HOW CAN YOU CONTACT US ABOUT THIS NOTICE?</span></span></span></a><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>\\'<bdt class=\"else-block\"></bdt> below<bdt class=\"block-component\"></bdt> or updating your preferences<bdt class=\"statement-end-if-in-editor\"></bdt>.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">However, please note that this will not affect the lawfulness of the processing before its withdrawal nor,<bdt class=\"block-component\"></bdt> when applicable law allows,<bdt class=\"statement-end-if-in-editor\"></bdt> will it affect the processing of your personal information conducted in reliance on lawful processing grounds other than consent.<bdt class=\"block-component\"></bdt></span></span><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"heading_2\"><strong>Account Information</strong></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If you would at any time like to review or change the information in your account or terminate your account, you can:<bdt class=\"forloop-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"question\">Contact us using the contact information provided.</bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"forloop-component\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Upon your request to terminate your account, we will deactivate or delete your account and information from our active databases. However, we may retain some information in our files to prevent fraud, troubleshoot problems, assist with any investigations, enforce our legal terms and/or comply with applicable legal requirements.</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If you have questions or comments about your privacy rights, you may email us at <bdt class=\"question\">vince@unlost.ai</bdt>.</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div id=\"DNT\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">9. CONTROLS FOR DO-NOT-TRACK FEATURES</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Most web browsers and some mobile operating systems and mobile applications include a Do-Not-Track (<bdt class=\"block-component\"></bdt>\\'DNT\\'<bdt class=\"else-block\"></bdt>) feature or setting you can activate to signal your privacy preference not to have data about your online browsing activities monitored and collected. At this stage no uniform technology standard for <bdt class=\"block-component\"></bdt>recognising<bdt class=\"else-block\"></bdt> and implementing DNT signals has been <bdt class=\"block-component\"></bdt>finalised<bdt class=\"else-block\"></bdt>. As such, we do not currently respond to DNT browser signals or any other mechanism that automatically communicates your choice not to be tracked online. If a standard for online tracking is adopted that we must follow in the future, we will inform you about that practice in a revised version of this privacy notice.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"caresidents\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">10. DO CALIFORNIA RESIDENTS HAVE SPECIFIC PRIVACY RIGHTS?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:\\xa0</em></strong><em>Yes, if you are a resident of California, you are granted specific rights regarding access to your personal information.</em></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">California Civil Code Section 1798.83, also known as the <bdt class=\"block-component\"></bdt>\\'Shine The Light\\'<bdt class=\"else-block\"></bdt> law, permits our users who are California residents to request and obtain from us, once a year and free of charge, information about categories of personal information (if any) we disclosed to third parties for direct marketing purposes and the names and addresses of all third parties with which we shared personal information in the immediately preceding calendar year. If you are a California resident and would like to make such a request, please submit your request in writing to us using the contact information provided below.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If you are under 18 years of age, reside in California, and have a registered account with Services, you have the right to request removal of unwanted data that you publicly post on the Services. To request removal of such data, please contact us using the contact information provided below and include the email address associated with your account and a statement that you reside in California. We will make sure the data is not publicly displayed on the Services, but please be aware that the data may not be completely or comprehensively removed from all our systems (e.g.<bdt class=\"block-component\"></bdt> backups, etc.).<span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"heading_2\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><strong>CCPA Privacy Notice</strong></span></span></div><div><div><br></div><div style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">The California Code of Regulations defines a <bdt class=\"block-component\"></bdt>\\'resident\\'<bdt class=\"else-block\"></bdt> as:</span></span></span></span></span></span></div></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5; margin-left: 20px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">(1) every individual who is in the State of California for other than a temporary or transitory purpose and</span></span></span></div><div style=\"line-height: 1.5; margin-left: 20px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">(2) every individual who is domiciled in the State of California who is outside the State of California for a temporary or transitory purpose</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">All other individuals are defined as <bdt class=\"block-component\"></bdt>\\'non-residents\\'.<bdt class=\"else-block\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If this definition of <bdt class=\"block-component\"></bdt>\\'resident\\'<bdt class=\"else-block\"></bdt> applies to you, we must adhere to certain rights and obligations regarding your personal information.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>What categories of personal information do we collect?</strong></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We have collected the following categories of personal information in the past twelve (12) months:<span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><table style=\"width: 100%;\"><tbody><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Category</strong></span></span></span></td><td style=\"width: 51.4385%; border-top: 1px solid black; border-right: 1px solid black;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Examples</strong></span></span></span></td><td style=\"width: 14.9084%; border-right: 1px solid black; border-top: 1px solid black; text-align: center;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Collected</strong></span></span></span></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">A. Identifiers</span></span></span></div></td><td style=\"width: 51.4385%; border-top: 1px solid black; border-right: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Contact details, such as real name, alias, postal address, telephone or mobile contact number, unique personal identifier, online identifier, Internet Protocol address, email address, and account name</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; vertical-align: middle; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>YES<bdt class=\"else-block\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">B. Personal information categories listed in the California Customer Records statute</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Name, contact information, education, employment, employment history, and financial information</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>YES<bdt class=\"else-block\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">C. Protected classification characteristics under California or federal law</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Gender and date of birth</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">D. Commercial information</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Transaction information, purchase history, financial details, and payment information</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">E. Biometric information</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Fingerprints and voiceprints</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">F. Internet or other similar network activity</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Browsing history, search history, online <bdt class=\"block-component\"></bdt>behaviour<bdt class=\"else-block\"></bdt>, interest data, and interactions with our and other websites, applications, systems, and advertisements</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>YES<bdt class=\"else-block\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">G. Geolocation data</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Device location</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">H. Audio, electronic, visual, thermal, olfactory, or similar information</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Images and audio, video or call recordings created in connection with our business activities</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">I. Professional or employment-related information</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Business contact details in order to provide you our Services at a business level or job title, work history, and professional qualifications if you apply for a job with us</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black; width: 33.8274%;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">J. Education Information</span></span></span></div></td><td style=\"border-right: 1px solid black; border-top: 1px solid black; width: 51.4385%;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Student records and directory information</span></span></span></div></td><td style=\"text-align: center; border-right: 1px solid black; border-top: 1px solid black; width: 14.9084%;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"border-width: 1px; border-color: black; border-style: solid; width: 33.8274%;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">K. Inferences drawn from other personal information</span></span></span></div></td><td style=\"border-bottom: 1px solid black; border-top: 1px solid black; border-right: 1px solid black; width: 51.4385%;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Inferences drawn from any of the collected personal information listed above to create a profile or summary about, for example, an individual\u2019s preferences and characteristics</span></span></span></div></td><td style=\"text-align: center; border-right: 1px solid black; border-bottom: 1px solid black; border-top: 1px solid black; width: 14.9084%;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>YES<bdt class=\"else-block\"></span></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black;\"><span data-custom-class=\"body_text\">L. Sensitive Personal Information</span></td><td style=\"border-right: 1px solid black; border-bottom: 1px solid black; line-height: 1.5;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></span></bdt></td><td data-custom-class=\"body_text\" style=\"border-right: 1px solid black; border-bottom: 1px solid black; text-align: center; line-height: 1.5;\"><br><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt>NO</span><bdt class=\"statement-end-if-in-editor\"><span data-custom-class=\"body_text\"></span></bdt><br><br></td></tr></tbody></table><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></span></bdt><span data-custom-class=\"body_text\">We will use and retain the collected personal information as needed to provide the Services or for:<bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">Category A - <bdt class=\"question\">6 months</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">Category B - <bdt class=\"question\">6 months</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">Category F - <bdt class=\"question\">6 months</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">Category K - <bdt class=\"question\">6 months</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span><bdt class=\"statement-end-if-in-editor\"><span data-custom-class=\"body_text\"></span></bdt></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We may also collect other personal information outside of these categories through instances where you interact with us in person, online, or by phone or mail in the context of:<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Receiving help through our customer support channels;</span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Participation in customer surveys or contests; and</span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Facilitation in the delivery of our Services and to respond to your inquiries.</span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>How do we use and share your personal information?</strong></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></bdt></bdt></span></span><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">More information about our data collection and sharing practices can be found in this privacy notice<bdt class=\"block-component\"></bdt>.</span></span></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You may contact us <span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span>by email at\\xa0</span><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"question\">vince@unlost.ai</bdt>, <bdt class=\"statement-end-if-in-editor\"></bdt><bdt class=\"block-component\"></bdt></span><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span><span data-custom-class=\"body_text\">or by referring to the contact details at the bottom of this document.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If you are using an <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent to exercise your right to opt out we may deny a request if the <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent does not submit proof that they have been validly <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> to act on your behalf.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Will your information be shared with anyone else?</strong></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We may disclose your personal information with our service providers pursuant to a written contract between us and each service provider. Each service provider is a for-profit entity that processes the information on our behalf, following the same strict privacy protection obligations mandated by the CCPA.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We may use your personal information for our own business purposes, such as for undertaking internal research for technological development and demonstration. This is not considered to be <bdt class=\"block-component\"></bdt>\\'selling\\'<bdt class=\"else-block\"></bdt> of your personal information.<span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We have not disclosed, sold, or shared any personal information to third parties for a business or commercial purpose in the preceding twelve (12) months. We<span style=\"color: rgb(89, 89, 89);\">\\xa0</span>will not sell or share personal information in the future belonging to website visitors, users, and other consumers.<span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Your rights with respect to your personal data</strong></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><u>Right to request deletion of the data \u2014 Request to delete</u></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You can ask for the deletion of your personal information. If you ask us to delete your personal information, we will respect your request and delete your personal information, subject to certain exceptions provided by law, such as (but not limited to) the exercise by another consumer of his or her right to free speech, our compliance requirements resulting from a legal obligation, or any processing that may be required to protect against illegal activities.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><u>Right to be informed \u2014 Request to know</u></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Depending on the circumstances, you have a right to know:<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">whether we collect and use your personal information;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">the categories of personal information that we collect;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">the purposes for which the collected personal information is used;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">whether we sell or share personal information to third parties;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">the categories of personal information that we sold, shared, or disclosed for a business purpose;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">the categories of third parties to whom the personal information was sold, shared, or disclosed for a business purpose;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">the business or commercial purpose for collecting, selling, or sharing personal information; and<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">the specific pieces of personal information we collected about you.<bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">In accordance with applicable law, we are not obligated to provide or delete consumer information that is de-identified in response to a consumer request or to re-identify individual data to verify a consumer request.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><u>Right to Non-Discrimination for the Exercise of a Consumer\u2019s Privacy Rights</u></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We will not discriminate against you if you exercise your privacy rights.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><u><span data-custom-class=\"body_text\">Right to Limit Use and Disclosure of Sensitive Personal Information</span></u></div><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">We do not process consumer\\'s sensitive personal information.</span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><bdt class=\"statement-end-if-in-editor\"><span data-custom-class=\"body_text\"></span></bdt></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><u>Verification process</u></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Upon receiving your request, we will need to verify your identity to determine you are the same person about whom we have the information in our system. These verification efforts require us to ask you to provide information so that we can match it with information you have previously provided us. For instance, depending on the type of request you submit, we may ask you to provide certain information so that we can match the information you provide with the information we already have on file, or we may contact you through a communication method (e.g.<bdt class=\"block-component\"></bdt> phone or email) that you have previously provided to us. We may also use other verification methods as the circumstances dictate.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We will only use personal information provided in your request to verify your identity or authority to make the request. To the extent possible, we will avoid requesting additional information from you for the purposes of verification. However, if we cannot verify your identity from the information already maintained by us, we may request that you provide additional information for the purposes of verifying your identity and for security or fraud-prevention purposes. We will delete such additionally provided information as soon as we finish verifying you.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><u>Other privacy rights</u></span></span></span></div><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You may object to the processing of your personal information.<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You may request correction of your personal data if it is incorrect or no longer relevant, or ask to restrict the processing of the information.<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You can designate an <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent to make a request under the CCPA on your behalf. We may deny a request from an <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent that does not submit proof that they have been validly <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> to act on your behalf in accordance with the CCPA.<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You may request to opt out from future selling or sharing of your personal information to third parties. Upon receiving an opt-out request, we will act upon the request as soon as feasibly possible, but no later than fifteen (15) days from the date of the request submission.<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">To exercise these rights, you can contact us\\xa0</span><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>by email at <bdt class=\"question\">vince@unlost.ai</bdt>, <bdt class=\"statement-end-if-in-editor\"></bdt><bdt class=\"block-component\"></bdt></span><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span><span data-custom-class=\"body_text\">or by referring to the contact details at the bottom of this document. If you have a complaint about how we handle your data, we would like to hear from you.</span><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"><bdt class=\"block-component\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"><bdt class=\"statement-end-if-in-editor\"></bdt></bdt></span></span></span></span></span></span></span></span></span></span></span></bdt></span></span></span></span></span></span></span></span></span></span><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></span></bdt></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span id=\"virginia\" style=\"font-size: 15px;\"><strong><span data-custom-class=\"heading_1\">11. DO VIRGINIA RESIDENTS HAVE SPECIFIC PRIVACY RIGHTS?</span></strong></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><em><strong><span data-custom-class=\"body_text\">In Short:</span></strong><span data-custom-class=\"body_text\">\\xa0Yes, if you are a resident of Virginia, you may be granted specific rights regarding access to and use of your personal information.</span></em></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><strong><span data-custom-class=\"heading_2\">Virginia CDPA Privacy Notice</span></strong></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Under the Virginia Consumer Data Protection Act (CDPA):</span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>\\'Consumer\\'<bdt class=\"else-block\"></bdt> means a natural person who is a resident of the Commonwealth acting only in an individual or household context. It does not include a natural person acting in a commercial or employment context.</span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>\\'Personal data\\'<bdt class=\"else-block\"></bdt> means any information that is linked or reasonably linkable to an identified or identifiable natural person. <bdt class=\"block-component\"></bdt>\\'Personal data\\'<bdt class=\"else-block\"></bdt> does not include de-identified data or publicly available information.</span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span><span data-custom-class=\"body_text\">\\'Sale of personal data\\'<bdt class=\"else-block\"></bdt> means the exchange of personal data for monetary consideration.</span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If this definition <bdt class=\"block-component\"></bdt>\\'consumer\\'<bdt class=\"else-block\"></bdt> applies to you, we must adhere to certain rights and obligations regarding your personal data.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">The information we collect, use, and disclose about you will vary depending on how you interact with us and our Services. To find out more, please visit the following links:</span><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infocollect\">Personal data we collect</a><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infouse\">How we use your personal data</a><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#whoshare\">When and with whom we share your personal data</a><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><u><span data-custom-class=\"body_text\">Your rights with respect to your personal data</span></u></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to be informed whether or not we are processing your personal data</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to access your personal data</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to correct inaccuracies in your personal data</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to request deletion of your personal data</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to obtain a copy of the personal data you previously shared with us</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to opt out of the processing of your personal data if it is used for targeted advertising, the sale of personal data, or profiling in furtherance of decisions that produce legal or similarly significant effects (<bdt class=\"block-component\"></bdt>\\'profiling\\'<bdt class=\"else-block\"></bdt>)</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"></span></bdt></li></ul><div data-custom-class=\"body_text\" style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\" style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt>We have not sold any personal data to third parties for business or commercial purposes. We will not sell personal data in the future belonging to website visitors, users, and other consumers.<bdt class=\"else-block\"></bdt></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><u><span data-custom-class=\"body_text\" style=\"font-size: 15px;\">Exercise your rights provided under the Virginia CDPA</span></u></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\" style=\"font-size: 15px;\">More information about our data collection and sharing practices can be found in this privacy notice<bdt class=\"block-component\"></bdt>.</span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"></bdt><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">You may contact us by email at <bdt class=\"question\">vince@unlost.ai</bdt>, <bdt class=\"block-component\"></bdt>by submitting a\\xa0</span><a href=\"https://app.termly.io/notify/5cea5b9c-adbd-4df2-ad54-87d98353049f\" rel=\"noopener noreferrer\" target=\"_blank\"><span data-custom-class=\"link\">data subject access request</span></a><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>, or by referring to the contact details at the bottom of this document.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If you are using an <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent to exercise your rights, we may deny a request if the <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent does not submit proof that they have been validly <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> to act on your behalf.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><u><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Verification process</span></span></u></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">We may request that you provide additional information reasonably necessary to verify you and your consumer\\'s request. If you submit the request through an <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent, we may need to collect additional information to verify your identity before processing your request.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Upon receiving your request, we will respond without undue delay, but in all cases, within forty-five (45) days of receipt. The response period may be extended once by forty-five (45) additional days when reasonably necessary. We will inform you of any such extension within the initial 45-day response period, together with the reason for the extension.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><u><span data-custom-class=\"body_text\">Right to appeal</span></u></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If we decline to take action regarding your request, we will inform you of our decision and reasoning behind it.\\xa0</span><span data-custom-class=\"body_text\">If you wish to appeal our decision, please email us at <bdt class=\"block-component\"></bdt><bdt class=\"question\">vince@unlost.ai</bdt><bdt class=\"else-block\"></bdt>. Within sixty (60) days of receipt of an appeal, we will inform you in writing of any action taken or not taken in response to the appeal, including a written explanation of the reasons for the decisions. If your appeal if denied, you may contact the\\xa0</span></span><a href=\"https://www.oag.state.va.us/consumer-protection/index.php/file-a-complaint\" rel=\"noopener noreferrer\" target=\"_blank\"><span style=\"font-size: 15px;\"><span data-custom-class=\"link\">Attorney General to submit a complaint</span></span></a><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">.</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></div><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div id=\"policyupdates\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">12. DO WE MAKE UPDATES TO THIS NOTICE?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><em><strong>In Short:\\xa0</strong>Yes, we will update this notice as necessary to stay compliant with relevant laws.</em></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We may update this privacy notice from time to time. The updated version will be indicated by an updated <bdt class=\"block-component\"></bdt>\\'Revised\\'<bdt class=\"else-block\"></bdt> date and the updated version will be effective as soon as it is accessible. If we make material changes to this privacy notice, we may notify you either by prominently posting a notice of such changes or by directly sending you a notification. We encourage you to review this privacy notice frequently to be informed of how we are protecting your information.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"contact\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">13. HOW CAN YOU CONTACT US ABOUT THIS NOTICE?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If you have questions or comments about this notice, you may <span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>email us at <bdt class=\"question\">vince@unlost.ai</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></span><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">\\xa0or contact us by post at:</span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"question\">Unlost AI</bdt></span></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></bdt></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"question\">__________</bdt><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></span></bdt></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"question\">__________</bdt><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></span></span></bdt><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"question\">United Kingdom</bdt><bdt class=\"else-block\"></span></span></bdt><span data-custom-class=\"body_text\" style=\"font-size: 15px;\"><bdt class=\"question\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"else-block\"></bdt></span></span></span></bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></bdt></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"><bdt class=\"block-component\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"request\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">14. HOW CAN YOU REVIEW, UPDATE, OR DELETE THE DATA WE COLLECT FROM YOU?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>Based on the applicable laws of your country, you may have the right to request access to the personal information we collect from you, change that information, or delete it. <bdt class=\"else-block\"><bdt class=\"block-component\"></bdt>To request to review, update, or delete your personal information, please <bdt class=\"block-component\"></bdt>fill out and submit a\\xa0</span><span style=\"color: rgb(48, 48, 241);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"https://app.termly.io/notify/5cea5b9c-adbd-4df2-ad54-87d98353049f\" rel=\"noopener noreferrer\" target=\"_blank\">data subject access request</a></span></span></span><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt></span></span><span data-custom-class=\"body_text\">.</span></span></span></div><style>\\n      ul {\\n        list-style-type: square;\\n      }\\n      ul > li > ul {\\n        list-style-type: circle;\\n      }\\n      ul > li > ul > li > ul {\\n        list-style-type: square;\\n      }\\n      ol li {\\n        font-family: Arial ;\\n      }\\n    </style>\\n      </div>\\n      <div style=\"color: #595959;font-size: 14px;font-family: Arial;padding-top:16px;\">\\n      This privacy policy was created using Termly\\'s <a style=\"color: rgb(48, 48, 241) !important;\" href=\"https://termly.io/products/privacy-policy-generator/\">Privacy Policy Generator</a>.\\n      </div>',\n                                          id: \"BaGBM4lC3\",\n                                          layoutId: \"BaGBM4lC3\",\n                                          style: {\n                                            height: \"100%\",\n                                            width: \"100%\"\n                                          },\n                                          type: \"html\",\n                                          url: \"\",\n                                          width: \"100%\"\n                                        })\n                                      }), isDisplayed3() && /*#__PURE__*/_jsx(Container, {\n                                        className: \"framer-1sl69ag-container hidden-juvcvc\",\n                                        children: /*#__PURE__*/_jsx(Embed, {\n                                          height: \"100%\",\n                                          html: '<style>\\n  [data-custom-class=\\'body\\'], [data-custom-class=\\'body\\'] * {\\n          background: transparent !important;\\n        }\\n[data-custom-class=\\'title\\'], [data-custom-class=\\'title\\'] * {\\n          font-family: Arial !important;\\nfont-size: 26px !important;\\ncolor: #000000 !important;\\n        }\\n[data-custom-class=\\'subtitle\\'], [data-custom-class=\\'subtitle\\'] * {\\n          font-family: Arial !important;\\ncolor: #595959 !important;\\nfont-size: 14px !important;\\n        }\\n[data-custom-class=\\'heading_1\\'], [data-custom-class=\\'heading_1\\'] * {\\n          font-family: Arial !important;\\nfont-size: 19px !important;\\ncolor: #000000 !important;\\n        }\\n[data-custom-class=\\'heading_2\\'], [data-custom-class=\\'heading_2\\'] * {\\n          font-family: Arial !important;\\nfont-size: 17px !important;\\ncolor: #000000 !important;\\n        }\\n[data-custom-class=\\'body_text\\'], [data-custom-class=\\'body_text\\'] * {\\n          color: #595959 !important;\\nfont-size: 14px !important;\\nfont-family: Arial !important;\\n        }\\n[data-custom-class=\\'link\\'], [data-custom-class=\\'link\\'] * {\\n          color: #3030F1 !important;\\nfont-size: 14px !important;\\nfont-family: Arial !important;\\nword-break: break-word !important;\\n        }\\n</style>\\n\\n      <div data-custom-class=\"body\">\\n      <div><strong><span style=\"font-size: 26px;\"><span data-custom-class=\"title\"><bdt class=\"block-component\"></bdt><bdt class=\"question\">PRIVACY POLICY</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></strong></div><div><br></div><div><span style=\"color: rgb(127, 127, 127);\"><strong><span style=\"font-size: 15px;\"><span data-custom-class=\"subtitle\">Last updated <bdt class=\"question\">July 27, 2023</bdt></span></span></strong></span></div><div><br></div><div><br></div><div><br></div><div style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\">This privacy notice for <bdt class=\"question\">Unlost AI<bdt class=\"block-component\"></bdt></bdt> (<bdt class=\"block-component\"></bdt>\\'<strong>we</strong>\\', \\'<strong>us</strong>\\', or \\'<strong>our</strong>\\'<bdt class=\"else-block\"></bdt></span><span data-custom-class=\"body_text\">), describes how and why we might collect, store, use, and/or share (<bdt class=\"block-component\"></bdt>\\'<strong>process</strong>\\'<bdt class=\"else-block\"></bdt>) your information when you use our services (<bdt class=\"block-component\"></bdt>\\'<strong>Services</strong>\\'<bdt class=\"else-block\"></bdt>), such as when you:</span></span></span><span style=\"font-size: 15px;\"><span style=\"color: rgb(127, 127, 127);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Visit our website<bdt class=\"block-component\"></bdt> at <bdt class=\"question\">unlost.ai</bdt><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\">, or any website of ours that links to this privacy notice</bdt></span></span></span></span></span></span></span></span></li></ul><div><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(127, 127, 127);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></bdt></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(127, 127, 127);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Engage with us in other related ways, including any sales, marketing, or events<span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(127, 127, 127);\"><span data-custom-class=\"body_text\"><strong>Questions or concerns?\\xa0</strong>Reading this privacy notice will help you understand your privacy rights and choices. If you do not agree with our policies and practices, please do not use our Services. If you still have any questions or concerns, please contact us at <bdt class=\"question\">vince@unlost.ai</bdt>.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><strong><span style=\"font-size: 15px;\"><span data-custom-class=\"heading_1\">SUMMARY OF KEY POINTS</span></span></strong></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong><em>This summary provides key points from our privacy notice, but you can find out more details about any of these topics by clicking the link following each key point or by using our\\xa0</em></strong></span></span><a data-custom-class=\"link\" href=\"#toc\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong><em>table of contents</em></strong></span></span></a><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong><em>\\xa0below to find the section you are looking for.</em></strong></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>What personal information do we process?</strong> When you visit, use, or navigate our Services, we may process personal information depending on how you interact with us and the Services, the choices you make, and the products and features you use. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#personalinfo\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">personal information you disclose to us</span></span></a><span data-custom-class=\"body_text\">.</span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>Do we process any sensitive personal information?</strong> <bdt class=\"block-component\"></bdt>We do not process sensitive personal information.<bdt class=\"else-block\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>Do we receive any information from third parties?</strong> <bdt class=\"block-component\"></bdt>We do not receive any information from third parties.<bdt class=\"else-block\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>How do we process your information?</strong> We process your information to provide, improve, and administer our Services, communicate with you, for security and fraud prevention, and to comply with law. We may also process your information for other purposes with your consent. We process your information only when we have a valid legal reason to do so. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#infouse\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">how we process your information</span></span></a><span data-custom-class=\"body_text\">.</span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>In what situations and with which <bdt class=\"block-component\"></bdt>parties do we share personal information?</strong> We may share information in specific situations and with specific <bdt class=\"block-component\"></bdt>third parties. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#whoshare\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">when and with whom we share your personal information</span></span></a><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">.<bdt class=\"block-component\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>How do we keep your information safe?</strong> We have <bdt class=\"block-component\"></bdt>organisational<bdt class=\"else-block\"></bdt> and technical processes and procedures in place to protect your personal information. However, no electronic transmission over the internet or information storage technology can be guaranteed to be 100% secure, so we cannot promise or guarantee that hackers, cybercriminals, or other <bdt class=\"block-component\"></bdt>unauthorised<bdt class=\"else-block\"></bdt> third parties will not be able to defeat our security and improperly collect, access, steal, or modify your information. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#infosafe\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">how we keep your information safe</span></span></a><span data-custom-class=\"body_text\">.</span><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>What are your rights?</strong> Depending on where you are located geographically, the applicable privacy law may mean you have certain rights regarding your personal information. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#privacyrights\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">your privacy rights</span></span></a><span data-custom-class=\"body_text\">.</span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>How do you exercise your rights?</strong> The easiest way to exercise your rights is by <bdt class=\"block-component\">submitting a\\xa0</bdt></span></span><a data-custom-class=\"link\" href=\"https://app.termly.io/notify/5cea5b9c-adbd-4df2-ad54-87d98353049f\" rel=\"noopener noreferrer\" target=\"_blank\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">data subject access request</span></span></a><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>, or by contacting us. We will consider and act upon any request in accordance with applicable data protection laws.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Want to learn more about what we do with any information we collect?\\xa0</span></span><a data-custom-class=\"link\" href=\"#toc\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Review the privacy notice in full</span></span></a><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><br></div><div id=\"toc\" style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">TABLE OF CONTENTS</span></strong></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infocollect\"><span style=\"color: rgb(89, 89, 89);\">1. WHAT INFORMATION DO WE COLLECT?</span></a></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infouse\"><span style=\"color: rgb(89, 89, 89);\">2. HOW DO WE PROCESS YOUR INFORMATION?<bdt class=\"block-component\"></bdt></span></a></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#legalbases\"><span style=\"color: rgb(89, 89, 89);\">3. <span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\">WHAT LEGAL BASES DO WE RELY ON TO PROCESS YOUR PERSONAL INFORMATION?</span></span><bdt class=\"statement-end-if-in-editor\"></bdt></span></a></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><a data-custom-class=\"link\" href=\"#whoshare\">4. WHEN AND WITH WHOM DO WE SHARE YOUR PERSONAL INFORMATION?</a></span><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></a><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"></bdt></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"></bdt></span></span><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#inforetain\"><span style=\"color: rgb(89, 89, 89);\">5. HOW LONG DO WE KEEP YOUR INFORMATION?</span></a><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infosafe\"><span style=\"color: rgb(89, 89, 89);\">6. HOW DO WE KEEP YOUR INFORMATION SAFE?</span></a><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infominors\"><span style=\"color: rgb(89, 89, 89);\">7. DO WE COLLECT INFORMATION FROM MINORS?</span></a><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><a data-custom-class=\"link\" href=\"#privacyrights\">8. WHAT ARE YOUR PRIVACY RIGHTS?</a></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#DNT\"><span style=\"color: rgb(89, 89, 89);\">9. CONTROLS FOR DO-NOT-TRACK FEATURES</span></a></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#caresidents\"><span style=\"color: rgb(89, 89, 89);\">10. DO CALIFORNIA RESIDENTS HAVE SPECIFIC PRIVACY RIGHTS?</span></a></span><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><a data-custom-class=\"link\" href=\"#virginia\"><span style=\"font-size: 15px;\">11. DO VIRGINIA RESIDENTS HAVE SPECIFIC PRIVACY RIGHTS?</span></a><span style=\"font-size: 15px;\"><bdt class=\"statement-end-if-in-editor\"><span data-custom-class=\"body_text\"></span></bdt></span></div><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></span></bdt></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#policyupdates\"><span style=\"color: rgb(89, 89, 89);\">12. DO WE MAKE UPDATES TO THIS NOTICE?</span></a></span></div><div style=\"line-height: 1.5;\"><a data-custom-class=\"link\" href=\"#contact\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\">13. HOW CAN YOU CONTACT US ABOUT THIS NOTICE?</span></a></div><div style=\"line-height: 1.5;\"><a data-custom-class=\"link\" href=\"#request\"><span style=\"color: rgb(89, 89, 89);\">14. HOW CAN YOU REVIEW, UPDATE, OR DELETE THE DATA WE COLLECT FROM YOU?</span></a></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><br></div><div id=\"infocollect\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">1. WHAT INFORMATION DO WE COLLECT?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"personalinfo\" style=\"line-height: 1.5;\"><span data-custom-class=\"heading_2\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><strong>Personal information you disclose to us</strong></span></span></div><div><div><br></div><div style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:</em></strong></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>\\xa0</em></strong><em>We collect personal information that you provide to us.</em></span></span></span></span></span></span></div></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We collect personal information that you voluntarily provide to us when you <span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span>register on the Services,\\xa0</span><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span><span data-custom-class=\"body_text\">express an interest in obtaining information about us or our products and Services, when you participate in activities on the Services, or otherwise when you contact us.</span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Personal Information Provided by You.</strong> The personal information that we collect depends on the context of your interactions with us and the Services, the choices you make, and the products and features you use. The personal information we collect may include the following:<span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"forloop-component\"></bdt></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"question\">email addresses</bdt></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"forloop-component\"></bdt></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"question\">names</bdt></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"forloop-component\"></bdt></span><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></div><div id=\"sensitiveinfo\" style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>Sensitive Information.</strong> <bdt class=\"block-component\"></bdt>We do not process sensitive information.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"else-block\"></bdt></span></span><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"><bdt class=\"block-component\"></bdt></bdt></span></span></span></span><bdt class=\"block-component\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">All personal information that you provide to us must be true, complete, and accurate, and you must notify us of any changes to such personal information.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"heading_2\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><strong>Information automatically collected</strong></span></span></div><div><div><br></div><div style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:</em></strong></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>\\xa0</em></strong><em>Some information \u2014 such as your Internet Protocol (IP) address and/or browser and device characteristics \u2014 is collected automatically when you visit our Services.</em></span></span></span></span></span></span></div></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We automatically collect certain information when you visit, use, or navigate the Services. This information does not reveal your specific identity (like your name or contact information) but may include device and usage information, such as your IP address, browser and device characteristics, operating system, language preferences, referring URLs, device name, country, location, information about how and when you use our Services, and other technical information. This information is primarily needed to maintain the security and operation of our Services, and for our internal analytics and reporting purposes.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></span></bdt></span><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">The information we collect includes:<bdt class=\"block-component\"></bdt></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><em>Log and Usage Data.</em> Log and usage data is service-related, diagnostic, usage, and performance information our servers automatically collect when you access or use our Services and which we record in log files. Depending on how you interact with us, this log data may include your IP address, device information, browser type, and settings and information about your activity in the Services<span style=\"font-size: 15px;\">\\xa0</span>(such as the date/time stamps associated with your usage, pages and files viewed, searches, and other actions you take such as which features you use), device event information (such as system activity, error reports (sometimes called <bdt class=\"block-component\"></bdt>\\'crash dumps\\' <bdt class=\"else-block\"></bdt>), and hardware settings).<span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><em>Device Data.</em> We collect device data such as information about your computer, phone, tablet, or other device you use to access the Services. Depending on the device used, this device data may include information such as your IP address (or proxy server), device and application identification numbers, location, browser type, hardware model, Internet service provider and/or mobile carrier, operating system, and system configuration information.<span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></span></span></span></span></span></span></li></ul><div><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></bdt><bdt class=\"statement-end-if-in-editor\"></bdt></bdt></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"><bdt class=\"block-component\"></bdt></bdt></span></span></span></span></bdt></span></span></span></span></span></span></span></span><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></div><div id=\"infouse\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">2. HOW DO WE PROCESS YOUR INFORMATION?</span></strong></span></span></span></span></span></div><div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:\\xa0</em></strong><em>We process your information to provide, improve, and administer our Services, communicate with you, for security and fraud prevention, and to comply with law. We may also process your information for other purposes with your consent.</em></span></span></span></span></span></span></div></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>We process your personal information for a variety of reasons, depending on how you interact with our Services, including:</strong><bdt class=\"block-component\"></bdt></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>To facilitate account creation and authentication and otherwise manage user accounts.\\xa0</strong>We may process your information so you can create and log in to your account, as well as keep your account in working order.<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>To deliver and facilitate delivery of services to the user.\\xa0</strong>We may process your information to provide you with the requested service.<span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>To respond to user inquiries/offer support to users.\\xa0</strong>We may process your information to respond to your inquiries and solve any potential issues you might have with the requested service.<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><p style=\"font-size: 15px; line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></span></span></span></span></span></span></span></span></li></ul><p style=\"font-size: 15px; line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></span></span></span></span></span></span></span></span></li></ul><p style=\"font-size: 15px; line-height: 1.5;\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></li></ul><p style=\"font-size: 15px; line-height: 1.5;\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></bdt></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><strong>To save or protect an individual\\'s vital interest.</strong> We may process your information when necessary to save or protect an individual\u2019s vital interest, such as to prevent harm.</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div id=\"legalbases\" style=\"line-height: 1.5;\"><strong><span style=\"font-size: 15px;\"><span data-custom-class=\"heading_1\">3. WHAT LEGAL BASES DO WE RELY ON TO PROCESS YOUR INFORMATION?</span></span></strong></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><em><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>In Short:\\xa0</strong>We only process your personal information when we believe it is necessary and we have a valid legal reason (i.e.<bdt class=\"block-component\"></bdt> legal basis) to do so under applicable law, like with your consent, to comply with laws, to provide you with services to enter into or <bdt class=\"block-component\"></bdt>fulfil<bdt class=\"else-block\"></bdt> our contractual obligations, to protect your rights, or to <bdt class=\"block-component\"></bdt>fulfil<bdt class=\"else-block\"></bdt> our legitimate business interests.</span></span></em><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><em><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong><u>If you are located in the EU or UK, this section applies to you.</u></strong></span></span></em><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">The General Data Protection Regulation (GDPR) and UK GDPR require us to explain the valid legal bases we rely on in order to process your personal information. As such, we may rely on the following legal bases to process your personal information:</span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>Consent.\\xa0</strong>We may process your information if you have given us permission (i.e.<bdt class=\"block-component\"></bdt> consent) to use your personal information for a specific purpose. You can withdraw your consent at any time. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#withdrawconsent\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">withdrawing your consent</span></span></a><span data-custom-class=\"body_text\">.</span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><strong>Performance of a Contract.</strong> We may process your personal information when we believe it is necessary to <bdt class=\"block-component\"></bdt>fulfil<bdt class=\"else-block\"></bdt> our contractual obligations to you, including providing our Services or at your request prior to entering into a contract with you.</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><strong>Legal Obligations.</strong> We may process your information where we believe it is necessary for compliance with our legal obligations, such as to cooperate with a law enforcement body or regulatory agency, exercise or defend our legal rights, or disclose your information as evidence in litigation in which we are involved.<bdt class=\"statement-end-if-in-editor\"></bdt><br></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><strong>Vital Interests.</strong> We may process your information where we believe it is necessary to protect your vital interests or the vital interests of a third party, such as situations involving potential threats to the safety of any person.</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"><bdt class=\"block-component\"></bdt></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><strong><u><em>If you are located in Canada, this section applies to you.</em></u></strong><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">We may process your information if you have given us specific permission (i.e.<bdt class=\"block-component\"></bdt> express consent) to use your personal information for a specific purpose, or in situations where your permission can be inferred (i.e.<bdt class=\"block-component\"></bdt> implied consent). You can\\xa0</span></span><a data-custom-class=\"link\" href=\"#withdrawconsent\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">withdraw your consent</span></span></a><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">\\xa0at any time.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">In some exceptional cases, we may be legally permitted under applicable law to process your information without your consent, including, for example:</span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If collection is clearly in the interests of an individual and consent cannot be obtained in a timely way</span></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">For investigations and fraud detection and prevention<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">For business transactions provided certain conditions are met</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If it is contained in a witness statement and the collection is necessary to assess, process, or settle an insurance claim</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">For identifying injured, ill, or deceased persons and communicating with next of kin</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If we have reasonable grounds to believe an individual has been, is, or may be victim of financial abuse<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If it is reasonable to expect collection and use with consent would compromise the availability or the accuracy of the information and the collection is reasonable for purposes related to investigating a breach of an agreement or a contravention of the laws of Canada or a province<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If disclosure is required to comply with a subpoena, warrant, court order, or rules of the court relating to the production of records<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If it was produced by an individual in the course of their employment, business, or profession and the collection is consistent with the purposes for which the information was produced<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If the collection is solely for journalistic, artistic, or literary purposes<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If the information is publicly available and is specified by the regulations</span><bdt class=\"statement-end-if-in-editor\"><span data-custom-class=\"body_text\"></span></bdt></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div id=\"whoshare\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">4. WHEN AND WITH WHOM DO WE SHARE YOUR PERSONAL INFORMATION?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:</em></strong><em>\\xa0We may share information in specific situations described in this section and/or with the following <bdt class=\"block-component\"></bdt>third parties.</em></span></span>\\xa0</span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">We <bdt class=\"block-component\"></bdt>may need to share your personal information in the following situations:</span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>Business Transfers.</strong> We may share or transfer your information in connection with, or during negotiations of, any merger, sale of company assets, financing, or acquisition of all or a portion of our business to another company.</span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></span></bdt></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"><span data-custom-class=\"heading_1\"></bdt></span></span></span></span></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span><bdt class=\"block-component\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"inforetain\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">5. HOW LONG DO WE KEEP YOUR INFORMATION?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:\\xa0</em></strong><em>We keep your information for as long as necessary to <bdt class=\"block-component\"></bdt>fulfil<bdt class=\"else-block\"></bdt> the purposes outlined in this privacy notice unless otherwise required by law.</em></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We will only keep your personal information for as long as it is necessary for the purposes set out in this privacy notice, unless a longer retention period is required or permitted by law (such as tax, accounting, or other legal requirements).<bdt class=\"block-component\"></bdt> No purpose in this notice will require us keeping your personal information for longer than <span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span><bdt class=\"block-component\"></bdt>the period of time in which users have an account with us<bdt class=\"block-component\"></bdt><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"else-block\"></bdt></span></span></span>.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">When we have no ongoing legitimate business need to process your personal information, we will either delete or <bdt class=\"block-component\"></bdt>anonymise<bdt class=\"else-block\"></bdt> such information, or, if this is not possible (for example, because your personal information has been stored in backup archives), then we will securely store your personal information and isolate it from any further processing until deletion is possible.<span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"></bdt></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"infosafe\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">6. HOW DO WE KEEP YOUR INFORMATION SAFE?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:\\xa0</em></strong><em>We aim to protect your personal information through a system of <bdt class=\"block-component\"></bdt>organisational<bdt class=\"else-block\"></bdt> and technical security measures.</em></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We have implemented appropriate and reasonable technical and <bdt class=\"block-component\"></bdt>organisational<bdt class=\"else-block\"></bdt> security measures designed to protect the security of any personal information we process. However, despite our safeguards and efforts to secure your information, no electronic transmission over the Internet or information storage technology can be guaranteed to be 100% secure, so we cannot promise or guarantee that hackers, cybercriminals, or other <bdt class=\"block-component\"></bdt>unauthorised<bdt class=\"else-block\"></bdt> third parties will not be able to defeat our security and improperly collect, access, steal, or modify your information. Although we will do our best to protect your personal information, transmission of personal information to and from our Services is at your own risk. You should only access the Services within a secure environment.<span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt></span><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"infominors\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">7. DO WE COLLECT INFORMATION FROM MINORS?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:</em></strong><em>\\xa0We do not knowingly collect data from or market to <bdt class=\"block-component\"></bdt>children under 18 years of age<bdt class=\"else-block\"></bdt>.</em><bdt class=\"block-component\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We do not knowingly solicit data from or market to children under 18 years of age. By using the Services, you represent that you are at least 18 or that you are the parent or guardian of such a minor and consent to such minor dependent\u2019s use of the Services. If we learn that personal information from users less than 18 years of age has been collected, we will deactivate the account and take reasonable measures to promptly delete such data from our records. If you become aware of any data we may have collected from children under age 18, please contact us at <span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt><bdt class=\"question\">vince@unlost.ai</bdt><bdt class=\"else-block\"></bdt></span></span>.</span><span data-custom-class=\"body_text\"><bdt class=\"else-block\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"privacyrights\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">8. WHAT ARE YOUR PRIVACY RIGHTS?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:</em></strong><em>\\xa0<span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><em><bdt class=\"block-component\"></bdt></em></span></span></span>In some regions, such as <bdt class=\"block-component\"></bdt>the European Economic Area (EEA), United Kingdom (UK), and Canada<bdt class=\"block-component\"></bdt>, you have rights that allow you greater access to and control over your personal information.<span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><em><bdt class=\"statement-end-if-in-editor\"></bdt></em></span></span>\\xa0</span>You may review, change, or terminate your account at any time.</em><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">In some regions (like <bdt class=\"block-component\"></bdt>the EEA, UK, and Canada<bdt class=\"block-component\"></bdt>), you have certain rights under applicable data protection laws. These may include the right (i) to request access and obtain a copy of your personal information, (ii) to request rectification or erasure; (iii) to restrict the processing of your personal information; and (iv) if applicable, to data portability. In certain circumstances, you may also have the right to object to the processing of your personal information. You can make such a request by contacting us by using the contact details provided in the section <bdt class=\"block-component\"></bdt>\\'<bdt class=\"else-block\"></bdt></span></span></span><a data-custom-class=\"link\" href=\"#contact\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">HOW CAN YOU CONTACT US ABOUT THIS NOTICE?</span></span></span></a><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>\\'<bdt class=\"else-block\"></bdt> below.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We will consider and act upon any request in accordance with applicable data protection laws.</span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\">\\xa0</span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If you are located in the EEA or UK and you believe we are unlawfully processing your personal information, you also have the right to complain to your <span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(48, 48, 241);\"><span data-custom-class=\"body_text\"><a data-custom-class=\"link\" href=\"https://ec.europa.eu/justice/data-protection/bodies/authorities/index_en.htm\" rel=\"noopener noreferrer\" target=\"_blank\"><span style=\"font-size: 15px;\">Member State data protection authority</span></a></span></span></span></span></span> or\\xa0</span></span></span><a href=\"https://ico.org.uk/make-a-complaint/data-protection-complaints/data-protection-complaints/\" rel=\"noopener noreferrer\" target=\"_blank\"><span data-custom-class=\"link\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">UK data protection authority</span></span></span></span></a><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If you are located in Switzerland, you may contact the <span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(48, 48, 241);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"https://www.edoeb.admin.ch/edoeb/en/home.html\" rel=\"noopener noreferrer\" target=\"_blank\">Federal Data Protection and Information Commissioner</a></span></span></span></span></span></span>.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"withdrawconsent\" style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><u>Withdrawing your consent:</u></strong> If we are relying on your consent to process your personal information,<bdt class=\"block-component\"></bdt> which may be express and/or implied consent depending on the applicable law,<bdt class=\"statement-end-if-in-editor\"></bdt> you have the right to withdraw your consent at any time. You can withdraw your consent at any time by contacting us by using the contact details provided in the section <bdt class=\"block-component\"></bdt>\\'<bdt class=\"else-block\"></bdt></span></span></span><a data-custom-class=\"link\" href=\"#contact\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">HOW CAN YOU CONTACT US ABOUT THIS NOTICE?</span></span></span></a><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>\\'<bdt class=\"else-block\"></bdt> below<bdt class=\"block-component\"></bdt> or updating your preferences<bdt class=\"statement-end-if-in-editor\"></bdt>.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">However, please note that this will not affect the lawfulness of the processing before its withdrawal nor,<bdt class=\"block-component\"></bdt> when applicable law allows,<bdt class=\"statement-end-if-in-editor\"></bdt> will it affect the processing of your personal information conducted in reliance on lawful processing grounds other than consent.<bdt class=\"block-component\"></bdt></span></span><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"heading_2\"><strong>Account Information</strong></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If you would at any time like to review or change the information in your account or terminate your account, you can:<bdt class=\"forloop-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"question\">Contact us using the contact information provided.</bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"forloop-component\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Upon your request to terminate your account, we will deactivate or delete your account and information from our active databases. However, we may retain some information in our files to prevent fraud, troubleshoot problems, assist with any investigations, enforce our legal terms and/or comply with applicable legal requirements.</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If you have questions or comments about your privacy rights, you may email us at <bdt class=\"question\">vince@unlost.ai</bdt>.</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div id=\"DNT\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">9. CONTROLS FOR DO-NOT-TRACK FEATURES</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Most web browsers and some mobile operating systems and mobile applications include a Do-Not-Track (<bdt class=\"block-component\"></bdt>\\'DNT\\'<bdt class=\"else-block\"></bdt>) feature or setting you can activate to signal your privacy preference not to have data about your online browsing activities monitored and collected. At this stage no uniform technology standard for <bdt class=\"block-component\"></bdt>recognising<bdt class=\"else-block\"></bdt> and implementing DNT signals has been <bdt class=\"block-component\"></bdt>finalised<bdt class=\"else-block\"></bdt>. As such, we do not currently respond to DNT browser signals or any other mechanism that automatically communicates your choice not to be tracked online. If a standard for online tracking is adopted that we must follow in the future, we will inform you about that practice in a revised version of this privacy notice.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"caresidents\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">10. DO CALIFORNIA RESIDENTS HAVE SPECIFIC PRIVACY RIGHTS?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:\\xa0</em></strong><em>Yes, if you are a resident of California, you are granted specific rights regarding access to your personal information.</em></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">California Civil Code Section 1798.83, also known as the <bdt class=\"block-component\"></bdt>\\'Shine The Light\\'<bdt class=\"else-block\"></bdt> law, permits our users who are California residents to request and obtain from us, once a year and free of charge, information about categories of personal information (if any) we disclosed to third parties for direct marketing purposes and the names and addresses of all third parties with which we shared personal information in the immediately preceding calendar year. If you are a California resident and would like to make such a request, please submit your request in writing to us using the contact information provided below.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If you are under 18 years of age, reside in California, and have a registered account with Services, you have the right to request removal of unwanted data that you publicly post on the Services. To request removal of such data, please contact us using the contact information provided below and include the email address associated with your account and a statement that you reside in California. We will make sure the data is not publicly displayed on the Services, but please be aware that the data may not be completely or comprehensively removed from all our systems (e.g.<bdt class=\"block-component\"></bdt> backups, etc.).<span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"heading_2\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><strong>CCPA Privacy Notice</strong></span></span></div><div><div><br></div><div style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">The California Code of Regulations defines a <bdt class=\"block-component\"></bdt>\\'resident\\'<bdt class=\"else-block\"></bdt> as:</span></span></span></span></span></span></div></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5; margin-left: 20px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">(1) every individual who is in the State of California for other than a temporary or transitory purpose and</span></span></span></div><div style=\"line-height: 1.5; margin-left: 20px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">(2) every individual who is domiciled in the State of California who is outside the State of California for a temporary or transitory purpose</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">All other individuals are defined as <bdt class=\"block-component\"></bdt>\\'non-residents\\'.<bdt class=\"else-block\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If this definition of <bdt class=\"block-component\"></bdt>\\'resident\\'<bdt class=\"else-block\"></bdt> applies to you, we must adhere to certain rights and obligations regarding your personal information.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>What categories of personal information do we collect?</strong></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We have collected the following categories of personal information in the past twelve (12) months:<span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><table style=\"width: 100%;\"><tbody><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Category</strong></span></span></span></td><td style=\"width: 51.4385%; border-top: 1px solid black; border-right: 1px solid black;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Examples</strong></span></span></span></td><td style=\"width: 14.9084%; border-right: 1px solid black; border-top: 1px solid black; text-align: center;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Collected</strong></span></span></span></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">A. Identifiers</span></span></span></div></td><td style=\"width: 51.4385%; border-top: 1px solid black; border-right: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Contact details, such as real name, alias, postal address, telephone or mobile contact number, unique personal identifier, online identifier, Internet Protocol address, email address, and account name</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; vertical-align: middle; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>YES<bdt class=\"else-block\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">B. Personal information categories listed in the California Customer Records statute</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Name, contact information, education, employment, employment history, and financial information</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>YES<bdt class=\"else-block\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">C. Protected classification characteristics under California or federal law</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Gender and date of birth</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">D. Commercial information</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Transaction information, purchase history, financial details, and payment information</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">E. Biometric information</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Fingerprints and voiceprints</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">F. Internet or other similar network activity</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Browsing history, search history, online <bdt class=\"block-component\"></bdt>behaviour<bdt class=\"else-block\"></bdt>, interest data, and interactions with our and other websites, applications, systems, and advertisements</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>YES<bdt class=\"else-block\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">G. Geolocation data</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Device location</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">H. Audio, electronic, visual, thermal, olfactory, or similar information</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Images and audio, video or call recordings created in connection with our business activities</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">I. Professional or employment-related information</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Business contact details in order to provide you our Services at a business level or job title, work history, and professional qualifications if you apply for a job with us</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black; width: 33.8274%;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">J. Education Information</span></span></span></div></td><td style=\"border-right: 1px solid black; border-top: 1px solid black; width: 51.4385%;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Student records and directory information</span></span></span></div></td><td style=\"text-align: center; border-right: 1px solid black; border-top: 1px solid black; width: 14.9084%;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"border-width: 1px; border-color: black; border-style: solid; width: 33.8274%;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">K. Inferences drawn from other personal information</span></span></span></div></td><td style=\"border-bottom: 1px solid black; border-top: 1px solid black; border-right: 1px solid black; width: 51.4385%;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Inferences drawn from any of the collected personal information listed above to create a profile or summary about, for example, an individual\u2019s preferences and characteristics</span></span></span></div></td><td style=\"text-align: center; border-right: 1px solid black; border-bottom: 1px solid black; border-top: 1px solid black; width: 14.9084%;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>YES<bdt class=\"else-block\"></span></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black;\"><span data-custom-class=\"body_text\">L. Sensitive Personal Information</span></td><td style=\"border-right: 1px solid black; border-bottom: 1px solid black; line-height: 1.5;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></span></bdt></td><td data-custom-class=\"body_text\" style=\"border-right: 1px solid black; border-bottom: 1px solid black; text-align: center; line-height: 1.5;\"><br><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt>NO</span><bdt class=\"statement-end-if-in-editor\"><span data-custom-class=\"body_text\"></span></bdt><br><br></td></tr></tbody></table><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></span></bdt><span data-custom-class=\"body_text\">We will use and retain the collected personal information as needed to provide the Services or for:<bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">Category A - <bdt class=\"question\">6 months</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">Category B - <bdt class=\"question\">6 months</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">Category F - <bdt class=\"question\">6 months</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">Category K - <bdt class=\"question\">6 months</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span><bdt class=\"statement-end-if-in-editor\"><span data-custom-class=\"body_text\"></span></bdt></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We may also collect other personal information outside of these categories through instances where you interact with us in person, online, or by phone or mail in the context of:<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Receiving help through our customer support channels;</span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Participation in customer surveys or contests; and</span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Facilitation in the delivery of our Services and to respond to your inquiries.</span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>How do we use and share your personal information?</strong></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></bdt></bdt></span></span><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">More information about our data collection and sharing practices can be found in this privacy notice<bdt class=\"block-component\"></bdt>.</span></span></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You may contact us <span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span>by email at\\xa0</span><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"question\">vince@unlost.ai</bdt>, <bdt class=\"statement-end-if-in-editor\"></bdt><bdt class=\"block-component\"></bdt></span><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span><span data-custom-class=\"body_text\">or by referring to the contact details at the bottom of this document.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If you are using an <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent to exercise your right to opt out we may deny a request if the <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent does not submit proof that they have been validly <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> to act on your behalf.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Will your information be shared with anyone else?</strong></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We may disclose your personal information with our service providers pursuant to a written contract between us and each service provider. Each service provider is a for-profit entity that processes the information on our behalf, following the same strict privacy protection obligations mandated by the CCPA.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We may use your personal information for our own business purposes, such as for undertaking internal research for technological development and demonstration. This is not considered to be <bdt class=\"block-component\"></bdt>\\'selling\\'<bdt class=\"else-block\"></bdt> of your personal information.<span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We have not disclosed, sold, or shared any personal information to third parties for a business or commercial purpose in the preceding twelve (12) months. We<span style=\"color: rgb(89, 89, 89);\">\\xa0</span>will not sell or share personal information in the future belonging to website visitors, users, and other consumers.<span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Your rights with respect to your personal data</strong></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><u>Right to request deletion of the data \u2014 Request to delete</u></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You can ask for the deletion of your personal information. If you ask us to delete your personal information, we will respect your request and delete your personal information, subject to certain exceptions provided by law, such as (but not limited to) the exercise by another consumer of his or her right to free speech, our compliance requirements resulting from a legal obligation, or any processing that may be required to protect against illegal activities.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><u>Right to be informed \u2014 Request to know</u></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Depending on the circumstances, you have a right to know:<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">whether we collect and use your personal information;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">the categories of personal information that we collect;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">the purposes for which the collected personal information is used;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">whether we sell or share personal information to third parties;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">the categories of personal information that we sold, shared, or disclosed for a business purpose;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">the categories of third parties to whom the personal information was sold, shared, or disclosed for a business purpose;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">the business or commercial purpose for collecting, selling, or sharing personal information; and<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">the specific pieces of personal information we collected about you.<bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">In accordance with applicable law, we are not obligated to provide or delete consumer information that is de-identified in response to a consumer request or to re-identify individual data to verify a consumer request.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><u>Right to Non-Discrimination for the Exercise of a Consumer\u2019s Privacy Rights</u></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We will not discriminate against you if you exercise your privacy rights.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><u><span data-custom-class=\"body_text\">Right to Limit Use and Disclosure of Sensitive Personal Information</span></u></div><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">We do not process consumer\\'s sensitive personal information.</span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><bdt class=\"statement-end-if-in-editor\"><span data-custom-class=\"body_text\"></span></bdt></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><u>Verification process</u></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Upon receiving your request, we will need to verify your identity to determine you are the same person about whom we have the information in our system. These verification efforts require us to ask you to provide information so that we can match it with information you have previously provided us. For instance, depending on the type of request you submit, we may ask you to provide certain information so that we can match the information you provide with the information we already have on file, or we may contact you through a communication method (e.g.<bdt class=\"block-component\"></bdt> phone or email) that you have previously provided to us. We may also use other verification methods as the circumstances dictate.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We will only use personal information provided in your request to verify your identity or authority to make the request. To the extent possible, we will avoid requesting additional information from you for the purposes of verification. However, if we cannot verify your identity from the information already maintained by us, we may request that you provide additional information for the purposes of verifying your identity and for security or fraud-prevention purposes. We will delete such additionally provided information as soon as we finish verifying you.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><u>Other privacy rights</u></span></span></span></div><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You may object to the processing of your personal information.<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You may request correction of your personal data if it is incorrect or no longer relevant, or ask to restrict the processing of the information.<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You can designate an <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent to make a request under the CCPA on your behalf. We may deny a request from an <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent that does not submit proof that they have been validly <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> to act on your behalf in accordance with the CCPA.<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You may request to opt out from future selling or sharing of your personal information to third parties. Upon receiving an opt-out request, we will act upon the request as soon as feasibly possible, but no later than fifteen (15) days from the date of the request submission.<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">To exercise these rights, you can contact us\\xa0</span><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>by email at <bdt class=\"question\">vince@unlost.ai</bdt>, <bdt class=\"statement-end-if-in-editor\"></bdt><bdt class=\"block-component\"></bdt></span><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span><span data-custom-class=\"body_text\">or by referring to the contact details at the bottom of this document. If you have a complaint about how we handle your data, we would like to hear from you.</span><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"><bdt class=\"block-component\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"><bdt class=\"statement-end-if-in-editor\"></bdt></bdt></span></span></span></span></span></span></span></span></span></span></span></bdt></span></span></span></span></span></span></span></span></span></span><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></span></bdt></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span id=\"virginia\" style=\"font-size: 15px;\"><strong><span data-custom-class=\"heading_1\">11. DO VIRGINIA RESIDENTS HAVE SPECIFIC PRIVACY RIGHTS?</span></strong></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><em><strong><span data-custom-class=\"body_text\">In Short:</span></strong><span data-custom-class=\"body_text\">\\xa0Yes, if you are a resident of Virginia, you may be granted specific rights regarding access to and use of your personal information.</span></em></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><strong><span data-custom-class=\"heading_2\">Virginia CDPA Privacy Notice</span></strong></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Under the Virginia Consumer Data Protection Act (CDPA):</span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>\\'Consumer\\'<bdt class=\"else-block\"></bdt> means a natural person who is a resident of the Commonwealth acting only in an individual or household context. It does not include a natural person acting in a commercial or employment context.</span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>\\'Personal data\\'<bdt class=\"else-block\"></bdt> means any information that is linked or reasonably linkable to an identified or identifiable natural person. <bdt class=\"block-component\"></bdt>\\'Personal data\\'<bdt class=\"else-block\"></bdt> does not include de-identified data or publicly available information.</span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span><span data-custom-class=\"body_text\">\\'Sale of personal data\\'<bdt class=\"else-block\"></bdt> means the exchange of personal data for monetary consideration.</span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If this definition <bdt class=\"block-component\"></bdt>\\'consumer\\'<bdt class=\"else-block\"></bdt> applies to you, we must adhere to certain rights and obligations regarding your personal data.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">The information we collect, use, and disclose about you will vary depending on how you interact with us and our Services. To find out more, please visit the following links:</span><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infocollect\">Personal data we collect</a><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infouse\">How we use your personal data</a><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#whoshare\">When and with whom we share your personal data</a><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><u><span data-custom-class=\"body_text\">Your rights with respect to your personal data</span></u></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to be informed whether or not we are processing your personal data</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to access your personal data</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to correct inaccuracies in your personal data</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to request deletion of your personal data</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to obtain a copy of the personal data you previously shared with us</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to opt out of the processing of your personal data if it is used for targeted advertising, the sale of personal data, or profiling in furtherance of decisions that produce legal or similarly significant effects (<bdt class=\"block-component\"></bdt>\\'profiling\\'<bdt class=\"else-block\"></bdt>)</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"></span></bdt></li></ul><div data-custom-class=\"body_text\" style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\" style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt>We have not sold any personal data to third parties for business or commercial purposes. We will not sell personal data in the future belonging to website visitors, users, and other consumers.<bdt class=\"else-block\"></bdt></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><u><span data-custom-class=\"body_text\" style=\"font-size: 15px;\">Exercise your rights provided under the Virginia CDPA</span></u></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\" style=\"font-size: 15px;\">More information about our data collection and sharing practices can be found in this privacy notice<bdt class=\"block-component\"></bdt>.</span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"></bdt><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">You may contact us by email at <bdt class=\"question\">vince@unlost.ai</bdt>, <bdt class=\"block-component\"></bdt>by submitting a\\xa0</span><a href=\"https://app.termly.io/notify/5cea5b9c-adbd-4df2-ad54-87d98353049f\" rel=\"noopener noreferrer\" target=\"_blank\"><span data-custom-class=\"link\">data subject access request</span></a><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>, or by referring to the contact details at the bottom of this document.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If you are using an <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent to exercise your rights, we may deny a request if the <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent does not submit proof that they have been validly <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> to act on your behalf.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><u><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Verification process</span></span></u></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">We may request that you provide additional information reasonably necessary to verify you and your consumer\\'s request. If you submit the request through an <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent, we may need to collect additional information to verify your identity before processing your request.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Upon receiving your request, we will respond without undue delay, but in all cases, within forty-five (45) days of receipt. The response period may be extended once by forty-five (45) additional days when reasonably necessary. We will inform you of any such extension within the initial 45-day response period, together with the reason for the extension.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><u><span data-custom-class=\"body_text\">Right to appeal</span></u></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If we decline to take action regarding your request, we will inform you of our decision and reasoning behind it.\\xa0</span><span data-custom-class=\"body_text\">If you wish to appeal our decision, please email us at <bdt class=\"block-component\"></bdt><bdt class=\"question\">vince@unlost.ai</bdt><bdt class=\"else-block\"></bdt>. Within sixty (60) days of receipt of an appeal, we will inform you in writing of any action taken or not taken in response to the appeal, including a written explanation of the reasons for the decisions. If your appeal if denied, you may contact the\\xa0</span></span><a href=\"https://www.oag.state.va.us/consumer-protection/index.php/file-a-complaint\" rel=\"noopener noreferrer\" target=\"_blank\"><span style=\"font-size: 15px;\"><span data-custom-class=\"link\">Attorney General to submit a complaint</span></span></a><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">.</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></div><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div id=\"policyupdates\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">12. DO WE MAKE UPDATES TO THIS NOTICE?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><em><strong>In Short:\\xa0</strong>Yes, we will update this notice as necessary to stay compliant with relevant laws.</em></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We may update this privacy notice from time to time. The updated version will be indicated by an updated <bdt class=\"block-component\"></bdt>\\'Revised\\'<bdt class=\"else-block\"></bdt> date and the updated version will be effective as soon as it is accessible. If we make material changes to this privacy notice, we may notify you either by prominently posting a notice of such changes or by directly sending you a notification. We encourage you to review this privacy notice frequently to be informed of how we are protecting your information.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"contact\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">13. HOW CAN YOU CONTACT US ABOUT THIS NOTICE?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If you have questions or comments about this notice, you may <span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>email us at <bdt class=\"question\">vince@unlost.ai</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></span><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">\\xa0or contact us by post at:</span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"question\">Unlost AI</bdt></span></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></bdt></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"question\">__________</bdt><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></span></bdt></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"question\">__________</bdt><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></span></span></bdt><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"question\">United Kingdom</bdt><bdt class=\"else-block\"></span></span></bdt><span data-custom-class=\"body_text\" style=\"font-size: 15px;\"><bdt class=\"question\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"else-block\"></bdt></span></span></span></bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></bdt></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"><bdt class=\"block-component\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"request\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">14. HOW CAN YOU REVIEW, UPDATE, OR DELETE THE DATA WE COLLECT FROM YOU?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>Based on the applicable laws of your country, you may have the right to request access to the personal information we collect from you, change that information, or delete it. <bdt class=\"else-block\"><bdt class=\"block-component\"></bdt>To request to review, update, or delete your personal information, please <bdt class=\"block-component\"></bdt>fill out and submit a\\xa0</span><span style=\"color: rgb(48, 48, 241);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"https://app.termly.io/notify/5cea5b9c-adbd-4df2-ad54-87d98353049f\" rel=\"noopener noreferrer\" target=\"_blank\">data subject access request</a></span></span></span><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt></span></span><span data-custom-class=\"body_text\">.</span></span></span></div><style>\\n      ul {\\n        list-style-type: square;\\n      }\\n      ul > li > ul {\\n        list-style-type: circle;\\n      }\\n      ul > li > ul > li > ul {\\n        list-style-type: square;\\n      }\\n      ol li {\\n        font-family: Arial ;\\n      }\\n    </style>\\n      </div>\\n      <div style=\"color: #595959;font-size: 14px;font-family: Arial;padding-top:16px;\">\\n      This privacy policy was created using Termly\\'s <a style=\"color: rgb(48, 48, 241) !important;\" href=\"https://termly.io/products/privacy-policy-generator/\">Privacy Policy Generator</a>.\\n      </div>',\n                                          id: \"KGtoeH3xG\",\n                                          layoutId: \"KGtoeH3xG\",\n                                          style: {\n                                            height: \"100%\",\n                                            width: \"100%\"\n                                          },\n                                          type: \"html\",\n                                          url: \"\",\n                                          width: \"100%\"\n                                        })\n                                      })]\n                                    })]\n                                  }), document.querySelector(\"#overlay\"))\n                                })\n                              })]\n                            })\n                          })\n                        })]\n                      })]\n                    }), isDisplayed() && /*#__PURE__*/_jsxs(\"div\", {\n                      className: \"framer-10ojpnv hidden-juvcvc hidden-eyavr8\",\n                      children: [/*#__PURE__*/_jsx(Overlay, {\n                        children: overlayxn5fgv => /*#__PURE__*/_jsx(_Fragment, {\n                          children: /*#__PURE__*/_jsxs(motion.div, {\n                            className: \"framer-ai8mir\",\n                            onTap: onTap42m929(overlayxn5fgv),\n                            whileHover: animation30,\n                            children: [/*#__PURE__*/_jsx(RichText, {\n                              __fromCanvasComponent: true,\n                              children: /*#__PURE__*/_jsx(React.Fragment, {\n                                children: /*#__PURE__*/_jsx(\"p\", {\n                                  style: {\n                                    \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                    \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                    \"--framer-font-size\": \"18px\",\n                                    \"--framer-font-weight\": \"700\",\n                                    \"--framer-text-alignment\": \"center\",\n                                    \"--framer-text-color\": \"rgb(184, 184, 184)\",\n                                    \"--framer-text-transform\": \"uppercase\"\n                                  },\n                                  children: \"Privacy Policy\"\n                                })\n                              }),\n                              className: \"framer-a2trfk\",\n                              fonts: [\"FS;Satoshi-bold\"],\n                              verticalAlignment: \"top\",\n                              withExternalLayout: true\n                            }), /*#__PURE__*/_jsx(AnimatePresence, {\n                              children: overlayxn5fgv.visible && /*#__PURE__*/_jsx(_Fragment, {\n                                children: /*#__PURE__*/ReactDOM.createPortal( /*#__PURE__*/_jsxs(React.Fragment, {\n                                  children: [/*#__PURE__*/_jsx(motion.div, {\n                                    animate: {\n                                      opacity: 1,\n                                      transition: {\n                                        delay: 0,\n                                        duration: 0,\n                                        ease: [.5, 0, .88, .77],\n                                        type: \"tween\"\n                                      }\n                                    },\n                                    className: \"framer-xn5fgv\",\n                                    exit: {\n                                      opacity: 0,\n                                      transition: {\n                                        delay: 0,\n                                        duration: 0,\n                                        ease: [.12, .23, .5, 1],\n                                        type: \"tween\"\n                                      }\n                                    },\n                                    initial: {\n                                      opacity: 0\n                                    },\n                                    onTap: () => overlayxn5fgv.hide()\n                                  }, \"WDjLBQTuL\"), /*#__PURE__*/_jsx(\"div\", {\n                                    className: \"framer-1qazsp8\",\n                                    children: /*#__PURE__*/_jsx(Container, {\n                                      className: \"framer-ieykvg-container\",\n                                      children: /*#__PURE__*/_jsx(Embed, {\n                                        height: \"100%\",\n                                        html: '<style>\\n  [data-custom-class=\\'body\\'], [data-custom-class=\\'body\\'] * {\\n          background: transparent !important;\\n        }\\n[data-custom-class=\\'title\\'], [data-custom-class=\\'title\\'] * {\\n          font-family: Arial !important;\\nfont-size: 26px !important;\\ncolor: #000000 !important;\\n        }\\n[data-custom-class=\\'subtitle\\'], [data-custom-class=\\'subtitle\\'] * {\\n          font-family: Arial !important;\\ncolor: #595959 !important;\\nfont-size: 14px !important;\\n        }\\n[data-custom-class=\\'heading_1\\'], [data-custom-class=\\'heading_1\\'] * {\\n          font-family: Arial !important;\\nfont-size: 19px !important;\\ncolor: #000000 !important;\\n        }\\n[data-custom-class=\\'heading_2\\'], [data-custom-class=\\'heading_2\\'] * {\\n          font-family: Arial !important;\\nfont-size: 17px !important;\\ncolor: #000000 !important;\\n        }\\n[data-custom-class=\\'body_text\\'], [data-custom-class=\\'body_text\\'] * {\\n          color: #595959 !important;\\nfont-size: 14px !important;\\nfont-family: Arial !important;\\n        }\\n[data-custom-class=\\'link\\'], [data-custom-class=\\'link\\'] * {\\n          color: #3030F1 !important;\\nfont-size: 14px !important;\\nfont-family: Arial !important;\\nword-break: break-word !important;\\n        }\\n</style>\\n\\n      <div data-custom-class=\"body\">\\n      <div><strong><span style=\"font-size: 26px;\"><span data-custom-class=\"title\"><bdt class=\"block-component\"></bdt><bdt class=\"question\">PRIVACY POLICY</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></strong></div><div><br></div><div><span style=\"color: rgb(127, 127, 127);\"><strong><span style=\"font-size: 15px;\"><span data-custom-class=\"subtitle\">Last updated <bdt class=\"question\">July 27, 2023</bdt></span></span></strong></span></div><div><br></div><div><br></div><div><br></div><div style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\">This privacy notice for <bdt class=\"question\">Unlost AI<bdt class=\"block-component\"></bdt></bdt> (<bdt class=\"block-component\"></bdt>\\'<strong>we</strong>\\', \\'<strong>us</strong>\\', or \\'<strong>our</strong>\\'<bdt class=\"else-block\"></bdt></span><span data-custom-class=\"body_text\">), describes how and why we might collect, store, use, and/or share (<bdt class=\"block-component\"></bdt>\\'<strong>process</strong>\\'<bdt class=\"else-block\"></bdt>) your information when you use our services (<bdt class=\"block-component\"></bdt>\\'<strong>Services</strong>\\'<bdt class=\"else-block\"></bdt>), such as when you:</span></span></span><span style=\"font-size: 15px;\"><span style=\"color: rgb(127, 127, 127);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Visit our website<bdt class=\"block-component\"></bdt> at <bdt class=\"question\">unlost.ai</bdt><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\">, or any website of ours that links to this privacy notice</bdt></span></span></span></span></span></span></span></span></li></ul><div><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(127, 127, 127);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></bdt></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(127, 127, 127);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Engage with us in other related ways, including any sales, marketing, or events<span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(127, 127, 127);\"><span data-custom-class=\"body_text\"><strong>Questions or concerns?\\xa0</strong>Reading this privacy notice will help you understand your privacy rights and choices. If you do not agree with our policies and practices, please do not use our Services. If you still have any questions or concerns, please contact us at <bdt class=\"question\">vince@unlost.ai</bdt>.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><strong><span style=\"font-size: 15px;\"><span data-custom-class=\"heading_1\">SUMMARY OF KEY POINTS</span></span></strong></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong><em>This summary provides key points from our privacy notice, but you can find out more details about any of these topics by clicking the link following each key point or by using our\\xa0</em></strong></span></span><a data-custom-class=\"link\" href=\"#toc\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong><em>table of contents</em></strong></span></span></a><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong><em>\\xa0below to find the section you are looking for.</em></strong></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>What personal information do we process?</strong> When you visit, use, or navigate our Services, we may process personal information depending on how you interact with us and the Services, the choices you make, and the products and features you use. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#personalinfo\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">personal information you disclose to us</span></span></a><span data-custom-class=\"body_text\">.</span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>Do we process any sensitive personal information?</strong> <bdt class=\"block-component\"></bdt>We do not process sensitive personal information.<bdt class=\"else-block\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>Do we receive any information from third parties?</strong> <bdt class=\"block-component\"></bdt>We do not receive any information from third parties.<bdt class=\"else-block\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>How do we process your information?</strong> We process your information to provide, improve, and administer our Services, communicate with you, for security and fraud prevention, and to comply with law. We may also process your information for other purposes with your consent. We process your information only when we have a valid legal reason to do so. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#infouse\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">how we process your information</span></span></a><span data-custom-class=\"body_text\">.</span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>In what situations and with which <bdt class=\"block-component\"></bdt>parties do we share personal information?</strong> We may share information in specific situations and with specific <bdt class=\"block-component\"></bdt>third parties. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#whoshare\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">when and with whom we share your personal information</span></span></a><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">.<bdt class=\"block-component\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>How do we keep your information safe?</strong> We have <bdt class=\"block-component\"></bdt>organisational<bdt class=\"else-block\"></bdt> and technical processes and procedures in place to protect your personal information. However, no electronic transmission over the internet or information storage technology can be guaranteed to be 100% secure, so we cannot promise or guarantee that hackers, cybercriminals, or other <bdt class=\"block-component\"></bdt>unauthorised<bdt class=\"else-block\"></bdt> third parties will not be able to defeat our security and improperly collect, access, steal, or modify your information. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#infosafe\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">how we keep your information safe</span></span></a><span data-custom-class=\"body_text\">.</span><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>What are your rights?</strong> Depending on where you are located geographically, the applicable privacy law may mean you have certain rights regarding your personal information. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#privacyrights\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">your privacy rights</span></span></a><span data-custom-class=\"body_text\">.</span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>How do you exercise your rights?</strong> The easiest way to exercise your rights is by <bdt class=\"block-component\">submitting a\\xa0</bdt></span></span><a data-custom-class=\"link\" href=\"https://app.termly.io/notify/5cea5b9c-adbd-4df2-ad54-87d98353049f\" rel=\"noopener noreferrer\" target=\"_blank\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">data subject access request</span></span></a><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>, or by contacting us. We will consider and act upon any request in accordance with applicable data protection laws.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Want to learn more about what we do with any information we collect?\\xa0</span></span><a data-custom-class=\"link\" href=\"#toc\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Review the privacy notice in full</span></span></a><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><br></div><div id=\"toc\" style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">TABLE OF CONTENTS</span></strong></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infocollect\"><span style=\"color: rgb(89, 89, 89);\">1. WHAT INFORMATION DO WE COLLECT?</span></a></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infouse\"><span style=\"color: rgb(89, 89, 89);\">2. HOW DO WE PROCESS YOUR INFORMATION?<bdt class=\"block-component\"></bdt></span></a></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#legalbases\"><span style=\"color: rgb(89, 89, 89);\">3. <span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\">WHAT LEGAL BASES DO WE RELY ON TO PROCESS YOUR PERSONAL INFORMATION?</span></span><bdt class=\"statement-end-if-in-editor\"></bdt></span></a></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><a data-custom-class=\"link\" href=\"#whoshare\">4. WHEN AND WITH WHOM DO WE SHARE YOUR PERSONAL INFORMATION?</a></span><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></a><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"></bdt></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"></bdt></span></span><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#inforetain\"><span style=\"color: rgb(89, 89, 89);\">5. HOW LONG DO WE KEEP YOUR INFORMATION?</span></a><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infosafe\"><span style=\"color: rgb(89, 89, 89);\">6. HOW DO WE KEEP YOUR INFORMATION SAFE?</span></a><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infominors\"><span style=\"color: rgb(89, 89, 89);\">7. DO WE COLLECT INFORMATION FROM MINORS?</span></a><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><a data-custom-class=\"link\" href=\"#privacyrights\">8. WHAT ARE YOUR PRIVACY RIGHTS?</a></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#DNT\"><span style=\"color: rgb(89, 89, 89);\">9. CONTROLS FOR DO-NOT-TRACK FEATURES</span></a></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#caresidents\"><span style=\"color: rgb(89, 89, 89);\">10. DO CALIFORNIA RESIDENTS HAVE SPECIFIC PRIVACY RIGHTS?</span></a></span><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><a data-custom-class=\"link\" href=\"#virginia\"><span style=\"font-size: 15px;\">11. DO VIRGINIA RESIDENTS HAVE SPECIFIC PRIVACY RIGHTS?</span></a><span style=\"font-size: 15px;\"><bdt class=\"statement-end-if-in-editor\"><span data-custom-class=\"body_text\"></span></bdt></span></div><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></span></bdt></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#policyupdates\"><span style=\"color: rgb(89, 89, 89);\">12. DO WE MAKE UPDATES TO THIS NOTICE?</span></a></span></div><div style=\"line-height: 1.5;\"><a data-custom-class=\"link\" href=\"#contact\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\">13. HOW CAN YOU CONTACT US ABOUT THIS NOTICE?</span></a></div><div style=\"line-height: 1.5;\"><a data-custom-class=\"link\" href=\"#request\"><span style=\"color: rgb(89, 89, 89);\">14. HOW CAN YOU REVIEW, UPDATE, OR DELETE THE DATA WE COLLECT FROM YOU?</span></a></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><br></div><div id=\"infocollect\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">1. WHAT INFORMATION DO WE COLLECT?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"personalinfo\" style=\"line-height: 1.5;\"><span data-custom-class=\"heading_2\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><strong>Personal information you disclose to us</strong></span></span></div><div><div><br></div><div style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:</em></strong></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>\\xa0</em></strong><em>We collect personal information that you provide to us.</em></span></span></span></span></span></span></div></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We collect personal information that you voluntarily provide to us when you <span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span>register on the Services,\\xa0</span><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span><span data-custom-class=\"body_text\">express an interest in obtaining information about us or our products and Services, when you participate in activities on the Services, or otherwise when you contact us.</span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Personal Information Provided by You.</strong> The personal information that we collect depends on the context of your interactions with us and the Services, the choices you make, and the products and features you use. The personal information we collect may include the following:<span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"forloop-component\"></bdt></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"question\">email addresses</bdt></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"forloop-component\"></bdt></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"question\">names</bdt></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"forloop-component\"></bdt></span><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></div><div id=\"sensitiveinfo\" style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>Sensitive Information.</strong> <bdt class=\"block-component\"></bdt>We do not process sensitive information.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"else-block\"></bdt></span></span><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"><bdt class=\"block-component\"></bdt></bdt></span></span></span></span><bdt class=\"block-component\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">All personal information that you provide to us must be true, complete, and accurate, and you must notify us of any changes to such personal information.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"heading_2\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><strong>Information automatically collected</strong></span></span></div><div><div><br></div><div style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:</em></strong></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>\\xa0</em></strong><em>Some information \u2014 such as your Internet Protocol (IP) address and/or browser and device characteristics \u2014 is collected automatically when you visit our Services.</em></span></span></span></span></span></span></div></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We automatically collect certain information when you visit, use, or navigate the Services. This information does not reveal your specific identity (like your name or contact information) but may include device and usage information, such as your IP address, browser and device characteristics, operating system, language preferences, referring URLs, device name, country, location, information about how and when you use our Services, and other technical information. This information is primarily needed to maintain the security and operation of our Services, and for our internal analytics and reporting purposes.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></span></bdt></span><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">The information we collect includes:<bdt class=\"block-component\"></bdt></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><em>Log and Usage Data.</em> Log and usage data is service-related, diagnostic, usage, and performance information our servers automatically collect when you access or use our Services and which we record in log files. Depending on how you interact with us, this log data may include your IP address, device information, browser type, and settings and information about your activity in the Services<span style=\"font-size: 15px;\">\\xa0</span>(such as the date/time stamps associated with your usage, pages and files viewed, searches, and other actions you take such as which features you use), device event information (such as system activity, error reports (sometimes called <bdt class=\"block-component\"></bdt>\\'crash dumps\\' <bdt class=\"else-block\"></bdt>), and hardware settings).<span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><em>Device Data.</em> We collect device data such as information about your computer, phone, tablet, or other device you use to access the Services. Depending on the device used, this device data may include information such as your IP address (or proxy server), device and application identification numbers, location, browser type, hardware model, Internet service provider and/or mobile carrier, operating system, and system configuration information.<span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></span></span></span></span></span></span></li></ul><div><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></bdt><bdt class=\"statement-end-if-in-editor\"></bdt></bdt></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"><bdt class=\"block-component\"></bdt></bdt></span></span></span></span></bdt></span></span></span></span></span></span></span></span><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></div><div id=\"infouse\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">2. HOW DO WE PROCESS YOUR INFORMATION?</span></strong></span></span></span></span></span></div><div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:\\xa0</em></strong><em>We process your information to provide, improve, and administer our Services, communicate with you, for security and fraud prevention, and to comply with law. We may also process your information for other purposes with your consent.</em></span></span></span></span></span></span></div></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>We process your personal information for a variety of reasons, depending on how you interact with our Services, including:</strong><bdt class=\"block-component\"></bdt></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>To facilitate account creation and authentication and otherwise manage user accounts.\\xa0</strong>We may process your information so you can create and log in to your account, as well as keep your account in working order.<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>To deliver and facilitate delivery of services to the user.\\xa0</strong>We may process your information to provide you with the requested service.<span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>To respond to user inquiries/offer support to users.\\xa0</strong>We may process your information to respond to your inquiries and solve any potential issues you might have with the requested service.<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><p style=\"font-size: 15px; line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></span></span></span></span></span></span></span></span></li></ul><p style=\"font-size: 15px; line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></span></span></span></span></span></span></span></span></li></ul><p style=\"font-size: 15px; line-height: 1.5;\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></li></ul><p style=\"font-size: 15px; line-height: 1.5;\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></bdt></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></bdt></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><strong>To save or protect an individual\\'s vital interest.</strong> We may process your information when necessary to save or protect an individual\u2019s vital interest, such as to prevent harm.</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div id=\"legalbases\" style=\"line-height: 1.5;\"><strong><span style=\"font-size: 15px;\"><span data-custom-class=\"heading_1\">3. WHAT LEGAL BASES DO WE RELY ON TO PROCESS YOUR INFORMATION?</span></span></strong></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><em><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>In Short:\\xa0</strong>We only process your personal information when we believe it is necessary and we have a valid legal reason (i.e.<bdt class=\"block-component\"></bdt> legal basis) to do so under applicable law, like with your consent, to comply with laws, to provide you with services to enter into or <bdt class=\"block-component\"></bdt>fulfil<bdt class=\"else-block\"></bdt> our contractual obligations, to protect your rights, or to <bdt class=\"block-component\"></bdt>fulfil<bdt class=\"else-block\"></bdt> our legitimate business interests.</span></span></em><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><em><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong><u>If you are located in the EU or UK, this section applies to you.</u></strong></span></span></em><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">The General Data Protection Regulation (GDPR) and UK GDPR require us to explain the valid legal bases we rely on in order to process your personal information. As such, we may rely on the following legal bases to process your personal information:</span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>Consent.\\xa0</strong>We may process your information if you have given us permission (i.e.<bdt class=\"block-component\"></bdt> consent) to use your personal information for a specific purpose. You can withdraw your consent at any time. Learn more about\\xa0</span></span><a data-custom-class=\"link\" href=\"#withdrawconsent\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">withdrawing your consent</span></span></a><span data-custom-class=\"body_text\">.</span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><strong>Performance of a Contract.</strong> We may process your personal information when we believe it is necessary to <bdt class=\"block-component\"></bdt>fulfil<bdt class=\"else-block\"></bdt> our contractual obligations to you, including providing our Services or at your request prior to entering into a contract with you.</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><strong>Legal Obligations.</strong> We may process your information where we believe it is necessary for compliance with our legal obligations, such as to cooperate with a law enforcement body or regulatory agency, exercise or defend our legal rights, or disclose your information as evidence in litigation in which we are involved.<bdt class=\"statement-end-if-in-editor\"></bdt><br></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><strong>Vital Interests.</strong> We may process your information where we believe it is necessary to protect your vital interests or the vital interests of a third party, such as situations involving potential threats to the safety of any person.</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"><bdt class=\"block-component\"></bdt></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><strong><u><em>If you are located in Canada, this section applies to you.</em></u></strong><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">We may process your information if you have given us specific permission (i.e.<bdt class=\"block-component\"></bdt> express consent) to use your personal information for a specific purpose, or in situations where your permission can be inferred (i.e.<bdt class=\"block-component\"></bdt> implied consent). You can\\xa0</span></span><a data-custom-class=\"link\" href=\"#withdrawconsent\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">withdraw your consent</span></span></a><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">\\xa0at any time.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">In some exceptional cases, we may be legally permitted under applicable law to process your information without your consent, including, for example:</span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If collection is clearly in the interests of an individual and consent cannot be obtained in a timely way</span></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">For investigations and fraud detection and prevention<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">For business transactions provided certain conditions are met</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If it is contained in a witness statement and the collection is necessary to assess, process, or settle an insurance claim</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">For identifying injured, ill, or deceased persons and communicating with next of kin</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If we have reasonable grounds to believe an individual has been, is, or may be victim of financial abuse<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If it is reasonable to expect collection and use with consent would compromise the availability or the accuracy of the information and the collection is reasonable for purposes related to investigating a breach of an agreement or a contravention of the laws of Canada or a province<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If disclosure is required to comply with a subpoena, warrant, court order, or rules of the court relating to the production of records<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If it was produced by an individual in the course of their employment, business, or profession and the collection is consistent with the purposes for which the information was produced<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If the collection is solely for journalistic, artistic, or literary purposes<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If the information is publicly available and is specified by the regulations</span><bdt class=\"statement-end-if-in-editor\"><span data-custom-class=\"body_text\"></span></bdt></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div id=\"whoshare\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">4. WHEN AND WITH WHOM DO WE SHARE YOUR PERSONAL INFORMATION?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:</em></strong><em>\\xa0We may share information in specific situations described in this section and/or with the following <bdt class=\"block-component\"></bdt>third parties.</em></span></span>\\xa0</span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">We <bdt class=\"block-component\"></bdt>may need to share your personal information in the following situations:</span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><strong>Business Transfers.</strong> We may share or transfer your information in connection with, or during negotiations of, any merger, sale of company assets, financing, or acquisition of all or a portion of our business to another company.</span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></span></bdt></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"><span data-custom-class=\"heading_1\"></bdt></span></span></span></span></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span><bdt class=\"block-component\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"inforetain\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">5. HOW LONG DO WE KEEP YOUR INFORMATION?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:\\xa0</em></strong><em>We keep your information for as long as necessary to <bdt class=\"block-component\"></bdt>fulfil<bdt class=\"else-block\"></bdt> the purposes outlined in this privacy notice unless otherwise required by law.</em></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We will only keep your personal information for as long as it is necessary for the purposes set out in this privacy notice, unless a longer retention period is required or permitted by law (such as tax, accounting, or other legal requirements).<bdt class=\"block-component\"></bdt> No purpose in this notice will require us keeping your personal information for longer than <span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span><bdt class=\"block-component\"></bdt>the period of time in which users have an account with us<bdt class=\"block-component\"></bdt><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"else-block\"></bdt></span></span></span>.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">When we have no ongoing legitimate business need to process your personal information, we will either delete or <bdt class=\"block-component\"></bdt>anonymise<bdt class=\"else-block\"></bdt> such information, or, if this is not possible (for example, because your personal information has been stored in backup archives), then we will securely store your personal information and isolate it from any further processing until deletion is possible.<span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"></bdt></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"infosafe\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">6. HOW DO WE KEEP YOUR INFORMATION SAFE?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:\\xa0</em></strong><em>We aim to protect your personal information through a system of <bdt class=\"block-component\"></bdt>organisational<bdt class=\"else-block\"></bdt> and technical security measures.</em></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We have implemented appropriate and reasonable technical and <bdt class=\"block-component\"></bdt>organisational<bdt class=\"else-block\"></bdt> security measures designed to protect the security of any personal information we process. However, despite our safeguards and efforts to secure your information, no electronic transmission over the Internet or information storage technology can be guaranteed to be 100% secure, so we cannot promise or guarantee that hackers, cybercriminals, or other <bdt class=\"block-component\"></bdt>unauthorised<bdt class=\"else-block\"></bdt> third parties will not be able to defeat our security and improperly collect, access, steal, or modify your information. Although we will do our best to protect your personal information, transmission of personal information to and from our Services is at your own risk. You should only access the Services within a secure environment.<span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"></bdt></span><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"infominors\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">7. DO WE COLLECT INFORMATION FROM MINORS?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:</em></strong><em>\\xa0We do not knowingly collect data from or market to <bdt class=\"block-component\"></bdt>children under 18 years of age<bdt class=\"else-block\"></bdt>.</em><bdt class=\"block-component\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We do not knowingly solicit data from or market to children under 18 years of age. By using the Services, you represent that you are at least 18 or that you are the parent or guardian of such a minor and consent to such minor dependent\u2019s use of the Services. If we learn that personal information from users less than 18 years of age has been collected, we will deactivate the account and take reasonable measures to promptly delete such data from our records. If you become aware of any data we may have collected from children under age 18, please contact us at <span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt><bdt class=\"question\">vince@unlost.ai</bdt><bdt class=\"else-block\"></bdt></span></span>.</span><span data-custom-class=\"body_text\"><bdt class=\"else-block\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"privacyrights\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">8. WHAT ARE YOUR PRIVACY RIGHTS?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:</em></strong><em>\\xa0<span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><em><bdt class=\"block-component\"></bdt></em></span></span></span>In some regions, such as <bdt class=\"block-component\"></bdt>the European Economic Area (EEA), United Kingdom (UK), and Canada<bdt class=\"block-component\"></bdt>, you have rights that allow you greater access to and control over your personal information.<span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><em><bdt class=\"statement-end-if-in-editor\"></bdt></em></span></span>\\xa0</span>You may review, change, or terminate your account at any time.</em><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">In some regions (like <bdt class=\"block-component\"></bdt>the EEA, UK, and Canada<bdt class=\"block-component\"></bdt>), you have certain rights under applicable data protection laws. These may include the right (i) to request access and obtain a copy of your personal information, (ii) to request rectification or erasure; (iii) to restrict the processing of your personal information; and (iv) if applicable, to data portability. In certain circumstances, you may also have the right to object to the processing of your personal information. You can make such a request by contacting us by using the contact details provided in the section <bdt class=\"block-component\"></bdt>\\'<bdt class=\"else-block\"></bdt></span></span></span><a data-custom-class=\"link\" href=\"#contact\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">HOW CAN YOU CONTACT US ABOUT THIS NOTICE?</span></span></span></a><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>\\'<bdt class=\"else-block\"></bdt> below.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We will consider and act upon any request in accordance with applicable data protection laws.</span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\">\\xa0</span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If you are located in the EEA or UK and you believe we are unlawfully processing your personal information, you also have the right to complain to your <span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(48, 48, 241);\"><span data-custom-class=\"body_text\"><a data-custom-class=\"link\" href=\"https://ec.europa.eu/justice/data-protection/bodies/authorities/index_en.htm\" rel=\"noopener noreferrer\" target=\"_blank\"><span style=\"font-size: 15px;\">Member State data protection authority</span></a></span></span></span></span></span> or\\xa0</span></span></span><a href=\"https://ico.org.uk/make-a-complaint/data-protection-complaints/data-protection-complaints/\" rel=\"noopener noreferrer\" target=\"_blank\"><span data-custom-class=\"link\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">UK data protection authority</span></span></span></span></a><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If you are located in Switzerland, you may contact the <span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(48, 48, 241);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"https://www.edoeb.admin.ch/edoeb/en/home.html\" rel=\"noopener noreferrer\" target=\"_blank\">Federal Data Protection and Information Commissioner</a></span></span></span></span></span></span>.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"withdrawconsent\" style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><u>Withdrawing your consent:</u></strong> If we are relying on your consent to process your personal information,<bdt class=\"block-component\"></bdt> which may be express and/or implied consent depending on the applicable law,<bdt class=\"statement-end-if-in-editor\"></bdt> you have the right to withdraw your consent at any time. You can withdraw your consent at any time by contacting us by using the contact details provided in the section <bdt class=\"block-component\"></bdt>\\'<bdt class=\"else-block\"></bdt></span></span></span><a data-custom-class=\"link\" href=\"#contact\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">HOW CAN YOU CONTACT US ABOUT THIS NOTICE?</span></span></span></a><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>\\'<bdt class=\"else-block\"></bdt> below<bdt class=\"block-component\"></bdt> or updating your preferences<bdt class=\"statement-end-if-in-editor\"></bdt>.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">However, please note that this will not affect the lawfulness of the processing before its withdrawal nor,<bdt class=\"block-component\"></bdt> when applicable law allows,<bdt class=\"statement-end-if-in-editor\"></bdt> will it affect the processing of your personal information conducted in reliance on lawful processing grounds other than consent.<bdt class=\"block-component\"></bdt></span></span><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"heading_2\"><strong>Account Information</strong></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If you would at any time like to review or change the information in your account or terminate your account, you can:<bdt class=\"forloop-component\"></bdt></span></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"question\">Contact us using the contact information provided.</bdt></span></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"forloop-component\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Upon your request to terminate your account, we will deactivate or delete your account and information from our active databases. However, we may retain some information in our files to prevent fraud, troubleshoot problems, assist with any investigations, enforce our legal terms and/or comply with applicable legal requirements.</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span><bdt class=\"block-component\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\">If you have questions or comments about your privacy rights, you may email us at <bdt class=\"question\">vince@unlost.ai</bdt>.</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"></span></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div id=\"DNT\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">9. CONTROLS FOR DO-NOT-TRACK FEATURES</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Most web browsers and some mobile operating systems and mobile applications include a Do-Not-Track (<bdt class=\"block-component\"></bdt>\\'DNT\\'<bdt class=\"else-block\"></bdt>) feature or setting you can activate to signal your privacy preference not to have data about your online browsing activities monitored and collected. At this stage no uniform technology standard for <bdt class=\"block-component\"></bdt>recognising<bdt class=\"else-block\"></bdt> and implementing DNT signals has been <bdt class=\"block-component\"></bdt>finalised<bdt class=\"else-block\"></bdt>. As such, we do not currently respond to DNT browser signals or any other mechanism that automatically communicates your choice not to be tracked online. If a standard for online tracking is adopted that we must follow in the future, we will inform you about that practice in a revised version of this privacy notice.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"caresidents\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">10. DO CALIFORNIA RESIDENTS HAVE SPECIFIC PRIVACY RIGHTS?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong><em>In Short:\\xa0</em></strong><em>Yes, if you are a resident of California, you are granted specific rights regarding access to your personal information.</em></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">California Civil Code Section 1798.83, also known as the <bdt class=\"block-component\"></bdt>\\'Shine The Light\\'<bdt class=\"else-block\"></bdt> law, permits our users who are California residents to request and obtain from us, once a year and free of charge, information about categories of personal information (if any) we disclosed to third parties for direct marketing purposes and the names and addresses of all third parties with which we shared personal information in the immediately preceding calendar year. If you are a California resident and would like to make such a request, please submit your request in writing to us using the contact information provided below.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If you are under 18 years of age, reside in California, and have a registered account with Services, you have the right to request removal of unwanted data that you publicly post on the Services. To request removal of such data, please contact us using the contact information provided below and include the email address associated with your account and a statement that you reside in California. We will make sure the data is not publicly displayed on the Services, but please be aware that the data may not be completely or comprehensively removed from all our systems (e.g.<bdt class=\"block-component\"></bdt> backups, etc.).<span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"heading_2\" style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><strong>CCPA Privacy Notice</strong></span></span></div><div><div><br></div><div style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">The California Code of Regulations defines a <bdt class=\"block-component\"></bdt>\\'resident\\'<bdt class=\"else-block\"></bdt> as:</span></span></span></span></span></span></div></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5; margin-left: 20px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">(1) every individual who is in the State of California for other than a temporary or transitory purpose and</span></span></span></div><div style=\"line-height: 1.5; margin-left: 20px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">(2) every individual who is domiciled in the State of California who is outside the State of California for a temporary or transitory purpose</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">All other individuals are defined as <bdt class=\"block-component\"></bdt>\\'non-residents\\'.<bdt class=\"else-block\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If this definition of <bdt class=\"block-component\"></bdt>\\'resident\\'<bdt class=\"else-block\"></bdt> applies to you, we must adhere to certain rights and obligations regarding your personal information.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>What categories of personal information do we collect?</strong></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We have collected the following categories of personal information in the past twelve (12) months:<span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><table style=\"width: 100%;\"><tbody><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Category</strong></span></span></span></td><td style=\"width: 51.4385%; border-top: 1px solid black; border-right: 1px solid black;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Examples</strong></span></span></span></td><td style=\"width: 14.9084%; border-right: 1px solid black; border-top: 1px solid black; text-align: center;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Collected</strong></span></span></span></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">A. Identifiers</span></span></span></div></td><td style=\"width: 51.4385%; border-top: 1px solid black; border-right: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Contact details, such as real name, alias, postal address, telephone or mobile contact number, unique personal identifier, online identifier, Internet Protocol address, email address, and account name</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; vertical-align: middle; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>YES<bdt class=\"else-block\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">B. Personal information categories listed in the California Customer Records statute</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Name, contact information, education, employment, employment history, and financial information</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>YES<bdt class=\"else-block\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">C. Protected classification characteristics under California or federal law</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Gender and date of birth</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">D. Commercial information</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Transaction information, purchase history, financial details, and payment information</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">E. Biometric information</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Fingerprints and voiceprints</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">F. Internet or other similar network activity</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Browsing history, search history, online <bdt class=\"block-component\"></bdt>behaviour<bdt class=\"else-block\"></bdt>, interest data, and interactions with our and other websites, applications, systems, and advertisements</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>YES<bdt class=\"else-block\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">G. Geolocation data</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Device location</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">H. Audio, electronic, visual, thermal, olfactory, or similar information</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Images and audio, video or call recordings created in connection with our business activities</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"width: 33.8274%; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">I. Professional or employment-related information</span></span></span></div></td><td style=\"width: 51.4385%; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Business contact details in order to provide you our Services at a business level or job title, work history, and professional qualifications if you apply for a job with us</span></span></span></div></td><td style=\"width: 14.9084%; text-align: center; border-right: 1px solid black; border-top: 1px solid black;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black; width: 33.8274%;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">J. Education Information</span></span></span></div></td><td style=\"border-right: 1px solid black; border-top: 1px solid black; width: 51.4385%;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Student records and directory information</span></span></span></div></td><td style=\"text-align: center; border-right: 1px solid black; border-top: 1px solid black; width: 14.9084%;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>NO<bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"border-width: 1px; border-color: black; border-style: solid; width: 33.8274%;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">K. Inferences drawn from other personal information</span></span></span></div></td><td style=\"border-bottom: 1px solid black; border-top: 1px solid black; border-right: 1px solid black; width: 51.4385%;\"><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Inferences drawn from any of the collected personal information listed above to create a profile or summary about, for example, an individual\u2019s preferences and characteristics</span></span></span></div></td><td style=\"text-align: center; border-right: 1px solid black; border-bottom: 1px solid black; border-top: 1px solid black; width: 14.9084%;\"><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>YES<bdt class=\"else-block\"></span></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><br></div></td></tr><tr><td style=\"border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black;\"><span data-custom-class=\"body_text\">L. Sensitive Personal Information</span></td><td style=\"border-right: 1px solid black; border-bottom: 1px solid black; line-height: 1.5;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></span></bdt></td><td data-custom-class=\"body_text\" style=\"border-right: 1px solid black; border-bottom: 1px solid black; text-align: center; line-height: 1.5;\"><br><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt>NO</span><bdt class=\"statement-end-if-in-editor\"><span data-custom-class=\"body_text\"></span></bdt><br><br></td></tr></tbody></table><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></span></bdt><span data-custom-class=\"body_text\">We will use and retain the collected personal information as needed to provide the Services or for:<bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">Category A - <bdt class=\"question\">6 months</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">Category B - <bdt class=\"question\">6 months</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">Category F - <bdt class=\"question\">6 months</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">Category K - <bdt class=\"question\">6 months</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span><bdt class=\"statement-end-if-in-editor\"><span data-custom-class=\"body_text\"></span></bdt></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We may also collect other personal information outside of these categories through instances where you interact with us in person, online, or by phone or mail in the context of:<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Receiving help through our customer support channels;</span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Participation in customer surveys or contests; and</span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Facilitation in the delivery of our Services and to respond to your inquiries.</span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>How do we use and share your personal information?</strong></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></bdt></bdt></span></span><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">More information about our data collection and sharing practices can be found in this privacy notice<bdt class=\"block-component\"></bdt>.</span></span></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You may contact us <span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span>by email at\\xa0</span><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"question\">vince@unlost.ai</bdt>, <bdt class=\"statement-end-if-in-editor\"></bdt><bdt class=\"block-component\"></bdt></span><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span><span data-custom-class=\"body_text\">or by referring to the contact details at the bottom of this document.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If you are using an <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent to exercise your right to opt out we may deny a request if the <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent does not submit proof that they have been validly <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> to act on your behalf.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Will your information be shared with anyone else?</strong></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We may disclose your personal information with our service providers pursuant to a written contract between us and each service provider. Each service provider is a for-profit entity that processes the information on our behalf, following the same strict privacy protection obligations mandated by the CCPA.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We may use your personal information for our own business purposes, such as for undertaking internal research for technological development and demonstration. This is not considered to be <bdt class=\"block-component\"></bdt>\\'selling\\'<bdt class=\"else-block\"></bdt> of your personal information.<span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We have not disclosed, sold, or shared any personal information to third parties for a business or commercial purpose in the preceding twelve (12) months. We<span style=\"color: rgb(89, 89, 89);\">\\xa0</span>will not sell or share personal information in the future belonging to website visitors, users, and other consumers.<span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></bdt></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><strong>Your rights with respect to your personal data</strong></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><u>Right to request deletion of the data \u2014 Request to delete</u></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You can ask for the deletion of your personal information. If you ask us to delete your personal information, we will respect your request and delete your personal information, subject to certain exceptions provided by law, such as (but not limited to) the exercise by another consumer of his or her right to free speech, our compliance requirements resulting from a legal obligation, or any processing that may be required to protect against illegal activities.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><u>Right to be informed \u2014 Request to know</u></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Depending on the circumstances, you have a right to know:<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">whether we collect and use your personal information;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">the categories of personal information that we collect;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">the purposes for which the collected personal information is used;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">whether we sell or share personal information to third parties;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">the categories of personal information that we sold, shared, or disclosed for a business purpose;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">the categories of third parties to whom the personal information was sold, shared, or disclosed for a business purpose;<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">the business or commercial purpose for collecting, selling, or sharing personal information; and<span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></span></bdt></div><ul><li style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">the specific pieces of personal information we collected about you.<bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">In accordance with applicable law, we are not obligated to provide or delete consumer information that is de-identified in response to a consumer request or to re-identify individual data to verify a consumer request.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><u>Right to Non-Discrimination for the Exercise of a Consumer\u2019s Privacy Rights</u></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We will not discriminate against you if you exercise your privacy rights.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><u><span data-custom-class=\"body_text\">Right to Limit Use and Disclosure of Sensitive Personal Information</span></u></div><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\">We do not process consumer\\'s sensitive personal information.</span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><bdt class=\"statement-end-if-in-editor\"><span data-custom-class=\"body_text\"></span></bdt></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><u>Verification process</u></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">Upon receiving your request, we will need to verify your identity to determine you are the same person about whom we have the information in our system. These verification efforts require us to ask you to provide information so that we can match it with information you have previously provided us. For instance, depending on the type of request you submit, we may ask you to provide certain information so that we can match the information you provide with the information we already have on file, or we may contact you through a communication method (e.g.<bdt class=\"block-component\"></bdt> phone or email) that you have previously provided to us. We may also use other verification methods as the circumstances dictate.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We will only use personal information provided in your request to verify your identity or authority to make the request. To the extent possible, we will avoid requesting additional information from you for the purposes of verification. However, if we cannot verify your identity from the information already maintained by us, we may request that you provide additional information for the purposes of verifying your identity and for security or fraud-prevention purposes. We will delete such additionally provided information as soon as we finish verifying you.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><u>Other privacy rights</u></span></span></span></div><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You may object to the processing of your personal information.<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You may request correction of your personal data if it is incorrect or no longer relevant, or ask to restrict the processing of the information.<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You can designate an <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent to make a request under the CCPA on your behalf. We may deny a request from an <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent that does not submit proof that they have been validly <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> to act on your behalf in accordance with the CCPA.<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span></span></span></span></span></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">You may request to opt out from future selling or sharing of your personal information to third parties. Upon receiving an opt-out request, we will act upon the request as soon as feasibly possible, but no later than fifteen (15) days from the date of the request submission.<span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">To exercise these rights, you can contact us\\xa0</span><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>by email at <bdt class=\"question\">vince@unlost.ai</bdt>, <bdt class=\"statement-end-if-in-editor\"></bdt><bdt class=\"block-component\"></bdt></span><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt></span></span></span></span></span></span></span></span></span></span></span></span><span data-custom-class=\"body_text\">or by referring to the contact details at the bottom of this document. If you have a complaint about how we handle your data, we would like to hear from you.</span><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"><bdt class=\"block-component\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"><bdt class=\"statement-end-if-in-editor\"></bdt></bdt></span></span></span></span></span></span></span></span></span></span></span></bdt></span></span></span></span></span></span></span></span></span></span><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></span></bdt></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span id=\"virginia\" style=\"font-size: 15px;\"><strong><span data-custom-class=\"heading_1\">11. DO VIRGINIA RESIDENTS HAVE SPECIFIC PRIVACY RIGHTS?</span></strong></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><em><strong><span data-custom-class=\"body_text\">In Short:</span></strong><span data-custom-class=\"body_text\">\\xa0Yes, if you are a resident of Virginia, you may be granted specific rights regarding access to and use of your personal information.</span></em></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><strong><span data-custom-class=\"heading_2\">Virginia CDPA Privacy Notice</span></strong></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Under the Virginia Consumer Data Protection Act (CDPA):</span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>\\'Consumer\\'<bdt class=\"else-block\"></bdt> means a natural person who is a resident of the Commonwealth acting only in an individual or household context. It does not include a natural person acting in a commercial or employment context.</span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>\\'Personal data\\'<bdt class=\"else-block\"></bdt> means any information that is linked or reasonably linkable to an identified or identifiable natural person. <bdt class=\"block-component\"></bdt>\\'Personal data\\'<bdt class=\"else-block\"></bdt> does not include de-identified data or publicly available information.</span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></span><span data-custom-class=\"body_text\">\\'Sale of personal data\\'<bdt class=\"else-block\"></bdt> means the exchange of personal data for monetary consideration.</span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If this definition <bdt class=\"block-component\"></bdt>\\'consumer\\'<bdt class=\"else-block\"></bdt> applies to you, we must adhere to certain rights and obligations regarding your personal data.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">The information we collect, use, and disclose about you will vary depending on how you interact with us and our Services. To find out more, please visit the following links:</span><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infocollect\">Personal data we collect</a><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#infouse\">How we use your personal data</a><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"#whoshare\">When and with whom we share your personal data</a><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><u><span data-custom-class=\"body_text\">Your rights with respect to your personal data</span></u></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to be informed whether or not we are processing your personal data</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to access your personal data</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to correct inaccuracies in your personal data</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to request deletion of your personal data</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to obtain a copy of the personal data you previously shared with us</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></li></ul><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></div><ul><li style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Right to opt out of the processing of your personal data if it is used for targeted advertising, the sale of personal data, or profiling in furtherance of decisions that produce legal or similarly significant effects (<bdt class=\"block-component\"></bdt>\\'profiling\\'<bdt class=\"else-block\"></bdt>)</span></span><bdt class=\"statement-end-if-in-editor\"><span style=\"font-size: 15px;\"></span></bdt></li></ul><div data-custom-class=\"body_text\" style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\" style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt>We have not sold any personal data to third parties for business or commercial purposes. We will not sell personal data in the future belonging to website visitors, users, and other consumers.<bdt class=\"else-block\"></bdt></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><u><span data-custom-class=\"body_text\" style=\"font-size: 15px;\">Exercise your rights provided under the Virginia CDPA</span></u></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\" style=\"font-size: 15px;\">More information about our data collection and sharing practices can be found in this privacy notice<bdt class=\"block-component\"></bdt>.</span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"></bdt><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">You may contact us by email at <bdt class=\"question\">vince@unlost.ai</bdt>, <bdt class=\"block-component\"></bdt>by submitting a\\xa0</span><a href=\"https://app.termly.io/notify/5cea5b9c-adbd-4df2-ad54-87d98353049f\" rel=\"noopener noreferrer\" target=\"_blank\"><span data-custom-class=\"link\">data subject access request</span></a><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>, or by referring to the contact details at the bottom of this document.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If you are using an <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent to exercise your rights, we may deny a request if the <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent does not submit proof that they have been validly <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> to act on your behalf.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><u><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Verification process</span></span></u></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">We may request that you provide additional information reasonably necessary to verify you and your consumer\\'s request. If you submit the request through an <bdt class=\"block-component\"></bdt>authorised<bdt class=\"else-block\"></bdt> agent, we may need to collect additional information to verify your identity before processing your request.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">Upon receiving your request, we will respond without undue delay, but in all cases, within forty-five (45) days of receipt. The response period may be extended once by forty-five (45) additional days when reasonably necessary. We will inform you of any such extension within the initial 45-day response period, together with the reason for the extension.</span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><u><span data-custom-class=\"body_text\">Right to appeal</span></u></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><br></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">If we decline to take action regarding your request, we will inform you of our decision and reasoning behind it.\\xa0</span><span data-custom-class=\"body_text\">If you wish to appeal our decision, please email us at <bdt class=\"block-component\"></bdt><bdt class=\"question\">vince@unlost.ai</bdt><bdt class=\"else-block\"></bdt>. Within sixty (60) days of receipt of an appeal, we will inform you in writing of any action taken or not taken in response to the appeal, including a written explanation of the reasons for the decisions. If your appeal if denied, you may contact the\\xa0</span></span><a href=\"https://www.oag.state.va.us/consumer-protection/index.php/file-a-complaint\" rel=\"noopener noreferrer\" target=\"_blank\"><span style=\"font-size: 15px;\"><span data-custom-class=\"link\">Attorney General to submit a complaint</span></span></a><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\">.</span><bdt class=\"statement-end-if-in-editor\"></bdt></span></div><div style=\"line-height: 1.5;\"><bdt class=\"block-component\"><span style=\"font-size: 15px;\"></span></bdt></div><div style=\"line-height: 1.5;\"><br></div><div id=\"policyupdates\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">12. DO WE MAKE UPDATES TO THIS NOTICE?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><em><strong>In Short:\\xa0</strong>Yes, we will update this notice as necessary to stay compliant with relevant laws.</em></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">We may update this privacy notice from time to time. The updated version will be indicated by an updated <bdt class=\"block-component\"></bdt>\\'Revised\\'<bdt class=\"else-block\"></bdt> date and the updated version will be effective as soon as it is accessible. If we make material changes to this privacy notice, we may notify you either by prominently posting a notice of such changes or by directly sending you a notification. We encourage you to review this privacy notice frequently to be informed of how we are protecting your information.</span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"contact\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">13. HOW CAN YOU CONTACT US ABOUT THIS NOTICE?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">If you have questions or comments about this notice, you may <span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>email us at <bdt class=\"question\">vince@unlost.ai</bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></span><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\">\\xa0or contact us by post at:</span></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"question\">Unlost AI</bdt></span></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt></bdt></span></span></span></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"question\">__________</bdt><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></span></bdt></span></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"question\">__________</bdt><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></bdt><bdt class=\"block-component\"></span></span></bdt><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"block-component\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><bdt class=\"question\">United Kingdom</bdt><bdt class=\"else-block\"></span></span></bdt><span data-custom-class=\"body_text\" style=\"font-size: 15px;\"><bdt class=\"question\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"else-block\"></bdt></span></span></span></bdt><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><bdt class=\"statement-end-if-in-editor\"></bdt></span></span></span></bdt></span></span></span></span><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89);\"><bdt class=\"statement-end-if-in-editor\"><span style=\"color: rgb(89, 89, 89);\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"><bdt class=\"block-component\"></bdt></span></span></span></span></span></span><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px;\"><span data-custom-class=\"body_text\"><bdt class=\"statement-end-if-in-editor\"><bdt class=\"block-component\"></bdt></span></span></div><div style=\"line-height: 1.5;\"><br></div><div id=\"request\" style=\"line-height: 1.5;\"><span style=\"color: rgb(127, 127, 127);\"><span style=\"color: rgb(89, 89, 89); font-size: 15px;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span id=\"control\" style=\"color: rgb(0, 0, 0);\"><strong><span data-custom-class=\"heading_1\">14. HOW CAN YOU REVIEW, UPDATE, OR DELETE THE DATA WE COLLECT FROM YOU?</span></strong></span></span></span></span></span></div><div style=\"line-height: 1.5;\"><br></div><div style=\"line-height: 1.5;\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span style=\"font-size: 15px; color: rgb(89, 89, 89);\"><span data-custom-class=\"body_text\"><bdt class=\"block-component\"></bdt>Based on the applicable laws of your country, you may have the right to request access to the personal information we collect from you, change that information, or delete it. <bdt class=\"else-block\"><bdt class=\"block-component\"></bdt>To request to review, update, or delete your personal information, please <bdt class=\"block-component\"></bdt>fill out and submit a\\xa0</span><span style=\"color: rgb(48, 48, 241);\"><span data-custom-class=\"body_text\"><span style=\"font-size: 15px;\"><a data-custom-class=\"link\" href=\"https://app.termly.io/notify/5cea5b9c-adbd-4df2-ad54-87d98353049f\" rel=\"noopener noreferrer\" target=\"_blank\">data subject access request</a></span></span></span><bdt class=\"block-component\"><span data-custom-class=\"body_text\"></bdt></span></span><span data-custom-class=\"body_text\">.</span></span></span></div><style>\\n      ul {\\n        list-style-type: square;\\n      }\\n      ul > li > ul {\\n        list-style-type: circle;\\n      }\\n      ul > li > ul > li > ul {\\n        list-style-type: square;\\n      }\\n      ol li {\\n        font-family: Arial ;\\n      }\\n    </style>\\n      </div>\\n      <div style=\"color: #595959;font-size: 14px;font-family: Arial;padding-top:16px;\">\\n      This privacy policy was created using Termly\\'s <a style=\"color: rgb(48, 48, 241) !important;\" href=\"https://termly.io/products/privacy-policy-generator/\">Privacy Policy Generator</a>.\\n      </div>',\n                                        id: \"PrSdRqDSE\",\n                                        layoutId: \"PrSdRqDSE\",\n                                        style: {\n                                          height: \"100%\",\n                                          width: \"100%\"\n                                        },\n                                        type: \"html\",\n                                        url: \"\",\n                                        width: \"100%\"\n                                      })\n                                    })\n                                  })]\n                                }), document.querySelector(\"#overlay\"))\n                              })\n                            })]\n                          })\n                        })\n                      }), /*#__PURE__*/_jsx(Link, {\n                        href: \"https://twitter.com/unlost_ai\",\n                        children: /*#__PURE__*/_jsx(motion.a, {\n                          className: \"framer-1jnzjig framer-1v8xcrk\",\n                          whileHover: animation31,\n                          children: /*#__PURE__*/_jsx(RichText, {\n                            __fromCanvasComponent: true,\n                            children: /*#__PURE__*/_jsx(React.Fragment, {\n                              children: /*#__PURE__*/_jsx(\"p\", {\n                                style: {\n                                  \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                  \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                  \"--framer-font-size\": \"18px\",\n                                  \"--framer-font-weight\": \"700\",\n                                  \"--framer-text-color\": \"rgb(110, 110, 110)\",\n                                  \"--framer-text-transform\": \"uppercase\"\n                                },\n                                children: \"Twitter\"\n                              })\n                            }),\n                            className: \"framer-1gpdpqq\",\n                            fonts: [\"FS;Satoshi-bold\"],\n                            verticalAlignment: \"top\",\n                            withExternalLayout: true\n                          })\n                        })\n                      }), /*#__PURE__*/_jsx(Link, {\n                        href: \"https://www.linkedin.com/company/unlost-ai\",\n                        children: /*#__PURE__*/_jsx(motion.a, {\n                          className: \"framer-13pmsd0 framer-1v8xcrk\",\n                          whileHover: animation31,\n                          children: /*#__PURE__*/_jsx(RichText, {\n                            __fromCanvasComponent: true,\n                            children: /*#__PURE__*/_jsx(React.Fragment, {\n                              children: /*#__PURE__*/_jsx(\"p\", {\n                                style: {\n                                  \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                  \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                  \"--framer-font-size\": \"18px\",\n                                  \"--framer-font-weight\": \"700\",\n                                  \"--framer-text-color\": \"rgb(110, 110, 110)\",\n                                  \"--framer-text-transform\": \"uppercase\"\n                                },\n                                children: \"Linkedin\"\n                              })\n                            }),\n                            className: \"framer-30kmd1\",\n                            fonts: [\"FS;Satoshi-bold\"],\n                            verticalAlignment: \"top\",\n                            withExternalLayout: true\n                          })\n                        })\n                      })]\n                    })]\n                  }), isDisplayed() && /*#__PURE__*/_jsxs(\"div\", {\n                    className: \"framer-1oc1x9n hidden-juvcvc hidden-eyavr8\",\n                    children: [/*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"RlM7U2F0b3NoaS1ibGFjaw==\",\n                            \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                            \"--framer-font-size\": \"28px\",\n                            \"--framer-font-weight\": \"900\",\n                            \"--framer-text-alignment\": \"center\",\n                            \"--framer-text-color\": \"rgb(71, 71, 71)\"\n                          },\n                          children: \"It connects the dots when you need it\"\n                        })\n                      }),\n                      className: \"framer-keks9h\",\n                      fonts: [\"FS;Satoshi-black\"],\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        Jhlltm21m: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              style: {\n                                \"--font-selector\": \"RlM7U2F0b3NoaS1ib2xk\",\n                                \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                                \"--framer-font-weight\": \"700\",\n                                \"--framer-text-alignment\": \"center\",\n                                \"--framer-text-color\": \"rgb(186, 186, 186)\"\n                              },\n                              children: \"Search in your own words and filter with ease\"\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\": \"RlM7U2F0b3NoaS1ib2xk\",\n                              \"--framer-font-family\": '\"Satoshi\", sans-serif',\n                              \"--framer-font-size\": \"28px\",\n                              \"--framer-font-weight\": \"700\",\n                              \"--framer-text-alignment\": \"center\",\n                              \"--framer-text-color\": \"rgb(186, 186, 186)\"\n                            },\n                            children: \"Search in your own words and filter with ease\"\n                          })\n                        }),\n                        className: \"framer-1cek2qj\",\n                        fonts: [\"FS;Satoshi-bold\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), /*#__PURE__*/_jsx(Container, {\n                      className: \"framer-euzs7m-container\",\n                      children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          Jhlltm21m: {\n                            variant: \"KcdiJP4OK\"\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(Demos, {\n                          height: \"100%\",\n                          id: \"sFPNQLx8F\",\n                          layoutId: \"sFPNQLx8F\",\n                          style: {\n                            height: \"100%\",\n                            width: \"100%\"\n                          },\n                          variant: \"l6X0Ofy_D\",\n                          width: \"100%\"\n                        })\n                      })\n                    })]\n                  })]\n                })\n              })\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-zuS3Y [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: hsl(0, 0%, 100%); }`, \".framer-zuS3Y .framer-1v8xcrk { display: block; }\", \".framer-zuS3Y .framer-juvcvc { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-zuS3Y .framer-13tl7sp-container { flex: none; height: auto; max-width: 100%; position: relative; width: 100%; z-index: 10; }\", \".framer-zuS3Y .framer-1phxggh { background-color: #333333; flex: none; height: 539px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 4239px; z-index: 1; }\", \".framer-zuS3Y .framer-14ql51f { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-zuS3Y .framer-1s6rpzc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 90%; }\", \".framer-zuS3Y .framer-boza9l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\", \".framer-zuS3Y .framer-1svxns2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: 1px; }\", \".framer-zuS3Y .framer-axviaj { 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: 747px; }\", \".framer-zuS3Y .framer-1g5c2ld { flex: none; height: 232px; overflow: hidden; position: relative; width: 853px; }\", \".framer-zuS3Y .framer-bdtezq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: 178px; left: calc(49.941383352872236% - 808px / 2); overflow: visible; position: absolute; top: calc(50.25125628140705% - 178px / 2); white-space: pre-wrap; width: 808px; word-break: break-word; word-wrap: break-word; z-index: 2; }\", \".framer-zuS3Y .framer-njj2nb { --border-bottom-width: 3px; --border-color: #fcebd7; --border-left-width: 3px; --border-right-width: 3px; --border-style: solid; --border-top-width: 3px; background-color: rgba(252, 235, 215, 0.18); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 16px; flex: none; height: 92px; left: 214px; overflow: hidden; position: absolute; transform: perspective(1200px); width: 594px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\", \".framer-zuS3Y .framer-17wdt0s { align-content: center; align-items: center; bottom: -15px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 795px; padding: 0px 0px 0px 0px; position: absolute; transform: perspective(1200px); width: min-content; z-index: 4; }\", \".framer-zuS3Y .framer-w2cre8 { flex: none; height: 46px; overflow: hidden; position: relative; width: 40px; }\", \".framer-zuS3Y .framer-1nhb5ie { flex: none; height: 25px; left: 6px; position: absolute; top: 8px; width: 22px; }\", \".framer-zuS3Y .framer-weoe8h { flex: none; height: 64px; left: 162px; overflow: hidden; position: absolute; top: 40px; width: 211px; }\", \".framer-zuS3Y .framer-1ddsqkj { background-color: rgba(168, 203, 255, 0.6); bottom: 0px; flex: none; left: 0px; opacity: 0.6; overflow: hidden; position: absolute; right: 0px; top: 0px; transform: perspective(1200px); z-index: 1; }\", \".framer-zuS3Y .framer-imu5bf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 362px; overflow: hidden; padding: 0px 0px 0px 0px; position: absolute; top: 34px; transform: perspective(1200px); width: min-content; z-index: 4; }\", \".framer-zuS3Y .framer-144aqno { aspect-ratio: 0.33064516129032256 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 75px); position: relative; width: 25px; }\", \".framer-zuS3Y .framer-1wdr8l5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 70px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-zuS3Y .framer-1v4iy49 { --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; width: auto; }\", \".framer-zuS3Y .framer-8lho1c { --border-bottom-width: 1px; --border-color: #f0f0f0; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.606936416184971 / 1; border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; box-shadow: 0px 0.6021873017743928px 1.3248120639036642px -0.16666666666666666px rgba(0, 0, 0, 0.04), 0px 2.288533303243457px 5.034773267135606px -0.3333333333333333px rgba(0, 0, 0, 0.07077), 0px 10px 22px -0.5px rgba(0, 0, 0, 0.225); flex: none; height: var(--framer-aspect-ratio-supported, 502px); position: relative; width: 807px; }\", \".framer-zuS3Y .framer-18coitj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 0px 12px 0px; position: relative; width: min-content; }\", \".framer-zuS3Y .framer-1dehr7o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px 0px 0px 0px; position: relative; width: 724px; }\", \".framer-zuS3Y .framer-1q7serl, .framer-zuS3Y .framer-959neo, .framer-zuS3Y .framer-1x8815p, .framer-zuS3Y .framer-1q77vmv, .framer-zuS3Y .framer-1m18whq, .framer-zuS3Y .framer-1bisw6o, .framer-zuS3Y .framer-krb42k, .framer-zuS3Y .framer-17oe26j, .framer-zuS3Y .framer-1s8pnjq, .framer-zuS3Y .framer-crgxvx, .framer-zuS3Y .framer-1wkkbrg, .framer-zuS3Y .framer-1cgvy97, .framer-zuS3Y .framer-m0f0fp, .framer-zuS3Y .framer-1sfksmk, .framer-zuS3Y .framer-16h2qwm, .framer-zuS3Y .framer-a2trfk, .framer-zuS3Y .framer-1gpdpqq, .framer-zuS3Y .framer-30kmd1, .framer-zuS3Y .framer-keks9h { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-zuS3Y .framer-6s7zxk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 43px; height: min-content; justify-content: center; opacity: 0.73; padding: 0px 0px 0px 0px; position: relative; width: 724px; }\", \".framer-zuS3Y .framer-px40f2 { aspect-ratio: 3.3273809523809526 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); overflow: visible; position: relative; width: 93px; }\", \".framer-zuS3Y .framer-gdmelt { aspect-ratio: 4.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); overflow: visible; position: relative; width: 86px; }\", \".framer-zuS3Y .framer-da06bq { aspect-ratio: 4.421052631578948 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 15px); overflow: hidden; position: relative; width: 66px; }\", \".framer-zuS3Y .framer-1expope { aspect-ratio: 4.217948717948718 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); position: relative; width: 93px; }\", \".framer-zuS3Y .framer-1g4jdnn { aspect-ratio: 4.963350785340314 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 18px); overflow: visible; position: relative; width: 89px; }\", \".framer-zuS3Y .framer-1qyn408 { aspect-ratio: 5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); overflow: hidden; position: relative; width: 70px; }\", \".framer-zuS3Y .framer-7l62yf { aspect-ratio: 4.403225806451613 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); position: relative; width: 84px; }\", \".framer-zuS3Y .framer-85btc4-container, .framer-zuS3Y .framer-13hhuhc-container { flex: none; height: auto; position: relative; width: auto; }\", \".framer-zuS3Y .framer-v0d4nk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-zuS3Y .framer-1afjptt { flex: none; height: 170px; overflow: hidden; position: relative; width: 1012px; }\", \".framer-zuS3Y .framer-1tnihy3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: 120px; left: calc(50.00000000000002% - 1012px / 2); position: absolute; top: calc(50.00000000000002% - 120px / 2); transform: perspective(1200px); white-space: pre-wrap; width: 1012px; word-break: break-word; word-wrap: break-word; z-index: 1; }\", \".framer-zuS3Y .framer-1h6aie { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: 120px; left: 0px; position: absolute; top: calc(50.00000000000002% - 120px / 2); white-space: pre-wrap; width: 1012px; word-break: break-word; word-wrap: break-word; }\", \".framer-zuS3Y .framer-mqwiv5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-zuS3Y .framer-122y773, .framer-zuS3Y .framer-mudcq, .framer-zuS3Y .framer-kns9oo, .framer-zuS3Y .framer-wc1f1h { flex: none; height: 72px; overflow: hidden; position: relative; width: 100%; }\", \".framer-zuS3Y .framer-l3cd8w, .framer-zuS3Y .framer-1d5rntl, .framer-zuS3Y .framer-iud8dy, .framer-zuS3Y .framer-efy3ty { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: 43px; left: 0px; position: absolute; right: 0px; top: calc(50.00000000000002% - 43px / 2); transform: perspective(1200px); white-space: pre-wrap; word-break: break-word; word-wrap: break-word; z-index: 1; }\", \".framer-zuS3Y .framer-aimewe, .framer-zuS3Y .framer-3nhciz, .framer-zuS3Y .framer-hlwy1m, .framer-zuS3Y .framer-gw7gqu { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: 43px; left: 0px; position: absolute; right: 0px; top: calc(50.00000000000002% - 43px / 2); white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\", \".framer-zuS3Y .framer-sseqrv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 36px 36px 36px 36px; position: relative; width: 100%; }\", \".framer-zuS3Y .framer-1r9rin6 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 991px; word-break: break-word; word-wrap: break-word; }\", \".framer-zuS3Y .framer-1hfw1h3, .framer-zuS3Y .framer-hx9hjj, .framer-zuS3Y .framer-4k89yq, .framer-zuS3Y .framer-1ju7jgu, .framer-zuS3Y .framer-o91y3x, .framer-zuS3Y .framer-bnew27, .framer-zuS3Y .framer-1fab19v, .framer-zuS3Y .framer-1jl7cs2, .framer-zuS3Y .framer-1cek2qj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-zuS3Y .framer-1yvbdhk { 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: 36px 36px 36px 36px; position: relative; width: min-content; }\", \".framer-zuS3Y .framer-y83xt5 { background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 0.48290122862090357px 2.414506143104518px 0px rgba(0, 0, 0, 0.03), 0px 4px 20px 0px rgba(0, 0, 0, 0.25); flex: none; height: 295px; overflow: hidden; position: relative; width: 598px; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-1r69l9u { flex: none; height: 252px; left: calc(51.6722408026756% - 305px / 2); overflow: hidden; position: absolute; top: calc(51.186440677966125% - 252px / 2); width: 305px; }\", \".framer-zuS3Y .framer-12yvttj { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; bottom: 7px; flex: none; height: 139px; left: calc(49.83606557377052% - 284px / 2); overflow: hidden; position: absolute; transform: perspective(1200px); width: 284px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\", \".framer-zuS3Y .framer-1jfre6v { background-color: #d9d9d9; border-bottom-left-radius: 4px; border-top-left-radius: 4px; flex: none; height: 16px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-18e6wnr { background-color: #d9d9d9; border-bottom-right-radius: 4px; border-top-right-radius: 4px; flex: none; height: 16px; left: 0px; overflow: hidden; position: absolute; top: 20px; width: 121px; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-a3969 { background-color: rgba(0, 0, 0, 0.05); border-bottom-left-radius: 4px; border-top-left-radius: 4px; flex: none; height: 16px; overflow: hidden; position: absolute; right: 0px; top: 20px; width: 159px; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-1miu1hw { background-color: rgba(0, 0, 0, 0.05); flex: none; height: 16px; left: 0px; overflow: hidden; position: absolute; right: -1px; top: 40px; }\", \".framer-zuS3Y .framer-1d2i5pc { background-color: rgba(0, 0, 0, 0.05); flex: none; height: 16px; left: calc(50.00000000000002% - 285px / 2); overflow: hidden; position: absolute; top: 60px; width: 285px; }\", \".framer-zuS3Y .framer-1q1etbh { background-color: rgba(0, 0, 0, 0.05); border-bottom-right-radius: 4px; border-top-right-radius: 4px; flex: none; height: 16px; left: calc(7.042253521126783% - 41px / 2); overflow: hidden; position: absolute; top: 80px; width: 41px; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-1iq2m8m { background-color: #ffebdb; border-bottom-right-radius: 4px; border-top-right-radius: 4px; flex: none; height: 16px; left: calc(35.9154929577465% - 206px / 2); overflow: hidden; position: absolute; top: 100px; width: 206px; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-u5u61b { background-color: #ffebdb; border-bottom-left-radius: 4px; border-top-left-radius: 4px; flex: none; height: 16px; left: calc(58.0985915492958% - 241px / 2); overflow: hidden; position: absolute; top: 80px; width: 241px; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-wnxv4m { background-color: #d9d9d9; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-right-radius: 4px; flex: none; height: 16px; left: calc(49.647887323943685% - 285px / 2); overflow: hidden; position: absolute; top: 120px; width: 285px; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-k3v8ah { background-color: #d9d9d9; border-bottom-left-radius: 4px; border-top-left-radius: 4px; flex: none; height: 16px; left: calc(86.61971830985917% - 76px / 2); overflow: hidden; position: absolute; top: 100px; width: 76px; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-6cboel { background-color: #fafafa; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 0px; flex: none; height: 155px; left: 0px; overflow: hidden; position: absolute; right: 0px; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-1inzt0j { background-color: #fafafa; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 168px; flex: none; height: 84px; left: 0px; overflow: hidden; position: absolute; right: 0px; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-1b47fmk { bottom: 7px; flex: none; height: 14px; left: calc(50.16393442622953% - 285px / 2); overflow: hidden; position: absolute; transform: perspective(1200px); width: 285px; z-index: 1; }\", \".framer-zuS3Y .framer-tnplxi { background-color: #e0f1ff; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 94px; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-1e535o3 { background-color: #e0f1ff; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; bottom: 0px; flex: none; left: 226px; overflow: hidden; position: absolute; top: 0px; width: 59px; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-1mdknvc { background-color: #fff0f0; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; flex: none; height: 45px; left: calc(49.83606557377052% - 284px / 2); overflow: hidden; position: absolute; top: 11px; transform: perspective(1200px); width: 284px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\", \".framer-zuS3Y .framer-km0pgh { flex: none; height: 8px; left: 12px; overflow: hidden; position: absolute; top: 11px; width: 38px; }\", \".framer-zuS3Y .framer-1wt13l0 { aspect-ratio: 1 / 1; background-color: #ff5f57; border-bottom-left-radius: 339px; border-bottom-right-radius: 339px; border-top-left-radius: 339px; border-top-right-radius: 339px; bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 0px; width: var(--framer-aspect-ratio-supported, 8px); will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-1wcmnik { aspect-ratio: 1 / 1; background-color: #febc30; border-bottom-left-radius: 339px; border-bottom-right-radius: 339px; border-top-left-radius: 339px; border-top-right-radius: 339px; bottom: 0px; flex: none; left: 50%; overflow: hidden; position: absolute; top: 0px; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 8px); will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-1n3t01e { aspect-ratio: 1 / 1; background-color: #28c841; border-bottom-left-radius: 339px; border-bottom-right-radius: 339px; border-top-left-radius: 339px; border-top-right-radius: 339px; bottom: 0px; flex: none; overflow: hidden; position: absolute; right: 0px; top: 0px; width: var(--framer-aspect-ratio-supported, 8px); will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-1qd1of9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\", \".framer-zuS3Y .framer-job5z7-container, .framer-zuS3Y .framer-euzs7m-container { flex: none; height: 588px; position: relative; width: 1045px; }\", \".framer-zuS3Y .framer-2y4fgn { align-content: center; align-items: center; background-color: #f0f0f0; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 40px 40px 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-1qthnaz, .framer-zuS3Y .framer-1hqf9jn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 1080px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-zuS3Y .framer-1bcrbcq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 21px; height: 185px; justify-content: center; max-width: 1080px; overflow: hidden; padding: 16px 0px 16px 0px; position: relative; width: 100%; }\", \".framer-zuS3Y .framer-rncxbq, .framer-zuS3Y .framer-1mt42xg, .framer-zuS3Y .framer-jybanf, .framer-zuS3Y .framer-xtlom9 { align-content: flex-start; align-items: flex-start; background-color: #f0f0f0; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-zuS3Y .framer-1uh4ln0, .framer-zuS3Y .framer-psuk9e, .framer-zuS3Y .framer-woo69z, .framer-zuS3Y .framer-1dmrp2x { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); position: relative; width: 36px; }\", \".framer-zuS3Y .framer-9jrquy, .framer-zuS3Y .framer-awffxw, .framer-zuS3Y .framer-czozl1, .framer-zuS3Y .framer-ay2bg3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 210px; word-break: break-word; word-wrap: break-word; }\", \".framer-zuS3Y .framer-iqhef6, .framer-zuS3Y .framer-1mxnqn7, .framer-zuS3Y .framer-pihuqv, .framer-zuS3Y .framer-1bctt1x { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 400px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-zuS3Y .framer-1hh720r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 12px 80px 12px; position: relative; width: 100%; }\", \".framer-zuS3Y .framer-1fgpmvq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1080px; overflow: hidden; padding: 24px 24px 24px 24px; position: relative; width: 100%; }\", \".framer-zuS3Y .framer-4hzilm, .framer-zuS3Y .framer-ur7kvz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-zuS3Y .framer-1q54iyp { align-content: flex-start; align-items: flex-start; background-color: #3d3d3d; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-1a1jnax, .framer-zuS3Y .framer-h6iq5c, .framer-zuS3Y .framer-vwss8c, .framer-zuS3Y .framer-1nar138 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 18px 18px 9px 18px; position: relative; width: 100%; }\", \".framer-zuS3Y .framer-9kb33a, .framer-zuS3Y .framer-z4c365, .framer-zuS3Y .framer-jbsxt, .framer-zuS3Y .framer-1391ki3 { 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: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-zuS3Y .framer-1nmwq28 { flex: none; height: 24px; position: relative; width: 24px; }\", \".framer-zuS3Y .framer-1g6zhfw, .framer-zuS3Y .framer-4uoc4z, .framer-zuS3Y .framer-14cy95n, .framer-zuS3Y .framer-elzlgg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 18px 8px 18px; position: relative; width: 100%; }\", \".framer-zuS3Y .framer-fqdo5k, .framer-zuS3Y .framer-ffnbju, .framer-zuS3Y .framer-ur0qvl, .framer-zuS3Y .framer-14ts9p1 { 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: 18px 18px 18px 18px; position: relative; width: min-content; }\", \".framer-zuS3Y .framer-1jmextu, .framer-zuS3Y .framer-1gd1vdj { align-content: center; align-items: center; background-color: #474747; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 30px; justify-content: center; overflow: hidden; padding: 8px 16px 8px 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-1sr6iqx { align-content: flex-start; align-items: flex-start; align-self: stretch; background-color: #3d3d3d; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-16ie95g, .framer-zuS3Y .framer-1wo5w17, .framer-zuS3Y .framer-1l56dc5 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\", \".framer-zuS3Y .framer-nxscu2, .framer-zuS3Y .framer-2tf7u5 { align-content: center; align-items: center; background-color: #474747; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 30px; justify-content: center; overflow: hidden; padding: 8px 16px 8px 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-q4kdg5, .framer-zuS3Y .framer-ceskzt, .framer-zuS3Y .framer-d0h4be { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); position: relative; width: 14px; }\", \".framer-zuS3Y .framer-dj5qyd, .framer-zuS3Y .framer-13mahu2 { align-content: flex-start; align-items: flex-start; background-color: #3d3d3d; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-pk7fi7 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); overflow: visible; position: relative; width: 14px; }\", \".framer-zuS3Y .framer-1qkeotm { aspect-ratio: 1.3309859154929577 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); overflow: visible; position: relative; width: 19px; }\", \".framer-zuS3Y .framer-1nhsytd { aspect-ratio: 1.144578313253012 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); overflow: visible; position: relative; width: 16px; }\", \".framer-zuS3Y .framer-eccvom { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #363636; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 30px; justify-content: center; overflow: hidden; padding: 8px 16px 8px 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-16sui4p { aspect-ratio: 0.8846153846153846 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); left: 171px; overflow: hidden; position: absolute; top: 74%; transform: translateY(-50%); width: 23px; z-index: 1; }\", \".framer-zuS3Y .framer-1ax4b4 { aspect-ratio: 0.9333333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); left: 48%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 19px; }\", \".framer-zuS3Y .framer-1cokd2o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 336px; justify-content: center; overflow: hidden; padding: 80px 0px 0px 0px; position: relative; width: 950px; }\", \".framer-zuS3Y .framer-118xwv2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1080px; overflow: hidden; padding: 40px 40px 40px 40px; position: relative; width: 100%; }\", \".framer-zuS3Y .framer-oxssw1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 98%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-zuS3Y .framer-1fx2bwl { 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: 98%; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-zuS3Y .framer-1v36vmw-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 2; }\", \".framer-zuS3Y .framer-1pj1h9c { align-content: center; align-items: center; 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-zuS3Y .framer-1a208id { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 58px; justify-content: space-between; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: 100%; }\", \".framer-zuS3Y .framer-1kvijeb, .framer-zuS3Y .framer-t8r8wq { 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: min-content; }\", \".framer-zuS3Y .framer-1p0sg29, .framer-zuS3Y .framer-zcwrgu { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 20px 20px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-t4bp2i, .framer-zuS3Y .framer-a190sj, .framer-zuS3Y .framer-1jnzjig, .framer-zuS3Y .framer-13pmsd0 { align-content: center; align-items: center; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 20px 20px 20px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-1ikqkht { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 29px; justify-content: center; overflow: hidden; padding: 20px 20px 20px 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-1sk145f, .framer-zuS3Y .framer-xn5fgv { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 1; }\", \".framer-zuS3Y .framer-lqnm9c, .framer-zuS3Y .framer-1qazsp8 { background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); flex: none; height: 576px; left: calc(49.916666666666686% - 73.25% / 2); overflow: hidden; overflow-y: auto; position: fixed; top: calc(50.00000000000002% - 576px / 2); width: 73%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\", \".framer-zuS3Y .framer-1bbdt7l-container { bottom: -11348px; flex: none; height: 11892px; left: calc(50.05688282138796% - 804px / 2); position: absolute; width: 804px; }\", \".framer-zuS3Y .framer-1sl69ag-container { bottom: -14154px; flex: none; height: 14717px; left: calc(49.915682967959555% - 555px / 2); position: absolute; width: 555px; }\", \".framer-zuS3Y .framer-10ojpnv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 170px; justify-content: space-between; overflow: hidden; padding: 0px 48px 0px 48px; position: relative; width: 100%; }\", \".framer-zuS3Y .framer-ai8mir { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 29px; justify-content: center; overflow: hidden; padding: 9px 9px 9px 9px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\", \".framer-zuS3Y .framer-ieykvg-container { bottom: -25519px; flex: none; left: calc(50.00000000000002% - 254px / 2); position: absolute; top: 0px; width: 254px; }\", \".framer-zuS3Y .framer-1oc1x9n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 0px 140px 0px; position: relative; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-zuS3Y .framer-juvcvc, .framer-zuS3Y .framer-14ql51f, .framer-zuS3Y .framer-1s6rpzc, .framer-zuS3Y .framer-boza9l, .framer-zuS3Y .framer-1svxns2, .framer-zuS3Y .framer-axviaj, .framer-zuS3Y .framer-17wdt0s, .framer-zuS3Y .framer-imu5bf, .framer-zuS3Y .framer-1wdr8l5, .framer-zuS3Y .framer-18coitj, .framer-zuS3Y .framer-1dehr7o, .framer-zuS3Y .framer-6s7zxk, .framer-zuS3Y .framer-v0d4nk, .framer-zuS3Y .framer-mqwiv5, .framer-zuS3Y .framer-sseqrv, .framer-zuS3Y .framer-1yvbdhk, .framer-zuS3Y .framer-1qd1of9, .framer-zuS3Y .framer-2y4fgn, .framer-zuS3Y .framer-1bcrbcq, .framer-zuS3Y .framer-rncxbq, .framer-zuS3Y .framer-1mt42xg, .framer-zuS3Y .framer-jybanf, .framer-zuS3Y .framer-xtlom9, .framer-zuS3Y .framer-1hh720r, .framer-zuS3Y .framer-1fgpmvq, .framer-zuS3Y .framer-4hzilm, .framer-zuS3Y .framer-1q54iyp, .framer-zuS3Y .framer-9kb33a, .framer-zuS3Y .framer-1g6zhfw, .framer-zuS3Y .framer-fqdo5k, .framer-zuS3Y .framer-1jmextu, .framer-zuS3Y .framer-1sr6iqx, .framer-zuS3Y .framer-z4c365, .framer-zuS3Y .framer-4uoc4z, .framer-zuS3Y .framer-ffnbju, .framer-zuS3Y .framer-nxscu2, .framer-zuS3Y .framer-2tf7u5, .framer-zuS3Y .framer-ur7kvz, .framer-zuS3Y .framer-dj5qyd, .framer-zuS3Y .framer-jbsxt, .framer-zuS3Y .framer-14cy95n, .framer-zuS3Y .framer-ur0qvl, .framer-zuS3Y .framer-1gd1vdj, .framer-zuS3Y .framer-13mahu2, .framer-zuS3Y .framer-1391ki3, .framer-zuS3Y .framer-elzlgg, .framer-zuS3Y .framer-14ts9p1, .framer-zuS3Y .framer-eccvom, .framer-zuS3Y .framer-1cokd2o, .framer-zuS3Y .framer-118xwv2, .framer-zuS3Y .framer-1fx2bwl, .framer-zuS3Y .framer-1pj1h9c, .framer-zuS3Y .framer-1kvijeb, .framer-zuS3Y .framer-1p0sg29, .framer-zuS3Y .framer-zcwrgu, .framer-zuS3Y .framer-t8r8wq, .framer-zuS3Y .framer-t4bp2i, .framer-zuS3Y .framer-a190sj, .framer-zuS3Y .framer-1ikqkht, .framer-zuS3Y .framer-ai8mir, .framer-zuS3Y .framer-1jnzjig, .framer-zuS3Y .framer-13pmsd0, .framer-zuS3Y .framer-1oc1x9n { gap: 0px; } .framer-zuS3Y .framer-juvcvc > *, .framer-zuS3Y .framer-1q54iyp > *, .framer-zuS3Y .framer-1sr6iqx > *, .framer-zuS3Y .framer-dj5qyd > *, .framer-zuS3Y .framer-13mahu2 > *, .framer-zuS3Y .framer-1pj1h9c > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zuS3Y .framer-juvcvc > :first-child, .framer-zuS3Y .framer-1s6rpzc > :first-child, .framer-zuS3Y .framer-1svxns2 > :first-child, .framer-zuS3Y .framer-axviaj > :first-child, .framer-zuS3Y .framer-1wdr8l5 > :first-child, .framer-zuS3Y .framer-18coitj > :first-child, .framer-zuS3Y .framer-v0d4nk > :first-child, .framer-zuS3Y .framer-mqwiv5 > :first-child, .framer-zuS3Y .framer-sseqrv > :first-child, .framer-zuS3Y .framer-1qd1of9 > :first-child, .framer-zuS3Y .framer-2y4fgn > :first-child, .framer-zuS3Y .framer-rncxbq > :first-child, .framer-zuS3Y .framer-1mt42xg > :first-child, .framer-zuS3Y .framer-jybanf > :first-child, .framer-zuS3Y .framer-xtlom9 > :first-child, .framer-zuS3Y .framer-1hh720r > :first-child, .framer-zuS3Y .framer-1fgpmvq > :first-child, .framer-zuS3Y .framer-1q54iyp > :first-child, .framer-zuS3Y .framer-1g6zhfw > :first-child, .framer-zuS3Y .framer-1sr6iqx > :first-child, .framer-zuS3Y .framer-4uoc4z > :first-child, .framer-zuS3Y .framer-dj5qyd > :first-child, .framer-zuS3Y .framer-14cy95n > :first-child, .framer-zuS3Y .framer-13mahu2 > :first-child, .framer-zuS3Y .framer-elzlgg > :first-child, .framer-zuS3Y .framer-1cokd2o > :first-child, .framer-zuS3Y .framer-118xwv2 > :first-child, .framer-zuS3Y .framer-1pj1h9c > :first-child, .framer-zuS3Y .framer-1oc1x9n > :first-child { margin-top: 0px; } .framer-zuS3Y .framer-juvcvc > :last-child, .framer-zuS3Y .framer-1s6rpzc > :last-child, .framer-zuS3Y .framer-1svxns2 > :last-child, .framer-zuS3Y .framer-axviaj > :last-child, .framer-zuS3Y .framer-1wdr8l5 > :last-child, .framer-zuS3Y .framer-18coitj > :last-child, .framer-zuS3Y .framer-v0d4nk > :last-child, .framer-zuS3Y .framer-mqwiv5 > :last-child, .framer-zuS3Y .framer-sseqrv > :last-child, .framer-zuS3Y .framer-1qd1of9 > :last-child, .framer-zuS3Y .framer-2y4fgn > :last-child, .framer-zuS3Y .framer-rncxbq > :last-child, .framer-zuS3Y .framer-1mt42xg > :last-child, .framer-zuS3Y .framer-jybanf > :last-child, .framer-zuS3Y .framer-xtlom9 > :last-child, .framer-zuS3Y .framer-1hh720r > :last-child, .framer-zuS3Y .framer-1fgpmvq > :last-child, .framer-zuS3Y .framer-1q54iyp > :last-child, .framer-zuS3Y .framer-1g6zhfw > :last-child, .framer-zuS3Y .framer-1sr6iqx > :last-child, .framer-zuS3Y .framer-4uoc4z > :last-child, .framer-zuS3Y .framer-dj5qyd > :last-child, .framer-zuS3Y .framer-14cy95n > :last-child, .framer-zuS3Y .framer-13mahu2 > :last-child, .framer-zuS3Y .framer-elzlgg > :last-child, .framer-zuS3Y .framer-1cokd2o > :last-child, .framer-zuS3Y .framer-118xwv2 > :last-child, .framer-zuS3Y .framer-1pj1h9c > :last-child, .framer-zuS3Y .framer-1oc1x9n > :last-child { margin-bottom: 0px; } .framer-zuS3Y .framer-14ql51f > *, .framer-zuS3Y .framer-17wdt0s > *, .framer-zuS3Y .framer-imu5bf > *, .framer-zuS3Y .framer-1dehr7o > *, .framer-zuS3Y .framer-1yvbdhk > *, .framer-zuS3Y .framer-9kb33a > *, .framer-zuS3Y .framer-fqdo5k > *, .framer-zuS3Y .framer-1jmextu > *, .framer-zuS3Y .framer-z4c365 > *, .framer-zuS3Y .framer-ffnbju > *, .framer-zuS3Y .framer-jbsxt > *, .framer-zuS3Y .framer-ur0qvl > *, .framer-zuS3Y .framer-1gd1vdj > *, .framer-zuS3Y .framer-1391ki3 > *, .framer-zuS3Y .framer-14ts9p1 > *, .framer-zuS3Y .framer-eccvom > *, .framer-zuS3Y .framer-1fx2bwl > *, .framer-zuS3Y .framer-1kvijeb > *, .framer-zuS3Y .framer-1p0sg29 > *, .framer-zuS3Y .framer-zcwrgu > *, .framer-zuS3Y .framer-t8r8wq > *, .framer-zuS3Y .framer-t4bp2i > *, .framer-zuS3Y .framer-a190sj > *, .framer-zuS3Y .framer-1ikqkht > *, .framer-zuS3Y .framer-ai8mir > *, .framer-zuS3Y .framer-1jnzjig > *, .framer-zuS3Y .framer-13pmsd0 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zuS3Y .framer-14ql51f > :first-child, .framer-zuS3Y .framer-boza9l > :first-child, .framer-zuS3Y .framer-17wdt0s > :first-child, .framer-zuS3Y .framer-imu5bf > :first-child, .framer-zuS3Y .framer-1dehr7o > :first-child, .framer-zuS3Y .framer-6s7zxk > :first-child, .framer-zuS3Y .framer-1yvbdhk > :first-child, .framer-zuS3Y .framer-1bcrbcq > :first-child, .framer-zuS3Y .framer-4hzilm > :first-child, .framer-zuS3Y .framer-9kb33a > :first-child, .framer-zuS3Y .framer-fqdo5k > :first-child, .framer-zuS3Y .framer-1jmextu > :first-child, .framer-zuS3Y .framer-z4c365 > :first-child, .framer-zuS3Y .framer-ffnbju > :first-child, .framer-zuS3Y .framer-nxscu2 > :first-child, .framer-zuS3Y .framer-2tf7u5 > :first-child, .framer-zuS3Y .framer-ur7kvz > :first-child, .framer-zuS3Y .framer-jbsxt > :first-child, .framer-zuS3Y .framer-ur0qvl > :first-child, .framer-zuS3Y .framer-1gd1vdj > :first-child, .framer-zuS3Y .framer-1391ki3 > :first-child, .framer-zuS3Y .framer-14ts9p1 > :first-child, .framer-zuS3Y .framer-eccvom > :first-child, .framer-zuS3Y .framer-1fx2bwl > :first-child, .framer-zuS3Y .framer-1kvijeb > :first-child, .framer-zuS3Y .framer-1p0sg29 > :first-child, .framer-zuS3Y .framer-zcwrgu > :first-child, .framer-zuS3Y .framer-t8r8wq > :first-child, .framer-zuS3Y .framer-t4bp2i > :first-child, .framer-zuS3Y .framer-a190sj > :first-child, .framer-zuS3Y .framer-1ikqkht > :first-child, .framer-zuS3Y .framer-ai8mir > :first-child, .framer-zuS3Y .framer-1jnzjig > :first-child, .framer-zuS3Y .framer-13pmsd0 > :first-child { margin-left: 0px; } .framer-zuS3Y .framer-14ql51f > :last-child, .framer-zuS3Y .framer-boza9l > :last-child, .framer-zuS3Y .framer-17wdt0s > :last-child, .framer-zuS3Y .framer-imu5bf > :last-child, .framer-zuS3Y .framer-1dehr7o > :last-child, .framer-zuS3Y .framer-6s7zxk > :last-child, .framer-zuS3Y .framer-1yvbdhk > :last-child, .framer-zuS3Y .framer-1bcrbcq > :last-child, .framer-zuS3Y .framer-4hzilm > :last-child, .framer-zuS3Y .framer-9kb33a > :last-child, .framer-zuS3Y .framer-fqdo5k > :last-child, .framer-zuS3Y .framer-1jmextu > :last-child, .framer-zuS3Y .framer-z4c365 > :last-child, .framer-zuS3Y .framer-ffnbju > :last-child, .framer-zuS3Y .framer-nxscu2 > :last-child, .framer-zuS3Y .framer-2tf7u5 > :last-child, .framer-zuS3Y .framer-ur7kvz > :last-child, .framer-zuS3Y .framer-jbsxt > :last-child, .framer-zuS3Y .framer-ur0qvl > :last-child, .framer-zuS3Y .framer-1gd1vdj > :last-child, .framer-zuS3Y .framer-1391ki3 > :last-child, .framer-zuS3Y .framer-14ts9p1 > :last-child, .framer-zuS3Y .framer-eccvom > :last-child, .framer-zuS3Y .framer-1fx2bwl > :last-child, .framer-zuS3Y .framer-1kvijeb > :last-child, .framer-zuS3Y .framer-1p0sg29 > :last-child, .framer-zuS3Y .framer-zcwrgu > :last-child, .framer-zuS3Y .framer-t8r8wq > :last-child, .framer-zuS3Y .framer-t4bp2i > :last-child, .framer-zuS3Y .framer-a190sj > :last-child, .framer-zuS3Y .framer-1ikqkht > :last-child, .framer-zuS3Y .framer-ai8mir > :last-child, .framer-zuS3Y .framer-1jnzjig > :last-child, .framer-zuS3Y .framer-13pmsd0 > :last-child { margin-right: 0px; } .framer-zuS3Y .framer-1s6rpzc > *, .framer-zuS3Y .framer-1wdr8l5 > *, .framer-zuS3Y .framer-18coitj > *, .framer-zuS3Y .framer-v0d4nk > *, .framer-zuS3Y .framer-sseqrv > *, .framer-zuS3Y .framer-2y4fgn > *, .framer-zuS3Y .framer-1g6zhfw > *, .framer-zuS3Y .framer-4uoc4z > *, .framer-zuS3Y .framer-14cy95n > *, .framer-zuS3Y .framer-elzlgg > *, .framer-zuS3Y .framer-1cokd2o > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zuS3Y .framer-boza9l > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-zuS3Y .framer-1svxns2 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-zuS3Y .framer-axviaj > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-zuS3Y .framer-6s7zxk > * { margin: 0px; margin-left: calc(43px / 2); margin-right: calc(43px / 2); } .framer-zuS3Y .framer-mqwiv5 > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-zuS3Y .framer-1qd1of9 > *, .framer-zuS3Y .framer-1oc1x9n > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-zuS3Y .framer-1bcrbcq > * { margin: 0px; margin-left: calc(21px / 2); margin-right: calc(21px / 2); } .framer-zuS3Y .framer-rncxbq > *, .framer-zuS3Y .framer-1mt42xg > *, .framer-zuS3Y .framer-jybanf > *, .framer-zuS3Y .framer-xtlom9 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-zuS3Y .framer-1hh720r > *, .framer-zuS3Y .framer-1fgpmvq > *, .framer-zuS3Y .framer-118xwv2 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-zuS3Y .framer-4hzilm > *, .framer-zuS3Y .framer-ur7kvz > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-zuS3Y .framer-nxscu2 > *, .framer-zuS3Y .framer-2tf7u5 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } }\", \"@media (min-width: 1200px) { .framer-zuS3Y .hidden-juvcvc { display: none !important; } }\", `@media (min-width: 810px) and (max-width: 1199px) { .framer-zuS3Y .hidden-eyavr8 { display: none !important; } .${metadata.bodyClassName} { background: hsl(0, 0%, 100%); } .framer-zuS3Y .framer-juvcvc { width: 810px; } .framer-zuS3Y .framer-13tl7sp-container, .framer-zuS3Y .framer-18coitj, .framer-zuS3Y .framer-9jrquy, .framer-zuS3Y .framer-awffxw, .framer-zuS3Y .framer-czozl1, .framer-zuS3Y .framer-ay2bg3 { order: 1; } .framer-zuS3Y .framer-1phxggh { order: 0; top: 4331px; } .framer-zuS3Y .framer-14ql51f, .framer-zuS3Y .framer-v0d4nk { order: 2; } .framer-zuS3Y .framer-1s6rpzc { flex: 1 0 0px; width: 1px; } .framer-zuS3Y .framer-boza9l { width: min-content; } .framer-zuS3Y .framer-1svxns2 { flex: none; order: 0; width: 809px; } .framer-zuS3Y .framer-axviaj { order: 0; width: 739px; } .framer-zuS3Y .framer-njj2nb { bottom: 23px; height: 87px; left: 231px; width: 544px; } .framer-zuS3Y .framer-17wdt0s { bottom: -6px; left: 761px; } .framer-zuS3Y .framer-weoe8h { left: 178px; width: 205px; } .framer-zuS3Y .framer-imu5bf { left: 45%; transform: perspective(1200px) translateX(-50%); } .framer-zuS3Y .framer-8lho1c { aspect-ratio: 1.60352422907489 / 1; height: var(--framer-aspect-ratio-supported, 432px); width: 692px; } .framer-zuS3Y .framer-1afjptt { width: 100%; } .framer-zuS3Y .framer-1tnihy3 { left: calc(50.00000000000002% - 740px / 2); width: 740px; } .framer-zuS3Y .framer-1h6aie { left: calc(49.938195302843035% - 740px / 2); width: 740px; } .framer-zuS3Y .framer-sseqrv { order: 3; } .framer-zuS3Y .framer-1r9rin6 { width: 737px; } .framer-zuS3Y .framer-1qd1of9 { order: 4; } .framer-zuS3Y .framer-959neo { white-space: pre-wrap; width: 737px; word-break: break-word; word-wrap: break-word; } .framer-zuS3Y .framer-job5z7-container { height: 525px; width: 717px; } .framer-zuS3Y .framer-2y4fgn { order: 5; width: 719px; } .framer-zuS3Y .framer-1bcrbcq { align-content: unset; align-items: unset; display: grid; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); height: 316px; } .framer-zuS3Y .framer-rncxbq, .framer-zuS3Y .framer-1mt42xg, .framer-zuS3Y .framer-jybanf, .framer-zuS3Y .framer-xtlom9 { align-self: start; flex: none; height: 1fr; justify-self: start; width: 100%; } .framer-zuS3Y .framer-1uh4ln0, .framer-zuS3Y .framer-psuk9e, .framer-zuS3Y .framer-woo69z, .framer-zuS3Y .framer-1dmrp2x { order: 0; } .framer-zuS3Y .framer-iqhef6, .framer-zuS3Y .framer-1mxnqn7, .framer-zuS3Y .framer-pihuqv, .framer-zuS3Y .framer-1bctt1x { order: 2; width: auto; } .framer-zuS3Y .framer-1hh720r { order: 6; } .framer-zuS3Y .framer-13mahu2 { align-self: stretch; height: auto; } .framer-zuS3Y .framer-1cokd2o { order: 7; } .framer-zuS3Y .framer-1jl7cs2 { width: 792px; } .framer-zuS3Y .framer-118xwv2 { gap: 20px; order: 8; } .framer-zuS3Y .framer-1pj1h9c { max-width: 100%; min-width: 30px; order: 9; } .framer-zuS3Y .framer-1a208id { height: min-content; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-zuS3Y .framer-1bcrbcq, .framer-zuS3Y .framer-118xwv2 { gap: 0px; } .framer-zuS3Y .framer-1bcrbcq > *, .framer-zuS3Y .framer-1bcrbcq > :first-child, .framer-zuS3Y .framer-1bcrbcq > :last-child { margin: 0px; } .framer-zuS3Y .framer-118xwv2 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-zuS3Y .framer-118xwv2 > :first-child { margin-top: 0px; } .framer-zuS3Y .framer-118xwv2 > :last-child { margin-bottom: 0px; } }}`, `@media (max-width: 809px) { .framer-zuS3Y .hidden-czsgnc { display: none !important; } .${metadata.bodyClassName} { background: hsl(0, 0%, 100%); } .framer-zuS3Y .framer-juvcvc { width: 390px; } .framer-zuS3Y .framer-13tl7sp-container, .framer-zuS3Y .framer-1wdr8l5, .framer-zuS3Y .framer-13pmsd0 { order: 1; } .framer-zuS3Y .framer-1phxggh { height: 888px; order: 0; top: 3637px; } .framer-zuS3Y .framer-14ql51f { order: 2; width: 99%; } .framer-zuS3Y .framer-boza9l { width: min-content; } .framer-zuS3Y .framer-1svxns2 { flex: none; gap: 39px; order: 0; padding: 24px 0px 24px 0px; width: 382px; } .framer-zuS3Y .framer-axviaj { height: 486px; order: 0; width: 391px; } .framer-zuS3Y .framer-1g5c2ld { height: 167px; order: 0; width: 100%; } .framer-zuS3Y .framer-bdtezq { height: 141px; left: calc(49.104859335038384% - 377px / 2); top: -1px; width: 377px; } .framer-zuS3Y .framer-njj2nb { bottom: 52px; height: 48px; left: 162px; width: 136px; } .framer-zuS3Y .framer-17wdt0s { bottom: 22px; left: 287px; } .framer-zuS3Y .framer-weoe8h { height: 45px; left: 56px; top: 13px; width: 111px; } .framer-zuS3Y .framer-imu5bf { left: 160px; top: 10px; } .framer-zuS3Y .framer-144aqno { height: var(--framer-aspect-ratio-supported, 50px); width: 17px; } .framer-zuS3Y .framer-1v4iy49, .framer-zuS3Y .framer-keks9h { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-zuS3Y .framer-8lho1c { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; box-shadow: 0px 0.24145061431045178px 0.531191351482994px -0.25px rgba(0, 0, 0, 0.05), 0px 2px 4.4px -0.5px rgba(0, 0, 0, 0.225); height: var(--framer-aspect-ratio-supported, 204px); order: 2; width: 328px; } .framer-zuS3Y .framer-18coitj { gap: 0px; height: 220px; order: 1; width: 355px; } .framer-zuS3Y .framer-1dehr7o { flex-direction: column; height: 26%; order: 0; } .framer-zuS3Y .framer-1q7serl, .framer-zuS3Y .framer-1jnzjig { order: 0; } .framer-zuS3Y .framer-6s7zxk { gap: 33px; order: 1; width: 608px; } .framer-zuS3Y .framer-85btc4-container, .framer-zuS3Y .framer-ai8mir { order: 2; } .framer-zuS3Y .framer-v0d4nk { order: 2; padding: 20px 0px 20px 0px; } .framer-zuS3Y .framer-1afjptt { height: 96px; width: 100%; } .framer-zuS3Y .framer-1tnihy3, .framer-zuS3Y .framer-1h6aie { height: auto; left: 11px; top: 0px; width: 359px; } .framer-zuS3Y .framer-mqwiv5 { gap: 10px; } .framer-zuS3Y .framer-122y773 { height: 53px; } .framer-zuS3Y .framer-l3cd8w, .framer-zuS3Y .framer-1d5rntl, .framer-zuS3Y .framer-3nhciz, .framer-zuS3Y .framer-iud8dy, .framer-zuS3Y .framer-hlwy1m, .framer-zuS3Y .framer-efy3ty, .framer-zuS3Y .framer-gw7gqu { height: auto; left: 26px; right: 26px; top: 0px; } .framer-zuS3Y .framer-aimewe { height: auto; left: 26px; right: unset; top: 0px; width: 330px; } .framer-zuS3Y .framer-mudcq { height: 56px; } .framer-zuS3Y .framer-kns9oo { height: 60px; } .framer-zuS3Y .framer-wc1f1h { height: 58px; } .framer-zuS3Y .framer-sseqrv { order: 4; } .framer-zuS3Y .framer-1r9rin6 { width: 100%; } .framer-zuS3Y .framer-y83xt5 { width: 313px; } .framer-zuS3Y .framer-1r69l9u { left: calc(49.84025559105433% - 284px / 2); top: calc(52.54237288135596% - 252px / 2); width: 284px; } .framer-zuS3Y .framer-1jfre6v, .framer-zuS3Y .framer-1miu1hw { left: calc(50.00000000000002% - 270px / 2); right: unset; width: 270px; } .framer-zuS3Y .framer-18e6wnr { left: 7px; width: 114px; } .framer-zuS3Y .framer-a3969 { left: 125px; right: unset; width: 152px; } .framer-zuS3Y .framer-1d2i5pc, .framer-zuS3Y .framer-wnxv4m { left: calc(50.00000000000002% - 270px / 2); width: 270px; } .framer-zuS3Y .framer-1q1etbh { left: calc(8.450704225352135% - 34px / 2); width: 34px; } .framer-zuS3Y .framer-1iq2m8m { left: calc(37.32394366197185% - 198px / 2); width: 198px; } .framer-zuS3Y .framer-u5u61b { left: 44px; width: 233px; } .framer-zuS3Y .framer-k3v8ah { left: 208px; width: 69px; } .framer-zuS3Y .framer-1b47fmk { left: calc(50.00000000000002% - 269px / 2); width: 269px; } .framer-zuS3Y .framer-1e535o3 { bottom: unset; height: 14px; left: unset; right: 0px; top: calc(50.00000000000002% - 14px / 2); } .framer-zuS3Y .framer-1mdknvc { left: calc(50.00000000000002% - 268px / 2); width: 268px; } .framer-zuS3Y .framer-2y4fgn { order: 6; width: 331px; } .framer-zuS3Y .framer-1qthnaz { width: auto; } .framer-zuS3Y .framer-1bcrbcq { flex-direction: column; gap: 19px; height: min-content; } .framer-zuS3Y .framer-rncxbq { flex: none; height: min-content; justify-content: center; order: 2; padding: 16px 0px 16px 0px; width: 100%; } .framer-zuS3Y .framer-1mt42xg { flex: none; height: min-content; justify-content: center; order: 3; padding: 16px 0px 16px 0px; width: 100%; } .framer-zuS3Y .framer-jybanf { flex: none; height: min-content; justify-content: center; order: 0; padding: 16px 0px 16px 0px; width: 100%; } .framer-zuS3Y .framer-xtlom9 { flex: none; height: min-content; justify-content: center; order: 1; padding: 16px 0px 16px 0px; width: 100%; } .framer-zuS3Y .framer-1hh720r { order: 7; padding: 80px 12px 20px 12px; } .framer-zuS3Y .framer-4k89yq { width: 312px; } .framer-zuS3Y .framer-4hzilm, .framer-zuS3Y .framer-ur7kvz { flex-direction: column; } .framer-zuS3Y .framer-1q54iyp, .framer-zuS3Y .framer-dj5qyd, .framer-zuS3Y .framer-13mahu2 { flex: none; width: 100%; } .framer-zuS3Y .framer-1sr6iqx { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-zuS3Y .framer-1cokd2o { height: 270px; order: 8; width: 336px; } .framer-zuS3Y .framer-118xwv2 { gap: 15px; order: 9; width: 379px; } .framer-zuS3Y .framer-1pj1h9c { height: 265px; order: 10; } .framer-zuS3Y .framer-1oc1x9n { order: 5; } .framer-zuS3Y .framer-euzs7m-container { height: 249px; width: 363px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-zuS3Y .framer-1svxns2, .framer-zuS3Y .framer-18coitj, .framer-zuS3Y .framer-1dehr7o, .framer-zuS3Y .framer-6s7zxk, .framer-zuS3Y .framer-mqwiv5, .framer-zuS3Y .framer-1bcrbcq, .framer-zuS3Y .framer-4hzilm, .framer-zuS3Y .framer-ur7kvz, .framer-zuS3Y .framer-118xwv2 { gap: 0px; } .framer-zuS3Y .framer-1svxns2 > * { margin: 0px; margin-bottom: calc(39px / 2); margin-top: calc(39px / 2); } .framer-zuS3Y .framer-1svxns2 > :first-child, .framer-zuS3Y .framer-18coitj > :first-child, .framer-zuS3Y .framer-1dehr7o > :first-child, .framer-zuS3Y .framer-mqwiv5 > :first-child, .framer-zuS3Y .framer-1bcrbcq > :first-child, .framer-zuS3Y .framer-4hzilm > :first-child, .framer-zuS3Y .framer-ur7kvz > :first-child, .framer-zuS3Y .framer-118xwv2 > :first-child { margin-top: 0px; } .framer-zuS3Y .framer-1svxns2 > :last-child, .framer-zuS3Y .framer-18coitj > :last-child, .framer-zuS3Y .framer-1dehr7o > :last-child, .framer-zuS3Y .framer-mqwiv5 > :last-child, .framer-zuS3Y .framer-1bcrbcq > :last-child, .framer-zuS3Y .framer-4hzilm > :last-child, .framer-zuS3Y .framer-ur7kvz > :last-child, .framer-zuS3Y .framer-118xwv2 > :last-child { margin-bottom: 0px; } .framer-zuS3Y .framer-18coitj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zuS3Y .framer-1dehr7o > *, .framer-zuS3Y .framer-mqwiv5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zuS3Y .framer-6s7zxk > * { margin: 0px; margin-left: calc(33px / 2); margin-right: calc(33px / 2); } .framer-zuS3Y .framer-6s7zxk > :first-child { margin-left: 0px; } .framer-zuS3Y .framer-6s7zxk > :last-child { margin-right: 0px; } .framer-zuS3Y .framer-1bcrbcq > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-zuS3Y .framer-4hzilm > *, .framer-zuS3Y .framer-ur7kvz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-zuS3Y .framer-118xwv2 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }}`]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerIntrinsicHeight 5936\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"FQqUzWf8E\":{\"layout\":[\"fixed\",\"auto\"]},\"Jhlltm21m\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerImmutableVariables false\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 */\nconst FramerEwq8o04RM = withCSS(Component, css, \"framer-zuS3Y\");\nexport default FramerEwq8o04RM;\nFramerEwq8o04RM.displayName = \"Home\";\nFramerEwq8o04RM.defaultProps = {\n  height: 5936,\n  width: 1200\n};\naddFonts(FramerEwq8o04RM, [{\n  family: \"Satoshi\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:screen/Ewq8o04RM:default\",\n    url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff2\"\n  },\n  style: \"normal\",\n  url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff2\",\n  weight: \"900\"\n}, {\n  family: \"Satoshi\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:screen/Ewq8o04RM:default\",\n    url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\"\n  },\n  style: \"normal\",\n  url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",\n  weight: \"700\"\n}, {\n  family: \"Satoshi\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:screen/Ewq8o04RM:default\",\n    url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\"\n  },\n  style: \"normal\",\n  url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",\n  weight: \"500\"\n}, {\n  family: \"Satoshi\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:screen/Ewq8o04RM:default\",\n    url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\"\n  },\n  style: \"normal\",\n  url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",\n  weight: \"400\"\n}, ...TopNavBarFonts, ...M1AccessFonts, ...DemosFonts, ...AccordionCopyFonts, ...EmbedFonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerEwq8o04RM\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerResponsiveScreen\": \"\",\n        \"framerIntrinsicHeight\": \"5936\",\n        \"framerImmutableVariables\": \"false\",\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerContractVersion\": \"1\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FQqUzWf8E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Jhlltm21m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "useConstant", "init", "ref", "pe", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "Embed", "type", "url", "html", "p", "EmbedURL", "EmbedHTML", "Instructions", "addPropertyControls", "ControlType", "props", "emptyStateStyle", "centerTextStyle", "onCanvas", "useIsOnCanvas", "state", "setState", "ye", "ue", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "ref", "pe", "hasScript", "div", "executeScripts", "htmlStyle", "node", "script", "name", "value", "child", "containerStyles", "u", "emailRegex", "mailchimpRegex", "validateEmail", "email", "parseMailChimpUrl", "url", "ref", "domain", "parameters", "isExternalURL", "VERSION", "Input", "withCSS", "service", "redirectAs", "mailchimpURL", "loopsID", "formsparkID", "getwaitlistAPI", "input", "button", "font", "layout", "link", "gap", "style", "onSubmit", "setEmail", "ye", "isError", "setError", "isLoading", "setLoading", "isFocus", "setFocus", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "padding", "borderRadius", "borderObject", "focusObject", "shadowObject", "height", "fixedHeight", "buttonPaddingPerSide", "buttonPaddingTop", "buttonPaddingRight", "buttonPaddingBottom", "buttonPaddingLeft", "buttonPadding", "paddingValue", "buttonPaddingValue", "router", "useRouter", "onSuccess", "path", "hash", "routeId", "pathVariables", "inferInitialRouteFromPath", "formControls", "validateForm", "te", "handleChange", "event", "handleFocus", "handleBlur", "handleSubmit", "response", "error", "formBody", "data", "entries", "data1", "entries1", "useAnimationControls", "focusStylesFrom", "focusStylesTo", "shadowStyles", "borderStyles", "formVariants", "inputVariants", "dynamicBoxShadow", "p", "motion", "containerStyles", "u", "defaultStyle", "Spinner", "getButtonShadow", "props", "noButtonStyles", "addPropertyControls", "ControlType", "shadows", "output", "shadow", "Input_default", "InputFonts", "getFonts", "Input_default", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "router", "useRouter", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "resolveLink", "RichText", "x", "Link", "css", "Framerd8UfJfgk3", "withCSS", "d8UfJfgk3_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "ref", "_variant", "ref1", "ref2", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1h3e6sq", "args", "onTapyb5kk1", "isDisplayed", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "RichText", "x", "css", "FramerZskbGnE9j", "withCSS", "ZskbGnE9j_default", "addPropertyControls", "ControlType", "addFonts", "RowFonts", "getFonts", "ZskbGnE9j_default", "cycleOrder", "variantClassNames", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "ZskbGnE9j_default", "css", "FramerwasJ0lEda", "withCSS", "wasJ0lEda_default", "addFonts", "RowFonts", "isMotionValue", "v", "MotionValue", "useAutoMotionValue", "inputValue", "options", "optionsRef", "pe", "animation", "didInitialMount", "isOnCanvas", "RenderTarget", "onChangeDeps", "onChange", "te", "transformer", "value", "ref", "value1", "useConstant", "isMotionValue", "motionValue", "ue", "ref1", "newValue", "ref2", "animate2", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "playing", "canvasPlay", "muted", "playsinline", "controls", "progress", "objectFit", "backgroundColor", "radius", "isMixed", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "restartOnEnter", "posterEnabled", "startTimeProp", "volume", "loop", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "videoRef", "pe", "isSafari", "useIsBrowserSafari", "requestingPlay", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "startTime", "se", "shouldPlay", "autoPlay", "isMuted", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "ue", "videoProgress", "useAutoMotionValue", "value", "newValue", "useMotionValueEvent", "latest", "useOnEnter", "useOnExit", "src", "fragment", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "VideoFonts", "getFonts", "Video", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transformTemplate", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "css", "FramerWVXwGGqZd", "withCSS", "WVXwGGqZd_default", "addPropertyControls", "ControlType", "addFonts", "TopNavBarFonts", "getFonts", "K8GG3RsXL_default", "M1AccessFonts", "d8UfJfgk3_default", "RichTextWithFX", "withFX", "RichText", "MotionDivWithFX", "motion", "DemosFonts", "WVXwGGqZd_default", "AccordionCopyFonts", "wasJ0lEda_default", "EmbedFonts", "Embed", "breakpoints", "isBrowser", "variantClassNames", "removeHiddenBreakpointLayers", "transitions", "Overlay", "children", "blockDocumentScrolling", "visible", "setVisible", "useOverlayState", "transition1", "animation", "transformTemplate", "_", "t", "animation1", "animation2", "animation3", "animation4", "animation5", "animation6", "animation7", "animation8", "animation9", "animation10", "animation11", "animation12", "transition2", "animation13", "animation14", "animation15", "animation16", "animation17", "animation18", "animation19", "transition3", "animation20", "animation21", "animation22", "animation23", "transformTemplate1", "animation24", "transition4", "animation25", "animation26", "animation27", "animation28", "transition5", "animation29", "animation30", "animation31", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "fe", "metadata1", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap42m929", "overlay", "args", "isDisplayed", "ref1", "pe", "useRouteElementId", "ref2", "id1", "ref3", "id2", "id3", "ref4", "ref5", "id4", "id5", "ref6", "ref7", "id6", "id7", "ref8", "ref9", "id8", "id9", "ref10", "ref11", "id10", "id11", "ref12", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Container", "PropertyOverrides", "K8GG3RsXL_default", "x", "RichText", "optimizeAppear", "optimizeAppearTransformTemplate", "SVG", "Image2", "d8UfJfgk3_default", "RichTextWithFX", "MotionDivWithFX", "WVXwGGqZd_default", "wasJ0lEda_default", "Link", "overlay1sk145f", "l", "AnimatePresence", "qa", "Embed", "overlayxn5fgv", "css", "FramerEwq8o04RM", "withCSS", "Ewq8o04RM_default", "addFonts", "TopNavBarFonts", "M1AccessFonts", "DemosFonts", "AccordionCopyFonts", "EmbedFonts", "__FramerMetadata__"]
}
