@pendo/agent 2.279.2 → 2.279.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/dom.esm.js CHANGED
@@ -7228,7 +7228,7 @@ function getScreenPosition(element) {
7228
7228
  };
7229
7229
  }
7230
7230
 
7231
- var VERSION = '2.279.2_';
7231
+ var VERSION = '2.279.3_';
7232
7232
  function isExtensionAgent() {
7233
7233
  var installType = getPendoConfigValue('installType') || getPendoConfigFromEnclosingScope().installType;
7234
7234
  return installType === EXTENSION_INSTALL_TYPE;
@@ -3891,8 +3891,8 @@ var SERVER = '';
3891
3891
  var ASSET_HOST = '';
3892
3892
  var ASSET_PATH = '';
3893
3893
  var DESIGNER_ENV = '';
3894
- var VERSION = '2.279.2_';
3895
- var PACKAGE_VERSION = '2.279.2';
3894
+ var VERSION = '2.279.3_';
3895
+ var PACKAGE_VERSION = '2.279.3';
3896
3896
  var LOADER = 'xhr';
3897
3897
  /* eslint-enable agent-eslint-rules/no-gulp-env-references */
3898
3898
  /**
@@ -37580,6 +37580,7 @@ class DOMPrompt {
37580
37580
  *
37581
37581
  * Built-in Plugin adding optional support for monitoring a Prompt like a search box or chat text box.
37582
37582
  */
37583
+ const PENDO_HEADERS_KEY = '_pendoHeaders';
37583
37584
  class PromptPlugin {
37584
37585
  constructor() {
37585
37586
  this.name = 'PromptAnalytics';
@@ -37645,6 +37646,14 @@ class PromptPlugin {
37645
37646
  if (pluginInstance._networkPatched)
37646
37647
  return;
37647
37648
  pluginInstance._networkPatched = true;
37649
+ if (!pluginInstance._originalSetRequestHeader) {
37650
+ pluginInstance._originalSetRequestHeader = XMLHttpRequest.prototype.setRequestHeader;
37651
+ XMLHttpRequest.prototype.setRequestHeader = function (header, value) {
37652
+ this[PENDO_HEADERS_KEY] = this[PENDO_HEADERS_KEY] || {};
37653
+ this[PENDO_HEADERS_KEY][header] = value;
37654
+ return pluginInstance._originalSetRequestHeader.apply(this, arguments);
37655
+ };
37656
+ }
37648
37657
  pluginInstance._originalFetch = window.fetch;
37649
37658
  window.fetch = function (...args) {
37650
37659
  return __awaiter(this, void 0, void 0, function* () {
@@ -37745,6 +37754,10 @@ class PromptPlugin {
37745
37754
  }
37746
37755
  this._networkPatched = false;
37747
37756
  this._.each(this.prompts, (prompt) => prompt.teardown());
37757
+ if (this._originalSetRequestHeader) {
37758
+ XMLHttpRequest.prototype.setRequestHeader = this._originalSetRequestHeader;
37759
+ this._originalSetRequestHeader = null;
37760
+ }
37748
37761
  }
37749
37762
  }
37750
37763
  function safelySerializeBody(body) {
@@ -37780,14 +37793,8 @@ function extractHeaders(headers = {}) {
37780
37793
  }
37781
37794
  return result;
37782
37795
  }
37783
- const originalSetRequestHeader = XMLHttpRequest.prototype.setRequestHeader;
37784
- XMLHttpRequest.prototype.setRequestHeader = function (header, value) {
37785
- this._headers = this._headers || {};
37786
- this._headers[header] = value;
37787
- return originalSetRequestHeader.apply(this, arguments);
37788
- };
37789
37796
  function extractXHRHeaders(xhr) {
37790
- return xhr._headers || {};
37797
+ return xhr[PENDO_HEADERS_KEY] || {};
37791
37798
  }
37792
37799
  var PromptAnalytics = new PromptPlugin();
37793
37800
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license https://agent.pendo.io/licenses
3
3
  */
4
- function loadAgent(u){d="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".split("");var d,c={uint8ToBase64:function(e){var t,n,i,r=e.length%3,o="";for(t=0,i=e.length-r;t<i;t+=3)n=(e[t]<<16)+(e[t+1]<<8)+e[t+2],o+=function(e){return d[e>>18&63]+d[e>>12&63]+d[e>>6&63]+d[63&e]}(n);switch(r){case 1:n=e[e.length-1],o=(o+=d[n>>2])+d[n<<4&63];break;case 2:n=(e[e.length-2]<<8)+e[e.length-1],o=(o=(o+=d[n>>10])+d[n>>4&63])+d[n<<2&63]}return o}},Ut="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function p(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e["default"]:e}var U,o,G,j,B,z,H,e={exports:{}};function W(e){e?(z[0]=z[16]=z[1]=z[2]=z[3]=z[4]=z[5]=z[6]=z[7]=z[8]=z[9]=z[10]=z[11]=z[12]=z[13]=z[14]=z[15]=0,this.blocks=z):this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],this.h0=1732584193,this.h1=4023233417,this.h2=2562383102,this.h3=271733878,this.h4=3285377520,this.block=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0}n=e,U="object"==typeof window?window:{},t=!U.JS_SHA1_NO_COMMON_JS&&n.exports,o="0123456789abcdef".split(""),G=[-2147483648,8388608,32768,128],j=[24,16,8,0],B=["hex","array","digest","arrayBuffer"],z=[],H=function(t){return function(e){return new W(!0).update(e)[t]()}},W.prototype.update=function(e){if(!this.finalized){for(var t,n,i="string"!=typeof e,r=0,o=(e=i&&e.constructor===U.ArrayBuffer?new Uint8Array(e):e).length||0,a=this.blocks;r<o;){if(this.hashed&&(this.hashed=!1,a[0]=this.block,a[16]=a[1]=a[2]=a[3]=a[4]=a[5]=a[6]=a[7]=a[8]=a[9]=a[10]=a[11]=a[12]=a[13]=a[14]=a[15]=0),i)for(n=this.start;r<o&&n<64;++r)a[n>>2]|=e[r]<<j[3&n++];else for(n=this.start;r<o&&n<64;++r)(t=e.charCodeAt(r))<128?a[n>>2]|=t<<j[3&n++]:(t<2048?a[n>>2]|=(192|t>>6)<<j[3&n++]:(t<55296||57344<=t?a[n>>2]|=(224|t>>12)<<j[3&n++]:(t=65536+((1023&t)<<10|1023&e.charCodeAt(++r)),a[n>>2]|=(240|t>>18)<<j[3&n++],a[n>>2]|=(128|t>>12&63)<<j[3&n++]),a[n>>2]|=(128|t>>6&63)<<j[3&n++]),a[n>>2]|=(128|63&t)<<j[3&n++]);this.lastByteIndex=n,this.bytes+=n-this.start,64<=n?(this.block=a[16],this.start=n-64,this.hash(),this.hashed=!0):this.start=n}return 4294967295<this.bytes&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},W.prototype.finalize=function(){var e,t;this.finalized||(this.finalized=!0,e=this.blocks,t=this.lastByteIndex,e[16]=this.block,e[t>>2]|=G[3&t],this.block=e[16],56<=t&&(this.hashed||this.hash(),e[0]=this.block,e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.hBytes<<3|this.bytes>>>29,e[15]=this.bytes<<3,this.hash())},W.prototype.hash=function(){for(var e,t=this.h0,n=this.h1,i=this.h2,r=this.h3,o=this.h4,a=this.blocks,s=16;s<80;++s)e=a[s-3]^a[s-8]^a[s-14]^a[s-16],a[s]=e<<1|e>>>31;for(s=0;s<20;s+=5)t=(e=(n=(e=(i=(e=(r=(e=(o=(e=t<<5|t>>>27)+(n&i|~n&r)+o+1518500249+a[s]<<0)<<5|o>>>27)+(t&(n=n<<30|n>>>2)|~t&i)+r+1518500249+a[s+1]<<0)<<5|r>>>27)+(o&(t=t<<30|t>>>2)|~o&n)+i+1518500249+a[s+2]<<0)<<5|i>>>27)+(r&(o=o<<30|o>>>2)|~r&t)+n+1518500249+a[s+3]<<0)<<5|n>>>27)+(i&(r=r<<30|r>>>2)|~i&o)+t+1518500249+a[s+4]<<0,i=i<<30|i>>>2;for(;s<40;s+=5)t=(e=(n=(e=(i=(e=(r=(e=(o=(e=t<<5|t>>>27)+(n^i^r)+o+1859775393+a[s]<<0)<<5|o>>>27)+(t^(n=n<<30|n>>>2)^i)+r+1859775393+a[s+1]<<0)<<5|r>>>27)+(o^(t=t<<30|t>>>2)^n)+i+1859775393+a[s+2]<<0)<<5|i>>>27)+(r^(o=o<<30|o>>>2)^t)+n+1859775393+a[s+3]<<0)<<5|n>>>27)+(i^(r=r<<30|r>>>2)^o)+t+1859775393+a[s+4]<<0,i=i<<30|i>>>2;for(;s<60;s+=5)t=(e=(n=(e=(i=(e=(r=(e=(o=(e=t<<5|t>>>27)+(n&i|n&r|i&r)+o-1894007588+a[s]<<0)<<5|o>>>27)+(t&(n=n<<30|n>>>2)|t&i|n&i)+r-1894007588+a[s+1]<<0)<<5|r>>>27)+(o&(t=t<<30|t>>>2)|o&n|t&n)+i-1894007588+a[s+2]<<0)<<5|i>>>27)+(r&(o=o<<30|o>>>2)|r&t|o&t)+n-1894007588+a[s+3]<<0)<<5|n>>>27)+(i&(r=r<<30|r>>>2)|i&o|r&o)+t-1894007588+a[s+4]<<0,i=i<<30|i>>>2;for(;s<80;s+=5)t=(e=(n=(e=(i=(e=(r=(e=(o=(e=t<<5|t>>>27)+(n^i^r)+o-899497514+a[s]<<0)<<5|o>>>27)+(t^(n=n<<30|n>>>2)^i)+r-899497514+a[s+1]<<0)<<5|r>>>27)+(o^(t=t<<30|t>>>2)^n)+i-899497514+a[s+2]<<0)<<5|i>>>27)+(r^(o=o<<30|o>>>2)^t)+n-899497514+a[s+3]<<0)<<5|n>>>27)+(i^(r=r<<30|r>>>2)^o)+t-899497514+a[s+4]<<0,i=i<<30|i>>>2;this.h0=this.h0+t<<0,this.h1=this.h1+n<<0,this.h2=this.h2+i<<0,this.h3=this.h3+r<<0,this.h4=this.h4+o<<0},W.prototype.toString=W.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,i=this.h3,r=this.h4;return o[e>>28&15]+o[e>>24&15]+o[e>>20&15]+o[e>>16&15]+o[e>>12&15]+o[e>>8&15]+o[e>>4&15]+o[15&e]+o[t>>28&15]+o[t>>24&15]+o[t>>20&15]+o[t>>16&15]+o[t>>12&15]+o[t>>8&15]+o[t>>4&15]+o[15&t]+o[n>>28&15]+o[n>>24&15]+o[n>>20&15]+o[n>>16&15]+o[n>>12&15]+o[n>>8&15]+o[n>>4&15]+o[15&n]+o[i>>28&15]+o[i>>24&15]+o[i>>20&15]+o[i>>16&15]+o[i>>12&15]+o[i>>8&15]+o[i>>4&15]+o[15&i]+o[r>>28&15]+o[r>>24&15]+o[r>>20&15]+o[r>>16&15]+o[r>>12&15]+o[r>>8&15]+o[r>>4&15]+o[15&r]},W.prototype.array=W.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,i=this.h3,r=this.h4;return[e>>24&255,e>>16&255,e>>8&255,255&e,t>>24&255,t>>16&255,t>>8&255,255&t,n>>24&255,n>>16&255,n>>8&255,255&n,i>>24&255,i>>16&255,i>>8&255,255&i,r>>24&255,r>>16&255,r>>8&255,255&r]},W.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(20),t=new DataView(e);return t.setUint32(0,this.h0),t.setUint32(4,this.h1),t.setUint32(8,this.h2),t.setUint32(12,this.h3),t.setUint32(16,this.h4),e},Pe=function(){var t=H("hex");t.create=function(){return new W},t.update=function(e){return t.create().update(e)};for(var e=0;e<B.length;++e){var n=B[e];t[n]=H(n)}return t}(),t?n.exports=Pe:U.sha1=Pe;var q=p(e.exports);let V;const K={createScriptURL:e=>e,createHTML:e=>e};function J(e){return V||(V=e.trustedTypesPolicy||(window.trustedTypes&&"function"==typeof window.trustedTypes.createPolicy?window.trustedTypes.createPolicy("pendo",K):K),e.trustedTypesPolicy=V),V}var I,Y="stagingServerHashes",Z={};function X(e){return e.loadAsModule}function Q(e){return"staging"===e.environmentName}function ee(e){return"extension"===e.installType}function te(t=[],n){var i=/^https:\/\/[\w\-.]*cdn[\w\-.]*\.(pendo-dev\.com|pendo\.io)\/agent\/static\/([\w]{8}-[\w]{4}-[\w]{4}-[\w]{4}-[\w]{12}|PENDO_API_KEY)\/pendo\.js$/g;for(let e=0;e<t.length;e++){var r=t[e];if(i.test(r.src)||r.id==="pendo-"+n)return r}}function ne(e,t,n){e=function(e=[]){if(e=te(e))return e.src.replace(/\.js$/,"-staging.js")}(document.getElementsByTagName("script"))||e.stagingAgentUrl;return n&&(n="unminified.js",t&&(n="staging-"+n),e=e&&e.replace(/staging\.js$/,n)),e}function ie(e,t){if(Q(e=e||Z))return!0;if(t=t||window.location,(o=e)&&o.stagingAgentUrl&&o[Y]){o=t.host;for(var n=c.uint8ToBase64(q.create().update(o).digest()),i=0,r=e[Y].length;i<r;++i)if(e[Y][i]===n)return!0}var o;if((o=e)&&o.stagingAgentUrl&&o.stagingServers)for(var a=0,s=e.stagingServers.length;a<s;++a){var u=e.stagingServers[a];if((u="string"==typeof u?new RegExp("^"+u+"$"):u)instanceof RegExp&&u.test(t.host))return!0}return!1}var re=["initialize","identify","updateOptions","pageLoad","track","clearSession"];function oe(e,t,n){(e._q=e._q||[])["initialize"===t?"unshift":"push"]([].concat.apply([t],n))}function ae(e){if(!e._q)for(var t=re,n=0,i=t.length;n<i;++n)!function(e,t){t[e]=t[e]||function(){oe(t,e,arguments)}}(t[n],e)}function se(e,t,n){if(!ee(i=e)&&!Q(i)&&ie(i)){i=ne(e,!0,n);if(i)return ae(t),de(i,t),!0}var i;return!1}function ue(e,t,n){if(r=n,!ee(i=e)&&!i.unminified&&r){i=ne(e,!1,n);if(i)return ae(t),de(i,t),!0}var i,r;return!1}function de(e,t){var n=document.createElement("script"),t=(n["async"]=!0,n.src=J(t).createScriptURL(e),document.getElementsByTagName("script")[0]);t&&t.parentNode?t.parentNode.insertBefore(n,t):(document.head||document.body).appendChild(n)}function ce(e){Z=e}function le(){return void 0===u?{}:u}function pe(e){return Z[e]}he(window.setTimeout,window);function he(e,t){return"function"==typeof e.bind?e.bind(t):e}var fe,Dt=function(e){var t="setTimeout",n="__symbol__";if("undefined"!=typeof Zone&&Zone[n]instanceof Function){n=e[Zone[n](t)];if(n instanceof Function)return n}return he(e[t],e)}(window),E=p(function(){var e="object"==typeof self&&self.self===self&&self||"object"==typeof Ut&&Ut.global===Ut&&Ut||Function("return this")()||{},i=Array.prototype,$=Object.prototype,F="undefined"!=typeof Symbol?Symbol.prototype:null,D=i.push,u=i.slice,l=$.toString,U=$.hasOwnProperty,t="undefined"!=typeof ArrayBuffer,n="undefined"!=typeof DataView&&/\[native code\]/.test(String(DataView)),G=Array.isArray,j=Object.keys,B=Object.create,z=t&&ArrayBuffer.isView,H=isNaN,W=isFinite,q=!{toString:null}.propertyIsEnumerable("toString"),V=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],K=Math.pow(2,53)-1;function c(r,o){return o=null==o?r.length-1:+o,function(){for(var e=Math.max(arguments.length-o,0),t=Array(e),n=0;n<e;n++)t[n]=arguments[n+o];switch(o){case 0:return r.call(this,t);case 1:return r.call(this,arguments[0],t);case 2:return r.call(this,arguments[0],arguments[1],t)}for(var i=Array(o+1),n=0;n<o;n++)i[n]=arguments[n];return i[o]=t,r.apply(this,i)}}function o(e){var t=typeof e;return"function"==t||"object"==t&&!!e}function J(e){return void 0===e}function Y(e){return!0===e||!1===e||"[object Boolean]"===l.call(e)}function r(e){var t="[object "+e+"]";return function(e){return l.call(e)===t}}var Z=r("String"),X=r("Number"),Q=r("Date"),ee=r("RegExp"),te=r("Error"),ne=r("Symbol"),ie=r("ArrayBuffer"),a=r("Function"),e=e.document&&e.document.childNodes,p=a="function"!=typeof/./&&"object"!=typeof Int8Array&&"function"!=typeof e?function(e){return"function"==typeof e||!1}:a,e=r("Object"),re=n&&e(new DataView(new ArrayBuffer(8))),a="undefined"!=typeof Map&&e(new Map),n=r("DataView");var h=re?function(e){return null!=e&&p(e.getInt8)&&ie(e.buffer)}:n,f=G||r("Array");function g(e,t){return null!=e&&U.call(e,t)}var oe=r("Arguments"),ae=(!function(){oe(arguments)||(oe=function(e){return g(e,"callee")})}(),oe);function se(e){return X(e)&&H(e)}function ue(e){return function(){return e}}function de(t){return function(e){e=t(e);return"number"==typeof e&&0<=e&&e<=K}}function ce(t){return function(e){return null==e?void 0:e[t]}}var m=ce("byteLength"),le=de(m),pe=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;var he=t?function(e){return z?z(e)&&!h(e):le(e)&&pe.test(l.call(e))}:ue(!1),v=ce("length");function fe(e,t){t=function(t){for(var n={},e=t.length,i=0;i<e;++i)n[t[i]]=!0;return{contains:function(e){return!0===n[e]},push:function(e){return n[e]=!0,t.push(e)}}}(t);var n=V.length,i=e.constructor,r=p(i)&&i.prototype||$,o="constructor";for(g(e,o)&&!t.contains(o)&&t.push(o);n--;)(o=V[n])in e&&e[o]!==r[o]&&!t.contains(o)&&t.push(o)}function y(e){if(!o(e))return[];if(j)return j(e);var t,n=[];for(t in e)g(e,t)&&n.push(t);return q&&fe(e,n),n}function ge(e,t){var n=y(t),i=n.length;if(null==e)return!i;for(var r=Object(e),o=0;o<i;o++){var a=n[o];if(t[a]!==r[a]||!(a in r))return!1}return!0}function b(e){return e instanceof b?e:this instanceof b?void(this._wrapped=e):new b(e)}function me(e){return new Uint8Array(e.buffer||e,e.byteOffset||0,m(e))}b.VERSION="1.13.6",b.prototype.valueOf=b.prototype.toJSON=b.prototype.value=function(){return this._wrapped},b.prototype.toString=function(){return String(this._wrapped)};var ve="[object DataView]";function ye(e,t,n,i){var r;return e===t?0!==e||1/e==1/t:null!=e&&null!=t&&(e!=e?t!=t:("function"==(r=typeof e)||"object"==r||"object"==typeof t)&&function c(e,t,n,i){e instanceof b&&(e=e._wrapped);t instanceof b&&(t=t._wrapped);var r=l.call(e);if(r!==l.call(t))return!1;if(re&&"[object Object]"==r&&h(e)){if(!h(t))return!1;r=ve}switch(r){case"[object RegExp]":case"[object String]":return""+e==""+t;case"[object Number]":return+e!=+e?+t!=+t:0==+e?1/+e==1/t:+e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object Symbol]":return F.valueOf.call(e)===F.valueOf.call(t);case"[object ArrayBuffer]":case ve:return c(me(e),me(t),n,i)}r="[object Array]"===r;if(!r&&he(e)){var o=m(e);if(o!==m(t))return!1;if(e.buffer===t.buffer&&e.byteOffset===t.byteOffset)return!0;r=!0}if(!r){if("object"!=typeof e||"object"!=typeof t)return!1;var o=e.constructor,a=t.constructor;if(o!==a&&!(p(o)&&o instanceof o&&p(a)&&a instanceof a)&&"constructor"in e&&"constructor"in t)return!1}n=n||[];i=i||[];var s=n.length;for(;s--;)if(n[s]===e)return i[s]===t;n.push(e);i.push(t);if(r){if((s=e.length)!==t.length)return!1;for(;s--;)if(!ye(e[s],t[s],n,i))return!1}else{var u,d=y(e);if(s=d.length,y(t).length!==s)return!1;for(;s--;)if(u=d[s],!g(t,u)||!ye(e[u],t[u],n,i))return!1}n.pop();i.pop();return!0}(e,t,n,i))}function d(e){if(!o(e))return[];var t,n=[];for(t in e)n.push(t);return q&&fe(e,n),n}function be(i){var r=v(i);return function(e){if(null==e)return!1;var t=d(e);if(v(t))return!1;for(var n=0;n<r;n++)if(!p(e[i[n]]))return!1;return i!==Se||!p(e[we])}}var we="forEach",e=["clear","delete"],n=["get","has","set"],G=e.concat(we,n),Se=e.concat(n),t=["add"].concat(e,we,"has"),n=a?be(G):r("Map"),e=a?be(Se):r("WeakMap"),G=a?be(t):r("Set"),a=r("WeakSet");function w(e){for(var t=y(e),n=t.length,i=Array(n),r=0;r<n;r++)i[r]=e[t[r]];return i}function Ie(e){for(var t={},n=y(e),i=0,r=n.length;i<r;i++)t[e[n[i]]]=n[i];return t}function _e(e){var t,n=[];for(t in e)p(e[t])&&n.push(t);return n.sort()}function Ee(u,d){return function(e){var t=arguments.length;if(d&&(e=Object(e)),!(t<2||null==e))for(var n=1;n<t;n++)for(var i=arguments[n],r=u(i),o=r.length,a=0;a<o;a++){var s=r[a];d&&void 0!==e[s]||(e[s]=i[s])}return e}}var Ce=Ee(d),s=Ee(y),Te=Ee(d,!0);function xe(e){var t;return o(e)?B?B(e):((t=function(){}).prototype=e,e=new t,t.prototype=null,e):{}}function ke(e){return f(e)?e:[e]}function S(e){return b.toPath(e)}function Ae(e,t){for(var n=t.length,i=0;i<n;i++){if(null==e)return;e=e[t[i]]}return n?e:void 0}function Oe(e,t,n){e=Ae(e,S(t));return J(e)?n:e}function Re(e){return e}function I(t){return t=s({},t),function(e){return ge(e,t)}}function Ne(t){return t=S(t),function(e){return Ae(e,t)}}function _(r,o,e){if(void 0===o)return r;switch(null==e?3:e){case 1:return function(e){return r.call(o,e)};case 3:return function(e,t,n){return r.call(o,e,t,n)};case 4:return function(e,t,n,i){return r.call(o,e,t,n,i)}}return function(){return r.apply(o,arguments)}}function Me(e,t,n){return null==e?Re:p(e)?_(e,t,n):(o(e)&&!f(e)?I:Ne)(e)}function Le(e,t){return Me(e,t,Infinity)}function E(e,t,n){return b.iteratee!==Le?b.iteratee(e,t):Me(e,t,n)}function Pe(){}function $e(e,t){return null==t&&(t=e,e=0),e+Math.floor(Math.random()*(t-e+1))}b.toPath=ke,b.iteratee=Le;var C=Date.now||function(){return(new Date).getTime()};function Fe(t){var n=function(e){return t[e]},e="(?:"+y(t).join("|")+")",i=RegExp(e),r=RegExp(e,"g");return function(e){return i.test(e=null==e?"":""+e)?e.replace(r,n):e}}var t={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},De=Fe(t),t=Fe(Ie(t)),Ue=b.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},Ge=/(.)^/,je={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},Be=/\\|'|\r|\n|\u2028|\u2029/g;function ze(e){return"\\"+je[e]}var He=/^\s*(\w|\$)+\s*$/;var We=0;function qe(e,t,n,i,r){return i instanceof t?(i=xe(e.prototype),o(t=e.apply(i,r))?t:i):e.apply(n,r)}var T=c(function(r,o){var a=T.placeholder,s=function(){for(var e=0,t=o.length,n=Array(t),i=0;i<t;i++)n[i]=o[i]===a?arguments[e++]:o[i];for(;e<arguments.length;)n.push(arguments[e++]);return qe(r,s,this,this,n)};return s}),Ve=(T.placeholder=b,c(function(t,n,i){var r;if(p(t))return r=c(function(e){return qe(t,r,n,this,i.concat(e))});throw new TypeError("Bind must be called on a function")})),x=de(v);function k(e,t,n,i){if(i=i||[],t||0===t){if(t<=0)return i.concat(e)}else t=Infinity;for(var r=i.length,o=0,a=v(e);o<a;o++){var s=e[o];if(x(s)&&(f(s)||ae(s)))if(1<t)k(s,t-1,n,i),r=i.length;else for(var u=0,d=s.length;u<d;)i[r++]=s[u++];else n||(i[r++]=s)}return i}var Ke=c(function(e,t){var n=(t=k(t,!1,!1)).length;if(n<1)throw new Error("bindAll must be passed function names");for(;n--;){var i=t[n];e[i]=Ve(e[i],e)}return e});var Je=c(function(e,t,n){return Dt(function(){return e.apply(null,n)},t)}),Ye=T(Je,b,1);function Ze(e){return function(){return!e.apply(this,arguments)}}function Xe(e,t){var n;return function(){return 0<--e&&(n=t.apply(this,arguments)),e<=1&&(t=null),n}}var Qe=T(Xe,2);function et(e,t,n){t=E(t,n);for(var i,r=y(e),o=0,a=r.length;o<a;o++)if(t(e[i=r[o]],i,e))return i}function tt(o){return function(e,t,n){t=E(t,n);for(var i=v(e),r=0<o?0:i-1;0<=r&&r<i;r+=o)if(t(e[r],r,e))return r;return-1}}var nt=tt(1),it=tt(-1);function rt(e,t,n,i){for(var r=(n=E(n,i,1))(t),o=0,a=v(e);o<a;){var s=Math.floor((o+a)/2);n(e[s])<r?o=s+1:a=s}return o}function ot(o,a,s){return function(e,t,n){var i=0,r=v(e);if("number"==typeof n)0<o?i=0<=n?n:Math.max(n+r,i):r=0<=n?Math.min(n+1,r):n+r+1;else if(s&&n&&r)return e[n=s(e,t)]===t?n:-1;if(t!=t)return 0<=(n=a(u.call(e,i,r),se))?n+i:-1;for(n=0<o?i:r-1;0<=n&&n<r;n+=o)if(e[n]===t)return n;return-1}}var at=ot(1,nt,rt),st=ot(-1,it);function ut(e,t,n){t=(x(e)?nt:et)(e,t,n);if(void 0!==t&&-1!==t)return e[t]}function A(e,t,n){if(t=_(t,n),x(e))for(r=0,o=e.length;r<o;r++)t(e[r],r,e);else for(var i=y(e),r=0,o=i.length;r<o;r++)t(e[i[r]],i[r],e);return e}function O(e,t,n){t=E(t,n);for(var i=!x(e)&&y(e),r=(i||e).length,o=Array(r),a=0;a<r;a++){var s=i?i[a]:a;o[a]=t(e[s],s,e)}return o}function dt(p){return function(e,t,n,i){var r=3<=arguments.length,o=e,a=_(t,i,4),s=n,u=!x(o)&&y(o),d=(u||o).length,c=0<p?0:d-1;for(r||(s=o[u?u[c]:c],c+=p);0<=c&&c<d;c+=p){var l=u?u[c]:c;s=a(s,o[l],l,o)}return s}}var ct=dt(1),lt=dt(-1);function R(e,i,t){var r=[];return i=E(i,t),A(e,function(e,t,n){i(e,t,n)&&r.push(e)}),r}function pt(e,t,n){t=E(t,n);for(var i=!x(e)&&y(e),r=(i||e).length,o=0;o<r;o++){var a=i?i[o]:o;if(!t(e[a],a,e))return!1}return!0}function ht(e,t,n){t=E(t,n);for(var i=!x(e)&&y(e),r=(i||e).length,o=0;o<r;o++){var a=i?i[o]:o;if(t(e[a],a,e))return!0}return!1}function N(e,t,n,i){return x(e)||(e=w(e)),0<=at(e,t,n="number"==typeof n&&!i?n:0)}var ft=c(function(e,n,i){var r,o;return p(n)?o=n:(n=S(n),r=n.slice(0,-1),n=n[n.length-1]),O(e,function(e){var t=o;if(!t){if(null==(e=r&&r.length?Ae(e,r):e))return;t=e[n]}return null==t?t:t.apply(e,i)})});function gt(e,t){return O(e,Ne(t))}function mt(e,i,t){var n,r,o=-Infinity,a=-Infinity;if(null==i||"number"==typeof i&&"object"!=typeof e[0]&&null!=e)for(var s=0,u=(e=x(e)?e:w(e)).length;s<u;s++)null!=(n=e[s])&&o<n&&(o=n);else i=E(i,t),A(e,function(e,t,n){r=i(e,t,n),(a<r||r===-Infinity&&o===-Infinity)&&(o=e,a=r)});return o}var vt=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function yt(e){return e?f(e)?u.call(e):Z(e)?e.match(vt):x(e)?O(e,Re):w(e):[]}function bt(e,t,n){if(null==t||n)return(e=x(e)?e:w(e))[$e(e.length-1)];for(var i=yt(e),n=v(i),r=(t=Math.max(Math.min(t,n),0),n-1),o=0;o<t;o++){var a=$e(o,r),s=i[o];i[o]=i[a],i[a]=s}return i.slice(0,t)}function M(o,t){return function(n,i,e){var r=t?[[],[]]:{};return i=E(i,e),A(n,function(e,t){t=i(e,t,n);o(r,e,t)}),r}}var wt=M(function(e,t,n){g(e,n)?e[n].push(t):e[n]=[t]}),St=M(function(e,t,n){e[n]=t}),It=M(function(e,t,n){g(e,n)?e[n]++:e[n]=1}),_t=M(function(e,t,n){e[n?0:1].push(t)},!0);function Et(e,t,n){return t in n}var Ct=c(function(e,t){var n={},i=t[0];if(null!=e){p(i)?(1<t.length&&(i=_(i,t[1])),t=d(e)):(i=Et,t=k(t,!1,!1),e=Object(e));for(var r=0,o=t.length;r<o;r++){var a=t[r],s=e[a];i(s,a,e)&&(n[a]=s)}}return n}),Tt=c(function(e,n){var t,i=n[0];return p(i)?(i=Ze(i),1<n.length&&(t=n[1])):(n=O(k(n,!1,!1),String),i=function(e,t){return!N(n,t)}),Ct(e,i,t)});function xt(e,t,n){return u.call(e,0,Math.max(0,e.length-(null==t||n?1:t)))}function kt(e,t,n){return null==e||e.length<1?null==t||n?void 0:[]:null==t||n?e[0]:xt(e,e.length-t)}function L(e,t,n){return u.call(e,null==t||n?1:t)}var At=c(function(e,t){return t=k(t,!0,!0),R(e,function(e){return!N(t,e)})}),Ot=c(function(e,t){return At(e,t)});function Rt(e,t,n,i){Y(t)||(i=n,n=t,t=!1),null!=n&&(n=E(n,i));for(var r=[],o=[],a=0,s=v(e);a<s;a++){var u=e[a],d=n?n(u,a,e):u;t&&!n?(a&&o===d||r.push(u),o=d):n?N(o,d)||(o.push(d),r.push(u)):N(r,u)||r.push(u)}return r}var Nt=c(function(e){return Rt(k(e,!0,!0))});function Mt(e){for(var t=e&&mt(e,v).length||0,n=Array(t),i=0;i<t;i++)n[i]=gt(e,i);return n}var Lt=c(Mt);function Pt(e,t){return e._chain?b(t).chain():t}function $t(n){return A(_e(n),function(e){var t=b[e]=n[e];b.prototype[e]=function(){var e=[this._wrapped];return D.apply(e,arguments),Pt(this,t.apply(b,e))}}),b}A(["pop","push","reverse","shift","sort","splice","unshift"],function(t){var n=i[t];b.prototype[t]=function(){var e=this._wrapped;return null!=e&&(n.apply(e,arguments),"shift"!==t&&"splice"!==t||0!==e.length||delete e[0]),Pt(this,e)}}),A(["concat","join","slice"],function(e){var t=i[e];b.prototype[e]=function(){var e=this._wrapped;return Pt(this,e=null!=e?t.apply(e,arguments):e)}});var P=$t({__proto__:null,VERSION:"1.13.6",restArguments:c,isObject:o,isNull:function(e){return null===e},isUndefined:J,isBoolean:Y,isElement:function(e){return!(!e||1!==e.nodeType)},isString:Z,isNumber:X,isDate:Q,isRegExp:ee,isError:te,isSymbol:ne,isArrayBuffer:ie,isDataView:h,isArray:f,isFunction:p,isArguments:ae,isFinite:function(e){return!ne(e)&&W(e)&&!isNaN(parseFloat(e))},isNaN:se,isTypedArray:he,isEmpty:function(e){var t;return null==e||("number"==typeof(t=v(e))&&(f(e)||Z(e)||ae(e))?0===t:0===v(y(e)))},isMatch:ge,isEqual:function(e,t){return ye(e,t)},isMap:n,isWeakMap:e,isSet:G,isWeakSet:a,keys:y,allKeys:d,values:w,pairs:function(e){for(var t=y(e),n=t.length,i=Array(n),r=0;r<n;r++)i[r]=[t[r],e[t[r]]];return i},invert:Ie,functions:_e,methods:_e,extend:Ce,extendOwn:s,assign:s,defaults:Te,create:function(e,t){return e=xe(e),t&&s(e,t),e},clone:function(e){return o(e)?f(e)?e.slice():Ce({},e):e},tap:function(e,t){return t(e),e},get:Oe,has:function(e,t){for(var n=(t=S(t)).length,i=0;i<n;i++){var r=t[i];if(!g(e,r))return!1;e=e[r]}return!!n},mapObject:function(e,t,n){t=E(t,n);for(var i=y(e),r=i.length,o={},a=0;a<r;a++){var s=i[a];o[s]=t(e[s],s,e)}return o},identity:Re,constant:ue,noop:Pe,toPath:ke,property:Ne,propertyOf:function(t){return null==t?Pe:function(e){return Oe(t,e)}},matcher:I,matches:I,times:function(e,t,n){var i=Array(Math.max(0,e));t=_(t,n,1);for(var r=0;r<e;r++)i[r]=t(r);return i},random:$e,now:C,escape:De,unescape:t,templateSettings:Ue,template:function(o,e,t){e=Te({},e=!e&&t?t:e,b.templateSettings);var t=RegExp([(e.escape||Ge).source,(e.interpolate||Ge).source,(e.evaluate||Ge).source].join("|")+"|$","g"),a=0,s="__p+='";if(o.replace(t,function(e,t,n,i,r){return s+=o.slice(a,r).replace(Be,ze),a=r+e.length,t?s+="'+\n((__t=("+t+"))==null?'':_.escape(__t))+\n'":n?s+="'+\n((__t=("+n+"))==null?'':__t)+\n'":i&&(s+="';\n"+i+"\n__p+='"),e}),s+="';\n",t=e.variable){if(!He.test(t))throw new Error("variable is not a bare identifier: "+t)}else s="with(obj||{}){\n"+s+"}\n",t="obj";s="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+s+"return __p;\n";try{throw new Error("Function constructor not supported")}catch(n){throw n.source=s,n}return(e=function(e){return(void 0).call(this,e,b)}).source="function("+t+"){\n"+s+"}",e},result:function(e,t,n){var i=(t=S(t)).length;if(!i)return p(n)?n.call(e):n;for(var r=0;r<i;r++){var o=null==e?void 0:e[t[r]];void 0===o&&(o=n,r=i),e=p(o)?o.call(e):o}return e},uniqueId:function(e){var t=++We+"";return e?e+t:t},chain:function(e){return(e=b(e))._chain=!0,e},iteratee:Le,partial:T,bind:Ve,bindAll:Ke,memoize:function(i,r){var o=function(e){var t=o.cache,n=""+(r?r.apply(this,arguments):e);return g(t,n)||(t[n]=i.apply(this,arguments)),t[n]};return o.cache={},o},delay:Je,defer:Ye,throttle:function(n,i,r){var o,a,s,u,d=0,c=(r=r||{},function(){d=!1===r.leading?0:C(),o=null,u=n.apply(a,s),o||(a=s=null)}),e=function(){var e=C(),t=(d||!1!==r.leading||(d=e),i-(e-d));return a=this,s=arguments,t<=0||i<t?(o&&(clearTimeout(o),o=null),d=e,u=n.apply(a,s),o||(a=s=null)):o||!1===r.trailing||(o=Dt(c,t)),u};return e.cancel=function(){clearTimeout(o),d=0,o=a=s=null},e},debounce:function(t,n,i){var r,o,a,s,u,d=function(){var e=C()-o;e<n?r=Dt(d,n-e):(r=null,i||(s=t.apply(u,a)),r||(a=u=null))},e=c(function(e){return u=this,a=e,o=C(),r||(r=Dt(d,n),i&&(s=t.apply(u,a))),s});return e.cancel=function(){clearTimeout(r),r=a=u=null},e},wrap:function(e,t){return T(t,e)},negate:Ze,compose:function(){var n=arguments,i=n.length-1;return function(){for(var e=i,t=n[i].apply(this,arguments);e--;)t=n[e].call(this,t);return t}},after:function(e,t){return function(){if(--e<1)return t.apply(this,arguments)}},before:Xe,once:Qe,findKey:et,findIndex:nt,findLastIndex:it,sortedIndex:rt,indexOf:at,lastIndexOf:st,find:ut,detect:ut,findWhere:function(e,t){return ut(e,I(t))},each:A,forEach:A,map:O,collect:O,reduce:ct,foldl:ct,inject:ct,reduceRight:lt,foldr:lt,filter:R,select:R,reject:function(e,t,n){return R(e,Ze(E(t)),n)},every:pt,all:pt,some:ht,any:ht,contains:N,includes:N,include:N,invoke:ft,pluck:gt,where:function(e,t){return R(e,I(t))},max:mt,min:function(e,i,t){var n,r,o=Infinity,a=Infinity;if(null==i||"number"==typeof i&&"object"!=typeof e[0]&&null!=e)for(var s=0,u=(e=x(e)?e:w(e)).length;s<u;s++)null!=(n=e[s])&&n<o&&(o=n);else i=E(i,t),A(e,function(e,t,n){((r=i(e,t,n))<a||r===Infinity&&o===Infinity)&&(o=e,a=r)});return o},shuffle:function(e){return bt(e,Infinity)},sample:bt,sortBy:function(e,i,t){var r=0;return i=E(i,t),gt(O(e,function(e,t,n){return{value:e,index:r++,criteria:i(e,t,n)}}).sort(function(e,t){var n=e.criteria,i=t.criteria;if(n!==i){if(i<n||void 0===n)return 1;if(n<i||void 0===i)return-1}return e.index-t.index}),"value")},groupBy:wt,indexBy:St,countBy:It,partition:_t,toArray:yt,size:function(e){return null==e?0:(x(e)?e:y(e)).length},pick:Ct,omit:Tt,first:kt,head:kt,take:kt,initial:xt,last:function(e,t,n){return null==e||e.length<1?null==t||n?void 0:[]:null==t||n?e[e.length-1]:L(e,Math.max(0,e.length-t))},rest:L,tail:L,drop:L,compact:function(e){return R(e,Boolean)},flatten:function(e,t){return k(e,t,!1)},without:Ot,uniq:Rt,unique:Rt,union:Nt,intersection:function(e){for(var t=[],n=arguments.length,i=0,r=v(e);i<r;i++){var o=e[i];if(!N(t,o)){for(var a=1;a<n&&N(arguments[a],o);a++);a===n&&t.push(o)}}return t},difference:At,unzip:Mt,transpose:Mt,zip:Lt,object:function(e,t){for(var n={},i=0,r=v(e);i<r;i++)t?n[e[i]]=t[i]:n[e[i][0]]=e[i][1];return n},range:function(e,t,n){null==t&&(t=e||0,e=0),n=n||(t<e?-1:1);for(var i=Math.max(Math.ceil((t-e)/n),0),r=Array(i),o=0;o<i;o++,e+=n)r[o]=e;return r},chunk:function(e,t){if(null==t||t<1)return[];for(var n=[],i=0,r=e.length;i<r;)n.push(u.call(e,i,i+=t));return n},mixin:$t,"default":b}),Ft=P.toPath;return P.mixin({toPath:function(e){return P.isString(e)?e.split("."):Ft(e)}}),P._=P}());function ge(e){return!(null==e)}function me(e){return E.isFunction(e)||E.isRegExp(e)?e:E.isArray(e)?E.map(e,me):E.isObject(e)?E.reduce(e,function(e,t,n){return e[n]=me(t),e},{}):e}var h=function(){var i=E.all,r=E.each,o=E.filter,a=E.first,s=E.find,n=E.map,u=E.pluck,d="snippet",c="pendoconfig",l="global",p="default";const h={};function e(e,t=[c],n,i){e&&!h[e]&&(n={name:e,defaultValue:n,supportedSources:t},null!=i&&(n.useAnySource=i),h[e]=n)}e("additionalApiKeys",[c,d]),e("allowedOriginServers"),e("allowMixedApiKeyFrames",[d,c],!0),e("annotateUrl",[d]),e("apiKey",[c,d]),e("assetHost",[d,c]),e("autoFrameInstall",[d,c],!1),e("blockAgentMetadata",[c],!1),e("contentHost",[d,c]),e("cookieDomain",[d,c]),e("dataHost",[d,c]),e("disableAutoInitialize"),e("disableCookies",[d,c]),e("disablePendo",[d,c],!1),e("disablePersistence",[d,c]),e("enableSignedMetadata",[c],!1),e("frameIdentitySync",[d,c],!1),e("frameIdentityTopDownOnly",[d,c],!0),e("forceAnonymous",[d,c],!1),e("identityStorageLifetime",[d,c]),e("identityStorageSuffix",[d,c]),e("ignoreHashRouting",[d,c]),e("initializeImmediately",[d,c],!1),e("installType"),e("localStorageOnly",[d,c]),e("location.pushState",[d,c],!0),e("maxCookieTTLDays",[d,c],Infinity),e("observeShadowRoots",[d,c],!1),e("pendoCore",[c],!0),e("pendoGlobalKey",[c]),e("preferBroadcastChannel",[d,c],!1),e("preferMutationObserver",[d,c],!1),e("preventCookieRefresh"),e("preventUnloadListener",[d,c],!1),e("promotedAgentMetadataConfigurations",[c]),e("queryStringWhitelist",[d]),e("requireSignedMetadata",[c],!1),e("sanitizeUrl",[d]),e("selfHosted"),e("selfHostedAgentUrl",[d,c]),e("sendEventsWithPostOnly",[d,c],!1),e("siblingSelectors"),e("dropAnonymous"),e("allowedText",[d,c],[]),e("analytics.excludeEvents",[d,c],[]),e("enableDebugEvents",[d,c]),e("freeNPSData"),e("eventPropertyConfigurations"),e("eventPropertyMatchParents",[d,c],!0),e("excludeAllText",[c,d],!1,!0),e("excludeNonGuideAnalytics",[d,c],!1),e("htmlAttributeBlacklist"),e("htmlAttributes"),e("interceptElementRemoval",[d,c],!1),e("interceptPreventDefault",[d,c],!0),e("interceptStopPropagation",[d,c],!0),e("syntheticClicks.elementRemoval",[d,c],!1),e("syntheticClicks.targetChanged",[d,c],!0),e("xhrWhitelist"),e("appAutoOrdering",[d,c]),e("cacheGuides",[d,c],!1),e("cacheGuidesTimeout",[c],6e5),e("delayGuides",[d]),e("disableDesigner",[c,d],!1),e("disableDesignerKeyboardShortcut",[c],!1),e("disableGlobalCSS",[d,c],!1),e("disableGuidePseudoStyles",[d,c],!1),e("disableGuides",[d]),e("disablePrefetch",[d,c]),e("enableDesignerKeyboardShortcut",[d]),e("enableGuideTimeout",[c,d],!1),e("guideCssAssetPath"),e("guideSeenTimeoutLength",[c,d],1e4),e("guideTimeout",[d]),e("guideValidation",[d,c],!1),e("guides.attachPoint",[d]),e("guides.delay",[d]),e("guides.disabled",[d]),e("guides.ejectOnTimeout",[d,c],!1),e("guides.globalScripts",[d,c],[]),e("guides.timeout",[d]),e("guides.tooltip.arrowSize",[d]),e("inlineStyleNonce",[d]),e("leaderKey",[d,c],[]),e("preventCodeInjection",[c,d,l],!1),e("previewModeAssetPath"),e("storage.allowKeys",[d],"*"),e("disableFeedback",[d]),e("disableFeedbackAutoInit"),e("feedbackSettings",[c],{}),e("pendoFeedback",[c],!1),e("crossAppGuideStorageSuffix",[d,c]),e("enableCrossOriginIsolation",[d,c],!1),e("adoptHost"),e("adoptAnalyticsForwarding"),e("agentDebuggerPluginLoader"),e("allowPartnerAnalyticsForwarding",[d],!1),e("adoptPrioritizeAdoptGuides",[c],!1),e("designerAgentPluginsLoader",[c,d]),e("trainingPartner"),e("errorClickLogging",[c],!1),e("forceParentDesigner",[d]),e("enableAllEmbeddedGuideEvents",[c],!1),e("formValidation",[c],!1);var f={};function g(e){return h[e]||{name:e}}function m(e,t){if(t)return t=t(),ge(e=E.get(t.lookup,(t=e,E.get(t,"key")||E.get(t,"name"))))?e:undefined}function v(e,t){var n=m(e,f[t]);return new w(e.name,n,t)}function y(e,t){return t=t||E.get(e,"supportedSources",[d,c,l]),o(n(t,E.partial(v,e)),function(e){return ge(e.value)})}function b(e,t,n){var i=g(e),e=new w(e,t=t||E.get(i,"defaultValue",null),p),n=y(i,n);return i.useAnySource&&ge(t)?s(n,function(e){return e.value!==t})||e:a(n)||e}function w(e,t,n){this.name=e,this.value=t,this.source=n}function S(){var n=[];return r(h,function(e){var t;n.push({name:e.name,active:b(e.name),conflicts:(e=g(e=e.name),(t=o(y(e),function(e){return e.source!==p})).length<2||i(u(t,"value"),function(e){return e===t[0].value})?[]:t)})}),n}return f[d]=function(){return{lookup:fe||window.pendo_options,name:d}},f[c]=function(){return{lookup:Z,name:c}},f[l]=function(){return{lookup:I,name:l}},w.prototype.toString=function(){return"Config option `"+this.name+"` with value `"+this.value+"` from source `"+this.source+"`"},{audit:S,get:function(e,t){return b(e,t).value},getLocalConfig:function(e,t){return arguments.length?b(e,t,[d]).value:me(fe)},getHostedConfig:function(e,t){return b(e,t,[c]).value},addOption:e,setLocalConfig:function(e){fe=e},options:()=>u(h,"name"),sources:{SNIPPET_SRC:d,PENDO_CONFIG_SRC:c,GLOBAL_SRC:l,DEFAULT_SRC:p},validate:function(t){t.groupCollapsed("Validate Config options"),r(S(),function(e){t.log(String(e.active)),0<e.conflicts.length&&(t.warn("Multiple sources found with values for "+e.name),r(e.conflicts,function(e){t.warn(String(e))}))}),t.groupEnd()}}}(),ve="prod",ye="extension",be="native";function we(){return h.get("installType")||be}function Se(e){var t;return e===ve?"pendo-io-static":"prod-jp"===e?"pendo-jp-prod-static":"pendo-"+((t=/^prod-(.+)$/.exec(e))&&1<t.length?t[1]:e)+"-static"}var Ie,_e=function(e,t){return e=e||10,(t=!isNaN(ke)&&(!t||ke<t))&&Ie<e};function Ee(e){return parseInt(e,10)}var Ce=function(e){return E.isString(e)?e.toLowerCase():e};function Te(){return(window.navigator||{}).userAgent}t=Te(),n=Ee((/msie (\d+)/.exec(Ce(t))||[])[1]),Ie=n=isNaN(n)?Ee((/trident\/.*; rv:(\d+)/.exec(Ce(t))||[])[1]):n;var xe,ke=function(e,t){e=Ee((/trident\/(\d+)/.exec(Ce(e))||[])[1]);return e=isNaN(e)&&7==t?3:e}(Te(),Ie),Ae={},Oe=Ee((/android (\d+)/.exec(Ce(Te()))||[])[1]),Re=/Boxee/i.test(Te()),Ne=window.document||{},Me=Ne.documentMode,Le=/^(Moz|webkit|O|ms)(?=[A-Z])/,Pe=Ne.body&&Ne.body.style,e=!1,t=!1;if(Pe){for(var $e in Pe)if($e=Le.exec($e)){xe=(xe=$e[0]).substr(0,1).toUpperCase()+xe.substr(1);break}xe=xe||"WebkitOpacity"in Pe&&"webkit",e=!!("transition"in Pe||xe+"Transition"in Pe),t=!!("animation"in Pe||xe+"Animation"in Pe),!Oe||e&&t||(e=E.isString(Ne.body.style.webkitTransition),t=E.isString(Ne.body.style.webkitAnimation))}var Fe={supportsHistoryApi:E.memoize(function(){var e=window.history&&window.history.pushState&&window.history.replaceState,t=window.history&&E.isFunction(Object.isFrozen)&&Object.isFrozen(window.history),n=window.history&&E.isFunction(Object.getOwnPropertyDescriptors)&&Object.getOwnPropertyDescriptors(window.history),n=n&&E.get(n,"pushState.writable",!0)&&E.get(n,"replaceState.writable",!0),i=!(Oe<4),r=we()===ye;return!(!e||t||!n||!i||Re||r)}),supportsHashChange:function(){var e="onhashchange"in window,t=!Me||7<Me,n=we()===ye;return!(!e||!t||n)},hasEvent:function(e){var t;return("input"!=e||9!=Ie)&&(E.isUndefined(Ae[e])&&(t=Ne.createElement("div"),Ae[e]="on"+e in t),Ae[e])},vendorPrefix:xe,transitions:e,animations:t,android:Oe,msie:Ie,msieDocumentMode:Me,safari:/apple/i.test(navigator.vendor),sri:"integrity"in document.createElement("script"),addEventListener:E.isFunction(window.addEventListener),MutationObserver:/native/.test(window.MutationObserver),isMinimumIEVersion:function(e){return!(!isNaN(this.msie)&&null!=this.msie)||this.msie>=e},isMobileUserAgent:E.memoize(function(){return/Android|webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini/i.test(Te())})},De=function(){return!isNaN(Ie)&&11!=Ie&&"CSS1Compat"!==document.compatMode},Ue=function(e,t){var n,i=e.height,r=e.width;return"top"==e.arrowPosition||"bottom"==e.arrowPosition?(n=0,"top"==e.arrowPosition?(e.top=t.top+t.height,n=-1,e.arrow.top=3,Ie<=9&&(e.arrow.top=6)):"bottom"==e.arrowPosition&&(e.top=t.top-(i+I.TOOLTIP_ARROW_SIZE),e.arrow.top=i-I.TOOLTIP_ARROW_SIZE,10==Ie?e.arrow.top--:Ie<=9&&(e.arrow.top+=4),n=1),"left"==e.arrow.hbias?(e.left=t.left+t.width/2-(10+2*I.TOOLTIP_ARROW_SIZE),e.arrow.left=10+I.TOOLTIP_ARROW_SIZE):"right"==e.arrow.hbias?(e.left=t.left-r+t.width/2+(10+2*I.TOOLTIP_ARROW_SIZE),e.arrow.left=r-3*I.TOOLTIP_ARROW_SIZE-10):(e.left=t.left+t.width/2-r/2,e.arrow.left=r/2-I.TOOLTIP_ARROW_SIZE),e.arrow.border.top=e.arrow.top+n,e.arrow.border.left=e.arrow.left):("left"==e.arrow.hbias?(e.left=t.left+t.width,e.arrow.left=1,e.arrow.left+=5,e.arrow.border.left=e.arrow.left-1):"right"==e.arrow.hbias&&(e.left=Math.max(0,t.left-r-I.TOOLTIP_ARROW_SIZE),e.arrow.left=r-I.TOOLTIP_ARROW_SIZE-1,e.arrow.left+=5,e.arrow.border.left=e.arrow.left+1),e.top=t.top+t.height/2-i/2,e.arrow.top=i/2-I.TOOLTIP_ARROW_SIZE,e.arrow.border.top=e.arrow.top),e},Ge="",je="",Be="",ze="",n="",He="2.279.2_",Pe="2.279.2",We="xhr",qe=function(){return De()?He+"+quirksmode":He};function Ve(){return(pe("installType")||le().installType)===ye}function Ke(){return-1!==Ge.indexOf("prod")}var Je=/^\s+|\s+$/g;function Ye(e){for(var t=[],n=0;n<e.length;n++){var i=e.charCodeAt(n);i<128?t.push(i):i<2048?t.push(192|i>>6,128|63&i):i<55296||57344<=i?t.push(224|i>>12,128|i>>6&63,128|63&i):(n++,i=65536+((1023&i)<<10|1023&e.charCodeAt(n)),t.push(240|i>>18,128|i>>12&63,128|i>>6&63,128|63&i))}return t}var Ze=(Ze=String.prototype.trim)||function(){return this.replace(Je,"")},e={exports:{}};!function(){var X=void 0,Q=!0,o=this;function e(e,t){var n,i=e.split("."),r=o;i[0]in r||!r.execScript||r.execScript("var "+i[0]);for(;i.length&&(n=i.shift());)i.length||t===X?r=r[n]||(r[n]={}):r[n]=t}var ee="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Uint32Array;function te(e,t){if(this.index="number"==typeof t?t:0,this.e=0,this.buffer=e instanceof(ee?Uint8Array:Array)?e:new(ee?Uint8Array:Array)(32768),2*this.buffer.length<=this.index)throw Error("invalid index");this.buffer.length<=this.index&&u(this)}function u(e){var t,n=e.buffer,i=n.length,r=new(ee?Uint8Array:Array)(i<<1);if(ee)r.set(n);else for(t=0;t<i;++t)r[t]=n[t];return e.buffer=r}te.prototype.b=function(e,t,n){var i,r=this.buffer,o=this.index,a=this.e,s=r[o];if(n&&1<t&&(e=8<t?(d[255&e]<<24|d[e>>>8&255]<<16|d[e>>>16&255]<<8|d[e>>>24&255])>>32-t:d[e]>>8-t),t+a<8)s=s<<t|e,a+=t;else for(i=0;i<t;++i)s=s<<1|e>>t-i-1&1,8==++a&&(a=0,r[o++]=d[s],s=0,o===r.length)&&(r=u(this));r[o]=s,this.buffer=r,this.e=a,this.index=o},te.prototype.finish=function(){var e=this.buffer,t=this.index;return 0<this.e&&(e[t]<<=8-this.e,e[t]=d[e[t]],t++),ee?e.subarray(0,t):(e.length=t,e)};for(var t=new(ee?Uint8Array:Array)(256),n=0;n<256;++n){for(var i=a=n,r=7,a=a>>>1;a;a>>>=1)i=i<<1|1&a,--r;t[n]=(i<<r&255)>>>0}var d=t;function c(e){this.buffer=new(ee?Uint16Array:Array)(2*e),this.length=0}function s(e,t){this.d=ne,this.i=0,this.input=ee&&e instanceof Array?new Uint8Array(e):e,this.c=0,t&&(t.lazy&&(this.i=t.lazy),"number"==typeof t.compressionType&&(this.d=t.compressionType),t.outputBuffer&&(this.a=ee&&t.outputBuffer instanceof Array?new Uint8Array(t.outputBuffer):t.outputBuffer),"number"==typeof t.outputIndex)&&(this.c=t.outputIndex),this.a||(this.a=new(ee?Uint8Array:Array)(32768))}c.prototype.getParent=function(e){return 2*((e-2)/4|0)},c.prototype.push=function(e,t){var n,i,r=this.buffer,o=this.length;for(r[this.length++]=t,r[this.length++]=e;0<o&&(n=this.getParent(o),r[o]>r[n]);)i=r[o],r[o]=r[n],r[n]=i,i=r[o+1],r[o+1]=r[n+1],r[n+1]=i,o=n;return this.length},c.prototype.pop=function(){var e,t,n,i=this.buffer,r=i[0],o=i[1];for(this.length-=2,i[0]=i[this.length],i[1]=i[this.length+1],n=0;!((t=2*n+2)>=this.length)&&(t+2<this.length&&i[t+2]>i[t]&&(t+=2),i[t]>i[n]);)e=i[n],i[n]=i[t],i[t]=e,e=i[n+1],i[n+1]=i[t+1],i[t+1]=e,n=t;return{index:o,value:r,length:this.length}};for(var ne=2,l={NONE:0,h:1,g:ne,n:3},ie=[],p=0;p<288;p++)switch(Q){case p<=143:ie.push([p+48,8]);break;case p<=255:ie.push([p-144+400,9]);break;case p<=279:ie.push([p-256,7]);break;case p<=287:ie.push([p-280+192,8]);break;default:throw"invalid literal: "+p}function b(e,t){this.length=e,this.k=t}s.prototype.f=function(){var e,t,$,n=this.input;switch(this.d){case 0:for(t=0,$=n.length;t<$;){var F,D,i=r=ee?n.subarray(t,t+65535):n.slice(t,t+65535),r=(t+=r.length)===$,o=X,a=this.a,s=this.c;if(ee){for(a=new Uint8Array(this.a.buffer);a.length<=s+i.length+5;)a=new Uint8Array(a.length<<1);a.set(this.a)}if(a[s++]=0|(r?1:0),F=65536+~(r=i.length)&65535,a[s++]=255&r,a[s++]=r>>>8&255,a[s++]=255&F,a[s++]=F>>>8&255,ee)a.set(i,s),s+=i.length,a=a.subarray(0,s);else{for(o=0,D=i.length;o<D;++o)a[s++]=i[o];a.length=s}this.c=s,this.a=a}break;case 1:for(var u,d=new te(ee?new Uint8Array(this.a.buffer):this.a,this.c),c=(d.b(1,1,Q),d.b(1,2,Q),re(this,n)),l=0,U=c.length;l<U;l++)if(u=c[l],te.prototype.b.apply(d,ie[u]),256<u)d.b(c[++l],c[++l],Q),d.b(c[++l],5),d.b(c[++l],c[++l],Q);else if(256===u)break;this.a=d.finish(),this.c=this.a.length;break;case ne:var p,h,f,g,m,v,y,G,b,w,S,j,I=new te(ee?new Uint8Array(this.a.buffer):this.a,this.c),B=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],z=Array(19),_=ne;for(I.b(1,1,Q),I.b(_,2,Q),p=re(this,n),_=ae(m=oe(this.m,15)),L=ae(v=oe(this.l,7)),h=286;257<h&&0===m[h-1];h--);for(f=30;1<f&&0===v[f-1];f--);for(var E,C,T,x,k,H=h,W=f,A=new(ee?Uint32Array:Array)(H+W),O=new(ee?Uint32Array:Array)(316),R=new(ee?Uint8Array:Array)(19),N=E=0;N<H;N++)A[E++]=m[N];for(N=0;N<W;N++)A[E++]=v[N];if(!ee)for(N=0,T=R.length;N<T;++N)R[N]=0;for(N=x=0,T=A.length;N<T;N+=E){for(E=1;N+E<T&&A[N+E]===A[N];++E);if(C=E,0===A[N])if(C<3)for(;0<C--;)R[O[x++]=0]++;else for(;0<C;)(k=C-3<(k=C<138?C:138)&&k<C?C-3:k)<=10?(O[x++]=17,O[x++]=k-3,R[17]++):(O[x++]=18,O[x++]=k-11,R[18]++),C-=k;else if(O[x++]=A[N],R[A[N]]++,--C<3)for(;0<C--;)O[x++]=A[N],R[A[N]]++;else for(;0<C;)C-3<(k=C<6?C:6)&&k<C&&(k=C-3),O[x++]=16,O[x++]=k-3,R[16]++,C-=k}for(e=ee?O.subarray(0,x):O.slice(0,x),y=oe(R,7),S=0;S<19;S++)z[S]=y[B[S]];for(g=19;4<g&&0===z[g-1];g--);for(G=ae(y),I.b(h-257,5,Q),I.b(f-1,5,Q),I.b(g-4,4,Q),S=0;S<g;S++)I.b(z[S],3,Q);for(S=0,j=e.length;S<j;S++)if(b=e[S],I.b(G[b],y[b],Q),16<=b){switch(S++,b){case 16:w=2;break;case 17:w=3;break;case 18:w=7;break;default:throw"invalid code: "+b}I.b(e[S],w,Q)}for(var M,q,_=[_,m],L=[L,v],V=_[0],K=_[1],J=L[0],Y=L[1],P=0,Z=p.length;P<Z;++P)if(M=p[P],I.b(V[M],K[M],Q),256<M)I.b(p[++P],p[++P],Q),q=p[++P],I.b(J[q],Y[q],Q),I.b(p[++P],p[++P],Q);else if(256===M)break;this.a=I.finish(),this.c=this.a.length;break;default:throw"invalid compression type"}return this.a};var h=function(){for(var e,t=[],n=3;n<=258;n++)e=function(e){switch(Q){case 3===e:return[257,e-3,0];case 4===e:return[258,e-4,0];case 5===e:return[259,e-5,0];case 6===e:return[260,e-6,0];case 7===e:return[261,e-7,0];case 8===e:return[262,e-8,0];case 9===e:return[263,e-9,0];case 10===e:return[264,e-10,0];case e<=12:return[265,e-11,1];case e<=14:return[266,e-13,1];case e<=16:return[267,e-15,1];case e<=18:return[268,e-17,1];case e<=22:return[269,e-19,2];case e<=26:return[270,e-23,2];case e<=30:return[271,e-27,2];case e<=34:return[272,e-31,2];case e<=42:return[273,e-35,3];case e<=50:return[274,e-43,3];case e<=58:return[275,e-51,3];case e<=66:return[276,e-59,3];case e<=82:return[277,e-67,4];case e<=98:return[278,e-83,4];case e<=114:return[279,e-99,4];case e<=130:return[280,e-115,4];case e<=162:return[281,e-131,5];case e<=194:return[282,e-163,5];case e<=226:return[283,e-195,5];case e<=257:return[284,e-227,5];case 258===e:return[285,e-258,0];default:throw"invalid length: "+e}}(n),t[n]=e[2]<<24|e[1]<<16|e[0];return t}(),w=ee?new Uint32Array(h):h;function re(e,t){function n(e,t){var n,i,r,o=e.k,a=[],s=0,u=w[e.length];switch(a[s++]=65535&u,a[s++]=u>>16&255,a[s++]=u>>24,Q){case 1===o:n=[0,o-1,0];break;case 2===o:n=[1,o-2,0];break;case 3===o:n=[2,o-3,0];break;case 4===o:n=[3,o-4,0];break;case o<=6:n=[4,o-5,1];break;case o<=8:n=[5,o-7,1];break;case o<=12:n=[6,o-9,2];break;case o<=16:n=[7,o-13,2];break;case o<=24:n=[8,o-17,3];break;case o<=32:n=[9,o-25,3];break;case o<=48:n=[10,o-33,4];break;case o<=64:n=[11,o-49,4];break;case o<=96:n=[12,o-65,5];break;case o<=128:n=[13,o-97,5];break;case o<=192:n=[14,o-129,6];break;case o<=256:n=[15,o-193,6];break;case o<=384:n=[16,o-257,7];break;case o<=512:n=[17,o-385,7];break;case o<=768:n=[18,o-513,8];break;case o<=1024:n=[19,o-769,8];break;case o<=1536:n=[20,o-1025,9];break;case o<=2048:n=[21,o-1537,9];break;case o<=3072:n=[22,o-2049,10];break;case o<=4096:n=[23,o-3073,10];break;case o<=6144:n=[24,o-4097,11];break;case o<=8192:n=[25,o-6145,11];break;case o<=12288:n=[26,o-8193,12];break;case o<=16384:n=[27,o-12289,12];break;case o<=24576:n=[28,o-16385,13];break;case o<=32768:n=[29,o-24577,13];break;default:throw"invalid distance"}for(u=n,a[s++]=u[0],a[+s]=u[1],a[5]=u[2],i=0,r=a.length;i<r;++i)h[f++]=a[i];m[a[0]]++,v[a[3]]++,g=e.length+t-1,c=null}var i,r,o,a,s,u,d,c,l,p={},h=ee?new Uint16Array(2*t.length):[],f=0,g=0,m=new(ee?Uint32Array:Array)(286),v=new(ee?Uint32Array:Array)(30),y=e.i;if(!ee){for(o=0;o<=285;)m[o++]=0;for(o=0;o<=29;)v[o++]=0}for(m[256]=1,i=0,r=t.length;i<r;++i){for(o=s=0,a=3;o<a&&i+o!==r;++o)s=s<<8|t[i+o];if(p[s]===X&&(p[s]=[]),u=p[s],!(0<g--)){for(;0<u.length&&32768<i-u[0];)u.shift();if(r<=i+3){for(c&&n(c,-1),o=0,a=r-i;o<a;++o)l=t[i+o],h[f++]=l,++m[l];break}0<u.length?(d=function(e,t,n){var i,r,o,a,s,u,d=0,c=e.length;a=0,u=n.length;e:for(;a<u;a++){if(i=n[u-a-1],(o=3)<d){for(s=d;3<s;s--)if(e[i+s-1]!==e[t+s-1])continue e;o=d}for(;o<258&&t+o<c&&e[i+o]===e[t+o];)++o;if(d<o&&(r=i,d=o),258===o)break}return new b(d,t-r)}(t,i,u),c?c.length<d.length?(l=t[i-1],h[f++]=l,++m[l],n(d,0)):n(c,-1):d.length<y?c=d:n(d,0)):c?n(c,-1):(l=t[i],h[f++]=l,++m[l])}u.push(i)}return h[f++]=256,m[256]++,e.m=m,e.l=v,ee?h.subarray(0,f):h}function oe(e,t){var n,i,r,o,a,s=e.length,u=new c(572),d=new(ee?Uint8Array:Array)(s);if(!ee)for(o=0;o<s;o++)d[o]=0;for(o=0;o<s;++o)0<e[o]&&u.push(o,e[o]);if(n=Array(u.length/2),i=new(ee?Uint32Array:Array)(u.length/2),1===n.length)d[u.pop().index]=1;else{for(o=0,a=u.length/2;o<a;++o)n[o]=u.pop(),i[o]=n[o].value;for(r=function(e,n,t){var i,r,o,a,s,u=new(ee?Uint16Array:Array)(t),d=new(ee?Uint8Array:Array)(t),c=new(ee?Uint8Array:Array)(n),l=Array(t),p=Array(t),h=Array(t),f=(1<<t)-n,g=1<<t-1;for(u[t-1]=n,r=0;r<t;++r)f<g?d[r]=0:(d[r]=1,f-=g),f<<=1,u[t-2-r]=(u[t-1-r]/2|0)+n;for(u[0]=d[0],l[0]=Array(u[0]),p[0]=Array(u[0]),r=1;r<t;++r)u[r]>2*u[r-1]+d[r]&&(u[r]=2*u[r-1]+d[r]),l[r]=Array(u[r]),p[r]=Array(u[r]);for(i=0;i<n;++i)c[i]=t;for(o=0;o<u[t-1];++o)l[t-1][o]=e[o],p[t-1][o]=o;for(i=0;i<t;++i)h[i]=0;for(1===d[t-1]&&(--c[0],++h[t-1]),r=t-2;0<=r;--r){for(a=i=0,s=h[r+1],o=0;o<u[r];o++)(a=l[r+1][s]+l[r+1][s+1])>e[i]?(l[r][o]=a,p[r][o]=n,s+=2):(l[r][o]=e[i],p[r][o]=i,++i);h[r]=0,1===d[r]&&function m(e){var t=p[e][h[e]];t===n?(m(e+1),m(e+1)):--c[t],++h[e]}(r)}return c}(i,i.length,t),o=0,a=n.length;o<a;++o)d[n[o].index]=r[o]}return d}function ae(e){for(var t,n,i=new(ee?Uint16Array:Array)(e.length),r=[],o=[],a=0,s=0,u=e.length;s<u;s++)r[e[s]]=1+(0|r[e[s]]);for(s=1,u=16;s<=u;s++)a=(o[s]=a)+(0|r[s])<<1;for(s=0,u=e.length;s<u;s++)for(a=o[e[s]],o[e[s]]+=1,t=i[s]=0,n=e[s];t<n;t++)i[s]=i[s]<<1|1&a,a>>>=1;return i}function f(e,t){this.input=e,this.a=new(ee?Uint8Array:Array)(32768),this.d=S.g;var n,i={};for(n in(t?"number"==typeof t.compressionType:(t={},0))&&(this.d=t.compressionType),t)i[n]=t[n];i.outputBuffer=this.a,this.j=new s(this.input,i)}var g,m,v,y,S=l,I=(f.prototype.f=function(){var e,t,n=0,i=this.a,r=Math.LOG2E*Math.log(32768)-8<<4|8;switch(i[n++]=r,8,this.d){case S.NONE:t=0;break;case S.h:t=1;break;case S.g:t=2;break;default:throw Error("unsupported compression type")}i[+n]=(e=t<<6|0)|31-(256*r+e)%31;var o=this.input;if("string"==typeof o){for(var a=o.split(""),s=0,u=a.length;s<u;s++)a[s]=(255&a[s].charCodeAt(0))>>>0;o=a}for(var d,c=1,l=0,p=o.length,h=0;0<p;){for(p-=d=1024<p?1024:p;l+=c+=o[h++],--d;);c%=65521,l%=65521}return r=(l<<16|c)>>>0,this.j.c=2,n=(i=this.j.f()).length,ee&&((i=new Uint8Array(i.buffer)).length<=n+4&&(this.a=new Uint8Array(i.length+4),this.a.set(i),i=this.a),i=i.subarray(0,n+4)),i[n++]=r>>24&255,i[n++]=r>>16&255,i[n++]=r>>8&255,i[+n]=255&r,i},e("Zlib.Deflate",f),e("Zlib.Deflate.compress",function(e,t){return new f(e,t).f()}),e("Zlib.Deflate.prototype.compress",f.prototype.f),{NONE:S.NONE,FIXED:S.h,DYNAMIC:S.g});if(Object.keys)g=Object.keys(I);else for(m in g=[],v=0,I)g[v++]=m;for(v=0,y=g.length;v<y;++v)e("Zlib.Deflate.CompressionType."+(m=g[v]),I[m])}.call(e.exports);var Xe={Deflate:p(e.exports).Zlib.Deflate},Qe="base64url";function et(e,t){t=t||Qe;e=Ye("string"==typeof e?e:JSON.stringify(e)),e=new Xe.Deflate(e).compress();return t===Qe?c.uint8ToBase64(e):e}t={exports:{}};!function(){var o=this;function e(e,t){var n,i=e.split("."),r=o;i[0]in r||!r.execScript||r.execScript("var "+i[0]);for(;i.length&&(n=i.shift());)i.length||void 0===t?r=r[n]||(r[n]={}):r[n]=t}var a={c:function(e,t,n){return a.update(e,0,t,n)},update:function(e,t,n,i){var r=a.a,o="number"==typeof n?n:n=0,i="number"==typeof i?i:e.length;for(t^=4294967295,o=7&i;o--;++n)t=t>>>8^r[255&(t^e[n])];for(o=i>>3;o--;n+=8)t=(t=(t=(t=(t=(t=(t=(t=t>>>8^r[255&(t^e[n])])>>>8^r[255&(t^e[n+1])])>>>8^r[255&(t^e[n+2])])>>>8^r[255&(t^e[n+3])])>>>8^r[255&(t^e[n+4])])>>>8^r[255&(t^e[n+5])])>>>8^r[255&(t^e[n+6])])>>>8^r[255&(t^e[n+7])];return(4294967295^t)>>>0},d:function(e,t){return(a.a[255&(e^t)]^e>>>8)>>>0},b:[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117]};a.a="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Uint32Array?new Uint32Array(a.b):a.b,e("Zlib.CRC32",a),e("Zlib.CRC32.calc",a.c),e("Zlib.CRC32.update",a.update)}.call(t.exports);var tt={CRC32:p(t.exports).Zlib.CRC32},nt=function(e,n){var i;return 200<=(n=n||0)?e:E.isArray(e)?E.map(e,function(e){return nt(e,n+1)}):!E.isObject(e)||E.isDate(e)||E.isRegExp(e)||E.isElement(e)?E.isString(e)?E.escape(e):e:(i={},E.each(e,function(e,t){i[t]=nt(e,n+1)}),i)},it=function(e){e=Ye(e);return c.uint8ToBase64(e)},rt=function(e){if(void 0!==e)return e=Ye(e=E.isString(e)?e:JSON.stringify(e)),tt.CRC32.calc(e,0,e.length)};function ot(e){return e[Math.floor(Math.random()*e.length)]}function at(e){for(var t="abcdefghijklmnopqrstuvwxyz",n="",i=(t+t.toUpperCase()+"1234567890").split(""),r=0;r<e;r++)n+=ot(i);return n}var st=function(e,t,n){return!(!ge(e)||!ge(t))&&(n&&(e=e.toLowerCase(),t=t.toLowerCase()),-1<e.indexOf(t))};function v(){return(new Date).getTime()}function ut(){return"undefined"!=typeof $A&&E.isFunction($A.get)&&E.isString($A.get("$Browser.formFactor"))}function dt(e,t=window){var n="__symbol__";if("undefined"!=typeof Zone&&E.isFunction(Zone[n])){n=t[Zone[n](e)];if(E.isFunction(n))return n}return t[e]}e=window;var ct=E.isFunction(e.isFinite)?e.isFinite:e.Number&&E.isFunction(e.Number.isFinite)?e.Number.isFinite:function(e){return e!=Infinity&&e!=-Infinity&&!isNaN(e)};function lt(e){return"number"==typeof e&&ct(e)&&Math.floor(e)===e}function pt(e,t,n,i){(t=t||{}).maxRetries=lt(t.maxRetries)?t.maxRetries:10,t.delay=lt(t.delay)?t.delay:50,t.exponentialBackoff=t.exponentialBackoff||!1;var r=function(e){return e&&"[object Function]"==={}.toString.call(e)},o=r(n)?n:function(){},a=r(i)?i:function(){},n=e();n?o(n):0<t.maxRetries?Dt(function(){t.maxRetries=--t.maxRetries,t.delay=t.exponentialBackoff?2*t.delay:t.delay,pt(e,t,o,a)},t.delay):(a||function(){})()}var ht=function(e){e=e.match(/-?[\d,]+\.?([\d,]+)*/);return e?parseFloat(e[0].replace(/,/g,"")):null};function ft(e){return E.isObject(e)&&E.isFunction(e.then)}var gt,mt=E.isFunction(window.decodeURIComponent)?window.decodeURIComponent:E.identity,vt=E.isFunction(window.encodeURIComponent)?window.encodeURIComponent:E.identity;class yt{constructor(e,t,n){this.type="log",this.logged=!1,this.level=e,this.message=t,this.attributes=n}toString(){let e=this.message;return this.error&&e!==this.error.message&&(e=e+":"+this.error.message),this.attributes&&(e+=": "+E.map(this.attributes,(e,t)=>t+"="+e)),e}hashCode(){return this.toString()}}(t=gt=gt||{}).Debug="debug",t.Info="info",t.Warn="warn",t.Error="error",t.Critical="critical";class bt extends class{constructor(){this.listeners={}}addEventListener(e,t){let n=this.listeners[e];n||(n=[],this.listeners[e]=n),E.findIndex(n,e=>t===e)<0&&n.push(t)}removeEventListener(e,t){var n,i=this.listeners[e];i&&0<=(n=E.findIndex(i,e=>t===e))&&(i.splice(n,1),i.length||delete this.listeners[e])}dispatchEvent(t){var e=this.listeners[t.type];e&&E.each(e,e=>{e(t)})}}{write(e,t,n){this.dispatchEvent(new yt(t,e,n))}writeError(e,t,n){let i,r;E.isString(e)?(i=e,r={message:i}):(r=e,i=r.message),n&&n.error&&(r=n.error,delete n.error);e=new yt(t,i,n);e.error=r,this.dispatchEvent(e)}debug(e,t){this.write(e,gt.Debug,t)}info(e,t){this.write(e,gt.Info,t)}warn(e,t){this.writeError(e,gt.Warn,t)}error(e,t){this.writeError(e,gt.Error,t)}critical(e,t){this.writeError(e,gt.Critical,t)}}const C=new bt;function wt(e){if(e)return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}const St=function(){var e=h.get("storage.allowKeys")||"*";return E.isArray(e)?E.indexBy(e):e};function It(t,n,i){return function(){try{return n.apply(t,arguments)}catch(e){return i}}}function _t(n){E.forEach(E.keys(n),function(e){try{/^_?pendo_/.test(e)&&n.removeItem(e)}catch(t){}})}function Et(e){var t=E.noop,t={getItem:()=>null,setItem:t,removeItem:t,clearPendo:t};try{var n=e();return n?{getItem:It(n,n.getItem,null),setItem:It(n,n.setItem),removeItem:It(n,n.removeItem),clearPendo:E.partial(_t,n)}:t}catch(i){return t}}var Ct,Tt=Et(function(){return window.localStorage}),xt=Et(function(){return window.sessionStorage}),kt={},At=!0,Ot=function(){return h.get("localStorageOnly")},Rt=function(){return!!h.get("disableCookies")};function Nt(e){At=e}var Mt=function(e){var t=Rt()||Ot()?kt[e]:document.cookie;return(e=new RegExp("(^|; )"+e+"=([^;]*)").exec(t))?mt(e[2]):null},Lt=function(e,t,n,i){var r,o;!At||h.get("preventCookieRefresh")&&Mt(e)===t||(o=Bt(n),(r=new Date).setTime(r.getTime()+o),o=e+"="+vt(t)+(n?";expires="+r.toUTCString():"")+"; path=/"+("https:"===document.location.protocol||i?";secure":"")+"; SameSite=Strict",Ct&&(o+=";domain="+Ct),Rt()||Ot()?kt[e]=o:document.cookie=o)};function Pt(e){Ct?Lt(e,""):document.cookie=e+"=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT"}var $t=function(e,t){return`_pendo_${e}.`+(t||I.apiKey)},Ft=function(e,t){return Mt($t(e,t))};const Gt=864e5,jt=100*Gt,Bt=(e=jt)=>{var t=h.get("maxCookieTTLDays"),t=t<Infinity?t*Gt:Infinity;return Math.min(e,t)};var zt=function(e,t,n,i,r){n=n||jt,Lt($t(e,r),t,n,i)};class Ht{constructor(){this.keys={}}addLocal(e){this._add(e,"local")}addSession(e){this._add(e,"session")}hasLocal(e){return this._has(e,"local")}hasSession(e){return this._has(e,"session")}_add(e,t){this.keys[e]||(this.keys[e]=t)}_has(e,t){return this.keys[e]===t}}var Wt,qt,Vt,Kt,y,f=function(){const o=new Ht;function e(i,r){return function(e){var t,n;if(t=e,"*"===(n=St())||n[t])return o[r](e)||C.warn(`storage key ${e} is not registered`),i.apply(this,arguments);C.debug(`writing storage key ${e} is not allowed`)}}function u(){return!Rt()&&!Ct&&d("localStorage")}var d=E.memoize(function(e){try{var t=window[e],n="__storage_test__";return t.setItem(n,n),t.removeItem(n),!0}catch(i){return i instanceof DOMException&&(22===i.code||1014===i.code||"QuotaExceededError"===i.name||"NS_ERROR_DOM_QUOTA_REACHED"===i.name)&&t&&0!==t.length}});function c(e){e.cache&&(e.cache={})}function r(e,t,n){t=t?e:$t(e,n);if(u())return localStorage.removeItem(t);Pt(t)}const t=E.extend({},xt),n=(t.setItem=e(t.setItem,"hasSession"),E.extend({},Tt));return n.setItem=e(n.setItem,"hasLocal"),{read:function(e,t,n){var i;return u()?(i=t?e:$t(e,n),null===(i=function(e){if(null===e)return null;try{var t=JSON.parse(e);return t.ttl?t.ttl<(new Date).getTime()?null:String(t.value||t):e}catch(n){return e}}(localStorage.getItem(i)))&&r(e,t,n),i):t?Mt(e):Ft(e,n)},write:e(function(e,t,n,i,r,o){if(c(d),u())try{var a=i?e:$t(e,o);return localStorage.setItem(a,function(e,t){if(null===t)return e;t=(new Date).getTime()+Bt(t);return JSON.stringify({ttl:t,value:e})}(t,n)),void c(d)}catch(s){}if(!i)return zt(e,t,n,r,o);Lt(e,t,n,r)},"hasLocal"),clear:r,registry:o,getLocal:()=>n,getSession:()=>t}}(),Jt=(window.Promise,e=function(){var t=Dt;function d(e){return Boolean(e&&"undefined"!=typeof e.length)}function i(){}function a(e){if(!(this instanceof a))throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=undefined,this._deferreds=[],l(e,this)}function r(i,r){for(;3===i._state;)i=i._value;0===i._state?i._deferreds.push(r):(i._handled=!0,a._immediateFn(function(){var e,t=1===i._state?r.onFulfilled:r.onRejected;if(null===t)(1===i._state?o:s)(r.promise,i._value);else{try{e=t(i._value)}catch(n){return void s(r.promise,n)}o(r.promise,e)}}))}function o(e,t){try{if(t===e)throw new TypeError("A promise cannot be resolved with itself.");if(t&&("object"==typeof t||"function"==typeof t)){var n=t.then;if(t instanceof a)return e._state=3,e._value=t,void u(e);if("function"==typeof n)return void l((i=n,r=t,function(){i.apply(r,arguments)}),e)}e._state=1,e._value=t,u(e)}catch(o){s(e,o)}var i,r}function s(e,t){e._state=2,e._value=t,u(e)}function u(e){2===e._state&&0===e._deferreds.length&&a._immediateFn(function(){e._handled||a._unhandledRejectionFn(e._value)});for(var t=0,n=e._deferreds.length;t<n;t++)r(e,e._deferreds[t]);e._deferreds=null}function c(e,t,n){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof t?t:null,this.promise=n}function l(e,t){var n=!1;try{e(function(e){n||(n=!0,o(t,e))},function(e){n||(n=!0,s(t,e))})}catch(i){n||(n=!0,s(t,i))}}return a.prototype["catch"]=function(e){return this.then(null,e)},a.prototype.then=function(e,t){var n=new this.constructor(i);return r(this,new c(e,t,n)),n},a.prototype["finally"]=function(t){var n=this.constructor;return this.then(function(e){return n.resolve(t()).then(function(){return e})},function(e){return n.resolve(t()).then(function(){return n.reject(e)})})},a.all=function(t){return new a(function(r,o){if(!d(t))return o(new TypeError("Promise.all accepts an array"));var a=Array.prototype.slice.call(t);if(0===a.length)return r([]);var s=a.length;function u(t,e){try{if(e&&("object"==typeof e||"function"==typeof e)){var n=e.then;if("function"==typeof n)return void n.call(e,function(e){u(t,e)},o)}a[t]=e,0==--s&&r(a)}catch(i){o(i)}}for(var e=0;e<a.length;e++)u(e,a[e])})},a.allSettled=function(n){return new this(function(i,e){if(!n||"undefined"==typeof n.length)return e(new TypeError(typeof n+" "+n+" is not iterable(cannot read property Symbol(Symbol.iterator))"));var r=Array.prototype.slice.call(n);if(0===r.length)return i([]);var o=r.length;for(var t=0;t<r.length;t++)!function a(t,e){if(e&&("object"==typeof e||"function"==typeof e)){var n=e.then;if("function"==typeof n)return void n.call(e,function(e){a(t,e)},function(e){r[t]={status:"rejected",reason:e},0==--o&&i(r)})}r[t]={status:"fulfilled",value:e},0==--o&&i(r)}(t,r[t])})},a.resolve=function(t){return t&&"object"==typeof t&&t.constructor===a?t:new a(function(e){e(t)})},a.reject=function(n){return new a(function(e,t){t(n)})},a.race=function(r){return new a(function(e,t){if(!d(r))return t(new TypeError("Promise.race accepts an array"));for(var n=0,i=r.length;n<i;n++)a.resolve(r[n]).then(e,t)})},a._immediateFn="function"==typeof setImmediate?function(e){setImmediate(e)}:function(e){t(e,0)},a._unhandledRejectionFn=function(e){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",e)},a},"function"==typeof(t=window.Promise)&&/native/.test(t)?t:e()),t=(qt=function(){var t=!1;return function(e){return function(){t||(t=!0,e.apply(null,arguments))}}},Vt=function(n,i){var r=Wt.defer(),o=function(n,i){Dt(function(){var e;try{e=n(i)}catch(t){return void r.reject(t)}e===r.promise?r.reject(new TypeError("Cannot resolve promise with itself")):r.resolve(e)},1)};return{promise:r.promise,handle:function(e,t){e===Kt?(e=t,n&&n.call?o(n,e):r.resolve(e)):(e=t,i&&i.call?o(i,e):r.reject(e))}}},Kt=1,(Wt={}).defer=function(){var n,i=0,r=[],t=function(e,t){i=e,n=t,E.each(r,function(e){e.handle(i,n)}),r=null},o=function(e){t(Kt,e)},a=function(e){t(2,e)},s=function(e,t){e=Vt(e,t);return 0===i?r.push(e):e.handle(i,n),e.promise},u=function(e){var t=qt();try{e(t(d),t(a))}catch(n){t(a)(n)}},d=function(e){var t;try{t=function(e){var t=e&&e.then;if("object"==typeof e&&"function"==typeof t)return function(){return t.apply(e,arguments)}}(e)}catch(n){return void a(n)}t?u(t):o(e)},e=qt();return{resolve:e(d),reject:e(a),promise:{then:s,"catch":function(e){return s(null,e)}}}},Wt);function Yt(e){var n,i=y.defer(),r=E.isArray(e)?[]:{},o=E.size(e);return o?(n=!1,E.each(e,function(e,t){y.resolve(e).then(function(e){r[t]=e,0!=--o||n||i.resolve(r)},function(e){n||(n=!0,i.reject(e))})}),i.promise):y.resolve(e)}!Ve()&&Fe.isMinimumIEVersion(11)?y={all:function(e){return E.isArray(e)?Jt.all.apply(Jt,arguments):Yt(e)},reject:function(){return Jt.reject.apply(Jt,arguments)},resolve:function(){return Jt.resolve.apply(Jt,arguments)},defer:function(){var n={};return n.promise=new Jt(function(e,t){n.resolve=e,n.reject=t}),n}}:((y=t).all=Yt,y.reject=function(e){var t=y.defer();return t.reject(e),t.promise},y.resolve=function(e){var t=y.defer();return t.resolve(e),t.promise});const Zt=f.getSession(),Xt="pendo_tabId",Qt="pendo_parentTabId";en=window,e=E.partial,tn=E.extend,nn=E.omit,rn={data:{},getItem:function(e){return rn.data[e]},setItem:function(e,t){rn.data[e]=t},removeItem:function(e){rn.data[e]=null,delete rn.data[e]}},on=e(cn,Xt,ln),an=e(cn,"pendo_frameId",rn);var en,tn,nn,rn,on,an,sn={addTracerIds:function(e){return nn(tn(e,{parentTabId:un(Qt,ln),tabId:on(),frameId:an()}),function(e){return e===undefined})},setParentTabId:function(e){dn(Qt,e,ln)},newTabId:function(){var e=at(16);return dn(Xt,e,ln),e},getTabId:on,getFrameId:an,tabIdChanged:function(t){var e;if(Fe.addEventListener)return en.addEventListener("storage",e=function(e){e.key===Xt&&(rn.removeItem(Xt),t())}),function(){en.removeEventListener("storage",e)}}};function un(e,t){return(E.isFunction(t)?t():t).getItem(e)}function dn(e,t,n){(E.isFunction(n)?n():n).setItem(e,t)}function cn(e,t){var n=un(e,t);return n||dn(e,n=at(16),t),n}function ln(){return n=rn,i=Zt,{getItem(e){var t=n.getItem(e);return t===undefined&&(t=i.getItem(e),n.setItem(e,t)),t},setItem(e,t){n.setItem(e,t),i.setItem(e,t)},removeItem(e){n.removeItem(e),i.removeItem(e)}};var n,i}function pn(){var i=this._handlers={};return this.addEventListener=function(){this.on.apply(this,arguments)},this.removeEventListener=function(){this.off.apply(this,arguments)},this.on=function(e,t){var n;return(E.isString(e)||E.isFunction(t))&&(n=(n=i[e])||(i[e]=[]),E.indexOf(n,t)<0)&&n.push(t),this},this.one=function(e,t){var n=this,i=function(){n.off(e,i),t.apply(this,arguments)};return this.on(e,i)},this.once=this.one,this.off=function(e,t){var n,e=i[e];return E.isFunction(t)?(n=E.indexOf(e,t),e&&0<=n&&e.splice(n,1)):e&&t===undefined&&(e.length=0),this},this.trigger=function(e){var t=i[e]?i[e].slice():[],n=E.toArray(arguments).slice(1);return E.map(t,function(e){return e.apply(I,n)})},this.triggerCancelable=function(e,t){e=i[e]?i[e].slice():[];return E.map(e,function(e){if(!t.cancel)return e.apply(I,[t])})},this.triggerAsync=function(){var e=E.map(this.trigger.apply(this,arguments),function(e){return!1===e?y.reject():e});return y.all(e)},this}pn.clear=function(t){t&&E.each(E.keys(t._handlers),function(e){t.off(e),delete t._handlers[e]})};Ti={DEBUG:t="debug",FRAMES:e="frames",LIFECYCLE:r="lifecycle",RUNTIME:Mi="runtime"},hn=[new i("ready",[t,r]),new i("deliverablesLoaded",[t,r]),new i("guidesFailed",[t,r]),new i("guidesLoaded",[t,r]),new i("guideListChanged",[t,r]),new i("guideSeen",[t,r]),new i("guideNotSeen",[t,r]),new i("guideAdvanced",[t,r]),new i("guideDismissed",[t,r]),new i("guideSnoozed",[t,r]),new i("beforeGuideShow",[r]),new i("beforeMount",[Mi]),new i("beforeAdvance",[Mi]),new i("beforePrevious",[Mi]),new i("beforeSnooze",[Mi]),new i("beforeDismiss",[Mi]),new i("beforeUnmount",[Mi]),new i("unmounted",[Mi]),new i("beforeUpdate",[Mi]),new i("updated",[Mi]),new i("guideSnoozeCancelled",[t,r]),new i("guideTimeout",[t,r]),new i("guideLoopStopped",[t,r]),new i("guideUpdateComplete",[r]),new i("designerLaunched",[t,r]),new i("debuggerLaunched",[t,r]),new i("stepEligibility",[t]),new i("identify",[t,r]),new i("metadata",[t,r]),new i("appUnloaded",[t,r]),new i("appHidden",[t,r]),new i("startPreview",[t]),new i("resourceFetchFail",[t]),new i("contentVerificationFail",[t]),new i("contentValidationFail",[t]),new i("renderFail",[t]),new i("appUsage",[r]),new i("eventCaptured",[t]),new i("error",[t,r]),new i("onClickCaptured",[t]),new i("urlChanged",[r]),new i("leaderChanged",[r,e]),new i("transmit:locked",[r]),new i("transmit:unlocked",[r]),new i("sessionChanged",[r]),new i("childFrameJoined",[e]),new i("tabIdChanged:self",[t,r])],fn=pn.call({}),gn={debug:function(){return sn.addTracerIds(vn.apply(null,arguments))},lifecycle:vn,runtime:vn,frames:vn},mn=fn.trigger,fn.trigger=yn,E.each(E.values(Ti),function(e){fn[e]={on:E.partial(fn.on,e),one:E.partial(fn.one,e),off:E.partial(fn.off,e)}}),E.each(hn,function(e){e=e.name,fn[e]={on:E.partial(fn.on,e),one:E.partial(fn.one,e),off:E.partial(fn.off,e),trigger:E.partial(yn,e)}});var hn,fn,gn,mn,m=fn;function i(e,t){this.name=e,this.groups=t||[]}function vn(e,t){e={type:e,ts:v()};return ge(t)&&E.isObject(t)&&(e.data=t),e}function yn(t){var e=E.findWhere(hn,{name:t}),n=E.toArray(arguments).slice(1),i={};return E.each(e.groups,function(e){i.cancel||(i=gn[e](t,n),mn.apply(fn,[e].concat(i)))}),i.cancel||(i=vn(t,n),mn.apply(fn,[t].concat(i))),i}function bn(e){var i=[],r=[],o={},a={},s={state:{},commit:function(t,n){var e=o[t];if(!e)throw new Error("mutation "+t+" not found");e(n),E.each(i,function(e){e({type:t,payload:n},s.state)})},dispatch:function(t,n){var e=a[t];if(e)return e=e(n),E.each(r,function(e){e({type:t,payload:n},s.state)}),e;throw new Error("action "+t+" not found")},subscribe:E.partial(t,i),subscribeAction:E.partial(t,r),registerModule:function h(n,e){E.isString(n)&&(n=[n]);var t=d(s.state,e,n);E.extend(s.getters,p(e,t,s,n));E.extend(o,c(e,t,n));E.extend(a,l(e,t,s,n));E.each(e.modules,function(e,t){h(n.concat([t]),e)})},getters:{}};return e&&s.registerModule([],e),s;function t(e,t){return E.isFunction(t)?(e.push(t),n=e,i=t,function(){var e=n.indexOf(i);0<=e&&n.splice(e,1)}):E.noop;var n,i}function u(e,t){return(e=t?e.concat([t]):e).join("/")}function d(e,t,n){var i=e;return E.each(n,function(e){i[e]||(i[e]={}),i=i[e]}),E.extend(i,me(t.state||{}))}function c(e,n,i){var r={};return E.each(e.mutations,function(e,t){r[u(i,t)]=E.partial(e,n)}),r}function l(e,t,i,r){var n={},o={state:t,rootState:i.state,commit:function(e,t,n){n=n&&n.root?e:u(r,e);i.commit(n,t)},dispatch:function(e,t,n){n=n&&n.root?e:u(r,e);return i.dispatch(n,t)},getters:function(e,t){var i=u(t);i&&(i+="/");return E.reduce(e,function(e,t,n){return 0===n.indexOf(i)&&(e[n.replace(i,"")]=t),e},{})}(i.getters,r),rootGetters:i.getters};return E.each(e.actions,function(e,t){n[u(r,t)]=E.partial(e,o)}),n}function p(e,n,i,r){var o={},a={};return E.each(e.getters,function(e,t){a[t]=o[u(r,t)]=function(){return e(n,a,i.state,i.getters)}}),o}}var g=bn(),wn=(g.subscribe(function(e,t){}),"_PENDO_T_"),Sn=11;const In="visitorId",_n="oldVisitorId",En="accountId";var Cn=function(e=""){return e+at(Sn)};var Tn=function(e){return ge(e)&&""!==e&&e!==Nn&&"boolean"!=typeof e&&"object"!=typeof e&&!((e=e)&&"string"==typeof e&&0===Ze.call(e).length)},xn=function(e){return!(!e||"number"==typeof e)&&e.substring(0,wn.length)===wn},kn=function(){return!h.get("disablePersistence")},An=function(e){e=e||[In,En,_n];const t=h.get("identityStorageSuffix")||I.apiKey;E.each(e,function(e){Pt($t(e,t)),f.clear(e,!1,t)})},On="VISITOR-UNIQUE-ID",Rn=function(e){return On===e},Nn="::",Mn=function(e){return new RegExp(Nn).test(e)};function Ln(e){return e.old_visitor_id!==e.visitor_id}var Pn,$n=function(e,t){var n,i={old_visitor_id:b(),old_account_id:Gn()};Tn(e)?(Tn(n=e)?Dn(""+n):C.info("Invalid visitor id "+n),n=t,E.isUndefined(n)?C.info("No account id provided"):Tn(n)?(I.accountId=""+n,kn()&&jn(En,I.accountId)):(delete I.accountId,delete(t=h.getLocalConfig()).account,h.setLocalConfig(t),g.commit("metadata/clearAccount"),kn()&&f.clear(En),C.info("Invalid account id: "+n+". Account cleared")),i.visitor_id=b({generate:!0}),i.account_id=Gn(),!Ln(t=i)&&t.old_account_id===t.account_id||(Ln(i)&&(n=i.old_visitor_id)&&(Pn=n,jn(_n,Pn)),m.identify.trigger(i))):C.info("Invalid visitor id "+e)};function Fn(){return Cn(wn)}function Dn(e){I.visitorId!==e&&(kn()&&jn(In,e),I.visitorId=e)}function b(e={}){var t=function(){if(Tn(I.visitorId))return I.visitorId;var e=h.get("forceAnonymous");if(kn()){var t=Bn(In);if(Tn(t)&&(!e||xn(t)))return t}return undefined}();return Dn(t=!t&&e.generate?Fn():t),t}function Un(){return b()||Fn()}var Gn=function(){var e=h.get("forceAnonymous");return Tn(I.accountId)||!kn()||e||(e=Bn(En),I.accountId=e),I.accountId};function jn(e,t){var n=h.get("identityStorageLifetime")||jt,i=h.get("identityStorageSuffix")||I.apiKey;f.write(e,t,n,!1,!0,i)}function Bn(e){var t=h.get("identityStorageSuffix"),n=t||I.apiKey,n=f.read(e,!1,n)||f.read(e,!1,I.apiKey);return t&&f.clear(e,!1,I.apiKey),n}function zn(){var e={old_visitor_id:b({generate:!1}),old_account_id:Gn(),wasCleared:!0};An(),delete I.visitorId,delete I.accountId,b({generate:!0}),E.extend(e,{visitor_id:b(),account_id:Gn()}),m.identify.trigger(e)}function Hn(e){e=e.data[0];return E.get(e,"wasCleared")}var Wn=function(t,n){return n=!!n,function(){try{return t.apply(this,arguments)}catch(e){n||C.critical(e)}}};Mi=function(n){return function qn(e){var t=n.createElement("a");if(t.href=e,":"===t.protocol)throw new Error("Uncaught TypeError: Failed to construct 'URL': Invalid URL");if(t.href!==e&&t.href!==encodeURI(e))throw new Error("Uncaught TypeError: Failed to construct 'URL': Invalid URL");return t.toString||(t.toString=function(){return t.href}),null==t.origin&&(t.origin=t.protocol+"//"+t.hostname,"80"!==t.port)&&"443"!==t.port&&(t.origin+=":"+t.port),t}};var qn="function"==typeof(e=window.URL)&&/native/.test(e)?e:Mi(document);function Vn(e){if((t=e)&&E.isFunction(t.composedPath))try{return e.composedPath()}catch(n){return e.path}var t;return null}function Kn(e){return e.shadowRoot}function Jn(e,t){return"undefined"!=typeof(t=t||window).ShadowRoot&&e instanceof t.ShadowRoot&&e.host}function Yn(e,t){return Jn(e,t)?e.host:e.parentNode}var Zn={PSEUDO_ELEMENT:"::shadow",PSEUDO_SAFE:":shadow",PSEUDO_REGEX:/::shadow/g,getComposedPath:Vn,getShadowRoot:Kn,isElementShadowRoot:Jn,getParent:Yn,isShadowSelector:Xn,wrapSizzle:function(i){i.intercept(function(a,e,n,i,r){var t,o;return Xn(e)?E.isFunction(document.documentElement.attachShadow)?(o=a,t=(t=e).replace(Zn.PSEUDO_REGEX,Zn.PSEUDO_SAFE),t=E.map(o.tokenize(t),Qn),E.reduce(t,function(e,t){return e.concat(s(t,n,i,r))},[])):a(e.replace(Zn.PSEUDO_REGEX,""),n,i,r):a(e,n,i,r);function s(e,t,n,i){var r,o;return Xn(e)?(o=s((r={baseCss:(o=(o=e).split(Zn.PSEUDO_ELEMENT)).splice(0,1)[0],shadowCss:o.join(Zn.PSEUDO_ELEMENT)}).baseCss,t),E.reduce(o,function(e,t){return Zn.getShadowRoot(t)?e.concat(s(r.shadowCss,Zn.getShadowRoot(t),n,i)):e},[])):a(e,t,n,i)}}),i.intercept(function(e,t,n){return!Zn.isElementShadowRoot(t)&&(Xn(n)?0<i(n,document,null,[t]).length:e(t,n))},"matchesSelector")}};function Xn(e){return!!e&&-1<e.indexOf(Zn.PSEUDO_ELEMENT)}function Qn(e){return E.reduce(e,function(e,t){return t.value===Zn.PSEUDO_SAFE?e+Zn.PSEUDO_ELEMENT:e+t.value},"")}var ei,w,S,ti,ni,ii,ri,oi,ai,si,ui,di,_,ci,li,pi,hi,fi,gi,t={exports:{}},r=t,mi=window,T="sizzle"+ +new Date,vi=mi.document,yi=0,bi=0,wi=tr(),Si=tr(),Ii=tr(),_i=tr(),Ei=function(e,t){return e===t&&(ui=!0),0},Ci={}.hasOwnProperty,Ti=[],xi=Ti.pop,ki=Ti.push,Ai=Ti.push,Oi=Ti.slice,Ri=function(e,t){for(var n=0,i=e.length;n<i;n++)if(e[n]===t)return n;return-1},Ni="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",a="[\\x20\\t\\r\\n\\f]",e="(?:\\\\[\\da-fA-F]{1,6}"+a+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",Mi="\\["+a+"*("+e+")(?:"+a+"*([*^$|!~]?=)"+a+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+e+"))|)"+a+"*\\]",Li=":("+e+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+Mi+")*)|.*)\\)|)",Pi=new RegExp(a+"+","g"),$i=new RegExp("^"+a+"+|((?:^|[^\\\\])(?:\\\\.)*)"+a+"+$","g"),Fi=new RegExp("^"+a+"*,"+a+"*"),Di=new RegExp("^"+a+"*([>+~]|"+a+")"+a+"*"),Ui=new RegExp(a+"|>"),Gi=new RegExp(Li),ji=new RegExp("^"+e+"$"),Bi={ID:new RegExp("^#("+e+")"),CLASS:new RegExp("^\\.("+e+")"),TAG:new RegExp("^("+e+"|[*])"),ATTR:new RegExp("^"+Mi),PSEUDO:new RegExp("^"+Li),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+a+"*(even|odd|(([+-]|)(\\d*)n|)"+a+"*(?:([+-]|)"+a+"*(\\d+)|))"+a+"*\\)|)","i"),bool:new RegExp("^(?:"+Ni+")$","i"),needsContext:new RegExp("^"+a+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+a+"*((?:-\\d)?\\d*)"+a+"*\\)|)(?=[^-]|$)","i")},zi=/HTML$/i,Hi=/^(?:input|select|textarea|button)$/i,Wi=/^h\d$/i,qi=/^[^{]+\{\s*\[native \w/,Vi=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Ki=/[+~]/,Ji=new RegExp("\\\\[\\da-fA-F]{1,6}"+a+"?|\\\\([^\\r\\n\\f])","g"),Yi=function(e,t){e="0x"+e.slice(1)-65536;return t||(e<0?String.fromCharCode(65536+e):String.fromCharCode(e>>10|55296,1023&e|56320))},Zi=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,Xi=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},Qi=function(){di()},er=lr(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{Ai.apply(Ti=Oi.call(vi.childNodes),vi.childNodes),Ti[vi.childNodes.length].nodeType}catch(Ew){Ai={apply:Ti.length?function(e,t){ki.apply(e,Oi.call(t))}:function(e,t){for(var n=e.length,i=0;e[n++]=t[i++];);e.length=n-1}}}function x(e,t,n,i){var r,o,a,s,u,d,c=t&&t.ownerDocument,l=t?t.nodeType:9;if(n=n||[],"string"!=typeof e||!e||1!==l&&9!==l&&11!==l)return n;if(!i&&(di(t),t=t||_,li)){if(11!==l&&(s=Vi.exec(e)))if(r=s[1]){if(9===l){if(!(d=t.getElementById(r)))return n;if(d.id===r)return n.push(d),n}else if(c&&(d=c.getElementById(r))&&gi(t,d)&&d.id===r)return n.push(d),n}else{if(s[2])return Ai.apply(n,t.getElementsByTagName(e)),n;if((r=s[3])&&w.getElementsByClassName&&t.getElementsByClassName)return Ai.apply(n,t.getElementsByClassName(r)),n}if(w.qsa&&!_i[e+" "]&&(!pi||!pi.test(e))&&(1!==l||"object"!==t.nodeName.toLowerCase())){if(d=e,c=t,1===l&&(Ui.test(e)||Di.test(e))){for((c=Ki.test(e)&&ur(t.parentNode)||t)===t&&w.scope||((a=t.getAttribute("id"))?a=a.replace(Zi,Xi):t.setAttribute("id",a=T)),o=(u=ii(e)).length;o--;)u[o]=(a?"#"+a:":scope")+" "+cr(u[o]);d=u.join(",")}try{return Ai.apply(n,c.querySelectorAll(d)),n}catch(p){_i(e,!0)}finally{a===T&&t.removeAttribute("id")}}}return oi(e.replace($i,"$1"),t,n,i)}function tr(){var n=[];function i(e,t){return n.push(e+" ")>S.cacheLength&&delete i[n.shift()],i[e+" "]=t}return i}function nr(e){return e[T]=!0,e}function ir(e){var t=_.createElement("fieldset");try{return!!e(t)}catch(Ew){return!1}finally{t.parentNode&&t.parentNode.removeChild(t)}}function rr(e,t){for(var n=e.split("|"),i=n.length;i--;)S.attrHandle[n[i]]=t}function or(e,t){var n=t&&e,i=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(i)return i;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function ar(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&er(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function sr(a){return nr(function(o){return o=+o,nr(function(e,t){for(var n,i=a([],e.length,o),r=i.length;r--;)e[n=i[r]]&&(e[n]=!(t[n]=e[n]))})})}function ur(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(ei in w=x.support={},ni=x.isXML=function(e){var t=e.namespaceURI,e=(e.ownerDocument||e).documentElement;return!zi.test(t||e&&e.nodeName||"HTML")},di=x.setDocument=function(e){var e=e?e.ownerDocument||e:vi;return e!=_&&9===e.nodeType&&e.documentElement&&(ci=(_=e).documentElement,li=!ni(_),vi!=_&&(e=_.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",Qi,!1):e.attachEvent&&e.attachEvent("onunload",Qi)),w.scope=ir(function(e){return ci.appendChild(e).appendChild(_.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),w.attributes=ir(function(e){return e.className="i",!e.getAttribute("className")}),w.getElementsByTagName=ir(function(e){return e.appendChild(_.createComment("")),!e.getElementsByTagName("*").length}),w.getElementsByClassName=!!_.getElementsByClassName,w.getById=ir(function(e){return ci.appendChild(e).id=T,!_.getElementsByName||!_.getElementsByName(T).length}),w.getById?(S.filter.ID=function(e){var t=e.replace(Ji,Yi);return function(e){return e.getAttribute("id")===t}},S.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&li)return(e=t.getElementById(e))?[e]:[]}):(S.filter.ID=function(e){var t=e.replace(Ji,Yi);return function(e){e="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return e&&e.value===t}},S.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&li){var n,i,r,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(r=t.getElementsByName(e),i=0;o=r[i++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),S.find.TAG=w.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):w.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,i=[],r=0,o=t.getElementsByTagName(e);if("*"!==e)return o;for(;n=o[r++];)1===n.nodeType&&i.push(n);return i},S.find.CLASS=w.getElementsByClassName&&function(e,t){return"undefined"!=typeof t.getElementsByClassName&&li?t.getElementsByClassName(e):w.qsa&&li?t.querySelectorAll("."+e):void 0},hi=[],pi=[],(w.qsa=!!_.querySelectorAll)&&(ir(function(e){var t;ci.appendChild(e).innerHTML=J().createHTML("<a id='"+T+"'></a><select id='"+T+"-\r\\' msallowcapture=''><option selected=''></option></select>"),e.querySelectorAll("[msallowcapture^='']").length&&pi.push("[*^$]="+a+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||pi.push("\\["+a+"*(?:value|"+Ni+")"),e.querySelectorAll("[id~="+T+"-]").length||pi.push("~="),(t=_.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||pi.push("\\["+a+"*name"+a+"*="+a+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||pi.push(":checked"),e.querySelectorAll("a#"+T+"+*").length||pi.push(".#.+[+~]"),e.querySelectorAll("\\\f"),pi.push("[\\r\\n\\f]")}),ir(function(e){e.innerHTML=J().createHTML("<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>");var t=_.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&pi.push("name"+a+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&pi.push(":enabled",":disabled"),ci.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&pi.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),pi.push(",.*:")})),(w.matchesSelector=qi.test(fi=ci.matches||ci.webkitMatchesSelector||ci.mozMatchesSelector||ci.oMatchesSelector||ci.msMatchesSelector))&&ir(function(e){w.disconnectedMatch=fi.call(e,"*"),fi.call(e,"[s!='']:x"),hi.push("!=",Li)}),pi=pi.length&&new RegExp(pi.join("|")),hi=hi.length&&new RegExp(hi.join("|")),e=!!ci.compareDocumentPosition,gi=e||ci.contains?function(e,t){var n=9===e.nodeType?e.documentElement:e,t=t&&t.parentNode;return e===t||!(!t||1!==t.nodeType||!(n.contains?n.contains(t):e.compareDocumentPosition&&16&e.compareDocumentPosition(t)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},Ei=e?function(e,t){var n;return e===t?(ui=!0,0):(n=!e.compareDocumentPosition-!t.compareDocumentPosition)||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!w.sortDetached&&t.compareDocumentPosition(e)===n?e==_||e.ownerDocument==vi&&gi(vi,e)?-1:t==_||t.ownerDocument==vi&&gi(vi,t)?1:si?Ri(si,e)-Ri(si,t):0:4&n?-1:1)}:function(e,t){if(e===t)return ui=!0,0;var n,i=0,r=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!r||!o)return e==_?-1:t==_?1:r?-1:o?1:si?Ri(si,e)-Ri(si,t):0;if(r===o)return or(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[i]===s[i];)i++;return i?or(a[i],s[i]):a[i]==vi?-1:s[i]==vi?1:0}),_},x.matches=function(e,t){return x(e,null,null,t)},x.matchesSelector=function(e,t){if(di(e),w.matchesSelector&&li&&!_i[t+" "]&&(!hi||!hi.test(t))&&(!pi||!pi.test(t)))try{var n=fi.call(e,t);if(n||w.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(Ew){_i(t,!0)}return 0<x(t,_,null,[e]).length},x.contains=function(e,t){return(e.ownerDocument||e)!=_&&di(e),gi(e,t)},x.attr=function(e,t){(e.ownerDocument||e)!=_&&di(e);var n=S.attrHandle[t.toLowerCase()],n=n&&Ci.call(S.attrHandle,t.toLowerCase())?n(e,t,!li):undefined;return n!==undefined?n:w.attributes||!li?e.getAttribute(t):(n=e.getAttributeNode(t))&&n.specified?n.value:null},x.escape=function(e){return(e+"").replace(Zi,Xi)},x.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},x.uniqueSort=function(e){var t,n=[],i=0,r=0;if(ui=!w.detectDuplicates,si=!w.sortStable&&e.slice(0),e.sort(Ei),ui){for(;t=e[r++];)t===e[r]&&(i=n.push(r));for(;i--;)e.splice(n[i],1)}return si=null,e},ti=x.getText=function(e){var t,n="",i=0,r=e.nodeType;if(r){if(1===r||9===r||11===r){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=ti(e)}else if(3===r||4===r)return e.nodeValue}else for(;t=e[i++];)n+=ti(t);return n},(S=x.selectors={cacheLength:50,createPseudo:nr,match:Bi,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Ji,Yi),e[3]=(e[3]||e[4]||e[5]||"").replace(Ji,Yi),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||x.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&x.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return Bi.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&Gi.test(n)&&(t=(t=ii(n,!0))&&n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Ji,Yi).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=wi[e+" "];return t||(t=new RegExp("(^|"+a+")"+e+"("+a+"|$)"))&&wi(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(t,n,i){return function(e){e=x.attr(e,t);return null==e?"!="===n:!n||(e+="","="===n?e===i:"!="===n?e!==i:"^="===n?i&&0===e.indexOf(i):"*="===n?i&&-1<e.indexOf(i):"$="===n?i&&e.slice(-i.length)===i:"~="===n?-1<(" "+e.replace(Pi," ")+" ").indexOf(i):"|="===n&&(e===i||e.slice(0,i.length+1)===i+"-"))}},CHILD:function(f,e,t,g,m){var v="nth"!==f.slice(0,3),y="last"!==f.slice(-4),b="of-type"===e;return 1===g&&0===m?function(e){return!!e.parentNode}:function(e,t,n){var i,r,o,a,s,u,d=v!=y?"nextSibling":"previousSibling",c=e.parentNode,l=b&&e.nodeName.toLowerCase(),p=!n&&!b,h=!1;if(c){if(v){for(;d;){for(a=e;a=a[d];)if(b?a.nodeName.toLowerCase()===l:1===a.nodeType)return!1;u=d="only"===f&&!u&&"nextSibling"}return!0}if(u=[y?c.firstChild:c.lastChild],y&&p){for(h=(s=(i=(r=(o=(a=c)[T]||(a[T]={}))[a.uniqueID]||(o[a.uniqueID]={}))[f]||[])[0]===yi&&i[1])&&i[2],a=s&&c.childNodes[s];a=++s&&a&&a[d]||(h=s=0,u.pop());)if(1===a.nodeType&&++h&&a===e){r[f]=[yi,s,h];break}}else if(!1===(h=p?s=(i=(r=(o=(a=e)[T]||(a[T]={}))[a.uniqueID]||(o[a.uniqueID]={}))[f]||[])[0]===yi&&i[1]:h))for(;(a=++s&&a&&a[d]||(h=s=0,u.pop()))&&((b?a.nodeName.toLowerCase()!==l:1!==a.nodeType)||!++h||(p&&((r=(o=a[T]||(a[T]={}))[a.uniqueID]||(o[a.uniqueID]={}))[f]=[yi,h]),a!==e)););return(h-=m)===g||h%g==0&&0<=h/g}}},PSEUDO:function(e,o){var t,a=S.pseudos[e]||S.setFilters[e.toLowerCase()]||x.error("unsupported pseudo: "+e);return a[T]?a(o):1<a.length?(t=[e,e,"",o],S.setFilters.hasOwnProperty(e.toLowerCase())?nr(function(e,t){for(var n,i=a(e,o),r=i.length;r--;)e[n=Ri(e,i[r])]=!(t[n]=i[r])}):function(e){return a(e,0,t)}):a}},pseudos:{not:nr(function(e){var i=[],r=[],s=ri(e.replace($i,"$1"));return s[T]?nr(function(e,t,n,i){for(var r,o=s(e,null,i,[]),a=e.length;a--;)(r=o[a])&&(e[a]=!(t[a]=r))}):function(e,t,n){return i[0]=e,s(i,null,n,r),i[0]=null,!r.pop()}}),has:nr(function(t){return function(e){return 0<x(t,e).length}}),contains:nr(function(t){return t=t.replace(Ji,Yi),function(e){return-1<(e.textContent||ti(e)).indexOf(t)}}),lang:nr(function(n){return ji.test(n||"")||x.error("unsupported lang: "+n),n=n.replace(Ji,Yi).toLowerCase(),function(e){var t;do{if(t=li?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(t=t.toLowerCase())===n||0===t.indexOf(n+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var t=mi.location&&mi.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===ci},focus:function(e){return e===_.activeElement&&(!_.hasFocus||_.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ar(!1),disabled:ar(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!S.pseudos.empty(e)},header:function(e){return Wi.test(e.nodeName)},input:function(e){return Hi.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(e=e.getAttribute("type"))||"text"===e.toLowerCase())},first:sr(function(){return[0]}),last:sr(function(e,t){return[t-1]}),eq:sr(function(e,t,n){return[n<0?n+t:n]}),even:sr(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:sr(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:sr(function(e,t,n){for(var i=n<0?n+t:t<n?t:n;0<=--i;)e.push(i);return e}),gt:sr(function(e,t,n){for(var i=n<0?n+t:n;++i<t;)e.push(i);return e})}}).pseudos.nth=S.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})S.pseudos[ei]=function(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}(ei);for(ei in{submit:!0,reset:!0})S.pseudos[ei]=function(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}(ei);function dr(){}function cr(e){for(var t=0,n=e.length,i="";t<n;t++)i+=e[t].value;return i}function lr(a,e,t){var s=e.dir,u=e.next,d=u||s,c=t&&"parentNode"===d,l=bi++;return e.first?function(e,t,n){for(;e=e[s];)if(1===e.nodeType||c)return a(e,t,n);return!1}:function(e,t,n){var i,r,o=[yi,l];if(n){for(;e=e[s];)if((1===e.nodeType||c)&&a(e,t,n))return!0}else for(;e=e[s];)if(1===e.nodeType||c)if(r=(r=e[T]||(e[T]={}))[e.uniqueID]||(r[e.uniqueID]={}),u&&u===e.nodeName.toLowerCase())e=e[s]||e;else{if((i=r[d])&&i[0]===yi&&i[1]===l)return o[2]=i[2];if((r[d]=o)[2]=a(e,t,n))return!0}return!1}}function pr(r){return 1<r.length?function(e,t,n){for(var i=r.length;i--;)if(!r[i](e,t,n))return!1;return!0}:r[0]}function hr(e,t,n,i,r){for(var o,a=[],s=0,u=e.length,d=null!=t;s<u;s++)!(o=e[s])||n&&!n(o,i,r)||(a.push(o),d&&t.push(s));return a}function fr(h,f,g,m,v,e){return m&&!m[T]&&(m=fr(m)),v&&!v[T]&&(v=fr(v,e)),nr(function(e,t,n,i){var r,o,a,s=[],u=[],d=t.length,c=e||function(e,t,n){for(var i=0,r=t.length;i<r;i++)x(e,t[i],n);return n}(f||"*",n.nodeType?[n]:n,[]),l=!h||!e&&f?c:hr(c,s,h,n,i),p=g?v||(e?h:d||m)?[]:t:l;if(g&&g(l,p,n,i),m)for(r=hr(p,u),m(r,[],n,i),o=r.length;o--;)(a=r[o])&&(p[u[o]]=!(l[u[o]]=a));if(e){if(v||h){if(v){for(r=[],o=p.length;o--;)(a=p[o])&&r.push(l[o]=a);v(null,p=[],r,i)}for(o=p.length;o--;)(a=p[o])&&-1<(r=v?Ri(e,a):s[o])&&(e[r]=!(t[r]=a))}}else p=hr(p===t?p.splice(d,p.length):p),v?v(null,t,p,i):Ai.apply(t,p)})}dr.prototype=S.filters=S.pseudos,S.setFilters=new dr,ii=x.tokenize=function(e,t){var n,i,r,o,a,s,u,d=Si[e+" "];if(d)return t?0:d.slice(0);for(a=e,s=[],u=S.preFilter;a;){for(o in n&&!(i=Fi.exec(a))||(i&&(a=a.slice(i[0].length)||a),s.push(r=[])),n=!1,(i=Di.exec(a))&&(n=i.shift(),r.push({value:n,type:i[0].replace($i," ")}),a=a.slice(n.length)),S.filter)S.filter.hasOwnProperty(o)&&(i=Bi[o].exec(a))&&(!u[o]||(i=u[o](i)))&&(n=i.shift(),r.push({value:n,type:o,matches:i}),a=a.slice(n.length));if(!n)break}return t?a.length:a?x.error(e):Si(e,s).slice(0)},ri=x.compile=function(e,t){var n,m,v,y,b,i,r=[],o=[],a=Ii[e+" "];if(!a){for(n=(t=t||ii(e)).length;n--;)((a=function l(e){for(var i,t,n,r=e.length,o=S.relative[e[0].type],a=o||S.relative[" "],s=o?1:0,u=lr(function(e){return e===i},a,!0),d=lr(function(e){return-1<Ri(i,e)},a,!0),c=[function(e,t,n){return e=!o&&(n||t!==ai)||((i=t).nodeType?u:d)(e,t,n),i=null,e}];s<r;s++)if(t=S.relative[e[s].type])c=[lr(pr(c),t)];else{if((t=S.filter[e[s].type].apply(null,e[s].matches))[T]){for(n=++s;n<r&&!S.relative[e[n].type];n++);return fr(1<s&&pr(c),1<s&&cr(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace($i,"$1"),t,s<n&&l(e.slice(s,n)),n<r&&l(e=e.slice(n)),n<r&&cr(e))}c.push(t)}return pr(c)}(t[n]))[T]?r:o).push(a);(a=Ii(e,(m=o,y=0<(v=r).length,b=0<m.length,i=function(e,t,n,i,r){var o,a,s,u=0,d="0",c=e&&[],l=[],p=ai,h=e||b&&S.find.TAG("*",r),f=yi+=null==p?1:Math.random()||.1,g=h.length;for(r&&(ai=t==_||t||r);d!==g&&null!=(o=h[d]);d++){if(b&&o){for(a=0,t||o.ownerDocument==_||(di(o),n=!li);s=m[a++];)if(s(o,t||_,n)){i.push(o);break}r&&(yi=f)}y&&((o=!s&&o)&&u--,e)&&c.push(o)}if(u+=d,y&&d!==u){for(a=0;s=v[a++];)s(c,l,t,n);if(e){if(0<u)for(;d--;)c[d]||l[d]||(l[d]=xi.call(i));l=hr(l)}Ai.apply(i,l),r&&!e&&0<l.length&&1<u+v.length&&x.uniqueSort(i)}return r&&(yi=f,ai=p),c},y?nr(i):i))).selector=e}return a},oi=x.select=function(e,t,n,i){var r,o,a,s,u,d="function"==typeof e&&e,c=!i&&ii(e=d.selector||e);if(n=n||[],1===c.length){if(2<(o=c[0]=c[0].slice(0)).length&&"ID"===(a=o[0]).type&&9===t.nodeType&&li&&S.relative[o[1].type]){if(!(t=(S.find.ID(a.matches[0].replace(Ji,Yi),t)||[])[0]))return n;d&&(t=t.parentNode),e=e.slice(o.shift().value.length)}for(r=Bi.needsContext.test(e)?0:o.length;r--&&(a=o[r],!S.relative[s=a.type]);)if((u=S.find[s])&&(i=u(a.matches[0].replace(Ji,Yi),Ki.test(o[0].type)&&ur(t.parentNode)||t))){if(o.splice(r,1),e=i.length&&cr(o))break;return Ai.apply(n,i),n}}return(d||ri(e,c))(i,t,!li,n,!t||Ki.test(e)&&ur(t.parentNode)||t),n},w.sortStable=T.split("").sort(Ei).join("")===T,w.detectDuplicates=!!ui,di(),w.sortDetached=ir(function(e){return 1&e.compareDocumentPosition(_.createElement("fieldset"))}),ir(function(e){return e.innerHTML=J().createHTML("<a href='#'></a>"),"#"===e.firstChild.getAttribute("href")})||rr("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),w.attributes&&ir(function(e){return e.innerHTML=J().createHTML("<input/>"),e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||rr("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ir(function(e){return null==e.getAttribute("disabled")})||rr(Ni,function(e,t,n){if(!n)return!0===e[t]?t.toLowerCase():(n=e.getAttributeNode(t))&&n.specified?n.value:null});var gr=mi.Sizzle;x.noConflict=function(){return mi.Sizzle===x&&(mi.Sizzle=gr),x},r.exports?r.exports=x:mi.Sizzle=x;mr=p(t.exports),(vr=E.extend(function(){return vr.Sizzle.apply(this,arguments)},mr)).reset=function(){vr.Sizzle=mr,vr.matchesSelector=mr.matchesSelector,vr.matches=mr.matches},vr.intercept=function(e,t="Sizzle"){vr[t]=E.wrap(vr[t],e)},vr.reset();var mr,vr,yr=vr;function k(e,t){var n,i=this;if(e&&e instanceof k)return e;if(!(i instanceof k))return new k(e,t);if(e)if(e.nodeType)n=[e];else if(r=/^<(\w+)\/?>$/.exec(e))n=[document.createElement(r[1])];else if(/^<[\w\W]+>$/.test(e)){var r=document.createElement("div");r.innerHTML=e,n=E.toArray(r.childNodes)}else if(E.isString(e)){t instanceof k&&(t=0<t.length?t[0]:null);try{n=yr(e,t)}catch(o){n=[]}}else n=[e];else n=[];return E.each(n,function(e,t){i[t]=e}),i.context=t,i.length=n.length,i}function br(){this.ownerKey="_pendo_"+at(8)}E.extend(br.prototype,{cache:function(e){var t;return E.isObject(e)?((t=e[this.ownerKey])||(e[this.ownerKey]=t={}),t):{}},set:function(e,t,n){e=this.cache(e);return e[t]=n,e},get:function(e,t){return t===undefined?this.cache(e):e[this.ownerKey]&&e[this.ownerKey][t]},remove:function(e,t){var n=this.cache(e);delete n[t],t!==undefined&&!E.isEmpty(n)||(e[this.ownerKey]=undefined)}});var wr=new br,Sr=1;function Ir(e){return E.isNumber(e.eventPhase)&&e.eventPhase===Sr}function _r(e,t,n,i){return e&&t&&n?(i=i||!1,e.addEventListener?dt("addEventListener",e).call(e,t,n,i):e.attachEvent&&e.attachEvent("on"+t,n),()=>{Er(e,t,n,i)}):E.noop}function Er(e,t,n,i){e&&t&&n&&(i=i||!1,e.removeEventListener?dt("removeEventListener",e).call(e,t,n,i):e.detachEvent&&e.detachEvent("on"+t,n))}var Cr=function(e){var t=Zn.getComposedPath(e);return t&&0<t.length?t[0]:e.target||e.srcElement},Tr={add:function(t,e){var n=wr.get(t),i=(n.handle||(n.handle=function(e){Tr.dispatch(t,e)}),e.id=E.uniqueId(),e.capture?"captureEvents":"bubbleEvents"),i=n[i]=n[i]||{},i=i[e.type]=i[e.type]||[];return i.length||_r(t,e.type,n.handle,e.capture),i.push(e),()=>{k.event.remove(t,e.type,e.handler,e.capture)}},dispatch:function(r,o){var e,t,a;r&&(e=(wr.get(r,"captureEvents")||{})[o.type]||[],t=(wr.get(r,"bubbleEvents")||{})[o.type]||[],(t=e.concat(t)).length)&&!(a=wr.get(o)).ignore&&(a.handled=a.handled||{},E.each(t.slice(),function(e){var t=!!e.capture===Ir(o),n=(n=o,E.isNumber(n.eventPhase)&&2===n.eventPhase),t=!t&&!n;if(!(Cr(o)!==r&&t||a.handled[e.id])){a.handled[e.id]=!0;try{(!ge(e.selector)||0<k(Cr(o)).closest(e.selector).length)&&e.handler.call(r,o)}catch(i){C.error(i)}}}))},remove:function(e,t,n,i){var r=wr.get(e);if(r){if(E.isFunction(n)){var o=i?r.captureEvents:r.bubbleEvents;if(!o)return;var a=o[t];if(!a)return;var s=E.findIndex(a,function(e){return e.handler===n});0<=s&&a.splice(s,1),a.length||(delete o[t],Er(e,t,r.handle,i))}else n===undefined&&(r.captureEvents&&r.captureEvents[t]&&(delete r.captureEvents[t],Er(e,t,r.handle,!0)),r.bubbleEvents)&&r.bubbleEvents[t]&&(delete r.bubbleEvents[t],Er(e,t,r.handle));E.isEmpty(r.captureEvents)&&E.isEmpty(r.bubbleEvents)&&(wr.remove(e,"captureEvents"),wr.remove(e,"bubbleEvents"),wr.remove(e,"handle"))}},trigger:function(e){var t=wr.get(e);if(!t.pendoStopped)if(e.bubbles){var n=Cr(e);if(n){for(var i,r=n,o=[];r;)o.unshift(r),r=Zn.isElementShadowRoot(r)?r.host:r.parentNode;if(o.unshift(window),Ir(e)){for(i=0;i<o.length-1&&!t.pendoStopped;++i)Tr.dispatch(o[i],e);(e=Tr.clone(e)).eventPhase=2}for(2!==e.eventPhase||t.pendoStopped||(Tr.dispatch(n,e),(e=Tr.clone(e)).eventPhase=3),i=o.length-(null==e.eventPhase?1:2);0<=i&&!t.pendoStopped;--i)Tr.dispatch(o[i],e)}}else Tr.dispatch(Cr(e),e)},clone:function(e){var t=E.pick(e,["type","target","srcElement","altKey","ctrlKey","shiftKey","metaKey","button","which","eventPhase","bubbles",wr.ownerKey]),e=Zn.getComposedPath(e);return e&&(t.composedPath=E.constant(e)),t},$:{on:function(e,n,i,r){return E.isFunction(n)&&(r=i,i=n,n=null),e=e.split(" "),this.each(function(t){E.each(e,function(e){Tr.add(t,{type:e,selector:n,handler:i,capture:r})})})}}},xr=E.extend(Ar,{get:function(e,t){return Ar({method:"GET",url:e,headers:t})},post:Or,postJSON:function(e,t,n){return(n=n||{})["content-type"]="application/json",Or(e,t=JSON.stringify(t),n)},urlFor:function(e,t,n){if(E.isArray(t))i=t;else{if(!E.isObject(t))return e||"";i=E.keys(t)}var i=E.map(i,function(e){return E.isArray(t)?vt(e):vt(e)+"="+vt(t[e])}).join("&"),r=(e=e.split("#",2))[0],o=E.contains(r,"?");return[r,i?(o?"&":"?")+i:"",(n=void 0!==n?n:e[1])?"#"+n:""].join("")},supported:function(){return void 0!==kr()}});function kr(){return window.XMLHttpRequest||ActiveXObject}function Ar(e){var t=y.defer(),n=new(kr())("MSXML2.XMLHTTP.3.0");return n.open(e.method||"GET",e.url,!e.sync),E.each(e.headers,function(e,t){n.setRequestHeader(t.toLowerCase(),e)}),n.onreadystatechange=function(){var e;4===n.readyState&&(e=function(e){var t={status:e.status};try{t.data=JSON.parse(e.responseText)}catch(n){t.data=e.responseText}return t}(n),200<=n.status&&n.status<300?t.resolve(e):t.reject(e))},e.withCredentials&&(n.withCredentials=!0),e.data?n.send(e.data):n.send(),t.promise}function Or(e,t,n){return Ar({method:"POST",url:e,data:t,headers:n})}var Rr,Nr=function(){return window&&window.process&&window.process.versions&&window.process.versions.electron},Mr=function(){return h.get("annotateUrl")||Dr()||h.get("sanitizeUrl")||h.get(qr)||h.get("xhrWhitelist")},Lr=function(){return Dr()?{href:Fr(location.href),origin:location.origin}:{href:location.href,origin:location.origin}},Pr=function(){return new qn(window.location.href)},$r=function(){var e,t,n,i;return Mr()?(e=Pr(),Dr()&&(e.href=Fr(e.href)),Nr()?(t=A.electronResourcesPath(),n=A.electronUserDirectory(),i=A.electronAppName(),("https://"+e.href.replace(t,i)).replace(e.origin+n,i).replace(A.electronUserHomeDirectory(),"").replace("file:///","")):Kr(e.href)):g.getters["location/href"]()},Fr=function(e){return e.match(/(.+?)(?:#|$)/)[1]},Dr=function(){return!0===h.get("ignoreHashRouting")},Ur=500;function Gr(){return E.isUndefined(Rr)&&function e(){Wr(),Rr=Dt(e,Ur)}(),()=>{clearTimeout(Rr)}}var jr=function(e){var t;try{t=$r()}catch(n){}return t},Br=[],zr=!1,Hr=null;function Wr(){var t=Lr().href;Hr!=t&&(Hr=t,E.map(Br,function(e){e(t)}))}var qr="queryStringWhitelist";function Vr(e){var t=h.get("sanitizeUrl");return E.isFunction(t)?t(e):e}function Kr(e){e=e||Lr().href;var t=h.get("annotateUrl");if(t)if(E.isFunction(t))try{var n,i,r,o=t();return o&&(E.isObject(o)||E.isArray(o))?(n=o.exclude,i=o.include,r=o.fragment,delete o.fragment,(n&&E.isArray(n)||i&&(E.isArray(i)||E.isObject(i)))&&(n&&(e=Yr(e,null,n,!0)),o=i||{}),xr.urlFor(e,o,r)):e}catch(a){C.error("customer-provided `annotateUrl` function threw an exception",{error:a})}else C.error("customer-provided `annotateUrl` must be of type: function");return e}function Jr(e){var t,n;return!e||(t=e.indexOf("?"))<0?"":(n=e.indexOf("#"))<0?e.substring(t):n<t?"":e.substring(t,n)}function Yr(e,t,n,i){e=e||jr(),t=t||Jr(e).substring(1),o=(r=e.indexOf(t))+t.length;var r=e.substring(0,r),o=e.substring(o);return(r=(t=E.isArray(n)?Xr(t,n,i):t).length||"?"!==r.charAt(r.length-1)?r:r.substr(0,r.length-1))+t+o}var Zr,Xr=function(e,t,n){return n&&E.contains(t,"*")?"":(e=Qr(e),e=n?E.omit(e,t):E.pick(e,t),eo(e))},Qr=function(e){e=e.split("&");return E.reduce(e,function(e,t){return(t=t.split("="))[0]&&(e[t[0]]=t[1]&&mt(t[1])),e},{})},eo=function(e){return E.reduce(e,function(e,t,n){return t&&(n+="="+t),e&&(e+="&"),e+n},"")},A={watch:function(e){const n=[];C.info("Initializing Pendo URL Watcher");var i,t=h.get("location.pushState")&&Fe.supportsHistoryApi();return zr||(t&&(i=window.history,E.each(["pushState","replaceState"],function(e){var t=i[e];i[e]=E.wrap(i[e],function(e){var t=e.apply(i,E.toArray(arguments).slice(1));return Dt(Wr,0),t}),n.push(()=>{i[e]=t})}),n.push(_r(window,"popstate",Wr))),Fe.supportsHashChange()&&n.push(_r(window,"hashchange",Wr)),!1!==t&&Fe.supportsHashChange()||n.push(Gr()),zr=!0),Br.push(e),()=>{E.each(n,function(e){e()}),Br.length=0,zr=!1}},get:jr,externalizeURL:function(e,t,n){n=n||h.get(qr);return Vr(Yr(e,t,n=E.isFunction(n)?n():n,!1))},startPoller:Gr,getWindowLocation:Lr,clear:function(){Br=[]},isElectron:Nr,electronUserDirectory:function(){return window.process.env.PWD||""},electronAppName:function(){return window.process.env.npm_package_name||""},electronUserHomeDirectory:function(){return window.process.env.HOME||""},electronResourcesPath:function(){return window.process.resourcesPath||""}};function to(){var e=h.getLocalConfig("dataHost");return e||((e=h.getHostedConfig("dataHost"))?-1===e.indexOf("://")?"https://"+e:e:je)}function no(){Zr=to()}function io(){var e=h.get("contentHost")||h.get("assetHost")||Be;return e=e&&-1===e.indexOf("://")?"https://"+e:e}function ro(e){return io()+"/"+(ze?ze+"/":"")+e}function oo(){var e=h.get("allowPartnerAnalyticsForwarding",!1)&&h.get("adoptAnalyticsForwarding",!1);return h.get("trainingPartner",!1)||e}var ao=3,so=1,uo=9,co=11,lo=4;function O(e){var t;if((t=e)&&t.nodeType===so)try{return window.getComputedStyle?getComputedStyle(e):e.currentStyle||void 0}catch(n){}}function po(e,t){var n;return!(!e||!E.isFunction(e.getPropertyValue))&&(n=[e.getPropertyValue("transform")],void 0!==t&&E.isString(t)&&n.push(e.getPropertyValue("-"+t.toLowerCase()+"-transform")),E.any(n,function(e){return e&&"none"!==e}))}function ho(e){var t=(e=e||window).document.documentElement;return e.pageYOffset||t.scrollTop}function fo(e){var t=(e=e||window).document.documentElement;return e.pageXOffset||t.scrollLeft}function go(e){return E.isNumber(e)?e:0}function mo(e,t){e=e.offsetParent;return t=t||window,e=e&&e.parentElement===t.document.documentElement&&!yo(e)?null:e}function vo(e){return po(O(e),xe)&&isNaN(Ie)}function yo(e){if(e)return(e=O(e))&&(E.contains(["relative","absolute","fixed"],e.position)||po(e,xe))}function bo(e,t,n){if(!e)return{width:0,height:0};n=n||window;var t=yo(t)?t:mo(t,n),i=t?wo(t):{top:0,left:0},e=wo(e),i={top:e.top-i.top,left:e.left-i.left,width:e.width,height:e.height};return t?(t!==n.document.scrollingElement&&(i.top+=go(t.scrollTop),i.left+=go(t.scrollLeft)),i.top-=go(t.clientTop),i.left-=go(t.clientLeft)):(i.top+=ho(n),i.left+=fo(n)),i.bottom=i.top+i.height,i.right=i.left+i.width,i}function wo(e){var t;return e?e.getBoundingClientRect?{top:(t=e.getBoundingClientRect()).top,left:t.left,bottom:t.bottom,right:t.right,width:t.width||Math.abs(t.right-t.left),height:t.height||Math.abs(t.bottom-t.top)}:{top:0,left:0,width:e.offsetWidth,height:e.offsetHeight,right:e.offsetWidth,bottom:e.offsetHeight}:{width:0,height:0}}var So=void 0===(e=h.get("pendoCore"))||e,Io=function(e,t,n){e=Zr+"/data/"+e+"/"+t,t=E.map(n,function(e,t){return t+"="+e});return 0<t.length&&(e+="?"+t.join("&")),e};function _o(){return E.compact([I.apiKey].concat(I.additionalApiKeys))}var Eo=function(e){return e+="v"+He,To(Io("log.gif",I.apiKey,{msg:e,version:He}))};function Co(e){try{var t=Zr+"/data/errorlog?apiKey="+I.apiKey,n={error:e,version:"v"+He,visitorId:b()},i=xo.supported()?fetch(t,{method:"POST",keepalive:!0,body:JSON.stringify(n),headers:{"Content-Type":"application/json"}}):xr.postJSON(t,n);return i.then(function(){C.info("successfully wrote error")},function(e){C.info("error writing error:"+e)})}catch(r){return C.info("Failed to write error to server using POST endpoint: "+r),Eo("Failed to write error to server using POST endpoint: "+r)}}function To(e){var t,n;return Ro()?(t=y.defer(),_r(n=new Image,"load",t.resolve),_r(n,"error",t.reject),n.src=e,t.promise):y.resolve()}function xo(e,t={}){t=E.extend({},{method:"GET",keepalive:!0},t);return fetch(e,t)}function ko(e,t){return navigator.sendBeacon(e,t)}xo.supported=function(){try{return E.isFunction(window.fetch)&&"undefined"!=typeof Request&&"keepalive"in new Request("")}catch(e){return!1}};var Ao=!(ko.supported=function(){return E.isFunction(navigator.sendBeacon)}),Oo=function(){var e=Ro();return Ao=!0,e&&m["transmit:locked"].trigger(),"Pendo Agent locked. No more events will be written."},Ro=function(){return!Ao&&So},No=function(e,t){try{return new RegExp("(\\s|^)"+t+"(\\s|$)").test($o(e))}catch(n){return!1}},Mo=function(e,t){try{var n;No(e,t)||(n=Ze.call($o(e))+" "+t,Po(e,n))}catch(i){}},Lo=function(e,t){try{var n,i;No(e,t)&&(n=new RegExp("(\\s|^)"+t+"(\\s|$)"),i=$o(e).replace(n," "),Po(e,i))}catch(r){}},Po=function(e,t){E.isString(e.className)?e.className=t:e.setAttribute("class",t)},$o=function(e){try{var t=e.className;return(E.isString(t)||!ge(t)?t:e.getAttribute("class"))||""}catch(n){return""}},Fo=function(e){e=e.replace(/-([a-z])/gi,function(e,t){return t.toUpperCase()});return e=e.substr(0,1).toLowerCase()+e.substr(1)},Do={columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},Uo=function(e,t){t=function(e){if(E.isString(e)){var t=e.split(";");var n;var i;var r;var o;e={};for(r=0;r<t.length;r++){n=t[r];o=n.indexOf(":");i=n.substring(0,o);e[i]=n.substring(o+1)}}return e}(t);Go(e,t)},Go=function(a,e){E.each(e,function(e,t){if(""!==(t=Ze.call(t))){var n=Fo(t),i=(!E.isNumber(e)||isNaN(e)||Do[n]?E.isString(e)||(e=""+e):e+="px",e.indexOf("!important"));if(-1!==i)try{var r=Ze.call(r.substring(0,i));a.style.setProperty(t,r,"important")}catch(o){a.style.cssText+=";"+t+":"+e}else try{a.style[n]=Ze.call(e)}catch(o){C.info("failed to set style: "+t+" with value "+e)}}})},jo=function(){return De()?{width:document.documentElement.offsetWidth||0,height:document.documentElement.offsetHeight||0}:{width:window.innerWidth||document.documentElement.clientWidth,height:window.innerHeight||document.documentElement.clientHeight}},Bo=function(e){var t=jo(),n=ho(),i=fo();return e.top>=n&&e.left>=i&&e.top+e.height<=n+t.height&&e.left+e.width<=i+t.width};function zo(t){return E.each(["left","top","width","height"],function(e){t[e]=Math.round(t[e])}),t}function Ho(e,t=window){var n;return function(e){var t,n=e;for(;n;){if(!(t=O(n)))return;if("fixed"===t.position)return!isNaN(Ie)||!Qo(n);n=n.parentNode}return}(e)?((n=wo(e)).fixed=!0,zo(n)):zo(bo(e,Ko(t.document),t))}var Wo=function(e){e&&e.parentNode&&e.parentNode.removeChild(e)},qo=E.compose(function(e){return Array.prototype.slice.call(e)},function(e,t){try{return yr(e,t)}catch(n){return Eo("error using sizzle: "+n),t.getElementsByTagName(e)}}),Vo=function(e,t){try{return t.children.length+t.offsetHeight+t.offsetWidth-(e.children.length+e.offsetHeight+e.offsetWidth)}catch(n){return C.info("error interrogating body elements: "+n),Eo("error picking best body:"+n),0}},Ko=function(e){e=e||document;try{var t=qo("body",e);return t&&1<t.length?(t.sort(Vo),t[0]||e.body):e.body&&e.body.tagName&&"body"!==e.body.tagName.toLowerCase()?e.documentElement:e.body}catch(n){return Eo("Error getting body element: "+n),e.body}};function Jo(e){if(e&&e.parentNode){var t=e.parentNode,n=e;if(!t)return[];var i=[];if(t.childNodes)for(let e=0;e<t.childNodes.length;e++){var r=t.childNodes[e];1===r.nodeType&&r!==n&&i.push(r)}return i}return[]}function Yo(e){if(yr.contains(document,e))return!0;for(;e&&e.parentNode||Zn.isElementShadowRoot(e);)e=Zn.getParent(e);return e===document}var Zo=function(e){var t=Ko();if(null!==e)return e===document||e===window?((t={left:window.pageXOffset||t.scrollLeft,top:window.pageYOffset||t.scrollTop,width:window.innerWidth,height:window.innerHeight}).right=t.left+t.width,t.bottom=t.top+t.height,t):((t=Ho(e)).right=t.left+t.width,t.bottom=t.top+t.height,t)},Xo=function(e,t){return!(e.top>=t.bottom||e.bottom<=t.top||e.left>=t.right||e.right<=t.left)};function Qo(e){for(var t=e&&e.parentNode;t;){if(po(O(t),xe))return 1;t=t.parentNode}}var ea=function(e,t,n){t=t||/(auto|scroll|hidden)/;var i,r=(n=n||window).document.documentElement;if(Yo(e))for(i=e;i;)if(Zn.isElementShadowRoot(i))i=i.host;else{if(i===r)return null;if(!(o=O(i)))return null;var o,a=o.position;if(i!==e&&t.test(o.overflow+o.overflowY+o.overflowX))return i.parentNode!==r||(o=O(r))&&!E.contains([o.overflow,o.overflowY,o.overflowX],"visible")?i:null;if("absolute"===a||"fixed"===a&&Qo(i))i=mo(i);else{if("fixed"===a)return null;i=i.assignedSlot||i.parentNode}}return null};function ta(e,t){e=O(e);return t=t||/(auto|scroll|hidden)/,!e||"inline"===e.display?na.NONE:t.test(e.overflowY)&&t.test(e.overflowX)?na.BOTH:t.test(e.overflowY)?na.Y:t.test(e.overflowX)?na.X:t.test(e.overflow)?na.BOTH:na.NONE}var na={X:"x",Y:"y",BOTH:"both",NONE:"none"};function ia(e){return e&&e.nodeName&&"body"===e.nodeName.toLowerCase()&&Yo(e)}function ra(e){var t=document.createElement("script"),n=document.head||document.getElementsByTagName("head")[0]||document.body;t.type="text/javascript",e.src?t.src=e.src:t.text=e.text||e.textContent||e.innerHTML||"",n.appendChild(t),n.removeChild(t)}function oa(e){if(e){if(E.isFunction(e.getRootNode))return e.getRootNode();if(null!=e.ownerDocument)return e.ownerDocument}return document}function aa(e,t,n){const i=[];var r=oa(document.documentElement);let o=oa(ea(t)),a=0;for(;o!==r&&a<20;)i.push(e(o,"scroll",n,!0)),o=oa(ea(o)),a++;return()=>{E.each(E.compact(i),function(e){e()}),i.length=0}}const sa=['a[href]:not([disabled]):not([tabindex="-1"])','button:not([disabled]):not([tabindex="-1"])','textarea:not([disabled]):not([tabindex="-1"])','input:not([disabled]):not([tabindex="-1"])','select:not([disabled]):not([tabindex="-1"])','[tabindex]:not([tabindex="-1"])',"iframe"].join(", ");function ua(e,t,n){var i=Zo(t),t=ta(t,n);if(t!==na.BOTH||Xo(e,i)){if(t===na.Y){if(e.top>=i.bottom)return;if(e.bottom<=i.top)return}if(t===na.X){if(e.left>=i.right)return;if(e.right<=i.left)return}return 1}}function da(e){if(e){if(ia(e))return 1;var t=Zo(e);if(0!==t.width&&0!==t.height){var n=O(e);if(!n||"hidden"!==n.visibility){for(var i=e;i&&n;){if("none"===n.display)return;if(parseFloat(n.opacity)<=0)return;n=O(i=i.parentNode)}return 1}}}}function ca(e,t){if(!da(e))return!1;if(!ia(e)){for(var n=Zo(e),i=ea(e,t=t||/hidden/),r=null;i&&i!==document&&i!==r;){if(!ua(n,i,t))return!1;i=ea(r=i,t)}if(e.getBoundingClientRect){var e=e.getBoundingClientRect(),o=e.right,e=e.bottom;if(n.fixed||(o+=fo(),e+=ho()),o<=0||e<=0)return!1}}return!0}function la(e){var t,n,i,r,o,a=/(auto|scroll)/,s=/(auto|scroll|hidden)/,u=Zo(e),d=ea(e,s);if(!da(e))return!1;for(;d;){if(t=Zo(d),(o=ta(d,a))!==na.NONE&&(i=n=0,o!==na.Y&&o!==na.BOTH||(u.bottom>t.bottom&&(n+=u.bottom-t.bottom,u.top-=n,u.bottom-=n),u.top<t.top&&(n-=r=t.top-u.top,u.top+=r,u.bottom+=r)),o!==na.X&&o!==na.BOTH||(u.right>t.right&&(i+=u.right-t.right,u.left-=i,u.right-=i),u.left<t.left&&(i-=r=t.left-u.left,u.left+=r,u.right+=r))),!ua(u,d,s))return!1;d=ea(d,s)}return!0}function pa(e){for(var t,n,i,r,o,a=/(auto|scroll)/,s=Ko(),u=ea(e,a);u&&u!==s;)t=Zo(e),n=Zo(u),r=i=0,t.bottom>n.bottom&&(i+=t.bottom-n.bottom,t.top-=i,t.bottom-=i),t.top<n.top&&(i-=o=n.top-t.top,t.top+=o,t.bottom+=o),t.right>n.right&&(r+=t.right-n.right,t.left-=r,t.right-=r),t.left<n.left&&(r-=o=n.left-t.left,t.left+=o,t.right+=o),E.isFunction(u.scrollBy)?u.scrollBy(r,i):(u.scrollTop+=i,u.scrollLeft+=r),u=ea(u,a)}Mi={$:{findOrCreate:function(e){return 0<this.length?this:k(e)},find:function(e){var t=k();return t.context=this.context,this.each(function(){k(e,this).each(function(){t[t.length++]=this})}),t},each:function(e){for(var t=0,n=this.length;t<n;++t)e.call(this[t],this[t],t);return this},html:function(e){return e===undefined?this.length?this[0].innerHTML:this:this.each(function(){this.innerHTML=e})},text:function(e){var t="innerText"in document.body;return e===undefined?t?this.length?this[0].innerText:this:this.length?this[0].textContent:this:this.each(function(){Uo(this,{"white-space":"pre-wrap"}),t?this.innerText=e:this.textContent=e})},addClass:function(e){return e=e.split(/\s+/),this.each(function(t){E.each(e,function(e){Mo(t,e)})})},removeClass:function(e){return e=e.split(/\s+/),this.each(function(t){E.each(e,function(e){Lo(t,e)})})},hasClass:function(e){e=e.split(/\s+/);var n=!0;return 0!==this.length&&(this.each(function(t){E.each(e,function(e){n=n&&No(t,e)})}),n)},toggleClass:function(e){return e=e.split(/\s+/),this.each(function(t){E.each(e,function(e){(No(t,e)?Lo:Mo)(t,e)})})},css:function(e){return this.each(function(){Uo(this,e)}),this},appendTo:function(e){return k(e).append(this),this},append:function(e){var t=this;return k(e).each(function(){t.length&&t[0].appendChild(this),Yo(this)&&E.each(yr("script",this),ra)}),t},prependTo:function(e){return k(e).prepend(this),this},prepend:function(e){var t,n;return this.length&&(t=this[0],n=t.childNodes[0],k(e).each(function(){n?k(this).insertBefore(n):k(this).appendTo(t)})),this},getParent:function(){var e=k(this)[0];if(e&&e.parentNode)return k(e.parentNode)},insertBefore:function(e){e=k(e)[0];e&&e.parentNode&&(e.parentNode.insertBefore(this[0],e),Yo(document))&&E.each(yr("script",this[0]),ra)},remove:function(){return this.each(function(){this.parentNode&&this.parentNode.removeChild(this)}),this},attr:function(e,t){return E.isObject(e)?(this.each(function(){E.each(e,function(e,t){this.setAttribute(t,e)},this)}),this):t!==undefined?(this.each(function(){this.setAttribute(e,t)}),this):0<this.length?this[0].getAttribute(e):void 0},closest:function(e,t){for(var n=this[0];n&&!yr.matchesSelector(n,e);)if((n=Yn(n))===document||t&&yr.matchesSelector(n,t))return k();return k(n)},eq:function(e){return k(this[e])},height:function(e){if(this.length)return e===undefined?this[0].offsetHeight:(this[0].style.height=e+"px",this)},width:function(e){if(this.length)return e===undefined?this[0].offsetWidth:(this[0].style.width=e+"px",this)},focus:function(){return this.each(function(){E.isFunction(this.focus)&&this.focus()})}}};class ha{constructor(e=Ko(),t={attributes:!0,childList:!0,subtree:!0}){if(this.listeners=[],this._teardown=()=>{},Fe.MutationObserver){const n=new(dt("MutationObserver"))((e,t)=>{this.signal()});n.observe(e,t),this._teardown=()=>n.disconnect}else{const i=Dt(()=>{this.signal()},500);this._teardown=()=>{clearTimeout(i)}}}signal(){E.each(this.listeners,e=>{e.get()})}addObservers(...e){this.listeners=[].concat(this.listeners,e)}teardown(){this._teardown()}}Ti=function(){function e(e){this._object=e}return e.prototype.deref=function(){return this._object},e};var fa="function"==typeof(r=window.WeakRef)&&/native/.test(r)?r:Ti();function ga(e,t){var n,i;return e.tagName&&-1<["textarea","input"].indexOf(e.tagName.toLowerCase())?(n=e.value,i=t,n.length<=i?n:ba(n.substring(0,i))):ma(e,t)}function ma(e,t=128){var n,i="",r=e.nodeType;if(r===ao||r===lo)return e.nodeValue;if((n=e).tagName&&"textarea"!=n.tagName.toLowerCase()&&(r===so||r===uo||r===co)){if(!e.childNodes)return i;for(var o,a=0;a<e.childNodes.length;++a){if(t<=(i+(o=ma(e.childNodes[a],t-i.length))).length)return i+ba(o.substring(0,t-i.length));i+=o}}return i}function va(e){return 55296<=e&&e<=56319}function ya(e){return 56320<=e&&e<=57343}function ba(e){if(!(e.length<1)){var t=e.slice(-1).charCodeAt(0);if(va(t)||ya(t)){if(1===e.length)return e.slice(0,-1);if(va(t))return e.slice(0,-1);if(ya(t))if(!va(e.slice(-2).charCodeAt(0)))return e.slice(0,-1)}}return e}class wa{constructor(e){this.listeners={},this.events=[],this.cssSelector=e}get(){let t=this.elRef&&this.elRef.deref();var e=Yo(t);if(!t||!e){if(t&&!e)return undefined;if([t]=k(this.cssSelector),!t)return undefined;E.each(this.events,e=>{t.addEventListener(e,e=>this.onEvent(e))}),this.elRef=new fa(t)}return t}getText(e=1024){return ga(this.get(),e)}addEventListener(e,t){var n=this.get();this.events.indexOf(e)<0&&(this.events.push(e),n)&&n.addEventListener(e,e=>this.onEvent(e)),this.listeners[e]=this.listeners[e]?this.listeners[e].push(t):[].concat(t)}onEvent(t){var e=t.type;E.each(this.listeners[e],e=>e(t))}teardown(){const t=this.get();t&&E.each(this.events,e=>t.removeEventListener(e,this.onEvent))}}function Sa(t){if(!t)return!1;if(t===window.location.origin)return!0;if(t===to())return!0;if(t===io())return!0;var e=[/^https:\/\/(app|via|adopt)(\.eu|\.us|\.gov|\.jpn|\.hsbc|\.au)?\.pendo\.io$/,/^https:\/\/((adopt\.)?us1\.)?(app|via|adopt)\.pendo\.io$/,/^https:\/\/([0-9]{8}t[0-9]{4}-dot-)pendo-(io|eu|us1|govramp|jp-prod|hsbc|au)\.appspot\.com$/,/^https:\/\/hotfix-(ops|app)-([0-9]+-dot-)pendo-(io|eu|us1|govramp|jp-prod|hsbc|au)\.appspot\.com$/,/^https:\/\/pendo-(io|eu|us1|govramp|jp-prod|hsbc|au)-static\.storage\.googleapis\.com$/,/^https:\/\/(us1\.)?cdn(\.eu|\.jpn|\.gov|\.hsbc|\.au)?\.pendo\.io$/],n=(Ke()||(e=e.concat([/^https:\/\/([a-zA-Z0-9-]+\.)*pendo-dev\.com$/,/^https:\/\/([a-zA-Z0-9-]+-dot-)?pendo-(dev|test|io|us1|govramp|jp-prod|hsbc|au|batman|magic|atlas|wildlings|ionchef|mobile-guides|mobile-hummus|mobile-fbi|mobile-plat|eu|eu-dev|apollo|security|perfserf|freeze|armada|voc|mcfly|calypso|dap|scrum-ops|ml|helix|uat)\.appspot\.com$/,/^https:\/\/via\.pendo\.local:\d{4}$/,/^https:\/\/adopt\.pendo\.local:\d{4}$/,/^https:\/\/local\.pendo\.io:\d{4}$/,new RegExp("^https://pendo-"+Ge+"-static\\.storage\\.googleapis\\.com$")])),h.get("adoptHost"));if(n&&t==="https://"+n)return!0;return!!E.contains(h.get("allowedOriginServers",[]),t)||E.any(e,function(e){return e.test(t)})}function Ia(e){var t;if(E.isString(e))return t=(t=Jr(e).substring(1))&&t.length?Qr(t):{},e=E.last(E.first(e.split("?")).split("/")).split("."),{filename:E.first(e),extension:e.slice(1).join("."),query:t}}function _a(e,t){var n;h.get("guideValidation")&&Fe.sri&&(n=Ia(t),t=E.find(["sha512","sha384","sha256"],function(e){return!!n.query[e]}))&&(e.integrity=t+"-"+(t=n.query[t],E.isString?t.replace(/-/g,"+").replace(/_/g,"/"):t),e.setAttribute("crossorigin","anonymous"))}E.extend(k,{data:wr,event:Tr,removeNode:Wo,getClass:$o,hasClass:No,addClass:function(e,t){var n;"string"==typeof e?(n=k(e),E.map(n,function(e){Mo(e,t)})):Mo(e,t)},removeClass:function(e,t){var n;"string"==typeof e?(n=k(e),E.map(n,function(e){Lo(e,t)})):Lo(e,t)},getBody:Ko,getComputedStyle:O,getClientRect:Zo,intersectRect:Xo,getScrollParent:ea,isElementVisible:ca,Observer:ha,Element:wa,scrollIntoView:pa,getRootNode:oa}),E.extend(k.prototype,Tr.$,Mi.$);var Ea,Ca=function(e){var t=0===h.get("allowedOriginServers",[]).length,n=oo();return!(!t&&!n&&(t=Ge,n=Z,!/prod/.test(t)||ie(n)))||Sa(e)},Ta=function(e,t,n=!1){try{var i,r="text/css",o="text/javascript";if(E.isString(e)&&(e={url:e}),!Ca((d=e.url,new qn(d).origin)))throw new Error;e.type=e.type||/\.css/.test(e.url)?r:o;var a=null,s=document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0];if(e.type===r){var u=document.createElement("link");u.type=r,u.rel="stylesheet",u.href=e.url,_a(u,e.url),a=u}else{if(ut())return(i=document.createElement("script")).addEventListener("load",function(){t(),Wo(i)}),i.type=o,i.src=J(I).createScriptURL(e.url),_a(i,e.url),document.body.appendChild(i),{};(i=document.createElement("script")).type=o,i["async"]=!0,i.src=J(I).createScriptURL(e.url),_a(i,e.url),a=i,t=E.wrap(t,function(e,t){k.removeNode(i),t?n&&e(t):e.apply(this,E.toArray(arguments).slice(1))})}return s.appendChild(a),xa(a,e.url,t),a}catch(c){return{}}var d},xa=function(e,t,n){var i=!1;ge(n)&&(e.onload=function(){!0!==i&&(i=!0,n(null,t))},e.onerror=function(){!0!==i&&(i=!0,n(new Error("Failed to load script"),t))},e.onreadystatechange=function(){i||e.readyState&&"loaded"!=e.readyState&&"complete"!=e.readyState||(i=!0,n(null,t))},"link"===e.tagName.toLowerCase())&&(Dt(function(){var e;i||((e=new Image).onload=e.onerror=function(){!0!==i&&(i=!0,n(null,t))},e.src=t)},500),Dt(function(){i||Eo("Failed to load "+t+" within 10 seconds")},1e4))},ka=function(e){var t=JSON.parse(e.data),n=e.origin;C.debug(I.app_name+": Message: "+JSON.stringify(t)+" from "+n),za(e.source,{status:"success",msg:"ack",originator:"messageLogger"},n)},Aa=function(e){Ra(Pa)(Oa(e))},Oa=function(e){if(e.data)try{var t="string"==typeof e.data?JSON.parse(e.data):e.data,n=e.origin,i=e.source;if(!t.action&&!t.mutation){if(t.type&&"string"==typeof t.type)return{data:t,origin:n,source:i};C.debug("Invalid Message: Missing 'type' in data format")}}catch(r){}};function Ra(t){return function(e){if(e&&Sa(e.origin))return t.apply(this,arguments)}}var Na={disconnect:function(e){},module:function(e){Ba(e.moduleURL)},debug:function(e){qa(ka)}},Ma=function(e,t){Na[e]=t},La=function(e){delete Na[e]},Pa=function(e){var t;e&&(t=e.data)&&ge(Na[t.type])&&Na[t.type](t,e)},$a={},Fa=function(e){if($a[e]={},"undefined"!=typeof CKEDITOR)try{CKEDITOR.config.customConfig=""}catch(t){}},Da=function(e){return ge($a[e])},Ua=function(e){if($a)for(var t in $a)if(0<=t.indexOf(e))return t;return null},Ga=[],ja=function(){var e;Ga.length<1||(e=Ga.shift(),Da(e))||Ta(e,function(){Fa(e),ja()})};var Ba=function(e){!function(e){var t={"/js/lib/ckeditor/ckeditor.js":1};E.each(["depres.js","tether.js","sortable.js","selection.js","selection.css","html2canvas.js","ckeditor/ckeditor.js"],function(e){t["/modules/pendo.designer/plugins/"+e]=1,t["/engage-app-ui/assets/classic-designer/plugins/"+e]=1});try{var n=new qn(e);return Sa(n.origin)&&t[n.pathname]}catch(i){C.debug("Invalid module URL: "+e)}}(e)||(Ga.push(e),1<Ga.length)||ja()},za=function(e,t,n){var i,r=E.uniqueId("pendo-");try{void 0===t&&void 0===n&&(t=e,e=Ea||Wa(),n="*"),t.guid=r,e&&E.isFunction(e.postMessage)&&(i=JSON.stringify(t),e.postMessage(i,n))}catch(o){t=o&&o.message||"";C.info("Failed to postMessage: "+t)}return r},Ha=function(){return window!=window.top},Wa=function(){var e=new RegExp("^"+wt(Zr).replace(/^https?:/,"https?:")),t=h.get("forceParentDesigner");return!Ke()&&t||e.test(location.href)?window.parent:window.top},qa=function(e){var t;return ge(window.addEventListener)&&E.isFunction(window.addEventListener)&&(t=Ra(e),window.addEventListener("message",t,!1)),function(){ge(window.removeEventListener)&&E.isFunction(window.removeEventListener)&&t&&window.removeEventListener("message",t,!1)}},Va=E.memoize(function(){return h.get("restrictP1Access")}),Ka=[],Ja=[],Ya=12e4,Za=16,Xa=1900,Qa=65536,es=function(e){return!(!e||""===e)},ts=function(){return A.get()},ns={flush:E.noop,flushBy:E.noop,flushEvents:as,flushTrackEvents:as,flushSilos:as,flushTrackEventSilos:as,flushBeacons:as,flushNow:as,flushLater:ss,flushEvery:us,flushStop:ds,beacons:[],silos:[],trackEventSilos:[],lock:Oo,unlock:function(){if(!Ro())return cs(),function(){var e=!Ro();return Ao=!1,e&&m["transmit:unlocked"].trigger(),"Pendo Agent unlocked. Events will be written."}()}},is=[];function rs(e){is.push(e)}function os(e){e=is.indexOf(e);0<=e&&is.splice(e,1)}function as(e,t){try{E.each(is,function(e){e.flush&&e.flush(t)})}catch(n){C.critical("unhandled error while flushing event cache",{error:n})}}function ss(e){return t=E.partial(as,!0),n=e,n=parseInt(n,10)||0,t[n]||(i=Dt(function(){t(),t[n]()},n),t[n]=function(){window.clearTimeout(i),delete t[n]});var t,n,i}function us(e){var t;if(e=parseInt(e,10)||0,E.isObject(us.intervals)||(us.intervals={}),!us.intervals[e])return t=window.setInterval(as,e),us.intervals[e]=function(){clearInterval(t),delete us.intervals[e]}}function ds(){var e=E.values(us.intervals).concat([as]);E.map(e,function(e){E.isFunction(e)&&e()})}function cs(){E.each(is,function(e){e.clear&&e.clear()}),ds()}function ls(e){try{return window.TextDecoder?JSON.parse((new TextDecoder).decode((t=e.split(".")[1],t=atob(t),Uint8Array.from(t,e=>e.codePointAt(0))))):JSON.parse(atob(e.split(".")[1]))}catch(n){return null}var t}function ps(e,t){return t=t?t+": ":"",e.jwt||e.signingKeyName?e.jwt&&!e.signingKeyName?(C.debug(t+"The jwt is supplied but missing signingKeyName."),!1):e.signingKeyName&&!e.jwt?(C.debug(t+"The signingKeyName is supplied but missing jwt."),!1):(e=e.jwt,!(!E.isString(e)||!/^[a-zA-Z0-9\-_]+?\.[a-zA-Z0-9\-_]+?\.([a-zA-Z0-9\-_]+)?$/.test(e))||(C.debug(t+"The jwt is invalid."),!1)):(C.debug(t+"Missing jwt and signingKeyName."),!1)}hs=null;var hs,fs={set:function(e){hs=JSON.parse(JSON.stringify(e||{}))},get:function(){return null!==hs?hs:{}},getJwtOptions:function(e,t){var n;return t=t||"",!!h.get("enableSignedMetadata")&&(n=ps(e,t),h.get("requireSignedMetadata")&&!n?(C.debug("Pendo will not "+t+"."),!1):n?ls(e.jwt):void C.debug("JWT is enabled but not being used, falling back to unsigned metadata."))}};class gs{constructor(e,t=100){this.queue=[],this.unloads=new Set,this.pending=new Set,this.failures=new Map,this.sendFn=e,this.maxFailures=t}isEmpty(){return this.queue.length<=0}stop(){this.queue.length=0,this.unloads.clear(),this.pending.clear(),this.failures.clear(),this.stopped=!0,clearTimeout(this.timer),delete this.timer}start(){this.stopped=!1}push(...e){this.queue.push(...e),this.next()}next(){var e;if(this.queue.length&&this.pending.size<1)return e=this.queue[0],this.send(e,!1,!0)}incrementFailure(e){var t=(this.failures.get(e)||0)+1;return this.failures.set(e,t),t}pass(e,t=!0){this.unloads["delete"](e),this.pending["delete"](e),this.failures.clear();e=this.queue.indexOf(e);0<=e&&this.queue.splice(e,1),!this.stopped&&t&&this.next()}fail(e,t=!0){this.unloads["delete"](e),this.pending["delete"](e);var n=this.incrementFailure(e);!this.stopped&&t&&(n>=this.maxFailures&&(this.onTimeout&&this.onTimeout(),this.pass(e,!1)),this.retryLater(1e3*Math.pow(2,Math.min(n-1,6))))}retryLater(e){this.timer=Dt(()=>{delete this.timer,this.next()},e)}failed(){return 0<this.failures.get(this.queue[0])&&null!=this.timer}send(e,t,n){return this.pending.add(e),t&&this.unloads.add(e),this.sendFn(e,t,this.failures.get(e)||0).then(()=>this.pass(e,n),()=>this.fail(e,n))}drain(e,t=!0){if(this.queue.push(...e),this.failed())return Jt.reject();var n=[];for(const i of this.queue)this.pending.has(i)?this.retryPending&&t&&!this.unloads.has(i)&&(this.incrementFailure(i),n.push(this.send(i,t,!1))):n.push(this.send(i,t,!1));return Jt.all(n)}}var ms="_PENDO_UNNAMED_",vs=5;function ys(e,t,n,i,r,o){var a,s;a=h.get("dropAnonymous"),s=xn(b()),!So||a&&s||(a=t,s=n,t=i,n=r,i=o,s={type:r=e,browser_time:v(),visitor_id:b({generate:!0}),account_id:Gn(),url:A.externalizeURL(s),props:a||{},eventProperties:n},s=sn.addTracerIds(s),"track"===r&&(s.track_event_name=t||ms),m.eventCaptured.trigger(s,i),es((o=s).url)&&function(e){if(h.get("freeNPSData"))return E.contains(bs,e.type);return 1}(o)&&("track"===e?Ms.push(o):Ns.push(function(e,t){try{if(!e.getters["monitoring/shouldFlush"]())return t;var n=e.getters["monitoring/payload"]();e.dispatch("monitoring/flush"),E.isEmpty(n)||(t.ops=n)}catch(i){}return t}(g,o))))}var bs=["load","meta","identify"];function ws(){var r=E.toArray(arguments);return function(e,t){var n=r.concat([t]);!function i(t,e){t<n.length&&n[t](e,function(e){i(t+1,e)})}(0,e)}}let Ss=0;function Is(e,t){e.sequence=Ss++,t(e)}function _s(e){return n=function(e,t){return e.push(t),e},i=e,function(e,t){t(i=n(i,e))};var n,i}function Es(e,t){return oo()?Cs("account_id")(e,t):t(e)}function Cs(s){return function(e,t){if(!e.length)return t(e);for(var n=E.get(e[0],s),i=!0,r=1;r<e.length;r++)if(n!==E.get(e[r],s)){i=!1;break}if(i)return t(e);var o=e.slice(0,r),a=e.slice(r);t(o),t(a)}}function Ts(e){return null==e.bytes&&(e.bytes=JSON.stringify(e).length),e}function xs(e,t,n){t=n[t-1]||E.last(n);return Math.ceil(e/t)}function ks(e,t){for(var n,i=0,r=(E.isFunction(t.overhead)?t.overhead:E.constant(0))(),o=0;o<e.length;++o){if(xs(n=Ts(e[o]).bytes,1,t.compressionRatio)+r<=t.lower){if(0<o)return o;break}if(xs(i+n,o+1,t.compressionRatio)+r>t.upper)return o;i+=n}if(!(0<o))for(o=i=0;o<e.length;++o){if(xs(i+(n=Ts(e[o]).bytes),o+1,t.compressionRatio)+r>t.lower)return o;i+=n}return-1}function As(){var e=fs.get();return E.isEmpty(e)?0:e.jwt.length+e.signingKeyName.length}var Os,Rs,Ns,Ms;function Ls(e,t){var n;if(0!==e.length)return e.JZB||(e.JZB=I.squeezeAndCompress(e.slice()),e.JZB.length<=Qa)||1===e.length?t(e):(n=e.length/2,Ls(e.slice(0,n),t),void Ls(e.slice(n),t))}function Ps(e,t){Ro()&&t(e)}function $s(){return function(e,t){1===e.length&&e.JZB.length>Qa?(C.debug("Couldn't write event"),Eo("Single item is: "+e.JZB.length+". Dropping."),Co(e.JZB)):t(e)}}function Fs(e,t){return Io(t.beacon+".gif",e,E.extend({v:He,ct:v(),jzb:t.JZB},t.params,t.auth))}function Ds(e,t){return Io(t.beacon+".gif",e,E.extend({v:He,ct:v(),s:t.JZB.length},t.params))}function Us(i){return function(e,t){e.params=E.extend({},e.params,i.params),e.beacon=i.beacon,e.eventLength=e.JZB.length;var n=fs.get();E.isEmpty(n)||(e.auth=n,e.eventLength+=n.jwt.length,e.eventLength+=n.signingKeyName.length),t(e)}}function Gs(e,t){var n=oo(),i=E.first(e),i=E.get(i,"account_id");n&&i&&(e.params=E.extend({},e.params,{acc:it(i)})),t(e)}function js(e,t){var n=E.first(e),n=E.get(n,"props.source");n&&(e.params=E.extend({},e.params,{source:n})),t(e)}function Bs(e){return JSON.stringify(E.extend({events:e.JZB},e.auth))}function zs(e){return e.status<200||300<=e.status?y.reject(new Error(`received status code ${e.status}: `+e.statusText)):y.resolve()}function Hs(e,t){return xo(Fs(e,t)).then(zs)}function Ws(e,t){return fetch(Ds(e,t),{method:"POST",keepalive:!0,body:Bs(t),headers:{"Content-Type":"application/json"}}).then(zs)}function qs(e,t){var n=Bs(t);return ko(Ds(e,t),n)?y.resolve():y.reject()}function Vs(n){return function(e,t){return t.JZB?t.eventLength<=Xa&&!h.get("sendEventsWithPostOnly")?n.preferFetch&&!t.auth&&xo.supported()?Hs(e,t):t.auth?xr({method:"GET",url:Fs(e,t)}):To(Fs(e,t)):n.allowPost&&t.eventLength<=Qa?xo.supported()?Ws(e,t):ko.supported()?qs(e,t):xr({method:"POST",url:Ds(e,e=t),data:Bs(e),headers:{"Content-Type":"application/json"}}):y.resolve():y.resolve()}}function Ks(n){return function(e,t){if(t.JZB){if(t.eventLength<=Xa&&!h.get("sendEventsWithPostOnly",!1)){if(!t.auth&&xo.supported())return Hs(e,t);if(Fe.msie<=11)return xr({method:"GET",url:Fs(e,t),sync:!0})}if(t.eventLength<=Qa&&n.allowPost){if(xo.supported())return Ws(e,t);if(ko.supported())return qs(e,t);if(Fe.msie<=11)return xr({method:"POST",url:Ds(e,e=t),data:Bs(e),sync:!0,headers:{"Content-Type":"application/json"}})}}return y.resolve()}}function Js(e){return ws(Ps,Es,Ls,(t=e.shorten,t=E.defaults(t||{},{fields:[],siloMaxLength:Qa}),function(n,e){var i;1===n.length&&n.JZB.length>t.siloMaxLength&&(i=n[0],C.debug("Max length exceeded for an event"),E.each(t.fields,function(e){var t=i[e];t&&2e3<t.length&&(C.debug("shortening "+t+" and retrying"),i[e]=t.substring(0,2e3),delete n.JZB)})),e(n)}),Ls,$s(),Us(e),Gs,js);var t}class Ys{constructor(e){this.queues=e}isEmpty(){return E.all(this.queues,e=>e.isEmpty())}stop(){E.each(this.queues,e=>e.stop())}push(){const t=E.toArray(arguments);E.each(this.queues,e=>e.push.apply(e,t))}drain(){const t=E.toArray(arguments);return y.all(E.map(this.queues,e=>e.drain.apply(e,t)))}}function Zs(t,r,o){r=r||Vs(t),o=o||Ks(t);e=t;var e=E.isFunction(e.apiKey)?[].concat(e.apiKey()):[].concat(e.apiKey),e=E.map(e,i=>{var e=new gs(function(e,t,n){return n&&(e.params=E.extend({},e.params,{rt:n})),(t?o:r)(i,e)});return e.onTimeout=function(){g.commit("monitoring/incrementCounter",t.beacon+"GifFailures")},e.retryPending=!0,e});return new Ys(e)}function Xs(e,t){var n=h.get("analytics.excludeEvents");0<=E.indexOf(n,e.type)||t(e)}class Qs{constructor(e){this.locks={},this.cache=e.cache||[],this.silos=e.silos||[],this.packageSilos=e.packageSilos,this.processSilos=e.processSilos,this.sendQueue=Zs(e)}pause(e=1e4){var t=E.uniqueId();const n=this["locks"];n[t]=1;var i=()=>{n[t]&&(clearTimeout(r),delete n[t],this.flush())},r=Dt(i,e);return i}push(e){this.packageSilos(e,e=>{this.silos.push(e)})}clear(){this.cache.length=0,this.silos.length=0,this.sendQueue.stop()}flush({unload:e=!1,hidden:t=!1}={}){var{cache:n,silos:i}=this;if((0!==n.length||0!==i.length||!this.sendQueue.isEmpty())&&E.isEmpty(this.locks)){i.push(n.slice()),n.length=0;n=i.slice();i.length=0;const r=[];E.each(n,function(e){this.processSilos(e,function(e){r.push(e)})},this),e||t?this.sendQueue.drain(r,e):this.sendQueue.push(...r)}}}function eu(e){var i,r,t=Js(e),n=ws((r=e.beacon,function(e,t){var n=h.get("excludeNonGuideAnalytics");"ptm"===r&&n||t(e)}),Xs,Is,_s(e.cache),(i={overhead:As,lower:h.get("sendEventsWithPostOnly")?Qa:Xa,upper:Qa,compressionRatio:[.5*vs,.75*vs,vs]},function(e,t){for(var n=ks(e,i);0<=n;)t(e.splice(0,Math.max(n,1))),n=ks(e,i)}));return new Qs(E.extend({processSilos:t,packageSilos:n},e))}var tu=Wn(function(e){var t,n,i;if((e=e||A.get())&&e!==tu.lastUrl)return tu.lastUrl=e,t=-1,Va()||Ha()&&(i=Wa(),za(i,{type:"load",url:location.toString()},"*")),C.debug("sending load event for url "+e),t={load_time:t="undefined"!=typeof performance&&E.isFunction(performance.getEntriesByType)&&!E.isEmpty(performance.getEntriesByType("navigation"))?(i=performance.getEntriesByType("navigation")[0]).loadEventStart-i.fetchStart:t},Ha()&&(t.is_frame=!0),"*"!==(n=St())&&(t.allowed_storage_keys=E.keys(n)),ys("load",t,e),ss(),m.urlChanged.trigger(),!0});function nu(e){return"hidden"===e.visibilityState}tu.reset=function(){tu.lastUrl=null};const iu="visibilitychange",ru="pagehide",ou="unload";function au(){this.serializers=E.toArray(arguments)}function su(e,t){return e.tag=Zn.isElementShadowRoot(t)?"#shadow-root":t.nodeName||"",e}function uu(e){return ge(e)?""+e:""}function du(e,t){return e.id=uu(t.id),e}function cu(e,t){return e.cls=uu(k.getClass(t)),e}E.extend(au.prototype,{add:function(e){this.serializers.push(e)},remove:function(e){e=E.indexOf(this.serializers,e);0<=e&&this.serializers.splice(e,1)},serialize:function(n,i){return n?(i=i||n,E.reduce(this.serializers,function(e,t){return t.call(this,e,n,i)},{},this)):{}}});var lu=256,pu=64,hu={a:{events:["click"],attr:["href"]},button:{events:["click"],attr:["value","name"]},img:{events:["click"],attr:["src","alt"]},select:{events:["mouseup"],attr:["name","type","selectedIndex"]},textarea:{events:["mouseup"],attr:["name"]},'input[type="submit"]':{events:["click"],attr:["name","type","value"]},'input[type="button"]':{events:["click"],attr:["name","type","value"]},'input[type="radio"]':{events:["click"],attr:["name","type"]},'input[type="checkbox"]':{events:["click"],attr:["name","type"]},'input[type="password"]':{events:["click"],attr:["name","type"]},'input[type="text"]':{events:["click"],attr:["name","type"]}};var fu=function(e,t,n){var i;return e&&e.nodeName?"img"==(i=e.nodeName.toLowerCase())&&"src"==t||"a"==i&&"href"==t?(i=e.getAttribute(t),Vr((i=i)&&0===i.indexOf("data:")?(C.debug("Embedded data provided in URI."),i.substring(0,i.indexOf(","))):i+"")):(i=t,e=(t=e).getAttribute?t.getAttribute(i):t[i],(!n||typeof e===n)&&e?E.isString(e)?Ze.call(e).substring(0,lu):e:null):null};function gu(t){var e,n,i;return E.isRegExp(t)&&E.isFunction(t.test)?function(e){return t.test(e)}:E.isArray(t)?(e=E.map(E.filter(t,E.isObject),function(e){var t;return e.regexp?(t=(t=/\/([a-z]*)$/.exec(e.value))&&t[1]||"",new RegExp(e.value.replace(/^\//,"").replace(/\/[a-z]*$/,""),t)):new RegExp("^"+e.value+"$","i")}),function(t){return E.any(e,function(e){return e.test(t)})}):E.isObject(t)&&t.regexp?(n=(n=/\/([a-z]*)$/.exec(t.value))&&n[1]||"",i=new RegExp(t.value.replace(/^\//,"").replace(/\/[a-z]*$/,""),n),function(e){return i.test(e)}):E.constant(!1)}function mu(e,t,n,i){try{var r,o=E.indexBy(t),a=E.filter(E.filter(e,function(e){return n(e.nodeName)||o[e.nodeName]}),function(e){return!i(e.nodeName)});return a.length<=pu?E.pluck(a,"nodeName"):(r=E.groupBy(e,function(e){return o[e.nodeName]?"defaults":E.isString(e.value)&&e.value.length>lu?"large":"small"}),E.pluck([].concat(E.sortBy(r.defaults,"nodeName")).concat(E.sortBy(r.small,"nodeName")).concat(E.sortBy(r.large,"nodeName")).slice(0,pu),"nodeName"))}catch(s){return C.error("Error collecting DOM Node attributes: "+s),[]}}function vu(t,n){var e=gu(h.get("htmlAttributes")),i=gu(h.get("htmlAttributeBlacklist")),r=(i("title")||(t.title=fu(n,"title","string")),(t.tag||"").toLowerCase()),r=("input"===r&&(r+='[type="'+n.type+'"]'),t.attrs={},mu(n.attributes,hu[r]&&hu[r].attr,e,i));return E.each(r,function(e){t.attrs[e.toLowerCase()]=fu(n,e)}),t}function yu(e,t){var n;return t.parentNode&&t.parentNode.childNodes&&(n=E.chain(t.parentNode.childNodes),e.myIndex=n.indexOf(t).value(),e.childIndex=n.filter(function(e){return e.nodeType==so}).indexOf(t).value()),e}function bu(i,e){var r;return h.get("siblingSelectors")&&e.previousElementSibling&&(r="_pendo_sibling_",this.remove(bu),e=this.serialize(e.previousElementSibling),this.add(bu),i.attrs=i.attrs||{},E.each(e,function(e,t){var n={cls:"class",txt:"pendo_text"}[t]||t;E.isEmpty(e)||(E.isObject(e)?E.each(e,function(e,t){e&&!E.isEmpty(e)&&(i.attrs[r+n+"_"+t]=e)}):i.attrs[r+n]=e)})),i}var wu=new au(su,du,cu,vu,yu,bu),Su=function(e){return"BODY"===e.nodeName&&e===Ko()||null===e.parentNode&&!Zn.isElementShadowRoot(e)},Iu="pendo-ignore",_u="pendo-analytics-ignore",Eu=function(e){var t={},n=t,i=e,r=!1;if(!e)return t;do{var o=i,a=wu.serialize(o,e)}while(r||!st(a.cls,Iu)&&!st(a.cls,_u)||(r=!0),n.parentElem=a,n=a,(i=Zn.getParent(o))&&!Su(o));return r&&(t.parentElem.ignore=!0),t.parentElem},Cu=["","left","right","middle"],t=function(e){return e},e=function(e,t){return e[t]},Tu=[["button",function(e){return e.which||e.button},function(){return!0},function(e,t){return Cu[t]}],["altKey",e,t,t],["ctrlKey",e,t,t],["metaKey",e,t,t],["shiftKey",e,t,t]],xu={click:function(e,t){for(var n=[],i=0;i<Tu.length;i++){var r=Tu[i],o=r[0],a=r[1],s=r[2],r=r[3],a=a(e,o);s(a)&&n.push(r(o,a))}return t.flags=n,t}},ku=function(t){try{if(!k.data.get(t,"counted")){k.data.set(t,"counted",!0);var n=Cr(t),i=t.type,e={},r=xu[i];if(r&&(e=r(t,e)),k.data.get(t,"stopped")&&(e.stopped=!0),t.from&&E.isString(t.from)&&(e.from=t.from),n=(s=n).nodeType===ao?s.parentNode:s.nodeType===lo?null:s.correspondingUseElement||s){var o=Eu(n),a=(E.extend(o,e),tu());if(a&&A.startPoller(),!o.ignore){let e;"click"===i&&(e=function(e){e=function(e){const n={};return{getEventProperties:function(){return n},addEventProperty:function(e,t){E.isString(e)&&!E.isUndefined(t)?n[e]=t:C.error("Failed to add click event property")},target:e}}(e),m.onClickCaptured.trigger(e),e=e.getEventProperties();if(!E.isEmpty(e))return e}(n)),ys(i,{target:o},undefined,undefined,e,t),m.trigger("appUsage",o,t)}}else C.info("Invalid HTML target",{contexts:["event","dom","processing"]})}}catch(u){C.critical("pendo.io while handling event",{error:u})}var s};var Au=E.debounce(ku,5e3,!0),Ou=function(e){const t=[];E.contains(e=e||["click","focus","submit","change"],"change")&&(e=E.without(e,"change"),t.push(()=>{Au.cancel()}),t.push(_r(document,"change",Au,!0)));var n,i=h.get("interceptElementRemoval")||h.get("syntheticClicks.elementRemoval"),r=h.get("syntheticClicks.targetChanged"),r=(t.push(function(t,e,n,i){var r,o,a=[],s=Fe.hasEvent("pointerdown"),u=s?"pointerdown":"mousedown",s=s?"pointerup":"mouseup",d=[],c={cloneEvent:function(e){e=k.event.clone(e);return e.type="click",e.from=u,e.bubbles=!0,e},down:function(e){o=!1,e&&(r=c.cloneEvent(e),n)&&c.intercept(e)},up:function(e){o=!1,e&&r&&i&&Cr(r)!==Cr(e)&&(o=!0,t(r))},click:function(e){r=null,o&&k.data.set(e,"ignore",!0),o=!1,n&&c.unwrap()},intercept:function(e){e=function(e){var t=[];for(;e&&!Su(e);)t.push(e),e=e.parentNode;return t}(Cr(e));E.each(e,function(e){e=Ru(e,c.remove);a.push(e)})},remove:function(){r&&(t(r),r=null),c.unwrap()},unwrap:function(){0<a.length&&(E.each(a,function(e){e()}),a=[])},teardown:function pv(){c.unwrap(),E.each(d,function(e){e()})}};e&&(d.push(_r(document,u,c.down,!0)),d.push(_r(document,s,c.up,!0)),d.push(_r(document,"click",c.click,!0)));return c}(k.event.trigger,Fe.addEventListener,i,r).teardown),t.push((i=e,n=E.map(i,function(e){return l(document,e,ku,!0)}),()=>{E.each(n,function(e){e()})})),t.push(function(e,t){if(t){const n=[];return n.push(_r(document,iu,()=>{nu(document)&&e(!0,!1)})),n.push(_r(window,ru,E.partial(e,!1,!0))),()=>E.each(n,function(e){e()})}return _r(window,ou,E.partial(e,!0,!0))}(function(e,t){t&&m.appUnloaded.trigger(),e&&m.appHidden.trigger()},h.get("preventUnloadListener"))),m.appHidden.on(()=>{as(0,{hidden:!0})}),m.appUnloaded.on(()=>{as(0,{unload:!0})}),h.get("interceptStopPropagation",!0)),i=h.get("interceptPreventDefault",!0);return r&&t.push(Nu(window.Event,e)),i&&t.push(Mu(window.Event,["touchend"])),()=>{E.each(t,function(e){e()})}};function Ru(n,i){var e=["remove","removeChild"];try{if(!n)return E.noop;E.each(e,function(e){var t=n[e];if(!t)return E.noop;n[e]=E.wrap(t,function(e){return i&&i(),e.apply(this,E.toArray(arguments).slice(1))}),n[e]._pendoUnwrap=function(){if(!n)return E.noop;n[e]=t,delete n[e]._pendoUnwrap}})}catch(t){C.critical("ERROR in interceptRemove",{error:t})}return function(){E.each(e,function(e){if(!n[e])return E.noop;e=n[e]._pendoUnwrap;E.isFunction(e)&&e()})}}function Nu(n,e){var t=["stopPropagation","stopImmediatePropagation"];try{if(!n||!n.prototype)return E.noop;var i=E.indexBy(e);E.each(t,function(e){var t=n.prototype[e];t&&(n.prototype[e]=E.wrap(t,function(e){var t=e.apply(this,arguments);return i[this.type]&&(k.data.set(this,"stopped",!0),k.event.trigger(this)),t}),n.prototype[e]._pendoUnwrap=function(){n.prototype[e]=t,delete n.prototype[e]._pendoUnwrap})})}catch(r){C.critical("ERROR in interceptStopPropagation",{error:r})}return function(){E.each(t,function(e){e=n.prototype[e]._pendoUnwrap;E.isFunction(e)&&e()})}}function Mu(t,e){try{if(!t||!t.prototype)return E.noop;var i=E.indexBy(e),n=t.prototype.preventDefault;if(!n)return E.noop;t.prototype.preventDefault=E.wrap(n,function(e){var t,n=e.apply(this,arguments);return i[this.type]&&((t=k.event.clone(this)).type="click",t.from=this.type,t.bubbles=!0,t.eventPhase=Sr,k.event.trigger(t)),n}),t.prototype.preventDefault._pendoUnwrap=function(){t.prototype.preventDefault=n,delete t.prototype.preventDefault._pendoUnwrap}}catch(r){C.critical("ERROR in interceptPreventDefault",{error:r})}return function(){var e=t.prototype.preventDefault._pendoUnwrap;E.isFunction(e)&&e()}}function l(e,t,n,i){return e&&t&&n?(i&&!Fe.addEventListener&&(i=!1),k.event.add(e,{type:t,handler:n,capture:i})):E.noop}function Lu(e,t,n,i){e&&t&&n&&(i&&!Fe.addEventListener&&(i=!1),k.event.remove(e,t,n,i))}var Pu=function(e){k.data.set(e,"pendoStopped",!0),e.stopPropagation?e.stopPropagation():e.cancelBubble=!0,e.preventDefault?e.preventDefault():e.returnValue=!1},$u=function(e,t){return"complete"!==(t=t||window).document.readyState?_r(t,"load",e):(e(),E.noop)},R=[],Fu=[],Du={};let Uu={};function Gu(){return R}function ju(){return Bu(R)}function Bu(e){return E.filter(e,function(e){return!e.isFrameProxy})}function zu(e){E.isArray(e)?(R=e,m.guideListChanged.trigger({guideIds:E.pluck(e,"id")})):C.info("bad guide array input to `setActiveGuides`")}var Hu=function(){let n=[];return{addGuide:e=>{var t;E.isEmpty(e)||(n=n.concat(e),E.each(n,e=>e.hide&&e.hide()),e=R,(t=E.difference(e,n)).length<e.length&&(zu(t),g.dispatch("frames/changeGuideList",t)))}}}();function Wu(t,n){return E.find(Ku(),function(e){return E.get(e,t)===n})||null}function N(e){return Wu("id",e)}function qu(e){return Wu("name",e)}function Vu(e,t){return e&&e.id?(e=N(e.id)).findStepById(t):null}function Ku(){var e=E.values(Uu);return e.length?R.concat(E.flatten(e)):R}var Ju="_pendo-guide-tt_",Yu="_pendo-guide-mobile-tt_",Zu=function(e){return e&&e.launchMethod&&0<=e.launchMethod.indexOf("badge")},Xu=function(e){return e&&e.isMultiStep&&!(e.attributes&&"group"===e.attributes.type)},Qu=function(e){return!!E.get(e,"attributes.form")};function ed(){return"undefined"!=typeof selmo&&selmo.isPreviewing}function td(){return!!(ed()&&jo().width<=320)||Fe.isMobileUserAgent()}function nd(){var e=nd.attachPoint;if(null==e){var t=h.get("guides.attachPoint");if(E.isString(t)){try{e=yr(t)[0]}catch(n){C.info('Error finding guide attach point "'+t+'"')}e=e||document.createElement("div")}else e=!!E.isFunction(t)&&t();nd.attachPoint=e}return e||Ko()}var id=function(e){var t=Du[e.guideId];if(t){t=t.element();if(Yo(t)&&t.id==="_pendo-badge_"+e.id)return t}},rd=function(e){var t;return e?(t=e.getGuide(),t="building-block"===E.get(t,"attributes.type")||!Xu(t),!e.overrideElement&&t&&(e.overrideElement=id(e)),e.targetElement=od(e),e.overrideElement||e.targetElement):(C.info("Can't get element for null step"),null)},od=function(e){e=e.elementPathRule||null,e=e?yr(e):[Ko()];return 0===e.length?null:E.first(e)};function ad(e){var t=E.get(e,"attributes.activation.selector");return t||e.steps[0].elementPathRule}function sd(e,t,n){var i,r,o,e=Ho(e),t=Ho(t),a=(e=e,a=t,i=Math.min(e.top,a.top),r=Math.min(e.left,a.left),o=Math.max(e.top+e.height,a.top+a.height),e=Math.max(e.left+e.width,a.left+a.width),{height:Math.abs(o-i),width:Math.abs(e-r),top:i,left:r});!1!==Bo(a)||t.fixed||(o=function(e,t,n,i){var r={x:e.left+e.width-t.width,y:0};r.y="top"===n?e.top:e.top+e.height-t.height;r.y=Math.max(r.y,0),r.x=Math.max(r.x,0),E.contains([na.X,na.BOTH],i)&&(r.x=0);E.contains([na.Y,na.BOTH],i)&&(r.y=0);return r}(a,jo(),n,ta(Ko(),/hidden/)),window.scrollTo({left:o.x,top:o.y,behavior:"instant"}))}function ud(e,t,n,i,r){var o,a=E.toArray(arguments).slice(1),s=e.apply(this,a);return n||oa(o=nd())!==document&&(a[1]=o,s=s.concat(e.apply(this,a))),s}function dd(){return g.getters["frames/isLeader"]()}function cd(e){return g.dispatch("frames/updateFrameVisibility",{visibility:e})}ld=pn.call({}),pd={validateGuide:1,validateLauncher:1,validateGlobalScript:1},hd={ready:1,deliverablesLoaded:1,guidesFailed:1,guidesLoaded:1,onClickCaptured:1},E.each(["ready","onClickCaptured","deliverablesLoaded","guidesFailed","guidesLoaded","validateGuide","validateLauncher","validateGlobalScript"],function(t){hd[t]&&m[t].on(function(e){return fd[t].apply(fd[t],e.data)}),ld[t]=function(e){return E.isFunction(e)?ld.on(t,e):ld[pd[t]?"triggerAsync":"trigger"].apply(ld,[t].concat(E.toArray(arguments)))}});var ld,pd,hd,fd=ld;var gd={post:function(e,t,n,i){return n.ajax.postJSON(e.replace(/\/guides\.js\//,"/guides.json/"),t).then(function(e){n.guidesPayload(e.data),i()})},load:function(e,t,n){return t.ajax.get(e).then(function(e){t.guidesPayload(e.data),n()})},endpoint:function(){return"guide.json"},usesXhr:function(){return!0}};function md(e){e=Ia(e);if(e){e=e.filename;if(e)return 54<e.length?e.substring(28,55):e}}yd=Id={failed:{},verified:{}},wd=Co,Sd=function(e){try{var t=[];return!gd.usesXhr()&&e.domJsonpUrl?t.push(Cd(e,"domJsonpUrl")):gd.usesXhr()&&e.domUrl&&t.push(Ed(e,"domUrl")),e.contentUrlJs?t.push(Cd(e,"contentUrlJs")):e.contentUrl&&t.push(Cd(e,"contentUrl")),y.all(t)}catch(n){throw m.contentVerificationFail.trigger(e,n),n}},bd=function(e){return Sd(e).then(E.noop,function(e){return/verify/.test(e)&&wd(e),y.reject(e)})},vd=function(t){return yd.failed[t.id]?y.reject():yd.verified[t.id]?y.resolve():bd(t).then(function(){yd.verified[t.id]=!0},function(e){return yd.failed[t.id]=!0,y.reject(e)})};var vd,yd,bd,wd,Sd,Id,_d={verify:function(e){return h.get("guideValidation")?vd(e):y.resolve()},reset:function(){Id.failed={},Id.verified={}}};function Ed(e,t){var n,i=e[t];return E.isString(i)?(n=(e=e)[{domUrl:"domHash",domJsonpUrl:"domJsonpHash",contentUrl:"contentHash",contentUrlJs:"contentJsHash"}[t=t]]||md(e[t]),xr.get(i).then(function(e){var t;if("object"==typeof(e=e.data)&&(e=JSON.stringify(e)),(t=q.create()).update(e),c.uint8ToBase64(t.digest())!==n)return y.reject('Unable to verify content at "'+i+'"')})):y.reject('unable to parse "'+i+'"')}function Cd(e,t){var n=e[t];return Fe.sri&&/[?&]sha(256|384|512)=/.test(n)?y.resolve():Ed(e,t)}Td="allow",xd="deny",kd="pending",Od=function(){return 0<E.size(fd._handlers.validateGuide)},Rd=function(e,n){var i=[];return E.each(e,function(e,t){n&&(t=n+"."+t),E.isObject(e)?E.each(Rd(e,t),function(e){i.push(e)}):i.push([t,e])}),i};var Td,xd,kd,Ad,Od,Rd,Nd={state:Ad={},Step:function(e){var n=this;function i(e){return E.filter([["content",md(e.contentUrl)],["contentCss",md(e.contentUrlCss)],["contentJs",md(e.contentUrlJs)],["dom",md(e.domUrl)],["domJsonp",md(e.domJsonpUrl)]],function(e){return e[1]})}return this.signature=function(){var e,t;return this.domUrl?this.guide.authoredLanguage===this.language?i(this):i({contentUrl:n.contentUrl,contentUrlCss:n.contentUrlCss,contentUrlJs:n.contentUrlJs,domUrl:n.domUrl,domJsonpUrl:n.domJsonpUrl}):(e=[["content",this.content]],(t=this.attributes&&this.attributes.variables)&&(t=Rd(t)).length&&(t=E.sortBy(t,function(e){return e[0]}),e.push(["variables",t])),e)},n},Guide:function(){return this.signature=function(){return E.map(this.steps,function(e){return e.signature()})},this},Launcher:function(){var n=this,i=!1,r=function(){return 0<E.size(fd._handlers.validateLauncher)&&n.data.template};return n.before("update",function(){if(r()&&i)return!1}),n.before("render",function(){var e,t;if(r())return!i&&(t="launcher-"+rt(n.signature()),(t=Ad[t])!==xd)&&(t!==Td?(i=!0,t=JSON.stringify(n.signature()),e="launcher-"+rt(t),fd.validateLauncher(t).then(function(){Ad[e]=Td},function(){Ad[e]=xd}).then(function(){i=!1,n.render(),n.update(R)},function(){i=!1}),!1):void 0)}),n.signature=function(){var e=[],t=Rd(this.data);return t.length&&(t=E.chain(t).filter(function(e){return!/^contentUrl/.test(e[0])}).sortBy(function(e){return e[0]}).value(),e.push(["variables",t])),e},n},validate:function(e){if(!Od())return y.resolve();try{return E.get(e,"attributes.resourceCenter.isTopLevel",!1)?(t=e,n=P.findResourceCenterModules(t,R),t=[t].concat(n),y.all(E.map(t,Md))):Md(e)}catch(i){throw m.contentValidationFail.trigger(e,i),i}var t,n},valid:function(e){return!Od()||!!(e=Ad[e.guideId])&&e.status===Td},invalid:function(e){return!!Od()&&!!(e=Ad[e.guideId])&&e.status===xd},reset:function(){Ad={}}};function Md(i){var r=Ad[i.id];return r||(r={},Ad[i.id]=r),r.contentPromise||(r.contentPromise=i.fetchContent()),r.contentPromise.then(function(){var e=JSON.stringify(i.signature()),t=i.id+"-"+rt(e),n=(r[t]||(r[t]={status:kd},r.status=kd),r[t].promise);return n||(n=fd.validateGuide(e,i).then(function(){r[t].status=Td,r.status=Td},function(e){return r[t].status=xd,r.status=xd,y.reject(e)}),r[t].promise=n),n})}function Ld(e,t){var n=E.toArray(arguments).slice(2);return E.reduce(e,function(e,t){return t.apply(e,n)},t)}function Pd(e){return E.isFunction(e.before)?e:Ld(Pd.behaviors,e)}function $d(e,t){return Ld($d.behaviors,e,t)}function Fd(e){var t,n,i=h.getLocalConfig("contentHost");return i&&e?(t=new RegExp("(https:)?\\/\\/"+((t=Ge)===ve?"pendo-static":Se(t))+"-\\d+\\.storage\\.googleapis\\.com","g"),n=new RegExp("(https:)?\\/\\/"+Se(Ge)+"\\.storage\\.googleapis\\.com","g"),e.replace(t,i).replace(n,i).replace(new RegExp("(https:)?\\/\\/"+wt(Be),"g"),i)):e}function Dd(e){return h.getLocalConfig("contentHost")?JSON.parse(Fd(JSON.stringify(e))):e}Pd.behaviors=[],$d.behaviors=[];var Ud=function(){var d={},c=E.compose(function(e){var t=function(){var e=wt(h.getHostedConfig("contentHost"));if(e)return e+"*"}();return t&&!new RegExp(t).test(e)&&C.debug("Failed to verify URL: "+e+" vs "+t),e},Fd);const u=[function(e,t,n){return e.replace(`<% if (typeof guide !== 'undefined') { %>
4
+ function loadAgent(u){d="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".split("");var d,c={uint8ToBase64:function(e){var t,n,i,r=e.length%3,o="";for(t=0,i=e.length-r;t<i;t+=3)n=(e[t]<<16)+(e[t+1]<<8)+e[t+2],o+=function(e){return d[e>>18&63]+d[e>>12&63]+d[e>>6&63]+d[63&e]}(n);switch(r){case 1:n=e[e.length-1],o=(o+=d[n>>2])+d[n<<4&63];break;case 2:n=(e[e.length-2]<<8)+e[e.length-1],o=(o=(o+=d[n>>10])+d[n>>4&63])+d[n<<2&63]}return o}},Ut="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function p(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e["default"]:e}var U,o,G,j,B,z,H,e={exports:{}};function W(e){e?(z[0]=z[16]=z[1]=z[2]=z[3]=z[4]=z[5]=z[6]=z[7]=z[8]=z[9]=z[10]=z[11]=z[12]=z[13]=z[14]=z[15]=0,this.blocks=z):this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],this.h0=1732584193,this.h1=4023233417,this.h2=2562383102,this.h3=271733878,this.h4=3285377520,this.block=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0}n=e,U="object"==typeof window?window:{},t=!U.JS_SHA1_NO_COMMON_JS&&n.exports,o="0123456789abcdef".split(""),G=[-2147483648,8388608,32768,128],j=[24,16,8,0],B=["hex","array","digest","arrayBuffer"],z=[],H=function(t){return function(e){return new W(!0).update(e)[t]()}},W.prototype.update=function(e){if(!this.finalized){for(var t,n,i="string"!=typeof e,r=0,o=(e=i&&e.constructor===U.ArrayBuffer?new Uint8Array(e):e).length||0,a=this.blocks;r<o;){if(this.hashed&&(this.hashed=!1,a[0]=this.block,a[16]=a[1]=a[2]=a[3]=a[4]=a[5]=a[6]=a[7]=a[8]=a[9]=a[10]=a[11]=a[12]=a[13]=a[14]=a[15]=0),i)for(n=this.start;r<o&&n<64;++r)a[n>>2]|=e[r]<<j[3&n++];else for(n=this.start;r<o&&n<64;++r)(t=e.charCodeAt(r))<128?a[n>>2]|=t<<j[3&n++]:(t<2048?a[n>>2]|=(192|t>>6)<<j[3&n++]:(t<55296||57344<=t?a[n>>2]|=(224|t>>12)<<j[3&n++]:(t=65536+((1023&t)<<10|1023&e.charCodeAt(++r)),a[n>>2]|=(240|t>>18)<<j[3&n++],a[n>>2]|=(128|t>>12&63)<<j[3&n++]),a[n>>2]|=(128|t>>6&63)<<j[3&n++]),a[n>>2]|=(128|63&t)<<j[3&n++]);this.lastByteIndex=n,this.bytes+=n-this.start,64<=n?(this.block=a[16],this.start=n-64,this.hash(),this.hashed=!0):this.start=n}return 4294967295<this.bytes&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},W.prototype.finalize=function(){var e,t;this.finalized||(this.finalized=!0,e=this.blocks,t=this.lastByteIndex,e[16]=this.block,e[t>>2]|=G[3&t],this.block=e[16],56<=t&&(this.hashed||this.hash(),e[0]=this.block,e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.hBytes<<3|this.bytes>>>29,e[15]=this.bytes<<3,this.hash())},W.prototype.hash=function(){for(var e,t=this.h0,n=this.h1,i=this.h2,r=this.h3,o=this.h4,a=this.blocks,s=16;s<80;++s)e=a[s-3]^a[s-8]^a[s-14]^a[s-16],a[s]=e<<1|e>>>31;for(s=0;s<20;s+=5)t=(e=(n=(e=(i=(e=(r=(e=(o=(e=t<<5|t>>>27)+(n&i|~n&r)+o+1518500249+a[s]<<0)<<5|o>>>27)+(t&(n=n<<30|n>>>2)|~t&i)+r+1518500249+a[s+1]<<0)<<5|r>>>27)+(o&(t=t<<30|t>>>2)|~o&n)+i+1518500249+a[s+2]<<0)<<5|i>>>27)+(r&(o=o<<30|o>>>2)|~r&t)+n+1518500249+a[s+3]<<0)<<5|n>>>27)+(i&(r=r<<30|r>>>2)|~i&o)+t+1518500249+a[s+4]<<0,i=i<<30|i>>>2;for(;s<40;s+=5)t=(e=(n=(e=(i=(e=(r=(e=(o=(e=t<<5|t>>>27)+(n^i^r)+o+1859775393+a[s]<<0)<<5|o>>>27)+(t^(n=n<<30|n>>>2)^i)+r+1859775393+a[s+1]<<0)<<5|r>>>27)+(o^(t=t<<30|t>>>2)^n)+i+1859775393+a[s+2]<<0)<<5|i>>>27)+(r^(o=o<<30|o>>>2)^t)+n+1859775393+a[s+3]<<0)<<5|n>>>27)+(i^(r=r<<30|r>>>2)^o)+t+1859775393+a[s+4]<<0,i=i<<30|i>>>2;for(;s<60;s+=5)t=(e=(n=(e=(i=(e=(r=(e=(o=(e=t<<5|t>>>27)+(n&i|n&r|i&r)+o-1894007588+a[s]<<0)<<5|o>>>27)+(t&(n=n<<30|n>>>2)|t&i|n&i)+r-1894007588+a[s+1]<<0)<<5|r>>>27)+(o&(t=t<<30|t>>>2)|o&n|t&n)+i-1894007588+a[s+2]<<0)<<5|i>>>27)+(r&(o=o<<30|o>>>2)|r&t|o&t)+n-1894007588+a[s+3]<<0)<<5|n>>>27)+(i&(r=r<<30|r>>>2)|i&o|r&o)+t-1894007588+a[s+4]<<0,i=i<<30|i>>>2;for(;s<80;s+=5)t=(e=(n=(e=(i=(e=(r=(e=(o=(e=t<<5|t>>>27)+(n^i^r)+o-899497514+a[s]<<0)<<5|o>>>27)+(t^(n=n<<30|n>>>2)^i)+r-899497514+a[s+1]<<0)<<5|r>>>27)+(o^(t=t<<30|t>>>2)^n)+i-899497514+a[s+2]<<0)<<5|i>>>27)+(r^(o=o<<30|o>>>2)^t)+n-899497514+a[s+3]<<0)<<5|n>>>27)+(i^(r=r<<30|r>>>2)^o)+t-899497514+a[s+4]<<0,i=i<<30|i>>>2;this.h0=this.h0+t<<0,this.h1=this.h1+n<<0,this.h2=this.h2+i<<0,this.h3=this.h3+r<<0,this.h4=this.h4+o<<0},W.prototype.toString=W.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,i=this.h3,r=this.h4;return o[e>>28&15]+o[e>>24&15]+o[e>>20&15]+o[e>>16&15]+o[e>>12&15]+o[e>>8&15]+o[e>>4&15]+o[15&e]+o[t>>28&15]+o[t>>24&15]+o[t>>20&15]+o[t>>16&15]+o[t>>12&15]+o[t>>8&15]+o[t>>4&15]+o[15&t]+o[n>>28&15]+o[n>>24&15]+o[n>>20&15]+o[n>>16&15]+o[n>>12&15]+o[n>>8&15]+o[n>>4&15]+o[15&n]+o[i>>28&15]+o[i>>24&15]+o[i>>20&15]+o[i>>16&15]+o[i>>12&15]+o[i>>8&15]+o[i>>4&15]+o[15&i]+o[r>>28&15]+o[r>>24&15]+o[r>>20&15]+o[r>>16&15]+o[r>>12&15]+o[r>>8&15]+o[r>>4&15]+o[15&r]},W.prototype.array=W.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,i=this.h3,r=this.h4;return[e>>24&255,e>>16&255,e>>8&255,255&e,t>>24&255,t>>16&255,t>>8&255,255&t,n>>24&255,n>>16&255,n>>8&255,255&n,i>>24&255,i>>16&255,i>>8&255,255&i,r>>24&255,r>>16&255,r>>8&255,255&r]},W.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(20),t=new DataView(e);return t.setUint32(0,this.h0),t.setUint32(4,this.h1),t.setUint32(8,this.h2),t.setUint32(12,this.h3),t.setUint32(16,this.h4),e},Pe=function(){var t=H("hex");t.create=function(){return new W},t.update=function(e){return t.create().update(e)};for(var e=0;e<B.length;++e){var n=B[e];t[n]=H(n)}return t}(),t?n.exports=Pe:U.sha1=Pe;var q=p(e.exports);let V;const K={createScriptURL:e=>e,createHTML:e=>e};function J(e){return V||(V=e.trustedTypesPolicy||(window.trustedTypes&&"function"==typeof window.trustedTypes.createPolicy?window.trustedTypes.createPolicy("pendo",K):K),e.trustedTypesPolicy=V),V}var I,Y="stagingServerHashes",Z={};function X(e){return e.loadAsModule}function Q(e){return"staging"===e.environmentName}function ee(e){return"extension"===e.installType}function te(t=[],n){var i=/^https:\/\/[\w\-.]*cdn[\w\-.]*\.(pendo-dev\.com|pendo\.io)\/agent\/static\/([\w]{8}-[\w]{4}-[\w]{4}-[\w]{4}-[\w]{12}|PENDO_API_KEY)\/pendo\.js$/g;for(let e=0;e<t.length;e++){var r=t[e];if(i.test(r.src)||r.id==="pendo-"+n)return r}}function ne(e,t,n){e=function(e=[]){if(e=te(e))return e.src.replace(/\.js$/,"-staging.js")}(document.getElementsByTagName("script"))||e.stagingAgentUrl;return n&&(n="unminified.js",t&&(n="staging-"+n),e=e&&e.replace(/staging\.js$/,n)),e}function ie(e,t){if(Q(e=e||Z))return!0;if(t=t||window.location,(o=e)&&o.stagingAgentUrl&&o[Y]){o=t.host;for(var n=c.uint8ToBase64(q.create().update(o).digest()),i=0,r=e[Y].length;i<r;++i)if(e[Y][i]===n)return!0}var o;if((o=e)&&o.stagingAgentUrl&&o.stagingServers)for(var a=0,s=e.stagingServers.length;a<s;++a){var u=e.stagingServers[a];if((u="string"==typeof u?new RegExp("^"+u+"$"):u)instanceof RegExp&&u.test(t.host))return!0}return!1}var re=["initialize","identify","updateOptions","pageLoad","track","clearSession"];function oe(e,t,n){(e._q=e._q||[])["initialize"===t?"unshift":"push"]([].concat.apply([t],n))}function ae(e){if(!e._q)for(var t=re,n=0,i=t.length;n<i;++n)!function(e,t){t[e]=t[e]||function(){oe(t,e,arguments)}}(t[n],e)}function se(e,t,n){if(!ee(i=e)&&!Q(i)&&ie(i)){i=ne(e,!0,n);if(i)return ae(t),de(i,t),!0}var i;return!1}function ue(e,t,n){if(r=n,!ee(i=e)&&!i.unminified&&r){i=ne(e,!1,n);if(i)return ae(t),de(i,t),!0}var i,r;return!1}function de(e,t){var n=document.createElement("script"),t=(n["async"]=!0,n.src=J(t).createScriptURL(e),document.getElementsByTagName("script")[0]);t&&t.parentNode?t.parentNode.insertBefore(n,t):(document.head||document.body).appendChild(n)}function ce(e){Z=e}function le(){return void 0===u?{}:u}function pe(e){return Z[e]}he(window.setTimeout,window);function he(e,t){return"function"==typeof e.bind?e.bind(t):e}var fe,Dt=function(e){var t="setTimeout",n="__symbol__";if("undefined"!=typeof Zone&&Zone[n]instanceof Function){n=e[Zone[n](t)];if(n instanceof Function)return n}return he(e[t],e)}(window),E=p(function(){var e="object"==typeof self&&self.self===self&&self||"object"==typeof Ut&&Ut.global===Ut&&Ut||Function("return this")()||{},i=Array.prototype,$=Object.prototype,F="undefined"!=typeof Symbol?Symbol.prototype:null,D=i.push,u=i.slice,l=$.toString,U=$.hasOwnProperty,t="undefined"!=typeof ArrayBuffer,n="undefined"!=typeof DataView&&/\[native code\]/.test(String(DataView)),G=Array.isArray,j=Object.keys,B=Object.create,z=t&&ArrayBuffer.isView,H=isNaN,W=isFinite,q=!{toString:null}.propertyIsEnumerable("toString"),V=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],K=Math.pow(2,53)-1;function c(r,o){return o=null==o?r.length-1:+o,function(){for(var e=Math.max(arguments.length-o,0),t=Array(e),n=0;n<e;n++)t[n]=arguments[n+o];switch(o){case 0:return r.call(this,t);case 1:return r.call(this,arguments[0],t);case 2:return r.call(this,arguments[0],arguments[1],t)}for(var i=Array(o+1),n=0;n<o;n++)i[n]=arguments[n];return i[o]=t,r.apply(this,i)}}function o(e){var t=typeof e;return"function"==t||"object"==t&&!!e}function J(e){return void 0===e}function Y(e){return!0===e||!1===e||"[object Boolean]"===l.call(e)}function r(e){var t="[object "+e+"]";return function(e){return l.call(e)===t}}var Z=r("String"),X=r("Number"),Q=r("Date"),ee=r("RegExp"),te=r("Error"),ne=r("Symbol"),ie=r("ArrayBuffer"),a=r("Function"),e=e.document&&e.document.childNodes,p=a="function"!=typeof/./&&"object"!=typeof Int8Array&&"function"!=typeof e?function(e){return"function"==typeof e||!1}:a,e=r("Object"),re=n&&e(new DataView(new ArrayBuffer(8))),a="undefined"!=typeof Map&&e(new Map),n=r("DataView");var h=re?function(e){return null!=e&&p(e.getInt8)&&ie(e.buffer)}:n,f=G||r("Array");function g(e,t){return null!=e&&U.call(e,t)}var oe=r("Arguments"),ae=(!function(){oe(arguments)||(oe=function(e){return g(e,"callee")})}(),oe);function se(e){return X(e)&&H(e)}function ue(e){return function(){return e}}function de(t){return function(e){e=t(e);return"number"==typeof e&&0<=e&&e<=K}}function ce(t){return function(e){return null==e?void 0:e[t]}}var m=ce("byteLength"),le=de(m),pe=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;var he=t?function(e){return z?z(e)&&!h(e):le(e)&&pe.test(l.call(e))}:ue(!1),v=ce("length");function fe(e,t){t=function(t){for(var n={},e=t.length,i=0;i<e;++i)n[t[i]]=!0;return{contains:function(e){return!0===n[e]},push:function(e){return n[e]=!0,t.push(e)}}}(t);var n=V.length,i=e.constructor,r=p(i)&&i.prototype||$,o="constructor";for(g(e,o)&&!t.contains(o)&&t.push(o);n--;)(o=V[n])in e&&e[o]!==r[o]&&!t.contains(o)&&t.push(o)}function y(e){if(!o(e))return[];if(j)return j(e);var t,n=[];for(t in e)g(e,t)&&n.push(t);return q&&fe(e,n),n}function ge(e,t){var n=y(t),i=n.length;if(null==e)return!i;for(var r=Object(e),o=0;o<i;o++){var a=n[o];if(t[a]!==r[a]||!(a in r))return!1}return!0}function b(e){return e instanceof b?e:this instanceof b?void(this._wrapped=e):new b(e)}function me(e){return new Uint8Array(e.buffer||e,e.byteOffset||0,m(e))}b.VERSION="1.13.6",b.prototype.valueOf=b.prototype.toJSON=b.prototype.value=function(){return this._wrapped},b.prototype.toString=function(){return String(this._wrapped)};var ve="[object DataView]";function ye(e,t,n,i){var r;return e===t?0!==e||1/e==1/t:null!=e&&null!=t&&(e!=e?t!=t:("function"==(r=typeof e)||"object"==r||"object"==typeof t)&&function c(e,t,n,i){e instanceof b&&(e=e._wrapped);t instanceof b&&(t=t._wrapped);var r=l.call(e);if(r!==l.call(t))return!1;if(re&&"[object Object]"==r&&h(e)){if(!h(t))return!1;r=ve}switch(r){case"[object RegExp]":case"[object String]":return""+e==""+t;case"[object Number]":return+e!=+e?+t!=+t:0==+e?1/+e==1/t:+e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object Symbol]":return F.valueOf.call(e)===F.valueOf.call(t);case"[object ArrayBuffer]":case ve:return c(me(e),me(t),n,i)}r="[object Array]"===r;if(!r&&he(e)){var o=m(e);if(o!==m(t))return!1;if(e.buffer===t.buffer&&e.byteOffset===t.byteOffset)return!0;r=!0}if(!r){if("object"!=typeof e||"object"!=typeof t)return!1;var o=e.constructor,a=t.constructor;if(o!==a&&!(p(o)&&o instanceof o&&p(a)&&a instanceof a)&&"constructor"in e&&"constructor"in t)return!1}n=n||[];i=i||[];var s=n.length;for(;s--;)if(n[s]===e)return i[s]===t;n.push(e);i.push(t);if(r){if((s=e.length)!==t.length)return!1;for(;s--;)if(!ye(e[s],t[s],n,i))return!1}else{var u,d=y(e);if(s=d.length,y(t).length!==s)return!1;for(;s--;)if(u=d[s],!g(t,u)||!ye(e[u],t[u],n,i))return!1}n.pop();i.pop();return!0}(e,t,n,i))}function d(e){if(!o(e))return[];var t,n=[];for(t in e)n.push(t);return q&&fe(e,n),n}function be(i){var r=v(i);return function(e){if(null==e)return!1;var t=d(e);if(v(t))return!1;for(var n=0;n<r;n++)if(!p(e[i[n]]))return!1;return i!==Se||!p(e[we])}}var we="forEach",e=["clear","delete"],n=["get","has","set"],G=e.concat(we,n),Se=e.concat(n),t=["add"].concat(e,we,"has"),n=a?be(G):r("Map"),e=a?be(Se):r("WeakMap"),G=a?be(t):r("Set"),a=r("WeakSet");function w(e){for(var t=y(e),n=t.length,i=Array(n),r=0;r<n;r++)i[r]=e[t[r]];return i}function Ie(e){for(var t={},n=y(e),i=0,r=n.length;i<r;i++)t[e[n[i]]]=n[i];return t}function _e(e){var t,n=[];for(t in e)p(e[t])&&n.push(t);return n.sort()}function Ee(u,d){return function(e){var t=arguments.length;if(d&&(e=Object(e)),!(t<2||null==e))for(var n=1;n<t;n++)for(var i=arguments[n],r=u(i),o=r.length,a=0;a<o;a++){var s=r[a];d&&void 0!==e[s]||(e[s]=i[s])}return e}}var Ce=Ee(d),s=Ee(y),Te=Ee(d,!0);function xe(e){var t;return o(e)?B?B(e):((t=function(){}).prototype=e,e=new t,t.prototype=null,e):{}}function ke(e){return f(e)?e:[e]}function S(e){return b.toPath(e)}function Ae(e,t){for(var n=t.length,i=0;i<n;i++){if(null==e)return;e=e[t[i]]}return n?e:void 0}function Oe(e,t,n){e=Ae(e,S(t));return J(e)?n:e}function Re(e){return e}function I(t){return t=s({},t),function(e){return ge(e,t)}}function Ne(t){return t=S(t),function(e){return Ae(e,t)}}function _(r,o,e){if(void 0===o)return r;switch(null==e?3:e){case 1:return function(e){return r.call(o,e)};case 3:return function(e,t,n){return r.call(o,e,t,n)};case 4:return function(e,t,n,i){return r.call(o,e,t,n,i)}}return function(){return r.apply(o,arguments)}}function Me(e,t,n){return null==e?Re:p(e)?_(e,t,n):(o(e)&&!f(e)?I:Ne)(e)}function Le(e,t){return Me(e,t,Infinity)}function E(e,t,n){return b.iteratee!==Le?b.iteratee(e,t):Me(e,t,n)}function Pe(){}function $e(e,t){return null==t&&(t=e,e=0),e+Math.floor(Math.random()*(t-e+1))}b.toPath=ke,b.iteratee=Le;var C=Date.now||function(){return(new Date).getTime()};function Fe(t){var n=function(e){return t[e]},e="(?:"+y(t).join("|")+")",i=RegExp(e),r=RegExp(e,"g");return function(e){return i.test(e=null==e?"":""+e)?e.replace(r,n):e}}var t={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},De=Fe(t),t=Fe(Ie(t)),Ue=b.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},Ge=/(.)^/,je={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},Be=/\\|'|\r|\n|\u2028|\u2029/g;function ze(e){return"\\"+je[e]}var He=/^\s*(\w|\$)+\s*$/;var We=0;function qe(e,t,n,i,r){return i instanceof t?(i=xe(e.prototype),o(t=e.apply(i,r))?t:i):e.apply(n,r)}var T=c(function(r,o){var a=T.placeholder,s=function(){for(var e=0,t=o.length,n=Array(t),i=0;i<t;i++)n[i]=o[i]===a?arguments[e++]:o[i];for(;e<arguments.length;)n.push(arguments[e++]);return qe(r,s,this,this,n)};return s}),Ve=(T.placeholder=b,c(function(t,n,i){var r;if(p(t))return r=c(function(e){return qe(t,r,n,this,i.concat(e))});throw new TypeError("Bind must be called on a function")})),x=de(v);function k(e,t,n,i){if(i=i||[],t||0===t){if(t<=0)return i.concat(e)}else t=Infinity;for(var r=i.length,o=0,a=v(e);o<a;o++){var s=e[o];if(x(s)&&(f(s)||ae(s)))if(1<t)k(s,t-1,n,i),r=i.length;else for(var u=0,d=s.length;u<d;)i[r++]=s[u++];else n||(i[r++]=s)}return i}var Ke=c(function(e,t){var n=(t=k(t,!1,!1)).length;if(n<1)throw new Error("bindAll must be passed function names");for(;n--;){var i=t[n];e[i]=Ve(e[i],e)}return e});var Je=c(function(e,t,n){return Dt(function(){return e.apply(null,n)},t)}),Ye=T(Je,b,1);function Ze(e){return function(){return!e.apply(this,arguments)}}function Xe(e,t){var n;return function(){return 0<--e&&(n=t.apply(this,arguments)),e<=1&&(t=null),n}}var Qe=T(Xe,2);function et(e,t,n){t=E(t,n);for(var i,r=y(e),o=0,a=r.length;o<a;o++)if(t(e[i=r[o]],i,e))return i}function tt(o){return function(e,t,n){t=E(t,n);for(var i=v(e),r=0<o?0:i-1;0<=r&&r<i;r+=o)if(t(e[r],r,e))return r;return-1}}var nt=tt(1),it=tt(-1);function rt(e,t,n,i){for(var r=(n=E(n,i,1))(t),o=0,a=v(e);o<a;){var s=Math.floor((o+a)/2);n(e[s])<r?o=s+1:a=s}return o}function ot(o,a,s){return function(e,t,n){var i=0,r=v(e);if("number"==typeof n)0<o?i=0<=n?n:Math.max(n+r,i):r=0<=n?Math.min(n+1,r):n+r+1;else if(s&&n&&r)return e[n=s(e,t)]===t?n:-1;if(t!=t)return 0<=(n=a(u.call(e,i,r),se))?n+i:-1;for(n=0<o?i:r-1;0<=n&&n<r;n+=o)if(e[n]===t)return n;return-1}}var at=ot(1,nt,rt),st=ot(-1,it);function ut(e,t,n){t=(x(e)?nt:et)(e,t,n);if(void 0!==t&&-1!==t)return e[t]}function A(e,t,n){if(t=_(t,n),x(e))for(r=0,o=e.length;r<o;r++)t(e[r],r,e);else for(var i=y(e),r=0,o=i.length;r<o;r++)t(e[i[r]],i[r],e);return e}function O(e,t,n){t=E(t,n);for(var i=!x(e)&&y(e),r=(i||e).length,o=Array(r),a=0;a<r;a++){var s=i?i[a]:a;o[a]=t(e[s],s,e)}return o}function dt(p){return function(e,t,n,i){var r=3<=arguments.length,o=e,a=_(t,i,4),s=n,u=!x(o)&&y(o),d=(u||o).length,c=0<p?0:d-1;for(r||(s=o[u?u[c]:c],c+=p);0<=c&&c<d;c+=p){var l=u?u[c]:c;s=a(s,o[l],l,o)}return s}}var ct=dt(1),lt=dt(-1);function R(e,i,t){var r=[];return i=E(i,t),A(e,function(e,t,n){i(e,t,n)&&r.push(e)}),r}function pt(e,t,n){t=E(t,n);for(var i=!x(e)&&y(e),r=(i||e).length,o=0;o<r;o++){var a=i?i[o]:o;if(!t(e[a],a,e))return!1}return!0}function ht(e,t,n){t=E(t,n);for(var i=!x(e)&&y(e),r=(i||e).length,o=0;o<r;o++){var a=i?i[o]:o;if(t(e[a],a,e))return!0}return!1}function N(e,t,n,i){return x(e)||(e=w(e)),0<=at(e,t,n="number"==typeof n&&!i?n:0)}var ft=c(function(e,n,i){var r,o;return p(n)?o=n:(n=S(n),r=n.slice(0,-1),n=n[n.length-1]),O(e,function(e){var t=o;if(!t){if(null==(e=r&&r.length?Ae(e,r):e))return;t=e[n]}return null==t?t:t.apply(e,i)})});function gt(e,t){return O(e,Ne(t))}function mt(e,i,t){var n,r,o=-Infinity,a=-Infinity;if(null==i||"number"==typeof i&&"object"!=typeof e[0]&&null!=e)for(var s=0,u=(e=x(e)?e:w(e)).length;s<u;s++)null!=(n=e[s])&&o<n&&(o=n);else i=E(i,t),A(e,function(e,t,n){r=i(e,t,n),(a<r||r===-Infinity&&o===-Infinity)&&(o=e,a=r)});return o}var vt=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function yt(e){return e?f(e)?u.call(e):Z(e)?e.match(vt):x(e)?O(e,Re):w(e):[]}function bt(e,t,n){if(null==t||n)return(e=x(e)?e:w(e))[$e(e.length-1)];for(var i=yt(e),n=v(i),r=(t=Math.max(Math.min(t,n),0),n-1),o=0;o<t;o++){var a=$e(o,r),s=i[o];i[o]=i[a],i[a]=s}return i.slice(0,t)}function M(o,t){return function(n,i,e){var r=t?[[],[]]:{};return i=E(i,e),A(n,function(e,t){t=i(e,t,n);o(r,e,t)}),r}}var wt=M(function(e,t,n){g(e,n)?e[n].push(t):e[n]=[t]}),St=M(function(e,t,n){e[n]=t}),It=M(function(e,t,n){g(e,n)?e[n]++:e[n]=1}),_t=M(function(e,t,n){e[n?0:1].push(t)},!0);function Et(e,t,n){return t in n}var Ct=c(function(e,t){var n={},i=t[0];if(null!=e){p(i)?(1<t.length&&(i=_(i,t[1])),t=d(e)):(i=Et,t=k(t,!1,!1),e=Object(e));for(var r=0,o=t.length;r<o;r++){var a=t[r],s=e[a];i(s,a,e)&&(n[a]=s)}}return n}),Tt=c(function(e,n){var t,i=n[0];return p(i)?(i=Ze(i),1<n.length&&(t=n[1])):(n=O(k(n,!1,!1),String),i=function(e,t){return!N(n,t)}),Ct(e,i,t)});function xt(e,t,n){return u.call(e,0,Math.max(0,e.length-(null==t||n?1:t)))}function kt(e,t,n){return null==e||e.length<1?null==t||n?void 0:[]:null==t||n?e[0]:xt(e,e.length-t)}function L(e,t,n){return u.call(e,null==t||n?1:t)}var At=c(function(e,t){return t=k(t,!0,!0),R(e,function(e){return!N(t,e)})}),Ot=c(function(e,t){return At(e,t)});function Rt(e,t,n,i){Y(t)||(i=n,n=t,t=!1),null!=n&&(n=E(n,i));for(var r=[],o=[],a=0,s=v(e);a<s;a++){var u=e[a],d=n?n(u,a,e):u;t&&!n?(a&&o===d||r.push(u),o=d):n?N(o,d)||(o.push(d),r.push(u)):N(r,u)||r.push(u)}return r}var Nt=c(function(e){return Rt(k(e,!0,!0))});function Mt(e){for(var t=e&&mt(e,v).length||0,n=Array(t),i=0;i<t;i++)n[i]=gt(e,i);return n}var Lt=c(Mt);function Pt(e,t){return e._chain?b(t).chain():t}function $t(n){return A(_e(n),function(e){var t=b[e]=n[e];b.prototype[e]=function(){var e=[this._wrapped];return D.apply(e,arguments),Pt(this,t.apply(b,e))}}),b}A(["pop","push","reverse","shift","sort","splice","unshift"],function(t){var n=i[t];b.prototype[t]=function(){var e=this._wrapped;return null!=e&&(n.apply(e,arguments),"shift"!==t&&"splice"!==t||0!==e.length||delete e[0]),Pt(this,e)}}),A(["concat","join","slice"],function(e){var t=i[e];b.prototype[e]=function(){var e=this._wrapped;return Pt(this,e=null!=e?t.apply(e,arguments):e)}});var P=$t({__proto__:null,VERSION:"1.13.6",restArguments:c,isObject:o,isNull:function(e){return null===e},isUndefined:J,isBoolean:Y,isElement:function(e){return!(!e||1!==e.nodeType)},isString:Z,isNumber:X,isDate:Q,isRegExp:ee,isError:te,isSymbol:ne,isArrayBuffer:ie,isDataView:h,isArray:f,isFunction:p,isArguments:ae,isFinite:function(e){return!ne(e)&&W(e)&&!isNaN(parseFloat(e))},isNaN:se,isTypedArray:he,isEmpty:function(e){var t;return null==e||("number"==typeof(t=v(e))&&(f(e)||Z(e)||ae(e))?0===t:0===v(y(e)))},isMatch:ge,isEqual:function(e,t){return ye(e,t)},isMap:n,isWeakMap:e,isSet:G,isWeakSet:a,keys:y,allKeys:d,values:w,pairs:function(e){for(var t=y(e),n=t.length,i=Array(n),r=0;r<n;r++)i[r]=[t[r],e[t[r]]];return i},invert:Ie,functions:_e,methods:_e,extend:Ce,extendOwn:s,assign:s,defaults:Te,create:function(e,t){return e=xe(e),t&&s(e,t),e},clone:function(e){return o(e)?f(e)?e.slice():Ce({},e):e},tap:function(e,t){return t(e),e},get:Oe,has:function(e,t){for(var n=(t=S(t)).length,i=0;i<n;i++){var r=t[i];if(!g(e,r))return!1;e=e[r]}return!!n},mapObject:function(e,t,n){t=E(t,n);for(var i=y(e),r=i.length,o={},a=0;a<r;a++){var s=i[a];o[s]=t(e[s],s,e)}return o},identity:Re,constant:ue,noop:Pe,toPath:ke,property:Ne,propertyOf:function(t){return null==t?Pe:function(e){return Oe(t,e)}},matcher:I,matches:I,times:function(e,t,n){var i=Array(Math.max(0,e));t=_(t,n,1);for(var r=0;r<e;r++)i[r]=t(r);return i},random:$e,now:C,escape:De,unescape:t,templateSettings:Ue,template:function(o,e,t){e=Te({},e=!e&&t?t:e,b.templateSettings);var t=RegExp([(e.escape||Ge).source,(e.interpolate||Ge).source,(e.evaluate||Ge).source].join("|")+"|$","g"),a=0,s="__p+='";if(o.replace(t,function(e,t,n,i,r){return s+=o.slice(a,r).replace(Be,ze),a=r+e.length,t?s+="'+\n((__t=("+t+"))==null?'':_.escape(__t))+\n'":n?s+="'+\n((__t=("+n+"))==null?'':__t)+\n'":i&&(s+="';\n"+i+"\n__p+='"),e}),s+="';\n",t=e.variable){if(!He.test(t))throw new Error("variable is not a bare identifier: "+t)}else s="with(obj||{}){\n"+s+"}\n",t="obj";s="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+s+"return __p;\n";try{throw new Error("Function constructor not supported")}catch(n){throw n.source=s,n}return(e=function(e){return(void 0).call(this,e,b)}).source="function("+t+"){\n"+s+"}",e},result:function(e,t,n){var i=(t=S(t)).length;if(!i)return p(n)?n.call(e):n;for(var r=0;r<i;r++){var o=null==e?void 0:e[t[r]];void 0===o&&(o=n,r=i),e=p(o)?o.call(e):o}return e},uniqueId:function(e){var t=++We+"";return e?e+t:t},chain:function(e){return(e=b(e))._chain=!0,e},iteratee:Le,partial:T,bind:Ve,bindAll:Ke,memoize:function(i,r){var o=function(e){var t=o.cache,n=""+(r?r.apply(this,arguments):e);return g(t,n)||(t[n]=i.apply(this,arguments)),t[n]};return o.cache={},o},delay:Je,defer:Ye,throttle:function(n,i,r){var o,a,s,u,d=0,c=(r=r||{},function(){d=!1===r.leading?0:C(),o=null,u=n.apply(a,s),o||(a=s=null)}),e=function(){var e=C(),t=(d||!1!==r.leading||(d=e),i-(e-d));return a=this,s=arguments,t<=0||i<t?(o&&(clearTimeout(o),o=null),d=e,u=n.apply(a,s),o||(a=s=null)):o||!1===r.trailing||(o=Dt(c,t)),u};return e.cancel=function(){clearTimeout(o),d=0,o=a=s=null},e},debounce:function(t,n,i){var r,o,a,s,u,d=function(){var e=C()-o;e<n?r=Dt(d,n-e):(r=null,i||(s=t.apply(u,a)),r||(a=u=null))},e=c(function(e){return u=this,a=e,o=C(),r||(r=Dt(d,n),i&&(s=t.apply(u,a))),s});return e.cancel=function(){clearTimeout(r),r=a=u=null},e},wrap:function(e,t){return T(t,e)},negate:Ze,compose:function(){var n=arguments,i=n.length-1;return function(){for(var e=i,t=n[i].apply(this,arguments);e--;)t=n[e].call(this,t);return t}},after:function(e,t){return function(){if(--e<1)return t.apply(this,arguments)}},before:Xe,once:Qe,findKey:et,findIndex:nt,findLastIndex:it,sortedIndex:rt,indexOf:at,lastIndexOf:st,find:ut,detect:ut,findWhere:function(e,t){return ut(e,I(t))},each:A,forEach:A,map:O,collect:O,reduce:ct,foldl:ct,inject:ct,reduceRight:lt,foldr:lt,filter:R,select:R,reject:function(e,t,n){return R(e,Ze(E(t)),n)},every:pt,all:pt,some:ht,any:ht,contains:N,includes:N,include:N,invoke:ft,pluck:gt,where:function(e,t){return R(e,I(t))},max:mt,min:function(e,i,t){var n,r,o=Infinity,a=Infinity;if(null==i||"number"==typeof i&&"object"!=typeof e[0]&&null!=e)for(var s=0,u=(e=x(e)?e:w(e)).length;s<u;s++)null!=(n=e[s])&&n<o&&(o=n);else i=E(i,t),A(e,function(e,t,n){((r=i(e,t,n))<a||r===Infinity&&o===Infinity)&&(o=e,a=r)});return o},shuffle:function(e){return bt(e,Infinity)},sample:bt,sortBy:function(e,i,t){var r=0;return i=E(i,t),gt(O(e,function(e,t,n){return{value:e,index:r++,criteria:i(e,t,n)}}).sort(function(e,t){var n=e.criteria,i=t.criteria;if(n!==i){if(i<n||void 0===n)return 1;if(n<i||void 0===i)return-1}return e.index-t.index}),"value")},groupBy:wt,indexBy:St,countBy:It,partition:_t,toArray:yt,size:function(e){return null==e?0:(x(e)?e:y(e)).length},pick:Ct,omit:Tt,first:kt,head:kt,take:kt,initial:xt,last:function(e,t,n){return null==e||e.length<1?null==t||n?void 0:[]:null==t||n?e[e.length-1]:L(e,Math.max(0,e.length-t))},rest:L,tail:L,drop:L,compact:function(e){return R(e,Boolean)},flatten:function(e,t){return k(e,t,!1)},without:Ot,uniq:Rt,unique:Rt,union:Nt,intersection:function(e){for(var t=[],n=arguments.length,i=0,r=v(e);i<r;i++){var o=e[i];if(!N(t,o)){for(var a=1;a<n&&N(arguments[a],o);a++);a===n&&t.push(o)}}return t},difference:At,unzip:Mt,transpose:Mt,zip:Lt,object:function(e,t){for(var n={},i=0,r=v(e);i<r;i++)t?n[e[i]]=t[i]:n[e[i][0]]=e[i][1];return n},range:function(e,t,n){null==t&&(t=e||0,e=0),n=n||(t<e?-1:1);for(var i=Math.max(Math.ceil((t-e)/n),0),r=Array(i),o=0;o<i;o++,e+=n)r[o]=e;return r},chunk:function(e,t){if(null==t||t<1)return[];for(var n=[],i=0,r=e.length;i<r;)n.push(u.call(e,i,i+=t));return n},mixin:$t,"default":b}),Ft=P.toPath;return P.mixin({toPath:function(e){return P.isString(e)?e.split("."):Ft(e)}}),P._=P}());function ge(e){return!(null==e)}function me(e){return E.isFunction(e)||E.isRegExp(e)?e:E.isArray(e)?E.map(e,me):E.isObject(e)?E.reduce(e,function(e,t,n){return e[n]=me(t),e},{}):e}var h=function(){var i=E.all,r=E.each,o=E.filter,a=E.first,s=E.find,n=E.map,u=E.pluck,d="snippet",c="pendoconfig",l="global",p="default";const h={};function e(e,t=[c],n,i){e&&!h[e]&&(n={name:e,defaultValue:n,supportedSources:t},null!=i&&(n.useAnySource=i),h[e]=n)}e("additionalApiKeys",[c,d]),e("allowedOriginServers"),e("allowMixedApiKeyFrames",[d,c],!0),e("annotateUrl",[d]),e("apiKey",[c,d]),e("assetHost",[d,c]),e("autoFrameInstall",[d,c],!1),e("blockAgentMetadata",[c],!1),e("contentHost",[d,c]),e("cookieDomain",[d,c]),e("dataHost",[d,c]),e("disableAutoInitialize"),e("disableCookies",[d,c]),e("disablePendo",[d,c],!1),e("disablePersistence",[d,c]),e("enableSignedMetadata",[c],!1),e("frameIdentitySync",[d,c],!1),e("frameIdentityTopDownOnly",[d,c],!0),e("forceAnonymous",[d,c],!1),e("identityStorageLifetime",[d,c]),e("identityStorageSuffix",[d,c]),e("ignoreHashRouting",[d,c]),e("initializeImmediately",[d,c],!1),e("installType"),e("localStorageOnly",[d,c]),e("location.pushState",[d,c],!0),e("maxCookieTTLDays",[d,c],Infinity),e("observeShadowRoots",[d,c],!1),e("pendoCore",[c],!0),e("pendoGlobalKey",[c]),e("preferBroadcastChannel",[d,c],!1),e("preferMutationObserver",[d,c],!1),e("preventCookieRefresh"),e("preventUnloadListener",[d,c],!1),e("promotedAgentMetadataConfigurations",[c]),e("queryStringWhitelist",[d]),e("requireSignedMetadata",[c],!1),e("sanitizeUrl",[d]),e("selfHosted"),e("selfHostedAgentUrl",[d,c]),e("sendEventsWithPostOnly",[d,c],!1),e("siblingSelectors"),e("dropAnonymous"),e("allowedText",[d,c],[]),e("analytics.excludeEvents",[d,c],[]),e("enableDebugEvents",[d,c]),e("freeNPSData"),e("eventPropertyConfigurations"),e("eventPropertyMatchParents",[d,c],!0),e("excludeAllText",[c,d],!1,!0),e("excludeNonGuideAnalytics",[d,c],!1),e("htmlAttributeBlacklist"),e("htmlAttributes"),e("interceptElementRemoval",[d,c],!1),e("interceptPreventDefault",[d,c],!0),e("interceptStopPropagation",[d,c],!0),e("syntheticClicks.elementRemoval",[d,c],!1),e("syntheticClicks.targetChanged",[d,c],!0),e("xhrWhitelist"),e("appAutoOrdering",[d,c]),e("cacheGuides",[d,c],!1),e("cacheGuidesTimeout",[c],6e5),e("delayGuides",[d]),e("disableDesigner",[c,d],!1),e("disableDesignerKeyboardShortcut",[c],!1),e("disableGlobalCSS",[d,c],!1),e("disableGuidePseudoStyles",[d,c],!1),e("disableGuides",[d]),e("disablePrefetch",[d,c]),e("enableDesignerKeyboardShortcut",[d]),e("enableGuideTimeout",[c,d],!1),e("guideCssAssetPath"),e("guideSeenTimeoutLength",[c,d],1e4),e("guideTimeout",[d]),e("guideValidation",[d,c],!1),e("guides.attachPoint",[d]),e("guides.delay",[d]),e("guides.disabled",[d]),e("guides.ejectOnTimeout",[d,c],!1),e("guides.globalScripts",[d,c],[]),e("guides.timeout",[d]),e("guides.tooltip.arrowSize",[d]),e("inlineStyleNonce",[d]),e("leaderKey",[d,c],[]),e("preventCodeInjection",[c,d,l],!1),e("previewModeAssetPath"),e("storage.allowKeys",[d],"*"),e("disableFeedback",[d]),e("disableFeedbackAutoInit"),e("feedbackSettings",[c],{}),e("pendoFeedback",[c],!1),e("crossAppGuideStorageSuffix",[d,c]),e("enableCrossOriginIsolation",[d,c],!1),e("adoptHost"),e("adoptAnalyticsForwarding"),e("agentDebuggerPluginLoader"),e("allowPartnerAnalyticsForwarding",[d],!1),e("adoptPrioritizeAdoptGuides",[c],!1),e("designerAgentPluginsLoader",[c,d]),e("trainingPartner"),e("errorClickLogging",[c],!1),e("forceParentDesigner",[d]),e("enableAllEmbeddedGuideEvents",[c],!1),e("formValidation",[c],!1);var f={};function g(e){return h[e]||{name:e}}function m(e,t){if(t)return t=t(),ge(e=E.get(t.lookup,(t=e,E.get(t,"key")||E.get(t,"name"))))?e:undefined}function v(e,t){var n=m(e,f[t]);return new w(e.name,n,t)}function y(e,t){return t=t||E.get(e,"supportedSources",[d,c,l]),o(n(t,E.partial(v,e)),function(e){return ge(e.value)})}function b(e,t,n){var i=g(e),e=new w(e,t=t||E.get(i,"defaultValue",null),p),n=y(i,n);return i.useAnySource&&ge(t)?s(n,function(e){return e.value!==t})||e:a(n)||e}function w(e,t,n){this.name=e,this.value=t,this.source=n}function S(){var n=[];return r(h,function(e){var t;n.push({name:e.name,active:b(e.name),conflicts:(e=g(e=e.name),(t=o(y(e),function(e){return e.source!==p})).length<2||i(u(t,"value"),function(e){return e===t[0].value})?[]:t)})}),n}return f[d]=function(){return{lookup:fe||window.pendo_options,name:d}},f[c]=function(){return{lookup:Z,name:c}},f[l]=function(){return{lookup:I,name:l}},w.prototype.toString=function(){return"Config option `"+this.name+"` with value `"+this.value+"` from source `"+this.source+"`"},{audit:S,get:function(e,t){return b(e,t).value},getLocalConfig:function(e,t){return arguments.length?b(e,t,[d]).value:me(fe)},getHostedConfig:function(e,t){return b(e,t,[c]).value},addOption:e,setLocalConfig:function(e){fe=e},options:()=>u(h,"name"),sources:{SNIPPET_SRC:d,PENDO_CONFIG_SRC:c,GLOBAL_SRC:l,DEFAULT_SRC:p},validate:function(t){t.groupCollapsed("Validate Config options"),r(S(),function(e){t.log(String(e.active)),0<e.conflicts.length&&(t.warn("Multiple sources found with values for "+e.name),r(e.conflicts,function(e){t.warn(String(e))}))}),t.groupEnd()}}}(),ve="prod",ye="extension",be="native";function we(){return h.get("installType")||be}function Se(e){var t;return e===ve?"pendo-io-static":"prod-jp"===e?"pendo-jp-prod-static":"pendo-"+((t=/^prod-(.+)$/.exec(e))&&1<t.length?t[1]:e)+"-static"}var Ie,_e=function(e,t){return e=e||10,(t=!isNaN(ke)&&(!t||ke<t))&&Ie<e};function Ee(e){return parseInt(e,10)}var Ce=function(e){return E.isString(e)?e.toLowerCase():e};function Te(){return(window.navigator||{}).userAgent}t=Te(),n=Ee((/msie (\d+)/.exec(Ce(t))||[])[1]),Ie=n=isNaN(n)?Ee((/trident\/.*; rv:(\d+)/.exec(Ce(t))||[])[1]):n;var xe,ke=function(e,t){e=Ee((/trident\/(\d+)/.exec(Ce(e))||[])[1]);return e=isNaN(e)&&7==t?3:e}(Te(),Ie),Ae={},Oe=Ee((/android (\d+)/.exec(Ce(Te()))||[])[1]),Re=/Boxee/i.test(Te()),Ne=window.document||{},Me=Ne.documentMode,Le=/^(Moz|webkit|O|ms)(?=[A-Z])/,Pe=Ne.body&&Ne.body.style,e=!1,t=!1;if(Pe){for(var $e in Pe)if($e=Le.exec($e)){xe=(xe=$e[0]).substr(0,1).toUpperCase()+xe.substr(1);break}xe=xe||"WebkitOpacity"in Pe&&"webkit",e=!!("transition"in Pe||xe+"Transition"in Pe),t=!!("animation"in Pe||xe+"Animation"in Pe),!Oe||e&&t||(e=E.isString(Ne.body.style.webkitTransition),t=E.isString(Ne.body.style.webkitAnimation))}var Fe={supportsHistoryApi:E.memoize(function(){var e=window.history&&window.history.pushState&&window.history.replaceState,t=window.history&&E.isFunction(Object.isFrozen)&&Object.isFrozen(window.history),n=window.history&&E.isFunction(Object.getOwnPropertyDescriptors)&&Object.getOwnPropertyDescriptors(window.history),n=n&&E.get(n,"pushState.writable",!0)&&E.get(n,"replaceState.writable",!0),i=!(Oe<4),r=we()===ye;return!(!e||t||!n||!i||Re||r)}),supportsHashChange:function(){var e="onhashchange"in window,t=!Me||7<Me,n=we()===ye;return!(!e||!t||n)},hasEvent:function(e){var t;return("input"!=e||9!=Ie)&&(E.isUndefined(Ae[e])&&(t=Ne.createElement("div"),Ae[e]="on"+e in t),Ae[e])},vendorPrefix:xe,transitions:e,animations:t,android:Oe,msie:Ie,msieDocumentMode:Me,safari:/apple/i.test(navigator.vendor),sri:"integrity"in document.createElement("script"),addEventListener:E.isFunction(window.addEventListener),MutationObserver:/native/.test(window.MutationObserver),isMinimumIEVersion:function(e){return!(!isNaN(this.msie)&&null!=this.msie)||this.msie>=e},isMobileUserAgent:E.memoize(function(){return/Android|webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini/i.test(Te())})},De=function(){return!isNaN(Ie)&&11!=Ie&&"CSS1Compat"!==document.compatMode},Ue=function(e,t){var n,i=e.height,r=e.width;return"top"==e.arrowPosition||"bottom"==e.arrowPosition?(n=0,"top"==e.arrowPosition?(e.top=t.top+t.height,n=-1,e.arrow.top=3,Ie<=9&&(e.arrow.top=6)):"bottom"==e.arrowPosition&&(e.top=t.top-(i+I.TOOLTIP_ARROW_SIZE),e.arrow.top=i-I.TOOLTIP_ARROW_SIZE,10==Ie?e.arrow.top--:Ie<=9&&(e.arrow.top+=4),n=1),"left"==e.arrow.hbias?(e.left=t.left+t.width/2-(10+2*I.TOOLTIP_ARROW_SIZE),e.arrow.left=10+I.TOOLTIP_ARROW_SIZE):"right"==e.arrow.hbias?(e.left=t.left-r+t.width/2+(10+2*I.TOOLTIP_ARROW_SIZE),e.arrow.left=r-3*I.TOOLTIP_ARROW_SIZE-10):(e.left=t.left+t.width/2-r/2,e.arrow.left=r/2-I.TOOLTIP_ARROW_SIZE),e.arrow.border.top=e.arrow.top+n,e.arrow.border.left=e.arrow.left):("left"==e.arrow.hbias?(e.left=t.left+t.width,e.arrow.left=1,e.arrow.left+=5,e.arrow.border.left=e.arrow.left-1):"right"==e.arrow.hbias&&(e.left=Math.max(0,t.left-r-I.TOOLTIP_ARROW_SIZE),e.arrow.left=r-I.TOOLTIP_ARROW_SIZE-1,e.arrow.left+=5,e.arrow.border.left=e.arrow.left+1),e.top=t.top+t.height/2-i/2,e.arrow.top=i/2-I.TOOLTIP_ARROW_SIZE,e.arrow.border.top=e.arrow.top),e},Ge="",je="",Be="",ze="",n="",He="2.279.3_",Pe="2.279.3",We="xhr",qe=function(){return De()?He+"+quirksmode":He};function Ve(){return(pe("installType")||le().installType)===ye}function Ke(){return-1!==Ge.indexOf("prod")}var Je=/^\s+|\s+$/g;function Ye(e){for(var t=[],n=0;n<e.length;n++){var i=e.charCodeAt(n);i<128?t.push(i):i<2048?t.push(192|i>>6,128|63&i):i<55296||57344<=i?t.push(224|i>>12,128|i>>6&63,128|63&i):(n++,i=65536+((1023&i)<<10|1023&e.charCodeAt(n)),t.push(240|i>>18,128|i>>12&63,128|i>>6&63,128|63&i))}return t}var Ze=(Ze=String.prototype.trim)||function(){return this.replace(Je,"")},e={exports:{}};!function(){var X=void 0,Q=!0,o=this;function e(e,t){var n,i=e.split("."),r=o;i[0]in r||!r.execScript||r.execScript("var "+i[0]);for(;i.length&&(n=i.shift());)i.length||t===X?r=r[n]||(r[n]={}):r[n]=t}var ee="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Uint32Array;function te(e,t){if(this.index="number"==typeof t?t:0,this.e=0,this.buffer=e instanceof(ee?Uint8Array:Array)?e:new(ee?Uint8Array:Array)(32768),2*this.buffer.length<=this.index)throw Error("invalid index");this.buffer.length<=this.index&&u(this)}function u(e){var t,n=e.buffer,i=n.length,r=new(ee?Uint8Array:Array)(i<<1);if(ee)r.set(n);else for(t=0;t<i;++t)r[t]=n[t];return e.buffer=r}te.prototype.b=function(e,t,n){var i,r=this.buffer,o=this.index,a=this.e,s=r[o];if(n&&1<t&&(e=8<t?(d[255&e]<<24|d[e>>>8&255]<<16|d[e>>>16&255]<<8|d[e>>>24&255])>>32-t:d[e]>>8-t),t+a<8)s=s<<t|e,a+=t;else for(i=0;i<t;++i)s=s<<1|e>>t-i-1&1,8==++a&&(a=0,r[o++]=d[s],s=0,o===r.length)&&(r=u(this));r[o]=s,this.buffer=r,this.e=a,this.index=o},te.prototype.finish=function(){var e=this.buffer,t=this.index;return 0<this.e&&(e[t]<<=8-this.e,e[t]=d[e[t]],t++),ee?e.subarray(0,t):(e.length=t,e)};for(var t=new(ee?Uint8Array:Array)(256),n=0;n<256;++n){for(var i=a=n,r=7,a=a>>>1;a;a>>>=1)i=i<<1|1&a,--r;t[n]=(i<<r&255)>>>0}var d=t;function c(e){this.buffer=new(ee?Uint16Array:Array)(2*e),this.length=0}function s(e,t){this.d=ne,this.i=0,this.input=ee&&e instanceof Array?new Uint8Array(e):e,this.c=0,t&&(t.lazy&&(this.i=t.lazy),"number"==typeof t.compressionType&&(this.d=t.compressionType),t.outputBuffer&&(this.a=ee&&t.outputBuffer instanceof Array?new Uint8Array(t.outputBuffer):t.outputBuffer),"number"==typeof t.outputIndex)&&(this.c=t.outputIndex),this.a||(this.a=new(ee?Uint8Array:Array)(32768))}c.prototype.getParent=function(e){return 2*((e-2)/4|0)},c.prototype.push=function(e,t){var n,i,r=this.buffer,o=this.length;for(r[this.length++]=t,r[this.length++]=e;0<o&&(n=this.getParent(o),r[o]>r[n]);)i=r[o],r[o]=r[n],r[n]=i,i=r[o+1],r[o+1]=r[n+1],r[n+1]=i,o=n;return this.length},c.prototype.pop=function(){var e,t,n,i=this.buffer,r=i[0],o=i[1];for(this.length-=2,i[0]=i[this.length],i[1]=i[this.length+1],n=0;!((t=2*n+2)>=this.length)&&(t+2<this.length&&i[t+2]>i[t]&&(t+=2),i[t]>i[n]);)e=i[n],i[n]=i[t],i[t]=e,e=i[n+1],i[n+1]=i[t+1],i[t+1]=e,n=t;return{index:o,value:r,length:this.length}};for(var ne=2,l={NONE:0,h:1,g:ne,n:3},ie=[],p=0;p<288;p++)switch(Q){case p<=143:ie.push([p+48,8]);break;case p<=255:ie.push([p-144+400,9]);break;case p<=279:ie.push([p-256,7]);break;case p<=287:ie.push([p-280+192,8]);break;default:throw"invalid literal: "+p}function b(e,t){this.length=e,this.k=t}s.prototype.f=function(){var e,t,$,n=this.input;switch(this.d){case 0:for(t=0,$=n.length;t<$;){var F,D,i=r=ee?n.subarray(t,t+65535):n.slice(t,t+65535),r=(t+=r.length)===$,o=X,a=this.a,s=this.c;if(ee){for(a=new Uint8Array(this.a.buffer);a.length<=s+i.length+5;)a=new Uint8Array(a.length<<1);a.set(this.a)}if(a[s++]=0|(r?1:0),F=65536+~(r=i.length)&65535,a[s++]=255&r,a[s++]=r>>>8&255,a[s++]=255&F,a[s++]=F>>>8&255,ee)a.set(i,s),s+=i.length,a=a.subarray(0,s);else{for(o=0,D=i.length;o<D;++o)a[s++]=i[o];a.length=s}this.c=s,this.a=a}break;case 1:for(var u,d=new te(ee?new Uint8Array(this.a.buffer):this.a,this.c),c=(d.b(1,1,Q),d.b(1,2,Q),re(this,n)),l=0,U=c.length;l<U;l++)if(u=c[l],te.prototype.b.apply(d,ie[u]),256<u)d.b(c[++l],c[++l],Q),d.b(c[++l],5),d.b(c[++l],c[++l],Q);else if(256===u)break;this.a=d.finish(),this.c=this.a.length;break;case ne:var p,h,f,g,m,v,y,G,b,w,S,j,I=new te(ee?new Uint8Array(this.a.buffer):this.a,this.c),B=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],z=Array(19),_=ne;for(I.b(1,1,Q),I.b(_,2,Q),p=re(this,n),_=ae(m=oe(this.m,15)),L=ae(v=oe(this.l,7)),h=286;257<h&&0===m[h-1];h--);for(f=30;1<f&&0===v[f-1];f--);for(var E,C,T,x,k,H=h,W=f,A=new(ee?Uint32Array:Array)(H+W),O=new(ee?Uint32Array:Array)(316),R=new(ee?Uint8Array:Array)(19),N=E=0;N<H;N++)A[E++]=m[N];for(N=0;N<W;N++)A[E++]=v[N];if(!ee)for(N=0,T=R.length;N<T;++N)R[N]=0;for(N=x=0,T=A.length;N<T;N+=E){for(E=1;N+E<T&&A[N+E]===A[N];++E);if(C=E,0===A[N])if(C<3)for(;0<C--;)R[O[x++]=0]++;else for(;0<C;)(k=C-3<(k=C<138?C:138)&&k<C?C-3:k)<=10?(O[x++]=17,O[x++]=k-3,R[17]++):(O[x++]=18,O[x++]=k-11,R[18]++),C-=k;else if(O[x++]=A[N],R[A[N]]++,--C<3)for(;0<C--;)O[x++]=A[N],R[A[N]]++;else for(;0<C;)C-3<(k=C<6?C:6)&&k<C&&(k=C-3),O[x++]=16,O[x++]=k-3,R[16]++,C-=k}for(e=ee?O.subarray(0,x):O.slice(0,x),y=oe(R,7),S=0;S<19;S++)z[S]=y[B[S]];for(g=19;4<g&&0===z[g-1];g--);for(G=ae(y),I.b(h-257,5,Q),I.b(f-1,5,Q),I.b(g-4,4,Q),S=0;S<g;S++)I.b(z[S],3,Q);for(S=0,j=e.length;S<j;S++)if(b=e[S],I.b(G[b],y[b],Q),16<=b){switch(S++,b){case 16:w=2;break;case 17:w=3;break;case 18:w=7;break;default:throw"invalid code: "+b}I.b(e[S],w,Q)}for(var M,q,_=[_,m],L=[L,v],V=_[0],K=_[1],J=L[0],Y=L[1],P=0,Z=p.length;P<Z;++P)if(M=p[P],I.b(V[M],K[M],Q),256<M)I.b(p[++P],p[++P],Q),q=p[++P],I.b(J[q],Y[q],Q),I.b(p[++P],p[++P],Q);else if(256===M)break;this.a=I.finish(),this.c=this.a.length;break;default:throw"invalid compression type"}return this.a};var h=function(){for(var e,t=[],n=3;n<=258;n++)e=function(e){switch(Q){case 3===e:return[257,e-3,0];case 4===e:return[258,e-4,0];case 5===e:return[259,e-5,0];case 6===e:return[260,e-6,0];case 7===e:return[261,e-7,0];case 8===e:return[262,e-8,0];case 9===e:return[263,e-9,0];case 10===e:return[264,e-10,0];case e<=12:return[265,e-11,1];case e<=14:return[266,e-13,1];case e<=16:return[267,e-15,1];case e<=18:return[268,e-17,1];case e<=22:return[269,e-19,2];case e<=26:return[270,e-23,2];case e<=30:return[271,e-27,2];case e<=34:return[272,e-31,2];case e<=42:return[273,e-35,3];case e<=50:return[274,e-43,3];case e<=58:return[275,e-51,3];case e<=66:return[276,e-59,3];case e<=82:return[277,e-67,4];case e<=98:return[278,e-83,4];case e<=114:return[279,e-99,4];case e<=130:return[280,e-115,4];case e<=162:return[281,e-131,5];case e<=194:return[282,e-163,5];case e<=226:return[283,e-195,5];case e<=257:return[284,e-227,5];case 258===e:return[285,e-258,0];default:throw"invalid length: "+e}}(n),t[n]=e[2]<<24|e[1]<<16|e[0];return t}(),w=ee?new Uint32Array(h):h;function re(e,t){function n(e,t){var n,i,r,o=e.k,a=[],s=0,u=w[e.length];switch(a[s++]=65535&u,a[s++]=u>>16&255,a[s++]=u>>24,Q){case 1===o:n=[0,o-1,0];break;case 2===o:n=[1,o-2,0];break;case 3===o:n=[2,o-3,0];break;case 4===o:n=[3,o-4,0];break;case o<=6:n=[4,o-5,1];break;case o<=8:n=[5,o-7,1];break;case o<=12:n=[6,o-9,2];break;case o<=16:n=[7,o-13,2];break;case o<=24:n=[8,o-17,3];break;case o<=32:n=[9,o-25,3];break;case o<=48:n=[10,o-33,4];break;case o<=64:n=[11,o-49,4];break;case o<=96:n=[12,o-65,5];break;case o<=128:n=[13,o-97,5];break;case o<=192:n=[14,o-129,6];break;case o<=256:n=[15,o-193,6];break;case o<=384:n=[16,o-257,7];break;case o<=512:n=[17,o-385,7];break;case o<=768:n=[18,o-513,8];break;case o<=1024:n=[19,o-769,8];break;case o<=1536:n=[20,o-1025,9];break;case o<=2048:n=[21,o-1537,9];break;case o<=3072:n=[22,o-2049,10];break;case o<=4096:n=[23,o-3073,10];break;case o<=6144:n=[24,o-4097,11];break;case o<=8192:n=[25,o-6145,11];break;case o<=12288:n=[26,o-8193,12];break;case o<=16384:n=[27,o-12289,12];break;case o<=24576:n=[28,o-16385,13];break;case o<=32768:n=[29,o-24577,13];break;default:throw"invalid distance"}for(u=n,a[s++]=u[0],a[+s]=u[1],a[5]=u[2],i=0,r=a.length;i<r;++i)h[f++]=a[i];m[a[0]]++,v[a[3]]++,g=e.length+t-1,c=null}var i,r,o,a,s,u,d,c,l,p={},h=ee?new Uint16Array(2*t.length):[],f=0,g=0,m=new(ee?Uint32Array:Array)(286),v=new(ee?Uint32Array:Array)(30),y=e.i;if(!ee){for(o=0;o<=285;)m[o++]=0;for(o=0;o<=29;)v[o++]=0}for(m[256]=1,i=0,r=t.length;i<r;++i){for(o=s=0,a=3;o<a&&i+o!==r;++o)s=s<<8|t[i+o];if(p[s]===X&&(p[s]=[]),u=p[s],!(0<g--)){for(;0<u.length&&32768<i-u[0];)u.shift();if(r<=i+3){for(c&&n(c,-1),o=0,a=r-i;o<a;++o)l=t[i+o],h[f++]=l,++m[l];break}0<u.length?(d=function(e,t,n){var i,r,o,a,s,u,d=0,c=e.length;a=0,u=n.length;e:for(;a<u;a++){if(i=n[u-a-1],(o=3)<d){for(s=d;3<s;s--)if(e[i+s-1]!==e[t+s-1])continue e;o=d}for(;o<258&&t+o<c&&e[i+o]===e[t+o];)++o;if(d<o&&(r=i,d=o),258===o)break}return new b(d,t-r)}(t,i,u),c?c.length<d.length?(l=t[i-1],h[f++]=l,++m[l],n(d,0)):n(c,-1):d.length<y?c=d:n(d,0)):c?n(c,-1):(l=t[i],h[f++]=l,++m[l])}u.push(i)}return h[f++]=256,m[256]++,e.m=m,e.l=v,ee?h.subarray(0,f):h}function oe(e,t){var n,i,r,o,a,s=e.length,u=new c(572),d=new(ee?Uint8Array:Array)(s);if(!ee)for(o=0;o<s;o++)d[o]=0;for(o=0;o<s;++o)0<e[o]&&u.push(o,e[o]);if(n=Array(u.length/2),i=new(ee?Uint32Array:Array)(u.length/2),1===n.length)d[u.pop().index]=1;else{for(o=0,a=u.length/2;o<a;++o)n[o]=u.pop(),i[o]=n[o].value;for(r=function(e,n,t){var i,r,o,a,s,u=new(ee?Uint16Array:Array)(t),d=new(ee?Uint8Array:Array)(t),c=new(ee?Uint8Array:Array)(n),l=Array(t),p=Array(t),h=Array(t),f=(1<<t)-n,g=1<<t-1;for(u[t-1]=n,r=0;r<t;++r)f<g?d[r]=0:(d[r]=1,f-=g),f<<=1,u[t-2-r]=(u[t-1-r]/2|0)+n;for(u[0]=d[0],l[0]=Array(u[0]),p[0]=Array(u[0]),r=1;r<t;++r)u[r]>2*u[r-1]+d[r]&&(u[r]=2*u[r-1]+d[r]),l[r]=Array(u[r]),p[r]=Array(u[r]);for(i=0;i<n;++i)c[i]=t;for(o=0;o<u[t-1];++o)l[t-1][o]=e[o],p[t-1][o]=o;for(i=0;i<t;++i)h[i]=0;for(1===d[t-1]&&(--c[0],++h[t-1]),r=t-2;0<=r;--r){for(a=i=0,s=h[r+1],o=0;o<u[r];o++)(a=l[r+1][s]+l[r+1][s+1])>e[i]?(l[r][o]=a,p[r][o]=n,s+=2):(l[r][o]=e[i],p[r][o]=i,++i);h[r]=0,1===d[r]&&function m(e){var t=p[e][h[e]];t===n?(m(e+1),m(e+1)):--c[t],++h[e]}(r)}return c}(i,i.length,t),o=0,a=n.length;o<a;++o)d[n[o].index]=r[o]}return d}function ae(e){for(var t,n,i=new(ee?Uint16Array:Array)(e.length),r=[],o=[],a=0,s=0,u=e.length;s<u;s++)r[e[s]]=1+(0|r[e[s]]);for(s=1,u=16;s<=u;s++)a=(o[s]=a)+(0|r[s])<<1;for(s=0,u=e.length;s<u;s++)for(a=o[e[s]],o[e[s]]+=1,t=i[s]=0,n=e[s];t<n;t++)i[s]=i[s]<<1|1&a,a>>>=1;return i}function f(e,t){this.input=e,this.a=new(ee?Uint8Array:Array)(32768),this.d=S.g;var n,i={};for(n in(t?"number"==typeof t.compressionType:(t={},0))&&(this.d=t.compressionType),t)i[n]=t[n];i.outputBuffer=this.a,this.j=new s(this.input,i)}var g,m,v,y,S=l,I=(f.prototype.f=function(){var e,t,n=0,i=this.a,r=Math.LOG2E*Math.log(32768)-8<<4|8;switch(i[n++]=r,8,this.d){case S.NONE:t=0;break;case S.h:t=1;break;case S.g:t=2;break;default:throw Error("unsupported compression type")}i[+n]=(e=t<<6|0)|31-(256*r+e)%31;var o=this.input;if("string"==typeof o){for(var a=o.split(""),s=0,u=a.length;s<u;s++)a[s]=(255&a[s].charCodeAt(0))>>>0;o=a}for(var d,c=1,l=0,p=o.length,h=0;0<p;){for(p-=d=1024<p?1024:p;l+=c+=o[h++],--d;);c%=65521,l%=65521}return r=(l<<16|c)>>>0,this.j.c=2,n=(i=this.j.f()).length,ee&&((i=new Uint8Array(i.buffer)).length<=n+4&&(this.a=new Uint8Array(i.length+4),this.a.set(i),i=this.a),i=i.subarray(0,n+4)),i[n++]=r>>24&255,i[n++]=r>>16&255,i[n++]=r>>8&255,i[+n]=255&r,i},e("Zlib.Deflate",f),e("Zlib.Deflate.compress",function(e,t){return new f(e,t).f()}),e("Zlib.Deflate.prototype.compress",f.prototype.f),{NONE:S.NONE,FIXED:S.h,DYNAMIC:S.g});if(Object.keys)g=Object.keys(I);else for(m in g=[],v=0,I)g[v++]=m;for(v=0,y=g.length;v<y;++v)e("Zlib.Deflate.CompressionType."+(m=g[v]),I[m])}.call(e.exports);var Xe={Deflate:p(e.exports).Zlib.Deflate},Qe="base64url";function et(e,t){t=t||Qe;e=Ye("string"==typeof e?e:JSON.stringify(e)),e=new Xe.Deflate(e).compress();return t===Qe?c.uint8ToBase64(e):e}t={exports:{}};!function(){var o=this;function e(e,t){var n,i=e.split("."),r=o;i[0]in r||!r.execScript||r.execScript("var "+i[0]);for(;i.length&&(n=i.shift());)i.length||void 0===t?r=r[n]||(r[n]={}):r[n]=t}var a={c:function(e,t,n){return a.update(e,0,t,n)},update:function(e,t,n,i){var r=a.a,o="number"==typeof n?n:n=0,i="number"==typeof i?i:e.length;for(t^=4294967295,o=7&i;o--;++n)t=t>>>8^r[255&(t^e[n])];for(o=i>>3;o--;n+=8)t=(t=(t=(t=(t=(t=(t=(t=t>>>8^r[255&(t^e[n])])>>>8^r[255&(t^e[n+1])])>>>8^r[255&(t^e[n+2])])>>>8^r[255&(t^e[n+3])])>>>8^r[255&(t^e[n+4])])>>>8^r[255&(t^e[n+5])])>>>8^r[255&(t^e[n+6])])>>>8^r[255&(t^e[n+7])];return(4294967295^t)>>>0},d:function(e,t){return(a.a[255&(e^t)]^e>>>8)>>>0},b:[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117]};a.a="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Uint32Array?new Uint32Array(a.b):a.b,e("Zlib.CRC32",a),e("Zlib.CRC32.calc",a.c),e("Zlib.CRC32.update",a.update)}.call(t.exports);var tt={CRC32:p(t.exports).Zlib.CRC32},nt=function(e,n){var i;return 200<=(n=n||0)?e:E.isArray(e)?E.map(e,function(e){return nt(e,n+1)}):!E.isObject(e)||E.isDate(e)||E.isRegExp(e)||E.isElement(e)?E.isString(e)?E.escape(e):e:(i={},E.each(e,function(e,t){i[t]=nt(e,n+1)}),i)},it=function(e){e=Ye(e);return c.uint8ToBase64(e)},rt=function(e){if(void 0!==e)return e=Ye(e=E.isString(e)?e:JSON.stringify(e)),tt.CRC32.calc(e,0,e.length)};function ot(e){return e[Math.floor(Math.random()*e.length)]}function at(e){for(var t="abcdefghijklmnopqrstuvwxyz",n="",i=(t+t.toUpperCase()+"1234567890").split(""),r=0;r<e;r++)n+=ot(i);return n}var st=function(e,t,n){return!(!ge(e)||!ge(t))&&(n&&(e=e.toLowerCase(),t=t.toLowerCase()),-1<e.indexOf(t))};function v(){return(new Date).getTime()}function ut(){return"undefined"!=typeof $A&&E.isFunction($A.get)&&E.isString($A.get("$Browser.formFactor"))}function dt(e,t=window){var n="__symbol__";if("undefined"!=typeof Zone&&E.isFunction(Zone[n])){n=t[Zone[n](e)];if(E.isFunction(n))return n}return t[e]}e=window;var ct=E.isFunction(e.isFinite)?e.isFinite:e.Number&&E.isFunction(e.Number.isFinite)?e.Number.isFinite:function(e){return e!=Infinity&&e!=-Infinity&&!isNaN(e)};function lt(e){return"number"==typeof e&&ct(e)&&Math.floor(e)===e}function pt(e,t,n,i){(t=t||{}).maxRetries=lt(t.maxRetries)?t.maxRetries:10,t.delay=lt(t.delay)?t.delay:50,t.exponentialBackoff=t.exponentialBackoff||!1;var r=function(e){return e&&"[object Function]"==={}.toString.call(e)},o=r(n)?n:function(){},a=r(i)?i:function(){},n=e();n?o(n):0<t.maxRetries?Dt(function(){t.maxRetries=--t.maxRetries,t.delay=t.exponentialBackoff?2*t.delay:t.delay,pt(e,t,o,a)},t.delay):(a||function(){})()}var ht=function(e){e=e.match(/-?[\d,]+\.?([\d,]+)*/);return e?parseFloat(e[0].replace(/,/g,"")):null};function ft(e){return E.isObject(e)&&E.isFunction(e.then)}var gt,mt=E.isFunction(window.decodeURIComponent)?window.decodeURIComponent:E.identity,vt=E.isFunction(window.encodeURIComponent)?window.encodeURIComponent:E.identity;class yt{constructor(e,t,n){this.type="log",this.logged=!1,this.level=e,this.message=t,this.attributes=n}toString(){let e=this.message;return this.error&&e!==this.error.message&&(e=e+":"+this.error.message),this.attributes&&(e+=": "+E.map(this.attributes,(e,t)=>t+"="+e)),e}hashCode(){return this.toString()}}(t=gt=gt||{}).Debug="debug",t.Info="info",t.Warn="warn",t.Error="error",t.Critical="critical";class bt extends class{constructor(){this.listeners={}}addEventListener(e,t){let n=this.listeners[e];n||(n=[],this.listeners[e]=n),E.findIndex(n,e=>t===e)<0&&n.push(t)}removeEventListener(e,t){var n,i=this.listeners[e];i&&0<=(n=E.findIndex(i,e=>t===e))&&(i.splice(n,1),i.length||delete this.listeners[e])}dispatchEvent(t){var e=this.listeners[t.type];e&&E.each(e,e=>{e(t)})}}{write(e,t,n){this.dispatchEvent(new yt(t,e,n))}writeError(e,t,n){let i,r;E.isString(e)?(i=e,r={message:i}):(r=e,i=r.message),n&&n.error&&(r=n.error,delete n.error);e=new yt(t,i,n);e.error=r,this.dispatchEvent(e)}debug(e,t){this.write(e,gt.Debug,t)}info(e,t){this.write(e,gt.Info,t)}warn(e,t){this.writeError(e,gt.Warn,t)}error(e,t){this.writeError(e,gt.Error,t)}critical(e,t){this.writeError(e,gt.Critical,t)}}const C=new bt;function wt(e){if(e)return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}const St=function(){var e=h.get("storage.allowKeys")||"*";return E.isArray(e)?E.indexBy(e):e};function It(t,n,i){return function(){try{return n.apply(t,arguments)}catch(e){return i}}}function _t(n){E.forEach(E.keys(n),function(e){try{/^_?pendo_/.test(e)&&n.removeItem(e)}catch(t){}})}function Et(e){var t=E.noop,t={getItem:()=>null,setItem:t,removeItem:t,clearPendo:t};try{var n=e();return n?{getItem:It(n,n.getItem,null),setItem:It(n,n.setItem),removeItem:It(n,n.removeItem),clearPendo:E.partial(_t,n)}:t}catch(i){return t}}var Ct,Tt=Et(function(){return window.localStorage}),xt=Et(function(){return window.sessionStorage}),kt={},At=!0,Ot=function(){return h.get("localStorageOnly")},Rt=function(){return!!h.get("disableCookies")};function Nt(e){At=e}var Mt=function(e){var t=Rt()||Ot()?kt[e]:document.cookie;return(e=new RegExp("(^|; )"+e+"=([^;]*)").exec(t))?mt(e[2]):null},Lt=function(e,t,n,i){var r,o;!At||h.get("preventCookieRefresh")&&Mt(e)===t||(o=Bt(n),(r=new Date).setTime(r.getTime()+o),o=e+"="+vt(t)+(n?";expires="+r.toUTCString():"")+"; path=/"+("https:"===document.location.protocol||i?";secure":"")+"; SameSite=Strict",Ct&&(o+=";domain="+Ct),Rt()||Ot()?kt[e]=o:document.cookie=o)};function Pt(e){Ct?Lt(e,""):document.cookie=e+"=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT"}var $t=function(e,t){return`_pendo_${e}.`+(t||I.apiKey)},Ft=function(e,t){return Mt($t(e,t))};const Gt=864e5,jt=100*Gt,Bt=(e=jt)=>{var t=h.get("maxCookieTTLDays"),t=t<Infinity?t*Gt:Infinity;return Math.min(e,t)};var zt=function(e,t,n,i,r){n=n||jt,Lt($t(e,r),t,n,i)};class Ht{constructor(){this.keys={}}addLocal(e){this._add(e,"local")}addSession(e){this._add(e,"session")}hasLocal(e){return this._has(e,"local")}hasSession(e){return this._has(e,"session")}_add(e,t){this.keys[e]||(this.keys[e]=t)}_has(e,t){return this.keys[e]===t}}var Wt,qt,Vt,Kt,y,f=function(){const o=new Ht;function e(i,r){return function(e){var t,n;if(t=e,"*"===(n=St())||n[t])return o[r](e)||C.warn(`storage key ${e} is not registered`),i.apply(this,arguments);C.debug(`writing storage key ${e} is not allowed`)}}function u(){return!Rt()&&!Ct&&d("localStorage")}var d=E.memoize(function(e){try{var t=window[e],n="__storage_test__";return t.setItem(n,n),t.removeItem(n),!0}catch(i){return i instanceof DOMException&&(22===i.code||1014===i.code||"QuotaExceededError"===i.name||"NS_ERROR_DOM_QUOTA_REACHED"===i.name)&&t&&0!==t.length}});function c(e){e.cache&&(e.cache={})}function r(e,t,n){t=t?e:$t(e,n);if(u())return localStorage.removeItem(t);Pt(t)}const t=E.extend({},xt),n=(t.setItem=e(t.setItem,"hasSession"),E.extend({},Tt));return n.setItem=e(n.setItem,"hasLocal"),{read:function(e,t,n){var i;return u()?(i=t?e:$t(e,n),null===(i=function(e){if(null===e)return null;try{var t=JSON.parse(e);return t.ttl?t.ttl<(new Date).getTime()?null:String(t.value||t):e}catch(n){return e}}(localStorage.getItem(i)))&&r(e,t,n),i):t?Mt(e):Ft(e,n)},write:e(function(e,t,n,i,r,o){if(c(d),u())try{var a=i?e:$t(e,o);return localStorage.setItem(a,function(e,t){if(null===t)return e;t=(new Date).getTime()+Bt(t);return JSON.stringify({ttl:t,value:e})}(t,n)),void c(d)}catch(s){}if(!i)return zt(e,t,n,r,o);Lt(e,t,n,r)},"hasLocal"),clear:r,registry:o,getLocal:()=>n,getSession:()=>t}}(),Jt=(window.Promise,e=function(){var t=Dt;function d(e){return Boolean(e&&"undefined"!=typeof e.length)}function i(){}function a(e){if(!(this instanceof a))throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=undefined,this._deferreds=[],l(e,this)}function r(i,r){for(;3===i._state;)i=i._value;0===i._state?i._deferreds.push(r):(i._handled=!0,a._immediateFn(function(){var e,t=1===i._state?r.onFulfilled:r.onRejected;if(null===t)(1===i._state?o:s)(r.promise,i._value);else{try{e=t(i._value)}catch(n){return void s(r.promise,n)}o(r.promise,e)}}))}function o(e,t){try{if(t===e)throw new TypeError("A promise cannot be resolved with itself.");if(t&&("object"==typeof t||"function"==typeof t)){var n=t.then;if(t instanceof a)return e._state=3,e._value=t,void u(e);if("function"==typeof n)return void l((i=n,r=t,function(){i.apply(r,arguments)}),e)}e._state=1,e._value=t,u(e)}catch(o){s(e,o)}var i,r}function s(e,t){e._state=2,e._value=t,u(e)}function u(e){2===e._state&&0===e._deferreds.length&&a._immediateFn(function(){e._handled||a._unhandledRejectionFn(e._value)});for(var t=0,n=e._deferreds.length;t<n;t++)r(e,e._deferreds[t]);e._deferreds=null}function c(e,t,n){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof t?t:null,this.promise=n}function l(e,t){var n=!1;try{e(function(e){n||(n=!0,o(t,e))},function(e){n||(n=!0,s(t,e))})}catch(i){n||(n=!0,s(t,i))}}return a.prototype["catch"]=function(e){return this.then(null,e)},a.prototype.then=function(e,t){var n=new this.constructor(i);return r(this,new c(e,t,n)),n},a.prototype["finally"]=function(t){var n=this.constructor;return this.then(function(e){return n.resolve(t()).then(function(){return e})},function(e){return n.resolve(t()).then(function(){return n.reject(e)})})},a.all=function(t){return new a(function(r,o){if(!d(t))return o(new TypeError("Promise.all accepts an array"));var a=Array.prototype.slice.call(t);if(0===a.length)return r([]);var s=a.length;function u(t,e){try{if(e&&("object"==typeof e||"function"==typeof e)){var n=e.then;if("function"==typeof n)return void n.call(e,function(e){u(t,e)},o)}a[t]=e,0==--s&&r(a)}catch(i){o(i)}}for(var e=0;e<a.length;e++)u(e,a[e])})},a.allSettled=function(n){return new this(function(i,e){if(!n||"undefined"==typeof n.length)return e(new TypeError(typeof n+" "+n+" is not iterable(cannot read property Symbol(Symbol.iterator))"));var r=Array.prototype.slice.call(n);if(0===r.length)return i([]);var o=r.length;for(var t=0;t<r.length;t++)!function a(t,e){if(e&&("object"==typeof e||"function"==typeof e)){var n=e.then;if("function"==typeof n)return void n.call(e,function(e){a(t,e)},function(e){r[t]={status:"rejected",reason:e},0==--o&&i(r)})}r[t]={status:"fulfilled",value:e},0==--o&&i(r)}(t,r[t])})},a.resolve=function(t){return t&&"object"==typeof t&&t.constructor===a?t:new a(function(e){e(t)})},a.reject=function(n){return new a(function(e,t){t(n)})},a.race=function(r){return new a(function(e,t){if(!d(r))return t(new TypeError("Promise.race accepts an array"));for(var n=0,i=r.length;n<i;n++)a.resolve(r[n]).then(e,t)})},a._immediateFn="function"==typeof setImmediate?function(e){setImmediate(e)}:function(e){t(e,0)},a._unhandledRejectionFn=function(e){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",e)},a},"function"==typeof(t=window.Promise)&&/native/.test(t)?t:e()),t=(qt=function(){var t=!1;return function(e){return function(){t||(t=!0,e.apply(null,arguments))}}},Vt=function(n,i){var r=Wt.defer(),o=function(n,i){Dt(function(){var e;try{e=n(i)}catch(t){return void r.reject(t)}e===r.promise?r.reject(new TypeError("Cannot resolve promise with itself")):r.resolve(e)},1)};return{promise:r.promise,handle:function(e,t){e===Kt?(e=t,n&&n.call?o(n,e):r.resolve(e)):(e=t,i&&i.call?o(i,e):r.reject(e))}}},Kt=1,(Wt={}).defer=function(){var n,i=0,r=[],t=function(e,t){i=e,n=t,E.each(r,function(e){e.handle(i,n)}),r=null},o=function(e){t(Kt,e)},a=function(e){t(2,e)},s=function(e,t){e=Vt(e,t);return 0===i?r.push(e):e.handle(i,n),e.promise},u=function(e){var t=qt();try{e(t(d),t(a))}catch(n){t(a)(n)}},d=function(e){var t;try{t=function(e){var t=e&&e.then;if("object"==typeof e&&"function"==typeof t)return function(){return t.apply(e,arguments)}}(e)}catch(n){return void a(n)}t?u(t):o(e)},e=qt();return{resolve:e(d),reject:e(a),promise:{then:s,"catch":function(e){return s(null,e)}}}},Wt);function Yt(e){var n,i=y.defer(),r=E.isArray(e)?[]:{},o=E.size(e);return o?(n=!1,E.each(e,function(e,t){y.resolve(e).then(function(e){r[t]=e,0!=--o||n||i.resolve(r)},function(e){n||(n=!0,i.reject(e))})}),i.promise):y.resolve(e)}!Ve()&&Fe.isMinimumIEVersion(11)?y={all:function(e){return E.isArray(e)?Jt.all.apply(Jt,arguments):Yt(e)},reject:function(){return Jt.reject.apply(Jt,arguments)},resolve:function(){return Jt.resolve.apply(Jt,arguments)},defer:function(){var n={};return n.promise=new Jt(function(e,t){n.resolve=e,n.reject=t}),n}}:((y=t).all=Yt,y.reject=function(e){var t=y.defer();return t.reject(e),t.promise},y.resolve=function(e){var t=y.defer();return t.resolve(e),t.promise});const Zt=f.getSession(),Xt="pendo_tabId",Qt="pendo_parentTabId";en=window,e=E.partial,tn=E.extend,nn=E.omit,rn={data:{},getItem:function(e){return rn.data[e]},setItem:function(e,t){rn.data[e]=t},removeItem:function(e){rn.data[e]=null,delete rn.data[e]}},on=e(cn,Xt,ln),an=e(cn,"pendo_frameId",rn);var en,tn,nn,rn,on,an,sn={addTracerIds:function(e){return nn(tn(e,{parentTabId:un(Qt,ln),tabId:on(),frameId:an()}),function(e){return e===undefined})},setParentTabId:function(e){dn(Qt,e,ln)},newTabId:function(){var e=at(16);return dn(Xt,e,ln),e},getTabId:on,getFrameId:an,tabIdChanged:function(t){var e;if(Fe.addEventListener)return en.addEventListener("storage",e=function(e){e.key===Xt&&(rn.removeItem(Xt),t())}),function(){en.removeEventListener("storage",e)}}};function un(e,t){return(E.isFunction(t)?t():t).getItem(e)}function dn(e,t,n){(E.isFunction(n)?n():n).setItem(e,t)}function cn(e,t){var n=un(e,t);return n||dn(e,n=at(16),t),n}function ln(){return n=rn,i=Zt,{getItem(e){var t=n.getItem(e);return t===undefined&&(t=i.getItem(e),n.setItem(e,t)),t},setItem(e,t){n.setItem(e,t),i.setItem(e,t)},removeItem(e){n.removeItem(e),i.removeItem(e)}};var n,i}function pn(){var i=this._handlers={};return this.addEventListener=function(){this.on.apply(this,arguments)},this.removeEventListener=function(){this.off.apply(this,arguments)},this.on=function(e,t){var n;return(E.isString(e)||E.isFunction(t))&&(n=(n=i[e])||(i[e]=[]),E.indexOf(n,t)<0)&&n.push(t),this},this.one=function(e,t){var n=this,i=function(){n.off(e,i),t.apply(this,arguments)};return this.on(e,i)},this.once=this.one,this.off=function(e,t){var n,e=i[e];return E.isFunction(t)?(n=E.indexOf(e,t),e&&0<=n&&e.splice(n,1)):e&&t===undefined&&(e.length=0),this},this.trigger=function(e){var t=i[e]?i[e].slice():[],n=E.toArray(arguments).slice(1);return E.map(t,function(e){return e.apply(I,n)})},this.triggerCancelable=function(e,t){e=i[e]?i[e].slice():[];return E.map(e,function(e){if(!t.cancel)return e.apply(I,[t])})},this.triggerAsync=function(){var e=E.map(this.trigger.apply(this,arguments),function(e){return!1===e?y.reject():e});return y.all(e)},this}pn.clear=function(t){t&&E.each(E.keys(t._handlers),function(e){t.off(e),delete t._handlers[e]})};Ti={DEBUG:t="debug",FRAMES:e="frames",LIFECYCLE:r="lifecycle",RUNTIME:Mi="runtime"},hn=[new i("ready",[t,r]),new i("deliverablesLoaded",[t,r]),new i("guidesFailed",[t,r]),new i("guidesLoaded",[t,r]),new i("guideListChanged",[t,r]),new i("guideSeen",[t,r]),new i("guideNotSeen",[t,r]),new i("guideAdvanced",[t,r]),new i("guideDismissed",[t,r]),new i("guideSnoozed",[t,r]),new i("beforeGuideShow",[r]),new i("beforeMount",[Mi]),new i("beforeAdvance",[Mi]),new i("beforePrevious",[Mi]),new i("beforeSnooze",[Mi]),new i("beforeDismiss",[Mi]),new i("beforeUnmount",[Mi]),new i("unmounted",[Mi]),new i("beforeUpdate",[Mi]),new i("updated",[Mi]),new i("guideSnoozeCancelled",[t,r]),new i("guideTimeout",[t,r]),new i("guideLoopStopped",[t,r]),new i("guideUpdateComplete",[r]),new i("designerLaunched",[t,r]),new i("debuggerLaunched",[t,r]),new i("stepEligibility",[t]),new i("identify",[t,r]),new i("metadata",[t,r]),new i("appUnloaded",[t,r]),new i("appHidden",[t,r]),new i("startPreview",[t]),new i("resourceFetchFail",[t]),new i("contentVerificationFail",[t]),new i("contentValidationFail",[t]),new i("renderFail",[t]),new i("appUsage",[r]),new i("eventCaptured",[t]),new i("error",[t,r]),new i("onClickCaptured",[t]),new i("urlChanged",[r]),new i("leaderChanged",[r,e]),new i("transmit:locked",[r]),new i("transmit:unlocked",[r]),new i("sessionChanged",[r]),new i("childFrameJoined",[e]),new i("tabIdChanged:self",[t,r])],fn=pn.call({}),gn={debug:function(){return sn.addTracerIds(vn.apply(null,arguments))},lifecycle:vn,runtime:vn,frames:vn},mn=fn.trigger,fn.trigger=yn,E.each(E.values(Ti),function(e){fn[e]={on:E.partial(fn.on,e),one:E.partial(fn.one,e),off:E.partial(fn.off,e)}}),E.each(hn,function(e){e=e.name,fn[e]={on:E.partial(fn.on,e),one:E.partial(fn.one,e),off:E.partial(fn.off,e),trigger:E.partial(yn,e)}});var hn,fn,gn,mn,m=fn;function i(e,t){this.name=e,this.groups=t||[]}function vn(e,t){e={type:e,ts:v()};return ge(t)&&E.isObject(t)&&(e.data=t),e}function yn(t){var e=E.findWhere(hn,{name:t}),n=E.toArray(arguments).slice(1),i={};return E.each(e.groups,function(e){i.cancel||(i=gn[e](t,n),mn.apply(fn,[e].concat(i)))}),i.cancel||(i=vn(t,n),mn.apply(fn,[t].concat(i))),i}function bn(e){var i=[],r=[],o={},a={},s={state:{},commit:function(t,n){var e=o[t];if(!e)throw new Error("mutation "+t+" not found");e(n),E.each(i,function(e){e({type:t,payload:n},s.state)})},dispatch:function(t,n){var e=a[t];if(e)return e=e(n),E.each(r,function(e){e({type:t,payload:n},s.state)}),e;throw new Error("action "+t+" not found")},subscribe:E.partial(t,i),subscribeAction:E.partial(t,r),registerModule:function h(n,e){E.isString(n)&&(n=[n]);var t=d(s.state,e,n);E.extend(s.getters,p(e,t,s,n));E.extend(o,c(e,t,n));E.extend(a,l(e,t,s,n));E.each(e.modules,function(e,t){h(n.concat([t]),e)})},getters:{}};return e&&s.registerModule([],e),s;function t(e,t){return E.isFunction(t)?(e.push(t),n=e,i=t,function(){var e=n.indexOf(i);0<=e&&n.splice(e,1)}):E.noop;var n,i}function u(e,t){return(e=t?e.concat([t]):e).join("/")}function d(e,t,n){var i=e;return E.each(n,function(e){i[e]||(i[e]={}),i=i[e]}),E.extend(i,me(t.state||{}))}function c(e,n,i){var r={};return E.each(e.mutations,function(e,t){r[u(i,t)]=E.partial(e,n)}),r}function l(e,t,i,r){var n={},o={state:t,rootState:i.state,commit:function(e,t,n){n=n&&n.root?e:u(r,e);i.commit(n,t)},dispatch:function(e,t,n){n=n&&n.root?e:u(r,e);return i.dispatch(n,t)},getters:function(e,t){var i=u(t);i&&(i+="/");return E.reduce(e,function(e,t,n){return 0===n.indexOf(i)&&(e[n.replace(i,"")]=t),e},{})}(i.getters,r),rootGetters:i.getters};return E.each(e.actions,function(e,t){n[u(r,t)]=E.partial(e,o)}),n}function p(e,n,i,r){var o={},a={};return E.each(e.getters,function(e,t){a[t]=o[u(r,t)]=function(){return e(n,a,i.state,i.getters)}}),o}}var g=bn(),wn=(g.subscribe(function(e,t){}),"_PENDO_T_"),Sn=11;const In="visitorId",_n="oldVisitorId",En="accountId";var Cn=function(e=""){return e+at(Sn)};var Tn=function(e){return ge(e)&&""!==e&&e!==Nn&&"boolean"!=typeof e&&"object"!=typeof e&&!((e=e)&&"string"==typeof e&&0===Ze.call(e).length)},xn=function(e){return!(!e||"number"==typeof e)&&e.substring(0,wn.length)===wn},kn=function(){return!h.get("disablePersistence")},An=function(e){e=e||[In,En,_n];const t=h.get("identityStorageSuffix")||I.apiKey;E.each(e,function(e){Pt($t(e,t)),f.clear(e,!1,t)})},On="VISITOR-UNIQUE-ID",Rn=function(e){return On===e},Nn="::",Mn=function(e){return new RegExp(Nn).test(e)};function Ln(e){return e.old_visitor_id!==e.visitor_id}var Pn,$n=function(e,t){var n,i={old_visitor_id:b(),old_account_id:Gn()};Tn(e)?(Tn(n=e)?Dn(""+n):C.info("Invalid visitor id "+n),n=t,E.isUndefined(n)?C.info("No account id provided"):Tn(n)?(I.accountId=""+n,kn()&&jn(En,I.accountId)):(delete I.accountId,delete(t=h.getLocalConfig()).account,h.setLocalConfig(t),g.commit("metadata/clearAccount"),kn()&&f.clear(En),C.info("Invalid account id: "+n+". Account cleared")),i.visitor_id=b({generate:!0}),i.account_id=Gn(),!Ln(t=i)&&t.old_account_id===t.account_id||(Ln(i)&&(n=i.old_visitor_id)&&(Pn=n,jn(_n,Pn)),m.identify.trigger(i))):C.info("Invalid visitor id "+e)};function Fn(){return Cn(wn)}function Dn(e){I.visitorId!==e&&(kn()&&jn(In,e),I.visitorId=e)}function b(e={}){var t=function(){if(Tn(I.visitorId))return I.visitorId;var e=h.get("forceAnonymous");if(kn()){var t=Bn(In);if(Tn(t)&&(!e||xn(t)))return t}return undefined}();return Dn(t=!t&&e.generate?Fn():t),t}function Un(){return b()||Fn()}var Gn=function(){var e=h.get("forceAnonymous");return Tn(I.accountId)||!kn()||e||(e=Bn(En),I.accountId=e),I.accountId};function jn(e,t){var n=h.get("identityStorageLifetime")||jt,i=h.get("identityStorageSuffix")||I.apiKey;f.write(e,t,n,!1,!0,i)}function Bn(e){var t=h.get("identityStorageSuffix"),n=t||I.apiKey,n=f.read(e,!1,n)||f.read(e,!1,I.apiKey);return t&&f.clear(e,!1,I.apiKey),n}function zn(){var e={old_visitor_id:b({generate:!1}),old_account_id:Gn(),wasCleared:!0};An(),delete I.visitorId,delete I.accountId,b({generate:!0}),E.extend(e,{visitor_id:b(),account_id:Gn()}),m.identify.trigger(e)}function Hn(e){e=e.data[0];return E.get(e,"wasCleared")}var Wn=function(t,n){return n=!!n,function(){try{return t.apply(this,arguments)}catch(e){n||C.critical(e)}}};Mi=function(n){return function qn(e){var t=n.createElement("a");if(t.href=e,":"===t.protocol)throw new Error("Uncaught TypeError: Failed to construct 'URL': Invalid URL");if(t.href!==e&&t.href!==encodeURI(e))throw new Error("Uncaught TypeError: Failed to construct 'URL': Invalid URL");return t.toString||(t.toString=function(){return t.href}),null==t.origin&&(t.origin=t.protocol+"//"+t.hostname,"80"!==t.port)&&"443"!==t.port&&(t.origin+=":"+t.port),t}};var qn="function"==typeof(e=window.URL)&&/native/.test(e)?e:Mi(document);function Vn(e){if((t=e)&&E.isFunction(t.composedPath))try{return e.composedPath()}catch(n){return e.path}var t;return null}function Kn(e){return e.shadowRoot}function Jn(e,t){return"undefined"!=typeof(t=t||window).ShadowRoot&&e instanceof t.ShadowRoot&&e.host}function Yn(e,t){return Jn(e,t)?e.host:e.parentNode}var Zn={PSEUDO_ELEMENT:"::shadow",PSEUDO_SAFE:":shadow",PSEUDO_REGEX:/::shadow/g,getComposedPath:Vn,getShadowRoot:Kn,isElementShadowRoot:Jn,getParent:Yn,isShadowSelector:Xn,wrapSizzle:function(i){i.intercept(function(a,e,n,i,r){var t,o;return Xn(e)?E.isFunction(document.documentElement.attachShadow)?(o=a,t=(t=e).replace(Zn.PSEUDO_REGEX,Zn.PSEUDO_SAFE),t=E.map(o.tokenize(t),Qn),E.reduce(t,function(e,t){return e.concat(s(t,n,i,r))},[])):a(e.replace(Zn.PSEUDO_REGEX,""),n,i,r):a(e,n,i,r);function s(e,t,n,i){var r,o;return Xn(e)?(o=s((r={baseCss:(o=(o=e).split(Zn.PSEUDO_ELEMENT)).splice(0,1)[0],shadowCss:o.join(Zn.PSEUDO_ELEMENT)}).baseCss,t),E.reduce(o,function(e,t){return Zn.getShadowRoot(t)?e.concat(s(r.shadowCss,Zn.getShadowRoot(t),n,i)):e},[])):a(e,t,n,i)}}),i.intercept(function(e,t,n){return!Zn.isElementShadowRoot(t)&&(Xn(n)?0<i(n,document,null,[t]).length:e(t,n))},"matchesSelector")}};function Xn(e){return!!e&&-1<e.indexOf(Zn.PSEUDO_ELEMENT)}function Qn(e){return E.reduce(e,function(e,t){return t.value===Zn.PSEUDO_SAFE?e+Zn.PSEUDO_ELEMENT:e+t.value},"")}var ei,w,S,ti,ni,ii,ri,oi,ai,si,ui,di,_,ci,li,pi,hi,fi,gi,t={exports:{}},r=t,mi=window,T="sizzle"+ +new Date,vi=mi.document,yi=0,bi=0,wi=tr(),Si=tr(),Ii=tr(),_i=tr(),Ei=function(e,t){return e===t&&(ui=!0),0},Ci={}.hasOwnProperty,Ti=[],xi=Ti.pop,ki=Ti.push,Ai=Ti.push,Oi=Ti.slice,Ri=function(e,t){for(var n=0,i=e.length;n<i;n++)if(e[n]===t)return n;return-1},Ni="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",a="[\\x20\\t\\r\\n\\f]",e="(?:\\\\[\\da-fA-F]{1,6}"+a+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",Mi="\\["+a+"*("+e+")(?:"+a+"*([*^$|!~]?=)"+a+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+e+"))|)"+a+"*\\]",Li=":("+e+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+Mi+")*)|.*)\\)|)",Pi=new RegExp(a+"+","g"),$i=new RegExp("^"+a+"+|((?:^|[^\\\\])(?:\\\\.)*)"+a+"+$","g"),Fi=new RegExp("^"+a+"*,"+a+"*"),Di=new RegExp("^"+a+"*([>+~]|"+a+")"+a+"*"),Ui=new RegExp(a+"|>"),Gi=new RegExp(Li),ji=new RegExp("^"+e+"$"),Bi={ID:new RegExp("^#("+e+")"),CLASS:new RegExp("^\\.("+e+")"),TAG:new RegExp("^("+e+"|[*])"),ATTR:new RegExp("^"+Mi),PSEUDO:new RegExp("^"+Li),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+a+"*(even|odd|(([+-]|)(\\d*)n|)"+a+"*(?:([+-]|)"+a+"*(\\d+)|))"+a+"*\\)|)","i"),bool:new RegExp("^(?:"+Ni+")$","i"),needsContext:new RegExp("^"+a+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+a+"*((?:-\\d)?\\d*)"+a+"*\\)|)(?=[^-]|$)","i")},zi=/HTML$/i,Hi=/^(?:input|select|textarea|button)$/i,Wi=/^h\d$/i,qi=/^[^{]+\{\s*\[native \w/,Vi=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Ki=/[+~]/,Ji=new RegExp("\\\\[\\da-fA-F]{1,6}"+a+"?|\\\\([^\\r\\n\\f])","g"),Yi=function(e,t){e="0x"+e.slice(1)-65536;return t||(e<0?String.fromCharCode(65536+e):String.fromCharCode(e>>10|55296,1023&e|56320))},Zi=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,Xi=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},Qi=function(){di()},er=lr(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{Ai.apply(Ti=Oi.call(vi.childNodes),vi.childNodes),Ti[vi.childNodes.length].nodeType}catch(Ew){Ai={apply:Ti.length?function(e,t){ki.apply(e,Oi.call(t))}:function(e,t){for(var n=e.length,i=0;e[n++]=t[i++];);e.length=n-1}}}function x(e,t,n,i){var r,o,a,s,u,d,c=t&&t.ownerDocument,l=t?t.nodeType:9;if(n=n||[],"string"!=typeof e||!e||1!==l&&9!==l&&11!==l)return n;if(!i&&(di(t),t=t||_,li)){if(11!==l&&(s=Vi.exec(e)))if(r=s[1]){if(9===l){if(!(d=t.getElementById(r)))return n;if(d.id===r)return n.push(d),n}else if(c&&(d=c.getElementById(r))&&gi(t,d)&&d.id===r)return n.push(d),n}else{if(s[2])return Ai.apply(n,t.getElementsByTagName(e)),n;if((r=s[3])&&w.getElementsByClassName&&t.getElementsByClassName)return Ai.apply(n,t.getElementsByClassName(r)),n}if(w.qsa&&!_i[e+" "]&&(!pi||!pi.test(e))&&(1!==l||"object"!==t.nodeName.toLowerCase())){if(d=e,c=t,1===l&&(Ui.test(e)||Di.test(e))){for((c=Ki.test(e)&&ur(t.parentNode)||t)===t&&w.scope||((a=t.getAttribute("id"))?a=a.replace(Zi,Xi):t.setAttribute("id",a=T)),o=(u=ii(e)).length;o--;)u[o]=(a?"#"+a:":scope")+" "+cr(u[o]);d=u.join(",")}try{return Ai.apply(n,c.querySelectorAll(d)),n}catch(p){_i(e,!0)}finally{a===T&&t.removeAttribute("id")}}}return oi(e.replace($i,"$1"),t,n,i)}function tr(){var n=[];function i(e,t){return n.push(e+" ")>S.cacheLength&&delete i[n.shift()],i[e+" "]=t}return i}function nr(e){return e[T]=!0,e}function ir(e){var t=_.createElement("fieldset");try{return!!e(t)}catch(Ew){return!1}finally{t.parentNode&&t.parentNode.removeChild(t)}}function rr(e,t){for(var n=e.split("|"),i=n.length;i--;)S.attrHandle[n[i]]=t}function or(e,t){var n=t&&e,i=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(i)return i;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function ar(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&er(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function sr(a){return nr(function(o){return o=+o,nr(function(e,t){for(var n,i=a([],e.length,o),r=i.length;r--;)e[n=i[r]]&&(e[n]=!(t[n]=e[n]))})})}function ur(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(ei in w=x.support={},ni=x.isXML=function(e){var t=e.namespaceURI,e=(e.ownerDocument||e).documentElement;return!zi.test(t||e&&e.nodeName||"HTML")},di=x.setDocument=function(e){var e=e?e.ownerDocument||e:vi;return e!=_&&9===e.nodeType&&e.documentElement&&(ci=(_=e).documentElement,li=!ni(_),vi!=_&&(e=_.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",Qi,!1):e.attachEvent&&e.attachEvent("onunload",Qi)),w.scope=ir(function(e){return ci.appendChild(e).appendChild(_.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),w.attributes=ir(function(e){return e.className="i",!e.getAttribute("className")}),w.getElementsByTagName=ir(function(e){return e.appendChild(_.createComment("")),!e.getElementsByTagName("*").length}),w.getElementsByClassName=!!_.getElementsByClassName,w.getById=ir(function(e){return ci.appendChild(e).id=T,!_.getElementsByName||!_.getElementsByName(T).length}),w.getById?(S.filter.ID=function(e){var t=e.replace(Ji,Yi);return function(e){return e.getAttribute("id")===t}},S.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&li)return(e=t.getElementById(e))?[e]:[]}):(S.filter.ID=function(e){var t=e.replace(Ji,Yi);return function(e){e="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return e&&e.value===t}},S.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&li){var n,i,r,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(r=t.getElementsByName(e),i=0;o=r[i++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),S.find.TAG=w.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):w.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,i=[],r=0,o=t.getElementsByTagName(e);if("*"!==e)return o;for(;n=o[r++];)1===n.nodeType&&i.push(n);return i},S.find.CLASS=w.getElementsByClassName&&function(e,t){return"undefined"!=typeof t.getElementsByClassName&&li?t.getElementsByClassName(e):w.qsa&&li?t.querySelectorAll("."+e):void 0},hi=[],pi=[],(w.qsa=!!_.querySelectorAll)&&(ir(function(e){var t;ci.appendChild(e).innerHTML=J().createHTML("<a id='"+T+"'></a><select id='"+T+"-\r\\' msallowcapture=''><option selected=''></option></select>"),e.querySelectorAll("[msallowcapture^='']").length&&pi.push("[*^$]="+a+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||pi.push("\\["+a+"*(?:value|"+Ni+")"),e.querySelectorAll("[id~="+T+"-]").length||pi.push("~="),(t=_.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||pi.push("\\["+a+"*name"+a+"*="+a+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||pi.push(":checked"),e.querySelectorAll("a#"+T+"+*").length||pi.push(".#.+[+~]"),e.querySelectorAll("\\\f"),pi.push("[\\r\\n\\f]")}),ir(function(e){e.innerHTML=J().createHTML("<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>");var t=_.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&pi.push("name"+a+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&pi.push(":enabled",":disabled"),ci.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&pi.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),pi.push(",.*:")})),(w.matchesSelector=qi.test(fi=ci.matches||ci.webkitMatchesSelector||ci.mozMatchesSelector||ci.oMatchesSelector||ci.msMatchesSelector))&&ir(function(e){w.disconnectedMatch=fi.call(e,"*"),fi.call(e,"[s!='']:x"),hi.push("!=",Li)}),pi=pi.length&&new RegExp(pi.join("|")),hi=hi.length&&new RegExp(hi.join("|")),e=!!ci.compareDocumentPosition,gi=e||ci.contains?function(e,t){var n=9===e.nodeType?e.documentElement:e,t=t&&t.parentNode;return e===t||!(!t||1!==t.nodeType||!(n.contains?n.contains(t):e.compareDocumentPosition&&16&e.compareDocumentPosition(t)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},Ei=e?function(e,t){var n;return e===t?(ui=!0,0):(n=!e.compareDocumentPosition-!t.compareDocumentPosition)||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!w.sortDetached&&t.compareDocumentPosition(e)===n?e==_||e.ownerDocument==vi&&gi(vi,e)?-1:t==_||t.ownerDocument==vi&&gi(vi,t)?1:si?Ri(si,e)-Ri(si,t):0:4&n?-1:1)}:function(e,t){if(e===t)return ui=!0,0;var n,i=0,r=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!r||!o)return e==_?-1:t==_?1:r?-1:o?1:si?Ri(si,e)-Ri(si,t):0;if(r===o)return or(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[i]===s[i];)i++;return i?or(a[i],s[i]):a[i]==vi?-1:s[i]==vi?1:0}),_},x.matches=function(e,t){return x(e,null,null,t)},x.matchesSelector=function(e,t){if(di(e),w.matchesSelector&&li&&!_i[t+" "]&&(!hi||!hi.test(t))&&(!pi||!pi.test(t)))try{var n=fi.call(e,t);if(n||w.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(Ew){_i(t,!0)}return 0<x(t,_,null,[e]).length},x.contains=function(e,t){return(e.ownerDocument||e)!=_&&di(e),gi(e,t)},x.attr=function(e,t){(e.ownerDocument||e)!=_&&di(e);var n=S.attrHandle[t.toLowerCase()],n=n&&Ci.call(S.attrHandle,t.toLowerCase())?n(e,t,!li):undefined;return n!==undefined?n:w.attributes||!li?e.getAttribute(t):(n=e.getAttributeNode(t))&&n.specified?n.value:null},x.escape=function(e){return(e+"").replace(Zi,Xi)},x.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},x.uniqueSort=function(e){var t,n=[],i=0,r=0;if(ui=!w.detectDuplicates,si=!w.sortStable&&e.slice(0),e.sort(Ei),ui){for(;t=e[r++];)t===e[r]&&(i=n.push(r));for(;i--;)e.splice(n[i],1)}return si=null,e},ti=x.getText=function(e){var t,n="",i=0,r=e.nodeType;if(r){if(1===r||9===r||11===r){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=ti(e)}else if(3===r||4===r)return e.nodeValue}else for(;t=e[i++];)n+=ti(t);return n},(S=x.selectors={cacheLength:50,createPseudo:nr,match:Bi,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Ji,Yi),e[3]=(e[3]||e[4]||e[5]||"").replace(Ji,Yi),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||x.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&x.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return Bi.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&Gi.test(n)&&(t=(t=ii(n,!0))&&n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Ji,Yi).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=wi[e+" "];return t||(t=new RegExp("(^|"+a+")"+e+"("+a+"|$)"))&&wi(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(t,n,i){return function(e){e=x.attr(e,t);return null==e?"!="===n:!n||(e+="","="===n?e===i:"!="===n?e!==i:"^="===n?i&&0===e.indexOf(i):"*="===n?i&&-1<e.indexOf(i):"$="===n?i&&e.slice(-i.length)===i:"~="===n?-1<(" "+e.replace(Pi," ")+" ").indexOf(i):"|="===n&&(e===i||e.slice(0,i.length+1)===i+"-"))}},CHILD:function(f,e,t,g,m){var v="nth"!==f.slice(0,3),y="last"!==f.slice(-4),b="of-type"===e;return 1===g&&0===m?function(e){return!!e.parentNode}:function(e,t,n){var i,r,o,a,s,u,d=v!=y?"nextSibling":"previousSibling",c=e.parentNode,l=b&&e.nodeName.toLowerCase(),p=!n&&!b,h=!1;if(c){if(v){for(;d;){for(a=e;a=a[d];)if(b?a.nodeName.toLowerCase()===l:1===a.nodeType)return!1;u=d="only"===f&&!u&&"nextSibling"}return!0}if(u=[y?c.firstChild:c.lastChild],y&&p){for(h=(s=(i=(r=(o=(a=c)[T]||(a[T]={}))[a.uniqueID]||(o[a.uniqueID]={}))[f]||[])[0]===yi&&i[1])&&i[2],a=s&&c.childNodes[s];a=++s&&a&&a[d]||(h=s=0,u.pop());)if(1===a.nodeType&&++h&&a===e){r[f]=[yi,s,h];break}}else if(!1===(h=p?s=(i=(r=(o=(a=e)[T]||(a[T]={}))[a.uniqueID]||(o[a.uniqueID]={}))[f]||[])[0]===yi&&i[1]:h))for(;(a=++s&&a&&a[d]||(h=s=0,u.pop()))&&((b?a.nodeName.toLowerCase()!==l:1!==a.nodeType)||!++h||(p&&((r=(o=a[T]||(a[T]={}))[a.uniqueID]||(o[a.uniqueID]={}))[f]=[yi,h]),a!==e)););return(h-=m)===g||h%g==0&&0<=h/g}}},PSEUDO:function(e,o){var t,a=S.pseudos[e]||S.setFilters[e.toLowerCase()]||x.error("unsupported pseudo: "+e);return a[T]?a(o):1<a.length?(t=[e,e,"",o],S.setFilters.hasOwnProperty(e.toLowerCase())?nr(function(e,t){for(var n,i=a(e,o),r=i.length;r--;)e[n=Ri(e,i[r])]=!(t[n]=i[r])}):function(e){return a(e,0,t)}):a}},pseudos:{not:nr(function(e){var i=[],r=[],s=ri(e.replace($i,"$1"));return s[T]?nr(function(e,t,n,i){for(var r,o=s(e,null,i,[]),a=e.length;a--;)(r=o[a])&&(e[a]=!(t[a]=r))}):function(e,t,n){return i[0]=e,s(i,null,n,r),i[0]=null,!r.pop()}}),has:nr(function(t){return function(e){return 0<x(t,e).length}}),contains:nr(function(t){return t=t.replace(Ji,Yi),function(e){return-1<(e.textContent||ti(e)).indexOf(t)}}),lang:nr(function(n){return ji.test(n||"")||x.error("unsupported lang: "+n),n=n.replace(Ji,Yi).toLowerCase(),function(e){var t;do{if(t=li?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(t=t.toLowerCase())===n||0===t.indexOf(n+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var t=mi.location&&mi.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===ci},focus:function(e){return e===_.activeElement&&(!_.hasFocus||_.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ar(!1),disabled:ar(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!S.pseudos.empty(e)},header:function(e){return Wi.test(e.nodeName)},input:function(e){return Hi.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(e=e.getAttribute("type"))||"text"===e.toLowerCase())},first:sr(function(){return[0]}),last:sr(function(e,t){return[t-1]}),eq:sr(function(e,t,n){return[n<0?n+t:n]}),even:sr(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:sr(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:sr(function(e,t,n){for(var i=n<0?n+t:t<n?t:n;0<=--i;)e.push(i);return e}),gt:sr(function(e,t,n){for(var i=n<0?n+t:n;++i<t;)e.push(i);return e})}}).pseudos.nth=S.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})S.pseudos[ei]=function(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}(ei);for(ei in{submit:!0,reset:!0})S.pseudos[ei]=function(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}(ei);function dr(){}function cr(e){for(var t=0,n=e.length,i="";t<n;t++)i+=e[t].value;return i}function lr(a,e,t){var s=e.dir,u=e.next,d=u||s,c=t&&"parentNode"===d,l=bi++;return e.first?function(e,t,n){for(;e=e[s];)if(1===e.nodeType||c)return a(e,t,n);return!1}:function(e,t,n){var i,r,o=[yi,l];if(n){for(;e=e[s];)if((1===e.nodeType||c)&&a(e,t,n))return!0}else for(;e=e[s];)if(1===e.nodeType||c)if(r=(r=e[T]||(e[T]={}))[e.uniqueID]||(r[e.uniqueID]={}),u&&u===e.nodeName.toLowerCase())e=e[s]||e;else{if((i=r[d])&&i[0]===yi&&i[1]===l)return o[2]=i[2];if((r[d]=o)[2]=a(e,t,n))return!0}return!1}}function pr(r){return 1<r.length?function(e,t,n){for(var i=r.length;i--;)if(!r[i](e,t,n))return!1;return!0}:r[0]}function hr(e,t,n,i,r){for(var o,a=[],s=0,u=e.length,d=null!=t;s<u;s++)!(o=e[s])||n&&!n(o,i,r)||(a.push(o),d&&t.push(s));return a}function fr(h,f,g,m,v,e){return m&&!m[T]&&(m=fr(m)),v&&!v[T]&&(v=fr(v,e)),nr(function(e,t,n,i){var r,o,a,s=[],u=[],d=t.length,c=e||function(e,t,n){for(var i=0,r=t.length;i<r;i++)x(e,t[i],n);return n}(f||"*",n.nodeType?[n]:n,[]),l=!h||!e&&f?c:hr(c,s,h,n,i),p=g?v||(e?h:d||m)?[]:t:l;if(g&&g(l,p,n,i),m)for(r=hr(p,u),m(r,[],n,i),o=r.length;o--;)(a=r[o])&&(p[u[o]]=!(l[u[o]]=a));if(e){if(v||h){if(v){for(r=[],o=p.length;o--;)(a=p[o])&&r.push(l[o]=a);v(null,p=[],r,i)}for(o=p.length;o--;)(a=p[o])&&-1<(r=v?Ri(e,a):s[o])&&(e[r]=!(t[r]=a))}}else p=hr(p===t?p.splice(d,p.length):p),v?v(null,t,p,i):Ai.apply(t,p)})}dr.prototype=S.filters=S.pseudos,S.setFilters=new dr,ii=x.tokenize=function(e,t){var n,i,r,o,a,s,u,d=Si[e+" "];if(d)return t?0:d.slice(0);for(a=e,s=[],u=S.preFilter;a;){for(o in n&&!(i=Fi.exec(a))||(i&&(a=a.slice(i[0].length)||a),s.push(r=[])),n=!1,(i=Di.exec(a))&&(n=i.shift(),r.push({value:n,type:i[0].replace($i," ")}),a=a.slice(n.length)),S.filter)S.filter.hasOwnProperty(o)&&(i=Bi[o].exec(a))&&(!u[o]||(i=u[o](i)))&&(n=i.shift(),r.push({value:n,type:o,matches:i}),a=a.slice(n.length));if(!n)break}return t?a.length:a?x.error(e):Si(e,s).slice(0)},ri=x.compile=function(e,t){var n,m,v,y,b,i,r=[],o=[],a=Ii[e+" "];if(!a){for(n=(t=t||ii(e)).length;n--;)((a=function l(e){for(var i,t,n,r=e.length,o=S.relative[e[0].type],a=o||S.relative[" "],s=o?1:0,u=lr(function(e){return e===i},a,!0),d=lr(function(e){return-1<Ri(i,e)},a,!0),c=[function(e,t,n){return e=!o&&(n||t!==ai)||((i=t).nodeType?u:d)(e,t,n),i=null,e}];s<r;s++)if(t=S.relative[e[s].type])c=[lr(pr(c),t)];else{if((t=S.filter[e[s].type].apply(null,e[s].matches))[T]){for(n=++s;n<r&&!S.relative[e[n].type];n++);return fr(1<s&&pr(c),1<s&&cr(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace($i,"$1"),t,s<n&&l(e.slice(s,n)),n<r&&l(e=e.slice(n)),n<r&&cr(e))}c.push(t)}return pr(c)}(t[n]))[T]?r:o).push(a);(a=Ii(e,(m=o,y=0<(v=r).length,b=0<m.length,i=function(e,t,n,i,r){var o,a,s,u=0,d="0",c=e&&[],l=[],p=ai,h=e||b&&S.find.TAG("*",r),f=yi+=null==p?1:Math.random()||.1,g=h.length;for(r&&(ai=t==_||t||r);d!==g&&null!=(o=h[d]);d++){if(b&&o){for(a=0,t||o.ownerDocument==_||(di(o),n=!li);s=m[a++];)if(s(o,t||_,n)){i.push(o);break}r&&(yi=f)}y&&((o=!s&&o)&&u--,e)&&c.push(o)}if(u+=d,y&&d!==u){for(a=0;s=v[a++];)s(c,l,t,n);if(e){if(0<u)for(;d--;)c[d]||l[d]||(l[d]=xi.call(i));l=hr(l)}Ai.apply(i,l),r&&!e&&0<l.length&&1<u+v.length&&x.uniqueSort(i)}return r&&(yi=f,ai=p),c},y?nr(i):i))).selector=e}return a},oi=x.select=function(e,t,n,i){var r,o,a,s,u,d="function"==typeof e&&e,c=!i&&ii(e=d.selector||e);if(n=n||[],1===c.length){if(2<(o=c[0]=c[0].slice(0)).length&&"ID"===(a=o[0]).type&&9===t.nodeType&&li&&S.relative[o[1].type]){if(!(t=(S.find.ID(a.matches[0].replace(Ji,Yi),t)||[])[0]))return n;d&&(t=t.parentNode),e=e.slice(o.shift().value.length)}for(r=Bi.needsContext.test(e)?0:o.length;r--&&(a=o[r],!S.relative[s=a.type]);)if((u=S.find[s])&&(i=u(a.matches[0].replace(Ji,Yi),Ki.test(o[0].type)&&ur(t.parentNode)||t))){if(o.splice(r,1),e=i.length&&cr(o))break;return Ai.apply(n,i),n}}return(d||ri(e,c))(i,t,!li,n,!t||Ki.test(e)&&ur(t.parentNode)||t),n},w.sortStable=T.split("").sort(Ei).join("")===T,w.detectDuplicates=!!ui,di(),w.sortDetached=ir(function(e){return 1&e.compareDocumentPosition(_.createElement("fieldset"))}),ir(function(e){return e.innerHTML=J().createHTML("<a href='#'></a>"),"#"===e.firstChild.getAttribute("href")})||rr("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),w.attributes&&ir(function(e){return e.innerHTML=J().createHTML("<input/>"),e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||rr("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ir(function(e){return null==e.getAttribute("disabled")})||rr(Ni,function(e,t,n){if(!n)return!0===e[t]?t.toLowerCase():(n=e.getAttributeNode(t))&&n.specified?n.value:null});var gr=mi.Sizzle;x.noConflict=function(){return mi.Sizzle===x&&(mi.Sizzle=gr),x},r.exports?r.exports=x:mi.Sizzle=x;mr=p(t.exports),(vr=E.extend(function(){return vr.Sizzle.apply(this,arguments)},mr)).reset=function(){vr.Sizzle=mr,vr.matchesSelector=mr.matchesSelector,vr.matches=mr.matches},vr.intercept=function(e,t="Sizzle"){vr[t]=E.wrap(vr[t],e)},vr.reset();var mr,vr,yr=vr;function k(e,t){var n,i=this;if(e&&e instanceof k)return e;if(!(i instanceof k))return new k(e,t);if(e)if(e.nodeType)n=[e];else if(r=/^<(\w+)\/?>$/.exec(e))n=[document.createElement(r[1])];else if(/^<[\w\W]+>$/.test(e)){var r=document.createElement("div");r.innerHTML=e,n=E.toArray(r.childNodes)}else if(E.isString(e)){t instanceof k&&(t=0<t.length?t[0]:null);try{n=yr(e,t)}catch(o){n=[]}}else n=[e];else n=[];return E.each(n,function(e,t){i[t]=e}),i.context=t,i.length=n.length,i}function br(){this.ownerKey="_pendo_"+at(8)}E.extend(br.prototype,{cache:function(e){var t;return E.isObject(e)?((t=e[this.ownerKey])||(e[this.ownerKey]=t={}),t):{}},set:function(e,t,n){e=this.cache(e);return e[t]=n,e},get:function(e,t){return t===undefined?this.cache(e):e[this.ownerKey]&&e[this.ownerKey][t]},remove:function(e,t){var n=this.cache(e);delete n[t],t!==undefined&&!E.isEmpty(n)||(e[this.ownerKey]=undefined)}});var wr=new br,Sr=1;function Ir(e){return E.isNumber(e.eventPhase)&&e.eventPhase===Sr}function _r(e,t,n,i){return e&&t&&n?(i=i||!1,e.addEventListener?dt("addEventListener",e).call(e,t,n,i):e.attachEvent&&e.attachEvent("on"+t,n),()=>{Er(e,t,n,i)}):E.noop}function Er(e,t,n,i){e&&t&&n&&(i=i||!1,e.removeEventListener?dt("removeEventListener",e).call(e,t,n,i):e.detachEvent&&e.detachEvent("on"+t,n))}var Cr=function(e){var t=Zn.getComposedPath(e);return t&&0<t.length?t[0]:e.target||e.srcElement},Tr={add:function(t,e){var n=wr.get(t),i=(n.handle||(n.handle=function(e){Tr.dispatch(t,e)}),e.id=E.uniqueId(),e.capture?"captureEvents":"bubbleEvents"),i=n[i]=n[i]||{},i=i[e.type]=i[e.type]||[];return i.length||_r(t,e.type,n.handle,e.capture),i.push(e),()=>{k.event.remove(t,e.type,e.handler,e.capture)}},dispatch:function(r,o){var e,t,a;r&&(e=(wr.get(r,"captureEvents")||{})[o.type]||[],t=(wr.get(r,"bubbleEvents")||{})[o.type]||[],(t=e.concat(t)).length)&&!(a=wr.get(o)).ignore&&(a.handled=a.handled||{},E.each(t.slice(),function(e){var t=!!e.capture===Ir(o),n=(n=o,E.isNumber(n.eventPhase)&&2===n.eventPhase),t=!t&&!n;if(!(Cr(o)!==r&&t||a.handled[e.id])){a.handled[e.id]=!0;try{(!ge(e.selector)||0<k(Cr(o)).closest(e.selector).length)&&e.handler.call(r,o)}catch(i){C.error(i)}}}))},remove:function(e,t,n,i){var r=wr.get(e);if(r){if(E.isFunction(n)){var o=i?r.captureEvents:r.bubbleEvents;if(!o)return;var a=o[t];if(!a)return;var s=E.findIndex(a,function(e){return e.handler===n});0<=s&&a.splice(s,1),a.length||(delete o[t],Er(e,t,r.handle,i))}else n===undefined&&(r.captureEvents&&r.captureEvents[t]&&(delete r.captureEvents[t],Er(e,t,r.handle,!0)),r.bubbleEvents)&&r.bubbleEvents[t]&&(delete r.bubbleEvents[t],Er(e,t,r.handle));E.isEmpty(r.captureEvents)&&E.isEmpty(r.bubbleEvents)&&(wr.remove(e,"captureEvents"),wr.remove(e,"bubbleEvents"),wr.remove(e,"handle"))}},trigger:function(e){var t=wr.get(e);if(!t.pendoStopped)if(e.bubbles){var n=Cr(e);if(n){for(var i,r=n,o=[];r;)o.unshift(r),r=Zn.isElementShadowRoot(r)?r.host:r.parentNode;if(o.unshift(window),Ir(e)){for(i=0;i<o.length-1&&!t.pendoStopped;++i)Tr.dispatch(o[i],e);(e=Tr.clone(e)).eventPhase=2}for(2!==e.eventPhase||t.pendoStopped||(Tr.dispatch(n,e),(e=Tr.clone(e)).eventPhase=3),i=o.length-(null==e.eventPhase?1:2);0<=i&&!t.pendoStopped;--i)Tr.dispatch(o[i],e)}}else Tr.dispatch(Cr(e),e)},clone:function(e){var t=E.pick(e,["type","target","srcElement","altKey","ctrlKey","shiftKey","metaKey","button","which","eventPhase","bubbles",wr.ownerKey]),e=Zn.getComposedPath(e);return e&&(t.composedPath=E.constant(e)),t},$:{on:function(e,n,i,r){return E.isFunction(n)&&(r=i,i=n,n=null),e=e.split(" "),this.each(function(t){E.each(e,function(e){Tr.add(t,{type:e,selector:n,handler:i,capture:r})})})}}},xr=E.extend(Ar,{get:function(e,t){return Ar({method:"GET",url:e,headers:t})},post:Or,postJSON:function(e,t,n){return(n=n||{})["content-type"]="application/json",Or(e,t=JSON.stringify(t),n)},urlFor:function(e,t,n){if(E.isArray(t))i=t;else{if(!E.isObject(t))return e||"";i=E.keys(t)}var i=E.map(i,function(e){return E.isArray(t)?vt(e):vt(e)+"="+vt(t[e])}).join("&"),r=(e=e.split("#",2))[0],o=E.contains(r,"?");return[r,i?(o?"&":"?")+i:"",(n=void 0!==n?n:e[1])?"#"+n:""].join("")},supported:function(){return void 0!==kr()}});function kr(){return window.XMLHttpRequest||ActiveXObject}function Ar(e){var t=y.defer(),n=new(kr())("MSXML2.XMLHTTP.3.0");return n.open(e.method||"GET",e.url,!e.sync),E.each(e.headers,function(e,t){n.setRequestHeader(t.toLowerCase(),e)}),n.onreadystatechange=function(){var e;4===n.readyState&&(e=function(e){var t={status:e.status};try{t.data=JSON.parse(e.responseText)}catch(n){t.data=e.responseText}return t}(n),200<=n.status&&n.status<300?t.resolve(e):t.reject(e))},e.withCredentials&&(n.withCredentials=!0),e.data?n.send(e.data):n.send(),t.promise}function Or(e,t,n){return Ar({method:"POST",url:e,data:t,headers:n})}var Rr,Nr=function(){return window&&window.process&&window.process.versions&&window.process.versions.electron},Mr=function(){return h.get("annotateUrl")||Dr()||h.get("sanitizeUrl")||h.get(qr)||h.get("xhrWhitelist")},Lr=function(){return Dr()?{href:Fr(location.href),origin:location.origin}:{href:location.href,origin:location.origin}},Pr=function(){return new qn(window.location.href)},$r=function(){var e,t,n,i;return Mr()?(e=Pr(),Dr()&&(e.href=Fr(e.href)),Nr()?(t=A.electronResourcesPath(),n=A.electronUserDirectory(),i=A.electronAppName(),("https://"+e.href.replace(t,i)).replace(e.origin+n,i).replace(A.electronUserHomeDirectory(),"").replace("file:///","")):Kr(e.href)):g.getters["location/href"]()},Fr=function(e){return e.match(/(.+?)(?:#|$)/)[1]},Dr=function(){return!0===h.get("ignoreHashRouting")},Ur=500;function Gr(){return E.isUndefined(Rr)&&function e(){Wr(),Rr=Dt(e,Ur)}(),()=>{clearTimeout(Rr)}}var jr=function(e){var t;try{t=$r()}catch(n){}return t},Br=[],zr=!1,Hr=null;function Wr(){var t=Lr().href;Hr!=t&&(Hr=t,E.map(Br,function(e){e(t)}))}var qr="queryStringWhitelist";function Vr(e){var t=h.get("sanitizeUrl");return E.isFunction(t)?t(e):e}function Kr(e){e=e||Lr().href;var t=h.get("annotateUrl");if(t)if(E.isFunction(t))try{var n,i,r,o=t();return o&&(E.isObject(o)||E.isArray(o))?(n=o.exclude,i=o.include,r=o.fragment,delete o.fragment,(n&&E.isArray(n)||i&&(E.isArray(i)||E.isObject(i)))&&(n&&(e=Yr(e,null,n,!0)),o=i||{}),xr.urlFor(e,o,r)):e}catch(a){C.error("customer-provided `annotateUrl` function threw an exception",{error:a})}else C.error("customer-provided `annotateUrl` must be of type: function");return e}function Jr(e){var t,n;return!e||(t=e.indexOf("?"))<0?"":(n=e.indexOf("#"))<0?e.substring(t):n<t?"":e.substring(t,n)}function Yr(e,t,n,i){e=e||jr(),t=t||Jr(e).substring(1),o=(r=e.indexOf(t))+t.length;var r=e.substring(0,r),o=e.substring(o);return(r=(t=E.isArray(n)?Xr(t,n,i):t).length||"?"!==r.charAt(r.length-1)?r:r.substr(0,r.length-1))+t+o}var Zr,Xr=function(e,t,n){return n&&E.contains(t,"*")?"":(e=Qr(e),e=n?E.omit(e,t):E.pick(e,t),eo(e))},Qr=function(e){e=e.split("&");return E.reduce(e,function(e,t){return(t=t.split("="))[0]&&(e[t[0]]=t[1]&&mt(t[1])),e},{})},eo=function(e){return E.reduce(e,function(e,t,n){return t&&(n+="="+t),e&&(e+="&"),e+n},"")},A={watch:function(e){const n=[];C.info("Initializing Pendo URL Watcher");var i,t=h.get("location.pushState")&&Fe.supportsHistoryApi();return zr||(t&&(i=window.history,E.each(["pushState","replaceState"],function(e){var t=i[e];i[e]=E.wrap(i[e],function(e){var t=e.apply(i,E.toArray(arguments).slice(1));return Dt(Wr,0),t}),n.push(()=>{i[e]=t})}),n.push(_r(window,"popstate",Wr))),Fe.supportsHashChange()&&n.push(_r(window,"hashchange",Wr)),!1!==t&&Fe.supportsHashChange()||n.push(Gr()),zr=!0),Br.push(e),()=>{E.each(n,function(e){e()}),Br.length=0,zr=!1}},get:jr,externalizeURL:function(e,t,n){n=n||h.get(qr);return Vr(Yr(e,t,n=E.isFunction(n)?n():n,!1))},startPoller:Gr,getWindowLocation:Lr,clear:function(){Br=[]},isElectron:Nr,electronUserDirectory:function(){return window.process.env.PWD||""},electronAppName:function(){return window.process.env.npm_package_name||""},electronUserHomeDirectory:function(){return window.process.env.HOME||""},electronResourcesPath:function(){return window.process.resourcesPath||""}};function to(){var e=h.getLocalConfig("dataHost");return e||((e=h.getHostedConfig("dataHost"))?-1===e.indexOf("://")?"https://"+e:e:je)}function no(){Zr=to()}function io(){var e=h.get("contentHost")||h.get("assetHost")||Be;return e=e&&-1===e.indexOf("://")?"https://"+e:e}function ro(e){return io()+"/"+(ze?ze+"/":"")+e}function oo(){var e=h.get("allowPartnerAnalyticsForwarding",!1)&&h.get("adoptAnalyticsForwarding",!1);return h.get("trainingPartner",!1)||e}var ao=3,so=1,uo=9,co=11,lo=4;function O(e){var t;if((t=e)&&t.nodeType===so)try{return window.getComputedStyle?getComputedStyle(e):e.currentStyle||void 0}catch(n){}}function po(e,t){var n;return!(!e||!E.isFunction(e.getPropertyValue))&&(n=[e.getPropertyValue("transform")],void 0!==t&&E.isString(t)&&n.push(e.getPropertyValue("-"+t.toLowerCase()+"-transform")),E.any(n,function(e){return e&&"none"!==e}))}function ho(e){var t=(e=e||window).document.documentElement;return e.pageYOffset||t.scrollTop}function fo(e){var t=(e=e||window).document.documentElement;return e.pageXOffset||t.scrollLeft}function go(e){return E.isNumber(e)?e:0}function mo(e,t){e=e.offsetParent;return t=t||window,e=e&&e.parentElement===t.document.documentElement&&!yo(e)?null:e}function vo(e){return po(O(e),xe)&&isNaN(Ie)}function yo(e){if(e)return(e=O(e))&&(E.contains(["relative","absolute","fixed"],e.position)||po(e,xe))}function bo(e,t,n){if(!e)return{width:0,height:0};n=n||window;var t=yo(t)?t:mo(t,n),i=t?wo(t):{top:0,left:0},e=wo(e),i={top:e.top-i.top,left:e.left-i.left,width:e.width,height:e.height};return t?(t!==n.document.scrollingElement&&(i.top+=go(t.scrollTop),i.left+=go(t.scrollLeft)),i.top-=go(t.clientTop),i.left-=go(t.clientLeft)):(i.top+=ho(n),i.left+=fo(n)),i.bottom=i.top+i.height,i.right=i.left+i.width,i}function wo(e){var t;return e?e.getBoundingClientRect?{top:(t=e.getBoundingClientRect()).top,left:t.left,bottom:t.bottom,right:t.right,width:t.width||Math.abs(t.right-t.left),height:t.height||Math.abs(t.bottom-t.top)}:{top:0,left:0,width:e.offsetWidth,height:e.offsetHeight,right:e.offsetWidth,bottom:e.offsetHeight}:{width:0,height:0}}var So=void 0===(e=h.get("pendoCore"))||e,Io=function(e,t,n){e=Zr+"/data/"+e+"/"+t,t=E.map(n,function(e,t){return t+"="+e});return 0<t.length&&(e+="?"+t.join("&")),e};function _o(){return E.compact([I.apiKey].concat(I.additionalApiKeys))}var Eo=function(e){return e+="v"+He,To(Io("log.gif",I.apiKey,{msg:e,version:He}))};function Co(e){try{var t=Zr+"/data/errorlog?apiKey="+I.apiKey,n={error:e,version:"v"+He,visitorId:b()},i=xo.supported()?fetch(t,{method:"POST",keepalive:!0,body:JSON.stringify(n),headers:{"Content-Type":"application/json"}}):xr.postJSON(t,n);return i.then(function(){C.info("successfully wrote error")},function(e){C.info("error writing error:"+e)})}catch(r){return C.info("Failed to write error to server using POST endpoint: "+r),Eo("Failed to write error to server using POST endpoint: "+r)}}function To(e){var t,n;return Ro()?(t=y.defer(),_r(n=new Image,"load",t.resolve),_r(n,"error",t.reject),n.src=e,t.promise):y.resolve()}function xo(e,t={}){t=E.extend({},{method:"GET",keepalive:!0},t);return fetch(e,t)}function ko(e,t){return navigator.sendBeacon(e,t)}xo.supported=function(){try{return E.isFunction(window.fetch)&&"undefined"!=typeof Request&&"keepalive"in new Request("")}catch(e){return!1}};var Ao=!(ko.supported=function(){return E.isFunction(navigator.sendBeacon)}),Oo=function(){var e=Ro();return Ao=!0,e&&m["transmit:locked"].trigger(),"Pendo Agent locked. No more events will be written."},Ro=function(){return!Ao&&So},No=function(e,t){try{return new RegExp("(\\s|^)"+t+"(\\s|$)").test($o(e))}catch(n){return!1}},Mo=function(e,t){try{var n;No(e,t)||(n=Ze.call($o(e))+" "+t,Po(e,n))}catch(i){}},Lo=function(e,t){try{var n,i;No(e,t)&&(n=new RegExp("(\\s|^)"+t+"(\\s|$)"),i=$o(e).replace(n," "),Po(e,i))}catch(r){}},Po=function(e,t){E.isString(e.className)?e.className=t:e.setAttribute("class",t)},$o=function(e){try{var t=e.className;return(E.isString(t)||!ge(t)?t:e.getAttribute("class"))||""}catch(n){return""}},Fo=function(e){e=e.replace(/-([a-z])/gi,function(e,t){return t.toUpperCase()});return e=e.substr(0,1).toLowerCase()+e.substr(1)},Do={columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},Uo=function(e,t){t=function(e){if(E.isString(e)){var t=e.split(";");var n;var i;var r;var o;e={};for(r=0;r<t.length;r++){n=t[r];o=n.indexOf(":");i=n.substring(0,o);e[i]=n.substring(o+1)}}return e}(t);Go(e,t)},Go=function(a,e){E.each(e,function(e,t){if(""!==(t=Ze.call(t))){var n=Fo(t),i=(!E.isNumber(e)||isNaN(e)||Do[n]?E.isString(e)||(e=""+e):e+="px",e.indexOf("!important"));if(-1!==i)try{var r=Ze.call(r.substring(0,i));a.style.setProperty(t,r,"important")}catch(o){a.style.cssText+=";"+t+":"+e}else try{a.style[n]=Ze.call(e)}catch(o){C.info("failed to set style: "+t+" with value "+e)}}})},jo=function(){return De()?{width:document.documentElement.offsetWidth||0,height:document.documentElement.offsetHeight||0}:{width:window.innerWidth||document.documentElement.clientWidth,height:window.innerHeight||document.documentElement.clientHeight}},Bo=function(e){var t=jo(),n=ho(),i=fo();return e.top>=n&&e.left>=i&&e.top+e.height<=n+t.height&&e.left+e.width<=i+t.width};function zo(t){return E.each(["left","top","width","height"],function(e){t[e]=Math.round(t[e])}),t}function Ho(e,t=window){var n;return function(e){var t,n=e;for(;n;){if(!(t=O(n)))return;if("fixed"===t.position)return!isNaN(Ie)||!Qo(n);n=n.parentNode}return}(e)?((n=wo(e)).fixed=!0,zo(n)):zo(bo(e,Ko(t.document),t))}var Wo=function(e){e&&e.parentNode&&e.parentNode.removeChild(e)},qo=E.compose(function(e){return Array.prototype.slice.call(e)},function(e,t){try{return yr(e,t)}catch(n){return Eo("error using sizzle: "+n),t.getElementsByTagName(e)}}),Vo=function(e,t){try{return t.children.length+t.offsetHeight+t.offsetWidth-(e.children.length+e.offsetHeight+e.offsetWidth)}catch(n){return C.info("error interrogating body elements: "+n),Eo("error picking best body:"+n),0}},Ko=function(e){e=e||document;try{var t=qo("body",e);return t&&1<t.length?(t.sort(Vo),t[0]||e.body):e.body&&e.body.tagName&&"body"!==e.body.tagName.toLowerCase()?e.documentElement:e.body}catch(n){return Eo("Error getting body element: "+n),e.body}};function Jo(e){if(e&&e.parentNode){var t=e.parentNode,n=e;if(!t)return[];var i=[];if(t.childNodes)for(let e=0;e<t.childNodes.length;e++){var r=t.childNodes[e];1===r.nodeType&&r!==n&&i.push(r)}return i}return[]}function Yo(e){if(yr.contains(document,e))return!0;for(;e&&e.parentNode||Zn.isElementShadowRoot(e);)e=Zn.getParent(e);return e===document}var Zo=function(e){var t=Ko();if(null!==e)return e===document||e===window?((t={left:window.pageXOffset||t.scrollLeft,top:window.pageYOffset||t.scrollTop,width:window.innerWidth,height:window.innerHeight}).right=t.left+t.width,t.bottom=t.top+t.height,t):((t=Ho(e)).right=t.left+t.width,t.bottom=t.top+t.height,t)},Xo=function(e,t){return!(e.top>=t.bottom||e.bottom<=t.top||e.left>=t.right||e.right<=t.left)};function Qo(e){for(var t=e&&e.parentNode;t;){if(po(O(t),xe))return 1;t=t.parentNode}}var ea=function(e,t,n){t=t||/(auto|scroll|hidden)/;var i,r=(n=n||window).document.documentElement;if(Yo(e))for(i=e;i;)if(Zn.isElementShadowRoot(i))i=i.host;else{if(i===r)return null;if(!(o=O(i)))return null;var o,a=o.position;if(i!==e&&t.test(o.overflow+o.overflowY+o.overflowX))return i.parentNode!==r||(o=O(r))&&!E.contains([o.overflow,o.overflowY,o.overflowX],"visible")?i:null;if("absolute"===a||"fixed"===a&&Qo(i))i=mo(i);else{if("fixed"===a)return null;i=i.assignedSlot||i.parentNode}}return null};function ta(e,t){e=O(e);return t=t||/(auto|scroll|hidden)/,!e||"inline"===e.display?na.NONE:t.test(e.overflowY)&&t.test(e.overflowX)?na.BOTH:t.test(e.overflowY)?na.Y:t.test(e.overflowX)?na.X:t.test(e.overflow)?na.BOTH:na.NONE}var na={X:"x",Y:"y",BOTH:"both",NONE:"none"};function ia(e){return e&&e.nodeName&&"body"===e.nodeName.toLowerCase()&&Yo(e)}function ra(e){var t=document.createElement("script"),n=document.head||document.getElementsByTagName("head")[0]||document.body;t.type="text/javascript",e.src?t.src=e.src:t.text=e.text||e.textContent||e.innerHTML||"",n.appendChild(t),n.removeChild(t)}function oa(e){if(e){if(E.isFunction(e.getRootNode))return e.getRootNode();if(null!=e.ownerDocument)return e.ownerDocument}return document}function aa(e,t,n){const i=[];var r=oa(document.documentElement);let o=oa(ea(t)),a=0;for(;o!==r&&a<20;)i.push(e(o,"scroll",n,!0)),o=oa(ea(o)),a++;return()=>{E.each(E.compact(i),function(e){e()}),i.length=0}}const sa=['a[href]:not([disabled]):not([tabindex="-1"])','button:not([disabled]):not([tabindex="-1"])','textarea:not([disabled]):not([tabindex="-1"])','input:not([disabled]):not([tabindex="-1"])','select:not([disabled]):not([tabindex="-1"])','[tabindex]:not([tabindex="-1"])',"iframe"].join(", ");function ua(e,t,n){var i=Zo(t),t=ta(t,n);if(t!==na.BOTH||Xo(e,i)){if(t===na.Y){if(e.top>=i.bottom)return;if(e.bottom<=i.top)return}if(t===na.X){if(e.left>=i.right)return;if(e.right<=i.left)return}return 1}}function da(e){if(e){if(ia(e))return 1;var t=Zo(e);if(0!==t.width&&0!==t.height){var n=O(e);if(!n||"hidden"!==n.visibility){for(var i=e;i&&n;){if("none"===n.display)return;if(parseFloat(n.opacity)<=0)return;n=O(i=i.parentNode)}return 1}}}}function ca(e,t){if(!da(e))return!1;if(!ia(e)){for(var n=Zo(e),i=ea(e,t=t||/hidden/),r=null;i&&i!==document&&i!==r;){if(!ua(n,i,t))return!1;i=ea(r=i,t)}if(e.getBoundingClientRect){var e=e.getBoundingClientRect(),o=e.right,e=e.bottom;if(n.fixed||(o+=fo(),e+=ho()),o<=0||e<=0)return!1}}return!0}function la(e){var t,n,i,r,o,a=/(auto|scroll)/,s=/(auto|scroll|hidden)/,u=Zo(e),d=ea(e,s);if(!da(e))return!1;for(;d;){if(t=Zo(d),(o=ta(d,a))!==na.NONE&&(i=n=0,o!==na.Y&&o!==na.BOTH||(u.bottom>t.bottom&&(n+=u.bottom-t.bottom,u.top-=n,u.bottom-=n),u.top<t.top&&(n-=r=t.top-u.top,u.top+=r,u.bottom+=r)),o!==na.X&&o!==na.BOTH||(u.right>t.right&&(i+=u.right-t.right,u.left-=i,u.right-=i),u.left<t.left&&(i-=r=t.left-u.left,u.left+=r,u.right+=r))),!ua(u,d,s))return!1;d=ea(d,s)}return!0}function pa(e){for(var t,n,i,r,o,a=/(auto|scroll)/,s=Ko(),u=ea(e,a);u&&u!==s;)t=Zo(e),n=Zo(u),r=i=0,t.bottom>n.bottom&&(i+=t.bottom-n.bottom,t.top-=i,t.bottom-=i),t.top<n.top&&(i-=o=n.top-t.top,t.top+=o,t.bottom+=o),t.right>n.right&&(r+=t.right-n.right,t.left-=r,t.right-=r),t.left<n.left&&(r-=o=n.left-t.left,t.left+=o,t.right+=o),E.isFunction(u.scrollBy)?u.scrollBy(r,i):(u.scrollTop+=i,u.scrollLeft+=r),u=ea(u,a)}Mi={$:{findOrCreate:function(e){return 0<this.length?this:k(e)},find:function(e){var t=k();return t.context=this.context,this.each(function(){k(e,this).each(function(){t[t.length++]=this})}),t},each:function(e){for(var t=0,n=this.length;t<n;++t)e.call(this[t],this[t],t);return this},html:function(e){return e===undefined?this.length?this[0].innerHTML:this:this.each(function(){this.innerHTML=e})},text:function(e){var t="innerText"in document.body;return e===undefined?t?this.length?this[0].innerText:this:this.length?this[0].textContent:this:this.each(function(){Uo(this,{"white-space":"pre-wrap"}),t?this.innerText=e:this.textContent=e})},addClass:function(e){return e=e.split(/\s+/),this.each(function(t){E.each(e,function(e){Mo(t,e)})})},removeClass:function(e){return e=e.split(/\s+/),this.each(function(t){E.each(e,function(e){Lo(t,e)})})},hasClass:function(e){e=e.split(/\s+/);var n=!0;return 0!==this.length&&(this.each(function(t){E.each(e,function(e){n=n&&No(t,e)})}),n)},toggleClass:function(e){return e=e.split(/\s+/),this.each(function(t){E.each(e,function(e){(No(t,e)?Lo:Mo)(t,e)})})},css:function(e){return this.each(function(){Uo(this,e)}),this},appendTo:function(e){return k(e).append(this),this},append:function(e){var t=this;return k(e).each(function(){t.length&&t[0].appendChild(this),Yo(this)&&E.each(yr("script",this),ra)}),t},prependTo:function(e){return k(e).prepend(this),this},prepend:function(e){var t,n;return this.length&&(t=this[0],n=t.childNodes[0],k(e).each(function(){n?k(this).insertBefore(n):k(this).appendTo(t)})),this},getParent:function(){var e=k(this)[0];if(e&&e.parentNode)return k(e.parentNode)},insertBefore:function(e){e=k(e)[0];e&&e.parentNode&&(e.parentNode.insertBefore(this[0],e),Yo(document))&&E.each(yr("script",this[0]),ra)},remove:function(){return this.each(function(){this.parentNode&&this.parentNode.removeChild(this)}),this},attr:function(e,t){return E.isObject(e)?(this.each(function(){E.each(e,function(e,t){this.setAttribute(t,e)},this)}),this):t!==undefined?(this.each(function(){this.setAttribute(e,t)}),this):0<this.length?this[0].getAttribute(e):void 0},closest:function(e,t){for(var n=this[0];n&&!yr.matchesSelector(n,e);)if((n=Yn(n))===document||t&&yr.matchesSelector(n,t))return k();return k(n)},eq:function(e){return k(this[e])},height:function(e){if(this.length)return e===undefined?this[0].offsetHeight:(this[0].style.height=e+"px",this)},width:function(e){if(this.length)return e===undefined?this[0].offsetWidth:(this[0].style.width=e+"px",this)},focus:function(){return this.each(function(){E.isFunction(this.focus)&&this.focus()})}}};class ha{constructor(e=Ko(),t={attributes:!0,childList:!0,subtree:!0}){if(this.listeners=[],this._teardown=()=>{},Fe.MutationObserver){const n=new(dt("MutationObserver"))((e,t)=>{this.signal()});n.observe(e,t),this._teardown=()=>n.disconnect}else{const i=Dt(()=>{this.signal()},500);this._teardown=()=>{clearTimeout(i)}}}signal(){E.each(this.listeners,e=>{e.get()})}addObservers(...e){this.listeners=[].concat(this.listeners,e)}teardown(){this._teardown()}}Ti=function(){function e(e){this._object=e}return e.prototype.deref=function(){return this._object},e};var fa="function"==typeof(r=window.WeakRef)&&/native/.test(r)?r:Ti();function ga(e,t){var n,i;return e.tagName&&-1<["textarea","input"].indexOf(e.tagName.toLowerCase())?(n=e.value,i=t,n.length<=i?n:ba(n.substring(0,i))):ma(e,t)}function ma(e,t=128){var n,i="",r=e.nodeType;if(r===ao||r===lo)return e.nodeValue;if((n=e).tagName&&"textarea"!=n.tagName.toLowerCase()&&(r===so||r===uo||r===co)){if(!e.childNodes)return i;for(var o,a=0;a<e.childNodes.length;++a){if(t<=(i+(o=ma(e.childNodes[a],t-i.length))).length)return i+ba(o.substring(0,t-i.length));i+=o}}return i}function va(e){return 55296<=e&&e<=56319}function ya(e){return 56320<=e&&e<=57343}function ba(e){if(!(e.length<1)){var t=e.slice(-1).charCodeAt(0);if(va(t)||ya(t)){if(1===e.length)return e.slice(0,-1);if(va(t))return e.slice(0,-1);if(ya(t))if(!va(e.slice(-2).charCodeAt(0)))return e.slice(0,-1)}}return e}class wa{constructor(e){this.listeners={},this.events=[],this.cssSelector=e}get(){let t=this.elRef&&this.elRef.deref();var e=Yo(t);if(!t||!e){if(t&&!e)return undefined;if([t]=k(this.cssSelector),!t)return undefined;E.each(this.events,e=>{t.addEventListener(e,e=>this.onEvent(e))}),this.elRef=new fa(t)}return t}getText(e=1024){return ga(this.get(),e)}addEventListener(e,t){var n=this.get();this.events.indexOf(e)<0&&(this.events.push(e),n)&&n.addEventListener(e,e=>this.onEvent(e)),this.listeners[e]=this.listeners[e]?this.listeners[e].push(t):[].concat(t)}onEvent(t){var e=t.type;E.each(this.listeners[e],e=>e(t))}teardown(){const t=this.get();t&&E.each(this.events,e=>t.removeEventListener(e,this.onEvent))}}function Sa(t){if(!t)return!1;if(t===window.location.origin)return!0;if(t===to())return!0;if(t===io())return!0;var e=[/^https:\/\/(app|via|adopt)(\.eu|\.us|\.gov|\.jpn|\.hsbc|\.au)?\.pendo\.io$/,/^https:\/\/((adopt\.)?us1\.)?(app|via|adopt)\.pendo\.io$/,/^https:\/\/([0-9]{8}t[0-9]{4}-dot-)pendo-(io|eu|us1|govramp|jp-prod|hsbc|au)\.appspot\.com$/,/^https:\/\/hotfix-(ops|app)-([0-9]+-dot-)pendo-(io|eu|us1|govramp|jp-prod|hsbc|au)\.appspot\.com$/,/^https:\/\/pendo-(io|eu|us1|govramp|jp-prod|hsbc|au)-static\.storage\.googleapis\.com$/,/^https:\/\/(us1\.)?cdn(\.eu|\.jpn|\.gov|\.hsbc|\.au)?\.pendo\.io$/],n=(Ke()||(e=e.concat([/^https:\/\/([a-zA-Z0-9-]+\.)*pendo-dev\.com$/,/^https:\/\/([a-zA-Z0-9-]+-dot-)?pendo-(dev|test|io|us1|govramp|jp-prod|hsbc|au|batman|magic|atlas|wildlings|ionchef|mobile-guides|mobile-hummus|mobile-fbi|mobile-plat|eu|eu-dev|apollo|security|perfserf|freeze|armada|voc|mcfly|calypso|dap|scrum-ops|ml|helix|uat)\.appspot\.com$/,/^https:\/\/via\.pendo\.local:\d{4}$/,/^https:\/\/adopt\.pendo\.local:\d{4}$/,/^https:\/\/local\.pendo\.io:\d{4}$/,new RegExp("^https://pendo-"+Ge+"-static\\.storage\\.googleapis\\.com$")])),h.get("adoptHost"));if(n&&t==="https://"+n)return!0;return!!E.contains(h.get("allowedOriginServers",[]),t)||E.any(e,function(e){return e.test(t)})}function Ia(e){var t;if(E.isString(e))return t=(t=Jr(e).substring(1))&&t.length?Qr(t):{},e=E.last(E.first(e.split("?")).split("/")).split("."),{filename:E.first(e),extension:e.slice(1).join("."),query:t}}function _a(e,t){var n;h.get("guideValidation")&&Fe.sri&&(n=Ia(t),t=E.find(["sha512","sha384","sha256"],function(e){return!!n.query[e]}))&&(e.integrity=t+"-"+(t=n.query[t],E.isString?t.replace(/-/g,"+").replace(/_/g,"/"):t),e.setAttribute("crossorigin","anonymous"))}E.extend(k,{data:wr,event:Tr,removeNode:Wo,getClass:$o,hasClass:No,addClass:function(e,t){var n;"string"==typeof e?(n=k(e),E.map(n,function(e){Mo(e,t)})):Mo(e,t)},removeClass:function(e,t){var n;"string"==typeof e?(n=k(e),E.map(n,function(e){Lo(e,t)})):Lo(e,t)},getBody:Ko,getComputedStyle:O,getClientRect:Zo,intersectRect:Xo,getScrollParent:ea,isElementVisible:ca,Observer:ha,Element:wa,scrollIntoView:pa,getRootNode:oa}),E.extend(k.prototype,Tr.$,Mi.$);var Ea,Ca=function(e){var t=0===h.get("allowedOriginServers",[]).length,n=oo();return!(!t&&!n&&(t=Ge,n=Z,!/prod/.test(t)||ie(n)))||Sa(e)},Ta=function(e,t,n=!1){try{var i,r="text/css",o="text/javascript";if(E.isString(e)&&(e={url:e}),!Ca((d=e.url,new qn(d).origin)))throw new Error;e.type=e.type||/\.css/.test(e.url)?r:o;var a=null,s=document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0];if(e.type===r){var u=document.createElement("link");u.type=r,u.rel="stylesheet",u.href=e.url,_a(u,e.url),a=u}else{if(ut())return(i=document.createElement("script")).addEventListener("load",function(){t(),Wo(i)}),i.type=o,i.src=J(I).createScriptURL(e.url),_a(i,e.url),document.body.appendChild(i),{};(i=document.createElement("script")).type=o,i["async"]=!0,i.src=J(I).createScriptURL(e.url),_a(i,e.url),a=i,t=E.wrap(t,function(e,t){k.removeNode(i),t?n&&e(t):e.apply(this,E.toArray(arguments).slice(1))})}return s.appendChild(a),xa(a,e.url,t),a}catch(c){return{}}var d},xa=function(e,t,n){var i=!1;ge(n)&&(e.onload=function(){!0!==i&&(i=!0,n(null,t))},e.onerror=function(){!0!==i&&(i=!0,n(new Error("Failed to load script"),t))},e.onreadystatechange=function(){i||e.readyState&&"loaded"!=e.readyState&&"complete"!=e.readyState||(i=!0,n(null,t))},"link"===e.tagName.toLowerCase())&&(Dt(function(){var e;i||((e=new Image).onload=e.onerror=function(){!0!==i&&(i=!0,n(null,t))},e.src=t)},500),Dt(function(){i||Eo("Failed to load "+t+" within 10 seconds")},1e4))},ka=function(e){var t=JSON.parse(e.data),n=e.origin;C.debug(I.app_name+": Message: "+JSON.stringify(t)+" from "+n),za(e.source,{status:"success",msg:"ack",originator:"messageLogger"},n)},Aa=function(e){Ra(Pa)(Oa(e))},Oa=function(e){if(e.data)try{var t="string"==typeof e.data?JSON.parse(e.data):e.data,n=e.origin,i=e.source;if(!t.action&&!t.mutation){if(t.type&&"string"==typeof t.type)return{data:t,origin:n,source:i};C.debug("Invalid Message: Missing 'type' in data format")}}catch(r){}};function Ra(t){return function(e){if(e&&Sa(e.origin))return t.apply(this,arguments)}}var Na={disconnect:function(e){},module:function(e){Ba(e.moduleURL)},debug:function(e){qa(ka)}},Ma=function(e,t){Na[e]=t},La=function(e){delete Na[e]},Pa=function(e){var t;e&&(t=e.data)&&ge(Na[t.type])&&Na[t.type](t,e)},$a={},Fa=function(e){if($a[e]={},"undefined"!=typeof CKEDITOR)try{CKEDITOR.config.customConfig=""}catch(t){}},Da=function(e){return ge($a[e])},Ua=function(e){if($a)for(var t in $a)if(0<=t.indexOf(e))return t;return null},Ga=[],ja=function(){var e;Ga.length<1||(e=Ga.shift(),Da(e))||Ta(e,function(){Fa(e),ja()})};var Ba=function(e){!function(e){var t={"/js/lib/ckeditor/ckeditor.js":1};E.each(["depres.js","tether.js","sortable.js","selection.js","selection.css","html2canvas.js","ckeditor/ckeditor.js"],function(e){t["/modules/pendo.designer/plugins/"+e]=1,t["/engage-app-ui/assets/classic-designer/plugins/"+e]=1});try{var n=new qn(e);return Sa(n.origin)&&t[n.pathname]}catch(i){C.debug("Invalid module URL: "+e)}}(e)||(Ga.push(e),1<Ga.length)||ja()},za=function(e,t,n){var i,r=E.uniqueId("pendo-");try{void 0===t&&void 0===n&&(t=e,e=Ea||Wa(),n="*"),t.guid=r,e&&E.isFunction(e.postMessage)&&(i=JSON.stringify(t),e.postMessage(i,n))}catch(o){t=o&&o.message||"";C.info("Failed to postMessage: "+t)}return r},Ha=function(){return window!=window.top},Wa=function(){var e=new RegExp("^"+wt(Zr).replace(/^https?:/,"https?:")),t=h.get("forceParentDesigner");return!Ke()&&t||e.test(location.href)?window.parent:window.top},qa=function(e){var t;return ge(window.addEventListener)&&E.isFunction(window.addEventListener)&&(t=Ra(e),window.addEventListener("message",t,!1)),function(){ge(window.removeEventListener)&&E.isFunction(window.removeEventListener)&&t&&window.removeEventListener("message",t,!1)}},Va=E.memoize(function(){return h.get("restrictP1Access")}),Ka=[],Ja=[],Ya=12e4,Za=16,Xa=1900,Qa=65536,es=function(e){return!(!e||""===e)},ts=function(){return A.get()},ns={flush:E.noop,flushBy:E.noop,flushEvents:as,flushTrackEvents:as,flushSilos:as,flushTrackEventSilos:as,flushBeacons:as,flushNow:as,flushLater:ss,flushEvery:us,flushStop:ds,beacons:[],silos:[],trackEventSilos:[],lock:Oo,unlock:function(){if(!Ro())return cs(),function(){var e=!Ro();return Ao=!1,e&&m["transmit:unlocked"].trigger(),"Pendo Agent unlocked. Events will be written."}()}},is=[];function rs(e){is.push(e)}function os(e){e=is.indexOf(e);0<=e&&is.splice(e,1)}function as(e,t){try{E.each(is,function(e){e.flush&&e.flush(t)})}catch(n){C.critical("unhandled error while flushing event cache",{error:n})}}function ss(e){return t=E.partial(as,!0),n=e,n=parseInt(n,10)||0,t[n]||(i=Dt(function(){t(),t[n]()},n),t[n]=function(){window.clearTimeout(i),delete t[n]});var t,n,i}function us(e){var t;if(e=parseInt(e,10)||0,E.isObject(us.intervals)||(us.intervals={}),!us.intervals[e])return t=window.setInterval(as,e),us.intervals[e]=function(){clearInterval(t),delete us.intervals[e]}}function ds(){var e=E.values(us.intervals).concat([as]);E.map(e,function(e){E.isFunction(e)&&e()})}function cs(){E.each(is,function(e){e.clear&&e.clear()}),ds()}function ls(e){try{return window.TextDecoder?JSON.parse((new TextDecoder).decode((t=e.split(".")[1],t=atob(t),Uint8Array.from(t,e=>e.codePointAt(0))))):JSON.parse(atob(e.split(".")[1]))}catch(n){return null}var t}function ps(e,t){return t=t?t+": ":"",e.jwt||e.signingKeyName?e.jwt&&!e.signingKeyName?(C.debug(t+"The jwt is supplied but missing signingKeyName."),!1):e.signingKeyName&&!e.jwt?(C.debug(t+"The signingKeyName is supplied but missing jwt."),!1):(e=e.jwt,!(!E.isString(e)||!/^[a-zA-Z0-9\-_]+?\.[a-zA-Z0-9\-_]+?\.([a-zA-Z0-9\-_]+)?$/.test(e))||(C.debug(t+"The jwt is invalid."),!1)):(C.debug(t+"Missing jwt and signingKeyName."),!1)}hs=null;var hs,fs={set:function(e){hs=JSON.parse(JSON.stringify(e||{}))},get:function(){return null!==hs?hs:{}},getJwtOptions:function(e,t){var n;return t=t||"",!!h.get("enableSignedMetadata")&&(n=ps(e,t),h.get("requireSignedMetadata")&&!n?(C.debug("Pendo will not "+t+"."),!1):n?ls(e.jwt):void C.debug("JWT is enabled but not being used, falling back to unsigned metadata."))}};class gs{constructor(e,t=100){this.queue=[],this.unloads=new Set,this.pending=new Set,this.failures=new Map,this.sendFn=e,this.maxFailures=t}isEmpty(){return this.queue.length<=0}stop(){this.queue.length=0,this.unloads.clear(),this.pending.clear(),this.failures.clear(),this.stopped=!0,clearTimeout(this.timer),delete this.timer}start(){this.stopped=!1}push(...e){this.queue.push(...e),this.next()}next(){var e;if(this.queue.length&&this.pending.size<1)return e=this.queue[0],this.send(e,!1,!0)}incrementFailure(e){var t=(this.failures.get(e)||0)+1;return this.failures.set(e,t),t}pass(e,t=!0){this.unloads["delete"](e),this.pending["delete"](e),this.failures.clear();e=this.queue.indexOf(e);0<=e&&this.queue.splice(e,1),!this.stopped&&t&&this.next()}fail(e,t=!0){this.unloads["delete"](e),this.pending["delete"](e);var n=this.incrementFailure(e);!this.stopped&&t&&(n>=this.maxFailures&&(this.onTimeout&&this.onTimeout(),this.pass(e,!1)),this.retryLater(1e3*Math.pow(2,Math.min(n-1,6))))}retryLater(e){this.timer=Dt(()=>{delete this.timer,this.next()},e)}failed(){return 0<this.failures.get(this.queue[0])&&null!=this.timer}send(e,t,n){return this.pending.add(e),t&&this.unloads.add(e),this.sendFn(e,t,this.failures.get(e)||0).then(()=>this.pass(e,n),()=>this.fail(e,n))}drain(e,t=!0){if(this.queue.push(...e),this.failed())return Jt.reject();var n=[];for(const i of this.queue)this.pending.has(i)?this.retryPending&&t&&!this.unloads.has(i)&&(this.incrementFailure(i),n.push(this.send(i,t,!1))):n.push(this.send(i,t,!1));return Jt.all(n)}}var ms="_PENDO_UNNAMED_",vs=5;function ys(e,t,n,i,r,o){var a,s;a=h.get("dropAnonymous"),s=xn(b()),!So||a&&s||(a=t,s=n,t=i,n=r,i=o,s={type:r=e,browser_time:v(),visitor_id:b({generate:!0}),account_id:Gn(),url:A.externalizeURL(s),props:a||{},eventProperties:n},s=sn.addTracerIds(s),"track"===r&&(s.track_event_name=t||ms),m.eventCaptured.trigger(s,i),es((o=s).url)&&function(e){if(h.get("freeNPSData"))return E.contains(bs,e.type);return 1}(o)&&("track"===e?Ms.push(o):Ns.push(function(e,t){try{if(!e.getters["monitoring/shouldFlush"]())return t;var n=e.getters["monitoring/payload"]();e.dispatch("monitoring/flush"),E.isEmpty(n)||(t.ops=n)}catch(i){}return t}(g,o))))}var bs=["load","meta","identify"];function ws(){var r=E.toArray(arguments);return function(e,t){var n=r.concat([t]);!function i(t,e){t<n.length&&n[t](e,function(e){i(t+1,e)})}(0,e)}}let Ss=0;function Is(e,t){e.sequence=Ss++,t(e)}function _s(e){return n=function(e,t){return e.push(t),e},i=e,function(e,t){t(i=n(i,e))};var n,i}function Es(e,t){return oo()?Cs("account_id")(e,t):t(e)}function Cs(s){return function(e,t){if(!e.length)return t(e);for(var n=E.get(e[0],s),i=!0,r=1;r<e.length;r++)if(n!==E.get(e[r],s)){i=!1;break}if(i)return t(e);var o=e.slice(0,r),a=e.slice(r);t(o),t(a)}}function Ts(e){return null==e.bytes&&(e.bytes=JSON.stringify(e).length),e}function xs(e,t,n){t=n[t-1]||E.last(n);return Math.ceil(e/t)}function ks(e,t){for(var n,i=0,r=(E.isFunction(t.overhead)?t.overhead:E.constant(0))(),o=0;o<e.length;++o){if(xs(n=Ts(e[o]).bytes,1,t.compressionRatio)+r<=t.lower){if(0<o)return o;break}if(xs(i+n,o+1,t.compressionRatio)+r>t.upper)return o;i+=n}if(!(0<o))for(o=i=0;o<e.length;++o){if(xs(i+(n=Ts(e[o]).bytes),o+1,t.compressionRatio)+r>t.lower)return o;i+=n}return-1}function As(){var e=fs.get();return E.isEmpty(e)?0:e.jwt.length+e.signingKeyName.length}var Os,Rs,Ns,Ms;function Ls(e,t){var n;if(0!==e.length)return e.JZB||(e.JZB=I.squeezeAndCompress(e.slice()),e.JZB.length<=Qa)||1===e.length?t(e):(n=e.length/2,Ls(e.slice(0,n),t),void Ls(e.slice(n),t))}function Ps(e,t){Ro()&&t(e)}function $s(){return function(e,t){1===e.length&&e.JZB.length>Qa?(C.debug("Couldn't write event"),Eo("Single item is: "+e.JZB.length+". Dropping."),Co(e.JZB)):t(e)}}function Fs(e,t){return Io(t.beacon+".gif",e,E.extend({v:He,ct:v(),jzb:t.JZB},t.params,t.auth))}function Ds(e,t){return Io(t.beacon+".gif",e,E.extend({v:He,ct:v(),s:t.JZB.length},t.params))}function Us(i){return function(e,t){e.params=E.extend({},e.params,i.params),e.beacon=i.beacon,e.eventLength=e.JZB.length;var n=fs.get();E.isEmpty(n)||(e.auth=n,e.eventLength+=n.jwt.length,e.eventLength+=n.signingKeyName.length),t(e)}}function Gs(e,t){var n=oo(),i=E.first(e),i=E.get(i,"account_id");n&&i&&(e.params=E.extend({},e.params,{acc:it(i)})),t(e)}function js(e,t){var n=E.first(e),n=E.get(n,"props.source");n&&(e.params=E.extend({},e.params,{source:n})),t(e)}function Bs(e){return JSON.stringify(E.extend({events:e.JZB},e.auth))}function zs(e){return e.status<200||300<=e.status?y.reject(new Error(`received status code ${e.status}: `+e.statusText)):y.resolve()}function Hs(e,t){return xo(Fs(e,t)).then(zs)}function Ws(e,t){return fetch(Ds(e,t),{method:"POST",keepalive:!0,body:Bs(t),headers:{"Content-Type":"application/json"}}).then(zs)}function qs(e,t){var n=Bs(t);return ko(Ds(e,t),n)?y.resolve():y.reject()}function Vs(n){return function(e,t){return t.JZB?t.eventLength<=Xa&&!h.get("sendEventsWithPostOnly")?n.preferFetch&&!t.auth&&xo.supported()?Hs(e,t):t.auth?xr({method:"GET",url:Fs(e,t)}):To(Fs(e,t)):n.allowPost&&t.eventLength<=Qa?xo.supported()?Ws(e,t):ko.supported()?qs(e,t):xr({method:"POST",url:Ds(e,e=t),data:Bs(e),headers:{"Content-Type":"application/json"}}):y.resolve():y.resolve()}}function Ks(n){return function(e,t){if(t.JZB){if(t.eventLength<=Xa&&!h.get("sendEventsWithPostOnly",!1)){if(!t.auth&&xo.supported())return Hs(e,t);if(Fe.msie<=11)return xr({method:"GET",url:Fs(e,t),sync:!0})}if(t.eventLength<=Qa&&n.allowPost){if(xo.supported())return Ws(e,t);if(ko.supported())return qs(e,t);if(Fe.msie<=11)return xr({method:"POST",url:Ds(e,e=t),data:Bs(e),sync:!0,headers:{"Content-Type":"application/json"}})}}return y.resolve()}}function Js(e){return ws(Ps,Es,Ls,(t=e.shorten,t=E.defaults(t||{},{fields:[],siloMaxLength:Qa}),function(n,e){var i;1===n.length&&n.JZB.length>t.siloMaxLength&&(i=n[0],C.debug("Max length exceeded for an event"),E.each(t.fields,function(e){var t=i[e];t&&2e3<t.length&&(C.debug("shortening "+t+" and retrying"),i[e]=t.substring(0,2e3),delete n.JZB)})),e(n)}),Ls,$s(),Us(e),Gs,js);var t}class Ys{constructor(e){this.queues=e}isEmpty(){return E.all(this.queues,e=>e.isEmpty())}stop(){E.each(this.queues,e=>e.stop())}push(){const t=E.toArray(arguments);E.each(this.queues,e=>e.push.apply(e,t))}drain(){const t=E.toArray(arguments);return y.all(E.map(this.queues,e=>e.drain.apply(e,t)))}}function Zs(t,r,o){r=r||Vs(t),o=o||Ks(t);e=t;var e=E.isFunction(e.apiKey)?[].concat(e.apiKey()):[].concat(e.apiKey),e=E.map(e,i=>{var e=new gs(function(e,t,n){return n&&(e.params=E.extend({},e.params,{rt:n})),(t?o:r)(i,e)});return e.onTimeout=function(){g.commit("monitoring/incrementCounter",t.beacon+"GifFailures")},e.retryPending=!0,e});return new Ys(e)}function Xs(e,t){var n=h.get("analytics.excludeEvents");0<=E.indexOf(n,e.type)||t(e)}class Qs{constructor(e){this.locks={},this.cache=e.cache||[],this.silos=e.silos||[],this.packageSilos=e.packageSilos,this.processSilos=e.processSilos,this.sendQueue=Zs(e)}pause(e=1e4){var t=E.uniqueId();const n=this["locks"];n[t]=1;var i=()=>{n[t]&&(clearTimeout(r),delete n[t],this.flush())},r=Dt(i,e);return i}push(e){this.packageSilos(e,e=>{this.silos.push(e)})}clear(){this.cache.length=0,this.silos.length=0,this.sendQueue.stop()}flush({unload:e=!1,hidden:t=!1}={}){var{cache:n,silos:i}=this;if((0!==n.length||0!==i.length||!this.sendQueue.isEmpty())&&E.isEmpty(this.locks)){i.push(n.slice()),n.length=0;n=i.slice();i.length=0;const r=[];E.each(n,function(e){this.processSilos(e,function(e){r.push(e)})},this),e||t?this.sendQueue.drain(r,e):this.sendQueue.push(...r)}}}function eu(e){var i,r,t=Js(e),n=ws((r=e.beacon,function(e,t){var n=h.get("excludeNonGuideAnalytics");"ptm"===r&&n||t(e)}),Xs,Is,_s(e.cache),(i={overhead:As,lower:h.get("sendEventsWithPostOnly")?Qa:Xa,upper:Qa,compressionRatio:[.5*vs,.75*vs,vs]},function(e,t){for(var n=ks(e,i);0<=n;)t(e.splice(0,Math.max(n,1))),n=ks(e,i)}));return new Qs(E.extend({processSilos:t,packageSilos:n},e))}var tu=Wn(function(e){var t,n,i;if((e=e||A.get())&&e!==tu.lastUrl)return tu.lastUrl=e,t=-1,Va()||Ha()&&(i=Wa(),za(i,{type:"load",url:location.toString()},"*")),C.debug("sending load event for url "+e),t={load_time:t="undefined"!=typeof performance&&E.isFunction(performance.getEntriesByType)&&!E.isEmpty(performance.getEntriesByType("navigation"))?(i=performance.getEntriesByType("navigation")[0]).loadEventStart-i.fetchStart:t},Ha()&&(t.is_frame=!0),"*"!==(n=St())&&(t.allowed_storage_keys=E.keys(n)),ys("load",t,e),ss(),m.urlChanged.trigger(),!0});function nu(e){return"hidden"===e.visibilityState}tu.reset=function(){tu.lastUrl=null};const iu="visibilitychange",ru="pagehide",ou="unload";function au(){this.serializers=E.toArray(arguments)}function su(e,t){return e.tag=Zn.isElementShadowRoot(t)?"#shadow-root":t.nodeName||"",e}function uu(e){return ge(e)?""+e:""}function du(e,t){return e.id=uu(t.id),e}function cu(e,t){return e.cls=uu(k.getClass(t)),e}E.extend(au.prototype,{add:function(e){this.serializers.push(e)},remove:function(e){e=E.indexOf(this.serializers,e);0<=e&&this.serializers.splice(e,1)},serialize:function(n,i){return n?(i=i||n,E.reduce(this.serializers,function(e,t){return t.call(this,e,n,i)},{},this)):{}}});var lu=256,pu=64,hu={a:{events:["click"],attr:["href"]},button:{events:["click"],attr:["value","name"]},img:{events:["click"],attr:["src","alt"]},select:{events:["mouseup"],attr:["name","type","selectedIndex"]},textarea:{events:["mouseup"],attr:["name"]},'input[type="submit"]':{events:["click"],attr:["name","type","value"]},'input[type="button"]':{events:["click"],attr:["name","type","value"]},'input[type="radio"]':{events:["click"],attr:["name","type"]},'input[type="checkbox"]':{events:["click"],attr:["name","type"]},'input[type="password"]':{events:["click"],attr:["name","type"]},'input[type="text"]':{events:["click"],attr:["name","type"]}};var fu=function(e,t,n){var i;return e&&e.nodeName?"img"==(i=e.nodeName.toLowerCase())&&"src"==t||"a"==i&&"href"==t?(i=e.getAttribute(t),Vr((i=i)&&0===i.indexOf("data:")?(C.debug("Embedded data provided in URI."),i.substring(0,i.indexOf(","))):i+"")):(i=t,e=(t=e).getAttribute?t.getAttribute(i):t[i],(!n||typeof e===n)&&e?E.isString(e)?Ze.call(e).substring(0,lu):e:null):null};function gu(t){var e,n,i;return E.isRegExp(t)&&E.isFunction(t.test)?function(e){return t.test(e)}:E.isArray(t)?(e=E.map(E.filter(t,E.isObject),function(e){var t;return e.regexp?(t=(t=/\/([a-z]*)$/.exec(e.value))&&t[1]||"",new RegExp(e.value.replace(/^\//,"").replace(/\/[a-z]*$/,""),t)):new RegExp("^"+e.value+"$","i")}),function(t){return E.any(e,function(e){return e.test(t)})}):E.isObject(t)&&t.regexp?(n=(n=/\/([a-z]*)$/.exec(t.value))&&n[1]||"",i=new RegExp(t.value.replace(/^\//,"").replace(/\/[a-z]*$/,""),n),function(e){return i.test(e)}):E.constant(!1)}function mu(e,t,n,i){try{var r,o=E.indexBy(t),a=E.filter(E.filter(e,function(e){return n(e.nodeName)||o[e.nodeName]}),function(e){return!i(e.nodeName)});return a.length<=pu?E.pluck(a,"nodeName"):(r=E.groupBy(e,function(e){return o[e.nodeName]?"defaults":E.isString(e.value)&&e.value.length>lu?"large":"small"}),E.pluck([].concat(E.sortBy(r.defaults,"nodeName")).concat(E.sortBy(r.small,"nodeName")).concat(E.sortBy(r.large,"nodeName")).slice(0,pu),"nodeName"))}catch(s){return C.error("Error collecting DOM Node attributes: "+s),[]}}function vu(t,n){var e=gu(h.get("htmlAttributes")),i=gu(h.get("htmlAttributeBlacklist")),r=(i("title")||(t.title=fu(n,"title","string")),(t.tag||"").toLowerCase()),r=("input"===r&&(r+='[type="'+n.type+'"]'),t.attrs={},mu(n.attributes,hu[r]&&hu[r].attr,e,i));return E.each(r,function(e){t.attrs[e.toLowerCase()]=fu(n,e)}),t}function yu(e,t){var n;return t.parentNode&&t.parentNode.childNodes&&(n=E.chain(t.parentNode.childNodes),e.myIndex=n.indexOf(t).value(),e.childIndex=n.filter(function(e){return e.nodeType==so}).indexOf(t).value()),e}function bu(i,e){var r;return h.get("siblingSelectors")&&e.previousElementSibling&&(r="_pendo_sibling_",this.remove(bu),e=this.serialize(e.previousElementSibling),this.add(bu),i.attrs=i.attrs||{},E.each(e,function(e,t){var n={cls:"class",txt:"pendo_text"}[t]||t;E.isEmpty(e)||(E.isObject(e)?E.each(e,function(e,t){e&&!E.isEmpty(e)&&(i.attrs[r+n+"_"+t]=e)}):i.attrs[r+n]=e)})),i}var wu=new au(su,du,cu,vu,yu,bu),Su=function(e){return"BODY"===e.nodeName&&e===Ko()||null===e.parentNode&&!Zn.isElementShadowRoot(e)},Iu="pendo-ignore",_u="pendo-analytics-ignore",Eu=function(e){var t={},n=t,i=e,r=!1;if(!e)return t;do{var o=i,a=wu.serialize(o,e)}while(r||!st(a.cls,Iu)&&!st(a.cls,_u)||(r=!0),n.parentElem=a,n=a,(i=Zn.getParent(o))&&!Su(o));return r&&(t.parentElem.ignore=!0),t.parentElem},Cu=["","left","right","middle"],t=function(e){return e},e=function(e,t){return e[t]},Tu=[["button",function(e){return e.which||e.button},function(){return!0},function(e,t){return Cu[t]}],["altKey",e,t,t],["ctrlKey",e,t,t],["metaKey",e,t,t],["shiftKey",e,t,t]],xu={click:function(e,t){for(var n=[],i=0;i<Tu.length;i++){var r=Tu[i],o=r[0],a=r[1],s=r[2],r=r[3],a=a(e,o);s(a)&&n.push(r(o,a))}return t.flags=n,t}},ku=function(t){try{if(!k.data.get(t,"counted")){k.data.set(t,"counted",!0);var n=Cr(t),i=t.type,e={},r=xu[i];if(r&&(e=r(t,e)),k.data.get(t,"stopped")&&(e.stopped=!0),t.from&&E.isString(t.from)&&(e.from=t.from),n=(s=n).nodeType===ao?s.parentNode:s.nodeType===lo?null:s.correspondingUseElement||s){var o=Eu(n),a=(E.extend(o,e),tu());if(a&&A.startPoller(),!o.ignore){let e;"click"===i&&(e=function(e){e=function(e){const n={};return{getEventProperties:function(){return n},addEventProperty:function(e,t){E.isString(e)&&!E.isUndefined(t)?n[e]=t:C.error("Failed to add click event property")},target:e}}(e),m.onClickCaptured.trigger(e),e=e.getEventProperties();if(!E.isEmpty(e))return e}(n)),ys(i,{target:o},undefined,undefined,e,t),m.trigger("appUsage",o,t)}}else C.info("Invalid HTML target",{contexts:["event","dom","processing"]})}}catch(u){C.critical("pendo.io while handling event",{error:u})}var s};var Au=E.debounce(ku,5e3,!0),Ou=function(e){const t=[];E.contains(e=e||["click","focus","submit","change"],"change")&&(e=E.without(e,"change"),t.push(()=>{Au.cancel()}),t.push(_r(document,"change",Au,!0)));var n,i=h.get("interceptElementRemoval")||h.get("syntheticClicks.elementRemoval"),r=h.get("syntheticClicks.targetChanged"),r=(t.push(function(t,e,n,i){var r,o,a=[],s=Fe.hasEvent("pointerdown"),u=s?"pointerdown":"mousedown",s=s?"pointerup":"mouseup",d=[],c={cloneEvent:function(e){e=k.event.clone(e);return e.type="click",e.from=u,e.bubbles=!0,e},down:function(e){o=!1,e&&(r=c.cloneEvent(e),n)&&c.intercept(e)},up:function(e){o=!1,e&&r&&i&&Cr(r)!==Cr(e)&&(o=!0,t(r))},click:function(e){r=null,o&&k.data.set(e,"ignore",!0),o=!1,n&&c.unwrap()},intercept:function(e){e=function(e){var t=[];for(;e&&!Su(e);)t.push(e),e=e.parentNode;return t}(Cr(e));E.each(e,function(e){e=Ru(e,c.remove);a.push(e)})},remove:function(){r&&(t(r),r=null),c.unwrap()},unwrap:function(){0<a.length&&(E.each(a,function(e){e()}),a=[])},teardown:function pv(){c.unwrap(),E.each(d,function(e){e()})}};e&&(d.push(_r(document,u,c.down,!0)),d.push(_r(document,s,c.up,!0)),d.push(_r(document,"click",c.click,!0)));return c}(k.event.trigger,Fe.addEventListener,i,r).teardown),t.push((i=e,n=E.map(i,function(e){return l(document,e,ku,!0)}),()=>{E.each(n,function(e){e()})})),t.push(function(e,t){if(t){const n=[];return n.push(_r(document,iu,()=>{nu(document)&&e(!0,!1)})),n.push(_r(window,ru,E.partial(e,!1,!0))),()=>E.each(n,function(e){e()})}return _r(window,ou,E.partial(e,!0,!0))}(function(e,t){t&&m.appUnloaded.trigger(),e&&m.appHidden.trigger()},h.get("preventUnloadListener"))),m.appHidden.on(()=>{as(0,{hidden:!0})}),m.appUnloaded.on(()=>{as(0,{unload:!0})}),h.get("interceptStopPropagation",!0)),i=h.get("interceptPreventDefault",!0);return r&&t.push(Nu(window.Event,e)),i&&t.push(Mu(window.Event,["touchend"])),()=>{E.each(t,function(e){e()})}};function Ru(n,i){var e=["remove","removeChild"];try{if(!n)return E.noop;E.each(e,function(e){var t=n[e];if(!t)return E.noop;n[e]=E.wrap(t,function(e){return i&&i(),e.apply(this,E.toArray(arguments).slice(1))}),n[e]._pendoUnwrap=function(){if(!n)return E.noop;n[e]=t,delete n[e]._pendoUnwrap}})}catch(t){C.critical("ERROR in interceptRemove",{error:t})}return function(){E.each(e,function(e){if(!n[e])return E.noop;e=n[e]._pendoUnwrap;E.isFunction(e)&&e()})}}function Nu(n,e){var t=["stopPropagation","stopImmediatePropagation"];try{if(!n||!n.prototype)return E.noop;var i=E.indexBy(e);E.each(t,function(e){var t=n.prototype[e];t&&(n.prototype[e]=E.wrap(t,function(e){var t=e.apply(this,arguments);return i[this.type]&&(k.data.set(this,"stopped",!0),k.event.trigger(this)),t}),n.prototype[e]._pendoUnwrap=function(){n.prototype[e]=t,delete n.prototype[e]._pendoUnwrap})})}catch(r){C.critical("ERROR in interceptStopPropagation",{error:r})}return function(){E.each(t,function(e){e=n.prototype[e]._pendoUnwrap;E.isFunction(e)&&e()})}}function Mu(t,e){try{if(!t||!t.prototype)return E.noop;var i=E.indexBy(e),n=t.prototype.preventDefault;if(!n)return E.noop;t.prototype.preventDefault=E.wrap(n,function(e){var t,n=e.apply(this,arguments);return i[this.type]&&((t=k.event.clone(this)).type="click",t.from=this.type,t.bubbles=!0,t.eventPhase=Sr,k.event.trigger(t)),n}),t.prototype.preventDefault._pendoUnwrap=function(){t.prototype.preventDefault=n,delete t.prototype.preventDefault._pendoUnwrap}}catch(r){C.critical("ERROR in interceptPreventDefault",{error:r})}return function(){var e=t.prototype.preventDefault._pendoUnwrap;E.isFunction(e)&&e()}}function l(e,t,n,i){return e&&t&&n?(i&&!Fe.addEventListener&&(i=!1),k.event.add(e,{type:t,handler:n,capture:i})):E.noop}function Lu(e,t,n,i){e&&t&&n&&(i&&!Fe.addEventListener&&(i=!1),k.event.remove(e,t,n,i))}var Pu=function(e){k.data.set(e,"pendoStopped",!0),e.stopPropagation?e.stopPropagation():e.cancelBubble=!0,e.preventDefault?e.preventDefault():e.returnValue=!1},$u=function(e,t){return"complete"!==(t=t||window).document.readyState?_r(t,"load",e):(e(),E.noop)},R=[],Fu=[],Du={};let Uu={};function Gu(){return R}function ju(){return Bu(R)}function Bu(e){return E.filter(e,function(e){return!e.isFrameProxy})}function zu(e){E.isArray(e)?(R=e,m.guideListChanged.trigger({guideIds:E.pluck(e,"id")})):C.info("bad guide array input to `setActiveGuides`")}var Hu=function(){let n=[];return{addGuide:e=>{var t;E.isEmpty(e)||(n=n.concat(e),E.each(n,e=>e.hide&&e.hide()),e=R,(t=E.difference(e,n)).length<e.length&&(zu(t),g.dispatch("frames/changeGuideList",t)))}}}();function Wu(t,n){return E.find(Ku(),function(e){return E.get(e,t)===n})||null}function N(e){return Wu("id",e)}function qu(e){return Wu("name",e)}function Vu(e,t){return e&&e.id?(e=N(e.id)).findStepById(t):null}function Ku(){var e=E.values(Uu);return e.length?R.concat(E.flatten(e)):R}var Ju="_pendo-guide-tt_",Yu="_pendo-guide-mobile-tt_",Zu=function(e){return e&&e.launchMethod&&0<=e.launchMethod.indexOf("badge")},Xu=function(e){return e&&e.isMultiStep&&!(e.attributes&&"group"===e.attributes.type)},Qu=function(e){return!!E.get(e,"attributes.form")};function ed(){return"undefined"!=typeof selmo&&selmo.isPreviewing}function td(){return!!(ed()&&jo().width<=320)||Fe.isMobileUserAgent()}function nd(){var e=nd.attachPoint;if(null==e){var t=h.get("guides.attachPoint");if(E.isString(t)){try{e=yr(t)[0]}catch(n){C.info('Error finding guide attach point "'+t+'"')}e=e||document.createElement("div")}else e=!!E.isFunction(t)&&t();nd.attachPoint=e}return e||Ko()}var id=function(e){var t=Du[e.guideId];if(t){t=t.element();if(Yo(t)&&t.id==="_pendo-badge_"+e.id)return t}},rd=function(e){var t;return e?(t=e.getGuide(),t="building-block"===E.get(t,"attributes.type")||!Xu(t),!e.overrideElement&&t&&(e.overrideElement=id(e)),e.targetElement=od(e),e.overrideElement||e.targetElement):(C.info("Can't get element for null step"),null)},od=function(e){e=e.elementPathRule||null,e=e?yr(e):[Ko()];return 0===e.length?null:E.first(e)};function ad(e){var t=E.get(e,"attributes.activation.selector");return t||e.steps[0].elementPathRule}function sd(e,t,n){var i,r,o,e=Ho(e),t=Ho(t),a=(e=e,a=t,i=Math.min(e.top,a.top),r=Math.min(e.left,a.left),o=Math.max(e.top+e.height,a.top+a.height),e=Math.max(e.left+e.width,a.left+a.width),{height:Math.abs(o-i),width:Math.abs(e-r),top:i,left:r});!1!==Bo(a)||t.fixed||(o=function(e,t,n,i){var r={x:e.left+e.width-t.width,y:0};r.y="top"===n?e.top:e.top+e.height-t.height;r.y=Math.max(r.y,0),r.x=Math.max(r.x,0),E.contains([na.X,na.BOTH],i)&&(r.x=0);E.contains([na.Y,na.BOTH],i)&&(r.y=0);return r}(a,jo(),n,ta(Ko(),/hidden/)),window.scrollTo({left:o.x,top:o.y,behavior:"instant"}))}function ud(e,t,n,i,r){var o,a=E.toArray(arguments).slice(1),s=e.apply(this,a);return n||oa(o=nd())!==document&&(a[1]=o,s=s.concat(e.apply(this,a))),s}function dd(){return g.getters["frames/isLeader"]()}function cd(e){return g.dispatch("frames/updateFrameVisibility",{visibility:e})}ld=pn.call({}),pd={validateGuide:1,validateLauncher:1,validateGlobalScript:1},hd={ready:1,deliverablesLoaded:1,guidesFailed:1,guidesLoaded:1,onClickCaptured:1},E.each(["ready","onClickCaptured","deliverablesLoaded","guidesFailed","guidesLoaded","validateGuide","validateLauncher","validateGlobalScript"],function(t){hd[t]&&m[t].on(function(e){return fd[t].apply(fd[t],e.data)}),ld[t]=function(e){return E.isFunction(e)?ld.on(t,e):ld[pd[t]?"triggerAsync":"trigger"].apply(ld,[t].concat(E.toArray(arguments)))}});var ld,pd,hd,fd=ld;var gd={post:function(e,t,n,i){return n.ajax.postJSON(e.replace(/\/guides\.js\//,"/guides.json/"),t).then(function(e){n.guidesPayload(e.data),i()})},load:function(e,t,n){return t.ajax.get(e).then(function(e){t.guidesPayload(e.data),n()})},endpoint:function(){return"guide.json"},usesXhr:function(){return!0}};function md(e){e=Ia(e);if(e){e=e.filename;if(e)return 54<e.length?e.substring(28,55):e}}yd=Id={failed:{},verified:{}},wd=Co,Sd=function(e){try{var t=[];return!gd.usesXhr()&&e.domJsonpUrl?t.push(Cd(e,"domJsonpUrl")):gd.usesXhr()&&e.domUrl&&t.push(Ed(e,"domUrl")),e.contentUrlJs?t.push(Cd(e,"contentUrlJs")):e.contentUrl&&t.push(Cd(e,"contentUrl")),y.all(t)}catch(n){throw m.contentVerificationFail.trigger(e,n),n}},bd=function(e){return Sd(e).then(E.noop,function(e){return/verify/.test(e)&&wd(e),y.reject(e)})},vd=function(t){return yd.failed[t.id]?y.reject():yd.verified[t.id]?y.resolve():bd(t).then(function(){yd.verified[t.id]=!0},function(e){return yd.failed[t.id]=!0,y.reject(e)})};var vd,yd,bd,wd,Sd,Id,_d={verify:function(e){return h.get("guideValidation")?vd(e):y.resolve()},reset:function(){Id.failed={},Id.verified={}}};function Ed(e,t){var n,i=e[t];return E.isString(i)?(n=(e=e)[{domUrl:"domHash",domJsonpUrl:"domJsonpHash",contentUrl:"contentHash",contentUrlJs:"contentJsHash"}[t=t]]||md(e[t]),xr.get(i).then(function(e){var t;if("object"==typeof(e=e.data)&&(e=JSON.stringify(e)),(t=q.create()).update(e),c.uint8ToBase64(t.digest())!==n)return y.reject('Unable to verify content at "'+i+'"')})):y.reject('unable to parse "'+i+'"')}function Cd(e,t){var n=e[t];return Fe.sri&&/[?&]sha(256|384|512)=/.test(n)?y.resolve():Ed(e,t)}Td="allow",xd="deny",kd="pending",Od=function(){return 0<E.size(fd._handlers.validateGuide)},Rd=function(e,n){var i=[];return E.each(e,function(e,t){n&&(t=n+"."+t),E.isObject(e)?E.each(Rd(e,t),function(e){i.push(e)}):i.push([t,e])}),i};var Td,xd,kd,Ad,Od,Rd,Nd={state:Ad={},Step:function(e){var n=this;function i(e){return E.filter([["content",md(e.contentUrl)],["contentCss",md(e.contentUrlCss)],["contentJs",md(e.contentUrlJs)],["dom",md(e.domUrl)],["domJsonp",md(e.domJsonpUrl)]],function(e){return e[1]})}return this.signature=function(){var e,t;return this.domUrl?this.guide.authoredLanguage===this.language?i(this):i({contentUrl:n.contentUrl,contentUrlCss:n.contentUrlCss,contentUrlJs:n.contentUrlJs,domUrl:n.domUrl,domJsonpUrl:n.domJsonpUrl}):(e=[["content",this.content]],(t=this.attributes&&this.attributes.variables)&&(t=Rd(t)).length&&(t=E.sortBy(t,function(e){return e[0]}),e.push(["variables",t])),e)},n},Guide:function(){return this.signature=function(){return E.map(this.steps,function(e){return e.signature()})},this},Launcher:function(){var n=this,i=!1,r=function(){return 0<E.size(fd._handlers.validateLauncher)&&n.data.template};return n.before("update",function(){if(r()&&i)return!1}),n.before("render",function(){var e,t;if(r())return!i&&(t="launcher-"+rt(n.signature()),(t=Ad[t])!==xd)&&(t!==Td?(i=!0,t=JSON.stringify(n.signature()),e="launcher-"+rt(t),fd.validateLauncher(t).then(function(){Ad[e]=Td},function(){Ad[e]=xd}).then(function(){i=!1,n.render(),n.update(R)},function(){i=!1}),!1):void 0)}),n.signature=function(){var e=[],t=Rd(this.data);return t.length&&(t=E.chain(t).filter(function(e){return!/^contentUrl/.test(e[0])}).sortBy(function(e){return e[0]}).value(),e.push(["variables",t])),e},n},validate:function(e){if(!Od())return y.resolve();try{return E.get(e,"attributes.resourceCenter.isTopLevel",!1)?(t=e,n=P.findResourceCenterModules(t,R),t=[t].concat(n),y.all(E.map(t,Md))):Md(e)}catch(i){throw m.contentValidationFail.trigger(e,i),i}var t,n},valid:function(e){return!Od()||!!(e=Ad[e.guideId])&&e.status===Td},invalid:function(e){return!!Od()&&!!(e=Ad[e.guideId])&&e.status===xd},reset:function(){Ad={}}};function Md(i){var r=Ad[i.id];return r||(r={},Ad[i.id]=r),r.contentPromise||(r.contentPromise=i.fetchContent()),r.contentPromise.then(function(){var e=JSON.stringify(i.signature()),t=i.id+"-"+rt(e),n=(r[t]||(r[t]={status:kd},r.status=kd),r[t].promise);return n||(n=fd.validateGuide(e,i).then(function(){r[t].status=Td,r.status=Td},function(e){return r[t].status=xd,r.status=xd,y.reject(e)}),r[t].promise=n),n})}function Ld(e,t){var n=E.toArray(arguments).slice(2);return E.reduce(e,function(e,t){return t.apply(e,n)},t)}function Pd(e){return E.isFunction(e.before)?e:Ld(Pd.behaviors,e)}function $d(e,t){return Ld($d.behaviors,e,t)}function Fd(e){var t,n,i=h.getLocalConfig("contentHost");return i&&e?(t=new RegExp("(https:)?\\/\\/"+((t=Ge)===ve?"pendo-static":Se(t))+"-\\d+\\.storage\\.googleapis\\.com","g"),n=new RegExp("(https:)?\\/\\/"+Se(Ge)+"\\.storage\\.googleapis\\.com","g"),e.replace(t,i).replace(n,i).replace(new RegExp("(https:)?\\/\\/"+wt(Be),"g"),i)):e}function Dd(e){return h.getLocalConfig("contentHost")?JSON.parse(Fd(JSON.stringify(e))):e}Pd.behaviors=[],$d.behaviors=[];var Ud=function(){var d={},c=E.compose(function(e){var t=function(){var e=wt(h.getHostedConfig("contentHost"));if(e)return e+"*"}();return t&&!new RegExp(t).test(e)&&C.debug("Failed to verify URL: "+e+" vs "+t),e},Fd);const u=[function(e,t,n){return e.replace(`<% if (typeof guide !== 'undefined') { %>
5
5
  var guide = pendo.findGuideById('<%= guide.id %>');
6
6
  var step = guide && guide.findStepById('<%= step.id %>');
7
7
  <% } %>`,`var guide = pendo.findGuideById('${t}');
@@ -35,7 +35,7 @@ var step = guide && guide.findStepById('${n}');`)}];return{load:function(t){try{
35
35
  border-color: red !important;
36
36
  outline-color: red !important;
37
37
  }
38
- `,document.head.appendChild(e)}function v(e){var t,n,i,r,o,a,s,e=e["target"];"INPUT"===e.tagName&&(t=b(e))&&u&&(u.attributes.validationHidden=!1,u.domJson||(n=d.rules[0],i=tw("context-"+d.id,d.context),n=null!=n&&n.type?function(e,t){return{props:{id:"rule-"+e,"class":"text-row",style:{display:"flex","align-items":"center"}},children:[tw(e,t)],type:"div"}}(n.id,n.ruleText):null,0!==(i=[i,n].filter(Boolean)).length&&(n=me(Y1),r=me(Z1),o=me(X1),a=me(Q1),s=me(ew),n.children.push(r,o),o.children.push(a),a.children.push(s),s.children=i,u.domJson=n)),u.show("api"),(o=document.getElementById("rule-"+(null==(r=null===d||void 0===d?void 0:d.rules[0])?void 0:r.id)))&&null!=(a=null===d||void 0===d?void 0:d.rules[0])&&a.type&&(s=null===d.isValid?nw(iw):c?nw(rw):nw(ow),o.insertBefore(s,o.firstChild)),""!==t.value)&&S(e)}function y(e){e=e.target;d&&u&&(r.Sizzle.matchesSelector(e,null===u||void 0===u?void 0:u.elementPathRule)&&_(e,c),u.hide({validationHidden:!0}),null===d.isValid&&!1===c&&(I().props.style.color="red"),d.isValid=c,d=null,u=null,c=null)}function b(t){u&&u.hide({validationHidden:!0}),u=null,d=null,c=null;for(const n of i){var e=E.find(n.steps,function(e){return r.Sizzle.matchesSelector(t,e.elementPathRule)});if(e)return u=e,d=null==(e=e.attributes)?void 0:e.field,c=d.isValid,d}return null}function w(e){var t,e=e["target"];r.Sizzle.matchesSelector(e,null===u||void 0===u?void 0:u.elementPathRule)?S(e):(t=b(e))&&(c=t.isValid,S(e))}function S(t){var n=null===d||void 0===d?void 0:d.rules[0];if(n){var i=uw[n.type];if(i){n=i(t.value,n.options),i=(c=!!n,I());let e;null===d.isValid?(i.props.style.color=n?"green":"gray",e=nw(n?rw:iw)):(i.props.style.color=n?"green":"red",e=nw(n?rw:ow),_(t,n)),u.hide({stepHidden:!0}),u.show("api");i=document.getElementById("rule-"+d.rules[0].id);i&&i.insertBefore(e,i.firstChild)}}}function I(){return qd("text-"+d.rules[0].id,u.domJson)}function _(e,t){!1===t?e.setAttribute("data-pendo-field-valid",!1):e.removeAttribute("data-pendo-field-valid")}}();class lw{constructor(e,t,n,i){this.listeners=[],this.latestPromptValue="",this.dom=e.dom,this._=e._,this.q=t.q,this.inputEl=new this.dom.Element(n),this.submitEl=new this.dom.Element(i),this.inputEl.addEventListener("change",e=>{this.capturePromptValue()},!0),this.inputEl.addEventListener("keydown",e=>{e="Enter"===e.code;this.capturePromptValue(e),e&&this.submit(this.latestPromptValue)},!0),this.submitEl.addEventListener("click",()=>{this.submit(this.latestPromptValue)},!0),this.promptContainer=new this.dom.Observer,this.promptContainer.addObservers(this.inputEl,this.submitEl)}submit(t){t&&(this._.each(this.listeners,e=>e(t)),this.latestPromptValue="")}capturePromptValue(e=!1){var t=this.getPromptValue();!t&&e||(this.latestPromptValue=t)}getPromptValue(){return this.inputEl.getText()}onSubmit(e){this.listeners.push(e)}teardown(){this.promptContainer.teardown(),this.inputEl.teardown(),this.submitEl.teardown()}}class pw{constructor(){this.name="PromptAnalytics",this.configName="aiAgents",this.prompts=[]}initialize(e,t){this.pendo=e,this.api=t,this._=this.pendo._,this.api.ConfigReader.addOption(this.configName,["pendoconfig","snippet"]),this.loadConfig(this.configName).then(e=>this.onConfigLoaded(e))["catch"](()=>{})}loadConfig(e){var{q:t,ConfigReader:n}=this.api,t=t.defer(),e=n.get(e);return t.resolve(e),t.promise}onConfigLoaded(e=[]){var t;e&&this._.isArray(e)&&0!==e.length&&(t=e.filter(e=>"network"===e.trackingMethod),e=e.filter(e=>"network"!==e.trackingMethod),0<t.length&&(this.networkAgents=t,this.patchNetwork(({method:o,url:a,body:s})=>{this.networkAgents.forEach(e=>{let t=null;if(e.privacyFilters)try{t=new RegExp(e.privacyFilters,"gmi")}catch(r){this.api.log.error("Invalid privacy filter for agent",e.id,r)}var n=s||"",i=this.applyPrivacyFilter(n,t);this.api.analytics.collectEvent("prompt",{prompt:i,agentId:e.id,promptType:o,url:a,privacyFilterApplied:i!==n})})})),e.forEach(e=>{this.observePrompt(e)}))}patchNetwork(a){const s=this;s._networkPatched||(s._networkPatched=!0,s._originalFetch=window.fetch,window.fetch=function(...o){return O1(this,void 0,void 0,function*(){var[e,t={}]=o,n=t.method||"GET",i=fw(t.headers),t=hw(t.body);try{a({method:n,url:e,body:t,headers:i})}catch(r){s.api.log.debug("[PromptPlugin] Fetch tracking failed:",r)}return s._originalFetch.apply(this,o)})},s._originalXHROpen=XMLHttpRequest.prototype.open,s._originalXHRSend=XMLHttpRequest.prototype.send,XMLHttpRequest.prototype.open=function(e,t){return this._method=e,this._url=t,s._originalXHROpen.apply(this,arguments)},XMLHttpRequest.prototype.send=function(e){try{var t=mw(this),n=hw(e);a({method:this._method||"GET",url:this._url,body:n,headers:t})}catch(i){s.api.log.debug("[PromptPlugin] XHR tracking failed:",i)}return s._originalXHRSend.apply(this,arguments)})}observePrompt(e){var{id:e,cssSelectors:t,privacyFilters:n}=e,t=(this.setFilters(n),this.agentId=e,n=this.parseCssSelector("input",t),e=this.parseCssSelector("submit",t),new lw(this.pendo,this.api,n,e));t.onSubmit(e=>{this.sendEvent(e)}),this.prompts.push(t)}parseCssSelector(t,e){return this._.find(e,e=>e.type===t).cssSelector}setFilters(e){if(!e)return this.privacyFilters=null;try{this.privacyFilters=new RegExp(e,"gmi")}catch(t){this.privacyFilters=null,this.api.log.error(t)}return this.privacyFilters}sendEvent(e){var t=this.applyPrivacyFilter(e);this.api.analytics.collectEvent("prompt",{prompt:t,agentId:this.agentId,promptType:"request",privacyFilterApplied:e!==t})}applyPrivacyFilter(e,t=null){t=t||this.privacyFilters;return t&&this._.isRegExp(t)?e.replace(t,"redacted"):e}teardown(){this._originalFetch&&(window.fetch=this._originalFetch,this._originalFetch=null),this._originalXHROpen&&(XMLHttpRequest.prototype.open=this._originalXHROpen,XMLHttpRequest.prototype.send=this._originalXHRSend,this._originalXHROpen=null,this._originalXHRSend=null),this._networkPatched=!1,this._.each(this.prompts,e=>e.teardown())}}function hw(e){if(!e)return undefined;if("string"==typeof e)return e;if(e instanceof FormData){var t,n,i={};for([t,n]of e.entries())i[t]=n;return JSON.stringify(i)}try{return JSON.stringify(e)}catch(r){return"[unserializable-body]"}}function fw(e={}){const n={};return e instanceof Headers?e.forEach((e,t)=>{n[t]=e}):"object"==typeof e&&Object.entries(e).forEach(([e,t])=>{n[e]=t}),n}const gw=XMLHttpRequest.prototype.setRequestHeader;function mw(e){return e._headers||{}}XMLHttpRequest.prototype.setRequestHeader=function(e,t){return this._headers=this._headers||{},this._headers[e]=t,gw.apply(this,arguments)};var vw=new pw;function yw(i){var e,t;(e=i).getVersion=qe,e.isReady=iv,e.pageLoad=tu,e.getVisitorId=Un,e.getAccountId=Gn,e.clearSession=zn,e.VERSION=He,e.LOADER=We,e.flushNow=s(function(e){return as(0,e)}),e.teardown=Wn(pv),e.initGuides=s(Em),e.loadGuides=s(sm),e.findGuideByName=s(qu),e.hideGuides=s(ig),e.onGuideDismissed=s(hg),e.goToStep=gg,e.onGuideAdvanced=s(mg),e.onGuidePrevious=s(vg),e.onGuideSnoozed=fg,e.startGuides=s(qp),e.stopGuides=s(Vp),e.defaultCssUrl=s(Vf()),e.getActiveGuides=Gu,e.getActiveGuide=Um,e.guideSeenTimeoutLength=sy.getGuideSeenTimeoutLength(),e.guidesPayload=Xg,e.areGuidesDisabled=s(Cm),e.setGuidesDisabled=s(xm),e.buildNodeFromJSON=D.buildNodeFromJSON,e.flexElement=s(D.flexElement),e.GuideFactory=s(Pd),e.dom=k,e.getText=ma,e.attachEvent=s(l),e.detactEvent=s(Lu),e.frames={setFrameVisibility:cd},e.log=Ov,e.enableLogging=Cv,e.disableLogging=Tv,e.setActiveContexts=$v,e.showLogHistory=Lv,e.getLoggedContexts=Pv,e.isDebuggingEnabled=E.noop,e.enableDebugging=E.noop,e.disableDebugging=E.noop,e.addDebuggingFunctions=E.noop,e.stopSendingEvents=s(ns.lock),e.startSendingEvents=s(ns.unlock),e.isSendingEvents=s(Ro),e.fromByteArray=c.uint8ToBase64,e.events=s(fd),e.track=s(Dv),e.validateInstall=Uv,e.validateNativeMethods=Gv,e.validateBuiltInGlobals=jv,e.validateUrl=Bv,e.validateEnvironment=Wv,e.doesExist=ge,e.generate_unique_id=Cn,e.TEMP_PREFIX=wn,e.SIZE_UNIQUE_ID=Sn,e.defaultLauncher=E.noop,e.toggleLauncher=E.noop,e.showLauncher=E.noop,e.hideLauncher=E.noop,e.removeLauncher=E.noop,e.identify=bl,e.get_visitor_id=Un,e.set_visitor_id=function(e){bl(e)},e.get_account_id=Gn,e.set_account_id=function(e){bl(b(),e)},e.getSerializedMetadata=_l,e.compress=et,e.squeezeAndCompress=et,e.randomElement=ot,e.randomString=at,e.toUTF8Array=Ye,e.getNumberFromText=ht,e._addCredits=s(yg),e.getCurrentUrl=zg,e.getNormalizedUrl=zg,e.testUrlForStep=s(Wg),e.showGuideByName=s(qg),e.showGuideById=s(Vg),e.designerv2=Yh,e.P2AutoLaunch=s(mf),e.BuildingBlocks=s(qv),e.onConnectMessage=E.noop,e.buffers=ns,e.guideDev=s(gv),e.badgesShown=s(Du),e.get_pendo_cookie=Ft,e.DEFAULT_EXPIRE_LEN=jt,e.set_pendo_cookie=zt,e.loadResource=Ta,e.loadWatcher=xa,e.messageLogger=ka,e.messageReceiver=Aa,e.messageValidator=Oa,e.MESSAGE_TYPES=Na,e.messageDispatcher=Pa,e.moduleRegistry=$a,e.addModule=Fa,e.hasModule=s(Da),e.findModuleByName=s(Ua),e.modulesWaiting=Ga,e.loadModules=ja,e.moduleLoader=Ba,e.TOOLTIP_DEFAULT_WIDTH=430,e.TOOLTIP_DEFAULT_HEIGHT=200,e.TOOLTIP_ARROW_SIZE=15,e.LB_DEFAULT_WIDTH=500,e.LB_DEFAULT_HEIGHT=500,e.sniffer=Fe,e.url=A,e.location=ry,e.Sizzle=yr,e._=E,e.ajax=xr,e.Zlib=tt,e.guideContent=s(Ud.guideContent),e.receiveDomStructureJson=s(Ud.receiveDomStructureJson),e.addExtension=Ol,(t=i).SHADOW_STYLE="",E.extend(t,{_showElementGuide:E.noop,flushEventCache:py(null,"flushEventCache",cy),HOST:Zr,MAX_LENGTH:Xa,MAX_NUM_EVENTS:Za,_createToolTip:E.noop,_get_tooltip_dimensions:E.noop,_isOldIE:s(py(_e,"_isOldIE",dy)),_logMessage:py(Eo,"_logMessage",dy),_sendEvent:py(null,"_sendEvent",cy),_sendGuideEvent:py(null,"_sendGuideEvent",cy),_stopEvents:!1,_storeInCache:py(null,"_storeInCache",cy),_writeEventImgTag:py(null,"_writeEventImgTag",cy),_writeImgTag:s(py(To,"_writeImgTag",dy)),getUA:py(Te,"getUA",dy),ifDebugThen:py(null,"ifDebugThen",cy),send_event:s(py(ys,"send_event","has changed to pendo.cache.createEvent")),wire_page:py(Ou,"wire_page",dy),messageOriginTester:py(null,"messageOriginTester",cy),findGuideBy:s(Wu),findGuideById:s(N),findStepInGuide:s(Vu),_updateGuideStepStatus:s(tg),_addCloseButton:s(Qf),initialize:sv,getEventCache:s(ym),processEventCache:s(vm),isGuideShown:s(Xf),_getNextStepInMultistep:s(Bg),attachEvent:l,detachEvent:Lu,updateOptions:yl,createLauncher:E.constant({}),initLauncher:E.noop,_addGuideToLauncher:E.noop,launcherToolTipDiv:null,isAnonymousVisitor:(e=t.get_visitor_id())=>xn(e),DEFAULT_VISITOR_ID:On,shouldIdentityChange:E.constant(!1),read:f.read,write:f.write,_delete_cookie:f.clear,_set_cookie:Lt,_get_cookie:Mt,get_cookie_key:$t,ENV:Ge,eventCache:s(Ka),_getOpacityStyles:py(null,"_getOpacityStyles",dy),setStyle:Uo,_createGuideEvent:s(Dg),seenGuide:s(Ng),dismissedGuide:s(Mg),advancedGuide:s(Lg),seenTime:0,placeBadge:s(hh),isBadge:s(Zu),showPreview:s(py(xg,"showPreview",dy)),removeAllBadges:s(fh),tellMaster:za,DEFAULT_TIMER_LENGTH:jp,registerMessageHandler:Ma,_get_offset:s(Ho),_shouldAutoDisplayGuide:E.constant(!1),removeBadge:gh,_showLightboxGuide:E.noop,_showGuide:s(Og),getElementForGuideStep:s(rd),isElementVisible:ca,getTooltipDivId:s(Cg),setupWatchOnTooltip:s(Tg),letters:"",charset:"",detectMaster:Ha,listenToMaster:py(null,"listenToMaster",cy),start:$u,SEND_INTERVAL:Ya,stageGuideEvent:s(jg),startStagedTimer:Gg,isURLValid:es,getURL:ts,_get_screen_dim:s(jo),_isInViewport:s(Bo),_getCss3Prop:Fo,waitThenStartGuides:s(Bp),guidesProcessingThreadHandle:Gp,getMode:E.constant("default")}),E.each(["identify","updateOptions","pageLoad","track"],function(t){var n=i[t];i[t]=function(){try{iv()?n.apply(this,arguments):oe(i,t,arguments)}catch(e){C.critical(e)}}})}var bw,ww,Sw,Iw=le(),_w=function(e){var t=X(e)?{}:window,n=te(document.getElementsByTagName("script"),e.apiKey);let i=e.pendoGlobalKey||"pendo";return n&&(i=n.getAttribute("data-pendo-global-key")||i,e.pendoGlobalKey=i),I=t[i]=t[i]||{}}(Iw);return bw=_w,ce(Iw=Iw),Ge=pe("env")||Ge,je=pe("server")||je,Be=pe("assetHost")||Be,ze=pe("assetPath")||ze,n=pe("designerEnv")||n,n=Ve()?Ge+"_ext":Ge,He=Pe+"_"+n,!X(Iw)&&(n=Iw,Iw=bw,Sw=sh(),se(n,Iw,Sw)||ue(n,Iw,Sw))||bw&&bw.VERSION||(h.get("disablePendo")?(ww=bw,E.each(["initialize","identify","updateOptions","pageLoad","track"],function(e){ww[e]=function(){console.log("Pendo is currently disabled.")}})):((n=g).registerModule("debugger",Zy),n.registerModule("errorLog",xy),n.registerModule("frames",t),n.registerModule("guideUpdate",Ti),n.registerModule("guideState",r),n.registerModule("healthCheck",Mi),n.registerModule("location",e),n.registerModule("monitoring",Wy),n.registerModule("metadata",qy),n.registerModule("preview",Yy),no(),Pd.behaviors=[rh,fy,Nd.Guide,gy,vy,yy,by],$d.behaviors=[rh,Cy,wy,Gd,Nd.Step,Sy,Ty],Gd.reset(),g.dispatch("frames/init"),Ov.init(),Zn.wrapSizzle(yr),yr.intercept(ud),yw(bw),C.addEventListener("log",E.partial(g.dispatch,"errorLog/write")),qm(Xy),qm(sb),qm(vb),qm(Eb),qm(i1),qm(c1),qm(f1),qm(m1),qm(sy),qm(I1),qm(_1),qm(E1),qm(A1),qm(N1),qm(J1),qm(cw),qm(vw),Iw=bw._q,Sw=lv,n=$u,h.get("disableAutoInitialize")||(Iw=(Iw=dv(Iw))&&1<Iw.length?Iw[1]:{},E.get(Iw,ov)||h.get(ov)?Sw():av.push(n(Sw))))),_w}function TextCapture(){var i,r,n,o={};return{name:"TextCapture",initialize:function(e,t){r=t,(i=e).excludeAllText=r.ConfigReader.get("excludeAllText");t=r.ConfigReader.get("allowedText");o=i._.reduce(t,function(e,t){return i._.isString(t)&&(e[t]=!0),e},{}),r.NodeSerializer.add(a),n=i._.partial(s,e),r.Events.on("eventCaptured",n)},teardown:function(){r.NodeSerializer.remove(a),r.Events.off("eventCaptured",n)},isEnabled:u,isTextCapturable:d,hasWhitelist:c,serializer:a,guideActivity:s};function a(e,t,n){return t===n&&(u()||!u()&&c())&&d(t=i.getText(n,128))&&(e.txt=c()?r.util.trim.call(t):t),e}function s(e,t){var n;u()&&(n=t.data[0])&&"guideActivity"===n.type&&(t=e.getActiveGuide())&&(e=(0,e.BuildingBlocks.BuildingBlockGuides.findDomBlockInDomJson)(t.step.domJson,function(e){return e.props&&e.props.id&&e.props.id===n.props.ui_element_id}))&&(n.props.ui_element_text=e.content)}function u(){return!i.excludeAllText}function d(e){var t=r.util.trim.call(e);return u()||i._.has(o,t)||i._.has(o,e)}function c(){return 0<i._.size(o)}}var commonjsGlobal="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function getDefaultExportFromCjs(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e["default"]:e}const substitutionRegex="\\{(?:\\s?)([^.\\s]?visitor|account|parentAccount)\\.([^|\\s/]*)(?:\\s?\\|\\s?([^}]+|[\\/s]+))?(?:\\s?\\/\\s?){1}\\}",skipStepString="{skipStep:* *(auto|\\d+)\\/}",goToMiddleString="(?!0)(\\d+)",goToString=`({goto-${goToMiddleString}\\/})`;function lookupGuideButtons(e,t=[]){return"button"===e.type&&e.actions&&t.push(e),e.children&&e.children.forEach(e=>{lookupGuideButtons(e,t)}),t}function removeMarkdownSyntax(e,t,n,i){var r;i.dom(e).hasClass("_pendo-nps-open-text-poll-question")&&(e.innerHTML=null==(r=e.innerHTML)?void 0:r.replace(t,n)),"div"===e.localName||("button"!==e.localName&&"label"!==e.localName&&"a"!==e.localName||(e.textContent=e.textContent.replace(t,n)),0<e.children.length)||(i.dom(e).hasClass("_pendo-simple-text")||i.dom(e).hasClass("_pendo-text-plain")||i.dom(e).hasClass("_pendo-text-list-item")||i.dom(e).hasClass("_pendo-text-link"))&&(e.textContent=e.textContent.replace(t,n))}var guideMarkdownUtil={substitutionRegex:substitutionRegex,skipStepString:skipStepString,goToString:goToString,lookupGuideButtons:lookupGuideButtons,removeMarkdownSyntax:removeMarkdownSyntax};const goToRegex=new RegExp(guideMarkdownUtil.goToString),PollBranching={name:"PollBranching",script:function(r,o,a){let s=!1;var e=initialBranchingSetup(r,a);!e||1<a._.size(e)||this.on("beforeAdvance",e=>{var t=0===r.guideElement.find("[branching] .pendo-radio:checked").length,n=r.guideElement.find("[branching] .pendo-radio:checked + label")[0];let i;n&&(i=a._.isNull(n.getAttribute("goToStep"))),s||t||i||(s=!0,branchingGoToStep(e,r,o,a))})},test:function(e,t,n){e=null==(e=e.guideElement)?void 0:e.find('._pendo-multi-choice-poll-question:contains("{branching/}")');return!n._.isUndefined(e)&&n._.size(e)},designerListener:function(i){var e=i.dom.getBody();function r(e,t){return`<svg id="pendo-ps-branching-svg" viewBox="0 0 24 24" fill="none"
38
+ `,document.head.appendChild(e)}function v(e){var t,n,i,r,o,a,s,e=e["target"];"INPUT"===e.tagName&&(t=b(e))&&u&&(u.attributes.validationHidden=!1,u.domJson||(n=d.rules[0],i=tw("context-"+d.id,d.context),n=null!=n&&n.type?function(e,t){return{props:{id:"rule-"+e,"class":"text-row",style:{display:"flex","align-items":"center"}},children:[tw(e,t)],type:"div"}}(n.id,n.ruleText):null,0!==(i=[i,n].filter(Boolean)).length&&(n=me(Y1),r=me(Z1),o=me(X1),a=me(Q1),s=me(ew),n.children.push(r,o),o.children.push(a),a.children.push(s),s.children=i,u.domJson=n)),u.show("api"),(o=document.getElementById("rule-"+(null==(r=null===d||void 0===d?void 0:d.rules[0])?void 0:r.id)))&&null!=(a=null===d||void 0===d?void 0:d.rules[0])&&a.type&&(s=null===d.isValid?nw(iw):c?nw(rw):nw(ow),o.insertBefore(s,o.firstChild)),""!==t.value)&&S(e)}function y(e){e=e.target;d&&u&&(r.Sizzle.matchesSelector(e,null===u||void 0===u?void 0:u.elementPathRule)&&_(e,c),u.hide({validationHidden:!0}),null===d.isValid&&!1===c&&(I().props.style.color="red"),d.isValid=c,d=null,u=null,c=null)}function b(t){u&&u.hide({validationHidden:!0}),u=null,d=null,c=null;for(const n of i){var e=E.find(n.steps,function(e){return r.Sizzle.matchesSelector(t,e.elementPathRule)});if(e)return u=e,d=null==(e=e.attributes)?void 0:e.field,c=d.isValid,d}return null}function w(e){var t,e=e["target"];r.Sizzle.matchesSelector(e,null===u||void 0===u?void 0:u.elementPathRule)?S(e):(t=b(e))&&(c=t.isValid,S(e))}function S(t){var n=null===d||void 0===d?void 0:d.rules[0];if(n){var i=uw[n.type];if(i){n=i(t.value,n.options),i=(c=!!n,I());let e;null===d.isValid?(i.props.style.color=n?"green":"gray",e=nw(n?rw:iw)):(i.props.style.color=n?"green":"red",e=nw(n?rw:ow),_(t,n)),u.hide({stepHidden:!0}),u.show("api");i=document.getElementById("rule-"+d.rules[0].id);i&&i.insertBefore(e,i.firstChild)}}}function I(){return qd("text-"+d.rules[0].id,u.domJson)}function _(e,t){!1===t?e.setAttribute("data-pendo-field-valid",!1):e.removeAttribute("data-pendo-field-valid")}}();class lw{constructor(e,t,n,i){this.listeners=[],this.latestPromptValue="",this.dom=e.dom,this._=e._,this.q=t.q,this.inputEl=new this.dom.Element(n),this.submitEl=new this.dom.Element(i),this.inputEl.addEventListener("change",e=>{this.capturePromptValue()},!0),this.inputEl.addEventListener("keydown",e=>{e="Enter"===e.code;this.capturePromptValue(e),e&&this.submit(this.latestPromptValue)},!0),this.submitEl.addEventListener("click",()=>{this.submit(this.latestPromptValue)},!0),this.promptContainer=new this.dom.Observer,this.promptContainer.addObservers(this.inputEl,this.submitEl)}submit(t){t&&(this._.each(this.listeners,e=>e(t)),this.latestPromptValue="")}capturePromptValue(e=!1){var t=this.getPromptValue();!t&&e||(this.latestPromptValue=t)}getPromptValue(){return this.inputEl.getText()}onSubmit(e){this.listeners.push(e)}teardown(){this.promptContainer.teardown(),this.inputEl.teardown(),this.submitEl.teardown()}}const pw="_pendoHeaders";class hw{constructor(){this.name="PromptAnalytics",this.configName="aiAgents",this.prompts=[]}initialize(e,t){this.pendo=e,this.api=t,this._=this.pendo._,this.api.ConfigReader.addOption(this.configName,["pendoconfig","snippet"]),this.loadConfig(this.configName).then(e=>this.onConfigLoaded(e))["catch"](()=>{})}loadConfig(e){var{q:t,ConfigReader:n}=this.api,t=t.defer(),e=n.get(e);return t.resolve(e),t.promise}onConfigLoaded(e=[]){var t;e&&this._.isArray(e)&&0!==e.length&&(t=e.filter(e=>"network"===e.trackingMethod),e=e.filter(e=>"network"!==e.trackingMethod),0<t.length&&(this.networkAgents=t,this.patchNetwork(({method:o,url:a,body:s})=>{this.networkAgents.forEach(e=>{let t=null;if(e.privacyFilters)try{t=new RegExp(e.privacyFilters,"gmi")}catch(r){this.api.log.error("Invalid privacy filter for agent",e.id,r)}var n=s||"",i=this.applyPrivacyFilter(n,t);this.api.analytics.collectEvent("prompt",{prompt:i,agentId:e.id,promptType:o,url:a,privacyFilterApplied:i!==n})})})),e.forEach(e=>{this.observePrompt(e)}))}patchNetwork(a){const s=this;s._networkPatched||(s._networkPatched=!0,s._originalSetRequestHeader||(s._originalSetRequestHeader=XMLHttpRequest.prototype.setRequestHeader,XMLHttpRequest.prototype.setRequestHeader=function(e,t){return this[pw]=this[pw]||{},this[pw][e]=t,s._originalSetRequestHeader.apply(this,arguments)}),s._originalFetch=window.fetch,window.fetch=function(...o){return O1(this,void 0,void 0,function*(){var[e,t={}]=o,n=t.method||"GET",i=gw(t.headers),t=fw(t.body);try{a({method:n,url:e,body:t,headers:i})}catch(r){s.api.log.debug("[PromptPlugin] Fetch tracking failed:",r)}return s._originalFetch.apply(this,o)})},s._originalXHROpen=XMLHttpRequest.prototype.open,s._originalXHRSend=XMLHttpRequest.prototype.send,XMLHttpRequest.prototype.open=function(e,t){return this._method=e,this._url=t,s._originalXHROpen.apply(this,arguments)},XMLHttpRequest.prototype.send=function(e){try{var t=mw(this),n=fw(e);a({method:this._method||"GET",url:this._url,body:n,headers:t})}catch(i){s.api.log.debug("[PromptPlugin] XHR tracking failed:",i)}return s._originalXHRSend.apply(this,arguments)})}observePrompt(e){var{id:e,cssSelectors:t,privacyFilters:n}=e,t=(this.setFilters(n),this.agentId=e,n=this.parseCssSelector("input",t),e=this.parseCssSelector("submit",t),new lw(this.pendo,this.api,n,e));t.onSubmit(e=>{this.sendEvent(e)}),this.prompts.push(t)}parseCssSelector(t,e){return this._.find(e,e=>e.type===t).cssSelector}setFilters(e){if(!e)return this.privacyFilters=null;try{this.privacyFilters=new RegExp(e,"gmi")}catch(t){this.privacyFilters=null,this.api.log.error(t)}return this.privacyFilters}sendEvent(e){var t=this.applyPrivacyFilter(e);this.api.analytics.collectEvent("prompt",{prompt:t,agentId:this.agentId,promptType:"request",privacyFilterApplied:e!==t})}applyPrivacyFilter(e,t=null){t=t||this.privacyFilters;return t&&this._.isRegExp(t)?e.replace(t,"redacted"):e}teardown(){this._originalFetch&&(window.fetch=this._originalFetch,this._originalFetch=null),this._originalXHROpen&&(XMLHttpRequest.prototype.open=this._originalXHROpen,XMLHttpRequest.prototype.send=this._originalXHRSend,this._originalXHROpen=null,this._originalXHRSend=null),this._networkPatched=!1,this._.each(this.prompts,e=>e.teardown()),this._originalSetRequestHeader&&(XMLHttpRequest.prototype.setRequestHeader=this._originalSetRequestHeader,this._originalSetRequestHeader=null)}}function fw(e){if(!e)return undefined;if("string"==typeof e)return e;if(e instanceof FormData){var t,n,i={};for([t,n]of e.entries())i[t]=n;return JSON.stringify(i)}try{return JSON.stringify(e)}catch(r){return"[unserializable-body]"}}function gw(e={}){const n={};return e instanceof Headers?e.forEach((e,t)=>{n[t]=e}):"object"==typeof e&&Object.entries(e).forEach(([e,t])=>{n[e]=t}),n}function mw(e){return e[pw]||{}}var vw=new hw;function yw(i){var e,t;(e=i).getVersion=qe,e.isReady=iv,e.pageLoad=tu,e.getVisitorId=Un,e.getAccountId=Gn,e.clearSession=zn,e.VERSION=He,e.LOADER=We,e.flushNow=s(function(e){return as(0,e)}),e.teardown=Wn(pv),e.initGuides=s(Em),e.loadGuides=s(sm),e.findGuideByName=s(qu),e.hideGuides=s(ig),e.onGuideDismissed=s(hg),e.goToStep=gg,e.onGuideAdvanced=s(mg),e.onGuidePrevious=s(vg),e.onGuideSnoozed=fg,e.startGuides=s(qp),e.stopGuides=s(Vp),e.defaultCssUrl=s(Vf()),e.getActiveGuides=Gu,e.getActiveGuide=Um,e.guideSeenTimeoutLength=sy.getGuideSeenTimeoutLength(),e.guidesPayload=Xg,e.areGuidesDisabled=s(Cm),e.setGuidesDisabled=s(xm),e.buildNodeFromJSON=D.buildNodeFromJSON,e.flexElement=s(D.flexElement),e.GuideFactory=s(Pd),e.dom=k,e.getText=ma,e.attachEvent=s(l),e.detactEvent=s(Lu),e.frames={setFrameVisibility:cd},e.log=Ov,e.enableLogging=Cv,e.disableLogging=Tv,e.setActiveContexts=$v,e.showLogHistory=Lv,e.getLoggedContexts=Pv,e.isDebuggingEnabled=E.noop,e.enableDebugging=E.noop,e.disableDebugging=E.noop,e.addDebuggingFunctions=E.noop,e.stopSendingEvents=s(ns.lock),e.startSendingEvents=s(ns.unlock),e.isSendingEvents=s(Ro),e.fromByteArray=c.uint8ToBase64,e.events=s(fd),e.track=s(Dv),e.validateInstall=Uv,e.validateNativeMethods=Gv,e.validateBuiltInGlobals=jv,e.validateUrl=Bv,e.validateEnvironment=Wv,e.doesExist=ge,e.generate_unique_id=Cn,e.TEMP_PREFIX=wn,e.SIZE_UNIQUE_ID=Sn,e.defaultLauncher=E.noop,e.toggleLauncher=E.noop,e.showLauncher=E.noop,e.hideLauncher=E.noop,e.removeLauncher=E.noop,e.identify=bl,e.get_visitor_id=Un,e.set_visitor_id=function(e){bl(e)},e.get_account_id=Gn,e.set_account_id=function(e){bl(b(),e)},e.getSerializedMetadata=_l,e.compress=et,e.squeezeAndCompress=et,e.randomElement=ot,e.randomString=at,e.toUTF8Array=Ye,e.getNumberFromText=ht,e._addCredits=s(yg),e.getCurrentUrl=zg,e.getNormalizedUrl=zg,e.testUrlForStep=s(Wg),e.showGuideByName=s(qg),e.showGuideById=s(Vg),e.designerv2=Yh,e.P2AutoLaunch=s(mf),e.BuildingBlocks=s(qv),e.onConnectMessage=E.noop,e.buffers=ns,e.guideDev=s(gv),e.badgesShown=s(Du),e.get_pendo_cookie=Ft,e.DEFAULT_EXPIRE_LEN=jt,e.set_pendo_cookie=zt,e.loadResource=Ta,e.loadWatcher=xa,e.messageLogger=ka,e.messageReceiver=Aa,e.messageValidator=Oa,e.MESSAGE_TYPES=Na,e.messageDispatcher=Pa,e.moduleRegistry=$a,e.addModule=Fa,e.hasModule=s(Da),e.findModuleByName=s(Ua),e.modulesWaiting=Ga,e.loadModules=ja,e.moduleLoader=Ba,e.TOOLTIP_DEFAULT_WIDTH=430,e.TOOLTIP_DEFAULT_HEIGHT=200,e.TOOLTIP_ARROW_SIZE=15,e.LB_DEFAULT_WIDTH=500,e.LB_DEFAULT_HEIGHT=500,e.sniffer=Fe,e.url=A,e.location=ry,e.Sizzle=yr,e._=E,e.ajax=xr,e.Zlib=tt,e.guideContent=s(Ud.guideContent),e.receiveDomStructureJson=s(Ud.receiveDomStructureJson),e.addExtension=Ol,(t=i).SHADOW_STYLE="",E.extend(t,{_showElementGuide:E.noop,flushEventCache:py(null,"flushEventCache",cy),HOST:Zr,MAX_LENGTH:Xa,MAX_NUM_EVENTS:Za,_createToolTip:E.noop,_get_tooltip_dimensions:E.noop,_isOldIE:s(py(_e,"_isOldIE",dy)),_logMessage:py(Eo,"_logMessage",dy),_sendEvent:py(null,"_sendEvent",cy),_sendGuideEvent:py(null,"_sendGuideEvent",cy),_stopEvents:!1,_storeInCache:py(null,"_storeInCache",cy),_writeEventImgTag:py(null,"_writeEventImgTag",cy),_writeImgTag:s(py(To,"_writeImgTag",dy)),getUA:py(Te,"getUA",dy),ifDebugThen:py(null,"ifDebugThen",cy),send_event:s(py(ys,"send_event","has changed to pendo.cache.createEvent")),wire_page:py(Ou,"wire_page",dy),messageOriginTester:py(null,"messageOriginTester",cy),findGuideBy:s(Wu),findGuideById:s(N),findStepInGuide:s(Vu),_updateGuideStepStatus:s(tg),_addCloseButton:s(Qf),initialize:sv,getEventCache:s(ym),processEventCache:s(vm),isGuideShown:s(Xf),_getNextStepInMultistep:s(Bg),attachEvent:l,detachEvent:Lu,updateOptions:yl,createLauncher:E.constant({}),initLauncher:E.noop,_addGuideToLauncher:E.noop,launcherToolTipDiv:null,isAnonymousVisitor:(e=t.get_visitor_id())=>xn(e),DEFAULT_VISITOR_ID:On,shouldIdentityChange:E.constant(!1),read:f.read,write:f.write,_delete_cookie:f.clear,_set_cookie:Lt,_get_cookie:Mt,get_cookie_key:$t,ENV:Ge,eventCache:s(Ka),_getOpacityStyles:py(null,"_getOpacityStyles",dy),setStyle:Uo,_createGuideEvent:s(Dg),seenGuide:s(Ng),dismissedGuide:s(Mg),advancedGuide:s(Lg),seenTime:0,placeBadge:s(hh),isBadge:s(Zu),showPreview:s(py(xg,"showPreview",dy)),removeAllBadges:s(fh),tellMaster:za,DEFAULT_TIMER_LENGTH:jp,registerMessageHandler:Ma,_get_offset:s(Ho),_shouldAutoDisplayGuide:E.constant(!1),removeBadge:gh,_showLightboxGuide:E.noop,_showGuide:s(Og),getElementForGuideStep:s(rd),isElementVisible:ca,getTooltipDivId:s(Cg),setupWatchOnTooltip:s(Tg),letters:"",charset:"",detectMaster:Ha,listenToMaster:py(null,"listenToMaster",cy),start:$u,SEND_INTERVAL:Ya,stageGuideEvent:s(jg),startStagedTimer:Gg,isURLValid:es,getURL:ts,_get_screen_dim:s(jo),_isInViewport:s(Bo),_getCss3Prop:Fo,waitThenStartGuides:s(Bp),guidesProcessingThreadHandle:Gp,getMode:E.constant("default")}),E.each(["identify","updateOptions","pageLoad","track"],function(t){var n=i[t];i[t]=function(){try{iv()?n.apply(this,arguments):oe(i,t,arguments)}catch(e){C.critical(e)}}})}var bw,ww,Sw,Iw=le(),_w=function(e){var t=X(e)?{}:window,n=te(document.getElementsByTagName("script"),e.apiKey);let i=e.pendoGlobalKey||"pendo";return n&&(i=n.getAttribute("data-pendo-global-key")||i,e.pendoGlobalKey=i),I=t[i]=t[i]||{}}(Iw);return bw=_w,ce(Iw=Iw),Ge=pe("env")||Ge,je=pe("server")||je,Be=pe("assetHost")||Be,ze=pe("assetPath")||ze,n=pe("designerEnv")||n,n=Ve()?Ge+"_ext":Ge,He=Pe+"_"+n,!X(Iw)&&(n=Iw,Iw=bw,Sw=sh(),se(n,Iw,Sw)||ue(n,Iw,Sw))||bw&&bw.VERSION||(h.get("disablePendo")?(ww=bw,E.each(["initialize","identify","updateOptions","pageLoad","track"],function(e){ww[e]=function(){console.log("Pendo is currently disabled.")}})):((n=g).registerModule("debugger",Zy),n.registerModule("errorLog",xy),n.registerModule("frames",t),n.registerModule("guideUpdate",Ti),n.registerModule("guideState",r),n.registerModule("healthCheck",Mi),n.registerModule("location",e),n.registerModule("monitoring",Wy),n.registerModule("metadata",qy),n.registerModule("preview",Yy),no(),Pd.behaviors=[rh,fy,Nd.Guide,gy,vy,yy,by],$d.behaviors=[rh,Cy,wy,Gd,Nd.Step,Sy,Ty],Gd.reset(),g.dispatch("frames/init"),Ov.init(),Zn.wrapSizzle(yr),yr.intercept(ud),yw(bw),C.addEventListener("log",E.partial(g.dispatch,"errorLog/write")),qm(Xy),qm(sb),qm(vb),qm(Eb),qm(i1),qm(c1),qm(f1),qm(m1),qm(sy),qm(I1),qm(_1),qm(E1),qm(A1),qm(N1),qm(J1),qm(cw),qm(vw),Iw=bw._q,Sw=lv,n=$u,h.get("disableAutoInitialize")||(Iw=(Iw=dv(Iw))&&1<Iw.length?Iw[1]:{},E.get(Iw,ov)||h.get(ov)?Sw():av.push(n(Sw))))),_w}function TextCapture(){var i,r,n,o={};return{name:"TextCapture",initialize:function(e,t){r=t,(i=e).excludeAllText=r.ConfigReader.get("excludeAllText");t=r.ConfigReader.get("allowedText");o=i._.reduce(t,function(e,t){return i._.isString(t)&&(e[t]=!0),e},{}),r.NodeSerializer.add(a),n=i._.partial(s,e),r.Events.on("eventCaptured",n)},teardown:function(){r.NodeSerializer.remove(a),r.Events.off("eventCaptured",n)},isEnabled:u,isTextCapturable:d,hasWhitelist:c,serializer:a,guideActivity:s};function a(e,t,n){return t===n&&(u()||!u()&&c())&&d(t=i.getText(n,128))&&(e.txt=c()?r.util.trim.call(t):t),e}function s(e,t){var n;u()&&(n=t.data[0])&&"guideActivity"===n.type&&(t=e.getActiveGuide())&&(e=(0,e.BuildingBlocks.BuildingBlockGuides.findDomBlockInDomJson)(t.step.domJson,function(e){return e.props&&e.props.id&&e.props.id===n.props.ui_element_id}))&&(n.props.ui_element_text=e.content)}function u(){return!i.excludeAllText}function d(e){var t=r.util.trim.call(e);return u()||i._.has(o,t)||i._.has(o,e)}function c(){return 0<i._.size(o)}}var commonjsGlobal="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function getDefaultExportFromCjs(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e["default"]:e}const substitutionRegex="\\{(?:\\s?)([^.\\s]?visitor|account|parentAccount)\\.([^|\\s/]*)(?:\\s?\\|\\s?([^}]+|[\\/s]+))?(?:\\s?\\/\\s?){1}\\}",skipStepString="{skipStep:* *(auto|\\d+)\\/}",goToMiddleString="(?!0)(\\d+)",goToString=`({goto-${goToMiddleString}\\/})`;function lookupGuideButtons(e,t=[]){return"button"===e.type&&e.actions&&t.push(e),e.children&&e.children.forEach(e=>{lookupGuideButtons(e,t)}),t}function removeMarkdownSyntax(e,t,n,i){var r;i.dom(e).hasClass("_pendo-nps-open-text-poll-question")&&(e.innerHTML=null==(r=e.innerHTML)?void 0:r.replace(t,n)),"div"===e.localName||("button"!==e.localName&&"label"!==e.localName&&"a"!==e.localName||(e.textContent=e.textContent.replace(t,n)),0<e.children.length)||(i.dom(e).hasClass("_pendo-simple-text")||i.dom(e).hasClass("_pendo-text-plain")||i.dom(e).hasClass("_pendo-text-list-item")||i.dom(e).hasClass("_pendo-text-link"))&&(e.textContent=e.textContent.replace(t,n))}var guideMarkdownUtil={substitutionRegex:substitutionRegex,skipStepString:skipStepString,goToString:goToString,lookupGuideButtons:lookupGuideButtons,removeMarkdownSyntax:removeMarkdownSyntax};const goToRegex=new RegExp(guideMarkdownUtil.goToString),PollBranching={name:"PollBranching",script:function(r,o,a){let s=!1;var e=initialBranchingSetup(r,a);!e||1<a._.size(e)||this.on("beforeAdvance",e=>{var t=0===r.guideElement.find("[branching] .pendo-radio:checked").length,n=r.guideElement.find("[branching] .pendo-radio:checked + label")[0];let i;n&&(i=a._.isNull(n.getAttribute("goToStep"))),s||t||i||(s=!0,branchingGoToStep(e,r,o,a))})},test:function(e,t,n){e=null==(e=e.guideElement)?void 0:e.find('._pendo-multi-choice-poll-question:contains("{branching/}")');return!n._.isUndefined(e)&&n._.size(e)},designerListener:function(i){var e=i.dom.getBody();function r(e,t){return`<svg id="pendo-ps-branching-svg" viewBox="0 0 24 24" fill="none"
39
39
  style="margin-left: 5px;
40
40
  height:${t}; width:${t}; display:inline; vertical-align:middle;" xmlns="http://www.w3.org/2000/svg">
41
41
  <g stroke-width="0"></g>
package/package.json CHANGED
@@ -12,5 +12,5 @@
12
12
  "engines": {
13
13
  "node": ">=12"
14
14
  },
15
- "version": "2.279.2"
15
+ "version": "2.279.3"
16
16
  }