{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framer.com/m/framer/integrations-styles.js@0.2.0", "ssg:https://framerusercontent.com/modules/uGQZtcsxBzvxqsgxQ0Tz/cGBHXozmXUtcAABEfMAq/Hubspot.js", "ssg:https://jspm.dev/npm:react@17!cjs", "ssg:https://jspm.dev/npm:object-assign@4!cjs", "ssg:https://jspm.dev/npm:object-assign@4.1.1!cjs", "ssg:https://jspm.dev/npm:react@17.0.2/cjs/react.development!cjs", "ssg:https://jspm.dev/npm:react@17.0.2!cjs", "ssg:https://jspm.dev/npm:react-calendly@2.2.1!cjs", "ssg:https://framerusercontent.com/modules/WIJbzyan03eQVbqqCNqQ/ZVFGE0CIYem9dXbVNw5j/Calendly.js", "ssg:https://framerusercontent.com/modules/vSPtbxwunT3hTh03c3Hr/r2CKPVNrMfnk0XLcnpp1/BOWyBRfFA.js", "ssg:https://framerusercontent.com/modules/g13rJoK6qr9Y154ZhdDf/mKSTik2YLDcMZr9UDhpY/BRpHCLrYU.js", "ssg:https://framerusercontent.com/modules/iOO1ysSO8dvVpP8KQI6K/rgJfhagB9IwFFEZ3p3fl/pyQuNpWvY.js", "ssg:https://framerusercontent.com/modules/FvQiaBcizkrcfQMkZQAX/8ZncFUIAIWOsLXY1kxRE/adzavbwfj.js", "ssg:https://framerusercontent.com/modules/6fxqO4NNczAoFFuoKS7w/jBQ2gemks4BP29U91s7s/DZQiZO_PO.js", "ssg:https://framerusercontent.com/modules/2a7bL8gkHdiCWjZFUwVI/KrTdHsmaj0XpyH9tlsvu/IGSGX0M7t.js", "ssg:https://framerusercontent.com/modules/6lbZzVYFLMZnNk7MWOkB/WahaaibQPgzlzKSJam63/O6R3JBGD1.js", "ssg:https://framerusercontent.com/modules/5Wkvb7WUcyTIMmZYhXLI/yLneFTgk6Q0nVjEnndvP/iTWwNmhbI.js", "ssg:https://framerusercontent.com/modules/ji9fZX0lri6jVM0z2GlM/fsRAtW5RjHg4SwhV36sD/nXl0_xcoH.js", "ssg:https://framerusercontent.com/modules/ob2TE57qXm55PSA6X4mO/ZJxzrWiBuKI5z1pb598I/KvK3KOQ7h.js", "ssg:https://framerusercontent.com/modules/ev8hm61VGhdMgVjnXcaP/MqZ0YM622xlNGtfWU7gq/xFDDTmCdM.js", "ssg:https://framerusercontent.com/modules/zw2TPbBXNLvF9XuUEmQB/O7zs6NZ9nBdG5EIBSB3y/nibCSXpN0.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{containerStyles,emptyStateStyle as defaultEmptyStateStyle}from\"https://framer.com/m/framer/default-utils.js@^0.43.0\";export const emptyStateStyle={...containerStyles,...defaultEmptyStateStyle,textAlign:\"center\",padding:15,width:200,height:100,overflow:\"hidden\"};export const neutralStateStyle={...emptyStateStyle,color:\"#09f\",background:\"rgb(0, 153, 255, 0.1)\",borderColor:\"#09f\"};export const stateTitleStyle={fontSize:12,fontWeight:600,margin:0};export const stateParagraphStyle={fontSize:12,maxWidth:200,lineHeight:1.4,margin:\"5px 0 0 0\"};\nexport const __FramerMetadata__ = {\"exports\":{\"neutralStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateTitleStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateParagraphStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./styles.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import*as React from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@0.2.0\";function poll(f,delay=200,count=50,i=0){if(i>count){console.error(\"poll max attempts\",f);return;}if(!f()){console.log(\"poll\",delay,count,i);setTimeout(()=>{poll(f,delay,count,i+1);},delay);}}function EmptyState({title,description}){return /*#__PURE__*/ _jsxs(\"div\",{style:{...emptyStateStyle,width:\"100%\",height:\"100%\"},children:[/*#__PURE__*/ _jsx(\"h1\",{style:stateTitleStyle,children:title}),/*#__PURE__*/ _jsx(\"p\",{style:stateParagraphStyle,children:description})]});}/**\n * HUBSPOT\n *\n * @framerIntrinsicWidth 480\n * @framerIntrinsicHeight 300\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function HubSpotForm({portalId,formId,advanced,region,id}){if(!portalId||!formId||!region){return /*#__PURE__*/ _jsx(EmptyState,{title:\"Hubspot\",description:\"Set a portal ID and form in the Properties.\"});}// const ref = React.createRef<HTMLDivElement>()\nconst elementId=`hubspot_form_${id}`;const cleanup=()=>{const element=document.querySelector(`#${elementId}`);if(element)element.innerHTML=\"\";};React.useEffect(()=>{if(window.hbspt){handleScriptLoad();return cleanup;}const script=document.createElement(\"script\");script.src=`https://js-${region}.hsforms.net/forms/shell.js`;script.onload=handleScriptLoad();document.body.appendChild(script);return cleanup;},[portalId,formId,region]);const handleScriptLoad=()=>{console.log(\"Loading HubSpot form...\",portalId);poll(()=>{if(!window.hbspt){console.warn(`HubSpot could not be loaded: window.hbspt is missing`);return false;}if(!document.querySelector(`#${elementId}`)){console.warn(`HubSpot could not be loaded: element not found #${elementId}`);return false;}cleanup();window.hbspt.forms.create({region,portalId,formId,target:`#${elementId}`,formInstanceId:formId});return true;});};return /*#__PURE__*/ _jsx(\"div\",{style:{width:\"100%\",height:\"100%\"},id:elementId});};addPropertyControls(HubSpotForm,{portalId:{title:\"Portal\",type:ControlType.String,placeholder:\"25276298\",// defaultValue: \"25276298\",\ndescription:\"Create a [Hubspot](https://www.hubspot.com/) account, add a new form and copy your portal ID. [Learn more\u2026](https://www.framer.com/plugins/hubspot/)\"},formId:{title:\"Form\",type:ControlType.String,placeholder:\"e7167571-4bc4-4c2c-bfdc-a0a8dbfd22f1\"},advanced:{title:\"Advanced\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},region:{title:\"Region\",type:ControlType.String,placeholder:\"eu1\",defaultValue:\"eu1\",hidden:({advanced})=>!advanced}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"HubSpotForm\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"300\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"480\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hubspot.map", "import \"/npm:react@17.0.2/cjs/react.development!cjs\";\nimport \"/npm:object-assign@4!cjs\";\nexport * from \"/npm:react@17.0.2!cjs\";\nexport { default } from \"/npm:react@17.0.2!cjs\";\n", "export { default } from \"/npm:object-assign@4.1.1!cjs\";\n", "var exports = {};\n\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n  if (val === null || val === undefined) {\n    throw new TypeError(\"Object.assign cannot be called with null or undefined\");\n  }\n\n  return Object(val);\n}\n\nfunction shouldUseNative() {\n  try {\n    if (!Object.assign) {\n      return false;\n    } // Detect buggy property enumeration order in older V8 versions.\n    // https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\n\n    var test1 = new String(\"abc\"); // eslint-disable-line no-new-wrappers\n\n    test1[5] = \"de\";\n\n    if (Object.getOwnPropertyNames(test1)[0] === \"5\") {\n      return false;\n    } // https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\n\n    var test2 = {};\n\n    for (var i = 0; i < 10; i++) {\n      test2[\"_\" + String.fromCharCode(i)] = i;\n    }\n\n    var order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n      return test2[n];\n    });\n\n    if (order2.join(\"\") !== \"0123456789\") {\n      return false;\n    } // https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\n\n    var test3 = {};\n    \"abcdefghijklmnopqrst\".split(\"\").forEach(function (letter) {\n      test3[letter] = letter;\n    });\n\n    if (Object.keys(Object.assign({}, test3)).join(\"\") !== \"abcdefghijklmnopqrst\") {\n      return false;\n    }\n\n    return true;\n  } catch (err) {\n    // We don't expect any of the above to throw, but better to be safe.\n    return false;\n  }\n}\n\nexports = shouldUseNative() ? Object.assign : function (target, source) {\n  var from;\n  var to = toObject(target);\n  var symbols;\n\n  for (var s = 1; s < arguments.length; s++) {\n    from = Object(arguments[s]);\n\n    for (var key in from) {\n      if (hasOwnProperty.call(from, key)) {\n        to[key] = from[key];\n      }\n    }\n\n    if (getOwnPropertySymbols) {\n      symbols = getOwnPropertySymbols(from);\n\n      for (var i = 0; i < symbols.length; i++) {\n        if (propIsEnumerable.call(from, symbols[i])) {\n          to[symbols[i]] = from[symbols[i]];\n        }\n      }\n    }\n  }\n\n  return to;\n};\nvar exports$1 = exports;\n\nexport default exports$1;\n\n//# sourceMappingURL=npm:object-assign@4.1.1!cjs.map", "import * as _objectAssign2 from '/npm:object-assign@4!cjs';\n\nvar _objectAssign = _objectAssign2;\ntry {\n  if (\"default\" in _objectAssign2) _objectAssign = _objectAssign2.default;\n} catch (e) {}\nvar exports = {};\n(function () {\n  'use strict';\n\n  var _assign = _objectAssign;\n\n  // TODO: this is special because it gets imported during build.\n  var ReactVersion = \"17.0.2\";\n\n  // ATTENTION\n  // When adding new symbols to this file,\n  // Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'\n  // The Symbol used to tag the ReactElement-like types. If there is no native Symbol\n  // nor polyfill, then a plain number is used for performance.\n  var REACT_ELEMENT_TYPE = 60103;\n  var REACT_PORTAL_TYPE = 60106;\n  exports.Fragment = 60107;\n  exports.StrictMode = 60108;\n  exports.Profiler = 60114;\n  var REACT_PROVIDER_TYPE = 60109;\n  var REACT_CONTEXT_TYPE = 60110;\n  var REACT_FORWARD_REF_TYPE = 60112;\n  exports.Suspense = 60113;\n  var REACT_SUSPENSE_LIST_TYPE = 60120;\n  var REACT_MEMO_TYPE = 60115;\n  var REACT_LAZY_TYPE = 60116;\n  var REACT_BLOCK_TYPE = 60121;\n  var REACT_SERVER_BLOCK_TYPE = 60122;\n  var REACT_FUNDAMENTAL_TYPE = 60117;\n  var REACT_SCOPE_TYPE = 60119;\n  var REACT_OPAQUE_ID_TYPE = 60128;\n  var REACT_DEBUG_TRACING_MODE_TYPE = 60129;\n  var REACT_OFFSCREEN_TYPE = 60130;\n  var REACT_LEGACY_HIDDEN_TYPE = 60131;\n  if (typeof Symbol === \"function\" && Symbol.for) {\n    var symbolFor = Symbol.for;\n    REACT_ELEMENT_TYPE = symbolFor(\"react.element\");\n    REACT_PORTAL_TYPE = symbolFor(\"react.portal\");\n    exports.Fragment = symbolFor(\"react.fragment\");\n    exports.StrictMode = symbolFor(\"react.strict_mode\");\n    exports.Profiler = symbolFor(\"react.profiler\");\n    REACT_PROVIDER_TYPE = symbolFor(\"react.provider\");\n    REACT_CONTEXT_TYPE = symbolFor(\"react.context\");\n    REACT_FORWARD_REF_TYPE = symbolFor(\"react.forward_ref\");\n    exports.Suspense = symbolFor(\"react.suspense\");\n    REACT_SUSPENSE_LIST_TYPE = symbolFor(\"react.suspense_list\");\n    REACT_MEMO_TYPE = symbolFor(\"react.memo\");\n    REACT_LAZY_TYPE = symbolFor(\"react.lazy\");\n    REACT_BLOCK_TYPE = symbolFor(\"react.block\");\n    REACT_SERVER_BLOCK_TYPE = symbolFor(\"react.server.block\");\n    REACT_FUNDAMENTAL_TYPE = symbolFor(\"react.fundamental\");\n    REACT_SCOPE_TYPE = symbolFor(\"react.scope\");\n    REACT_OPAQUE_ID_TYPE = symbolFor(\"react.opaque.id\");\n    REACT_DEBUG_TRACING_MODE_TYPE = symbolFor(\"react.debug_trace_mode\");\n    REACT_OFFSCREEN_TYPE = symbolFor(\"react.offscreen\");\n    REACT_LEGACY_HIDDEN_TYPE = symbolFor(\"react.legacy_hidden\");\n  }\n  var MAYBE_ITERATOR_SYMBOL = typeof Symbol === \"function\" && Symbol.iterator;\n  var FAUX_ITERATOR_SYMBOL = \"@@iterator\";\n  function getIteratorFn(maybeIterable) {\n    if (maybeIterable === null || typeof maybeIterable !== \"object\") {\n      return null;\n    }\n    var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];\n    if (typeof maybeIterator === \"function\") {\n      return maybeIterator;\n    }\n    return null;\n  }\n\n  /**\n   * Keeps track of the current dispatcher.\n   */\n  var ReactCurrentDispatcher = {\n    /**\n     * @internal\n     * @type {ReactComponent}\n     */\n    current: null\n  };\n\n  /**\n   * Keeps track of the current batch's configuration such as how long an update\n   * should suspend for if it needs to.\n   */\n  var ReactCurrentBatchConfig = {\n    transition: 0\n  };\n\n  /**\n   * Keeps track of the current owner.\n   *\n   * The current owner is the component who should own any components that are\n   * currently being constructed.\n   */\n  var ReactCurrentOwner = {\n    /**\n     * @internal\n     * @type {ReactComponent}\n     */\n    current: null\n  };\n  var ReactDebugCurrentFrame = {};\n  var currentExtraStackFrame = null;\n  function setExtraStackFrame(stack) {\n    {\n      currentExtraStackFrame = stack;\n    }\n  }\n  {\n    ReactDebugCurrentFrame.setExtraStackFrame = function (stack) {\n      {\n        currentExtraStackFrame = stack;\n      }\n    }; // Stack implementation injected by the current renderer.\n\n    ReactDebugCurrentFrame.getCurrentStack = null;\n    ReactDebugCurrentFrame.getStackAddendum = function () {\n      var stack = \"\"; // Add an extra top frame while an element is being validated\n\n      if (currentExtraStackFrame) {\n        stack += currentExtraStackFrame;\n      } // Delegate to the injected renderer-specific implementation\n\n      var impl = ReactDebugCurrentFrame.getCurrentStack;\n      if (impl) {\n        stack += impl() || \"\";\n      }\n      return stack;\n    };\n  }\n\n  /**\n   * Used by act() to track whether you're inside an act() scope.\n   */\n  var IsSomeRendererActing = {\n    current: false\n  };\n  var ReactSharedInternals = {\n    ReactCurrentDispatcher: ReactCurrentDispatcher,\n    ReactCurrentBatchConfig: ReactCurrentBatchConfig,\n    ReactCurrentOwner: ReactCurrentOwner,\n    IsSomeRendererActing: IsSomeRendererActing,\n    // Used by renderers to avoid bundling object-assign twice in UMD bundles:\n    assign: _assign\n  };\n  {\n    ReactSharedInternals.ReactDebugCurrentFrame = ReactDebugCurrentFrame;\n  }\n\n  // by calls to these methods by a Babel plugin.\n  //\n  // In PROD (or in packages without access to React internals),\n  // they are left as they are instead.\n\n  function warn(format) {\n    {\n      for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n        args[_key - 1] = arguments[_key];\n      }\n      printWarning(\"warn\", format, args);\n    }\n  }\n  function error(format) {\n    {\n      for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {\n        args[_key2 - 1] = arguments[_key2];\n      }\n      printWarning(\"error\", format, args);\n    }\n  }\n  function printWarning(level, format, args) {\n    // When changing this logic, you might want to also\n    // update consoleWithStackDev.www.js as well.\n    {\n      var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n      var stack = ReactDebugCurrentFrame.getStackAddendum();\n      if (stack !== \"\") {\n        format += \"%s\";\n        args = args.concat([stack]);\n      }\n      var argsWithFormat = args.map(function (item) {\n        return \"\" + item;\n      }); // Careful: RN currently depends on this prefix\n\n      argsWithFormat.unshift(\"Warning: \" + format); // We intentionally don't use spread (or .apply) directly because it\n      // breaks IE9: https://github.com/facebook/react/issues/13610\n      // eslint-disable-next-line react-internal/no-production-logging\n\n      Function.prototype.apply.call(console[level], console, argsWithFormat);\n    }\n  }\n  var didWarnStateUpdateForUnmountedComponent = {};\n  function warnNoop(publicInstance, callerName) {\n    {\n      var _constructor = publicInstance.constructor;\n      var componentName = _constructor && (_constructor.displayName || _constructor.name) || \"ReactClass\";\n      var warningKey = componentName + \".\" + callerName;\n      if (didWarnStateUpdateForUnmountedComponent[warningKey]) {\n        return;\n      }\n      error(\"Can't call %s on a component that is not yet mounted. \" + \"This is a no-op, but it might indicate a bug in your application. \" + \"Instead, assign to `this.state` directly or define a `state = {};` \" + \"class property with the desired state in the %s component.\", callerName, componentName);\n      didWarnStateUpdateForUnmountedComponent[warningKey] = true;\n    }\n  }\n  /**\n   * This is the abstract API for an update queue.\n   */\n\n  var ReactNoopUpdateQueue = {\n    /**\n     * Checks whether or not this composite component is mounted.\n     * @param {ReactClass} publicInstance The instance we want to test.\n     * @return {boolean} True if mounted, false otherwise.\n     * @protected\n     * @final\n     */\n    isMounted: function (publicInstance) {\n      return false;\n    },\n    /**\n     * Forces an update. This should only be invoked when it is known with\n     * certainty that we are **not** in a DOM transaction.\n     *\n     * You may want to call this when you know that some deeper aspect of the\n     * component's state has changed but `setState` was not called.\n     *\n     * This will not invoke `shouldComponentUpdate`, but it will invoke\n     * `componentWillUpdate` and `componentDidUpdate`.\n     *\n     * @param {ReactClass} publicInstance The instance that should rerender.\n     * @param {?function} callback Called after component is updated.\n     * @param {?string} callerName name of the calling function in the public API.\n     * @internal\n     */\n    enqueueForceUpdate: function (publicInstance, callback, callerName) {\n      warnNoop(publicInstance, \"forceUpdate\");\n    },\n    /**\n     * Replaces all of the state. Always use this or `setState` to mutate state.\n     * You should treat `this.state` as immutable.\n     *\n     * There is no guarantee that `this.state` will be immediately updated, so\n     * accessing `this.state` after calling this method may return the old value.\n     *\n     * @param {ReactClass} publicInstance The instance that should rerender.\n     * @param {object} completeState Next state.\n     * @param {?function} callback Called after component is updated.\n     * @param {?string} callerName name of the calling function in the public API.\n     * @internal\n     */\n    enqueueReplaceState: function (publicInstance, completeState, callback, callerName) {\n      warnNoop(publicInstance, \"replaceState\");\n    },\n    /**\n     * Sets a subset of the state. This only exists because _pendingState is\n     * internal. This provides a merging strategy that is not available to deep\n     * properties which is confusing. TODO: Expose pendingState or don't use it\n     * during the merge.\n     *\n     * @param {ReactClass} publicInstance The instance that should rerender.\n     * @param {object} partialState Next partial state to be merged with state.\n     * @param {?function} callback Called after component is updated.\n     * @param {?string} Name of the calling function in the public API.\n     * @internal\n     */\n    enqueueSetState: function (publicInstance, partialState, callback, callerName) {\n      warnNoop(publicInstance, \"setState\");\n    }\n  };\n  var emptyObject = {};\n  {\n    Object.freeze(emptyObject);\n  }\n  /**\n   * Base class helpers for the updating state of a component.\n   */\n\n  function Component(props, context, updater) {\n    this.props = props;\n    this.context = context; // If a component has string refs, we will assign a different object later.\n\n    this.refs = emptyObject; // We initialize the default updater but the real one gets injected by the\n    // renderer.\n\n    this.updater = updater || ReactNoopUpdateQueue;\n  }\n  Component.prototype.isReactComponent = {};\n  /**\n   * Sets a subset of the state. Always use this to mutate\n   * state. You should treat `this.state` as immutable.\n   *\n   * There is no guarantee that `this.state` will be immediately updated, so\n   * accessing `this.state` after calling this method may return the old value.\n   *\n   * There is no guarantee that calls to `setState` will run synchronously,\n   * as they may eventually be batched together.  You can provide an optional\n   * callback that will be executed when the call to setState is actually\n   * completed.\n   *\n   * When a function is provided to setState, it will be called at some point in\n   * the future (not synchronously). It will be called with the up to date\n   * component arguments (state, props, context). These values can be different\n   * from this.* because your function may be called after receiveProps but before\n   * shouldComponentUpdate, and this new state, props, and context will not yet be\n   * assigned to this.\n   *\n   * @param {object|function} partialState Next partial state or function to\n   *        produce next partial state to be merged with current state.\n   * @param {?function} callback Called after state is updated.\n   * @final\n   * @protected\n   */\n\n  Component.prototype.setState = function (partialState, callback) {\n    if (!(typeof partialState === \"object\" || typeof partialState === \"function\" || partialState == null)) {\n      {\n        throw Error(\"setState(...): takes an object of state variables to update or a function which returns an object of state variables.\");\n      }\n    }\n    this.updater.enqueueSetState(this, partialState, callback, \"setState\");\n  };\n  /**\n   * Forces an update. This should only be invoked when it is known with\n   * certainty that we are **not** in a DOM transaction.\n   *\n   * You may want to call this when you know that some deeper aspect of the\n   * component's state has changed but `setState` was not called.\n   *\n   * This will not invoke `shouldComponentUpdate`, but it will invoke\n   * `componentWillUpdate` and `componentDidUpdate`.\n   *\n   * @param {?function} callback Called after update is complete.\n   * @final\n   * @protected\n   */\n\n  Component.prototype.forceUpdate = function (callback) {\n    this.updater.enqueueForceUpdate(this, callback, \"forceUpdate\");\n  };\n  /**\n   * Deprecated APIs. These APIs used to exist on classic React classes but since\n   * we would like to deprecate them, we're not going to move them over to this\n   * modern base class. Instead, we define a getter that warns if it's accessed.\n   */\n\n  {\n    var deprecatedAPIs = {\n      isMounted: [\"isMounted\", \"Instead, make sure to clean up subscriptions and pending requests in \" + \"componentWillUnmount to prevent memory leaks.\"],\n      replaceState: [\"replaceState\", \"Refactor your code to use setState instead (see \" + \"https://github.com/facebook/react/issues/3236).\"]\n    };\n    var defineDeprecationWarning = function (methodName, info) {\n      Object.defineProperty(Component.prototype, methodName, {\n        get: function () {\n          warn(\"%s(...) is deprecated in plain JavaScript React classes. %s\", info[0], info[1]);\n          return undefined;\n        }\n      });\n    };\n    for (var fnName in deprecatedAPIs) {\n      if (deprecatedAPIs.hasOwnProperty(fnName)) {\n        defineDeprecationWarning(fnName, deprecatedAPIs[fnName]);\n      }\n    }\n  }\n  function ComponentDummy() {}\n  ComponentDummy.prototype = Component.prototype;\n  /**\n   * Convenience component with default shallow equality check for sCU.\n   */\n\n  function PureComponent(props, context, updater) {\n    this.props = props;\n    this.context = context; // If a component has string refs, we will assign a different object later.\n\n    this.refs = emptyObject;\n    this.updater = updater || ReactNoopUpdateQueue;\n  }\n  var pureComponentPrototype = PureComponent.prototype = new ComponentDummy();\n  pureComponentPrototype.constructor = PureComponent; // Avoid an extra prototype jump for these methods.\n\n  _assign(pureComponentPrototype, Component.prototype);\n  pureComponentPrototype.isPureReactComponent = true;\n\n  // an immutable object with a single mutable value\n  function createRef() {\n    var refObject = {\n      current: null\n    };\n    {\n      Object.seal(refObject);\n    }\n    return refObject;\n  }\n  function getWrappedName(outerType, innerType, wrapperName) {\n    var functionName = innerType.displayName || innerType.name || \"\";\n    return outerType.displayName || (functionName !== \"\" ? wrapperName + \"(\" + functionName + \")\" : wrapperName);\n  }\n  function getContextName(type) {\n    return type.displayName || \"Context\";\n  }\n  function getComponentName(type) {\n    if (type == null) {\n      // Host root, text node or just invalid type.\n      return null;\n    }\n    {\n      if (typeof type.tag === \"number\") {\n        error(\"Received an unexpected object in getComponentName(). \" + \"This is likely a bug in React. Please file an issue.\");\n      }\n    }\n    if (typeof type === \"function\") {\n      return type.displayName || type.name || null;\n    }\n    if (typeof type === \"string\") {\n      return type;\n    }\n    switch (type) {\n      case exports.Fragment:\n        return \"Fragment\";\n      case REACT_PORTAL_TYPE:\n        return \"Portal\";\n      case exports.Profiler:\n        return \"Profiler\";\n      case exports.StrictMode:\n        return \"StrictMode\";\n      case exports.Suspense:\n        return \"Suspense\";\n      case REACT_SUSPENSE_LIST_TYPE:\n        return \"SuspenseList\";\n    }\n    if (typeof type === \"object\") {\n      switch (type.$$typeof) {\n        case REACT_CONTEXT_TYPE:\n          var context = type;\n          return getContextName(context) + \".Consumer\";\n        case REACT_PROVIDER_TYPE:\n          var provider = type;\n          return getContextName(provider._context) + \".Provider\";\n        case REACT_FORWARD_REF_TYPE:\n          return getWrappedName(type, type.render, \"ForwardRef\");\n        case REACT_MEMO_TYPE:\n          return getComponentName(type.type);\n        case REACT_BLOCK_TYPE:\n          return getComponentName(type._render);\n        case REACT_LAZY_TYPE:\n          {\n            var lazyComponent = type;\n            var payload = lazyComponent._payload;\n            var init = lazyComponent._init;\n            try {\n              return getComponentName(init(payload));\n            } catch (x) {\n              return null;\n            }\n          }\n      }\n    }\n    return null;\n  }\n  var hasOwnProperty = Object.prototype.hasOwnProperty;\n  var RESERVED_PROPS = {\n    key: true,\n    ref: true,\n    __self: true,\n    __source: true\n  };\n  var specialPropKeyWarningShown, specialPropRefWarningShown, didWarnAboutStringRefs;\n  {\n    didWarnAboutStringRefs = {};\n  }\n  function hasValidRef(config) {\n    {\n      if (hasOwnProperty.call(config, \"ref\")) {\n        var getter = Object.getOwnPropertyDescriptor(config, \"ref\").get;\n        if (getter && getter.isReactWarning) {\n          return false;\n        }\n      }\n    }\n    return config.ref !== undefined;\n  }\n  function hasValidKey(config) {\n    {\n      if (hasOwnProperty.call(config, \"key\")) {\n        var getter = Object.getOwnPropertyDescriptor(config, \"key\").get;\n        if (getter && getter.isReactWarning) {\n          return false;\n        }\n      }\n    }\n    return config.key !== undefined;\n  }\n  function defineKeyPropWarningGetter(props, displayName) {\n    var warnAboutAccessingKey = function () {\n      {\n        if (!specialPropKeyWarningShown) {\n          specialPropKeyWarningShown = true;\n          error(\"%s: `key` is not a prop. Trying to access it will result \" + \"in `undefined` being returned. If you need to access the same \" + \"value within the child component, you should pass it as a different \" + \"prop. (https://reactjs.org/link/special-props)\", displayName);\n        }\n      }\n    };\n    warnAboutAccessingKey.isReactWarning = true;\n    Object.defineProperty(props, \"key\", {\n      get: warnAboutAccessingKey,\n      configurable: true\n    });\n  }\n  function defineRefPropWarningGetter(props, displayName) {\n    var warnAboutAccessingRef = function () {\n      {\n        if (!specialPropRefWarningShown) {\n          specialPropRefWarningShown = true;\n          error(\"%s: `ref` is not a prop. Trying to access it will result \" + \"in `undefined` being returned. If you need to access the same \" + \"value within the child component, you should pass it as a different \" + \"prop. (https://reactjs.org/link/special-props)\", displayName);\n        }\n      }\n    };\n    warnAboutAccessingRef.isReactWarning = true;\n    Object.defineProperty(props, \"ref\", {\n      get: warnAboutAccessingRef,\n      configurable: true\n    });\n  }\n  function warnIfStringRefCannotBeAutoConverted(config) {\n    {\n      if (typeof config.ref === \"string\" && ReactCurrentOwner.current && config.__self && ReactCurrentOwner.current.stateNode !== config.__self) {\n        var componentName = getComponentName(ReactCurrentOwner.current.type);\n        if (!didWarnAboutStringRefs[componentName]) {\n          error(\"Component \\\"%s\\\" contains the string ref \\\"%s\\\". \" + \"Support for string refs will be removed in a future major release. \" + \"This case cannot be automatically converted to an arrow function. \" + \"We ask you to manually fix this case by using useRef() or createRef() instead. \" + \"Learn more about using refs safely here: \" + \"https://reactjs.org/link/strict-mode-string-ref\", componentName, config.ref);\n          didWarnAboutStringRefs[componentName] = true;\n        }\n      }\n    }\n  }\n  /**\n   * Factory method to create a new React element. This no longer adheres to\n   * the class pattern, so do not use new to call it. Also, instanceof check\n   * will not work. Instead test $$typeof field against Symbol.for('react.element') to check\n   * if something is a React Element.\n   *\n   * @param {*} type\n   * @param {*} props\n   * @param {*} key\n   * @param {string|object} ref\n   * @param {*} owner\n   * @param {*} self A *temporary* helper to detect places where `this` is\n   * different from the `owner` when React.createElement is called, so that we\n   * can warn. We want to get rid of owner and replace string `ref`s with arrow\n   * functions, and as long as `this` and owner are the same, there will be no\n   * change in behavior.\n   * @param {*} source An annotation object (added by a transpiler or otherwise)\n   * indicating filename, line number, and/or other information.\n   * @internal\n   */\n\n  var ReactElement = function (type, key, ref, self, source, owner, props) {\n    var element = {\n      // This tag allows us to uniquely identify this as a React Element\n      $$typeof: REACT_ELEMENT_TYPE,\n      // Built-in properties that belong on the element\n      type: type,\n      key: key,\n      ref: ref,\n      props: props,\n      // Record the component responsible for creating this element.\n      _owner: owner\n    };\n    {\n      // The validation flag is currently mutative. We put it on\n      // an external backing store so that we can freeze the whole object.\n      // This can be replaced with a WeakMap once they are implemented in\n      // commonly used development environments.\n      element._store = {}; // To make comparing ReactElements easier for testing purposes, we make\n      // the validation flag non-enumerable (where possible, which should\n      // include every environment we run tests in), so the test framework\n      // ignores it.\n\n      Object.defineProperty(element._store, \"validated\", {\n        configurable: false,\n        enumerable: false,\n        writable: true,\n        value: false\n      }); // self and source are DEV only properties.\n\n      Object.defineProperty(element, \"_self\", {\n        configurable: false,\n        enumerable: false,\n        writable: false,\n        value: self\n      }); // Two elements created in two different places should be considered\n      // equal for testing purposes and therefore we hide it from enumeration.\n\n      Object.defineProperty(element, \"_source\", {\n        configurable: false,\n        enumerable: false,\n        writable: false,\n        value: source\n      });\n      if (Object.freeze) {\n        Object.freeze(element.props);\n        Object.freeze(element);\n      }\n    }\n    return element;\n  };\n  /**\n   * Create and return a new ReactElement of the given type.\n   * See https://reactjs.org/docs/react-api.html#createelement\n   */\n\n  function createElement(type, config, children) {\n    var propName; // Reserved names are extracted\n\n    var props = {};\n    var key = null;\n    var ref = null;\n    var self = null;\n    var source = null;\n    if (config != null) {\n      if (hasValidRef(config)) {\n        ref = config.ref;\n        {\n          warnIfStringRefCannotBeAutoConverted(config);\n        }\n      }\n      if (hasValidKey(config)) {\n        key = \"\" + config.key;\n      }\n      self = config.__self === undefined ? null : config.__self;\n      source = config.__source === undefined ? null : config.__source; // Remaining properties are added to a new props object\n\n      for (propName in config) {\n        if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {\n          props[propName] = config[propName];\n        }\n      }\n    } // Children can be more than one argument, and those are transferred onto\n    // the newly allocated props object.\n\n    var childrenLength = arguments.length - 2;\n    if (childrenLength === 1) {\n      props.children = children;\n    } else if (childrenLength > 1) {\n      var childArray = Array(childrenLength);\n      for (var i = 0; i < childrenLength; i++) {\n        childArray[i] = arguments[i + 2];\n      }\n      {\n        if (Object.freeze) {\n          Object.freeze(childArray);\n        }\n      }\n      props.children = childArray;\n    } // Resolve default props\n\n    if (type && type.defaultProps) {\n      var defaultProps = type.defaultProps;\n      for (propName in defaultProps) {\n        if (props[propName] === undefined) {\n          props[propName] = defaultProps[propName];\n        }\n      }\n    }\n    {\n      if (key || ref) {\n        var displayName = typeof type === \"function\" ? type.displayName || type.name || \"Unknown\" : type;\n        if (key) {\n          defineKeyPropWarningGetter(props, displayName);\n        }\n        if (ref) {\n          defineRefPropWarningGetter(props, displayName);\n        }\n      }\n    }\n    return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);\n  }\n  function cloneAndReplaceKey(oldElement, newKey) {\n    var newElement = ReactElement(oldElement.type, newKey, oldElement.ref, oldElement._self, oldElement._source, oldElement._owner, oldElement.props);\n    return newElement;\n  }\n  /**\n   * Clone and return a new ReactElement using element as the starting point.\n   * See https://reactjs.org/docs/react-api.html#cloneelement\n   */\n\n  function cloneElement(element, config, children) {\n    if (!!(element === null || element === undefined)) {\n      {\n        throw Error(\"React.cloneElement(...): The argument must be a React element, but you passed \" + element + \".\");\n      }\n    }\n    var propName; // Original props are copied\n\n    var props = _assign({}, element.props); // Reserved names are extracted\n\n    var key = element.key;\n    var ref = element.ref; // Self is preserved since the owner is preserved.\n\n    var self = element._self; // Source is preserved since cloneElement is unlikely to be targeted by a\n    // transpiler, and the original source is probably a better indicator of the\n    // true owner.\n\n    var source = element._source; // Owner will be preserved, unless ref is overridden\n\n    var owner = element._owner;\n    if (config != null) {\n      if (hasValidRef(config)) {\n        // Silently steal the ref from the parent.\n        ref = config.ref;\n        owner = ReactCurrentOwner.current;\n      }\n      if (hasValidKey(config)) {\n        key = \"\" + config.key;\n      } // Remaining properties override existing props\n\n      var defaultProps;\n      if (element.type && element.type.defaultProps) {\n        defaultProps = element.type.defaultProps;\n      }\n      for (propName in config) {\n        if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {\n          if (config[propName] === undefined && defaultProps !== undefined) {\n            // Resolve default props\n            props[propName] = defaultProps[propName];\n          } else {\n            props[propName] = config[propName];\n          }\n        }\n      }\n    } // Children can be more than one argument, and those are transferred onto\n    // the newly allocated props object.\n\n    var childrenLength = arguments.length - 2;\n    if (childrenLength === 1) {\n      props.children = children;\n    } else if (childrenLength > 1) {\n      var childArray = Array(childrenLength);\n      for (var i = 0; i < childrenLength; i++) {\n        childArray[i] = arguments[i + 2];\n      }\n      props.children = childArray;\n    }\n    return ReactElement(element.type, key, ref, self, source, owner, props);\n  }\n  /**\n   * Verifies the object is a ReactElement.\n   * See https://reactjs.org/docs/react-api.html#isvalidelement\n   * @param {?object} object\n   * @return {boolean} True if `object` is a ReactElement.\n   * @final\n   */\n\n  function isValidElement(object) {\n    return typeof object === \"object\" && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n  }\n  var SEPARATOR = \".\";\n  var SUBSEPARATOR = \":\";\n  /**\n   * Escape and wrap key so it is safe to use as a reactid\n   *\n   * @param {string} key to be escaped.\n   * @return {string} the escaped key.\n   */\n\n  function escape(key) {\n    var escapeRegex = /[=:]/g;\n    var escaperLookup = {\n      \"=\": \"=0\",\n      \":\": \"=2\"\n    };\n    var escapedString = key.replace(escapeRegex, function (match) {\n      return escaperLookup[match];\n    });\n    return \"$\" + escapedString;\n  }\n  /**\n   * TODO: Test that a single child and an array with one item have the same key\n   * pattern.\n   */\n\n  var didWarnAboutMaps = false;\n  var userProvidedKeyEscapeRegex = /\\/+/g;\n  function escapeUserProvidedKey(text) {\n    return text.replace(userProvidedKeyEscapeRegex, \"$&/\");\n  }\n  /**\n   * Generate a key string that identifies a element within a set.\n   *\n   * @param {*} element A element that could contain a manual key.\n   * @param {number} index Index that is used if a manual key is not provided.\n   * @return {string}\n   */\n\n  function getElementKey(element, index) {\n    // Do some typechecking here since we call this blindly. We want to ensure\n    // that we don't block potential future ES APIs.\n    if (typeof element === \"object\" && element !== null && element.key != null) {\n      // Explicit key\n      return escape(\"\" + element.key);\n    } // Implicit key determined by the index in the set\n\n    return index.toString(36);\n  }\n  function mapIntoArray(children, array, escapedPrefix, nameSoFar, callback) {\n    var type = typeof children;\n    if (type === \"undefined\" || type === \"boolean\") {\n      // All of the above are perceived as null.\n      children = null;\n    }\n    var invokeCallback = false;\n    if (children === null) {\n      invokeCallback = true;\n    } else {\n      switch (type) {\n        case \"string\":\n        case \"number\":\n          invokeCallback = true;\n          break;\n        case \"object\":\n          switch (children.$$typeof) {\n            case REACT_ELEMENT_TYPE:\n            case REACT_PORTAL_TYPE:\n              invokeCallback = true;\n          }\n      }\n    }\n    if (invokeCallback) {\n      var _child = children;\n      var mappedChild = callback(_child); // If it's the only child, treat the name as if it was wrapped in an array\n      // so that it's consistent if the number of children grows:\n\n      var childKey = nameSoFar === \"\" ? SEPARATOR + getElementKey(_child, 0) : nameSoFar;\n      if (Array.isArray(mappedChild)) {\n        var escapedChildKey = \"\";\n        if (childKey != null) {\n          escapedChildKey = escapeUserProvidedKey(childKey) + \"/\";\n        }\n        mapIntoArray(mappedChild, array, escapedChildKey, \"\", function (c) {\n          return c;\n        });\n      } else if (mappedChild != null) {\n        if (isValidElement(mappedChild)) {\n          mappedChild = cloneAndReplaceKey(mappedChild,\n          // Keep both the (mapped) and old keys if they differ, just as\n          // traverseAllChildren used to do for objects as children\n          escapedPrefix + (\n          // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key\n          mappedChild.key && (!_child || _child.key !== mappedChild.key) ?\n          // $FlowFixMe Flow incorrectly thinks existing element's key can be a number\n          escapeUserProvidedKey(\"\" + mappedChild.key) + \"/\" : \"\") + childKey);\n        }\n        array.push(mappedChild);\n      }\n      return 1;\n    }\n    var child;\n    var nextName;\n    var subtreeCount = 0; // Count of children found in the current subtree.\n\n    var nextNamePrefix = nameSoFar === \"\" ? SEPARATOR : nameSoFar + SUBSEPARATOR;\n    if (Array.isArray(children)) {\n      for (var i = 0; i < children.length; i++) {\n        child = children[i];\n        nextName = nextNamePrefix + getElementKey(child, i);\n        subtreeCount += mapIntoArray(child, array, escapedPrefix, nextName, callback);\n      }\n    } else {\n      var iteratorFn = getIteratorFn(children);\n      if (typeof iteratorFn === \"function\") {\n        var iterableChildren = children;\n        {\n          // Warn about using Maps as children\n          if (iteratorFn === iterableChildren.entries) {\n            if (!didWarnAboutMaps) {\n              warn(\"Using Maps as children is not supported. \" + \"Use an array of keyed ReactElements instead.\");\n            }\n            didWarnAboutMaps = true;\n          }\n        }\n        var iterator = iteratorFn.call(iterableChildren);\n        var step;\n        var ii = 0;\n        while (!(step = iterator.next()).done) {\n          child = step.value;\n          nextName = nextNamePrefix + getElementKey(child, ii++);\n          subtreeCount += mapIntoArray(child, array, escapedPrefix, nextName, callback);\n        }\n      } else if (type === \"object\") {\n        var childrenString = \"\" + children;\n        {\n          {\n            throw Error(\"Objects are not valid as a React child (found: \" + (childrenString === \"[object Object]\" ? \"object with keys {\" + Object.keys(children).join(\", \") + \"}\" : childrenString) + \"). If you meant to render a collection of children, use an array instead.\");\n          }\n        }\n      }\n    }\n    return subtreeCount;\n  }\n\n  /**\n   * Maps children that are typically specified as `props.children`.\n   *\n   * See https://reactjs.org/docs/react-api.html#reactchildrenmap\n   *\n   * The provided mapFunction(child, index) will be called for each\n   * leaf child.\n   *\n   * @param {?*} children Children tree container.\n   * @param {function(*, int)} func The map function.\n   * @param {*} context Context for mapFunction.\n   * @return {object} Object containing the ordered map of results.\n   */\n  function mapChildren(children, func, context) {\n    if (children == null) {\n      return children;\n    }\n    var result = [];\n    var count = 0;\n    mapIntoArray(children, result, \"\", \"\", function (child) {\n      return func.call(context, child, count++);\n    });\n    return result;\n  }\n  /**\n   * Count the number of children that are typically specified as\n   * `props.children`.\n   *\n   * See https://reactjs.org/docs/react-api.html#reactchildrencount\n   *\n   * @param {?*} children Children tree container.\n   * @return {number} The number of children.\n   */\n\n  function countChildren(children) {\n    var n = 0;\n    mapChildren(children, function () {\n      n++; // Don't return anything\n    });\n\n    return n;\n  }\n\n  /**\n   * Iterates through children that are typically specified as `props.children`.\n   *\n   * See https://reactjs.org/docs/react-api.html#reactchildrenforeach\n   *\n   * The provided forEachFunc(child, index) will be called for each\n   * leaf child.\n   *\n   * @param {?*} children Children tree container.\n   * @param {function(*, int)} forEachFunc\n   * @param {*} forEachContext Context for forEachContext.\n   */\n  function forEachChildren(children, forEachFunc, forEachContext) {\n    mapChildren(children, function () {\n      forEachFunc.apply(this, arguments); // Don't return anything.\n    }, forEachContext);\n  }\n  /**\n   * Flatten a children object (typically specified as `props.children`) and\n   * return an array with appropriately re-keyed children.\n   *\n   * See https://reactjs.org/docs/react-api.html#reactchildrentoarray\n   */\n\n  function toArray(children) {\n    return mapChildren(children, function (child) {\n      return child;\n    }) || [];\n  }\n  /**\n   * Returns the first child in a collection of children and verifies that there\n   * is only one child in the collection.\n   *\n   * See https://reactjs.org/docs/react-api.html#reactchildrenonly\n   *\n   * The current implementation of this function assumes that a single child gets\n   * passed without a wrapper, but the purpose of this helper function is to\n   * abstract away the particular structure of children.\n   *\n   * @param {?object} children Child collection structure.\n   * @return {ReactElement} The first and only `ReactElement` contained in the\n   * structure.\n   */\n\n  function onlyChild(children) {\n    if (!isValidElement(children)) {\n      {\n        throw Error(\"React.Children.only expected to receive a single React element child.\");\n      }\n    }\n    return children;\n  }\n  function createContext(defaultValue, calculateChangedBits) {\n    if (calculateChangedBits === undefined) {\n      calculateChangedBits = null;\n    } else {\n      {\n        if (calculateChangedBits !== null && typeof calculateChangedBits !== \"function\") {\n          error(\"createContext: Expected the optional second argument to be a \" + \"function. Instead received: %s\", calculateChangedBits);\n        }\n      }\n    }\n    var context = {\n      $$typeof: REACT_CONTEXT_TYPE,\n      _calculateChangedBits: calculateChangedBits,\n      // As a workaround to support multiple concurrent renderers, we categorize\n      // some renderers as primary and others as secondary. We only expect\n      // there to be two concurrent renderers at most: React Native (primary) and\n      // Fabric (secondary); React DOM (primary) and React ART (secondary).\n      // Secondary renderers store their context values on separate fields.\n      _currentValue: defaultValue,\n      _currentValue2: defaultValue,\n      // Used to track how many concurrent renderers this context currently\n      // supports within in a single renderer. Such as parallel server rendering.\n      _threadCount: 0,\n      // These are circular\n      Provider: null,\n      Consumer: null\n    };\n    context.Provider = {\n      $$typeof: REACT_PROVIDER_TYPE,\n      _context: context\n    };\n    var hasWarnedAboutUsingNestedContextConsumers = false;\n    var hasWarnedAboutUsingConsumerProvider = false;\n    var hasWarnedAboutDisplayNameOnConsumer = false;\n    {\n      // A separate object, but proxies back to the original context object for\n      // backwards compatibility. It has a different $$typeof, so we can properly\n      // warn for the incorrect usage of Context as a Consumer.\n      var Consumer = {\n        $$typeof: REACT_CONTEXT_TYPE,\n        _context: context,\n        _calculateChangedBits: context._calculateChangedBits\n      }; // $FlowFixMe: Flow complains about not setting a value, which is intentional here\n\n      Object.defineProperties(Consumer, {\n        Provider: {\n          get: function () {\n            if (!hasWarnedAboutUsingConsumerProvider) {\n              hasWarnedAboutUsingConsumerProvider = true;\n              error(\"Rendering <Context.Consumer.Provider> is not supported and will be removed in \" + \"a future major release. Did you mean to render <Context.Provider> instead?\");\n            }\n            return context.Provider;\n          },\n          set: function (_Provider) {\n            context.Provider = _Provider;\n          }\n        },\n        _currentValue: {\n          get: function () {\n            return context._currentValue;\n          },\n          set: function (_currentValue) {\n            context._currentValue = _currentValue;\n          }\n        },\n        _currentValue2: {\n          get: function () {\n            return context._currentValue2;\n          },\n          set: function (_currentValue2) {\n            context._currentValue2 = _currentValue2;\n          }\n        },\n        _threadCount: {\n          get: function () {\n            return context._threadCount;\n          },\n          set: function (_threadCount) {\n            context._threadCount = _threadCount;\n          }\n        },\n        Consumer: {\n          get: function () {\n            if (!hasWarnedAboutUsingNestedContextConsumers) {\n              hasWarnedAboutUsingNestedContextConsumers = true;\n              error(\"Rendering <Context.Consumer.Consumer> is not supported and will be removed in \" + \"a future major release. Did you mean to render <Context.Consumer> instead?\");\n            }\n            return context.Consumer;\n          }\n        },\n        displayName: {\n          get: function () {\n            return context.displayName;\n          },\n          set: function (displayName) {\n            if (!hasWarnedAboutDisplayNameOnConsumer) {\n              warn(\"Setting `displayName` on Context.Consumer has no effect. \" + \"You should set it directly on the context with Context.displayName = '%s'.\", displayName);\n              hasWarnedAboutDisplayNameOnConsumer = true;\n            }\n          }\n        }\n      }); // $FlowFixMe: Flow complains about missing properties because it doesn't understand defineProperty\n\n      context.Consumer = Consumer;\n    }\n    {\n      context._currentRenderer = null;\n      context._currentRenderer2 = null;\n    }\n    return context;\n  }\n  var Uninitialized = -1;\n  var Pending = 0;\n  var Resolved = 1;\n  var Rejected = 2;\n  function lazyInitializer(payload) {\n    if (payload._status === Uninitialized) {\n      var ctor = payload._result;\n      var thenable = ctor(); // Transition to the next state.\n\n      var pending = payload;\n      pending._status = Pending;\n      pending._result = thenable;\n      thenable.then(function (moduleObject) {\n        if (payload._status === Pending) {\n          var defaultExport = moduleObject.default;\n          {\n            if (defaultExport === undefined) {\n              error(\"lazy: Expected the result of a dynamic import() call. \" + \"Instead received: %s\\n\\nYour code should look like: \\n  \" +\n              // Break up imports to avoid accidentally parsing them as dependencies.\n              \"const MyComponent = lazy(() => imp\" + \"ort('./MyComponent'))\", moduleObject);\n            }\n          } // Transition to the next state.\n\n          var resolved = payload;\n          resolved._status = Resolved;\n          resolved._result = defaultExport;\n        }\n      }, function (error) {\n        if (payload._status === Pending) {\n          // Transition to the next state.\n          var rejected = payload;\n          rejected._status = Rejected;\n          rejected._result = error;\n        }\n      });\n    }\n    if (payload._status === Resolved) {\n      return payload._result;\n    } else {\n      throw payload._result;\n    }\n  }\n  function lazy(ctor) {\n    var payload = {\n      // We use these fields to store the result.\n      _status: -1,\n      _result: ctor\n    };\n    var lazyType = {\n      $$typeof: REACT_LAZY_TYPE,\n      _payload: payload,\n      _init: lazyInitializer\n    };\n    {\n      // In production, this would just set it on the object.\n      var defaultProps;\n      var propTypes; // $FlowFixMe\n\n      Object.defineProperties(lazyType, {\n        defaultProps: {\n          configurable: true,\n          get: function () {\n            return defaultProps;\n          },\n          set: function (newDefaultProps) {\n            error(\"React.lazy(...): It is not supported to assign `defaultProps` to \" + \"a lazy component import. Either specify them where the component \" + \"is defined, or create a wrapping component around it.\");\n            defaultProps = newDefaultProps; // Match production behavior more closely:\n            // $FlowFixMe\n\n            Object.defineProperty(lazyType, \"defaultProps\", {\n              enumerable: true\n            });\n          }\n        },\n        propTypes: {\n          configurable: true,\n          get: function () {\n            return propTypes;\n          },\n          set: function (newPropTypes) {\n            error(\"React.lazy(...): It is not supported to assign `propTypes` to \" + \"a lazy component import. Either specify them where the component \" + \"is defined, or create a wrapping component around it.\");\n            propTypes = newPropTypes; // Match production behavior more closely:\n            // $FlowFixMe\n\n            Object.defineProperty(lazyType, \"propTypes\", {\n              enumerable: true\n            });\n          }\n        }\n      });\n    }\n    return lazyType;\n  }\n  function forwardRef(render) {\n    {\n      if (render != null && render.$$typeof === REACT_MEMO_TYPE) {\n        error(\"forwardRef requires a render function but received a `memo` \" + \"component. Instead of forwardRef(memo(...)), use \" + \"memo(forwardRef(...)).\");\n      } else if (typeof render !== \"function\") {\n        error(\"forwardRef requires a render function but was given %s.\", render === null ? \"null\" : typeof render);\n      } else {\n        if (render.length !== 0 && render.length !== 2) {\n          error(\"forwardRef render functions accept exactly two parameters: props and ref. %s\", render.length === 1 ? \"Did you forget to use the ref parameter?\" : \"Any additional parameter will be undefined.\");\n        }\n      }\n      if (render != null) {\n        if (render.defaultProps != null || render.propTypes != null) {\n          error(\"forwardRef render functions do not support propTypes or defaultProps. \" + \"Did you accidentally pass a React component?\");\n        }\n      }\n    }\n    var elementType = {\n      $$typeof: REACT_FORWARD_REF_TYPE,\n      render: render\n    };\n    {\n      var ownName;\n      Object.defineProperty(elementType, \"displayName\", {\n        enumerable: false,\n        configurable: true,\n        get: function () {\n          return ownName;\n        },\n        set: function (name) {\n          ownName = name;\n          if (render.displayName == null) {\n            render.displayName = name;\n          }\n        }\n      });\n    }\n    return elementType;\n  }\n\n  // Filter certain DOM attributes (e.g. src, href) if their values are empty strings.\n\n  var enableScopeAPI = false; // Experimental Create Event Handle API.\n\n  function isValidElementType(type) {\n    if (typeof type === \"string\" || typeof type === \"function\") {\n      return true;\n    } // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill).\n\n    if (type === exports.Fragment || type === exports.Profiler || type === REACT_DEBUG_TRACING_MODE_TYPE || type === exports.StrictMode || type === exports.Suspense || type === REACT_SUSPENSE_LIST_TYPE || type === REACT_LEGACY_HIDDEN_TYPE || enableScopeAPI) {\n      return true;\n    }\n    if (typeof type === \"object\" && type !== null) {\n      if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_BLOCK_TYPE || type[0] === REACT_SERVER_BLOCK_TYPE) {\n        return true;\n      }\n    }\n    return false;\n  }\n  function memo(type, compare) {\n    {\n      if (!isValidElementType(type)) {\n        error(\"memo: The first argument must be a component. Instead \" + \"received: %s\", type === null ? \"null\" : typeof type);\n      }\n    }\n    var elementType = {\n      $$typeof: REACT_MEMO_TYPE,\n      type: type,\n      compare: compare === undefined ? null : compare\n    };\n    {\n      var ownName;\n      Object.defineProperty(elementType, \"displayName\", {\n        enumerable: false,\n        configurable: true,\n        get: function () {\n          return ownName;\n        },\n        set: function (name) {\n          ownName = name;\n          if (type.displayName == null) {\n            type.displayName = name;\n          }\n        }\n      });\n    }\n    return elementType;\n  }\n  function resolveDispatcher() {\n    var dispatcher = ReactCurrentDispatcher.current;\n    if (!(dispatcher !== null)) {\n      {\n        throw Error(\"Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\\n1. You might have mismatching versions of React and the renderer (such as React DOM)\\n2. You might be breaking the Rules of Hooks\\n3. You might have more than one copy of React in the same app\\nSee https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.\");\n      }\n    }\n    return dispatcher;\n  }\n  function useContext(Context, unstable_observedBits) {\n    var dispatcher = resolveDispatcher();\n    {\n      if (unstable_observedBits !== undefined) {\n        error(\"useContext() second argument is reserved for future \" + \"use in React. Passing it is not supported. \" + \"You passed: %s.%s\", unstable_observedBits, typeof unstable_observedBits === \"number\" && Array.isArray(arguments[2]) ? \"\\n\\nDid you call array.map(useContext)? \" + \"Calling Hooks inside a loop is not supported. \" + \"Learn more at https://reactjs.org/link/rules-of-hooks\" : \"\");\n      } // TODO: add a more generic warning for invalid values.\n\n      if (Context._context !== undefined) {\n        var realContext = Context._context; // Don't deduplicate because this legitimately causes bugs\n        // and nobody should be using this in existing code.\n\n        if (realContext.Consumer === Context) {\n          error(\"Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be \" + \"removed in a future major release. Did you mean to call useContext(Context) instead?\");\n        } else if (realContext.Provider === Context) {\n          error(\"Calling useContext(Context.Provider) is not supported. \" + \"Did you mean to call useContext(Context) instead?\");\n        }\n      }\n    }\n    return dispatcher.useContext(Context, unstable_observedBits);\n  }\n  function useState(initialState) {\n    var dispatcher = resolveDispatcher();\n    return dispatcher.useState(initialState);\n  }\n  function useReducer(reducer, initialArg, init) {\n    var dispatcher = resolveDispatcher();\n    return dispatcher.useReducer(reducer, initialArg, init);\n  }\n  function useRef(initialValue) {\n    var dispatcher = resolveDispatcher();\n    return dispatcher.useRef(initialValue);\n  }\n  function useEffect(create, deps) {\n    var dispatcher = resolveDispatcher();\n    return dispatcher.useEffect(create, deps);\n  }\n  function useLayoutEffect(create, deps) {\n    var dispatcher = resolveDispatcher();\n    return dispatcher.useLayoutEffect(create, deps);\n  }\n  function useCallback(callback, deps) {\n    var dispatcher = resolveDispatcher();\n    return dispatcher.useCallback(callback, deps);\n  }\n  function useMemo(create, deps) {\n    var dispatcher = resolveDispatcher();\n    return dispatcher.useMemo(create, deps);\n  }\n  function useImperativeHandle(ref, create, deps) {\n    var dispatcher = resolveDispatcher();\n    return dispatcher.useImperativeHandle(ref, create, deps);\n  }\n  function useDebugValue(value, formatterFn) {\n    {\n      var dispatcher = resolveDispatcher();\n      return dispatcher.useDebugValue(value, formatterFn);\n    }\n  }\n\n  // Helpers to patch console.logs to avoid logging during side-effect free\n  // replaying on render function. This currently only patches the object\n  // lazily which won't cover if the log function was extracted eagerly.\n  // We could also eagerly patch the method.\n  var disabledDepth = 0;\n  var prevLog;\n  var prevInfo;\n  var prevWarn;\n  var prevError;\n  var prevGroup;\n  var prevGroupCollapsed;\n  var prevGroupEnd;\n  function disabledLog() {}\n  disabledLog.__reactDisabledLog = true;\n  function disableLogs() {\n    {\n      if (disabledDepth === 0) {\n        /* eslint-disable react-internal/no-production-logging */\n        prevLog = console.log;\n        prevInfo = console.info;\n        prevWarn = console.warn;\n        prevError = console.error;\n        prevGroup = console.group;\n        prevGroupCollapsed = console.groupCollapsed;\n        prevGroupEnd = console.groupEnd; // https://github.com/facebook/react/issues/19099\n\n        var props = {\n          configurable: true,\n          enumerable: true,\n          value: disabledLog,\n          writable: true\n        }; // $FlowFixMe Flow thinks console is immutable.\n\n        Object.defineProperties(console, {\n          info: props,\n          log: props,\n          warn: props,\n          error: props,\n          group: props,\n          groupCollapsed: props,\n          groupEnd: props\n        });\n        /* eslint-enable react-internal/no-production-logging */\n      }\n\n      disabledDepth++;\n    }\n  }\n  function reenableLogs() {\n    {\n      disabledDepth--;\n      if (disabledDepth === 0) {\n        /* eslint-disable react-internal/no-production-logging */\n        var props = {\n          configurable: true,\n          enumerable: true,\n          writable: true\n        }; // $FlowFixMe Flow thinks console is immutable.\n\n        Object.defineProperties(console, {\n          log: _assign({}, props, {\n            value: prevLog\n          }),\n          info: _assign({}, props, {\n            value: prevInfo\n          }),\n          warn: _assign({}, props, {\n            value: prevWarn\n          }),\n          error: _assign({}, props, {\n            value: prevError\n          }),\n          group: _assign({}, props, {\n            value: prevGroup\n          }),\n          groupCollapsed: _assign({}, props, {\n            value: prevGroupCollapsed\n          }),\n          groupEnd: _assign({}, props, {\n            value: prevGroupEnd\n          })\n        });\n        /* eslint-enable react-internal/no-production-logging */\n      }\n\n      if (disabledDepth < 0) {\n        error(\"disabledDepth fell below zero. \" + \"This is a bug in React. Please file an issue.\");\n      }\n    }\n  }\n  var ReactCurrentDispatcher$1 = ReactSharedInternals.ReactCurrentDispatcher;\n  var prefix;\n  function describeBuiltInComponentFrame(name, source, ownerFn) {\n    {\n      if (prefix === undefined) {\n        // Extract the VM specific prefix used by each line.\n        try {\n          throw Error();\n        } catch (x) {\n          var match = x.stack.trim().match(/\\n( *(at )?)/);\n          prefix = match && match[1] || \"\";\n        }\n      } // We use the prefix to ensure our stacks line up with native stack frames.\n\n      return \"\\n\" + prefix + name;\n    }\n  }\n  var reentry = false;\n  var componentFrameCache;\n  {\n    var PossiblyWeakMap = typeof WeakMap === \"function\" ? WeakMap : Map;\n    componentFrameCache = new PossiblyWeakMap();\n  }\n  function describeNativeComponentFrame(fn, construct) {\n    // If something asked for a stack inside a fake render, it should get ignored.\n    if (!fn || reentry) {\n      return \"\";\n    }\n    {\n      var frame = componentFrameCache.get(fn);\n      if (frame !== undefined) {\n        return frame;\n      }\n    }\n    var control;\n    reentry = true;\n    var previousPrepareStackTrace = Error.prepareStackTrace; // $FlowFixMe It does accept undefined.\n\n    Error.prepareStackTrace = undefined;\n    var previousDispatcher;\n    {\n      previousDispatcher = ReactCurrentDispatcher$1.current; // Set the dispatcher in DEV because this might be call in the render function\n      // for warnings.\n\n      ReactCurrentDispatcher$1.current = null;\n      disableLogs();\n    }\n    try {\n      // This should throw.\n      if (construct) {\n        // Something should be setting the props in the constructor.\n        var Fake = function () {\n          throw Error();\n        }; // $FlowFixMe\n\n        Object.defineProperty(Fake.prototype, \"props\", {\n          set: function () {\n            // We use a throwing setter instead of frozen or non-writable props\n            // because that won't throw in a non-strict mode function.\n            throw Error();\n          }\n        });\n        if (typeof Reflect === \"object\" && Reflect.construct) {\n          // We construct a different control for this case to include any extra\n          // frames added by the construct call.\n          try {\n            Reflect.construct(Fake, []);\n          } catch (x) {\n            control = x;\n          }\n          Reflect.construct(fn, [], Fake);\n        } else {\n          try {\n            Fake.call();\n          } catch (x) {\n            control = x;\n          }\n          fn.call(Fake.prototype);\n        }\n      } else {\n        try {\n          throw Error();\n        } catch (x) {\n          control = x;\n        }\n        fn();\n      }\n    } catch (sample) {\n      // This is inlined manually because closure doesn't do it for us.\n      if (sample && control && typeof sample.stack === \"string\") {\n        // This extracts the first frame from the sample that isn't also in the control.\n        // Skipping one frame that we assume is the frame that calls the two.\n        var sampleLines = sample.stack.split(\"\\n\");\n        var controlLines = control.stack.split(\"\\n\");\n        var s = sampleLines.length - 1;\n        var c = controlLines.length - 1;\n        while (s >= 1 && c >= 0 && sampleLines[s] !== controlLines[c]) {\n          // We expect at least one stack frame to be shared.\n          // Typically this will be the root most one. However, stack frames may be\n          // cut off due to maximum stack limits. In this case, one maybe cut off\n          // earlier than the other. We assume that the sample is longer or the same\n          // and there for cut off earlier. So we should find the root most frame in\n          // the sample somewhere in the control.\n          c--;\n        }\n        for (; s >= 1 && c >= 0; s--, c--) {\n          // Next we find the first one that isn't the same which should be the\n          // frame that called our sample function and the control.\n          if (sampleLines[s] !== controlLines[c]) {\n            // In V8, the first line is describing the message but other VMs don't.\n            // If we're about to return the first line, and the control is also on the same\n            // line, that's a pretty good indicator that our sample threw at same line as\n            // the control. I.e. before we entered the sample frame. So we ignore this result.\n            // This can happen if you passed a class to function component, or non-function.\n            if (s !== 1 || c !== 1) {\n              do {\n                s--;\n                c--; // We may still have similar intermediate frames from the construct call.\n                // The next one that isn't the same should be our match though.\n\n                if (c < 0 || sampleLines[s] !== controlLines[c]) {\n                  // V8 adds a \"new\" prefix for native classes. Let's remove it to make it prettier.\n                  var _frame = \"\\n\" + sampleLines[s].replace(\" at new \", \" at \");\n                  {\n                    if (typeof fn === \"function\") {\n                      componentFrameCache.set(fn, _frame);\n                    }\n                  } // Return the line we found.\n\n                  return _frame;\n                }\n              } while (s >= 1 && c >= 0);\n            }\n            break;\n          }\n        }\n      }\n    } finally {\n      reentry = false;\n      {\n        ReactCurrentDispatcher$1.current = previousDispatcher;\n        reenableLogs();\n      }\n      Error.prepareStackTrace = previousPrepareStackTrace;\n    } // Fallback to just using the name if we couldn't make it throw.\n\n    var name = fn ? fn.displayName || fn.name : \"\";\n    var syntheticFrame = name ? describeBuiltInComponentFrame(name) : \"\";\n    {\n      if (typeof fn === \"function\") {\n        componentFrameCache.set(fn, syntheticFrame);\n      }\n    }\n    return syntheticFrame;\n  }\n  function describeFunctionComponentFrame(fn, source, ownerFn) {\n    {\n      return describeNativeComponentFrame(fn, false);\n    }\n  }\n  function shouldConstruct(Component) {\n    var prototype = Component.prototype;\n    return !!(prototype && prototype.isReactComponent);\n  }\n  function describeUnknownElementTypeFrameInDEV(type, source, ownerFn) {\n    if (type == null) {\n      return \"\";\n    }\n    if (typeof type === \"function\") {\n      {\n        return describeNativeComponentFrame(type, shouldConstruct(type));\n      }\n    }\n    if (typeof type === \"string\") {\n      return describeBuiltInComponentFrame(type);\n    }\n    switch (type) {\n      case exports.Suspense:\n        return describeBuiltInComponentFrame(\"Suspense\");\n      case REACT_SUSPENSE_LIST_TYPE:\n        return describeBuiltInComponentFrame(\"SuspenseList\");\n    }\n    if (typeof type === \"object\") {\n      switch (type.$$typeof) {\n        case REACT_FORWARD_REF_TYPE:\n          return describeFunctionComponentFrame(type.render);\n        case REACT_MEMO_TYPE:\n          // Memo may contain any component type so we recursively resolve it.\n          return describeUnknownElementTypeFrameInDEV(type.type, source, ownerFn);\n        case REACT_BLOCK_TYPE:\n          return describeFunctionComponentFrame(type._render);\n        case REACT_LAZY_TYPE:\n          {\n            var lazyComponent = type;\n            var payload = lazyComponent._payload;\n            var init = lazyComponent._init;\n            try {\n              // Lazy may contain any component type so we recursively resolve it.\n              return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);\n            } catch (x) {}\n          }\n      }\n    }\n    return \"\";\n  }\n  var loggedTypeFailures = {};\n  var ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;\n  function setCurrentlyValidatingElement(element) {\n    {\n      if (element) {\n        var owner = element._owner;\n        var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);\n        ReactDebugCurrentFrame$1.setExtraStackFrame(stack);\n      } else {\n        ReactDebugCurrentFrame$1.setExtraStackFrame(null);\n      }\n    }\n  }\n  function checkPropTypes(typeSpecs, values, location, componentName, element) {\n    {\n      // $FlowFixMe This is okay but Flow doesn't know it.\n      var has = Function.call.bind(Object.prototype.hasOwnProperty);\n      for (var typeSpecName in typeSpecs) {\n        if (has(typeSpecs, typeSpecName)) {\n          var error$1 = void 0; // Prop type validation may throw. In case they do, we don't want to\n          // fail the render phase where it didn't fail before. So we log it.\n          // After these have been cleaned up, we'll let them throw.\n\n          try {\n            // This is intentionally an invariant that gets caught. It's the same\n            // behavior as without this statement except with a better message.\n            if (typeof typeSpecs[typeSpecName] !== \"function\") {\n              var err = Error((componentName || \"React class\") + \": \" + location + \" type `\" + typeSpecName + \"` is invalid; \" + \"it must be a function, usually from the `prop-types` package, but received `\" + typeof typeSpecs[typeSpecName] + \"`.\" + \"This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.\");\n              err.name = \"Invariant Violation\";\n              throw err;\n            }\n            error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, \"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED\");\n          } catch (ex) {\n            error$1 = ex;\n          }\n          if (error$1 && !(error$1 instanceof Error)) {\n            setCurrentlyValidatingElement(element);\n            error(\"%s: type specification of %s\" + \" `%s` is invalid; the type checker \" + \"function must return `null` or an `Error` but returned a %s. \" + \"You may have forgotten to pass an argument to the type checker \" + \"creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and \" + \"shape all require an argument).\", componentName || \"React class\", location, typeSpecName, typeof error$1);\n            setCurrentlyValidatingElement(null);\n          }\n          if (error$1 instanceof Error && !(error$1.message in loggedTypeFailures)) {\n            // Only monitor this failure once because there tends to be a lot of the\n            // same error.\n            loggedTypeFailures[error$1.message] = true;\n            setCurrentlyValidatingElement(element);\n            error(\"Failed %s type: %s\", location, error$1.message);\n            setCurrentlyValidatingElement(null);\n          }\n        }\n      }\n    }\n  }\n  function setCurrentlyValidatingElement$1(element) {\n    {\n      if (element) {\n        var owner = element._owner;\n        var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);\n        setExtraStackFrame(stack);\n      } else {\n        setExtraStackFrame(null);\n      }\n    }\n  }\n  var propTypesMisspellWarningShown;\n  {\n    propTypesMisspellWarningShown = false;\n  }\n  function getDeclarationErrorAddendum() {\n    if (ReactCurrentOwner.current) {\n      var name = getComponentName(ReactCurrentOwner.current.type);\n      if (name) {\n        return \"\\n\\nCheck the render method of `\" + name + \"`.\";\n      }\n    }\n    return \"\";\n  }\n  function getSourceInfoErrorAddendum(source) {\n    if (source !== undefined) {\n      var fileName = source.fileName.replace(/^.*[\\\\\\/]/, \"\");\n      var lineNumber = source.lineNumber;\n      return \"\\n\\nCheck your code at \" + fileName + \":\" + lineNumber + \".\";\n    }\n    return \"\";\n  }\n  function getSourceInfoErrorAddendumForProps(elementProps) {\n    if (elementProps !== null && elementProps !== undefined) {\n      return getSourceInfoErrorAddendum(elementProps.__source);\n    }\n    return \"\";\n  }\n  /**\n   * Warn if there's no key explicitly set on dynamic arrays of children or\n   * object keys are not valid. This allows us to keep track of children between\n   * updates.\n   */\n\n  var ownerHasKeyUseWarning = {};\n  function getCurrentComponentErrorInfo(parentType) {\n    var info = getDeclarationErrorAddendum();\n    if (!info) {\n      var parentName = typeof parentType === \"string\" ? parentType : parentType.displayName || parentType.name;\n      if (parentName) {\n        info = \"\\n\\nCheck the top-level render call using <\" + parentName + \">.\";\n      }\n    }\n    return info;\n  }\n  /**\n   * Warn if the element doesn't have an explicit key assigned to it.\n   * This element is in an array. The array could grow and shrink or be\n   * reordered. All children that haven't already been validated are required to\n   * have a \"key\" property assigned to it. Error statuses are cached so a warning\n   * will only be shown once.\n   *\n   * @internal\n   * @param {ReactElement} element Element that requires a key.\n   * @param {*} parentType element's parent's type.\n   */\n\n  function validateExplicitKey(element, parentType) {\n    if (!element._store || element._store.validated || element.key != null) {\n      return;\n    }\n    element._store.validated = true;\n    var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);\n    if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {\n      return;\n    }\n    ownerHasKeyUseWarning[currentComponentErrorInfo] = true; // Usually the current owner is the offender, but if it accepts children as a\n    // property, it may be the creator of the child that's responsible for\n    // assigning it a key.\n\n    var childOwner = \"\";\n    if (element && element._owner && element._owner !== ReactCurrentOwner.current) {\n      // Give the component that originally created this child.\n      childOwner = \" It was passed a child from \" + getComponentName(element._owner.type) + \".\";\n    }\n    {\n      setCurrentlyValidatingElement$1(element);\n      error(\"Each child in a list should have a unique \\\"key\\\" prop.\" + \"%s%s See https://reactjs.org/link/warning-keys for more information.\", currentComponentErrorInfo, childOwner);\n      setCurrentlyValidatingElement$1(null);\n    }\n  }\n  /**\n   * Ensure that every element either is passed in a static location, in an\n   * array with an explicit keys property defined, or in an object literal\n   * with valid key property.\n   *\n   * @internal\n   * @param {ReactNode} node Statically passed child of any type.\n   * @param {*} parentType node's parent's type.\n   */\n\n  function validateChildKeys(node, parentType) {\n    if (typeof node !== \"object\") {\n      return;\n    }\n    if (Array.isArray(node)) {\n      for (var i = 0; i < node.length; i++) {\n        var child = node[i];\n        if (isValidElement(child)) {\n          validateExplicitKey(child, parentType);\n        }\n      }\n    } else if (isValidElement(node)) {\n      // This element was passed in a valid location.\n      if (node._store) {\n        node._store.validated = true;\n      }\n    } else if (node) {\n      var iteratorFn = getIteratorFn(node);\n      if (typeof iteratorFn === \"function\") {\n        // Entry iterators used to provide implicit keys,\n        // but now we print a separate warning for them later.\n        if (iteratorFn !== node.entries) {\n          var iterator = iteratorFn.call(node);\n          var step;\n          while (!(step = iterator.next()).done) {\n            if (isValidElement(step.value)) {\n              validateExplicitKey(step.value, parentType);\n            }\n          }\n        }\n      }\n    }\n  }\n  /**\n   * Given an element, validate that its props follow the propTypes definition,\n   * provided by the type.\n   *\n   * @param {ReactElement} element\n   */\n\n  function validatePropTypes(element) {\n    {\n      var type = element.type;\n      if (type === null || type === undefined || typeof type === \"string\") {\n        return;\n      }\n      var propTypes;\n      if (typeof type === \"function\") {\n        propTypes = type.propTypes;\n      } else if (typeof type === \"object\" && (type.$$typeof === REACT_FORWARD_REF_TYPE ||\n      // Note: Memo only checks outer props here.\n      // Inner props are checked in the reconciler.\n      type.$$typeof === REACT_MEMO_TYPE)) {\n        propTypes = type.propTypes;\n      } else {\n        return;\n      }\n      if (propTypes) {\n        // Intentionally inside to avoid triggering lazy initializers:\n        var name = getComponentName(type);\n        checkPropTypes(propTypes, element.props, \"prop\", name, element);\n      } else if (type.PropTypes !== undefined && !propTypesMisspellWarningShown) {\n        propTypesMisspellWarningShown = true; // Intentionally inside to avoid triggering lazy initializers:\n\n        var _name = getComponentName(type);\n        error(\"Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?\", _name || \"Unknown\");\n      }\n      if (typeof type.getDefaultProps === \"function\" && !type.getDefaultProps.isReactClassApproved) {\n        error(\"getDefaultProps is only used on classic React.createClass \" + \"definitions. Use a static property named `defaultProps` instead.\");\n      }\n    }\n  }\n  /**\n   * Given a fragment, validate that it can only be provided with fragment props\n   * @param {ReactElement} fragment\n   */\n\n  function validateFragmentProps(fragment) {\n    {\n      var keys = Object.keys(fragment.props);\n      for (var i = 0; i < keys.length; i++) {\n        var key = keys[i];\n        if (key !== \"children\" && key !== \"key\") {\n          setCurrentlyValidatingElement$1(fragment);\n          error(\"Invalid prop `%s` supplied to `React.Fragment`. \" + \"React.Fragment can only have `key` and `children` props.\", key);\n          setCurrentlyValidatingElement$1(null);\n          break;\n        }\n      }\n      if (fragment.ref !== null) {\n        setCurrentlyValidatingElement$1(fragment);\n        error(\"Invalid attribute `ref` supplied to `React.Fragment`.\");\n        setCurrentlyValidatingElement$1(null);\n      }\n    }\n  }\n  function createElementWithValidation(type, props, children) {\n    var validType = isValidElementType(type); // We warn in this case but don't throw. We expect the element creation to\n    // succeed and there will likely be errors in render.\n\n    if (!validType) {\n      var info = \"\";\n      if (type === undefined || typeof type === \"object\" && type !== null && Object.keys(type).length === 0) {\n        info += \" You likely forgot to export your component from the file \" + \"it's defined in, or you might have mixed up default and named imports.\";\n      }\n      var sourceInfo = getSourceInfoErrorAddendumForProps(props);\n      if (sourceInfo) {\n        info += sourceInfo;\n      } else {\n        info += getDeclarationErrorAddendum();\n      }\n      var typeString;\n      if (type === null) {\n        typeString = \"null\";\n      } else if (Array.isArray(type)) {\n        typeString = \"array\";\n      } else if (type !== undefined && type.$$typeof === REACT_ELEMENT_TYPE) {\n        typeString = \"<\" + (getComponentName(type.type) || \"Unknown\") + \" />\";\n        info = \" Did you accidentally export a JSX literal instead of a component?\";\n      } else {\n        typeString = typeof type;\n      }\n      {\n        error(\"React.createElement: type is invalid -- expected a string (for \" + \"built-in components) or a class/function (for composite \" + \"components) but got: %s.%s\", typeString, info);\n      }\n    }\n    var element = createElement.apply(this, arguments); // The result can be nullish if a mock or a custom function is used.\n    // TODO: Drop this when these are no longer allowed as the type argument.\n\n    if (element == null) {\n      return element;\n    } // Skip key warning if the type isn't valid since our key validation logic\n    // doesn't expect a non-string/function type and can throw confusing errors.\n    // We don't want exception behavior to differ between dev and prod.\n    // (Rendering will throw with a helpful message and as soon as the type is\n    // fixed, the key warnings will appear.)\n\n    if (validType) {\n      for (var i = 2; i < arguments.length; i++) {\n        validateChildKeys(arguments[i], type);\n      }\n    }\n    if (type === exports.Fragment) {\n      validateFragmentProps(element);\n    } else {\n      validatePropTypes(element);\n    }\n    return element;\n  }\n  var didWarnAboutDeprecatedCreateFactory = false;\n  function createFactoryWithValidation(type) {\n    var validatedFactory = createElementWithValidation.bind(null, type);\n    validatedFactory.type = type;\n    {\n      if (!didWarnAboutDeprecatedCreateFactory) {\n        didWarnAboutDeprecatedCreateFactory = true;\n        warn(\"React.createFactory() is deprecated and will be removed in \" + \"a future major release. Consider using JSX \" + \"or use React.createElement() directly instead.\");\n      } // Legacy hook: remove it\n\n      Object.defineProperty(validatedFactory, \"type\", {\n        enumerable: false,\n        get: function () {\n          warn(\"Factory.type is deprecated. Access the class directly \" + \"before passing it to createFactory.\");\n          Object.defineProperty(this, \"type\", {\n            value: type\n          });\n          return type;\n        }\n      });\n    }\n    return validatedFactory;\n  }\n  function cloneElementWithValidation(element, props, children) {\n    var newElement = cloneElement.apply(this, arguments);\n    for (var i = 2; i < arguments.length; i++) {\n      validateChildKeys(arguments[i], newElement.type);\n    }\n    validatePropTypes(newElement);\n    return newElement;\n  }\n  {\n    try {\n      var frozenObject = Object.freeze({});\n      /* eslint-disable no-new */\n\n      new Map([[frozenObject, null]]);\n      new Set([frozenObject]);\n      /* eslint-enable no-new */\n    } catch (e) {}\n  }\n  var createElement$1 = createElementWithValidation;\n  var cloneElement$1 = cloneElementWithValidation;\n  var createFactory = createFactoryWithValidation;\n  var Children = {\n    map: mapChildren,\n    forEach: forEachChildren,\n    count: countChildren,\n    toArray: toArray,\n    only: onlyChild\n  };\n  exports.Children = Children;\n  exports.Component = Component;\n  exports.PureComponent = PureComponent;\n  exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = ReactSharedInternals;\n  exports.cloneElement = cloneElement$1;\n  exports.createContext = createContext;\n  exports.createElement = createElement$1;\n  exports.createFactory = createFactory;\n  exports.createRef = createRef;\n  exports.forwardRef = forwardRef;\n  exports.isValidElement = isValidElement;\n  exports.lazy = lazy;\n  exports.memo = memo;\n  exports.useCallback = useCallback;\n  exports.useContext = useContext;\n  exports.useDebugValue = useDebugValue;\n  exports.useEffect = useEffect;\n  exports.useImperativeHandle = useImperativeHandle;\n  exports.useLayoutEffect = useLayoutEffect;\n  exports.useMemo = useMemo;\n  exports.useReducer = useReducer;\n  exports.useRef = useRef;\n  exports.useState = useState;\n  exports.version = ReactVersion;\n})();\nconst Fragment = exports.Fragment,\n  StrictMode = exports.StrictMode,\n  Profiler = exports.Profiler,\n  Suspense = exports.Suspense,\n  Children = exports.Children,\n  Component = exports.Component,\n  PureComponent = exports.PureComponent,\n  __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,\n  cloneElement = exports.cloneElement,\n  createContext = exports.createContext,\n  createElement = exports.createElement,\n  createFactory = exports.createFactory,\n  createRef = exports.createRef,\n  forwardRef = exports.forwardRef,\n  isValidElement = exports.isValidElement,\n  lazy = exports.lazy,\n  memo = exports.memo,\n  useCallback = exports.useCallback,\n  useContext = exports.useContext,\n  useDebugValue = exports.useDebugValue,\n  useEffect = exports.useEffect,\n  useImperativeHandle = exports.useImperativeHandle,\n  useLayoutEffect = exports.useLayoutEffect,\n  useMemo = exports.useMemo,\n  useReducer = exports.useReducer,\n  useRef = exports.useRef,\n  useState = exports.useState,\n  version = exports.version;\n\nexport { Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, exports as default, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version };\n//# sourceMappingURL=react.development!cjs.map\n", "import exports from './npm:react@17.0.2/cjs/react.development!cjs';\nimport '/npm:object-assign@4!cjs';\n\nconst Fragment = exports.Fragment,\n  StrictMode = exports.StrictMode,\n  Profiler = exports.Profiler,\n  Suspense = exports.Suspense,\n  Children = exports.Children,\n  Component = exports.Component,\n  PureComponent = exports.PureComponent,\n  __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,\n  cloneElement = exports.cloneElement,\n  createContext = exports.createContext,\n  createElement = exports.createElement,\n  createFactory = exports.createFactory,\n  createRef = exports.createRef,\n  forwardRef = exports.forwardRef,\n  isValidElement = exports.isValidElement,\n  lazy = exports.lazy,\n  memo = exports.memo,\n  useCallback = exports.useCallback,\n  useContext = exports.useContext,\n  useDebugValue = exports.useDebugValue,\n  useEffect = exports.useEffect,\n  useImperativeHandle = exports.useImperativeHandle,\n  useLayoutEffect = exports.useLayoutEffect,\n  useMemo = exports.useMemo,\n  useReducer = exports.useReducer,\n  useRef = exports.useRef,\n  useState = exports.useState,\n  version = exports.version;\n\nexport { Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, exports as default, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version };\n//# sourceMappingURL=npm:react@17.0.2!cjs.map\n", "import * as _react2 from './npm:react@17!cjs';\n\nvar _react = \"default\" in _react2 ? _react2.default : _react2;\n\nvar exports = {};\nObject.defineProperty(exports, \"__esModule\", {\n  value: true\n});\nvar React = _react;\n/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation. All rights reserved.\r\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\r\nthis file except in compliance with the License. You may obtain a copy of the\r\nLicense at http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nTHIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\nKIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r\nWARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r\nMERCHANTABLITY OR NON-INFRINGEMENT.\r\n\r\nSee the Apache Version 2.0 License for specific language governing permissions\r\nand limitations under the License.\r\n***************************************************************************** */\n\n/* global Reflect, Promise */\n\nvar extendStatics = function (d, b) {\n  extendStatics = Object.setPrototypeOf || {\n    __proto__: []\n  } instanceof Array && function (d, b) {\n    d.__proto__ = b;\n  } || function (d, b) {\n    for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];\n  };\n\n  return extendStatics(d, b);\n};\n\nfunction __extends(d, b) {\n  extendStatics(d, b);\n\n  function __() {\n    this.constructor = d;\n  }\n\n  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n}\n\nvar __assign = function () {\n  __assign = Object.assign || function __assign(t) {\n    for (var s, i = 1, n = arguments.length; i < n; i++) {\n      s = arguments[i];\n\n      for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\n    }\n\n    return t;\n  };\n\n  return __assign.apply(this, arguments);\n};\n\nfunction styleInject(css, ref) {\n  if (ref === void 0) ref = {};\n  var insertAt = ref.insertAt;\n\n  if (!css || typeof document === \"undefined\") {\n    return;\n  }\n\n  var head = document.head || document.getElementsByTagName(\"head\")[0];\n  var style = document.createElement(\"style\");\n  style.type = \"text/css\";\n\n  if (insertAt === \"top\") {\n    if (head.firstChild) {\n      head.insertBefore(style, head.firstChild);\n    } else {\n      head.appendChild(style);\n    }\n  } else {\n    head.appendChild(style);\n  }\n\n  if (style.styleSheet) {\n    style.styleSheet.cssText = css;\n  } else {\n    style.appendChild(document.createTextNode(css));\n  }\n}\n\nvar css = \"/*\\n  code is extracted from Calendly's embed stylesheet: https://assets.calendly.com/assets/external/widget.css\\n*/\\n\\n.calendly-inline-widget,\\n.calendly-inline-widget *,\\n.calendly-badge-widget,\\n.calendly-badge-widget *,\\n.calendly-overlay,\\n.calendly-overlay * {\\n    font-size:16px;\\n    line-height:1.2em\\n}\\n\\n.calendly-inline-widget iframe,\\n.calendly-badge-widget iframe,\\n.calendly-overlay iframe {\\n    display:inline;\\n    width:100%;\\n    height:100%\\n}\\n\\n.calendly-popup-content {\\n    position:relative\\n}\\n\\n.calendly-popup-content.calendly-mobile {\\n    -webkit-overflow-scrolling:touch;\\n    overflow-y:auto\\n}\\n\\n.calendly-overlay {\\n    position:fixed;\\n    top:0;\\n    left:0;\\n    right:0;\\n    bottom:0;\\n    overflow:hidden;\\n    z-index:9999;\\n    background-color:#a5a5a5;\\n    background-color:rgba(31,31,31,0.4)\\n}\\n\\n.calendly-overlay .calendly-close-overlay {\\n    position:absolute;\\n    top:0;\\n    left:0;\\n    right:0;\\n    bottom:0\\n}\\n\\n.calendly-overlay .calendly-popup {\\n    box-sizing:border-box;\\n    position:absolute;\\n    top:50%;\\n    left:50%;\\n    -webkit-transform:translateY(-50%) translateX(-50%);\\n    transform:translateY(-50%) translateX(-50%);\\n    width:80%;\\n    min-width:900px;\\n    max-width:1000px;\\n    height:90%;\\n    max-height:680px\\n}\\n\\n@media (max-width: 975px) {\\n    .calendly-overlay .calendly-popup {\\n        position:fixed;\\n        top:50px;\\n        left:0;\\n        right:0;\\n        bottom:0;\\n        -webkit-transform:none;\\n        transform:none;\\n        width:100%;\\n        height:auto;\\n        min-width:0;\\n        max-height:none\\n    }\\n}\\n\\n.calendly-overlay .calendly-popup .calendly-popup-content {\\n    height:100%;\\n}\\n\\n.calendly-overlay .calendly-popup-close {\\n    position:absolute;\\n    top:25px;\\n    right:25px;\\n    color:#fff;\\n    width:19px;\\n    height:19px;\\n    cursor:pointer;\\n    background:url(https://assets.calendly.com/assets/external/close-icon.svg) no-repeat;\\n    background-size:contain\\n}\\n\\n@media (max-width: 975px) {\\n    .calendly-overlay .calendly-popup-close {\\n        top:15px;\\n        right:15px\\n    }\\n}\\n\\n.calendly-badge-widget {\\n    position:fixed;\\n    right:20px;\\n    bottom:15px;\\n    z-index:9998\\n}\\n\\n.calendly-badge-widget .calendly-badge-content {\\n    display:table-cell;\\n    width:auto;\\n    height:45px;\\n    padding:0 30px;\\n    border-radius:25px;\\n    box-shadow:rgba(0,0,0,0.25) 0 2px 5px;\\n    font-family:sans-serif;\\n    text-align:center;\\n    vertical-align:middle;\\n    font-weight:bold;\\n    font-size:14px;\\n    color:#fff;\\n    cursor:pointer\\n}\\n\\n.calendly-badge-widget .calendly-badge-content.calendly-white {\\n    color:#666a73\\n}\\n\\n.calendly-badge-widget .calendly-badge-content span {\\n    display:block;\\n    font-size:12px\\n}\\n\\n.calendly-spinner {\\n    position:absolute;\\n    top:50%;\\n    left:0;\\n    right:0;\\n    -webkit-transform:translateY(-50%);\\n    transform:translateY(-50%);\\n    text-align:center;\\n    z-index:-1\\n}\\n\\n.calendly-spinner>div {\\n    display:inline-block;\\n    width:18px;\\n    height:18px;\\n    background-color:#e1e1e1;\\n    border-radius:50%;\\n    vertical-align:middle;\\n    -webkit-animation:calendly-bouncedelay 1.4s infinite ease-in-out;\\n    animation:calendly-bouncedelay 1.4s infinite ease-in-out;\\n    -webkit-animation-fill-mode:both;\\n    animation-fill-mode:both\\n}\\n\\n.calendly-spinner .calendly-bounce1 {\\n    -webkit-animation-delay:-0.32s;\\n    animation-delay:-0.32s\\n}\\n\\n.calendly-spinner .calendly-bounce2 {\\n    -webkit-animation-delay:-0.16s;\\n    animation-delay:-0.16s\\n}\\n\\n@-webkit-keyframes calendly-bouncedelay {\\n    0%,80%,100% {\\n        -webkit-transform:scale(0);\\n        transform:scale(0)\\n    } \\n    \\n    40%{\\n        -webkit-transform:scale(1);\\n        transform:scale(1)\\n    }\\n}\\n\\n@keyframes calendly-bouncedelay{ \\n    0%,80%,100% {\\n        -webkit-transform:scale(0);\\n        transform:scale(0)\\n    }\\n    \\n    40% {\\n        -webkit-transform:scale(1);\\n        transform:scale(1)\\n    }\\n}\";\nstyleInject(css); // @ts-nocheck\n\n/* eslint-disable  @typescript-eslint/no-unused-expressions */\n\n/* eslint-disable  no-restricted-globals */\n\nvar initializeCalendly = function () {\n  return (\n    /*\n    code is extracted from Calendly's embed script: https://assets.calendly.com/assets/external/widget.js\n    */\n    function () {\n      window.Calendly = {}, window.Calendly._util = {};\n    }.call(window), window.Calendly._util.domReady = function (t) {\n      var e = !1,\n          n = function () {\n        document.addEventListener ? (document.removeEventListener(\"DOMContentLoaded\", o), window.removeEventListener(\"load\", o)) : (document.detachEvent(\"onreadystatechange\", o), window.detachEvent(\"onload\", o));\n      },\n          o = function () {\n        e || !document.addEventListener && \"load\" !== event.type && \"complete\" !== document.readyState || (e = !0, n(), t());\n      };\n\n      if (\"complete\" === document.readyState) t();else if (document.addEventListener) document.addEventListener(\"DOMContentLoaded\", o), window.addEventListener(\"load\", o);else {\n        document.attachEvent(\"onreadystatechange\", o), window.attachEvent(\"onload\", o);\n        var i = !1;\n\n        try {\n          i = null == window.frameElement && document.documentElement;\n        } catch (r) {}\n\n        i && i.doScroll && !function l() {\n          if (!e) {\n            try {\n              i.doScroll(\"left\");\n            } catch (o) {\n              return setTimeout(l, 50);\n            }\n\n            e = !0, n(), t();\n          }\n        }();\n      }\n    }, window.Calendly._util.assign = function (t) {\n      if (null == t) throw new TypeError(\"Cannot convert undefined or null to object\");\n\n      for (var e = Object(t), n = 1; n < arguments.length; n++) {\n        var o = arguments[n];\n        if (null != o) for (var i in o) Object.prototype.hasOwnProperty.call(o, i) && (e[i] = o[i]);\n      }\n\n      return e;\n    }, function () {\n      window.Calendly._url = {}, window.Calendly._url.extractQueryStringParams = function (t) {\n        var e, n, o, i, r, l, a, d, u, s;\n\n        for (a = document.createElement(\"a\"), a.href = t, r = a.search.substr(1), l = {}, d = r.split(\"&\"), e = 0, o = d.length; o > e; e++) i = d[e], u = i.split(\"=\"), n = u[0], s = u[1], void 0 !== s && (l[n.toLowerCase()] = decodeURIComponent(s));\n\n        return l;\n      }, window.Calendly._url.stripQuery = function (t) {\n        return t.split(\"?\")[0];\n      };\n    }.call(window), function () {\n      window.Calendly._util.snakeCaseKeys = function (t) {\n        var e, n, o;\n        o = {};\n\n        for (n in t) e = n.split(/(?=[A-Z])/).join(\"_\").toLowerCase(), o[e] = t[n];\n\n        return o;\n      }, window.Calendly._util.pick = function (t, e) {\n        var n, o, i, r;\n\n        if (t) {\n          for (r = {}, n = 0, i = e.length; i > n; n++) o = e[n], t[o] && (r[o] = t[o]);\n\n          return r;\n        }\n      };\n    }.call(window), function (t, e) {\n      var n = {\n        exports: {}\n      };\n      n.exports = exports, e(n.exports), t.bodyScrollLock = n.exports;\n    }(window, function (t) {\n      function e(t) {\n        if (Array.isArray(t)) {\n          for (var e = 0, n = Array(t.length); e < t.length; e++) n[e] = t[e];\n\n          return n;\n        }\n\n        return Array.from(t);\n      }\n\n      Object.defineProperty(t, \"__esModule\", {\n        value: !0\n      });\n      var n = !1;\n\n      if (\"undefined\" != typeof window) {\n        var o = {\n          get passive() {\n            n = !0;\n          }\n\n        };\n        window.addEventListener(\"testPassive\", null, o), window.removeEventListener(\"testPassive\", null, o);\n      }\n\n      var i = \"undefined\" != typeof window && window.navigator && window.navigator.platform && /iP(ad|hone|od)/.test(window.navigator.platform),\n          r = [],\n          l = !1,\n          a = -1,\n          d = void 0,\n          u = void 0,\n          s = function (t) {\n        return r.some(function (e) {\n          return !(!e.options.allowTouchMove || !e.options.allowTouchMove(t));\n        });\n      },\n          c = function (t) {\n        var e = t || window.event;\n        return s(e.target) ? !0 : e.touches.length > 1 ? !0 : (e.preventDefault && e.preventDefault(), !1);\n      },\n          p = function (t) {\n        setTimeout(function () {\n          if (void 0 === u) {\n            var e = !!t && t.reserveScrollBarGap === !0,\n                n = window.innerWidth - document.documentElement.clientWidth;\n            e && n > 0 && (u = document.body.style.paddingRight, document.body.style.paddingRight = n + \"px\");\n          }\n\n          void 0 === d && (d = document.body.style.overflow, document.body.style.overflow = \"hidden\");\n        });\n      },\n          h = function () {\n        setTimeout(function () {\n          void 0 !== u && (document.body.style.paddingRight = u, u = void 0), void 0 !== d && (document.body.style.overflow = d, d = void 0);\n        });\n      },\n          y = function (t) {\n        return t ? t.scrollHeight - t.scrollTop <= t.clientHeight : !1;\n      },\n          m = function (t, e) {\n        var n = t.targetTouches[0].clientY - a;\n        return s(t.target) ? !1 : e && 0 === e.scrollTop && n > 0 ? c(t) : y(e) && 0 > n ? c(t) : (t.stopPropagation(), !0);\n      };\n\n      t.disableBodyScroll = function (t, o) {\n        if (i) {\n          if (!t) return void console.error(\"disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.\");\n\n          if (t && !r.some(function (e) {\n            return e.targetElement === t;\n          })) {\n            var d = {\n              targetElement: t,\n              options: o || {}\n            };\n            r = [].concat(e(r), [d]), t.ontouchstart = function (t) {\n              1 === t.targetTouches.length && (a = t.targetTouches[0].clientY);\n            }, t.ontouchmove = function (e) {\n              1 === e.targetTouches.length && m(e, t);\n            }, l || (document.addEventListener(\"touchmove\", c, n ? {\n              passive: !1\n            } : void 0), l = !0);\n          }\n        } else {\n          p(o);\n          var u = {\n            targetElement: t,\n            options: o || {}\n          };\n          r = [].concat(e(r), [u]);\n        }\n      }, t.clearAllBodyScrollLocks = function () {\n        i ? (r.forEach(function (t) {\n          t.targetElement.ontouchstart = null, t.targetElement.ontouchmove = null;\n        }), l && (document.removeEventListener(\"touchmove\", c, n ? {\n          passive: !1\n        } : void 0), l = !1), r = [], a = -1) : (h(), r = []);\n      }, t.enableBodyScroll = function (t) {\n        if (i) {\n          if (!t) return void console.error(\"enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.\");\n          t.ontouchstart = null, t.ontouchmove = null, r = r.filter(function (e) {\n            return e.targetElement !== t;\n          }), l && 0 === r.length && (document.removeEventListener(\"touchmove\", c, n ? {\n            passive: !1\n          } : void 0), l = !1);\n        } else r = r.filter(function (e) {\n          return e.targetElement !== t;\n        }), r.length || h();\n      };\n    }), function () {\n      var t, e, n, o, i;\n      window.Calendly._autoLoadInlineWidgets = function () {\n        return window.Calendly._util.domReady(function () {\n          return e();\n        });\n      }, window.Calendly.initBadgeWidget = function (e) {\n        return window.Calendly._util.domReady(function () {\n          return t(e);\n        });\n      }, window.Calendly.destroyBadgeWidget = function () {\n        return window.Calendly.badgeWidget ? (window.Calendly.badgeWidget.destroy(), delete window.Calendly.badgeWidget) : void 0;\n      }, window.Calendly.initPopupWidget = function (t) {\n        return window.Calendly._util.domReady(function () {\n          return window.Calendly.showPopupWidget(t.url, \"PopupButton\", t);\n        });\n      }, window.Calendly.initInlineWidget = function (t) {\n        return t.url ? (t.parentElement || (t.parentElement = o()), window.Calendly._util.domReady(function () {\n          return t.embedType = \"Inline\", new window.Calendly.Iframe(t);\n        })) : void 0;\n      }, window.Calendly.showPopupWidget = function (t, e, n) {\n        var o;\n        return null == e && (e = \"PopupButton\"), null == n && (n = {}), window.Calendly.closePopupWidget(), o = function () {\n          return delete window.Calendly.popupWidget;\n        }, window.Calendly.popupWidget = new window.Calendly.PopupWidget(t, o, e, n), window.Calendly.popupWidget.show();\n      }, window.Calendly.closePopupWidget = function () {\n        return window.Calendly.popupWidget ? window.Calendly.popupWidget.close() : void 0;\n      }, o = function () {\n        var t;\n        return t = document.scripts[document.scripts.length - 1], t.parentNode;\n      }, e = function () {\n        var t, e, n, o, r;\n\n        for (e = document.querySelectorAll(\".calendly-inline-widget\"), r = [], n = 0, o = e.length; o > n; n++) t = e[n], i(t) ? r.push(void 0) : (t.setAttribute(\"data-processed\", !0), r.push(new window.Calendly.Iframe({\n          parentElement: t,\n          inlineStyles: !0,\n          embedType: \"Inline\"\n        })));\n\n        return r;\n      }, i = function (t) {\n        return t.getAttribute(\"data-processed\") || \"false\" === t.getAttribute(\"data-auto-load\");\n      }, t = function (t) {\n        var e, o, i;\n        return window.Calendly.destroyBadgeWidget(), e = n(t), i = function () {\n          return window.Calendly.showPopupWidget(t.url, \"PopupWidget\", t);\n        }, o = window.Calendly._util.assign({\n          onClick: i\n        }, e), window.Calendly.badgeWidget = new window.Calendly.BadgeWidget(o);\n      }, n = function (t) {\n        var e, n;\n        return e = [\"color\", \"textColor\", \"text\", \"branding\"], n = {}, e.forEach(function (e) {\n          return n[e] = t[e], delete t[e];\n        }), n;\n      };\n    }.call(window), function () {\n      window.Calendly.Iframe = function () {\n        function t(t) {\n          this.options = t, this.parseOptions(), this.build(), this.inject();\n        }\n\n        return t.prototype.isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent), t.prototype.parseOptions = function () {\n          var t;\n          if (t = {\n            inlineStyles: !1\n          }, this.options = window.Calendly._util.assign({}, t, this.options), this.parent = this.options.parentElement, !this.parent) throw \"Calendly: Parent element not set\";\n          if (this.parent.jquery && (this.parent = this.parent[0]), this.inlineStyles = this.options.inlineStyles, this.embedType = this.options.embedType, this.url = (this.options.url || this.getUrlFromParent()).split(\"#\")[0], !this.url) throw \"Calendly: Widget URL not set\";\n        }, t.prototype.build = function () {\n          return this.node = document.createElement(\"iframe\"), this.node.src = this.getSource(), this.node.width = \"100%\", this.node.height = \"100%\", this.node.frameBorder = \"0\", this.node.onload = function () {\n            var calendlySpinnerElement = document.querySelector(\".calendly-spinner\");\n\n            if (calendlySpinnerElement) {\n              calendlySpinnerElement.style.visibility = \"hidden\";\n            }\n          };\n        }, t.prototype.inject = function () {\n          return this.format(), this.parent.appendChild(this.buildSpinner()), this.parent.appendChild(this.node);\n        }, t.prototype.getSource = function () {\n          var t;\n          return t = window.Calendly._url.stripQuery(this.url) + \"?\" + this.getParams(), this.filterConsentParam(t);\n        }, t.prototype.getUrlFromParent = function () {\n          return this.parent.getAttribute(\"data-url\");\n        }, t.prototype.getParams = function () {\n          var t, e, n, o;\n          e = {\n            embed_domain: this.getDomain(),\n            embed_type: this.embedType\n          }, e = window.Calendly._util.assign(e, this.getUtmParamsFromHost(), this.getParamsFromUrl(), this.getParamsFromOptions()), n = [];\n\n          for (t in e) o = e[t], n.push(t + \"=\" + encodeURIComponent(o));\n\n          return n.join(\"&\");\n        }, t.prototype.getUtmParamsFromHost = function () {\n          var t, e;\n          return t = [\"utm_campaign\", \"utm_source\", \"utm_medium\", \"utm_content\", \"utm_term\"], e = window.Calendly._url.extractQueryStringParams(window.location.href), window.Calendly._util.pick(e, t);\n        }, t.prototype.getParamsFromUrl = function () {\n          return window.Calendly._url.extractQueryStringParams(this.url);\n        }, t.prototype.getParamsFromOptions = function () {\n          return window.Calendly._util.assign({}, this.getPrefillParams(), this.getUtmParams());\n        }, t.prototype.getUtmParams = function () {\n          var t;\n          return this.options.utm ? (t = [\"utmCampaign\", \"utmSource\", \"utmMedium\", \"utmContent\", \"utmTerm\"], window.Calendly._util.snakeCaseKeys(window.Calendly._util.pick(this.options.utm, t))) : null;\n        }, t.prototype.getPrefillParams = function () {\n          var t, e, n, o, i;\n          if (!this.options.prefill) return null;\n\n          if (e = [\"name\", \"firstName\", \"lastName\", \"email\", \"location\"], n = window.Calendly._util.snakeCaseKeys(window.Calendly._util.pick(this.options.prefill, e)), this.options.prefill.customAnswers) {\n            o = this.options.prefill.customAnswers;\n\n            for (t in o) i = o[t], t.match(/^a\\d{1,2}$/) && (n[t] = i);\n          }\n\n          if (this.options.prefill.guests && Array.isArray(this.options.prefill.guests) && this.options.prefill.guests.length > 0) {\n            n[\"guests\"] = this.options.prefill.guests.join(\",\");\n          }\n\n          if (this.options.prefill.date && this.options.prefill.date instanceof Date) {\n            var month = this.options.prefill.date.getMonth() + 1;\n            var day = this.options.prefill.date.getDate();\n            var year = this.options.prefill.date.getFullYear();\n            n[\"date\"] = [year, month < 10 ? \"0\" + month : month, day < 10 ? \"0\" + day : day].join(\"-\");\n          }\n\n          return n;\n        }, t.prototype.getDomain = function () {\n          return document.location.host;\n        }, t.prototype.filterConsentParam = function (t) {\n          return t.replace(/consent_accept=1&?/g, \"\");\n        }, t.prototype.format = function () {\n          return this.isMobile ? this.formatMobile() : this.formatDesktop();\n        }, t.prototype.formatDesktop = function () {\n          return this.inlineStyles ? this.parent.setAttribute(\"style\", \"position: relative;\" + this.parent.getAttribute(\"style\")) : void 0;\n        }, t.prototype.formatMobile = function () {\n          return this.inlineStyles ? this.parent.setAttribute(\"style\", \"position: relative;overflow-y:auto;-webkit-overflow-scrolling:touch;\" + this.parent.getAttribute(\"style\")) : this.parent.className += \" calendly-mobile\";\n        }, t.prototype.buildSpinner = function () {\n          var t;\n          return t = document.createElement(\"div\"), t.className = \"calendly-spinner\", t.appendChild(this.buildBounce(1)), t.appendChild(this.buildBounce(2)), t.appendChild(this.buildBounce(3)), t;\n        }, t.prototype.buildBounce = function (t) {\n          var e;\n          return e = document.createElement(\"div\"), e.className = \"calendly-bounce\" + t, e;\n        }, t;\n      }();\n    }.call(window), function () {\n      var t = function (t, e) {\n        return function () {\n          return t.apply(e, arguments);\n        };\n      };\n\n      window.Calendly.PopupWidget = function () {\n        function e(e, n, o, i) {\n          this.url = e, this.onClose = n, this.embedType = o, this.options = null != i ? i : {}, this.close = t(this.close, this);\n        }\n\n        return e.prototype.show = function () {\n          return this.buildOverlay(), this.insertOverlay(), this.lockPageScroll();\n        }, e.prototype.close = function () {\n          return this.unlockPageScroll(), this.destroyOverlay(), this.onClose();\n        }, e.prototype.buildOverlay = function () {\n          return this.overlay = document.createElement(\"div\"), this.overlay.className = \"calendly-overlay\", this.overlay.appendChild(this.buildCloseOverlay()), this.overlay.appendChild(this.buildPopup()), this.overlay.appendChild(this.buildCloseButton());\n        }, e.prototype.insertOverlay = function () {\n          return document.body.appendChild(this.overlay);\n        }, e.prototype.buildCloseOverlay = function () {\n          var t;\n          return t = document.createElement(\"div\"), t.className = \"calendly-close-overlay\", t.onclick = this.close, t;\n        }, e.prototype.buildPopup = function () {\n          var t;\n          return t = document.createElement(\"div\"), t.className = \"calendly-popup\", t.appendChild(this.buildPopupContent()), t;\n        }, e.prototype.buildPopupContent = function () {\n          var t;\n          return t = document.createElement(\"div\"), t.className = \"calendly-popup-content\", t.setAttribute(\"data-url\", this.url), this.options.parentElement = t, this.options.embedType = this.embedType, new window.Calendly.Iframe(this.options), t;\n        }, e.prototype.buildCloseButton = function () {\n          var t;\n          return t = document.createElement(\"div\"), t.className = \"calendly-popup-close\", t.onclick = this.close, t;\n        }, e.prototype.destroyOverlay = function () {\n          return this.overlay.parentNode.removeChild(this.overlay);\n        }, e.prototype.lockPageScroll = function () {\n          return bodyScrollLock.disableBodyScroll(this.overlay), document.addEventListener(\"touchmove\", this.handleLockedTouchmove, {\n            passive: !1\n          });\n        }, e.prototype.unlockPageScroll = function () {\n          return bodyScrollLock.enableBodyScroll(this.overlay), document.removeEventListener(\"touchmove\", this.handleLockedTouchmove, {\n            passive: !1\n          });\n        }, e.prototype.handleLockedTouchmove = function (t) {\n          return t.preventDefault();\n        }, e;\n      }();\n    }.call(window), function () {\n      window.Calendly.BadgeWidget = function () {\n        function t(t) {\n          this.options = t, this.buildWidget(), this.insertWidget();\n        }\n\n        return t.prototype.destroy = function () {\n          return this.widget.parentNode.removeChild(this.widget);\n        }, t.prototype.buildWidget = function () {\n          return this.widget = document.createElement(\"div\"), this.widget.className = \"calendly-badge-widget\", this.widget.appendChild(this.buildContent());\n        }, t.prototype.insertWidget = function () {\n          return document.body.insertBefore(this.widget, document.body.firstChild);\n        }, t.prototype.buildContent = function () {\n          var t;\n          return t = document.createElement(\"div\"), t.className = \"calendly-badge-content\", \"#ffffff\" === this.options.color && (t.className += \" calendly-white\"), t.onclick = this.options.onClick, t.innerHTML = this.options.text, t.style.background = this.options.color, t.style.color = this.options.textColor, this.options.branding && t.appendChild(this.buildBranding()), t;\n        }, t.prototype.buildBranding = function () {\n          var t;\n          return t = document.createElement(\"span\"), t.innerHTML = \"powered by Calendly\", t;\n        }, t;\n      }();\n    }.call(window), window.Calendly._autoLoadInlineWidgets()\n  );\n};\n\nvar CalendlyEvent;\n\n(function (CalendlyEvent) {\n  CalendlyEvent[\"PROFILE_PAGE_VIEWED\"] = \"calendly.profile_page_viewed\";\n  CalendlyEvent[\"EVENT_TYPE_VIEWED\"] = \"calendly.event_type_viewed\";\n  CalendlyEvent[\"DATE_AND_TIME_SELECTED\"] = \"calendly.date_and_time_selected\";\n  CalendlyEvent[\"EVENT_SCHEDULED\"] = \"calendly.event_scheduled\";\n})(CalendlyEvent || (CalendlyEvent = {}));\n\nvar loadScript = function () {\n  if (!window.Calendly) {\n    initializeCalendly();\n  }\n};\n\nvar withPageSettings = function (url, pageSettings) {\n  if (!pageSettings) return url;\n  var backgroundColor = pageSettings.backgroundColor,\n      hideEventTypeDetails = pageSettings.hideEventTypeDetails,\n      hideLandingPageDetails = pageSettings.hideLandingPageDetails,\n      primaryColor = pageSettings.primaryColor,\n      textColor = pageSettings.textColor,\n      hideGdprBanner = pageSettings.hideGdprBanner;\n  var queryStringIndex = url.indexOf(\"?\");\n  var hasQueryString = queryStringIndex > -1;\n  var queryString = url.slice(queryStringIndex + 1);\n  var baseUrl = hasQueryString ? url.slice(0, queryStringIndex) : url;\n  var updatedQueryString = [queryString, backgroundColor ? \"background_color=\" + backgroundColor : null, hideEventTypeDetails ? \"hide_event_type_details=1\" : null, hideLandingPageDetails ? \"hide_landing_page_details=1\" : null, primaryColor ? \"primary_color=\" + primaryColor : null, textColor ? \"text_color=\" + textColor : null, hideGdprBanner ? \"hide_gdpr_banner=1\" : null].filter(function (item) {\n    return item !== null;\n  }).join(\"&\");\n  return baseUrl + \"?\" + updatedQueryString;\n};\n\nvar openPopupWidget = function (options) {\n  loadScript();\n  var widgetOptions = {\n    url: withPageSettings(options.url, options.pageSettings),\n    prefill: options.prefill,\n    utm: options.utm\n  };\n  window.Calendly.initPopupWidget(widgetOptions);\n};\n\nvar closePopupWidget = function () {\n  loadScript();\n  window.Calendly.closePopupWidget();\n};\n\nvar defaultStyles = {\n  minWidth: \"320px\",\n  height: \"630px\"\n};\n\nvar InlineWidget =\n/** @class */\nfunction (_super) {\n  __extends(InlineWidget, _super);\n\n  function InlineWidget(props) {\n    var _this = _super.call(this, props) || this;\n\n    _this.widgetParentContainerRef = React.createRef();\n    _this.destroyInlineWidget = _this.destroyInlineWidget.bind(_this);\n    _this.getChildNodeCount = _this.getChildNodeCount.bind(_this);\n    _this.shouldWidgetUpdate = _this.shouldWidgetUpdate.bind(_this);\n    _this.initWidget = _this.initWidget.bind(_this);\n    return _this;\n  }\n\n  InlineWidget.prototype.componentDidUpdate = function (prevProps) {\n    var _this = this;\n\n    var shouldUpdate = this.shouldWidgetUpdate(prevProps);\n\n    if (shouldUpdate) {\n      /*\n       * If the Calendly Inline Widget (.calendly-spinner and iframe) has not\n       * yet been added to the DOM then we need to wait for the widget to be inserted\n       * prior to updating the component.\n       *\n       * Fixes https://github.com/tcampb/react-calendly/issues/25\n       */\n      if (!this.getChildNodeCount()) {\n        this.calendlyWidgetListener(\"inserted\", function () {\n          _this.calendlyWidgetListener(\"removed\", _this.initWidget);\n\n          _this.destroyInlineWidget();\n        });\n      } else {\n        this.destroyInlineWidget();\n        this.initWidget();\n      }\n    }\n  };\n\n  InlineWidget.prototype.componentDidMount = function () {\n    loadScript();\n    window.Calendly.initInlineWidget({\n      url: withPageSettings(this.props.url, this.props.pageSettings),\n      parentElement: this.widgetParentContainerRef.current,\n      prefill: this.props.prefill,\n      utm: this.props.utm\n    });\n  };\n\n  InlineWidget.prototype.render = function () {\n    return React.createElement(\"div\", {\n      className: \"calendly-inline-widget\",\n      style: this.props.styles || defaultStyles,\n      ref: this.widgetParentContainerRef,\n      \"data-auto-load\": \"false\"\n    });\n  };\n\n  InlineWidget.prototype.destroyInlineWidget = function () {\n    this.widgetParentContainerRef.current.innerHTML = \"\";\n  };\n\n  InlineWidget.prototype.getChildNodeCount = function () {\n    return this.widgetParentContainerRef.current.childNodes.length;\n  };\n\n  InlineWidget.prototype.initWidget = function () {\n    window.Calendly.initInlineWidget({\n      url: withPageSettings(this.props.url, this.props.pageSettings),\n      parentElement: this.widgetParentContainerRef.current,\n      prefill: this.props.prefill,\n      utm: this.props.utm\n    });\n  };\n\n  InlineWidget.prototype.calendlyWidgetListener = function (event, callback) {\n    var isInsertedEvent = event === \"inserted\";\n    var isRemovedEvent = event === \"removed\";\n    return new MutationObserver(function (mutationsList, observer) {\n      observer.disconnect();\n\n      if (isInsertedEvent) {\n        var nodesAdded = mutationsList.some(function (record) {\n          return !!record.addedNodes.length;\n        });\n        if (nodesAdded) callback();\n      }\n\n      if (isRemovedEvent) {\n        var nodesRemoved = mutationsList.some(function (record) {\n          return !!record.removedNodes.length;\n        });\n        if (nodesRemoved) callback();\n      }\n    }).observe(this.widgetParentContainerRef.current, {\n      childList: true\n    });\n  };\n\n  InlineWidget.prototype.shouldWidgetUpdate = function (prevProps) {\n    var _this = this;\n\n    return prevProps.url !== this.props.url || [\"pageSettings\", \"prefill\", \"utm\"].some(function (prop) {\n      return JSON.stringify(prevProps[prop]) !== JSON.stringify(_this.props[prop]);\n    });\n  };\n\n  return InlineWidget;\n}(React.Component);\n\nvar initWidget = function (options) {\n  window.Calendly.initPopupWidget(options);\n};\n\nvar createClickHandler = function (widgetOptions) {\n  return function (e) {\n    e.preventDefault();\n    return initWidget(widgetOptions);\n  };\n};\n\nvar PopupButton =\n/** @class */\nfunction (_super) {\n  __extends(PopupButton, _super);\n\n  function PopupButton() {\n    return _super !== null && _super.apply(this, arguments) || this;\n  }\n\n  PopupButton.prototype.componentWillUnmount = function () {\n    window.Calendly.closePopupWidget();\n  };\n\n  PopupButton.prototype.componentDidMount = function () {\n    loadScript();\n  };\n\n  PopupButton.prototype.render = function () {\n    var widgetOptions = {\n      url: withPageSettings(this.props.url, this.props.pageSettings),\n      prefill: this.props.prefill,\n      utm: this.props.utm\n    };\n    return React.createElement(\"button\", {\n      onClick: createClickHandler(widgetOptions),\n      style: this.props.styles || {},\n      className: this.props.className || \"\"\n    }, this.props.text);\n  };\n\n  return PopupButton;\n}(React.Component);\n\nvar defaultProps = {\n  branding: false,\n  color: \"#00a2ff\",\n  textColor: \"#ffffff\",\n  text: \"Schedule time with me\"\n};\n\nvar PopupWidget =\n/** @class */\nfunction (_super) {\n  __extends(PopupWidget, _super);\n\n  function PopupWidget() {\n    return _super !== null && _super.apply(this, arguments) || this;\n  }\n\n  PopupWidget.prototype.componentDidUpdate = function () {\n    var options = __assign(__assign(__assign({}, defaultProps), this.props), {\n      url: withPageSettings(this.props.url, this.props.pageSettings)\n    });\n\n    window.Calendly.initBadgeWidget(options);\n  };\n\n  PopupWidget.prototype.componentDidMount = function () {\n    loadScript();\n\n    var options = __assign(__assign(__assign({}, defaultProps), this.props), {\n      url: withPageSettings(this.props.url, this.props.pageSettings)\n    });\n\n    window.Calendly.initBadgeWidget(options);\n  };\n\n  PopupWidget.prototype.componentWillUnmount = function () {\n    window.Calendly.destroyBadgeWidget();\n    window.Calendly.closePopupWidget();\n  };\n\n  PopupWidget.prototype.render = function () {\n    return React.createElement(React.Fragment, null);\n  };\n\n  return PopupWidget;\n}(React.Component);\n\nvar CalendlyEventListener =\n/** @class */\nfunction (_super) {\n  __extends(CalendlyEventListener, _super);\n\n  function CalendlyEventListener(props) {\n    var _this = _super.call(this, props) || this;\n\n    _this.handleEvent = _this.handleEvent.bind(_this);\n    return _this;\n  }\n\n  CalendlyEventListener.prototype.componentDidMount = function () {\n    window.addEventListener(\"message\", this.handleEvent);\n  };\n\n  CalendlyEventListener.prototype.componentWillUnmount = function () {\n    window.removeEventListener(\"message\", this.handleEvent);\n  };\n\n  CalendlyEventListener.prototype.handleEvent = function (e) {\n    var eventName = e.data.event;\n\n    if (eventName === CalendlyEvent.DATE_AND_TIME_SELECTED) {\n      this.props.onDateAndTimeSelected && this.props.onDateAndTimeSelected(e);\n    } else if (eventName === CalendlyEvent.EVENT_SCHEDULED) {\n      this.props.onEventScheduled && this.props.onEventScheduled(e);\n    } else if (eventName === CalendlyEvent.EVENT_TYPE_VIEWED) {\n      this.props.onEventTypeViewed && this.props.onEventTypeViewed(e);\n    } else if (eventName === CalendlyEvent.PROFILE_PAGE_VIEWED) {\n      this.props.onProfilePageViewed && this.props.onProfilePageViewed(e);\n    }\n  };\n\n  CalendlyEventListener.prototype.render = function () {\n    return this.props.children || null;\n  };\n\n  return CalendlyEventListener;\n}(React.Component);\n\nexports.InlineWidget = InlineWidget;\nexports.PopupButton = PopupButton;\nexports.PopupWidget = PopupWidget;\nexports.CalendlyEventListener = CalendlyEventListener;\nexports.openPopupWidget = openPopupWidget;\nexports.closePopupWidget = closePopupWidget; \nconst __esModule = exports.__esModule;\nconst _InlineWidget = exports.InlineWidget,\n      _PopupButton = exports.PopupButton,\n      _PopupWidget = exports.PopupWidget,\n      _CalendlyEventListener = exports.CalendlyEventListener,\n      _openPopupWidget = exports.openPopupWidget,\n      _closePopupWidget = exports.closePopupWidget;\n\nexport default exports;\nexport { _CalendlyEventListener as CalendlyEventListener, _InlineWidget as InlineWidget, _PopupButton as PopupButton, _PopupWidget as PopupWidget, __esModule, _closePopupWidget as closePopupWidget, _openPopupWidget as openPopupWidget };\n\n//# sourceMappingURL=npm:react-calendly@2.2.1!cjs.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{InlineWidget}from\"https://jspm.dev/react-calendly@2.2.1\";import{containerStyles}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@0.2.0\";/**\n * CALENDLY\n *\n * @framerIntrinsicWidth 500\n * @framerIntrinsicHeight 600\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Calendly({style,calendar,hideLandingPageDetails,hideGdprBanner,...props}){return(/*#__PURE__*/ _jsx(motion.div,{style:{...containerStyles,...style},...props,children:calendar?/*#__PURE__*/ _jsx(InlineWidget,{url:`https://calendly.com/${calendar}`,styles:{width:\"100%\",height:\"100%\"},pageSettings:{hideLandingPageDetails,hideGdprBanner}}):/*#__PURE__*/ _jsxs(\"div\",{style:{...emptyStateStyle,...style},...props,children:[/*#__PURE__*/ _jsx(\"h1\",{style:stateTitleStyle,children:\"Calendly\"}),/*#__PURE__*/ _jsx(\"p\",{style:stateParagraphStyle,children:\"Set a calendar name in the Properties.\"})]})}));};Calendly.defaultProps={hideLandingPageDetails:true,hideGdprBanner:true};addPropertyControls(Calendly,{calendar:{type:ControlType.String,defaultValue:\"acmesales\",description:\"Create a [Calendly](https://calendly.com/) account and copy your calendar name.\"},hideLandingPageDetails:{type:ControlType.Boolean,title:\"Details\",disabledTitle:\"Show\",enabledTitle:\"Hide\"},hideGdprBanner:{type:ControlType.Boolean,title:\"GDPR\",disabledTitle:\"Show\",enabledTitle:\"Hide\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Calendly\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"600\",\"framerIntrinsicWidth\":\"500\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Calendly.map", "// Generated by Framer (81a45be)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-RDE5t .framer-styles-preset-1ul3wsy:not(.rich-text-wrapper), .framer-RDE5t .framer-styles-preset-1ul3wsy.rich-text-wrapper a { --framer-link-current-text-color: var(--token-4ec729dd-06ef-434a-8a39-c7cd1cb7c72a, #000000) /* {\"name\":\"black\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-29c669a6-abdb-4b95-a8ac-80d834646131, #001a19) /* {\"name\":\"dark green\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-29c669a6-abdb-4b95-a8ac-80d834646131, #001a19); --framer-link-text-decoration: none; }'];export const className=\"framer-RDE5t\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-SemiBold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-SemiBoldItalic\"]);export const fonts=[];export const css=['.framer-iMx50 .framer-styles-preset-179e21w:not(.rich-text-wrapper), .framer-iMx50 .framer-styles-preset-179e21w.rich-text-wrapper h4 { --framer-font-family: \"Inter-SemiBold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Black\", \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-BlackItalic\", \"Inter\", sans-serif; --framer-font-family-italic: \"Inter-SemiBoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #001a19; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-iMx50\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\"]);export const fonts=[];export const css=['.framer-CG73r .framer-styles-preset-1h7ujms:not(.rich-text-wrapper), .framer-CG73r .framer-styles-preset-1h7ujms.rich-text-wrapper p { --framer-font-family: \"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-MediumItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #001a19; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-CG73r\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (61bac00)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={CelKQC1xH:{hover:true},oCxtdw8FW:{hover:true}};const cycleOrder=[\"oCxtdw8FW\",\"CelKQC1xH\"];const serializationHash=\"framer-uh5nx\";const variantClassNames={CelKQC1xH:\"framer-v-1g1b7gr\",oCxtdw8FW:\"framer-v-1uwln7p\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={regular:\"oCxtdw8FW\",smaller:\"CelKQC1xH\"};const getProps=({height,id,link,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,Sfr5c4opE:link!==null&&link!==void 0?link:props.Sfr5c4opE,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"oCxtdw8FW\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Sfr5c4opE,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"oCxtdw8FW\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:Sfr5c4opE,children:/*#__PURE__*/_jsx(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1uwln7p\",className,classNames)} framer-wjnlgg`,\"data-framer-name\":\"regular\",layoutDependency:layoutDependency,layoutId:\"oCxtdw8FW\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(233, 235, 235)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"CelKQC1xH-hover\":{backgroundColor:\"rgb(212, 212, 212)\"},\"oCxtdw8FW-hover\":{backgroundColor:\"rgb(212, 212, 212)\"},CelKQC1xH:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4}},...addPropertyOverrides({\"CelKQC1xH-hover\":{\"data-framer-name\":undefined},\"oCxtdw8FW-hover\":{\"data-framer-name\":undefined},CelKQC1xH:{\"data-framer-name\":\"smaller\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1lf8bm6\",\"data-framer-name\":\"linkedin\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"sRkg9W3ab\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_35_130)\">\\n<path d=\"M3.72448 5.14746H0.512459C0.369904 5.14746 0.254395 5.26302 0.254395 5.40553V15.7244C0.254395 15.8669 0.369904 15.9825 0.512459 15.9825H3.72448C3.86704 15.9825 3.98255 15.8669 3.98255 15.7244V5.40553C3.98255 5.26302 3.86704 5.14746 3.72448 5.14746Z\" fill=\"#001A19\"/>\\n<path d=\"M2.11954 0.0175781C0.950813 0.0175781 0 0.967359 0 2.13479C0 3.30274 0.950813 4.25288 2.11954 4.25288C3.28733 4.25288 4.23737 3.30269 4.23737 2.13479C4.23742 0.967359 3.28733 0.0175781 2.11954 0.0175781Z\" fill=\"#001A19\"/>\\n<path d=\"M11.8943 4.89062C10.6043 4.89062 9.65061 5.44521 9.07219 6.07535V5.40515C9.07219 5.26265 8.95668 5.14709 8.81412 5.14709H5.73805C5.59549 5.14709 5.47998 5.26265 5.47998 5.40515V15.724C5.47998 15.8666 5.59549 15.9821 5.73805 15.9821H8.94305C9.08561 15.9821 9.20112 15.8666 9.20112 15.724V10.6186C9.20112 8.89816 9.66842 8.22792 10.8677 8.22792C12.1738 8.22792 12.2776 9.30239 12.2776 10.7071V15.7241C12.2776 15.8666 12.3931 15.9821 12.5357 15.9821H15.7419C15.8844 15.9821 15.9999 15.8666 15.9999 15.7241V10.064C15.9999 7.5058 15.5121 4.89062 11.8943 4.89062Z\" fill=\"#001A19\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_35_130\">\\n<rect width=\"16\" height=\"16\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})})})})});});const css=['.framer-uh5nx [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uh5nx .framer-wjnlgg { display: block; }\",\".framer-uh5nx.framer-1uwln7p { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: 40px; }\",\".framer-uh5nx .framer-1lf8bm6 { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uh5nx.framer-1uwln7p { gap: 0px; } .framer-uh5nx.framer-1uwln7p > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-uh5nx.framer-1uwln7p > :first-child { margin-left: 0px; } .framer-uh5nx.framer-1uwln7p > :last-child { margin-right: 0px; } }\",\".framer-uh5nx.framer-v-1g1b7gr.framer-1uwln7p { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 30px); width: 30px; }\",\".framer-uh5nx.framer-v-1g1b7gr .framer-1lf8bm6 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 13px); width: 13px; }\",\".framer-uh5nx.framer-v-1uwln7p.hover.framer-1uwln7p { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 40px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"CelKQC1xH\":{\"layout\":[\"fixed\",\"fixed\"]},\"EgUhdoj_2\":{\"layout\":[\"fixed\",\"fixed\"]},\"UJlJy1C_L\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Sfr5c4opE\":\"link\"}\n * @framerImmutableVariables true\n */const Frameradzavbwfj=withCSS(Component,css,\"framer-uh5nx\");export default Frameradzavbwfj;Frameradzavbwfj.displayName=\"linkedin\";Frameradzavbwfj.defaultProps={height:40,width:40};addPropertyControls(Frameradzavbwfj,{variant:{options:[\"oCxtdw8FW\",\"CelKQC1xH\"],optionTitles:[\"regular\",\"smaller\"],title:\"Variant\",type:ControlType.Enum},Sfr5c4opE:{title:\"Link\",type:ControlType.Link}});addFonts(Frameradzavbwfj,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameradzavbwfj\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CelKQC1xH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EgUhdoj_2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UJlJy1C_L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"Sfr5c4opE\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"40\",\"framerIntrinsicHeight\":\"40\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./adzavbwfj.map", "// Generated by Framer (99f3353)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import HubSpotForm from\"https://framerusercontent.com/modules/uGQZtcsxBzvxqsgxQ0Tz/cGBHXozmXUtcAABEfMAq/Hubspot.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/vSPtbxwunT3hTh03c3Hr/r2CKPVNrMfnk0XLcnpp1/BOWyBRfFA.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/g13rJoK6qr9Y154ZhdDf/mKSTik2YLDcMZr9UDhpY/BRpHCLrYU.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/iOO1ysSO8dvVpP8KQI6K/rgJfhagB9IwFFEZ3p3fl/pyQuNpWvY.js\";import Linkedin from\"https://framerusercontent.com/modules/FvQiaBcizkrcfQMkZQAX/8ZncFUIAIWOsLXY1kxRE/adzavbwfj.js\";const HubSpotFormFonts=getFonts(HubSpotForm);const LinkedinFonts=getFonts(Linkedin);const cycleOrder=[\"P3jDuhxc9\",\"bbdxARwsx\",\"OMOLJjIVI\"];const serializationHash=\"framer-QO1a4\";const variantClassNames={bbdxARwsx:\"framer-v-crodle\",OMOLJjIVI:\"framer-v-1lj8zaf\",P3jDuhxc9:\"framer-v-10fv7tq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={desktop:\"P3jDuhxc9\",phone:\"OMOLJjIVI\",tablet:\"bbdxARwsx\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"P3jDuhxc9\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"P3jDuhxc9\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaps88ylv=activeVariantCallback(async(...args)=>{setVariant(\"OMOLJjIVI\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-10fv7tq\",className,classNames),\"data-framer-name\":\"desktop\",layoutDependency:layoutDependency,layoutId:\"P3jDuhxc9\",ref:refBinding,style:{...style},...addPropertyOverrides({bbdxARwsx:{\"data-framer-name\":\"tablet\"},OMOLJjIVI:{\"data-framer-name\":\"phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m9iq6n\",\"data-framer-name\":\"background\",layoutDependency:layoutDependency,layoutId:\"aH2qtBIDR\",style:{backgroundColor:\"var(--token-22c2e20b-9519-45bf-8b4d-b2404333ddba, rgb(247, 247, 247))\",borderBottomLeftRadius:48,borderBottomRightRadius:48,borderTopLeftRadius:48,borderTopRightRadius:48},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c5y50e\",\"data-framer-name\":\"menu\",layoutDependency:layoutDependency,layoutId:\"Wk_oO5sMI\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qx00tn\",\"data-framer-name\":\"solutions\",layoutDependency:layoutDependency,layoutId:\"uAevuybDZ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y7yl7y\",layoutDependency:layoutDependency,layoutId:\"Ht2zlVsjP\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-179e21w\",\"data-styles-preset\":\"BRpHCLrYU\",children:\"Solutions\"})}),className:\"framer-per523\",\"data-framer-name\":\"Solutions\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"szclhK9Wy\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h7ujms\",\"data-styles-preset\":\"pyQuNpWvY\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dav5_vaI2\"},motionChild:true,nodeId:\"jKdB84BSa\",openInNewTab:false,scopeId:\"DZQiZO_PO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Private Green Grass Golf\"})})})}),className:\"framer-payk7d\",\"data-framer-name\":\"Golf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jKdB84BSa\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({OMOLJjIVI:{\"data-highlight\":true,onTap:onTaps88ylv}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h7ujms\",\"data-styles-preset\":\"pyQuNpWvY\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sIbrMaTmU\"},motionChild:true,nodeId:\"i3baFCGaT\",openInNewTab:false,scopeId:\"DZQiZO_PO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Public Green Grass Golf\"})})})}),className:\"framer-tqgdg6\",\"data-framer-name\":\"Golf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"i3baFCGaT\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h7ujms\",\"data-styles-preset\":\"pyQuNpWvY\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mBsibxgGM\"},motionChild:true,nodeId:\"NneOvbvo9\",openInNewTab:false,scopeId:\"DZQiZO_PO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Racquets\"})})})}),className:\"framer-1262vo3\",\"data-framer-name\":\"Racquets\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NneOvbvo9\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h7ujms\",\"data-styles-preset\":\"pyQuNpWvY\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nGRujHqit\"},motionChild:true,nodeId:\"VsbxZkPyZ\",openInNewTab:false,scopeId:\"DZQiZO_PO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Alt. Golf and Simulators\"})})})}),className:\"framer-176qte7\",\"data-framer-name\":\"Alt. Golf and Simulators\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VsbxZkPyZ\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h7ujms\",\"data-styles-preset\":\"pyQuNpWvY\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wgFV7pvkt\"},motionChild:true,nodeId:\"pBdEbw7K2\",openInNewTab:false,scopeId:\"DZQiZO_PO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Activity Management\"})})})}),className:\"framer-4u8ehf\",\"data-framer-name\":\"Activity Management\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pBdEbw7K2\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4zp075\",\"data-framer-name\":\"about us\",layoutDependency:layoutDependency,layoutId:\"o6svSCLKA\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ux7qjc\",layoutDependency:layoutDependency,layoutId:\"GzsGHZ3fT\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-179e21w\",\"data-styles-preset\":\"BRpHCLrYU\",children:\"About Us\"})}),className:\"framer-18shrc8\",\"data-framer-name\":\"About us\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"if_LOxZTh\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h7ujms\",\"data-styles-preset\":\"pyQuNpWvY\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"V9riO8Suv\"},motionChild:true,nodeId:\"z0C1dt_Rf\",openInNewTab:false,scopeId:\"DZQiZO_PO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Testimonials\"})})})}),className:\"framer-1fvc7ta\",\"data-framer-name\":\"Testimonials\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"z0C1dt_Rf\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h7ujms\",\"data-styles-preset\":\"pyQuNpWvY\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R2PKOVKgv\"},motionChild:true,nodeId:\"HWqxpK5Ey\",openInNewTab:false,scopeId:\"DZQiZO_PO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Partners\"})})})}),className:\"framer-7w4vln\",\"data-framer-name\":\"News\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HWqxpK5Ey\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h7ujms\",\"data-styles-preset\":\"pyQuNpWvY\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"P7tnqwgkb\"},motionChild:true,nodeId:\"c8kLcS6_n\",openInNewTab:false,scopeId:\"DZQiZO_PO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"News\"})})})}),className:\"framer-1jqw5te\",\"data-framer-name\":\"News\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"c8kLcS6_n\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h7ujms\",\"data-styles-preset\":\"pyQuNpWvY\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MaDYNa2E1\"},motionChild:true,nodeId:\"puUIw1uqP\",openInNewTab:false,scopeId:\"DZQiZO_PO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Careers\"})})})}),className:\"framer-6wrp66\",\"data-framer-name\":\"Carreers\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"puUIw1uqP\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h7ujms\",\"data-styles-preset\":\"pyQuNpWvY\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"oy4LsOeLO\"},motionChild:true,nodeId:\"GqBF5CXiW\",openInNewTab:false,scopeId:\"DZQiZO_PO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Team Whoosh\"})})})}),className:\"framer-ld9w7l\",\"data-framer-name\":\"Team Whoosh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GqBF5CXiW\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h7ujms\",\"data-styles-preset\":\"pyQuNpWvY\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jUCS1UC9s\"},motionChild:true,nodeId:\"H42phWn_K\",openInNewTab:false,scopeId:\"DZQiZO_PO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Change Log\"})})})}),className:\"framer-3d4yfl\",\"data-framer-name\":\"Team Whoosh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"H42phWn_K\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cdswzj\",\"data-framer-name\":\"legal\",layoutDependency:layoutDependency,layoutId:\"gardn7o9Q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{className:\"framer-styles-preset-179e21w\",\"data-styles-preset\":\"BRpHCLrYU\",children:[/*#__PURE__*/_jsx(Link,{href:\"support.whoosh.io\",motionChild:true,nodeId:\"DDx3hYsE5\",openInNewTab:true,scopeId:\"DZQiZO_PO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Support\"})}),/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(Link,{href:\"mailto:support@whoosh.io\",motionChild:true,nodeId:\"DDx3hYsE5\",openInNewTab:false,scopeId:\"DZQiZO_PO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:/*#__PURE__*/_jsx(motion.br,{})})})]})}),className:\"framer-1r2efqc\",\"data-framer-name\":\"Legal\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DDx3hYsE5\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7vz3ya\",layoutDependency:layoutDependency,layoutId:\"dJsR7TfIo\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-179e21w\",\"data-styles-preset\":\"BRpHCLrYU\",children:\"Legal\"})}),className:\"framer-19otqug\",\"data-framer-name\":\"Legal\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zZshB7XSq\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h7ujms\",\"data-styles-preset\":\"pyQuNpWvY\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZmuRZdm6A\"},motionChild:true,nodeId:\"IrRuadFA3\",openInNewTab:false,scopeId:\"DZQiZO_PO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Privacy Notice\"})})})}),className:\"framer-1l2jgfs\",\"data-framer-name\":\"Privacy Notice\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IrRuadFA3\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h7ujms\",\"data-styles-preset\":\"pyQuNpWvY\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mtQHyciQo\"},motionChild:true,nodeId:\"PrFYMqiNY\",openInNewTab:false,scopeId:\"DZQiZO_PO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"User Terms\"})})})}),className:\"framer-1x6rt86\",\"data-framer-name\":\"Terms\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PrFYMqiNY\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h7ujms\",\"data-styles-preset\":\"pyQuNpWvY\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mZ0IBhXoq\"},motionChild:true,nodeId:\"OT7psR9kN\",openInNewTab:false,scopeId:\"DZQiZO_PO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Terms of Service\"})})})}),className:\"framer-183rs53\",\"data-framer-name\":\"Terms\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OT7psR9kN\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ouxfes\",\"data-framer-name\":\"newsletter\",layoutDependency:layoutDependency,layoutId:\"DYHeElGFZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-179e21w\",\"data-styles-preset\":\"BRpHCLrYU\",children:\"Want product release updates?\"})}),className:\"framer-18p4xd4\",\"data-framer-name\":\"Want Product news and Updates?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MViKUeVwv\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h7ujms\",\"data-styles-preset\":\"pyQuNpWvY\",children:\"Sign up for our newsletter.\"})}),className:\"framer-c2wj8b\",\"data-framer-name\":\"Sign up for our newsletter to stay in the loop.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mDoKHz6HO\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-u2zjej-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"mz4j6DeWd-container\",nodeId:\"mz4j6DeWd\",rendersWithMotion:true,scopeId:\"DZQiZO_PO\",children:/*#__PURE__*/_jsx(HubSpotForm,{advanced:false,formId:\"3f050a44-328b-459b-9652-acb12113e911\",height:\"100%\",id:\"mz4j6DeWd\",layoutId:\"mz4j6DeWd\",portalId:\"20208056\",region:\"eu1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4e431g\",\"data-framer-name\":\"line\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:1402,layoutDependency:layoutDependency,layoutId:\"OuQ923aOc\",svg:'<svg width=\"1402\" height=\"4\" viewBox=\"-1 -1 1402 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 1L1400 1.00012\" stroke=\"#E1E5E5\" stroke-width=\"1.5\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-npl9t1\",layoutDependency:layoutDependency,layoutId:\"tnaWBaKB9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1h7ujms\",\"data-styles-preset\":\"pyQuNpWvY\",children:\"\\xa9 2025 Whoosh, Inc. All rights reserved.\"})}),className:\"framer-e4tolu\",\"data-framer-name\":\"\\xa9 2024 Whoosh, Inc. All rights reserved.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NsCUczuYt\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1unvhun-container\",layoutDependency:layoutDependency,layoutId:\"ZzwXxFvyZ-container\",nodeId:\"ZzwXxFvyZ\",rendersWithMotion:true,scopeId:\"DZQiZO_PO\",children:/*#__PURE__*/_jsx(Linkedin,{height:\"100%\",id:\"ZzwXxFvyZ\",layoutId:\"ZzwXxFvyZ\",Sfr5c4opE:\"https://www.linkedin.com/company/whooshinc/\",style:{height:\"100%\",width:\"100%\"},variant:\"oCxtdw8FW\",width:\"100%\"})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QO1a4.framer-1yfjwu6, .framer-QO1a4 .framer-1yfjwu6 { display: block; }\",\".framer-QO1a4.framer-10fv7tq { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1600px; overflow: visible; padding: 24px; position: relative; width: 1600px; }\",\".framer-QO1a4 .framer-1m9iq6n { 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: 64px 100px 32px 100px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-QO1a4 .framer-1c5y50e { display: grid; flex: none; gap: 16px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(4, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QO1a4 .framer-qx00tn, .framer-QO1a4 .framer-4zp075 { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QO1a4 .framer-1y7yl7y, .framer-QO1a4 .framer-1ux7qjc, .framer-QO1a4 .framer-7vz3ya { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-QO1a4 .framer-per523, .framer-QO1a4 .framer-18shrc8, .framer-QO1a4 .framer-19otqug, .framer-QO1a4 .framer-e4tolu { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-QO1a4 .framer-payk7d, .framer-QO1a4 .framer-tqgdg6, .framer-QO1a4 .framer-1262vo3, .framer-QO1a4 .framer-176qte7, .framer-QO1a4 .framer-4u8ehf, .framer-QO1a4 .framer-1fvc7ta, .framer-QO1a4 .framer-7w4vln, .framer-QO1a4 .framer-1jqw5te, .framer-QO1a4 .framer-6wrp66, .framer-QO1a4 .framer-ld9w7l, .framer-QO1a4 .framer-3d4yfl, .framer-QO1a4 .framer-1r2efqc, .framer-QO1a4 .framer-1l2jgfs, .framer-QO1a4 .framer-1x6rt86, .framer-QO1a4 .framer-183rs53, .framer-QO1a4 .framer-18p4xd4, .framer-QO1a4 .framer-c2wj8b { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-QO1a4 .framer-1cdswzj { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: 100%; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QO1a4 .framer-ouxfes { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 100%; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QO1a4 .framer-u2zjej-container { flex: none; height: 137px; position: relative; width: 100%; }\",\".framer-QO1a4 .framer-4e431g { flex: none; height: 3px; position: relative; width: 100%; }\",\".framer-QO1a4 .framer-npl9t1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-QO1a4 .framer-1unvhun-container { flex: none; height: 40px; position: relative; width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QO1a4.framer-10fv7tq, .framer-QO1a4 .framer-1m9iq6n, .framer-QO1a4 .framer-qx00tn, .framer-QO1a4 .framer-1y7yl7y, .framer-QO1a4 .framer-4zp075, .framer-QO1a4 .framer-1ux7qjc, .framer-QO1a4 .framer-1cdswzj, .framer-QO1a4 .framer-7vz3ya, .framer-QO1a4 .framer-ouxfes, .framer-QO1a4 .framer-npl9t1 { gap: 0px; } .framer-QO1a4.framer-10fv7tq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-QO1a4.framer-10fv7tq > :first-child, .framer-QO1a4 .framer-1m9iq6n > :first-child, .framer-QO1a4 .framer-qx00tn > :first-child, .framer-QO1a4 .framer-4zp075 > :first-child, .framer-QO1a4 .framer-1cdswzj > :first-child, .framer-QO1a4 .framer-ouxfes > :first-child { margin-top: 0px; } .framer-QO1a4.framer-10fv7tq > :last-child, .framer-QO1a4 .framer-1m9iq6n > :last-child, .framer-QO1a4 .framer-qx00tn > :last-child, .framer-QO1a4 .framer-4zp075 > :last-child, .framer-QO1a4 .framer-1cdswzj > :last-child, .framer-QO1a4 .framer-ouxfes > :last-child { margin-bottom: 0px; } .framer-QO1a4 .framer-1m9iq6n > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-QO1a4 .framer-qx00tn > *, .framer-QO1a4 .framer-4zp075 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-QO1a4 .framer-1y7yl7y > *, .framer-QO1a4 .framer-1ux7qjc > *, .framer-QO1a4 .framer-7vz3ya > *, .framer-QO1a4 .framer-npl9t1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-QO1a4 .framer-1y7yl7y > :first-child, .framer-QO1a4 .framer-1ux7qjc > :first-child, .framer-QO1a4 .framer-7vz3ya > :first-child, .framer-QO1a4 .framer-npl9t1 > :first-child { margin-left: 0px; } .framer-QO1a4 .framer-1y7yl7y > :last-child, .framer-QO1a4 .framer-1ux7qjc > :last-child, .framer-QO1a4 .framer-7vz3ya > :last-child, .framer-QO1a4 .framer-npl9t1 > :last-child { margin-right: 0px; } .framer-QO1a4 .framer-1cdswzj > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-QO1a4 .framer-ouxfes > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-QO1a4.framer-v-crodle.framer-10fv7tq { width: 900px; }\",\".framer-QO1a4.framer-v-crodle .framer-1m9iq6n { padding: 64px 64px 32px 64px; }\",\".framer-QO1a4.framer-v-crodle .framer-1c5y50e { gap: 50px; grid-template-columns: repeat(2, minmax(200px, 1fr)); }\",\".framer-QO1a4.framer-v-crodle .framer-1r2efqc, .framer-QO1a4.framer-v-1lj8zaf .framer-1r2efqc { order: 0; }\",\".framer-QO1a4.framer-v-crodle .framer-7vz3ya, .framer-QO1a4.framer-v-1lj8zaf .framer-1l2jgfs { order: 1; }\",\".framer-QO1a4.framer-v-crodle .framer-1l2jgfs, .framer-QO1a4.framer-v-1lj8zaf .framer-7vz3ya { order: 2; }\",\".framer-QO1a4.framer-v-crodle .framer-1x6rt86, .framer-QO1a4.framer-v-1lj8zaf .framer-1x6rt86 { order: 3; }\",\".framer-QO1a4.framer-v-crodle .framer-183rs53, .framer-QO1a4.framer-v-1lj8zaf .framer-183rs53 { order: 4; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QO1a4.framer-v-crodle .framer-1c5y50e { gap: 0px; } .framer-QO1a4.framer-v-crodle .framer-1c5y50e > *, .framer-QO1a4.framer-v-crodle .framer-1c5y50e > :first-child, .framer-QO1a4.framer-v-crodle .framer-1c5y50e > :last-child { margin: 0px; } }\",\".framer-QO1a4.framer-v-1lj8zaf.framer-10fv7tq { padding: 16px; width: 480px; }\",\".framer-QO1a4.framer-v-1lj8zaf .framer-1m9iq6n { padding: 64px 40px 32px 40px; }\",\".framer-QO1a4.framer-v-1lj8zaf .framer-1c5y50e { gap: 48px; grid-template-columns: repeat(2, minmax(100px, 1fr)); }\",\".framer-QO1a4.framer-v-1lj8zaf .framer-payk7d { cursor: pointer; }\",\".framer-QO1a4.framer-v-1lj8zaf .framer-1cdswzj { grid-column: span 2; height: min-content; }\",\".framer-QO1a4.framer-v-1lj8zaf .framer-ouxfes { grid-column: span 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QO1a4.framer-v-1lj8zaf .framer-1c5y50e { gap: 0px; } .framer-QO1a4.framer-v-1lj8zaf .framer-1c5y50e > *, .framer-QO1a4.framer-v-1lj8zaf .framer-1c5y50e > :first-child, .framer-QO1a4.framer-v-1lj8zaf .framer-1c5y50e > :last-child { margin: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 499\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1600px\",null,null]},\"bbdxARwsx\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1600px\",null,null]},\"OMOLJjIVI\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1600px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerDZQiZO_PO=withCSS(Component,css,\"framer-QO1a4\");export default FramerDZQiZO_PO;FramerDZQiZO_PO.displayName=\"footer\";FramerDZQiZO_PO.defaultProps={height:499,width:1600};addPropertyControls(FramerDZQiZO_PO,{variant:{options:[\"P3jDuhxc9\",\"bbdxARwsx\",\"OMOLJjIVI\"],optionTitles:[\"desktop\",\"tablet\",\"phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerDZQiZO_PO,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...HubSpotFormFonts,...LinkedinFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDZQiZO_PO\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1600\",\"framerIntrinsicHeight\":\"499\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1600px\\\",null,null]},\\\"bbdxARwsx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1600px\\\",null,null]},\\\"OMOLJjIVI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1600px\\\",null,null]}}}\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DZQiZO_PO.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\"]);export const fonts=[];export const css=['.framer-QE7lY .framer-styles-preset-cnhrtw:not(.rich-text-wrapper), .framer-QE7lY .framer-styles-preset-cnhrtw.rich-text-wrapper p { --framer-font-family: \"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-MediumItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.02em; --framer-line-height: 32px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1599px) and (min-width: 1200px) { .framer-QE7lY .framer-styles-preset-cnhrtw:not(.rich-text-wrapper), .framer-QE7lY .framer-styles-preset-cnhrtw.rich-text-wrapper p { --framer-font-family: \"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-MediumItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.02em; --framer-line-height: 20px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-QE7lY .framer-styles-preset-cnhrtw:not(.rich-text-wrapper), .framer-QE7lY .framer-styles-preset-cnhrtw.rich-text-wrapper p { --framer-font-family: \"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-MediumItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.02em; --framer-line-height: 20px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-QE7lY .framer-styles-preset-cnhrtw:not(.rich-text-wrapper), .framer-QE7lY .framer-styles-preset-cnhrtw.rich-text-wrapper p { --framer-font-family: \"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-MediumItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.02em; --framer-line-height: 30px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-QE7lY\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Inter-500\",\"GF;Inter-700\"]);export const fonts=[{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}];export const css=['.framer-ollCY .framer-styles-preset-1dv70ot:not(.rich-text-wrapper), .framer-ollCY .framer-styles-preset-1dv70ot.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-29c669a6-abdb-4b95-a8ac-80d834646131, #001a19); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1299px) and (min-width: 810px) { .framer-ollCY .framer-styles-preset-1dv70ot:not(.rich-text-wrapper), .framer-ollCY .framer-styles-preset-1dv70ot.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-29c669a6-abdb-4b95-a8ac-80d834646131, #001a19); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-ollCY .framer-styles-preset-1dv70ot:not(.rich-text-wrapper), .framer-ollCY .framer-styles-preset-1dv70ot.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-29c669a6-abdb-4b95-a8ac-80d834646131, #001a19); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-ollCY\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3bc9980)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/6lbZzVYFLMZnNk7MWOkB/WahaaibQPgzlzKSJam63/O6R3JBGD1.js\";const enabledGestures={fkodhJgeI:{hover:true,pressed:true},nwa15GKLS:{hover:true,pressed:true}};const cycleOrder=[\"fkodhJgeI\",\"nwa15GKLS\"];const serializationHash=\"framer-uckti\";const variantClassNames={fkodhJgeI:\"framer-v-1kj7bak\",nwa15GKLS:\"framer-v-1eww7lz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={dropdown:\"fkodhJgeI\",regular:\"nwa15GKLS\"};const getProps=({height,id,link,tap,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,cQG9WFStl:(_ref=title!==null&&title!==void 0?title:props.cQG9WFStl)!==null&&_ref!==void 0?_ref:\"Golf\",hCV3X8QVC:link!==null&&link!==void 0?link:props.hCV3X8QVC,ife6pM6Ru:tap!==null&&tap!==void 0?tap:props.ife6pM6Ru,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"fkodhJgeI\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,cQG9WFStl,hCV3X8QVC,ife6pM6Ru,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fkodhJgeI\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapgkp9za=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(ife6pM6Ru){const res=await ife6pM6Ru(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"nwa15GKLS-hover\",\"nwa15GKLS-pressed\"].includes(gestureVariant))return false;if(baseVariant===\"nwa15GKLS\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:hCV3X8QVC,nodeId:\"fkodhJgeI\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1kj7bak\",className,classNames)} framer-1rmj3ph`,\"data-framer-name\":\"dropdown\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"fkodhJgeI\",onTap:onTapgkp9za,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,...style},variants:{\"nwa15GKLS-pressed\":{backgroundColor:\"var(--token-e272c44a-83fe-42fb-8a7c-1204e76ddee1, rgb(237, 237, 237))\"},nwa15GKLS:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}},...addPropertyOverrides({\"fkodhJgeI-hover\":{\"data-framer-name\":undefined},\"fkodhJgeI-pressed\":{\"data-framer-name\":undefined},\"nwa15GKLS-hover\":{\"data-framer-name\":undefined},\"nwa15GKLS-pressed\":{\"data-framer-name\":undefined},nwa15GKLS:{\"data-framer-name\":\"regular\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6jaykg\",layoutDependency:layoutDependency,layoutId:\"WuquSy0zG\",style:{backgroundColor:\"rgba(247, 247, 247, 0)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},variants:{\"fkodhJgeI-hover\":{backgroundColor:\"var(--token-22c2e20b-9519-45bf-8b4d-b2404333ddba, rgb(247, 247, 247))\"},\"fkodhJgeI-pressed\":{backgroundColor:\"var(--token-e272c44a-83fe-42fb-8a7c-1204e76ddee1, rgb(237, 237, 237))\"},\"nwa15GKLS-hover\":{backgroundColor:\"rgb(247, 247, 247)\"}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:\"Golf\"})}),className:\"framer-18rg18w\",\"data-framer-name\":\"Golf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mC8Ejz3AG\",text:cQG9WFStl,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-x8a59m\",\"data-framer-name\":\"Icon / 8 px / Chevron - Down\",layoutDependency:layoutDependency,layoutId:\"QhJGCjMoh\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1lbiswx\",\"data-framer-name\":\"Vector 186\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:8,layoutDependency:layoutDependency,layoutId:\"I3:555;562:1671\",svg:'<svg width=\"8\" height=\"6\" viewBox=\"-1 -1 8 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.67799 3.84556L0.134292 0.900162C-0.152586 0.56798 0.050593 9.96951e-07 0.4563 9.61483e-07L5.5437 3.98911e-08C5.94941 4.42307e-09 6.15259 0.567978 5.86571 0.900159L3.32201 3.84556C3.14417 4.05148 2.85583 4.05148 2.67799 3.84556Z\" fill=\"#001A19\"/>\\n</svg>\\n',withExternalLayout:true})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uckti.framer-1rmj3ph, .framer-uckti .framer-1rmj3ph { display: block; }\",\".framer-uckti.framer-1kj7bak { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-uckti .framer-6jaykg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 46px; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: min-content; }\",\".framer-uckti .framer-18rg18w { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-uckti .framer-x8a59m { flex: none; height: 8px; overflow: visible; position: relative; width: 8px; }\",\".framer-uckti .framer-1lbiswx { aspect-ratio: 1.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 5px); left: 0px; position: absolute; right: 0px; top: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uckti.framer-1kj7bak, .framer-uckti .framer-6jaykg { gap: 0px; } .framer-uckti.framer-1kj7bak > *, .framer-uckti .framer-6jaykg > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-uckti.framer-1kj7bak > :first-child, .framer-uckti .framer-6jaykg > :first-child { margin-left: 0px; } .framer-uckti.framer-1kj7bak > :last-child, .framer-uckti .framer-6jaykg > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 46\n * @framerIntrinsicWidth 88\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"nwa15GKLS\":{\"layout\":[\"auto\",\"auto\"]},\"tzEl4GkG9\":{\"layout\":[\"auto\",\"auto\"]},\"B06TSRqmA\":{\"layout\":[\"auto\",\"auto\"]},\"ubvDq6N94\":{\"layout\":[\"auto\",\"auto\"]},\"k_5WNbKa3\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"cQG9WFStl\":\"title\",\"hCV3X8QVC\":\"link\",\"ife6pM6Ru\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameriTWwNmhbI=withCSS(Component,css,\"framer-uckti\");export default FrameriTWwNmhbI;FrameriTWwNmhbI.displayName=\"menu link\";FrameriTWwNmhbI.defaultProps={height:46,width:88};addPropertyControls(FrameriTWwNmhbI,{variant:{options:[\"fkodhJgeI\",\"nwa15GKLS\"],optionTitles:[\"dropdown\",\"regular\"],title:\"Variant\",type:ControlType.Enum},cQG9WFStl:{defaultValue:\"Golf\",displayTextArea:false,title:\"Title\",type:ControlType.String},hCV3X8QVC:{title:\"Link\",type:ControlType.Link},ife6pM6Ru:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FrameriTWwNmhbI,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriTWwNmhbI\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"88\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"cQG9WFStl\\\":\\\"title\\\",\\\"hCV3X8QVC\\\":\\\"link\\\",\\\"ife6pM6Ru\\\":\\\"tap\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"46\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nwa15GKLS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tzEl4GkG9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"B06TSRqmA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ubvDq6N94\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"k_5WNbKa3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iTWwNmhbI.map", "// Generated by Framer (99f3353)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/vSPtbxwunT3hTh03c3Hr/r2CKPVNrMfnk0XLcnpp1/BOWyBRfFA.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/6lbZzVYFLMZnNk7MWOkB/WahaaibQPgzlzKSJam63/O6R3JBGD1.js\";const cycleOrder=[\"SHGzVXt2J\",\"AdCO6jd3V\",\"LHL89IQM0\",\"Sdb4J9h0k\"];const serializationHash=\"framer-oAemO\";const variantClassNames={AdCO6jd3V:\"framer-v-hkqkzu\",LHL89IQM0:\"framer-v-v7lx7u\",Sdb4J9h0k:\"framer-v-p8614p\",SHGzVXt2J:\"framer-v-66dt4q\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile About Us dropdown\":\"LHL89IQM0\",\"Mobile About Us\":\"Sdb4J9h0k\",\"Mobile golf dropdown\":\"AdCO6jd3V\",\"Mobile Golf\":\"SHGzVXt2J\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"SHGzVXt2J\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"SHGzVXt2J\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1yr70q8=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"AdCO6jd3V\");});const onTapupvlrr=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"LHL89IQM0\");});const onTapqcln6w=activeVariantCallback(async(...args)=>{setVariant(\"SHGzVXt2J\");});const onTap1sfgp4y=activeVariantCallback(async(...args)=>{setVariant(\"Sdb4J9h0k\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"AdCO6jd3V\",\"LHL89IQM0\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"LHL89IQM0\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"AdCO6jd3V\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-66dt4q\",className,classNames),\"data-framer-name\":\"Mobile Golf\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"SHGzVXt2J\",onTap:onTap1yr70q8,ref:refBinding,style:{...style},...addPropertyOverrides({AdCO6jd3V:{\"data-framer-name\":\"Mobile golf dropdown\",\"data-highlight\":undefined,onTap:undefined},LHL89IQM0:{\"data-framer-name\":\"Mobile About Us dropdown\",\"data-highlight\":undefined,onTap:undefined},Sdb4J9h0k:{\"data-framer-name\":\"Mobile About Us\",onTap:onTapupvlrr}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16oy2ad\",\"data-framer-name\":\"dropdown\",layoutDependency:layoutDependency,layoutId:\"BQJ8IQ2h6\",...addPropertyOverrides({AdCO6jd3V:{\"data-highlight\":true,onTap:onTapqcln6w},LHL89IQM0:{\"data-highlight\":true,onTap:onTap1sfgp4y}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:\"Golf\"})}),className:\"framer-p05ce5\",\"data-framer-name\":\"Golf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ToVvTA3ZI\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({LHL89IQM0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:\"About Us\"})})},Sdb4J9h0k:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:\"About Us\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1190stu\",\"data-framer-name\":\"Icon / 8 px / Chevron - Down\",layoutDependency:layoutDependency,layoutId:\"fDPEWFb_a\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-125fdpv\",\"data-framer-name\":\"Vector 186\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:8,layoutDependency:layoutDependency,layoutId:\"AexLgJGxF\",style:{rotate:0},svg:'<svg width=\"8\" height=\"6\" viewBox=\"-1 -1 8 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.67799 3.84556L0.134292 0.900162C-0.152586 0.56798 0.050593 9.96951e-07 0.4563 9.61483e-07L5.5437 3.98911e-08C5.94941 4.42307e-09 6.15259 0.567978 5.86571 0.900159L3.32201 3.84556C3.14417 4.05148 2.85583 4.05148 2.67799 3.84556Z\" fill=\"#001A19\"/>\\n</svg>\\n',variants:{AdCO6jd3V:{rotate:180},LHL89IQM0:{rotate:180},Sdb4J9h0k:{rotate:0}},withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1esgjhv\",\"data-framer-name\":\"dropdown\",layoutDependency:layoutDependency,layoutId:\"CwxP8jzR9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:\"Private Golf Operations\"})}),className:\"framer-ymk4yo\",\"data-framer-name\":\"Golf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZCCKl3zSI\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AdCO6jd3V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dav5_vaI2\"},motionChild:true,nodeId:\"ZCCKl3zSI\",openInNewTab:false,scopeId:\"nXl0_xcoH\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Private Green Grass \"})})})})},LHL89IQM0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R2PKOVKgv\"},motionChild:true,nodeId:\"ZCCKl3zSI\",openInNewTab:false,scopeId:\"nXl0_xcoH\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Partners\"})})})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RdEESiBL_\"},motionChild:true,nodeId:\"dzhtm4q0v\",openInNewTab:false,scopeId:\"nXl0_xcoH\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"News\"})})})}),className:\"framer-1nc92pg\",\"data-framer-name\":\"Golf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dzhtm4q0v\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:\"Public Golf Operations\"})}),className:\"framer-1yssoae\",\"data-framer-name\":\"Golf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Xp9ZPwi5w\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AdCO6jd3V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sIbrMaTmU\"},motionChild:true,nodeId:\"Xp9ZPwi5w\",openInNewTab:false,scopeId:\"nXl0_xcoH\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Public \"})}),\"Green Grass\"]})})},LHL89IQM0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"oy4LsOeLO\"},motionChild:true,nodeId:\"Xp9ZPwi5w\",openInNewTab:false,scopeId:\"nXl0_xcoH\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Team Whoosh\"})})})})}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:\"Simulators\"})}),className:\"framer-rvwh8x\",\"data-framer-name\":\"Golf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QUAoQpPqK\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({LHL89IQM0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MaDYNa2E1\"},motionChild:true,nodeId:\"QUAoQpPqK\",openInNewTab:false,scopeId:\"nXl0_xcoH\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Careers\"})})})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"X1LM31DhW\"},motionChild:true,nodeId:\"j0pUDoeeJ\",openInNewTab:false,scopeId:\"nXl0_xcoH\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Contact Us\"})})})}),className:\"framer-g1bqbr\",\"data-framer-name\":\"Golf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"j0pUDoeeJ\",verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-oAemO.framer-1ayzt2u, .framer-oAemO .framer-1ayzt2u { display: block; }\",\".framer-oAemO.framer-66dt4q { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-oAemO .framer-16oy2ad { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 22px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-oAemO .framer-p05ce5, .framer-oAemO .framer-ymk4yo, .framer-oAemO .framer-1nc92pg, .framer-oAemO .framer-1yssoae, .framer-oAemO .framer-rvwh8x, .framer-oAemO .framer-g1bqbr { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-oAemO .framer-1190stu { flex: none; gap: 0px; height: 8px; overflow: visible; position: relative; width: 8px; }\",\".framer-oAemO .framer-125fdpv { aspect-ratio: 1.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 5px); left: 0px; position: absolute; right: 0px; top: 1px; }\",\".framer-oAemO .framer-1esgjhv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 16px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oAemO.framer-66dt4q, .framer-oAemO .framer-16oy2ad, .framer-oAemO .framer-1esgjhv { gap: 0px; } .framer-oAemO.framer-66dt4q > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-oAemO.framer-66dt4q > :first-child, .framer-oAemO .framer-1esgjhv > :first-child { margin-top: 0px; } .framer-oAemO.framer-66dt4q > :last-child, .framer-oAemO .framer-1esgjhv > :last-child { margin-bottom: 0px; } .framer-oAemO .framer-16oy2ad > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-oAemO .framer-16oy2ad > :first-child { margin-left: 0px; } .framer-oAemO .framer-16oy2ad > :last-child { margin-right: 0px; } .framer-oAemO .framer-1esgjhv > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-oAemO.framer-v-hkqkzu.framer-66dt4q, .framer-oAemO.framer-v-v7lx7u.framer-66dt4q { cursor: unset; gap: 24px; }\",\".framer-oAemO.framer-v-hkqkzu .framer-16oy2ad, .framer-oAemO.framer-v-v7lx7u .framer-16oy2ad { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oAemO.framer-v-hkqkzu.framer-66dt4q { gap: 0px; } .framer-oAemO.framer-v-hkqkzu.framer-66dt4q > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-oAemO.framer-v-hkqkzu.framer-66dt4q > :first-child { margin-top: 0px; } .framer-oAemO.framer-v-hkqkzu.framer-66dt4q > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oAemO.framer-v-v7lx7u.framer-66dt4q { gap: 0px; } .framer-oAemO.framer-v-v7lx7u.framer-66dt4q > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-oAemO.framer-v-v7lx7u.framer-66dt4q > :first-child { margin-top: 0px; } .framer-oAemO.framer-v-v7lx7u.framer-66dt4q > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 56\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"AdCO6jd3V\":{\"layout\":[\"auto\",\"auto\"]},\"LHL89IQM0\":{\"layout\":[\"auto\",\"auto\"]},\"Sdb4J9h0k\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramernXl0_xcoH=withCSS(Component,css,\"framer-oAemO\");export default FramernXl0_xcoH;FramernXl0_xcoH.displayName=\"dropdown mobile menu\";FramernXl0_xcoH.defaultProps={height:22,width:56};addPropertyControls(FramernXl0_xcoH,{variant:{options:[\"SHGzVXt2J\",\"AdCO6jd3V\",\"LHL89IQM0\",\"Sdb4J9h0k\"],optionTitles:[\"Mobile Golf\",\"Mobile golf dropdown\",\"Mobile About Us dropdown\",\"Mobile About Us\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramernXl0_xcoH,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernXl0_xcoH\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"56\",\"framerIntrinsicHeight\":\"22\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AdCO6jd3V\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LHL89IQM0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Sdb4J9h0k\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nXl0_xcoH.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Inter Tight-600\",\"GF;Inter Tight-900\",\"GF;Inter Tight-900italic\",\"GF;Inter Tight-600italic\"]);export const fonts=[{family:\"Inter Tight\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj0QiqWSRToK8EPg.woff2\",weight:\"600\"},{family:\"Inter Tight\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjpgiqWSRToK8EPg.woff2\",weight:\"900\"},{family:\"Inter Tight\",style:\"italic\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0zrGC5SgqoUPvi5.woff2\",weight:\"900\"},{family:\"Inter Tight\",style:\"italic\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0ycGC5SgqoUPvi5.woff2\",weight:\"600\"}];export const css=['.framer-oipPH .framer-styles-preset-dql5rg:not(.rich-text-wrapper), .framer-oipPH .framer-styles-preset-dql5rg.rich-text-wrapper p { --framer-font-family: \"Inter Tight\", \"Inter Tight Placeholder\", sans-serif; --framer-font-family-bold: \"Inter Tight\", sans-serif; --framer-font-family-bold-italic: \"Inter Tight\", sans-serif; --framer-font-family-italic: \"Inter Tight\", \"Inter Tight Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.02em; --framer-line-height: 18px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-7f1feacc-5a89-4e6b-b4e2-0df506d7e902, #1daa75); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-oipPH\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f44ec39)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/ob2TE57qXm55PSA6X4mO/ZJxzrWiBuKI5z1pb598I/KvK3KOQ7h.js\";const enabledGestures={HZ6ieQ_qT:{hover:true,pressed:true}};const cycleOrder=[\"HZ6ieQ_qT\"];const serializationHash=\"framer-nSzAX\";const variantClassNames={HZ6ieQ_qT:\"framer-v-1c2axev\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const getProps=({height,id,link,tap,title,width,...props})=>{var _ref;return{...props,eH3Y5Y18B:link!==null&&link!==void 0?link:props.eH3Y5Y18B,jFZYpGZI7:tap!==null&&tap!==void 0?tap:props.jFZYpGZI7,W2VftxUWh:(_ref=title!==null&&title!==void 0?title:props.W2VftxUWh)!==null&&_ref!==void 0?_ref:\"Book a Demo\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,W2VftxUWh,jFZYpGZI7,eH3Y5Y18B,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"HZ6ieQ_qT\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap8bh4tt=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(jFZYpGZI7){const res=await jFZYpGZI7(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:eH3Y5Y18B,children:/*#__PURE__*/_jsx(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1c2axev\",className,classNames)} framer-cj10wf`,\"data-framer-name\":\"base\",\"data-highlight\":true,initial:variant,layoutDependency:layoutDependency,layoutId:\"HZ6ieQ_qT\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap8bh4tt,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-082c8b86-e9c2-4b55-83c8-046627220c67, rgb(225, 245, 237))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{\"HZ6ieQ_qT-hover\":{backgroundColor:\"var(--token-af035f6f-65fb-45e6-abf3-1a122196f6ff, rgb(202, 244, 228))\"},\"HZ6ieQ_qT-pressed\":{backgroundColor:\"var(--token-6c8bdbb6-3c13-4a26-af60-2815b25b9ad1, rgb(172, 229, 207))\"}},...addPropertyOverrides({\"HZ6ieQ_qT-hover\":{\"data-framer-name\":undefined,\"data-highlight\":undefined,onTap:()=>setGestureState({isPressed:false})},\"HZ6ieQ_qT-pressed\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dql5rg\",\"data-styles-preset\":\"KvK3KOQ7h\",children:\"Book a Demo\"})}),className:\"framer-t5hg3i\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"qbEQomxcM\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:W2VftxUWh,variants:{\"HZ6ieQ_qT-hover\":{\"--extracted-r6o4lv\":\"var(--token-7f1feacc-5a89-4e6b-b4e2-0df506d7e902, rgb(29, 170, 117))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"HZ6ieQ_qT-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dql5rg\",\"data-styles-preset\":\"KvK3KOQ7h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7f1feacc-5a89-4e6b-b4e2-0df506d7e902, rgb(29, 170, 117)))\"},children:\"Book a Demo\"})})}},baseVariant,gestureVariant)})})})})});});const css=['.framer-nSzAX[data-border=\"true\"]::after, .framer-nSzAX [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nSzAX.framer-cj10wf, .framer-nSzAX .framer-cj10wf { display: block; }\",\".framer-nSzAX.framer-1c2axev { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 56px; justify-content: center; overflow: visible; padding: 0px 28px 0px 28px; position: relative; text-decoration: none; width: 128px; }\",\".framer-nSzAX .framer-t5hg3i { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nSzAX.framer-1c2axev { gap: 0px; } .framer-nSzAX.framer-1c2axev > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-nSzAX.framer-1c2axev > :first-child { margin-left: 0px; } .framer-nSzAX.framer-1c2axev > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 128\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Iqw2In9LB\":{\"layout\":[\"fixed\",\"fixed\"]},\"fXZw8lSRE\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"W2VftxUWh\":\"title\",\"jFZYpGZI7\":\"tap\",\"eH3Y5Y18B\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerxFDDTmCdM=withCSS(Component,css,\"framer-nSzAX\");export default FramerxFDDTmCdM;FramerxFDDTmCdM.displayName=\"menu button\";FramerxFDDTmCdM.defaultProps={height:56,width:128};addPropertyControls(FramerxFDDTmCdM,{W2VftxUWh:{defaultValue:\"Book a Demo\",displayTextArea:false,title:\"Title\",type:ControlType.String},jFZYpGZI7:{title:\"Tap\",type:ControlType.EventHandler},eH3Y5Y18B:{title:\"Link\",type:ControlType.Link}});addFonts(FramerxFDDTmCdM,[...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxFDDTmCdM\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"W2VftxUWh\\\":\\\"title\\\",\\\"jFZYpGZI7\\\":\\\"tap\\\",\\\"eH3Y5Y18B\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"56\",\"framerIntrinsicWidth\":\"128\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Iqw2In9LB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fXZw8lSRE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xFDDTmCdM.map", "// Generated by Framer (99f3353)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Calendly from\"https://framerusercontent.com/modules/WIJbzyan03eQVbqqCNqQ/ZVFGE0CIYem9dXbVNw5j/Calendly.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/vSPtbxwunT3hTh03c3Hr/r2CKPVNrMfnk0XLcnpp1/BOWyBRfFA.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/2a7bL8gkHdiCWjZFUwVI/KrTdHsmaj0XpyH9tlsvu/IGSGX0M7t.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/6lbZzVYFLMZnNk7MWOkB/WahaaibQPgzlzKSJam63/O6R3JBGD1.js\";import MenuLink from\"https://framerusercontent.com/modules/5Wkvb7WUcyTIMmZYhXLI/yLneFTgk6Q0nVjEnndvP/iTWwNmhbI.js\";import DropdownMobileMenu from\"https://framerusercontent.com/modules/ji9fZX0lri6jVM0z2GlM/fsRAtW5RjHg4SwhV36sD/nXl0_xcoH.js\";import MenuButton from\"https://framerusercontent.com/modules/ev8hm61VGhdMgVjnXcaP/MqZ0YM622xlNGtfWU7gq/xFDDTmCdM.js\";const MenuLinkFonts=getFonts(MenuLink);const MotionDivWithFX=withFX(motion.div);const MenuButtonFonts=getFonts(MenuButton);const CalendlyFonts=getFonts(Calendly);const DropdownMobileMenuFonts=getFonts(DropdownMobileMenu);const cycleOrder=[\"ab6KldusA\",\"nJq7q7_fw\",\"NvXmX6E2d\",\"NU5nnl70b\",\"wWVfB18Ei\"];const serializationHash=\"framer-DPb9u\";const variantClassNames={ab6KldusA:\"framer-v-1gvu97g\",nJq7q7_fw:\"framer-v-1u4xp2m\",NU5nnl70b:\"framer-v-2veeo0\",NvXmX6E2d:\"framer-v-r39apl\",wWVfB18Ei:\"framer-v-178eath\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"desktop-small\":\"wWVfB18Ei\",\"phone calendly\":\"NU5nnl70b\",\"phone open\":\"NvXmX6E2d\",desktop:\"ab6KldusA\",phone:\"nJq7q7_fw\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ab6KldusA\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ab6KldusA\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const ife6pM6Rutxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const jFZYpGZI7txyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTap9dqyfj=activeVariantCallback(async(...args)=>{setVariant(\"NvXmX6E2d\");});const onTap17ivaks=activeVariantCallback(async(...args)=>{setVariant(\"nJq7q7_fw\");});const jFZYpGZI7ulgkue=activeVariantCallback(async(...args)=>{setVariant(\"NU5nnl70b\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"nJq7q7_fw\",\"NvXmX6E2d\",\"NU5nnl70b\"].includes(baseVariant))return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const router=useRouter();const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const isDisplayed1=()=>{if([\"nJq7q7_fw\",\"NvXmX6E2d\",\"NU5nnl70b\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"NvXmX6E2d\",\"NU5nnl70b\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"NU5nnl70b\")return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"NvXmX6E2d\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"NvXmX6E2d\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1gvu97g\",className,classNames),\"data-framer-name\":\"desktop\",layoutDependency:layoutDependency,layoutId:\"ab6KldusA\",ref:refBinding,style:{backgroundColor:\"var(--token-aa830b26-e507-46fc-9a38-f440da422106, rgb(255, 255, 255))\",borderBottomLeftRadius:40,borderBottomRightRadius:40,...style},...addPropertyOverrides({nJq7q7_fw:{\"data-framer-name\":\"phone\"},NU5nnl70b:{\"data-framer-name\":\"phone calendly\"},NvXmX6E2d:{\"data-framer-name\":\"phone open\"},wWVfB18Ei:{\"data-framer-name\":\"desktop-small\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lczgj0\",layoutDependency:layoutDependency,layoutId:\"Lst23EWQH\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16b8c7\",\"data-framer-name\":\"Whoosh\",layoutDependency:layoutDependency,layoutId:\"M68WcKfzO\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"OsbCWHZcU\",scopeId:\"nibCSXpN0\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1biw91l framer-11eu98y\",\"data-framer-name\":\"Logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:169,layoutDependency:layoutDependency,layoutId:\"OsbCWHZcU\",svg:'<svg width=\"169\" height=\"48\" viewBox=\"0 0 169 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"48\" height=\"48\" rx=\"12\" fill=\"#ACE5CF\"/>\\n<path d=\"M38.265 22.5371C37.692 21.92 36.7032 21.6924 35.0365 23.2578C32.8143 25.3438 31.857 26.0437 30.4978 26.0678C28.8731 26.0954 27.4091 25.1369 26.7487 23.6956C26.3015 22.7199 25.8228 21.3579 25.4839 19.5374C25.386 19.0168 25.0646 18.5444 24.5649 18.3272C24.3902 18.2514 24.1981 18.21 23.9989 18.2203C23.7997 18.21 23.6076 18.2548 23.4329 18.3272C22.9332 18.5444 22.6118 19.0168 22.5139 19.5374C22.0143 22.2234 21.1757 23.9301 20.5992 24.8541C20.2079 25.4817 19.5685 25.9334 18.8277 26.0816C17.2415 26.3988 15.6587 25.792 12.9613 23.2578C11.2946 21.6924 10.3058 21.92 9.73281 22.5371C9.0934 23.2267 9.05497 24.2646 9.48124 25.0921L11.4522 28.9145C11.7267 29.4468 12.2754 29.7812 12.8743 29.7812H13.8173H34.1805H35.127C35.7259 29.7812 36.2746 29.4468 36.5491 28.9145L38.5201 25.0921C38.9463 24.2611 38.9044 23.2267 38.265 22.5371Z\" fill=\"#001A19\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M115.966 12.8459C117.044 13.4141 117.968 14.2312 118.715 15.2695C119.458 16.3047 120.042 17.5734 120.444 19.0355C120.85 20.4947 121.053 22.1411 121.053 23.9259C121.053 25.7136 120.85 27.3694 120.447 28.85C120.045 30.3336 119.461 31.6146 118.718 32.6621C117.972 33.7126 117.047 34.5359 115.969 35.1164C114.891 35.6939 113.662 35.9888 112.316 35.9888C110.971 35.9888 109.742 35.697 108.664 35.1164C107.586 34.5389 106.661 33.7126 105.915 32.6621C105.171 31.6177 104.588 30.3336 104.185 28.85C103.78 27.3694 103.577 25.7136 103.577 23.9259C103.577 22.1381 103.774 20.4947 104.167 19.0355C104.56 17.5734 105.138 16.3078 105.881 15.2695C106.627 14.2312 107.552 13.4141 108.63 12.8459C109.708 12.2776 110.949 11.9888 112.313 11.9888C113.659 11.9888 114.884 12.2776 115.966 12.8459ZM108.99 23.9259C108.99 24.8965 109.06 25.8119 109.195 26.6505C109.331 27.4861 109.543 28.2172 109.825 28.8223C110.102 29.4213 110.455 29.9005 110.876 30.2507C111.287 30.5917 111.773 30.7668 112.316 30.7668C112.86 30.7668 113.336 30.5947 113.739 30.2507C114.147 29.9005 114.497 29.4182 114.774 28.8192C115.053 28.2141 115.268 27.483 115.416 26.6444C115.563 25.8027 115.637 24.8843 115.637 23.9197C115.637 22.9552 115.563 22.0459 115.416 21.2135C115.271 20.3871 115.053 19.6622 114.774 19.0571C114.494 18.458 114.147 17.9819 113.739 17.644C113.336 17.3123 112.857 17.1433 112.313 17.1433C111.77 17.1433 111.284 17.3123 110.873 17.6471C110.452 17.985 110.099 18.4611 109.822 19.0601C109.539 19.6653 109.331 20.3902 109.195 21.2165C109.057 22.0459 108.99 22.9582 108.99 23.9259Z\" fill=\"#001A19\"/>\\n<path d=\"M79.6473 26.3038C79.603 26.6072 79.1665 26.6106 79.1175 26.308L76.9686 13.0535C76.9266 12.7939 76.7024 12.6032 76.4395 12.6032H72.2401C71.9759 12.6032 71.7511 12.7956 71.7104 13.0567L69.6323 26.3825C69.5849 26.686 69.1473 26.6843 69.1023 26.3805L67.1306 13.0608C67.0917 12.7979 66.866 12.6032 66.6003 12.6032H62.2994C61.9637 12.6032 61.7106 12.9082 61.7725 13.2381L65.8442 34.9403C65.8918 35.1938 66.1132 35.3775 66.3711 35.3775H71.0691C71.3284 35.3775 71.5505 35.192 71.5966 34.9368L73.6714 23.4562C73.7775 22.8692 74.6188 22.8683 74.7262 23.455L76.8926 35.2884C76.9015 35.3399 76.9461 35.3775 76.9983 35.3775H82.0513C82.309 35.3775 82.5302 35.1942 82.5781 34.9411L86.682 13.2389C86.7444 12.9087 86.4912 12.6032 86.1552 12.6032H82.1082C81.842 12.6032 81.6162 12.7985 81.5778 13.0619L79.6473 26.3038Z\" fill=\"#001A19\"/>\\n<path d=\"M97.71 20.6067C97.71 20.9028 97.47 21.1428 97.1739 21.1428H93.236C92.9399 21.1428 92.6999 20.9028 92.6999 20.6067V13.1393C92.6999 12.8432 92.4599 12.6032 92.1638 12.6032H87.9863C87.6902 12.6032 87.4502 12.8432 87.4502 13.1393V34.8415C87.4502 35.1375 87.6902 35.3775 87.9863 35.3775H92.1638C92.4599 35.3775 92.6999 35.1375 92.6999 34.8415V26.4801C92.6999 26.184 92.9399 25.944 93.236 25.944H97.1739C97.47 25.944 97.71 26.184 97.71 26.4801V34.8415C97.71 35.1375 97.95 35.3775 98.246 35.3775H102.424C102.72 35.3775 102.96 35.1375 102.96 34.8415V13.1393C102.96 12.8432 102.72 12.6032 102.424 12.6032H98.246C97.95 12.6032 97.71 12.8432 97.71 13.1393V20.6067Z\" fill=\"#001A19\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M139.165 23.9259C139.165 22.1411 138.959 20.4947 138.557 19.0355C138.154 17.5734 137.571 16.3078 136.827 15.2695C136.081 14.2312 135.156 13.4141 134.078 12.8459C132.997 12.2776 131.768 11.9888 130.426 11.9888C129.062 11.9888 127.821 12.2776 126.743 12.8459C125.665 13.4141 124.74 14.2312 123.993 15.2695C123.25 16.3078 122.673 17.5734 122.279 19.0355C121.886 20.4916 121.69 22.1381 121.69 23.9259C121.69 25.7136 121.892 27.3694 122.295 28.85C122.697 30.3336 123.281 31.6177 124.024 32.6621C124.771 33.7126 125.695 34.5389 126.773 35.1164C127.852 35.697 129.08 35.9888 130.426 35.9888C131.771 35.9888 133 35.6939 134.078 35.1164C135.156 34.5359 136.081 33.7096 136.827 32.6621C137.571 31.6146 138.154 30.3336 138.557 28.85C138.959 27.3663 139.165 25.7106 139.165 23.9259ZM127.308 26.6505C127.173 25.8119 127.102 24.8965 127.102 23.9259C127.102 22.9582 127.17 22.0459 127.308 21.2165C127.443 20.3902 127.652 19.6653 127.935 19.0601C128.211 18.4611 128.564 17.985 128.985 17.6471C129.397 17.3153 129.882 17.1433 130.426 17.1433C130.97 17.1433 131.449 17.3123 131.851 17.644C132.26 17.9819 132.607 18.458 132.886 19.0571C133.166 19.6622 133.384 20.3871 133.528 21.2135C133.676 22.0459 133.749 22.9552 133.749 23.9197C133.749 24.8843 133.676 25.8027 133.528 26.6444C133.381 27.483 133.166 28.2141 132.886 28.8192C132.61 29.4182 132.26 29.9005 131.851 30.2507C131.449 30.5947 130.973 30.7668 130.429 30.7668C129.885 30.7668 129.4 30.5917 128.988 30.2476C128.567 29.8974 128.214 29.4182 127.938 28.8192C127.655 28.2172 127.443 27.4861 127.308 26.6505Z\" fill=\"#001A19\"/>\\n<path d=\"M146.583 16.7962C146.045 16.7962 145.557 16.9713 145.127 17.3153C144.703 17.6532 144.491 18.2277 144.491 19.0079C144.491 19.6745 144.712 20.1998 145.145 20.5714C145.597 20.9585 146.279 21.3885 147.167 21.8524C147.673 22.1073 148.211 22.4176 148.77 22.7678C149.332 23.1241 149.858 23.5634 150.324 24.0794C150.794 24.5986 151.188 25.2252 151.498 25.9471C151.808 26.672 151.965 27.5414 151.965 28.5305C151.965 29.7531 151.771 30.8497 151.387 31.7835C151.003 32.7204 150.481 33.5068 149.83 34.1212C149.179 34.7355 148.42 35.2024 147.569 35.5158C146.721 35.8291 145.83 35.9858 144.921 35.9858C143.573 35.9858 142.329 35.7246 141.22 35.2117C140.114 34.6987 139.211 34.0905 138.535 33.4054C138.499 33.3698 138.494 33.3138 138.522 33.2719L141.098 29.4435C141.135 29.3881 141.214 29.3818 141.26 29.4305C141.73 29.9282 142.279 30.3336 142.894 30.6347C143.505 30.9357 144.135 31.0862 144.764 31.0862C145.339 31.0862 145.833 30.8927 146.23 30.5087C146.626 30.1278 146.826 29.5841 146.826 28.896C146.826 28.1895 146.586 27.6212 146.11 27.2096C145.615 26.7826 144.884 26.3188 143.932 25.8365C143.324 25.5386 142.743 25.2037 142.209 24.8413C141.668 24.4788 141.186 24.0303 140.771 23.5142C140.356 22.9951 140.028 22.3838 139.794 21.6957C139.564 21.0107 139.444 20.1813 139.444 19.2383C139.444 17.9758 139.656 16.8699 140.068 15.9576C140.479 15.0453 141.029 14.2865 141.696 13.706C142.362 13.1254 143.115 12.6892 143.929 12.4097C144.743 12.1301 145.572 11.9888 146.396 11.9888C147.618 11.9888 148.73 12.1946 149.701 12.6001C150.672 13.0056 151.498 13.5677 152.155 14.2712C152.189 14.3089 152.193 14.3653 152.164 14.4071L149.558 18.1549C149.518 18.2119 149.436 18.216 149.391 18.1632C149.025 17.73 148.595 17.3891 148.107 17.1525C147.621 16.916 147.108 16.7962 146.583 16.7962Z\" fill=\"#001A19\"/>\\n<path d=\"M163.715 12.6032C163.419 12.6032 163.179 12.8432 163.179 13.1393V20.6067C163.179 20.9028 162.939 21.1428 162.643 21.1428H158.702C158.406 21.1428 158.166 20.9028 158.166 20.6067V13.1393C158.166 12.8432 157.926 12.6032 157.63 12.6032H153.452C153.156 12.6032 152.916 12.8432 152.916 13.1393V34.8415C152.916 35.1375 153.156 35.3775 153.452 35.3775H157.63C157.926 35.3775 158.166 35.1375 158.166 34.8415V26.4801C158.166 26.184 158.406 25.944 158.702 25.944H162.643C162.939 25.944 163.179 26.184 163.179 26.4801V34.8415C163.179 35.1375 163.419 35.3775 163.715 35.3775H167.89C168.186 35.3775 168.426 35.1375 168.426 34.8415V13.1393C168.426 12.8432 168.186 12.6032 167.89 12.6032H163.715Z\" fill=\"#001A19\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sk4zyi\",layoutDependency:layoutDependency,layoutId:\"LTRF2K81S\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4tmcyp\",layoutDependency:layoutDependency,layoutId:\"fpNZBs494\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+(((componentViewport?.height||128)-0-56)/2+0+0)+0+5+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-yybqin-container\",id:`${layoutId}-yybqin`,layoutDependency:layoutDependency,layoutId:\"g2ZM4zkHP-container\",nodeId:\"g2ZM4zkHP\",ref:ref1,rendersWithMotion:true,scopeId:\"nibCSXpN0\",children:[/*#__PURE__*/_jsx(MenuLink,{cQG9WFStl:\"Golf\",height:\"100%\",id:\"g2ZM4zkHP\",ife6pM6Ru:ife6pM6Rutxyyif({overlay}),layoutId:\"g2ZM4zkHP\",variant:\"fkodhJgeI\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-yybqin`,offsetX:0,offsetY:12,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1wqj7sv\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"Sf_JIP2Ec\",ref:ref2,role:\"dialog\",style:{backgroundColor:\"var(--token-aa830b26-e507-46fc-9a38-f440da422106, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 8px 32px 0px rgba(0, 0, 0, 0.12)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-cnhrtw\",\"data-styles-preset\":\"IGSGX0M7t\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dav5_vaI2\"},motionChild:true,nodeId:\"p6hFlIBHl\",openInNewTab:false,scopeId:\"nibCSXpN0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Private Green Grass \"})})})}),className:\"framer-1eplyg8\",\"data-framer-name\":\"Private Golf Operations\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"p6hFlIBHl\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-cnhrtw\",\"data-styles-preset\":\"IGSGX0M7t\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sIbrMaTmU\"},motionChild:true,nodeId:\"f_Y0uYf3S\",openInNewTab:false,scopeId:\"nibCSXpN0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Public \"})}),\"Green Grass\"]})}),className:\"framer-63ykw9\",\"data-framer-name\":\"Public Golf Operations\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"f_Y0uYf3S\",verticalAlignment:\"top\",withExternalLayout:true})]})})})]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nGRujHqit\"},implicitPathVariables:undefined},{href:{webPageId:\"nGRujHqit\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+(((componentViewport?.height||128)-0-56)/2+0+0)+0+5+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1uc6bhn-container\",layoutDependency:layoutDependency,layoutId:\"BIRLGCXMx-container\",nodeId:\"BIRLGCXMx\",rendersWithMotion:true,scopeId:\"nibCSXpN0\",children:/*#__PURE__*/_jsx(MenuLink,{cQG9WFStl:\"Simulators\",hCV3X8QVC:resolvedLinks[0],height:\"100%\",id:\"BIRLGCXMx\",layoutId:\"BIRLGCXMx\",variant:\"nwa15GKLS\",width:\"100%\",...addPropertyOverrides({wWVfB18Ei:{hCV3X8QVC:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mBsibxgGM\"},implicitPathVariables:undefined},{href:{webPageId:\"mBsibxgGM\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+(((componentViewport?.height||128)-0-56)/2+0+0)+0+5+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12he8cy-container\",layoutDependency:layoutDependency,layoutId:\"CPiwpVq2o-container\",nodeId:\"CPiwpVq2o\",rendersWithMotion:true,scopeId:\"nibCSXpN0\",children:/*#__PURE__*/_jsx(MenuLink,{cQG9WFStl:\"Racquets\",hCV3X8QVC:resolvedLinks1[0],height:\"100%\",id:\"CPiwpVq2o\",layoutId:\"CPiwpVq2o\",variant:\"nwa15GKLS\",width:\"100%\",...addPropertyOverrides({wWVfB18Ei:{hCV3X8QVC:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wgFV7pvkt\"},implicitPathVariables:undefined},{href:{webPageId:\"wgFV7pvkt\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+(((componentViewport?.height||128)-0-56)/2+0+0)+0+5+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-uoi0rz-container\",layoutDependency:layoutDependency,layoutId:\"L5AGA9o4s-container\",nodeId:\"L5AGA9o4s\",rendersWithMotion:true,scopeId:\"nibCSXpN0\",children:/*#__PURE__*/_jsx(MenuLink,{cQG9WFStl:\"Activity\",hCV3X8QVC:resolvedLinks2[0],height:\"100%\",id:\"L5AGA9o4s\",layoutId:\"L5AGA9o4s\",variant:\"nwa15GKLS\",width:\"100%\",...addPropertyOverrides({wWVfB18Ei:{hCV3X8QVC:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"V9riO8Suv\"},implicitPathVariables:undefined},{href:{webPageId:\"V9riO8Suv\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+(((componentViewport?.height||128)-0-56)/2+0+0)+0+5+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19fd5hz-container\",layoutDependency:layoutDependency,layoutId:\"RRk8AMAVU-container\",nodeId:\"RRk8AMAVU\",rendersWithMotion:true,scopeId:\"nibCSXpN0\",children:/*#__PURE__*/_jsx(MenuLink,{cQG9WFStl:\"Testimonials\",hCV3X8QVC:resolvedLinks3[0],height:\"100%\",id:\"RRk8AMAVU\",layoutId:\"RRk8AMAVU\",variant:\"nwa15GKLS\",width:\"100%\",...addPropertyOverrides({wWVfB18Ei:{hCV3X8QVC:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+(((componentViewport?.height||128)-0-56)/2+0+0)+0+5+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-rynzrc-container\",id:`${layoutId}-rynzrc`,layoutDependency:layoutDependency,layoutId:\"AMuQ5bELS-container\",nodeId:\"AMuQ5bELS\",ref:ref3,rendersWithMotion:true,scopeId:\"nibCSXpN0\",children:[/*#__PURE__*/_jsx(MenuLink,{cQG9WFStl:\"About Us\",height:\"100%\",id:\"AMuQ5bELS\",ife6pM6Ru:ife6pM6Rutxyyif({overlay:overlay1}),layoutId:\"AMuQ5bELS\",variant:\"fkodhJgeI\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-rynzrc`,offsetX:0,offsetY:12,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1x209i9\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"sV3orVs6B\",ref:ref4,role:\"dialog\",style:{backgroundColor:\"var(--token-aa830b26-e507-46fc-9a38-f440da422106, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 8px 32px 0px rgba(0, 0, 0, 0.12)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-cnhrtw\",\"data-styles-preset\":\"IGSGX0M7t\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R2PKOVKgv\"},motionChild:true,nodeId:\"WwitsAQEh\",openInNewTab:false,scopeId:\"nibCSXpN0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Partners\"})})})}),className:\"framer-cbea0c\",\"data-framer-name\":\"Private Golf Operations\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WwitsAQEh\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-cnhrtw\",\"data-styles-preset\":\"IGSGX0M7t\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"P7tnqwgkb\"},motionChild:true,nodeId:\"qoFkZB3Dy\",openInNewTab:false,scopeId:\"nibCSXpN0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"News\"})})})}),className:\"framer-zmi7u8\",\"data-framer-name\":\"Private Golf Operations\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qoFkZB3Dy\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-cnhrtw\",\"data-styles-preset\":\"IGSGX0M7t\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"oy4LsOeLO\"},motionChild:true,nodeId:\"k0FwyRROg\",openInNewTab:false,scopeId:\"nibCSXpN0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Team Whoosh\"})})})}),className:\"framer-v6jc0m\",\"data-framer-name\":\"Public Golf Operations\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"k0FwyRROg\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-cnhrtw\",\"data-styles-preset\":\"IGSGX0M7t\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MaDYNa2E1\"},motionChild:true,nodeId:\"UkvUHoTcU\",openInNewTab:false,scopeId:\"nibCSXpN0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Careers\"})})})}),className:\"framer-1witd28\",\"data-framer-name\":\"Simulators\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UkvUHoTcU\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-cnhrtw\",\"data-styles-preset\":\"IGSGX0M7t\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"X1LM31DhW\"},motionChild:true,nodeId:\"pmdXKG6Rf\",openInNewTab:false,scopeId:\"nibCSXpN0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Contact Us\"})})})}),className:\"framer-b1wj29\",\"data-framer-name\":\"Simulators\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pmdXKG6Rf\",verticalAlignment:\"top\",withExternalLayout:true})]})})})]})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1i44exh-container\",id:`${layoutId}-1i44exh`,layoutDependency:layoutDependency,layoutId:\"kqAlV19Rw-container\",nodeId:\"kqAlV19Rw\",ref:ref5,rendersWithMotion:true,scopeId:\"nibCSXpN0\",children:[/*#__PURE__*/_jsx(MenuButton,{height:\"100%\",id:\"kqAlV19Rw\",jFZYpGZI7:jFZYpGZI7txyyif({overlay:overlay2}),layoutId:\"kqAlV19Rw\",style:{height:\"100%\",width:\"100%\"},W2VftxUWh:\"Book a Demo\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"end\",anchorRef:ref5,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1i44exh`,offsetX:0,offsetY:12,onDismiss:overlay2.hide,placement:\"bottom\",safeArea:false,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1taoqjr\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"CR8kwUCAK\",ref:ref6,role:\"dialog\",style:{backgroundColor:\"var(--token-aa830b26-e507-46fc-9a38-f440da422106, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 8px 32px 0px rgba(0, 0, 0, 0.12)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dqse1a-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"tr6DUf_Kc-container\",nodeId:\"tr6DUf_Kc\",rendersWithMotion:true,scopeId:\"nibCSXpN0\",children:/*#__PURE__*/_jsx(Calendly,{calendar:\"whooshclubconsult/whoosh-demo\",height:\"100%\",hideGdprBanner:true,hideLandingPageDetails:true,id:\"tr6DUf_Kc\",layoutId:\"tr6DUf_Kc\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})]})})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v32b6f\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"eYxFDnlmg\",...addPropertyOverrides({nJq7q7_fw:{\"data-highlight\":true,onTap:onTap9dqyfj},NU5nnl70b:{\"data-highlight\":true,onTap:onTap17ivaks},NvXmX6E2d:{\"data-highlight\":true,onTap:onTap17ivaks}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gk14so\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"SE1CkArpl\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{NU5nnl70b:{rotate:45},NvXmX6E2d:{rotate:45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uhev97\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"nrujOvsgT\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{NU5nnl70b:{rotate:-45},NvXmX6E2d:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-yo1g5t\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"BuhePb2w5\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})]})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jbn78k\",\"data-framer-name\":\"menu\",layoutDependency:layoutDependency,layoutId:\"IwrvcYt7D\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,...addPropertyOverrides({NvXmX6E2d:{y:(componentViewport?.y||0)+24+112+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1v4a9fb-container\",layoutDependency:layoutDependency,layoutId:\"EAx8IP1nJ-container\",nodeId:\"EAx8IP1nJ\",rendersWithMotion:true,scopeId:\"nibCSXpN0\",children:/*#__PURE__*/_jsx(DropdownMobileMenu,{height:\"100%\",id:\"EAx8IP1nJ\",layoutId:\"EAx8IP1nJ\",variant:\"SHGzVXt2J\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,...addPropertyOverrides({NvXmX6E2d:{y:(componentViewport?.y||0)+24+112+0+268.4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1knc7dc-container\",layoutDependency:layoutDependency,layoutId:\"v_RmGmLxt-container\",nodeId:\"v_RmGmLxt\",rendersWithMotion:true,scopeId:\"nibCSXpN0\",children:/*#__PURE__*/_jsx(DropdownMobileMenu,{height:\"100%\",id:\"v_RmGmLxt\",layoutId:\"v_RmGmLxt\",variant:\"Sdb4J9h0k\",width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mBsibxgGM\"},motionChild:true,nodeId:\"nsaeNPrpZ\",openInNewTab:false,scopeId:\"nibCSXpN0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Racquets\"})})})}),className:\"framer-1k4yo2b\",\"data-framer-name\":\"Racquets\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nsaeNPrpZ\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nGRujHqit\"},motionChild:true,nodeId:\"eHWU2h655\",openInNewTab:false,scopeId:\"nibCSXpN0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Simulators\"})})})}),className:\"framer-1ned636\",\"data-framer-name\":\"Racquets\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eHWU2h655\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wgFV7pvkt\"},motionChild:true,nodeId:\"lwoGRCaQE\",openInNewTab:false,scopeId:\"nibCSXpN0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Activity\"})})})}),className:\"framer-4u5270\",\"data-framer-name\":\"Events\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lwoGRCaQE\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv70ot\",\"data-styles-preset\":\"O6R3JBGD1\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"V9riO8Suv\"},motionChild:true,nodeId:\"il5B7ER49\",openInNewTab:false,scopeId:\"nibCSXpN0\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ul3wsy\",\"data-styles-preset\":\"BOWyBRfFA\",children:\"Testimonials\"})})})}),className:\"framer-1o2b2jb\",\"data-framer-name\":\"Testimonials\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"il5B7ER49\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-70dplg-container\",layoutDependency:layoutDependency,layoutId:\"NrWvEhOBT-container\",nodeId:\"NrWvEhOBT\",rendersWithMotion:true,scopeId:\"nibCSXpN0\",children:/*#__PURE__*/_jsx(MenuButton,{height:\"100%\",id:\"NrWvEhOBT\",jFZYpGZI7:jFZYpGZI7ulgkue,layoutId:\"NrWvEhOBT\",style:{height:\"100%\",width:\"100%\"},W2VftxUWh:\"Book a Demo\",width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bexjhk-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"H1pyJ7oBf-container\",nodeId:\"H1pyJ7oBf\",rendersWithMotion:true,scopeId:\"nibCSXpN0\",children:/*#__PURE__*/_jsx(Calendly,{calendar:\"whooshclubconsult/whoosh-demo\",height:\"100%\",hideGdprBanner:true,hideLandingPageDetails:true,id:\"H1pyJ7oBf\",layoutId:\"H1pyJ7oBf\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DPb9u.framer-11eu98y, .framer-DPb9u .framer-11eu98y { display: block; }\",\".framer-DPb9u.framer-1gvu97g { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 128px; justify-content: center; overflow: hidden; padding: 0px 100px 0px 100px; position: relative; width: 1600px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DPb9u .framer-1lczgj0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1400px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DPb9u .framer-16b8c7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-DPb9u .framer-1biw91l { flex: none; height: 48px; position: relative; text-decoration: none; width: 169px; }\",\".framer-DPb9u .framer-1sk4zyi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-DPb9u .framer-4tmcyp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-DPb9u .framer-yybqin-container, .framer-DPb9u .framer-1uc6bhn-container, .framer-DPb9u .framer-12he8cy-container, .framer-DPb9u .framer-uoi0rz-container, .framer-DPb9u .framer-19fd5hz-container, .framer-DPb9u .framer-rynzrc-container, .framer-DPb9u .framer-1v4a9fb-container, .framer-DPb9u .framer-1knc7dc-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-DPb9u .framer-1wqj7sv, .framer-DPb9u .framer-1x209i9 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-DPb9u .framer-1eplyg8, .framer-DPb9u .framer-63ykw9, .framer-DPb9u .framer-cbea0c, .framer-DPb9u .framer-zmi7u8, .framer-DPb9u .framer-v6jc0m, .framer-DPb9u .framer-1witd28, .framer-DPb9u .framer-b1wj29 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 232px; word-break: break-word; word-wrap: break-word; }\",\".framer-DPb9u .framer-1i44exh-container, .framer-DPb9u .framer-70dplg-container { flex: none; height: 56px; position: relative; width: 128px; }\",\".framer-DPb9u .framer-1taoqjr { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-DPb9u .framer-dqse1a-container { flex: none; height: 600px; position: relative; width: 500px; }\",\".framer-DPb9u .framer-v32b6f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 44px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 44px; }\",\".framer-DPb9u .framer-1gk14so, .framer-DPb9u .framer-uhev97, .framer-DPb9u .framer-yo1g5t { flex: none; height: 2px; overflow: hidden; position: relative; width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DPb9u .framer-jbn78k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DPb9u .framer-1k4yo2b, .framer-DPb9u .framer-1ned636, .framer-DPb9u .framer-4u5270, .framer-DPb9u .framer-1o2b2jb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-DPb9u .framer-1bexjhk-container { flex: none; height: 600px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DPb9u.framer-1gvu97g, .framer-DPb9u .framer-16b8c7, .framer-DPb9u .framer-1sk4zyi, .framer-DPb9u .framer-4tmcyp, .framer-DPb9u .framer-1wqj7sv, .framer-DPb9u .framer-1x209i9, .framer-DPb9u .framer-1taoqjr, .framer-DPb9u .framer-v32b6f, .framer-DPb9u .framer-jbn78k { gap: 0px; } .framer-DPb9u.framer-1gvu97g > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DPb9u.framer-1gvu97g > :first-child, .framer-DPb9u .framer-1wqj7sv > :first-child, .framer-DPb9u .framer-1x209i9 > :first-child, .framer-DPb9u .framer-1taoqjr > :first-child, .framer-DPb9u .framer-v32b6f > :first-child, .framer-DPb9u .framer-jbn78k > :first-child { margin-top: 0px; } .framer-DPb9u.framer-1gvu97g > :last-child, .framer-DPb9u .framer-1wqj7sv > :last-child, .framer-DPb9u .framer-1x209i9 > :last-child, .framer-DPb9u .framer-1taoqjr > :last-child, .framer-DPb9u .framer-v32b6f > :last-child, .framer-DPb9u .framer-jbn78k > :last-child { margin-bottom: 0px; } .framer-DPb9u .framer-16b8c7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-DPb9u .framer-16b8c7 > :first-child, .framer-DPb9u .framer-1sk4zyi > :first-child, .framer-DPb9u .framer-4tmcyp > :first-child { margin-left: 0px; } .framer-DPb9u .framer-16b8c7 > :last-child, .framer-DPb9u .framer-1sk4zyi > :last-child, .framer-DPb9u .framer-4tmcyp > :last-child { margin-right: 0px; } .framer-DPb9u .framer-1sk4zyi > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-DPb9u .framer-4tmcyp > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-DPb9u .framer-1wqj7sv > *, .framer-DPb9u .framer-1x209i9 > *, .framer-DPb9u .framer-1taoqjr > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-DPb9u .framer-v32b6f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-DPb9u .framer-jbn78k > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",\".framer-DPb9u.framer-v-1u4xp2m.framer-1gvu97g { height: min-content; padding: 24px; width: 420px; }\",\".framer-DPb9u.framer-v-1u4xp2m .framer-1sk4zyi, .framer-DPb9u.framer-v-r39apl .framer-1sk4zyi, .framer-DPb9u.framer-v-2veeo0 .framer-1sk4zyi { gap: 32px; }\",\".framer-DPb9u.framer-v-1u4xp2m .framer-v32b6f { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DPb9u.framer-v-1u4xp2m .framer-1sk4zyi { gap: 0px; } .framer-DPb9u.framer-v-1u4xp2m .framer-1sk4zyi > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-DPb9u.framer-v-1u4xp2m .framer-1sk4zyi > :first-child { margin-left: 0px; } .framer-DPb9u.framer-v-1u4xp2m .framer-1sk4zyi > :last-child { margin-right: 0px; } }\",\".framer-DPb9u.framer-v-r39apl.framer-1gvu97g { gap: 64px; height: min-content; justify-content: flex-start; padding: 24px; width: 420px; }\",\".framer-DPb9u.framer-v-r39apl .framer-v32b6f, .framer-DPb9u.framer-v-2veeo0 .framer-v32b6f { cursor: pointer; display: block; padding: unset; }\",\".framer-DPb9u.framer-v-r39apl .framer-1gk14so, .framer-DPb9u.framer-v-2veeo0 .framer-1gk14so { left: calc(50.00000000000002% - 20px / 2); position: absolute; top: 16px; }\",\".framer-DPb9u.framer-v-r39apl .framer-uhev97, .framer-DPb9u.framer-v-2veeo0 .framer-uhev97 { bottom: 26px; left: calc(50.00000000000002% - 20px / 2); position: absolute; }\",\".framer-DPb9u.framer-v-r39apl .framer-yo1g5t, .framer-DPb9u.framer-v-2veeo0 .framer-yo1g5t { bottom: 9px; left: calc(50.00000000000002% - 20px / 2); position: absolute; }\",\".framer-DPb9u.framer-v-r39apl .framer-1v4a9fb-container { order: 0; }\",\".framer-DPb9u.framer-v-r39apl .framer-1knc7dc-container { order: 5; }\",\".framer-DPb9u.framer-v-r39apl .framer-1k4yo2b { order: 2; }\",\".framer-DPb9u.framer-v-r39apl .framer-1ned636 { order: 1; }\",\".framer-DPb9u.framer-v-r39apl .framer-4u5270 { order: 3; }\",\".framer-DPb9u.framer-v-r39apl .framer-1o2b2jb { order: 4; }\",\".framer-DPb9u.framer-v-r39apl .framer-70dplg-container { order: 6; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DPb9u.framer-v-r39apl.framer-1gvu97g, .framer-DPb9u.framer-v-r39apl .framer-1sk4zyi, .framer-DPb9u.framer-v-r39apl .framer-v32b6f { gap: 0px; } .framer-DPb9u.framer-v-r39apl.framer-1gvu97g > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-DPb9u.framer-v-r39apl.framer-1gvu97g > :first-child { margin-top: 0px; } .framer-DPb9u.framer-v-r39apl.framer-1gvu97g > :last-child { margin-bottom: 0px; } .framer-DPb9u.framer-v-r39apl .framer-1sk4zyi > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-DPb9u.framer-v-r39apl .framer-1sk4zyi > :first-child { margin-left: 0px; } .framer-DPb9u.framer-v-r39apl .framer-1sk4zyi > :last-child { margin-right: 0px; } .framer-DPb9u.framer-v-r39apl .framer-v32b6f > *, .framer-DPb9u.framer-v-r39apl .framer-v32b6f > :first-child, .framer-DPb9u.framer-v-r39apl .framer-v32b6f > :last-child { margin: 0px; } }\",\".framer-DPb9u.framer-v-2veeo0.framer-1gvu97g { gap: 24px; height: min-content; justify-content: flex-start; min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; padding: 24px 0px 0px 0px; width: 420px; will-change: unset; }\",\".framer-DPb9u.framer-v-2veeo0 .framer-1lczgj0 { padding: 0px 24px 0px 24px; }\",\".framer-DPb9u.framer-v-2veeo0 .framer-1bexjhk-container { order: 7; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DPb9u.framer-v-2veeo0.framer-1gvu97g, .framer-DPb9u.framer-v-2veeo0 .framer-1sk4zyi, .framer-DPb9u.framer-v-2veeo0 .framer-v32b6f { gap: 0px; } .framer-DPb9u.framer-v-2veeo0.framer-1gvu97g > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-DPb9u.framer-v-2veeo0.framer-1gvu97g > :first-child { margin-top: 0px; } .framer-DPb9u.framer-v-2veeo0.framer-1gvu97g > :last-child { margin-bottom: 0px; } .framer-DPb9u.framer-v-2veeo0 .framer-1sk4zyi > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-DPb9u.framer-v-2veeo0 .framer-1sk4zyi > :first-child { margin-left: 0px; } .framer-DPb9u.framer-v-2veeo0 .framer-1sk4zyi > :last-child { margin-right: 0px; } .framer-DPb9u.framer-v-2veeo0 .framer-v32b6f > *, .framer-DPb9u.framer-v-2veeo0 .framer-v32b6f > :first-child, .framer-DPb9u.framer-v-2veeo0 .framer-v32b6f > :last-child { margin: 0px; } }\",\".framer-DPb9u.framer-v-178eath.framer-1gvu97g { padding: 0px 40px 0px 40px; }\",\".framer-DPb9u.framer-v-178eath .framer-1lczgj0 { max-width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 128\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"nJq7q7_fw\":{\"layout\":[\"fixed\",\"auto\"]},\"NvXmX6E2d\":{\"layout\":[\"fixed\",\"auto\"]},\"NU5nnl70b\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",null]},\"wWVfB18Ei\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramernibCSXpN0=withCSS(Component,css,\"framer-DPb9u\");export default FramernibCSXpN0;FramernibCSXpN0.displayName=\"header\";FramernibCSXpN0.defaultProps={height:128,width:1600};addPropertyControls(FramernibCSXpN0,{variant:{options:[\"ab6KldusA\",\"nJq7q7_fw\",\"NvXmX6E2d\",\"NU5nnl70b\",\"wWVfB18Ei\"],optionTitles:[\"desktop\",\"phone\",\"phone open\",\"phone calendly\",\"desktop-small\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramernibCSXpN0,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...MenuLinkFonts,...MenuButtonFonts,...CalendlyFonts,...DropdownMobileMenuFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernibCSXpN0\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1600\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"128\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nJq7q7_fw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NvXmX6E2d\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NU5nnl70b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"wWVfB18Ei\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "emptyStateStyle", "containerStyles", "neutralStateStyle", "stateTitleStyle", "stateParagraphStyle", "poll", "f", "delay", "count", "EmptyState", "title", "description", "u", "emptyStateStyle", "p", "stateTitleStyle", "stateParagraphStyle", "HubSpotForm", "portalId", "formId", "advanced", "region", "id", "elementId", "cleanup", "element", "ue", "window", "handleScriptLoad", "script", "addPropertyControls", "ControlType", "npm_react_17_cjs_exports", "__export", "Children", "Component", "Fragment", "Profiler", "PureComponent", "StrictMode", "Suspense", "__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED", "cloneElement", "createContext", "createElement", "createFactory", "createRef", "exports", "forwardRef", "isValidElement", "lazy", "memo", "useCallback", "useContext", "useDebugValue", "useEffect", "useImperativeHandle", "useLayoutEffect", "useMemo", "useReducer", "useRef", "useState", "version", "npm_object_assign_4_cjs_exports", "__export", "npm_object_assign_4_1_default", "exports", "getOwnPropertySymbols", "hasOwnProperty", "propIsEnumerable", "toObject", "val", "shouldUseNative", "test1", "test2", "i", "order2", "n", "test3", "letter", "target", "source", "from", "to", "symbols", "s", "key", "exports$1", "npm_object_assign_4_1_default", "_objectAssign", "npm_object_assign_4_cjs_exports", "npm_object_assign_4_1_default", "exports", "_assign", "ReactVersion", "REACT_ELEMENT_TYPE", "REACT_PORTAL_TYPE", "REACT_PROVIDER_TYPE", "REACT_CONTEXT_TYPE", "REACT_FORWARD_REF_TYPE", "REACT_SUSPENSE_LIST_TYPE", "REACT_MEMO_TYPE", "REACT_LAZY_TYPE", "REACT_BLOCK_TYPE", "REACT_SERVER_BLOCK_TYPE", "REACT_FUNDAMENTAL_TYPE", "REACT_SCOPE_TYPE", "REACT_OPAQUE_ID_TYPE", "REACT_DEBUG_TRACING_MODE_TYPE", "REACT_OFFSCREEN_TYPE", "REACT_LEGACY_HIDDEN_TYPE", "symbolFor", "MAYBE_ITERATOR_SYMBOL", "FAUX_ITERATOR_SYMBOL", "getIteratorFn", "maybeIterable", "maybeIterator", "ReactCurrentDispatcher", "ReactCurrentBatchConfig", "ReactCurrentOwner", "ReactDebugCurrentFrame", "currentExtraStackFrame", "setExtraStackFrame", "stack", "impl", "IsSomeRendererActing", "ReactSharedInternals", "warn", "format", "_len", "args", "_key", "printWarning", "error", "_len2", "_key2", "level", "argsWithFormat", "item", "didWarnStateUpdateForUnmountedComponent", "warnNoop", "publicInstance", "callerName", "_constructor", "componentName", "warningKey", "ReactNoopUpdateQueue", "callback", "completeState", "partialState", "emptyObject", "Component", "props", "context", "updater", "deprecatedAPIs", "defineDeprecationWarning", "methodName", "info", "fnName", "ComponentDummy", "PureComponent", "pureComponentPrototype", "createRef", "refObject", "getWrappedName", "outerType", "innerType", "wrapperName", "functionName", "getContextName", "type", "getComponentName", "provider", "lazyComponent", "payload", "init", "hasOwnProperty", "RESERVED_PROPS", "specialPropKeyWarningShown", "specialPropRefWarningShown", "didWarnAboutStringRefs", "hasValidRef", "config", "getter", "hasValidKey", "defineKeyPropWarningGetter", "displayName", "warnAboutAccessingKey", "defineRefPropWarningGetter", "warnAboutAccessingRef", "warnIfStringRefCannotBeAutoConverted", "ReactElement", "key", "ref", "self", "source", "owner", "element", "createElement", "children", "propName", "childrenLength", "childArray", "i", "defaultProps", "cloneAndReplaceKey", "oldElement", "newKey", "newElement", "cloneElement", "isValidElement", "object", "SEPARATOR", "SUBSEPARATOR", "escape", "escapeRegex", "escaperLookup", "escapedString", "match", "didWarnAboutMaps", "userProvidedKeyEscapeRegex", "escapeUserProvidedKey", "text", "getElementKey", "index", "mapIntoArray", "array", "escapedPrefix", "nameSoFar", "invokeCallback", "_child", "mappedChild", "childKey", "escapedChildKey", "c", "child", "nextName", "subtreeCount", "nextNamePrefix", "iteratorFn", "iterableChildren", "iterator", "step", "ii", "childrenString", "mapChildren", "func", "result", "count", "countChildren", "n", "forEachChildren", "forEachFunc", "forEachContext", "toArray", "onlyChild", "createContext", "defaultValue", "calculateChangedBits", "hasWarnedAboutUsingNestedContextConsumers", "hasWarnedAboutUsingConsumerProvider", "hasWarnedAboutDisplayNameOnConsumer", "Consumer", "_Provider", "_currentValue", "_currentValue2", "_threadCount", "Uninitialized", "Pending", "Resolved", "Rejected", "lazyInitializer", "ctor", "thenable", "pending", "moduleObject", "defaultExport", "resolved", "rejected", "lazy", "lazyType", "propTypes", "newDefaultProps", "newPropTypes", "forwardRef", "render", "elementType", "ownName", "name", "enableScopeAPI", "isValidElementType", "memo", "compare", "resolveDispatcher", "dispatcher", "useContext", "Context", "unstable_observedBits", "realContext", "useState", "initialState", "useReducer", "reducer", "initialArg", "useRef", "initialValue", "useEffect", "create", "deps", "useLayoutEffect", "useCallback", "useMemo", "useImperativeHandle", "useDebugValue", "value", "formatterFn", "disabledDepth", "prevLog", "prevInfo", "prevWarn", "prevError", "prevGroup", "prevGroupCollapsed", "prevGroupEnd", "disabledLog", "disableLogs", "reenableLogs", "ReactCurrentDispatcher$1", "prefix", "describeBuiltInComponentFrame", "ownerFn", "x", "reentry", "componentFrameCache", "PossiblyWeakMap", "describeNativeComponentFrame", "fn", "construct", "frame", "control", "previousPrepareStackTrace", "previousDispatcher", "Fake", "sample", "sampleLines", "controlLines", "s", "_frame", "syntheticFrame", "describeFunctionComponentFrame", "shouldConstruct", "prototype", "describeUnknownElementTypeFrameInDEV", "loggedTypeFailures", "ReactDebugCurrentFrame$1", "setCurrentlyValidatingElement", "checkPropTypes", "typeSpecs", "values", "location", "has", "typeSpecName", "error$1", "err", "ex", "setCurrentlyValidatingElement$1", "propTypesMisspellWarningShown", "getDeclarationErrorAddendum", "getSourceInfoErrorAddendum", "fileName", "lineNumber", "getSourceInfoErrorAddendumForProps", "elementProps", "ownerHasKeyUseWarning", "getCurrentComponentErrorInfo", "parentType", "parentName", "validateExplicitKey", "currentComponentErrorInfo", "childOwner", "validateChildKeys", "node", "validatePropTypes", "_name", "validateFragmentProps", "fragment", "keys", "createElementWithValidation", "validType", "sourceInfo", "typeString", "didWarnAboutDeprecatedCreateFactory", "createFactoryWithValidation", "validatedFactory", "cloneElementWithValidation", "frozenObject", "createElement$1", "cloneElement$1", "createFactory", "Children", "Fragment", "StrictMode", "Profiler", "Suspense", "__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED", "version", "Fragment", "exports", "StrictMode", "Profiler", "Suspense", "Children", "Component", "PureComponent", "__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED", "cloneElement", "createContext", "createElement", "createFactory", "createRef", "forwardRef", "isValidElement", "lazy", "memo", "useCallback", "useContext", "useDebugValue", "useEffect", "useImperativeHandle", "useLayoutEffect", "useMemo", "useReducer", "useRef", "useState", "version", "_react", "npm_react_17_cjs_exports", "exports", "React", "extendStatics", "d", "b", "p", "__extends", "__", "__assign", "t", "s", "n", "styleInject", "css", "ref", "insertAt", "head", "style", "initializeCalendly", "window", "e", "o", "i", "l", "r", "a", "u", "c", "h", "y", "m", "navigator", "calendlySpinnerElement", "month", "day", "year", "CalendlyEvent", "loadScript", "withPageSettings", "url", "pageSettings", "backgroundColor", "hideEventTypeDetails", "hideLandingPageDetails", "primaryColor", "textColor", "hideGdprBanner", "queryStringIndex", "hasQueryString", "queryString", "baseUrl", "updatedQueryString", "item", "openPopupWidget", "options", "widgetOptions", "closePopupWidget", "defaultStyles", "InlineWidget", "_super", "props", "_this", "prevProps", "shouldUpdate", "event", "callback", "isInsertedEvent", "isRemovedEvent", "mutationsList", "observer", "nodesAdded", "record", "nodesRemoved", "prop", "initWidget", "createClickHandler", "PopupButton", "defaultProps", "PopupWidget", "CalendlyEventListener", "eventName", "__esModule", "_InlineWidget", "_PopupButton", "_PopupWidget", "_CalendlyEventListener", "_openPopupWidget", "_closePopupWidget", "Calendly", "style", "calendar", "hideLandingPageDetails", "hideGdprBanner", "props", "p", "motion", "containerStyles", "_InlineWidget", "u", "emptyStateStyle", "stateTitleStyle", "stateParagraphStyle", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "link", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Sfr5c4opE", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "Link", "cx", "SVG", "css", "Frameradzavbwfj", "withCSS", "adzavbwfj_default", "addPropertyControls", "ControlType", "addFonts", "HubSpotFormFonts", "getFonts", "HubSpotForm", "LinkedinFonts", "adzavbwfj_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaps88ylv", "args", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "SVG", "css", "FramerDZQiZO_PO", "withCSS", "DZQiZO_PO_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "tap", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "cQG9WFStl", "hCV3X8QVC", "ife6pM6Ru", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapgkp9za", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "u", "RichText2", "SVG", "css", "FrameriTWwNmhbI", "withCSS", "iTWwNmhbI_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1yr70q8", "args", "onTapupvlrr", "onTapqcln6w", "onTap1sfgp4y", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "RichText2", "SVG", "Link", "css", "FramernXl0_xcoH", "withCSS", "nXl0_xcoH_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "link", "tap", "title", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W2VftxUWh", "jFZYpGZI7", "eH3Y5Y18B", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap8bh4tt", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "motion", "cx", "RichText2", "x", "css", "FramerxFDDTmCdM", "withCSS", "xFDDTmCdM_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "MenuLinkFonts", "getFonts", "iTWwNmhbI_default", "MotionDivWithFX", "withFX", "motion", "MenuButtonFonts", "xFDDTmCdM_default", "CalendlyFonts", "Calendly", "DropdownMobileMenuFonts", "nXl0_xcoH_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "ife6pM6Rutxyyif", "overlay", "loadMore", "args", "jFZYpGZI7txyyif", "onTap9dqyfj", "onTap17ivaks", "jFZYpGZI7ulgkue", "scopingClassNames", "cx", "isDisplayed", "ref1", "ref2", "router", "useRouter", "ref3", "ref4", "ref5", "ref6", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "LayoutGroup", "u", "Link", "SVG", "l", "ComponentViewportProvider", "SmartComponentScopedContainer", "AnimatePresence", "Floating", "RichText2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "overlay1", "overlay2", "css", "FramernibCSXpN0", "withCSS", "nibCSXpN0_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
