{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/rVU6tab8Ch6u8CW0tbei/jW4iGdiqcsabtz88JLPA/MUr3hviKO.js"],
  "sourcesContent": ["// Generated by Framer (89417f6)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, LazyValue, Link, optimizeAppear, optimizeAppearTransformTemplate, PathVariablesContext, PropertyOverrides, removeHiddenBreakpointLayers, RichText, useHydratedBreakpointVariants, useLocaleCode, useLocaleInfo, useQueryData, useRouteElementId, withCSS, withFX } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport Header from \"https://framerusercontent.com/modules/k7qUT2bEECNbxD4ZbrVM/dWlVKfF9aHDDxmeyJnBD/kaGK67hRO.js\";\nimport Footer from \"https://framerusercontent.com/modules/hKSu23pjLTDfS3VytVDv/w10roVPwaCkho1xSQcKs/muaPDYnbT.js\";\nimport JobWidget from \"https://framerusercontent.com/modules/4Kwd9Vv7ButtQntdFHJN/D35fllKkEg9VbQfms0wo/ysOJtYUDL.js\";\nimport Jobs from \"https://framerusercontent.com/modules/qK8E5aj4xM44WQMbT2wy/BmjZlrvpAMDuahV6ZtEq/zMB9Bg1SE.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/aCcDEUQHPJuvzULYDl0A/XvuhGltqBHXpKW9MtsNF/eEcrt5BUi.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/2MGGw9C65kLTH9Z0G7mF/BJllES1rsUZ9QF9Clahx/ES3iu5tlW.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/mq6ZZNnpNDhBxHwyjN0a/xpEcLKqoe2bCcC6MoLeA/hdEtFlNWu.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/a7CwisW9RQNQ8c66iJiT/QXXG2di9QUo7gNDmlydX/MUr3hviKO.js\";\nconst HeaderFonts = getFonts(Header);\nconst JobWidgetFonts = getFonts(JobWidget);\nconst MotionAWithFX = withFX(motion.a);\nconst FooterFonts = getFonts(Footer);\nconst cycleOrder = [\"DXfpQaQcY\", \"VsHoxcRq8\", \"t18W6VwUl\", \"LtjGSpRif\"];\nconst breakpoints = {\n  DXfpQaQcY: \"(min-width: 1440px)\",\n  LtjGSpRif: \"(max-width: 809px)\",\n  t18W6VwUl: \"(min-width: 810px) and (max-width: 991px)\",\n  VsHoxcRq8: \"(min-width: 992px) and (max-width: 1439px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst variantClassNames = {\n  DXfpQaQcY: \"framer-v-1qjmq9a\",\n  LtjGSpRif: \"framer-v-mto1n2\",\n  t18W6VwUl: \"framer-v-5xp971\",\n  VsHoxcRq8: \"framer-v-107pep5\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"DXfpQaQcY\", breakpoints, variantClassNames);\n}\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nconst valuesByLocaleId = {\n  DZPkErB1v: new LazyValue(() => import(\"./MUr3hviKO-0.js\"))\n};\nconst preloadLocalizedValues = locale => {\n  const promises = [];\n  while (locale) {\n    const values = valuesByLocaleId[locale.id];\n    if (values) {\n      const promise = values.preload();\n      if (promise) {\n        promises.push(promise);\n      }\n    }\n    locale = locale.fallback;\n  }\n  if (promises.length > 0) {\n    return Promise.all(promises);\n  }\n};\nconst getLocalizedValue = (key, locale) => {\n  while (locale) {\n    const values = valuesByLocaleId[locale.id];\n    if (values) {\n      const value = values.read()[key];\n      if (value) {\n        return value;\n      }\n    }\n    locale = locale.fallback;\n  }\n};\nconst transition1 = {\n  damping: 60,\n  delay: 0,\n  mass: 1.2,\n  stiffness: 200,\n  type: \"spring\"\n};\nconst animation = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  transition: transition1,\n  x: 0,\n  y: -100\n};\nconst transformTemplate = (_, t) => `perspective(1200px) translateX(-50%) ${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: .001,\n  rotate: 0,\n  scale: 1,\n  x: 0,\n  y: -100\n};\nconst animation3 = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  transition: transition1,\n  x: 0,\n  y: 20\n};\nconst transformTemplate1 = (_, t) => `perspective(1200px) ${t}`;\nconst animation4 = {\n  opacity: .001,\n  rotate: 0,\n  scale: 1,\n  x: 0,\n  y: 20\n};\nconst animation5 = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  x: 0,\n  y: 20\n};\nconst toDateString = (value, options = {}, activeLocale) => {\n  if (typeof value !== \"string\") return \"\";\n  const date = new Date(value);\n  if (isNaN(date.getTime())) return \"\";\n  const fallbackLocale = \"en-US\";\n  const locale = options.locale || activeLocale || fallbackLocale;\n  const dateStyle = options.dateStyle;\n  const timeZone = \"UTC\";\n  try {\n    return date.toLocaleDateString(locale, {\n      dateStyle,\n      timeZone\n    });\n  } catch {\n    return date.toLocaleDateString(fallbackLocale, {\n      dateStyle,\n      timeZone\n    });\n  }\n};\nconst QueryData = ({\n  query,\n  children\n}) => {\n  const data = useQueryData(query);\n  return children(data);\n};\nconst metadata = metadataProvider();\nconst humanReadableVariantMap = {\n  \"Large Desktop\": \"DXfpQaQcY\",\n  Desktop: \"VsHoxcRq8\",\n  Phone: \"LtjGSpRif\",\n  Tablet: \"t18W6VwUl\"\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 : \"DXfpQaQcY\"\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    TSxe8svTNlN0hsk822,\n    n0650HfzAlN0hsk822,\n    SMmbbXAt7lN0hsk822,\n    m4U4wxe_KlN0hsk822,\n    CSe1Juh5BlN0hsk822,\n    idlN0hsk822,\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      return () => {\n        document.body.classList.remove(metadata1.bodyClassName);\n      };\n    }\n  }, [undefined, activeLocale]);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const id = useRouteElementId(\"WM8jXnaEr\");\n  const ref1 = React.useRef(null);\n  const activeLocaleCode = useLocaleCode();\n  const preloadPromise = preloadLocalizedValues(activeLocale);\n  if (preloadPromise) throw preloadPromise;\n  const defaultLayoutId = React.useId();\n  var ref2, ref3, ref4, ref5, ref6, ref7, ref8, ref9, ref10, ref11, ref12, ref13;\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"DXfpQaQcY\",\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-amxEP\", sharedStyle.className, sharedStyle1.className, sharedStyle2.className),\n        style: {\n          display: \"contents\"\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-1qjmq9a\", className),\n          ref: ref,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n            breakpoint: baseVariant,\n            overrides: {\n              LtjGSpRif: {\n                \"data-framer-appear-id\": \"59a4u0\",\n                animate: optimizeAppear(\"animate\", \"59a4u0\", animation1, \"mto1n2\"),\n                initial: optimizeAppear(\"initial\", \"59a4u0\", animation2, \"mto1n2\"),\n                transformTemplate: optimizeAppearTransformTemplate(\"59a4u0\", transformTemplate)\n              },\n              t18W6VwUl: {\n                \"data-framer-appear-id\": \"1mberp7\",\n                animate: optimizeAppear(\"animate\", \"1mberp7\", animation1, \"5xp971\"),\n                initial: optimizeAppear(\"initial\", \"1mberp7\", animation2, \"5xp971\"),\n                transformTemplate: optimizeAppearTransformTemplate(\"1mberp7\", transformTemplate)\n              },\n              VsHoxcRq8: {\n                \"data-framer-appear-id\": \"1dcxrja\",\n                animate: optimizeAppear(\"animate\", \"1dcxrja\", animation1, \"107pep5\"),\n                initial: optimizeAppear(\"initial\", \"1dcxrja\", animation2, \"107pep5\"),\n                transformTemplate: optimizeAppearTransformTemplate(\"1dcxrja\", transformTemplate)\n              }\n            },\n            children: /*#__PURE__*/_jsx(Container, {\n              animate: optimizeAppear(\"animate\", \"19se6lt\", animation1, \"1qjmq9a\"),\n              className: \"framer-19se6lt-container\",\n              \"data-framer-appear-id\": \"19se6lt\",\n              exit: animation,\n              initial: optimizeAppear(\"initial\", \"19se6lt\", animation2, \"1qjmq9a\"),\n              transformTemplate: optimizeAppearTransformTemplate(\"19se6lt\", transformTemplate),\n              children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  LtjGSpRif: {\n                    variant: \"xhSUYYFvV\"\n                  },\n                  t18W6VwUl: {\n                    variant: \"BsZbiiBrr\"\n                  }\n                },\n                children: /*#__PURE__*/_jsx(Header, {\n                  height: \"100%\",\n                  id: \"oYdk1ZA9Q\",\n                  layoutId: \"oYdk1ZA9Q\",\n                  style: {\n                    width: \"100%\"\n                  },\n                  variant: \"GYYukXGK4\",\n                  width: \"100%\"\n                })\n              })\n            })\n          }), /*#__PURE__*/_jsx(\"div\", {\n            className: \"framer-ragj2k\",\n            \"data-framer-name\": \"Hero Section\",\n            name: \"Hero Section\",\n            children: /*#__PURE__*/_jsx(\"div\", {\n              className: \"framer-lvbxvi\",\n              \"data-framer-name\": \"Container\",\n              name: \"Container\",\n              children: /*#__PURE__*/_jsx(\"div\", {\n                className: \"framer-1lbtkkl\",\n                \"data-framer-name\": \"Hero Content Block\",\n                name: \"Hero Content Block\",\n                children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    LtjGSpRif: {\n                      \"data-framer-appear-id\": \"1w68tgv\",\n                      animate: optimizeAppear(\"animate\", \"1w68tgv\", animation1, \"mto1n2\"),\n                      initial: optimizeAppear(\"initial\", \"1w68tgv\", animation4, \"mto1n2\"),\n                      transformTemplate: optimizeAppearTransformTemplate(\"1w68tgv\", transformTemplate1)\n                    },\n                    t18W6VwUl: {\n                      \"data-framer-appear-id\": \"1q76ldi\",\n                      animate: optimizeAppear(\"animate\", \"1q76ldi\", animation1, \"5xp971\"),\n                      initial: optimizeAppear(\"initial\", \"1q76ldi\", animation4, \"5xp971\"),\n                      transformTemplate: optimizeAppearTransformTemplate(\"1q76ldi\", transformTemplate1)\n                    },\n                    VsHoxcRq8: {\n                      \"data-framer-appear-id\": \"l072y4\",\n                      animate: optimizeAppear(\"animate\", \"l072y4\", animation1, \"107pep5\"),\n                      initial: optimizeAppear(\"initial\", \"l072y4\", animation4, \"107pep5\"),\n                      transformTemplate: optimizeAppearTransformTemplate(\"l072y4\", transformTemplate1)\n                    }\n                  },\n                  children: /*#__PURE__*/_jsxs(motion.div, {\n                    animate: optimizeAppear(\"animate\", \"1swenm9\", animation1, \"1qjmq9a\"),\n                    className: \"framer-1swenm9\",\n                    \"data-framer-appear-id\": \"1swenm9\",\n                    \"data-framer-name\": \"Hero Text Block\",\n                    exit: animation3,\n                    initial: optimizeAppear(\"initial\", \"1swenm9\", animation4, \"1qjmq9a\"),\n                    name: \"Hero Text Block\",\n                    transformTemplate: optimizeAppearTransformTemplate(\"1swenm9\", transformTemplate1),\n                    children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        LtjGSpRif: {\n                          children: (ref2 = getLocalizedValue(\"value3\", activeLocale)) !== null && ref2 !== void 0 ? ref2 : /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h1\", {\n                              className: \"framer-styles-preset-xheb7e\",\n                              \"data-styles-preset\": \"hdEtFlNWu\",\n                              style: {\n                                \"--framer-text-alignment\": \"center\"\n                              },\n                              children: \"All vacancies\"\n                            })\n                          })\n                        },\n                        t18W6VwUl: {\n                          children: (ref3 = getLocalizedValue(\"value2\", activeLocale)) !== null && ref3 !== void 0 ? ref3 : /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h1\", {\n                              className: \"framer-styles-preset-xheb7e\",\n                              \"data-styles-preset\": \"hdEtFlNWu\",\n                              style: {\n                                \"--framer-text-alignment\": \"center\"\n                              },\n                              children: \"All vacancies\"\n                            })\n                          })\n                        },\n                        VsHoxcRq8: {\n                          children: (ref4 = getLocalizedValue(\"value1\", activeLocale)) !== null && ref4 !== void 0 ? ref4 : /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"h1\", {\n                              className: \"framer-styles-preset-xheb7e\",\n                              \"data-styles-preset\": \"hdEtFlNWu\",\n                              style: {\n                                \"--framer-text-alignment\": \"center\"\n                              },\n                              children: \"All vacancies\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: (ref5 = getLocalizedValue(\"value0\", activeLocale)) !== null && ref5 !== void 0 ? ref5 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h1\", {\n                            className: \"framer-styles-preset-xheb7e\",\n                            \"data-styles-preset\": \"hdEtFlNWu\",\n                            style: {\n                              \"--framer-text-alignment\": \"center\"\n                            },\n                            children: \"All vacancies\"\n                          })\n                        }),\n                        className: \"framer-18aezt4\",\n                        id: id,\n                        ref: ref1,\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        LtjGSpRif: {\n                          children: (ref6 = getLocalizedValue(\"value7\", activeLocale)) !== null && ref6 !== void 0 ? ref6 : /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              className: \"framer-styles-preset-1ksd8j4\",\n                              \"data-styles-preset\": \"eEcrt5BUi\",\n                              style: {\n                                \"--framer-text-alignment\": \"center\"\n                              },\n                              children: \"Become part of the relocation revolution and discover worldly career opportunities.\"\n                            })\n                          })\n                        },\n                        t18W6VwUl: {\n                          children: (ref7 = getLocalizedValue(\"value6\", activeLocale)) !== null && ref7 !== void 0 ? ref7 : /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              className: \"framer-styles-preset-1ksd8j4\",\n                              \"data-styles-preset\": \"eEcrt5BUi\",\n                              style: {\n                                \"--framer-text-alignment\": \"center\"\n                              },\n                              children: \"Become part of the relocation revolution and discover worldly career opportunities.\"\n                            })\n                          })\n                        },\n                        VsHoxcRq8: {\n                          children: (ref8 = getLocalizedValue(\"value5\", activeLocale)) !== null && ref8 !== void 0 ? ref8 : /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              className: \"framer-styles-preset-1ksd8j4\",\n                              \"data-styles-preset\": \"eEcrt5BUi\",\n                              style: {\n                                \"--framer-text-alignment\": \"center\"\n                              },\n                              children: \"Become part of the relocation revolution and discover worldly career opportunities.\"\n                            })\n                          })\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: (ref9 = getLocalizedValue(\"value4\", activeLocale)) !== null && ref9 !== void 0 ? ref9 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-1ksd8j4\",\n                            \"data-styles-preset\": \"eEcrt5BUi\",\n                            style: {\n                              \"--framer-text-alignment\": \"center\"\n                            },\n                            children: \"Become part of the relocation revolution and discover worldly career opportunities.\"\n                          })\n                        }),\n                        className: \"framer-1qs4vo3\",\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    })]\n                  })\n                })\n              })\n            })\n          }), /*#__PURE__*/_jsx(\"div\", {\n            className: \"framer-1ocmpkd\",\n            \"data-framer-name\": \"Job Section\",\n            name: \"Job Section\",\n            children: /*#__PURE__*/_jsx(\"div\", {\n              className: \"framer-15qtpih\",\n              \"data-framer-name\": \"Container\",\n              name: \"Container\",\n              children: /*#__PURE__*/_jsx(\"div\", {\n                className: \"framer-w8qe7u\",\n                \"data-framer-name\": \"Job Content Wrapper\",\n                name: \"Job Content Wrapper\",\n                children: /*#__PURE__*/_jsxs(\"div\", {\n                  className: \"framer-10nfk2h\",\n                  \"data-framer-name\": \"Job Content Left Block\",\n                  name: \"Job Content Left Block\",\n                  children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      LtjGSpRif: {\n                        children: (ref10 = getLocalizedValue(\"value11\", activeLocale)) !== null && ref10 !== void 0 ? ref10 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h3\", {\n                            className: \"framer-styles-preset-1kcbqww\",\n                            \"data-styles-preset\": \"ES3iu5tlW\",\n                            children: \"All vacancies\"\n                          })\n                        })\n                      },\n                      t18W6VwUl: {\n                        children: (ref11 = getLocalizedValue(\"value10\", activeLocale)) !== null && ref11 !== void 0 ? ref11 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h3\", {\n                            className: \"framer-styles-preset-1kcbqww\",\n                            \"data-styles-preset\": \"ES3iu5tlW\",\n                            children: \"All vacancies\"\n                          })\n                        })\n                      },\n                      VsHoxcRq8: {\n                        children: (ref12 = getLocalizedValue(\"value9\", activeLocale)) !== null && ref12 !== void 0 ? ref12 : /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h3\", {\n                            className: \"framer-styles-preset-1kcbqww\",\n                            \"data-styles-preset\": \"ES3iu5tlW\",\n                            children: \"All vacancies\"\n                          })\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: (ref13 = getLocalizedValue(\"value8\", activeLocale)) !== null && ref13 !== void 0 ? ref13 : /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h3\", {\n                          className: \"framer-styles-preset-1kcbqww\",\n                          \"data-styles-preset\": \"ES3iu5tlW\",\n                          children: \"All vacancies\"\n                        })\n                      }),\n                      className: \"framer-1p8snhi\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-c1hwjz\",\n                    children: /*#__PURE__*/_jsx(\"div\", {\n                      className: \"framer-1i3wqmr\",\n                      children: /*#__PURE__*/_jsx(QueryData, {\n                        query: {\n                          from: {\n                            data: Jobs,\n                            type: \"Collection\"\n                          },\n                          select: [{\n                            name: \"TSxe8svTN\",\n                            type: \"Identifier\"\n                          }, {\n                            name: \"n0650HfzA\",\n                            type: \"Identifier\"\n                          }, {\n                            name: \"SMmbbXAt7\",\n                            type: \"Identifier\"\n                          }, {\n                            name: \"m4U4wxe_K\",\n                            type: \"Identifier\"\n                          }, {\n                            name: \"CSe1Juh5B\",\n                            type: \"Identifier\"\n                          }, {\n                            name: \"id\",\n                            type: \"Identifier\"\n                          }]\n                        },\n                        children: collection => collection.map(({\n                          TSxe8svTN: TSxe8svTNlN0hsk822,\n                          n0650HfzA: n0650HfzAlN0hsk822,\n                          SMmbbXAt7: SMmbbXAt7lN0hsk822,\n                          m4U4wxe_K: m4U4wxe_KlN0hsk822,\n                          CSe1Juh5B: CSe1Juh5BlN0hsk822,\n                          id: idlN0hsk822\n                        }, i) => /*#__PURE__*/_jsx(LayoutGroup, {\n                          id: `lN0hsk822-${idlN0hsk822}`,\n                          children: /*#__PURE__*/_jsx(PathVariablesContext.Provider, {\n                            value: {\n                              TSxe8svTN: TSxe8svTNlN0hsk822\n                            },\n                            children: /*#__PURE__*/_jsx(Link, {\n                              href: {\n                                pathVariables: {\n                                  TSxe8svTN: TSxe8svTNlN0hsk822\n                                },\n                                webPageId: \"qUhSenQvF\"\n                              },\n                              children: /*#__PURE__*/_jsx(MotionAWithFX, {\n                                __framer__animate: {\n                                  transition: transition1\n                                },\n                                __framer__animateOnce: true,\n                                __framer__enter: animation5,\n                                __framer__exit: animation3,\n                                __framer__styleAppearEffectEnabled: true,\n                                __framer__threshold: .5,\n                                __perspectiveFX: false,\n                                __targetOpacity: 1,\n                                className: \"framer-p16rmx framer-1tkip2p\",\n                                transformTemplate: transformTemplate1,\n                                children: /*#__PURE__*/_jsx(Container, {\n                                  className: \"framer-178g4q6-container\",\n                                  children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                                    breakpoint: baseVariant,\n                                    overrides: {\n                                      LtjGSpRif: {\n                                        variant: \"lrmtynvHM\"\n                                      },\n                                      VsHoxcRq8: {\n                                        variant: \"QH8cyP8pP\"\n                                      }\n                                    },\n                                    children: /*#__PURE__*/_jsx(JobWidget, {\n                                      gw3U0wdve: toDateString(SMmbbXAt7lN0hsk822, {\n                                        dateStyle: \"medium\",\n                                        locale: \"\"\n                                      }, activeLocaleCode),\n                                      height: \"100%\",\n                                      HQ0ZCWSbt: n0650HfzAlN0hsk822,\n                                      id: \"MXY28pjnH\",\n                                      layoutId: \"MXY28pjnH\",\n                                      ms8VfT5YX: CSe1Juh5BlN0hsk822,\n                                      oPphCaujt: m4U4wxe_KlN0hsk822,\n                                      style: {\n                                        width: \"100%\"\n                                      },\n                                      variant: \"BXq1Jswxc\",\n                                      width: \"100%\"\n                                    })\n                                  })\n                                })\n                              })\n                            })\n                          })\n                        }, idlN0hsk822))\n                      })\n                    })\n                  })]\n                })\n              })\n            })\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-1a7wfcq-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                LtjGSpRif: {\n                  variant: \"fivG1Yogh\"\n                },\n                t18W6VwUl: {\n                  variant: \"NISpsMXZQ\"\n                },\n                VsHoxcRq8: {\n                  variant: \"SbjQAaXcZ\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(Footer, {\n                height: \"100%\",\n                id: \"xN2vKqBnj\",\n                layoutId: \"xN2vKqBnj\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"fo80xkvqt\",\n                width: \"100%\"\n              })\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-amxEP [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: var(--token-b509272c-aa41-4afc-a4c4-5d5f01608a83, rgb(255, 255, 255)); }`, \".framer-amxEP .framer-1tkip2p { display: block; }\", \".framer-amxEP .framer-1qjmq9a { align-content: center; align-items: center; background-color: var(--token-b509272c-aa41-4afc-a4c4-5d5f01608a83, #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: 1440px; }\", \".framer-amxEP .framer-19se6lt-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: perspective(1200px) translateX(-50%); width: 100%; z-index: 1; }\", \".framer-amxEP .framer-ragj2k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 168px 0px 24px 0px; position: relative; width: 100%; }\", \".framer-amxEP .framer-lvbxvi, .framer-amxEP .framer-15qtpih { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1356px; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\", \".framer-amxEP .framer-1lbtkkl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 40px 0px; position: relative; width: 100%; }\", \".framer-amxEP .framer-1swenm9 { 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; transform: perspective(1200px); width: 58%; }\", \".framer-amxEP .framer-18aezt4, .framer-amxEP .framer-1qs4vo3 { --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-amxEP .framer-1ocmpkd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 0px 80px 0px; position: relative; width: 100%; }\", \".framer-amxEP .framer-w8qe7u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 111px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-amxEP .framer-10nfk2h { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-amxEP .framer-1p8snhi { --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-amxEP .framer-c1hwjz { 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: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-amxEP .framer-1i3wqmr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-amxEP .framer-p16rmx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; transform: perspective(1200px); width: 100%; }\", \".framer-amxEP .framer-178g4q6-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\", \".framer-amxEP .framer-1a7wfcq-container { flex: none; height: auto; position: relative; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-amxEP .framer-1qjmq9a, .framer-amxEP .framer-ragj2k, .framer-amxEP .framer-lvbxvi, .framer-amxEP .framer-1lbtkkl, .framer-amxEP .framer-1swenm9, .framer-amxEP .framer-1ocmpkd, .framer-amxEP .framer-15qtpih, .framer-amxEP .framer-w8qe7u, .framer-amxEP .framer-10nfk2h, .framer-amxEP .framer-c1hwjz, .framer-amxEP .framer-1i3wqmr, .framer-amxEP .framer-p16rmx { gap: 0px; } .framer-amxEP .framer-1qjmq9a > *, .framer-amxEP .framer-lvbxvi > *, .framer-amxEP .framer-15qtpih > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-amxEP .framer-1qjmq9a > :first-child, .framer-amxEP .framer-lvbxvi > :first-child, .framer-amxEP .framer-1lbtkkl > :first-child, .framer-amxEP .framer-1swenm9 > :first-child, .framer-amxEP .framer-15qtpih > :first-child, .framer-amxEP .framer-10nfk2h > :first-child, .framer-amxEP .framer-c1hwjz > :first-child, .framer-amxEP .framer-1i3wqmr > :first-child { margin-top: 0px; } .framer-amxEP .framer-1qjmq9a > :last-child, .framer-amxEP .framer-lvbxvi > :last-child, .framer-amxEP .framer-1lbtkkl > :last-child, .framer-amxEP .framer-1swenm9 > :last-child, .framer-amxEP .framer-15qtpih > :last-child, .framer-amxEP .framer-10nfk2h > :last-child, .framer-amxEP .framer-c1hwjz > :last-child, .framer-amxEP .framer-1i3wqmr > :last-child { margin-bottom: 0px; } .framer-amxEP .framer-ragj2k > *, .framer-amxEP .framer-1ocmpkd > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-amxEP .framer-ragj2k > :first-child, .framer-amxEP .framer-1ocmpkd > :first-child, .framer-amxEP .framer-w8qe7u > :first-child, .framer-amxEP .framer-p16rmx > :first-child { margin-left: 0px; } .framer-amxEP .framer-ragj2k > :last-child, .framer-amxEP .framer-1ocmpkd > :last-child, .framer-amxEP .framer-w8qe7u > :last-child, .framer-amxEP .framer-p16rmx > :last-child { margin-right: 0px; } .framer-amxEP .framer-1lbtkkl > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-amxEP .framer-1swenm9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-amxEP .framer-w8qe7u > * { margin: 0px; margin-left: calc(111px / 2); margin-right: calc(111px / 2); } .framer-amxEP .framer-10nfk2h > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-amxEP .framer-c1hwjz > *, .framer-amxEP .framer-1i3wqmr > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-amxEP .framer-p16rmx > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\", \"@media (min-width: 1440px) { .framer-amxEP .hidden-1qjmq9a { display: none !important; } }\", `@media (min-width: 992px) and (max-width: 1439px) { .framer-amxEP .hidden-107pep5 { display: none !important; } .${metadata.bodyClassName} { background: var(--token-b509272c-aa41-4afc-a4c4-5d5f01608a83, rgb(255, 255, 255)); } .framer-amxEP .framer-1qjmq9a { width: 992px; } .framer-amxEP .framer-lvbxvi, .framer-amxEP .framer-15qtpih { max-width: 1000px; } .framer-amxEP .framer-1lbtkkl { padding: 0px 0px 20px 0px; } .framer-amxEP .framer-1swenm9 { width: 80%; }}`, `@media (min-width: 810px) and (max-width: 991px) { .framer-amxEP .hidden-5xp971 { display: none !important; } .${metadata.bodyClassName} { background: var(--token-b509272c-aa41-4afc-a4c4-5d5f01608a83, rgb(255, 255, 255)); } .framer-amxEP .framer-1qjmq9a { width: 810px; } .framer-amxEP .framer-ragj2k { padding: 130px 0px 20px 0px; } .framer-amxEP .framer-lvbxvi, .framer-amxEP .framer-15qtpih { max-width: 746px; padding: 0px 15px 0px 15px; } .framer-amxEP .framer-1lbtkkl { gap: 24px; padding: 0px 0px 20px 0px; } .framer-amxEP .framer-1swenm9 { width: 100%; } .framer-amxEP .framer-1ocmpkd { padding: 60px 0px 100px 0px; } .framer-amxEP .framer-w8qe7u { flex-direction: column; } .framer-amxEP .framer-10nfk2h { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-amxEP .framer-1lbtkkl, .framer-amxEP .framer-w8qe7u { gap: 0px; } .framer-amxEP .framer-1lbtkkl > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-amxEP .framer-1lbtkkl > :first-child, .framer-amxEP .framer-w8qe7u > :first-child { margin-top: 0px; } .framer-amxEP .framer-1lbtkkl > :last-child, .framer-amxEP .framer-w8qe7u > :last-child { margin-bottom: 0px; } .framer-amxEP .framer-w8qe7u > * { margin: 0px; margin-bottom: calc(111px / 2); margin-top: calc(111px / 2); } }}`, `@media (max-width: 809px) { .framer-amxEP .hidden-mto1n2 { display: none !important; } .${metadata.bodyClassName} { background: var(--token-b509272c-aa41-4afc-a4c4-5d5f01608a83, rgb(255, 255, 255)); } .framer-amxEP .framer-1qjmq9a { width: 480px; } .framer-amxEP .framer-ragj2k { flex-direction: column; padding: 120px 0px 24px 0px; } .framer-amxEP .framer-lvbxvi, .framer-amxEP .framer-15qtpih { max-width: 546px; padding: 0px 15px 0px 15px; } .framer-amxEP .framer-1lbtkkl { gap: 16px; padding: 0px 0px 20px 0px; } .framer-amxEP .framer-1swenm9 { width: 100%; } .framer-amxEP .framer-1ocmpkd { flex-direction: column; padding: 40px 0px 60px 0px; } .framer-amxEP .framer-w8qe7u { align-content: center; align-items: center; flex-direction: column; justify-content: center; } .framer-amxEP .framer-10nfk2h { flex: none; gap: 20px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-amxEP .framer-ragj2k, .framer-amxEP .framer-1lbtkkl, .framer-amxEP .framer-1ocmpkd, .framer-amxEP .framer-w8qe7u, .framer-amxEP .framer-10nfk2h { gap: 0px; } .framer-amxEP .framer-ragj2k > *, .framer-amxEP .framer-1ocmpkd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-amxEP .framer-ragj2k > :first-child, .framer-amxEP .framer-1lbtkkl > :first-child, .framer-amxEP .framer-1ocmpkd > :first-child, .framer-amxEP .framer-w8qe7u > :first-child, .framer-amxEP .framer-10nfk2h > :first-child { margin-top: 0px; } .framer-amxEP .framer-ragj2k > :last-child, .framer-amxEP .framer-1lbtkkl > :last-child, .framer-amxEP .framer-1ocmpkd > :last-child, .framer-amxEP .framer-w8qe7u > :last-child, .framer-amxEP .framer-10nfk2h > :last-child { margin-bottom: 0px; } .framer-amxEP .framer-1lbtkkl > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-amxEP .framer-w8qe7u > * { margin: 0px; margin-bottom: calc(111px / 2); margin-top: calc(111px / 2); } .framer-amxEP .framer-10nfk2h > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}`, ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * @framerIntrinsicHeight 1000\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * @framerIntrinsicWidth 1440\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"VsHoxcRq8\":{\"layout\":[\"fixed\",\"auto\"]},\"t18W6VwUl\":{\"layout\":[\"fixed\",\"auto\"]},\"LtjGSpRif\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * @framerImmutableVariables false\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            */\nconst FramerMUr3hviKO = withCSS(Component, css, \"framer-amxEP\");\nexport default FramerMUr3hviKO;\nFramerMUr3hviKO.displayName = \"Vacancies\";\nFramerMUr3hviKO.defaultProps = {\n  height: 1e3,\n  width: 1440\n};\naddFonts(FramerMUr3hviKO, [...HeaderFonts, ...JobWidgetFonts, ...FooterFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerMUr3hviKO\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"1440\",\n        \"framerContractVersion\": \"1\",\n        \"framerImmutableVariables\": \"false\",\n        \"framerResponsiveScreen\": \"\",\n        \"framerIntrinsicHeight\": \"1000\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VsHoxcRq8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"t18W6VwUl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LtjGSpRif\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["HeaderFonts", "getFonts", "kaGK67hRO_default", "JobWidgetFonts", "ysOJtYUDL_default", "MotionAWithFX", "withFX", "motion", "FooterFonts", "muaPDYnbT_default", "breakpoints", "isBrowser", "variantClassNames", "removeHiddenBreakpointLayers", "transitions", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "getLocalizedValue", "key", "value", "transition1", "animation", "transformTemplate", "_", "t", "animation1", "animation2", "animation3", "transformTemplate1", "animation4", "animation5", "toDateString", "options", "activeLocale", "date", "fallbackLocale", "dateStyle", "timeZone", "QueryData", "query", "children", "data", "useQueryData", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "Component", "Y", "useLocaleInfo", "style", "className", "layoutId", "variant", "TSxe8svTNlN0hsk822", "n0650HfzAlN0hsk822", "SMmbbXAt7lN0hsk822", "m4U4wxe_KlN0hsk822", "CSe1Juh5BlN0hsk822", "idlN0hsk822", "restProps", "fe", "metadata1", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "useRouteElementId", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "preloadPromise", "defaultLayoutId", "ae", "ref2", "ref3", "ref4", "ref5", "ref6", "ref7", "ref8", "ref9", "ref10", "ref11", "ref12", "ref13", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "PropertyOverrides", "optimizeAppear", "optimizeAppearTransformTemplate", "Container", "kaGK67hRO_default", "x", "RichText", "zMB9Bg1SE_default", "collection", "i", "PathVariablesContext", "Link", "MotionAWithFX", "ysOJtYUDL_default", "muaPDYnbT_default", "css", "FramerMUr3hviKO", "withCSS", "MUr3hviKO_default", "addFonts", "HeaderFonts", "JobWidgetFonts", "FooterFonts", "fonts", "__FramerMetadata__"]
}
