(()=>{"use strict";var e={};function t(e,t){if(!e)return null;let n=e.matches||e.webkitMatchesSelector||e.mozMatchesSelector||e.msMatchesSelector;for(;e&&!n.call(e,t);)e=e.parentElement;return e}e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}();class n{constructor(){this._unloadCallbacks=[],this._initEventListener()}_initEventListener(){window.addEventListener("beforeunload",e=>{for(let t=0;t<this._unloadCallbacks.length;t++){if(!1===this._unloadCallbacks[t].call(null,e))break}})}addUnloadCallback(e){e instanceof Function&&this._unloadCallbacks.push(e)}}const i=function(){let e;return{getInstance:function(){return e||(e=new n),e}}}();class r{constructor(){this._pagehideCallbacks=[],this._initEventListener()}_initEventListener(){window.addEventListener("pagehide",e=>{for(let t=0;t<this._pagehideCallbacks.length;t++)this._pagehideCallbacks[t].call(null,e)})}addPagehideCallback(e){e instanceof Function&&this._pagehideCallbacks.push(e)}}!function(){let e}();function o(e){return null==e||"object"!=typeof e?[]:Array.prototype.slice.call(e)}function a(e,t,n){const i=new RegExp(`([\\?&])${n?t:encodeURIComponent(t)}=([^&#]*)`).exec(e);return i&&(n?i[2]:decodeURIComponent(i[2]))}function s(e,t){return c(e,"trk",t)}function c(e,t,n,i){if(!e||!t)throw new Error(`Required param of addQueryParam missing: url = ${e},  key = ${t}`);t=encodeURIComponent(t),n=encodeURIComponent(n);const r=a(e,t,!0);if(r)return i?e.replace(r,n):e;{const i=e.indexOf("?");let[r,o]=e.split("#"),a="&";return i<0?a="?":i===e.length-1&&(a=""),o&&(o="#"+o),`${r}${a}${t}=${n}${o||""}`}}function l(e,t,n){var i=this;if("function"!=typeof e)throw new TypeError("Expected a function.");let r;return function(){for(var o=arguments.length,a=new Array(o),s=0;s<o;s++)a[s]=arguments[s];const c=()=>{r=null,n||e.apply(i,a)},l=n&&!r;clearTimeout(r),r=setTimeout(c,t),l&&e.apply(i,a)}}function u(e){const t=document.cookie.match(new RegExp("(^| )"+e+"=([^;]+)"));return t&&t[2]}function d(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const i=document.createEvent("CustomEvent");i.initCustomEvent(t,!0,!0,n),e.dispatchEvent(i)}function h(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=e.querySelector('meta[name="pageKey"]'),i=e.getElementById("config"),r=i&&"true"===i.dataset.disableJsbeaconPagekeySuffix;return n&&n.content?`${n.content}${r||t.skipSuffix?"":"_jsbeacon"}`:""}function p(e){let t=e.querySelector('meta[name="linkedin:pageTag"]');return t&&t.content||""}function f(e){let t=e.querySelector('meta[name="locale"]');return t&&t.content||""}function v(e){let t=e.domain;return t?t.split(".").slice(-2).join("."):""}function g(e){return e&&'"'===e.charAt(0)&&'"'===e.charAt(e.length-1)?e.slice(1,-1):e}const m={ARROW_DOWN:"ArrowDown",ARROW_LEFT:"ArrowLeft",ARROW_RIGHT:"ArrowRight",ARROW_UP:"ArrowUp",ESCAPE:"Escape",ENTER:"Enter",SPACEBAR:" ",TAB:"Tab"},y={Down:m.ARROW_DOWN,Right:m.ARROW_RIGHT,Left:m.ARROW_LEFT,Up:m.ARROW_UP,Esc:m.ESCAPE,Spacebar:m.SPACEBAR,Tab:m.TAB};function E(e){return y[e]||e}class b{constructor(e,t,n){let{mainButton:i,closeButton:r}=n,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};if(!e)throw Error("An element must be provided to Collapsible");if(!t)throw Error("An expandable element must be provided to Collapsible");if(!i)throw Error("A main button element must be provided to Collapsible");this.el=e,this.expandableEl=t,this._isList=["UL","OL","DL"].includes(this.expandableEl.tagName);const{isOpen:a=!1}=o;this.isOpen=a,this.mainButton=i,this.closeButton=r,this.buttons=[i],this._isList&&this.el.addEventListener("keyup",e=>this._onKeyUp(e)),this.expandableEl.addEventListener("keydown",e=>this._onKeyDown(e)),this.mainButton.addEventListener("click",e=>this.closeButton?this._open(e):this._toggle(e)),this.mainButton.addEventListener("keydown",e=>this._onButtonKeyDown(e)),this.closeButton&&(this.closeButton.addEventListener("click",()=>this.close()),this.closeButton.addEventListener("keydown",e=>this._onButtonKeyDown(e)),this.buttons.push(this.closeButton))}get isList(){return this._isList}_toggle(e){this.isOpen?this.close():this._open(e)}_onButtonKeyDown(e){switch(E(e.key)){case m.ENTER:case m.SPACEBAR:e.preventDefault(),this.isOpen?this.close():this._open(e);break;case m.ARROW_UP:this.isOpen||this._open(e);break;case m.ARROW_DOWN:this.isOpen&&this.close()}}_onKeyUp(e){E(e.key)===m.SPACEBAR&&e.preventDefault()}_onKeyDown(e){const n=E(e.key);if(n===m.ESCAPE&&this.isOpen)this.close();else if(this._isList){let i;switch(n){case m.SPACEBAR:d(e.target,"click");break;case m.ARROW_LEFT:case m.ARROW_UP:i=t(e.target,"li");let n=i.previousElementSibling;n&&d(n,"focusEl");break;case m.ARROW_RIGHT:case m.ARROW_DOWN:i=t(e.target,"li");let r=i.nextElementSibling;r&&d(r,"focusEl")}}}_open(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!this.isOpen){const{key:t}=e;this.isOpen=!0,this.buttons.forEach(e=>e.setAttribute("aria-expanded",this.isOpen)),d(this.el,"open",{key:t})}}close(){let{shouldReturnFocusToTrigger:e=!0}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.isOpen&&(this.isOpen=!1,this.buttons.forEach(e=>e.setAttribute("aria-expanded",this.isOpen)),d(this.el,"close"),e&&this.mainButton.focus())}}let x,T;const w=['a[href]:not([tabindex^="-"])','area[href]:not([tabindex^="-"])','input:not([disabled]):not([tabindex^="-"]):not([type="hidden"])','select:not([disabled]):not([tabindex^="-"])','textarea:not([disabled]):not([tabindex^="-"])','button:not([disabled]):not([tabindex^="-"])'],_=[...w,'[tabindex]:not([tabindex^="-"]):not([disabled])'].join(",");[...w,"[tabindex]:not([disabled])"].join(",");function S(e){const t=window.getComputedStyle(e);return"hidden"===t.visibility||"none"===t.display}function k(e){let t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document.documentElement,i=arguments.length>2?arguments[2]:void 0;return e===n?!S(e):i&&i.get(e)?i.get(e):(S(e)?t=!1:e.parentNode&&(t=k(e.parentNode,n,i)),i&&i.set(e,t),t)}const C={POLITE:"polite",ASSERTIVE:"assertive"};function I(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:C.POLITE,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1e4;x&&(x.removeAttribute("aria-hidden"),x.setAttribute("aria-live",t),x.textContent=e,clearTimeout(T),T=setTimeout(()=>{x.textContent=""},n))}class A{constructor(e){if(!e)throw new Error("An element must be passed in to Disable Background Navigation");this._container=e,this._hiddenElements=[]}disableBackground(){let e=this._container;for(;e&&e!==document.body&&e.parentElement;)this._hiddenElements=this._hiddenElements.concat([...e.parentElement.children].filter(t=>t!==e&&"true"!==t.getAttribute("aria-hidden")&&!t.classList.contains("top-level-modal-container")&&(t.setAttribute("aria-hidden",!0),!0))),e=e.parentElement}enableBackground(){this._hiddenElements.forEach(e=>{e.removeAttribute("aria-hidden")}),this._hiddenElements=[]}}const O=["class","disabled","style","tabindex","type"];class R{constructor(e){if(!e)throw new Error("FocusTrap: No focus trap container passed in");this._container=e,this._observer=new MutationObserver(()=>this._setFirstAndLastFocusableEls(this._container)),this._handleKeyDown=this._focusTrap.bind(this),this._backgroundNavigationDisabler=new A(this._container)}init(){this._observer.observe(this._container,{attributeFilter:O,attributes:!0,childList:!0,subtree:!0}),this._setFirstAndLastFocusableEls(this._container),this._container.addEventListener("keydown",this._handleKeyDown),this._backgroundNavigationDisabler.disableBackground()}tearDown(){this._observer.disconnect(),this._container.removeEventListener("keydown",this._handleKeyDown),this._backgroundNavigationDisabler.enableBackground()}_focusTrap(e){const{key:t,target:n}=e,i=E(t),r=i===m.TAB&&e.shiftKey;!r&&i===m.TAB&&n===this.lastFocusableEl?(this.firstFocusableEl.focus(),e.preventDefault()):r&&n===this.firstFocusableEl&&(this.lastFocusableEl.focus(),e.preventDefault())}_setFirstAndLastFocusableEls(e){const[t,n]=this._getFirstAndLastFocusableEls(e);this.firstFocusableEl=t,this.lastFocusableEl=n,setTimeout(()=>{this._hasFocusBeenDropped()&&("-1"===e.getAttribute("tabindex")?e.focus():this.firstFocusableEl.focus())},100)}_hasFocusBeenDropped(){const e=document.activeElement;return!e||e===document.body}_getFirstAndLastFocusableEls(e){const t=[...e.querySelectorAll(_)],n=new Map;let i,r,o=0,a=t.length-1;for(;(!i||!r)&&o<=a;){if(!i){const r=t[o];i=k(r,e,n)&&r,o++}if(!r){const i=t[a];r=k(i,e,n)&&i,a--}}return r=r||i,[i,r]}}const L=/.*(iPad|iPod|iPhone|Android|BB10|BlackBerry|IEMobile).*/;function N(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:navigator.userAgent;return!!e&&L.test(e)}class P{constructor(e){let{getFocusItemFromListItem:t=(e=>e.querySelector(_)),elementToFocus:n,dropdownTriggerEl:i,dropdownContentEl:r}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw Error("An element must be provided to CollapsibleDropdown");this.el=e,this.dropdownContentEl=r||this.el.querySelector(".collapsible-dropdown__list"),this._closeButton=this.el.querySelector(".collapsible-dropdown__close-button"),this._isMobile=N();const o=this.dropdownContentEl.closest(".collapsible-dropdown");if(this._isMobile&&o&&(this._focusTrap=new R(o)),!n){const e=this.dropdownContentEl===this.dropdownContentEl.parentElement.querySelector(_),t="-1"===this.dropdownContentEl.getAttribute("tabIndex");e||t||console.warn('elementToFocus not provided and the dropdown container is not focusable. Consider adding tabindex="-1" to:',this.dropdownContentEl)}this.elementToFocus=n||this.dropdownContentEl,this.dropdownTriggerEl=i||this.el.querySelector(".collapsible-dropdown__button"),this.hideClass="hidden",this.collapsible=new b(e,this.dropdownContentEl,{mainButton:this.dropdownTriggerEl}),this._handleBodyClick=this._handleBodyClick.bind(this),this._focusOutsideDropdown=this._focusOutsideDropdown.bind(this),this._leaveWindow=this._leaveWindow.bind(this),this._attachEventListeners(),this.collapsible.isList&&(this._getFocusItemFromListItem=t)}_attachEventListeners(){var e;this.el.addEventListener("open",e=>this._showDropdownList(e)),this.el.addEventListener("close",()=>this._hideDropdownList()),this.collapsible.isList&&this.dropdownContentEl.addEventListener("focusEl",e=>this._manageFocus(e)),null===(e=this._closeButton)||void 0===e||e.addEventListener("click",e=>this._handleCloseButtonClick(e))}_manageFocus(e){const{target:t}=e;if(t&&this._getFocusItemFromListItem){const e=this._getFocusItemFromListItem(t);e&&e.focus()}}_handleBodyClick(e){this.el.contains(e.target)||this.collapsible.close({shouldReturnFocusToTrigger:!1})}_handleCloseButtonClick(e){var t;null===(t=e.stopPropagation)||void 0===t||t.call(e),this.collapsible.close({shouldReturnFocusToTrigger:!0}),setTimeout(()=>{var e;null===(e=document.querySelector(".collapsible-dropdown__button"))||void 0===e||e.focus()},250)}_showDropdownList(e){window.addEventListener("blur",this._leaveWindow),this.dropdownContentEl.classList.remove(this.hideClass),this.elementToFocus.focus();const{key:t}=e&&e.detail;var n;(t?this.elementToFocus.classList.remove("no-focus-ring"):this.elementToFocus.classList.add("no-focus-ring"),document.addEventListener("mousedown",this._handleBodyClick),this._isMobile)?null===(n=this._focusTrap)||void 0===n||n.init():this.el.addEventListener("focusout",this._focusOutsideDropdown)}_hideDropdownList(){var e;this._isMobile?null===(e=this._focusTrap)||void 0===e||e.tearDown():this.el.removeEventListener("focusout",this._focusOutsideDropdown);document.removeEventListener("mousedown",this._handleBodyClick),window.removeEventListener("blur",this._leaveWindow),this.dropdownContentEl.classList.add(this.hideClass)}_focusOutsideDropdown(e){e.relatedTarget&&!this.el.contains(e.relatedTarget)&&this.collapsible.isOpen&&this.collapsible.close({shouldReturnFocusToTrigger:this._shouldReturnFocusToTrigger})}_leaveWindow(){this.collapsible.isOpen&&this.collapsible.close({shouldReturnFocusToTrigger:this._shouldReturnFocusToTrigger})}shouldReturnFocusToTrigger(e){this._shouldReturnFocusToTrigger=e}close(){this.collapsible.close({shouldReturnFocusToTrigger:this._shouldReturnFocusToTrigger})}}function D(e){let{method:t="GET",headers:n={},sendCookies:i=!0,skipCsrfToken:r=!1,postData:o,isPemEnabled:a=!1,pemDegradationTrackingMetadata:s=[],pemEntityIds:c=[]}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const l={method:t,headers:n,body:null};if(!r){const e=u("JSESSIONID");e&&(l.headers["Csrf-Token"]=g(e))}i&&(l.credentials="include"),"POST"!==l.method&&"PUT"!==l.method||(l.body=o);const d=fetch(e,l),h=d.then(n=>n.ok||304===n.status?n.text().then(e=>(n.responseText=e,n)):n.text().then(i=>{const r=new Error(`${t} request for ${e} has failed with status code ${n.status}`);return n.responseText=i,r.response=n,Promise.reject(r)}));return a&&(s.length?M(d,e,c,s):console.warn("Please set the value for the option pemDegradationTrackingMetadata when PEM is enabled.")),h}function M(e,t,n,i){try{window.tracking.then(r=>{window.pemTracking.then(o=>{o.trackFeatureDegradationsForFetch(t,n,i,e,r.state.currentPageInstance)})})}catch(e){}}class U{constructor(e){if(!e)throw Error("An element must be provided to LanguageSelector");this._el=e,this.listEl=this._el.querySelector(".collapsible-dropdown__list"),this.dropdownTriggerEl=this._el.querySelector(".language-selector__button"),this.currentListItem=this.listEl.querySelector(".language-selector__link--selected"),this.collapsibleDropdown=new P(e,{dropdownTriggerEl:this.dropdownTriggerEl,elementToFocus:this.currentListItem}),this._attachCustomEventListeners()}_attachCustomEventListeners(){this.listEl.addEventListener("click",this._handleLocaleButtonClick.bind(this))}_handleLocaleButtonClick(e){return function(e){const t=g(u("bcookie")||"");return D(`${function(e){let t="";return e.indexOf("linkedin.cn")>-1?t="https://www.linkedin.cn":e.indexOf("linkedin-ei.cn")>-1?t="https://www.linkedin-ei.cn":e.indexOf("linkedin-ei.com")>-1?t="https://www.linkedin-ei.com":e.indexOf("linkedin.com")>-1&&(t="https://www.linkedin.com"),t}(v(document))}/psettings/update-language/cors?csrfToken=${encodeURIComponent(t)}`,{method:"POST",headers:{"Content-Type":"application/json"},postData:JSON.stringify({locale:e}),skipCsrfToken:!0})}(e.target.getAttribute("data-locale")).then(()=>{location.reload()})}}class F extends class{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:".see-more-less-list__list",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"see-more-less-list__list-item",i=arguments.length>3?arguments[3]:void 0;if(!e)throw Error("An element must be provided to SeeMoreLessList");this.el=e,this.listSelector=t,this.stateCheckbox=this.el.querySelector(".show-more-less-state"),this.listEl=this.el.querySelector(this.listSelector),this.stateLabels={showMore:this.el.querySelector(".show-more-less-state__label-more"),showLess:this.el.querySelector(".show-more-less-state__label-less")},this.currentItemEl,i&&(this.currentItemEl=this.listEl.querySelector(i)),this.listItemClass=n,this._attachEventListeners()}_attachEventListeners(){this.el.addEventListener("keydown",this._handleKeydownNavEvents.bind(this)),this.stateCheckbox.addEventListener("change",this._handleCheckboxStateChange.bind(this)),this.el.addEventListener("keyup",e=>{E(e.key)===m.SPACEBAR&&e.preventDefault()})}_handleCheckboxStateChange(){this.stateCheckbox.checked?this._handleFocusAtOpen():this._handleFocusAtCLose(),Object.keys(this.stateLabels).forEach(e=>{this.stateLabels[e].setAttribute("aria-expanded",this.stateCheckbox.checked)})}_handleFocusAtOpen(){this.currentItemEl?this.currentItemEl.focus():this.stateLabels.showLess.focus()}_handleFocusAtCLose(){this.stateLabels.showMore.focus()}_checkboxStateChange(e){this.stateCheckbox.checked=e,this._handleCheckboxStateChange()}_handleKeydownNavEvents(e){switch(E(e.key)){case m.ENTER:case m.SPACEBAR:e.target.classList.contains("show-more-less-state__label")&&(e.preventDefault(),this._checkboxStateChange(!this.stateCheckbox.checked));break;case m.ARROW_UP:this._checkboxStateChange(!0);break;case m.ARROW_DOWN:case m.ESCAPE:this._checkboxStateChange(!1);break;case m.ARROW_LEFT:if(this.stateCheckbox.checked&&e.target.classList.contains(this.listItemClass)){let t=e.target.parentNode.previousSibling;t&&t.firstChild.focus()}break;case m.ARROW_RIGHT:if(this.stateCheckbox.checked&&e.target.classList.contains(this.listItemClass)){let t=e.target.parentNode.nextSibling;t&&t.firstChild.focus()}}}}{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"dropdown__link",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".dropdown__link";if(!e)throw Error("An element must be provided to Dropdown");super(e,".dropdown__list",t,n),this.listFirstChild=this.listEl.firstChild,this.listLastChild=this.listEl.lastChild,this._attachCustomDropdownEventListeners()}_attachCustomDropdownEventListeners(){document.addEventListener("click",this._handleBodyClick.bind(this)),this.el.addEventListener("keydown",e=>{"Tab"===e.key&&this._handleTab(e)})}_handleBodyClick(e){this.stateCheckbox.checked&&e.target!==this.el&&!this.el.contains(e.target)&&this._checkboxStateChange(!1)}_handleTab(e){(this.listLastChild.contains(e.target)&&!e.shiftKey||this.listFirstChild.contains(e.target)&&e.shiftKey)&&this._checkboxStateChange(!1)}}var B="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==e.g?e.g:"undefined"!=typeof self?self:{},j=(parseInt,"object"==typeof B&&B&&B.Object===Object&&B),q="object"==typeof self&&self&&self.Object===Object&&self;j||q||Function("return this")(),Object.prototype.toString,Math.max,Math.min;const G="light",H="dark";function W(){const e=document.getElementById("config");let t;return e&&e.dataset&&(t=e.dataset.theme),t?document.documentElement.classList.contains("dark")?H:G:void 0}var K,z=["breadcrumb"],V=["$type"],X=["requestStart"],Y=["requestTime","viewNames","requestType","requestTag"],Q=["requestStart"],J=["requestStart"],$=["requestTime","viewNames","requestType"],Z=["basePageTreeId"];function ee(){return(ee="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,n){var i=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=ce(e)););return e}(e,t);if(i){var r=Object.getOwnPropertyDescriptor(i,t);return r.get?r.get.call(arguments.length<3?e:n):r.value}}).apply(this,arguments)}function te(){
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
te=function(){return t};var e,t={},n=Object.prototype,i=n.hasOwnProperty,r=Object.defineProperty||function(e,t,n){e[t]=n.value},o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",s=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag";function l(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(e){l=function(e,t,n){return e[t]=n}}function u(e,t,n,i){var o=t&&t.prototype instanceof g?t:g,a=Object.create(o.prototype),s=new A(i||[]);return r(a,"_invoke",{value:S(e,n,s)}),a}function d(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}t.wrap=u;var h="suspendedStart",p="executing",f="completed",v={};function g(){}function m(){}function y(){}var E={};l(E,a,(function(){return this}));var b=Object.getPrototypeOf,x=b&&b(b(O([])));x&&x!==n&&i.call(x,a)&&(E=x);var T=y.prototype=g.prototype=Object.create(E);function w(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function _(e,t){function n(r,o,a,s){var c=d(e[r],e,o);if("throw"!==c.type){var l=c.arg,u=l.value;return u&&"object"==ve(u)&&i.call(u,"__await")?t.resolve(u.__await).then((function(e){n("next",e,a,s)}),(function(e){n("throw",e,a,s)})):t.resolve(u).then((function(e){l.value=e,a(l)}),(function(e){return n("throw",e,a,s)}))}s(c.arg)}var o;r(this,"_invoke",{value:function(e,i){function r(){return new t((function(t,r){n(e,i,t,r)}))}return o=o?o.then(r,r):r()}})}function S(t,n,i){var r=h;return function(o,a){if(r===p)throw new Error("Generator is already running");if(r===f){if("throw"===o)throw a;return{value:e,done:!0}}for(i.method=o,i.arg=a;;){var s=i.delegate;if(s){var c=k(s,i);if(c){if(c===v)continue;return c}}if("next"===i.method)i.sent=i._sent=i.arg;else if("throw"===i.method){if(r===h)throw r=f,i.arg;i.dispatchException(i.arg)}else"return"===i.method&&i.abrupt("return",i.arg);r=p;var l=d(t,n,i);if("normal"===l.type){if(r=i.done?f:"suspendedYield",l.arg===v)continue;return{value:l.arg,done:i.done}}"throw"===l.type&&(r=f,i.method="throw",i.arg=l.arg)}}}function k(t,n){var i=n.method,r=t.iterator[i];if(r===e)return n.delegate=null,"throw"===i&&t.iterator.return&&(n.method="return",n.arg=e,k(t,n),"throw"===n.method)||"return"!==i&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+i+"' method")),v;var o=d(r,t.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,v;var a=o.arg;return a?a.done?(n[t.resultName]=a.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,v):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,v)}function C(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function I(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function A(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(C,this),this.reset(!0)}function O(t){if(t||""===t){var n=t[a];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var r=-1,o=function n(){for(;++r<t.length;)if(i.call(t,r))return n.value=t[r],n.done=!1,n;return n.value=e,n.done=!0,n};return o.next=o}}throw new TypeError(ve(t)+" is not iterable")}return m.prototype=y,r(T,"constructor",{value:y,configurable:!0}),r(y,"constructor",{value:m,configurable:!0}),m.displayName=l(y,c,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===m||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,y):(e.__proto__=y,l(e,c,"GeneratorFunction")),e.prototype=Object.create(T),e},t.awrap=function(e){return{__await:e}},w(_.prototype),l(_.prototype,s,(function(){return this})),t.AsyncIterator=_,t.async=function(e,n,i,r,o){void 0===o&&(o=Promise);var a=new _(u(e,n,i,r),o);return t.isGeneratorFunction(n)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},w(T),l(T,c,"Generator"),l(T,a,(function(){return this})),l(T,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),n=[];for(var i in t)n.push(i);return n.reverse(),function e(){for(;n.length;){var i=n.pop();if(i in t)return e.value=i,e.done=!1,e}return e.done=!0,e}},t.values=O,A.prototype={constructor:A,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(I),!t)for(var n in this)"t"===n.charAt(0)&&i.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function r(i,r){return s.type="throw",s.arg=t,n.next=i,r&&(n.method="next",n.arg=e),!!r}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var c=i.call(a,"catchLoc"),l=i.call(a,"finallyLoc");if(c&&l){if(this.prev<a.catchLoc)return r(a.catchLoc,!0);if(this.prev<a.finallyLoc)return r(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return r(a.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return r(a.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&i.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=e,a.arg=t,o?(this.method="next",this.next=o.finallyLoc,v):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),v},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),I(n),v}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var i=n.completion;if("throw"===i.type){var r=i.arg;I(n)}return r}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,i){return this.delegate={iterator:O(t),resultName:n,nextLoc:i},"next"===this.method&&(this.arg=e),v}},t}function ne(e,t,n,i,r,o,a){try{var s=e[o](a),c=s.value}catch(e){return void n(e)}s.done?t(c):Promise.resolve(c).then(i,r)}function ie(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function re(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ie(Object(n),!0).forEach((function(t){Ee(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ie(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function oe(e,t){if(null==e)return{};var n,i,r=function(e,t){if(null==e)return{};var n,i,r={},o=Object.keys(e);for(i=0;i<o.length;i++)n=o[i],t.indexOf(n)>=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)n=o[i],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function ae(e,t,n){return t=ce(t),function(e,t){if(t&&("object"===ve(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return se(e)}(e,function(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return function(){return!!e}()}()?Reflect.construct(t,n||[],ce(e).constructor):t.apply(e,n))}function se(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ce(e){return(ce=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function le(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&ue(e,t)}function ue(e,t){return(ue=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e})(e,t)}function de(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=pe(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var i=0,r=function(){};return{s:r,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return a=e.done,e},e:function(e){s=!0,o=e},f:function(){try{a||null==n.return||n.return()}finally{if(s)throw o}}}}function he(e){return function(e){if(Array.isArray(e))return fe(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||pe(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function pe(e,t){if(e){if("string"==typeof e)return fe(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?fe(e,t):void 0}}function fe(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function ve(e){return(ve="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ge(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function me(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,be(i.key),i)}}function ye(e,t,n){return t&&me(e.prototype,t),n&&me(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function Ee(e,t,n){return(t=be(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function be(e){var t=function(e,t){if("object"!=ve(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t);if("object"!=ve(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==ve(t)?t:String(t)}var xe,Te="unknown",we=new Uint8Array(16);function _e(){if(!xe&&!(xe="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return xe(we)}var Se=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function ke(e){return"string"==typeof e&&Se.test(e)}for(var Ce=[],Ie=0;Ie<256;++Ie)Ce.push((Ie+256).toString(16).slice(1));function Ae(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return(Ce[e[t+0]]+Ce[e[t+1]]+Ce[e[t+2]]+Ce[e[t+3]]+"-"+Ce[e[t+4]]+Ce[e[t+5]]+"-"+Ce[e[t+6]]+Ce[e[t+7]]+"-"+Ce[e[t+8]]+Ce[e[t+9]]+"-"+Ce[e[t+10]]+Ce[e[t+11]]+Ce[e[t+12]]+Ce[e[t+13]]+Ce[e[t+14]]+Ce[e[t+15]]).toLowerCase()}function Oe(e){if(!ke(e))throw TypeError("Invalid UUID");var t,n=new Uint8Array(16);return n[0]=(t=parseInt(e.slice(0,8),16))>>>24,n[1]=t>>>16&255,n[2]=t>>>8&255,n[3]=255&t,n[4]=(t=parseInt(e.slice(9,13),16))>>>8,n[5]=255&t,n[6]=(t=parseInt(e.slice(14,18),16))>>>8,n[7]=255&t,n[8]=(t=parseInt(e.slice(19,23),16))>>>8,n[9]=255&t,n[10]=(t=parseInt(e.slice(24,36),16))/1099511627776&255,n[11]=t/4294967296&255,n[12]=t>>>24&255,n[13]=t>>>16&255,n[14]=t>>>8&255,n[15]=255&t,n}function Re(e,t,n){function i(e,i,r,o){var a;if("string"==typeof e&&(e=function(e){e=unescape(encodeURIComponent(e));for(var t=[],n=0;n<e.length;++n)t.push(e.charCodeAt(n));return t}(e)),"string"==typeof i&&(i=Oe(i)),16!==(null===(a=i)||void 0===a?void 0:a.length))throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");var s=new Uint8Array(16+e.length);if(s.set(i),s.set(e,i.length),(s=n(s))[6]=15&s[6]|t,s[8]=63&s[8]|128,r){o=o||0;for(var c=0;c<16;++c)r[o+c]=s[c];return r}return Ae(s)}try{i.name=e}catch(e){}return i.DNS="6ba7b810-9dad-11d1-80b4-00c04fd430c8",i.URL="6ba7b811-9dad-11d1-80b4-00c04fd430c8",i}function Le(e){return 14+(e+64>>>9<<4)+1}function Ne(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function Pe(e,t,n,i,r,o){return Ne((a=Ne(Ne(t,e),Ne(i,o)))<<(s=r)|a>>>32-s,n);var a,s}function De(e,t,n,i,r,o,a){return Pe(t&n|~t&i,e,t,r,o,a)}function Me(e,t,n,i,r,o,a){return Pe(t&i|n&~i,e,t,r,o,a)}function Ue(e,t,n,i,r,o,a){return Pe(t^n^i,e,t,r,o,a)}function Fe(e,t,n,i,r,o,a){return Pe(n^(t|~i),e,t,r,o,a)}Re("v3",48,(function(e){if("string"==typeof e){var t=unescape(encodeURIComponent(e));e=new Uint8Array(t.length);for(var n=0;n<t.length;++n)e[n]=t.charCodeAt(n)}return function(e){for(var t=[],n=32*e.length,i="0123456789abcdef",r=0;r<n;r+=8){var o=e[r>>5]>>>r%32&255,a=parseInt(i.charAt(o>>>4&15)+i.charAt(15&o),16);t.push(a)}return t}(function(e,t){e[t>>5]|=128<<t%32,e[Le(t)-1]=t;for(var n=1732584193,i=-271733879,r=-1732584194,o=271733878,a=0;a<e.length;a+=16){var s=n,c=i,l=r,u=o;n=De(n,i,r,o,e[a],7,-680876936),o=De(o,n,i,r,e[a+1],12,-389564586),r=De(r,o,n,i,e[a+2],17,606105819),i=De(i,r,o,n,e[a+3],22,-1044525330),n=De(n,i,r,o,e[a+4],7,-176418897),o=De(o,n,i,r,e[a+5],12,1200080426),r=De(r,o,n,i,e[a+6],17,-1473231341),i=De(i,r,o,n,e[a+7],22,-45705983),n=De(n,i,r,o,e[a+8],7,1770035416),o=De(o,n,i,r,e[a+9],12,-1958414417),r=De(r,o,n,i,e[a+10],17,-42063),i=De(i,r,o,n,e[a+11],22,-1990404162),n=De(n,i,r,o,e[a+12],7,1804603682),o=De(o,n,i,r,e[a+13],12,-40341101),r=De(r,o,n,i,e[a+14],17,-1502002290),n=Me(n,i=De(i,r,o,n,e[a+15],22,1236535329),r,o,e[a+1],5,-165796510),o=Me(o,n,i,r,e[a+6],9,-1069501632),r=Me(r,o,n,i,e[a+11],14,643717713),i=Me(i,r,o,n,e[a],20,-373897302),n=Me(n,i,r,o,e[a+5],5,-701558691),o=Me(o,n,i,r,e[a+10],9,38016083),r=Me(r,o,n,i,e[a+15],14,-660478335),i=Me(i,r,o,n,e[a+4],20,-405537848),n=Me(n,i,r,o,e[a+9],5,568446438),o=Me(o,n,i,r,e[a+14],9,-1019803690),r=Me(r,o,n,i,e[a+3],14,-187363961),i=Me(i,r,o,n,e[a+8],20,1163531501),n=Me(n,i,r,o,e[a+13],5,-1444681467),o=Me(o,n,i,r,e[a+2],9,-51403784),r=Me(r,o,n,i,e[a+7],14,1735328473),n=Ue(n,i=Me(i,r,o,n,e[a+12],20,-1926607734),r,o,e[a+5],4,-378558),o=Ue(o,n,i,r,e[a+8],11,-2022574463),r=Ue(r,o,n,i,e[a+11],16,1839030562),i=Ue(i,r,o,n,e[a+14],23,-35309556),n=Ue(n,i,r,o,e[a+1],4,-1530992060),o=Ue(o,n,i,r,e[a+4],11,1272893353),r=Ue(r,o,n,i,e[a+7],16,-155497632),i=Ue(i,r,o,n,e[a+10],23,-1094730640),n=Ue(n,i,r,o,e[a+13],4,681279174),o=Ue(o,n,i,r,e[a],11,-358537222),r=Ue(r,o,n,i,e[a+3],16,-722521979),i=Ue(i,r,o,n,e[a+6],23,76029189),n=Ue(n,i,r,o,e[a+9],4,-640364487),o=Ue(o,n,i,r,e[a+12],11,-421815835),r=Ue(r,o,n,i,e[a+15],16,530742520),n=Fe(n,i=Ue(i,r,o,n,e[a+2],23,-995338651),r,o,e[a],6,-198630844),o=Fe(o,n,i,r,e[a+7],10,1126891415),r=Fe(r,o,n,i,e[a+14],15,-1416354905),i=Fe(i,r,o,n,e[a+5],21,-57434055),n=Fe(n,i,r,o,e[a+12],6,1700485571),o=Fe(o,n,i,r,e[a+3],10,-1894986606),r=Fe(r,o,n,i,e[a+10],15,-1051523),i=Fe(i,r,o,n,e[a+1],21,-2054922799),n=Fe(n,i,r,o,e[a+8],6,1873313359),o=Fe(o,n,i,r,e[a+15],10,-30611744),r=Fe(r,o,n,i,e[a+6],15,-1560198380),i=Fe(i,r,o,n,e[a+13],21,1309151649),n=Fe(n,i,r,o,e[a+4],6,-145523070),o=Fe(o,n,i,r,e[a+11],10,-1120210379),r=Fe(r,o,n,i,e[a+2],15,718787259),i=Fe(i,r,o,n,e[a+9],21,-343485551),n=Ne(n,s),i=Ne(i,c),r=Ne(r,l),o=Ne(o,u)}return[n,i,r,o]}(function(e){if(0===e.length)return[];for(var t=8*e.length,n=new Uint32Array(Le(t)),i=0;i<t;i+=8)n[i>>5]|=(255&e[i/8])<<i%32;return n}(e),8*e.length))}));var Be={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function je(e,t,n){if(Be.randomUUID&&!t&&!e)return Be.randomUUID();var i=(e=e||{}).random||(e.rng||_e)();if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,t){n=n||0;for(var r=0;r<16;++r)t[n+r]=i[r];return t}return Ae(i)}function qe(e,t,n,i){switch(e){case 0:return t&n^~t&i;case 1:case 3:return t^n^i;case 2:return t&n^t&i^n&i}}function Ge(e,t){return e<<t|e>>>32-t}Re("v5",80,(function(e){var t=[1518500249,1859775393,2400959708,3395469782],n=[1732584193,4023233417,2562383102,271733878,3285377520];if("string"==typeof e){var i=unescape(encodeURIComponent(e));e=[];for(var r=0;r<i.length;++r)e.push(i.charCodeAt(r))}else Array.isArray(e)||(e=Array.prototype.slice.call(e));e.push(128);for(var o=e.length/4+2,a=Math.ceil(o/16),s=new Array(a),c=0;c<a;++c){for(var l=new Uint32Array(16),u=0;u<16;++u)l[u]=e[64*c+4*u]<<24|e[64*c+4*u+1]<<16|e[64*c+4*u+2]<<8|e[64*c+4*u+3];s[c]=l}s[a-1][14]=8*(e.length-1)/Math.pow(2,32),s[a-1][14]=Math.floor(s[a-1][14]),s[a-1][15]=8*(e.length-1)&4294967295;for(var d=0;d<a;++d){for(var h=new Uint32Array(80),p=0;p<16;++p)h[p]=s[d][p];for(var f=16;f<80;++f)h[f]=Ge(h[f-3]^h[f-8]^h[f-14]^h[f-16],1);for(var v=n[0],g=n[1],m=n[2],y=n[3],E=n[4],b=0;b<80;++b){var x=Math.floor(b/20),T=Ge(v,5)+qe(x,g,m,y)+E+t[x]+h[b]>>>0;E=y,y=m,m=Ge(g,30)>>>0,g=v,v=T}n[0]=n[0]+v>>>0,n[1]=n[1]+g>>>0,n[2]=n[2]+m>>>0,n[3]=n[3]+y>>>0,n[4]=n[4]+E>>>0}return[n[0]>>24&255,n[0]>>16&255,n[0]>>8&255,255&n[0],n[1]>>24&255,n[1]>>16&255,n[1]>>8&255,255&n[1],n[2]>>24&255,n[2]>>16&255,n[2]>>8&255,255&n[2],n[3]>>24&255,n[3]>>16&255,n[3]>>8&255,255&n[3],n[4]>>24&255,n[4]>>16&255,n[4]>>8&255,255&n[4]]}));var He=Uint8Array,We=Uint16Array,Ke=Uint32Array,ze=new He([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),Ve=new He([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),Xe=new He([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),Ye=function(e,t){for(var n=new We(31),i=0;i<31;++i)n[i]=t+=1<<e[i-1];var r=new Ke(n[30]);for(i=1;i<30;++i)for(var o=n[i];o<n[i+1];++o)r[o]=o-n[i]<<5|i;return[n,r]},Qe=Ye(ze,2),Je=Qe[0],$e=Qe[1];Je[28]=258,$e[258]=28;for(var Ze=Ye(Ve,0)[1],et=new We(32768),tt=0;tt<32768;++tt){var nt=(43690&tt)>>>1|(21845&tt)<<1;nt=(61680&(nt=(52428&nt)>>>2|(13107&nt)<<2))>>>4|(3855&nt)<<4,et[tt]=((65280&nt)>>>8|(255&nt)<<8)>>>1}var it=function(e,t,n){for(var i=e.length,r=0,o=new We(t);r<i;++r)e[r]&&++o[e[r]-1];var a,s=new We(t);for(r=0;r<t;++r)s[r]=s[r-1]+o[r-1]<<1;if(n){a=new We(1<<t);var c=15-t;for(r=0;r<i;++r)if(e[r])for(var l=r<<4|e[r],u=t-e[r],d=s[e[r]-1]++<<u,h=d|(1<<u)-1;d<=h;++d)a[et[d]>>>c]=l}else for(a=new We(i),r=0;r<i;++r)e[r]&&(a[r]=et[s[e[r]-1]++]>>>15-e[r]);return a},rt=new He(288);for(tt=0;tt<144;++tt)rt[tt]=8;for(tt=144;tt<256;++tt)rt[tt]=9;for(tt=256;tt<280;++tt)rt[tt]=7;for(tt=280;tt<288;++tt)rt[tt]=8;var ot=new He(32);for(tt=0;tt<32;++tt)ot[tt]=5;var at=it(rt,9,0),st=it(ot,5,0),ct=function(e){return(e+7)/8|0},lt=function(e,t,n){n<<=7&t;var i=t/8|0;e[i]|=n,e[i+1]|=n>>>8},ut=function(e,t,n){n<<=7&t;var i=t/8|0;e[i]|=n,e[i+1]|=n>>>8,e[i+2]|=n>>>16},dt=function(e,t){for(var n=[],i=0;i<e.length;++i)e[i]&&n.push({s:i,f:e[i]});var r=n.length,o=n.slice();if(!r)return[yt,0];if(1==r){var a=new He(n[0].s+1);return a[n[0].s]=1,[a,1]}n.sort((function(e,t){return e.f-t.f})),n.push({s:-1,f:25001});var s=n[0],c=n[1],l=0,u=1,d=2;for(n[0]={s:-1,f:s.f+c.f,l:s,r:c};u!=r-1;)s=n[n[l].f<n[d].f?l++:d++],c=n[l!=u&&n[l].f<n[d].f?l++:d++],n[u++]={s:-1,f:s.f+c.f,l:s,r:c};var h=o[0].s;for(i=1;i<r;++i)o[i].s>h&&(h=o[i].s);var p=new We(h+1),f=ht(n[u-1],p,0);if(f>t){i=0;var v=0,g=f-t,m=1<<g;for(o.sort((function(e,t){return p[t.s]-p[e.s]||e.f-t.f}));i<r;++i){var y=o[i].s;if(!(p[y]>t))break;v+=m-(1<<f-p[y]),p[y]=t}for(v>>>=g;v>0;){var E=o[i].s;p[E]<t?v-=1<<t-p[E]++-1:++i}for(;i>=0&&v;--i){var b=o[i].s;p[b]==t&&(--p[b],++v)}f=t}return[new He(p),f]},ht=function e(t,n,i){return-1==t.s?Math.max(e(t.l,n,i+1),e(t.r,n,i+1)):n[t.s]=i},pt=function(e){for(var t=e.length;t&&!e[--t];);for(var n=new We(++t),i=0,r=e[0],o=1,a=function(e){n[i++]=e},s=1;s<=t;++s)if(e[s]==r&&s!=t)++o;else{if(!r&&o>2){for(;o>138;o-=138)a(32754);o>2&&(a(o>10?o-11<<5|28690:o-3<<5|12305),o=0)}else if(o>3){for(a(r),--o;o>6;o-=6)a(8304);o>2&&(a(o-3<<5|8208),o=0)}for(;o--;)a(r);o=1,r=e[s]}return[n.subarray(0,i),t]},ft=function(e,t){for(var n=0,i=0;i<t.length;++i)n+=e[i]*t[i];return n},vt=function(e,t,n){var i=n.length,r=ct(t+2);e[r]=255&i,e[r+1]=i>>>8,e[r+2]=255^e[r],e[r+3]=255^e[r+1];for(var o=0;o<i;++o)e[r+o+4]=n[o];return 8*(r+4+i)},gt=function(e,t,n,i,r,o,a,s,c,l,u){lt(t,u++,n),++r[256];for(var d=dt(r,15),h=d[0],p=d[1],f=dt(o,15),v=f[0],g=f[1],m=pt(h),y=m[0],E=m[1],b=pt(v),x=b[0],T=b[1],w=new We(19),_=0;_<y.length;++_)w[31&y[_]]++;for(_=0;_<x.length;++_)w[31&x[_]]++;for(var S=dt(w,7),k=S[0],C=S[1],I=19;I>4&&!k[Xe[I-1]];--I);var A,O,R,L,N=l+5<<3,P=ft(r,rt)+ft(o,ot)+a,D=ft(r,h)+ft(o,v)+a+14+3*I+ft(w,k)+(2*w[16]+3*w[17]+7*w[18]);if(N<=P&&N<=D)return vt(t,u,e.subarray(c,c+l));if(lt(t,u,1+(D<P)),u+=2,D<P){A=it(h,p,0),O=h,R=it(v,g,0),L=v;var M=it(k,C,0);for(lt(t,u,E-257),lt(t,u+5,T-1),lt(t,u+10,I-4),u+=14,_=0;_<I;++_)lt(t,u+3*_,k[Xe[_]]);u+=3*I;for(var U=[y,x],F=0;F<2;++F){var B=U[F];for(_=0;_<B.length;++_){var j=31&B[_];lt(t,u,M[j]),u+=k[j],j>15&&(lt(t,u,B[_]>>>5&127),u+=B[_]>>>12)}}}else A=at,O=rt,R=st,L=ot;for(_=0;_<s;++_)if(i[_]>255){j=i[_]>>>18&31,ut(t,u,A[j+257]),u+=O[j+257],j>7&&(lt(t,u,i[_]>>>23&31),u+=ze[j]);var q=31&i[_];ut(t,u,R[q]),u+=L[q],q>3&&(ut(t,u,i[_]>>>5&8191),u+=Ve[q])}else ut(t,u,A[i[_]]),u+=O[i[_]];return ut(t,u,A[256]),u+O[256]},mt=new Ke([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),yt=new He(0),Et=function(){for(var e=new Int32Array(256),t=0;t<256;++t){for(var n=t,i=9;--i;)n=(1&n&&-306674912)^n>>>1;e[t]=n}return e}(),bt=function(e,t,n,i,r){return function(e,t,n,i,r,o){var a=e.length,s=new He(i+a+5*(1+Math.ceil(a/7e3))+r),c=s.subarray(i,s.length-r),l=0;if(!t||a<8)for(var u=0;u<=a;u+=65535){var d=u+65535;d>=a&&(c[l>>3]=o),l=vt(c,l+1,e.subarray(u,d))}else{for(var h=mt[t-1],p=h>>>13,f=8191&h,v=(1<<n)-1,g=new We(32768),m=new We(v+1),y=Math.ceil(n/3),E=2*y,b=function(t){return(e[t]^e[t+1]<<y^e[t+2]<<E)&v},x=new Ke(25e3),T=new We(288),w=new We(32),_=0,S=0,k=(u=0,0),C=0,I=0;u<a;++u){var A=b(u),O=32767&u,R=m[A];if(g[O]=R,m[A]=O,C<=u){var L=a-u;if((_>7e3||k>24576)&&L>423){l=gt(e,c,0,x,T,w,S,k,I,u-I,l),k=_=S=0,I=u;for(var N=0;N<286;++N)T[N]=0;for(N=0;N<30;++N)w[N]=0}var P=2,D=0,M=f,U=O-R&32767;if(L>2&&A==b(u-U))for(var F=Math.min(p,L)-1,B=Math.min(32767,u),j=Math.min(258,L);U<=B&&--M&&O!=R;){if(e[u+P]==e[u+P-U]){for(var q=0;q<j&&e[u+q]==e[u+q-U];++q);if(q>P){if(P=q,D=U,q>F)break;var G=Math.min(U,q-2),H=0;for(N=0;N<G;++N){var W=u-U+N+32768&32767,K=W-g[W]+32768&32767;K>H&&(H=K,R=W)}}}U+=(O=R)-(R=g[O])+32768&32767}if(D){x[k++]=268435456|$e[P]<<18|Ze[D];var z=31&$e[P],V=31&Ze[D];S+=ze[z]+Ve[V],++T[257+z],++w[V],C=u+P,++_}else x[k++]=e[u],++T[e[u]]}}l=gt(e,c,o,x,T,w,S,k,I,u-I,l),!o&&7&l&&(l=vt(c,l+1,yt))}return function(e,t,n){(null==t||t<0)&&(t=0),(null==n||n>e.length)&&(n=e.length);var i=new(2==e.BYTES_PER_ELEMENT?We:4==e.BYTES_PER_ELEMENT?Ke:He)(n-t);return i.set(e.subarray(t,n)),i}(s,0,i+ct(l)+r)}(e,null==t.level?6:t.level,null==t.mem?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(e.length)))):12+t.mem,n,i,!r)},xt=function(e,t,n){for(;n;++t)e[t]=n,n>>>=8},Tt="undefined"!=typeof TextDecoder&&new TextDecoder;try{Tt.decode(yt,{stream:!0})}catch(nr){}function wt(){return"undefined"!=typeof window&&"function"==typeof window.fetch}function _t(){try{return wt()&&"keepalive"in new Request("")}catch(e){return!1}}function St(e){var t=e.body,n=e.keepalive,i=e.headers,r=e.compress;i["content-type"]||(i["content-type"]="text/plain;charset=UTF-8");var o=t;if(r&&"undefined"!=typeof TextEncoder)try{o=function(e,t){t||(t={});var n=function(){var e=-1;return{p:function(t){for(var n=e,i=0;i<t.length;++i)n=Et[255&n^t[i]]^n>>>8;e=n},d:function(){return~e}}}(),i=e.length;n.p(e);var r=bt(e,t,function(e){return 10+(e.filename&&e.filename.length+1||0)}(t),8),o=r.length;return function(e,t){var n=t.filename;if(e[0]=31,e[1]=139,e[2]=8,e[8]=t.level<2?4:9==t.level?2:0,e[9]=3,0!=t.mtime&&xt(e,4,Math.floor(new Date(t.mtime||Date.now())/1e3)),n){e[3]=8;for(var i=0;i<=n.length;++i)e[i+10]=n.charCodeAt(i)}}(r,t),xt(r,o-8,n.d()),xt(r,o-4,i),r}((new TextEncoder).encode(t)),i["content-encoding"]="gzip"}catch(e){}return{body:o,keepalive:n,credentials:"include",headers:i,method:"POST",mode:"cors"}}function kt(e){return e&&"message"in e?e.message:"UNKNOWN_ERROR"}var Ct,It="undefined"!=typeof navigator&&"sendBeacon"in navigator,At=_t()?function(e,t,n,i){return new Promise((function(r){fetch(e,St({body:t,keepalive:!0,headers:n,compress:i})).catch((function(){return fetch(e,St({body:t,keepalive:!1,headers:n,compress:i}))})).then((function(e){e.ok?r({type:"success",drop:!1,statusCode:e.status}):r({type:"response",drop:!0,statusCode:e.status,rawError:e.statusText})}),(function(e){return r({type:"network",drop:!0,rawError:kt(e)})}))}))}:function(e,t,n,i){return new Promise((function(r){if(It){var o=!1;try{o=navigator.sendBeacon(e,t)}catch(e){}if(o)return void r({type:"unknown",drop:!1})}fetch(e,St({body:t,keepalive:!1,headers:n,compress:i})).then((function(e){e.ok?r({type:"success",drop:!1,statusCode:200}):r({type:"response",drop:!0,statusCode:e.status,rawError:e.statusText})}),(function(e){return r({type:"network",drop:!0,rawError:kt(e)})}))}))};function Ot(e){return new Promise((function(t,n){e.oncomplete=e.onsuccess=function(){return t(e.result)},e.onabort=e.onerror=function(){return n(e.error)}}))}function Rt(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"key",i=arguments.length>3?arguments[3]:void 0,r=indexedDB.open(e);r.onupgradeneeded=function(){try{r.result.createObjectStore(t,{keyPath:n})}catch(e){null==i||i.onError(e)}};var o=new Promise((function(e,t){r.onsuccess=function(){var t=r.result;t.onversionchange=function(){return t.close()},e(t),null==i||i.onSuccess()},r.onerror=function(){t(r.error),null==i||i.onError(r.error)}}));return function(e,n){return o.then((function(i){return n(i.transaction(t,e).objectStore(t))}))}}function Lt(){return Ct||(Ct=Rt("idb-queue","default")),Ct}function Nt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{maxNumber:1e3,batchEvictionNumber:300},n=0,i=null;return e.openKeyCursor().onsuccess=function(){var r=this.result;r&&n++<t.batchEvictionNumber?(i=r.key,r.continue()):null!=i&&e.delete(IDBKeyRange.upperBound(i))},Ot(e.transaction)}var Pt=!1;function Dt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{maxNumber:1e3,batchEvictionNumber:300},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Lt();return n("readwrite",(function(n){return n.put(e),Ot(n.count()).then((function(e){if(!(e<=t.maxNumber))return Nt(n,t)}))})).catch((function(e){if(e&&"QuotaExceededError"===e.name)return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{maxNumber:1e3,batchEvictionNumber:300};return(arguments.length>1&&void 0!==arguments[1]?arguments[1]:Lt())("readwrite",(function(t){return Nt(t,e)}))}(t,n)}))}function Mt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{maxNumber:1e3,batchEvictionNumber:300},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Lt();return Pt?Promise.resolve():Dt(e,t,n)}function Ut(e,t,n){return t("readonly",(function(t){var i=[];return t.openCursor(null,n).onsuccess=function(){var t=this.result;t&&(i.push(t.value),(e<0||i.length<e)&&t.continue())},Ot(t.transaction).then((function(){return i}))}))}function Ft(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0,i=arguments.length>3?arguments[3]:void 0;return!t||n<1||(e[t]=JSON.stringify({attempt:n,errorCode:i})),e}function Bt(e){"undefined"!=typeof window&&window.__DEBUG_BEACON_TRANSPORTER&&console.debug("[beacon-transporter] ",e())}function jt(e){"undefined"!=typeof window&&window.__DEBUG_BEACON_TRANSPORTER&&console.error("[beacon-transporter] ",e())}function qt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{timeRemaining:5,timeout:1e4};"undefined"==typeof requestIdleCallback?setTimeout(e,t.fallbackTimeout||10):function n(){requestIdleCallback((function(i){i.timeRemaining()>t.timeRemaining||i.didTimeout?e():n()}),{timeout:t.timeout})}()}var Gt=function(){function e(t){var n=this,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1];ge(this,e),Ee(this,"config",void 0),Ee(this,"compress",void 0),Ee(this,"throttleControl",void 0),Ee(this,"withStore",void 0),Ee(this,"disablePersistence",!1),this.config=t,this.compress=i;var r,o,a,s=t.measureIDB;s&&performance.mark(s.createStartMark),this.withStore=Rt(t.idbName,"beacons","timestamp",{onSuccess:function(){s&&performance.measure(s.createSuccessMeasure,s.createStartMark)},onError:function(){s&&performance.measure(s.createFailMeasure,s.createStartMark),n.disablePersistence=!0}}),this.throttleControl=(r=this.replayEntries.bind(this),o=t.throttleWait,a=0,{throttledFn:function(){var e=Date.now();e-a>o&&(Bt((function(){return"[throttle] Run fn() at "+String(e)})),r(),a=e)},resetThrottle:function(){a=0}})}return ye(e,[{key:"onNotify",value:function(){this.disablePersistence||this.throttleControl.throttledFn()}},{key:"push",value:function(e){var t=this;if(!this.disablePersistence){var n=function(){Bt((function(){return"Persisting to DB "+e.url})),Mt(e,t.config,t.withStore).then((function(){t.throttleControl.resetThrottle(),Bt((function(){return"push completed"}))})).catch((function(){t.disablePersistence=!0,jt((function(){return"push failed"}))}))};this.config.useIdle?qt(n):n()}}},{key:"clear",value:function(){var e=this;return this.disablePersistence?Promise.resolve():function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Lt();return Pt=!0,e("readwrite",(function(e){return e.clear(),Ot(e.transaction).finally((function(){return Pt=!1}))}))}(this.withStore).catch((function(){e.disablePersistence=!0,jt((function(){return"clear failed"}))}))}},{key:"peek",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;return this.disablePersistence?Promise.resolve([]):function(){return Ut(arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,arguments.length>1&&void 0!==arguments[1]?arguments[1]:Lt(),"next")}(t,this.withStore).catch((function(){return e.disablePersistence=!0,jt((function(){return"peek failed"})),[]}))}},{key:"peekBack",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;return this.disablePersistence?Promise.resolve([]):function(){return Ut(arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,arguments.length>1&&void 0!==arguments[1]?arguments[1]:Lt(),"prev")}(t,this.withStore).catch((function(){return e.disablePersistence=!0,jt((function(){return"peekBack failed"})),[]}))}},{key:"replayEntries",value:function(){var e=this;if(!this.disablePersistence){var t=function(){Bt((function(){return"Replaying entry: shift from store"})),function(){return function(e,t,n){return t("readwrite",(function(t){var n=[];return t.openCursor(null,"next").onsuccess=function(){var t=this.result;t&&(n.push(t.value),t.delete(),(e<0||n.length<e)&&t.continue())},Ot(t.transaction).then((function(){return n}))}))}(arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,arguments.length>1&&void 0!==arguments[1]?arguments[1]:Lt())}(1,e.withStore).then((function(t){if(t.length>0){var n,i,r=t[0],o=r.url,a=r.body,s=r.headers,c=r.timestamp,l=r.statusCode,u=r.attemptCount;return Bt((function(){return"header: ".concat(String(e.config.headerName),"; attemptCount: ").concat(u)})),null===(n=(i=e.config).onBeforeRetry)||void 0===n||n.call(i,a),At(o,a,Ft(s,e.config.headerName,u,l),e.compress).then((function(t){if("unknown"===t.type||"success"===t.type){var n,i;null===(n=(i=e.config).onResult)||void 0===n||n.call(i,t,a),e.replayEntries()}else{var r,s,d,h,p,f;if(u+1>e.config.attemptLimit)return Bt((function(){return"Exceeded attempt count, dropping the entry: "+JSON.stringify({url:o,timestamp:c,statusCode:l},null,2)})),t.drop=!0,void(null===(r=(s=e.config).onResult)||void 0===r||r.call(s,t,a));if("network"===t.type||e.config.statusCodes.includes(t.statusCode))return t.drop=!1,null===(d=(h=e.config).onResult)||void 0===d||d.call(h,t,a),Bt((function(){return"Replaying the entry failed, pushing back to IDB: "+JSON.stringify({url:o,timestamp:c,statusCode:l},null,2)})),Mt({url:o,body:a,timestamp:c,statusCode:l,attemptCount:u+1},e.config,e.withStore);t.drop=!0,null===(p=(f=e.config).onResult)||void 0===p||p.call(f,t,a)}}))}})).catch((function(t){e.disablePersistence=!0,t&&t.message&&jt((function(){return"Replay entry failed: ".concat(t.message)}))}))};this.config.useIdle?qt(t):t()}}}]),e}(),Ht=function(){function e(){ge(this,e)}return ye(e,[{key:"onNotify",value:function(){}},{key:"push",value:function(){}},{key:"clear",value:function(){return Promise.resolve()}},{key:"peek",value:function(){return Promise.resolve([])}},{key:"peekBack",value:function(){return Promise.resolve([])}}]),e}(),Wt=function(){function e(t,n){ge(this,e),Ee(this,"queue",void 0),Ee(this,"beaconListeners",new Set),this.queue=e.hasSupport&&!n.disablePersistenceRetry?new Gt(t,n.compress):new Ht}return ye(e,[{key:"pushToQueue",value:function(e){this.queue.push(e)}},{key:"notifyQueue",value:function(){this.queue.onNotify()}},{key:"clearQueue",value:function(){return this.beaconListeners.forEach((function(e){return e()})),this.queue.clear()}},{key:"peekQueue",value:function(e){return this.queue.peek(e)}},{key:"peekBackQueue",value:function(e){return this.queue.peekBack(e)}},{key:"onClear",value:function(e){this.beaconListeners.add(e)}},{key:"removeOnClear",value:function(e){this.beaconListeners.delete(e)}}]),e}();Ee(Wt,"hasSupport","undefined"!=typeof globalThis&&!!globalThis.indexedDB);var Kt=[502,504],zt=[429,503],Vt=function(){function e(t,n,i,r){var o=this,a=arguments.length>4&&void 0!==arguments[4]&&arguments[4];ge(this,e),Ee(this,"url",void 0),Ee(this,"body",void 0),Ee(this,"config",void 0),Ee(this,"persistenceConfig",void 0),Ee(this,"compress",void 0),Ee(this,"timestamp",void 0),Ee(this,"isClearQueuePending",!1),Ee(this,"onClearCallback",void 0),this.url=t,this.body=n,this.config=i,this.persistenceConfig=r,this.compress=a,this.timestamp=Date.now(),this.onClearCallback=function(){return o.isClearQueuePending=!0}}return ye(e,[{key:"send",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.persistenceConfig.db.onClear(this.onClearCallback);var n=this.retryLimit;return this.retry((function(t){return At(e.url,e.body,t,e.compress)}),n,t).finally((function(){Bt((function(){return"beacon finished"})),e.persistenceConfig.db.removeOnClear(e.onClearCallback)}))}},{key:"retryLimit",get:function(){return this.config.attemptLimit}},{key:"getAttemptCount",value:function(e){return this.retryLimit-e+1}},{key:"retry",value:function(e,t,n,i){var r=this,o=this.getAttemptCount(t)-1;return e(Ft(n,this.config.headerName,o,i)).then((function(i){var o,a,s,c;if(i.drop=!1,"unknown"===i.type||"success"===i.type)r.isClearQueuePending||r.persistenceConfig.disabled||r.persistenceConfig.db.notifyQueue(),s=i;else if(Bt((function(){return"retry rejected "+JSON.stringify(i)})),r.shouldPersist(t,i))r.persistenceConfig.db.pushToQueue({url:r.url,body:r.body,headers:n,statusCode:i.statusCode,timestamp:r.timestamp,attemptCount:r.getAttemptCount(t)}),s={type:"persisted",drop:!1,statusCode:i.statusCode};else{if(t>0&&r.isRetryableError(i)){var l,u;null===(l=(u=r.config).onIntermediateResult)||void 0===l||l.call(u,i,r.body);var d=r.config.calculateRetryDelay(r.getAttemptCount(t),t);return Bt((function(){return"in memory retry in ".concat(d,"ms")})),(c=d,new Promise((function(e){return setTimeout(e,c)}))).then((function(){return r.retry(e,t-1,n,i.statusCode)}))}(s=i).drop=!0}return null===(o=(a=r.config).onIntermediateResult)||void 0===o||o.call(a,s,r.body),s}))}},{key:"isRetryableError",value:function(e){return!("network"!==e.type&&!this.config.statusCodes.includes(e.statusCode))}},{key:"shouldPersist",value:function(e,t){return!(this.isClearQueuePending||this.persistenceConfig.disabled||navigator.onLine&&(0!==e||"network"!==t.type)&&("response"!==t.type||!this.persistenceConfig.statusCodes.includes(t.statusCode)))}}]),e}(),Xt="internal:hide",Yt="internal:error";function Qt(e,t,n){var i=e.get(t);i&&i.push(n)||e.set(t,[n])}function Jt(e,t,n){var i=e.get(t);i&&i.splice(i.indexOf(n)>>>0,1)}var $t,Zt,en=($t=new Map,Zt=new Map,{on:function(e,t){Qt($t,e,t)},before:function(e,t){Qt(Zt,e,t)},off:function(e,t){Jt($t,e,t)},offBefore:function(e,t){Jt(Zt,e,t)},emit:function(e,t){(Zt.get(e)||[]).concat($t.get(e)||[]).slice().map((function(e){e(t)}))},clear:function(){Zt.clear(),$t.clear()}});if("undefined"!=typeof document&&"undefined"!=typeof window){var tn=function(e){"pagehide"!==e.type&&"hidden"!==document.visibilityState||en.emit(Xt,e)};document.addEventListener("visibilitychange",tn),window.addEventListener("pagehide",tn)}var nn=null;if("undefined"==typeof crypto||!crypto.getRandomValues){var rn=("undefined"!=typeof FastBoot?FastBoot.require:require)("crypto");if(rn){var on=new Uint8Array(256),an=on.length;nn={rng:function(){return an>on.length-16&&(rn.randomFillSync(on),an=0),on.slice(an,an+=16)}}}}"object"===("undefined"==typeof crypto?"undefined":ve(crypto))&&crypto.randomUUID;function sn(){return je(nn,new Array(16),0)}function cn(e){return he(e).map((function(e){return String.fromCharCode(e)})).join("")}function ln(){return cn(sn())}var un=/^[a-zA-Z0-9/+]+[=]+$/;function dn(e,t){return{pageUrn:pn(e),trackingId:t||function(e){for(var t,n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=[],r=0,o=e.length,a=o%3,s=o-a;r<s;)t=e[r]<<16,t|=e[r+1]<<8,t|=e[r+2],i.push(n.charAt(t>>>18&63)),i.push(n.charAt(t>>>12&63)),i.push(n.charAt(t>>>6&63)),i.push(n.charAt(63&t)),r+=3;switch(a){case 2:t=e[r]<<16,t|=e[r+1]<<8,i.push(n.charAt(t>>>18&63)),i.push(n.charAt(t>>>12&63)),i.push(n.charAt(t>>>6&63)),i.push("=");break;case 1:t=e[r]<<16,i.push(n.charAt(t>>>18&63)),i.push(n.charAt(t>>>12&63)),i.push("="),i.push("=")}return i.join("")}(sn())}}function hn(e,t){return"urn:li:control:".concat(e,"-").concat(t)}function pn(e){return"urn:li:page:".concat(e)}function fn(e,t){return{pageInstance:t.assign({},e.pageInstance),pageKey:e.pageKey,applicationInstance:e.applicationInstance}}function vn(e,t){return void 0!==t.allSettled?t.allSettled(e):function(e){return new Promise((function(t){var n=new Set,i=function(e){n.delete(e),0===n.size&&t()};0===e.length?t():e.map((function(e){return e.then((function(){return i(e)})).catch((function(){return i(e)}))}))}))}(e)}function gn(e){var t=[];return e.forEach((function(e){return t.push(e)})),t}function mn(e,t,n){if("undefined"!=typeof window&&window.indexedDB){var i,r="sequenceNumber";try{i=window.indexedDB.open(r)}catch(e){return Promise.resolve(null)}return new Promise((function(o,a){i.onupgradeneeded=function(){var e=i.result;e.objectStoreNames.contains(r)||e.createObjectStore(r,{autoIncrement:!0})},i.onsuccess=function(){var s=i.result,c=s.transaction(r,"readwrite"),l=c.objectStore(r),u=l.get(1);u.onsuccess=function(){var i=u.result;if(i){if("read"===e)return o(i);if("update"!==e)return o(null);var r,s=Object.assign({},i),c=!1,d=null!==(r=s.sequenceNumber)&&void 0!==r?r:0;if(void 0!==t&&t>d&&(s.sequenceNumber=t,c=!0),n&&Object.keys(n).forEach((function(e){var t,i=null!==(t=s[e])&&void 0!==t?t:0,r=n[e];r>i&&(s[e]=r,c=!0)})),c){var h=l.put(s,1);h.onsuccess=function(){return o(null)},h.onerror=function(){a(h.error)}}}else{var p={sequenceNumber:0};n&&Object.keys(n).forEach((function(e){p[e]=0}));var f=l.add(p);f.onsuccess=function(){return o(0)},f.onerror=function(){a(f.error)}}},u.onerror=function(){return s.close(),a(new Error("Error: get sequence number from indexedDB ".concat(String(u.error))))},c.oncomplete=function(){return s.close()}},i.onerror=function(){return o(null)}}))}return Promise.resolve(null)}function yn(){return"undefined"!=typeof navigator&&navigator.userAgent.toLowerCase().indexOf("firefox")>-1||!wt()||"undefined"==typeof Promise}function En(e,t,n,i){var r=["core-web-tracking:".concat(e)];null==i||i.forEach((function(e){return r.push(e)})),en.emit(Yt,{tags:r,reason:t instanceof Error?t:new Error("".concat(e,": ").concat(t)),responseHeaders:n})}var bn=function(e){var t=window.structuredClone;return t?t(e):JSON.parse(JSON.stringify(e))},xn=function(){function e(t){ge(this,e),Ee(this,"heap",void 0),Ee(this,"comparator",void 0),this.comparator=t,this.heap=[]}return ye(e,[{key:"heapsize",value:function(){return this.heap.length}},{key:"peak",value:function(){return this.heap[0]}},{key:"heapArray",get:function(){return this.heap}},{key:"heapClear",value:function(){var e=he(this.heap);return this.heap=[],e}},{key:"heappop",value:function(){var e=this.heap.length,t=[this.heap[e-1],this.heap[0]];this.heap[0]=t[0],this.heap[e-1]=t[1];for(var n=this.heap.pop(),i=0;2*i+1<this.heap.length;){var r=2*i+1,o=2*i+2,a=o<this.heap.length&&this.comparator(this.heap[o],this.heap[r])?o:r;if(!this.comparator(this.heap[a],this.heap[i]))break;var s=[this.heap[i],this.heap[a]];this.heap[a]=s[0],this.heap[i]=s[1],i=a}return n}},{key:"heapPush",value:function(e){this.heap.push(e);for(var t=this.heap.length-1;t>0;){var n=Math.floor((t-1)/2);if(!this.comparator(this.heap[t],this.heap[n]))break;var i=[this.heap[n],this.heap[t]];this.heap[t]=i[0],this.heap[n]=i[1],t=n}}}]),e}();var Tn="beacons";function wn(){if("undefined"==typeof Promise||"undefined"==typeof navigator)return!1;var e=navigator.userAgent.indexOf("Chrome")>-1,t=navigator.cookieEnabled,n=navigator.storage;return e&&_t()&&t&&n}function _n(e,t,n,i,r){"control"!==i&&e.retryConfig&&wn()&&navigator.storage.estimate().then((function(o){if(!((o.quota||0)-(o.usage||0)>52428800))return function(e){var t=window.indexedDB.deleteDatabase(e);return new Promise((function(e,n){t.onsuccess=function(){return e()},t.onerror=function(){return n(t.error)}}))}(Tn);var a,s,c=null!==(a=e.retryConfig.inMemory)&&void 0!==a?a:{attemptLimit:4,statusCodes:[502,504]},l=null!==(s=e.retryConfig.persist)&&void 0!==s?s:{attemptLimit:3,statusCodes:[429,503],maxNumber:1e3,batchEvictionNumber:300,throttleWait:3e5},u={compress:n,inMemoryRetry:{onIntermediateResult:null==r?void 0:r.onIntermediateResult,attemptLimit:c.attemptLimit,statusCodes:c.statusCodes,headerName:"x-li-retry-context",calculateRetryDelay:function(e){return function(e){return 1e3*Math.pow(2,e)}(e)}},disablePersistenceRetry:e.retryConfig.disablePersistence,persistenceRetry:{onBeforeRetry:null==r?void 0:r.onBeforeRetry,onResult:null==r?void 0:r.onResult,idbName:Tn,attemptLimit:l.attemptLimit,statusCodes:l.statusCodes,maxNumber:l.maxNumber,batchEvictionNumber:l.batchEvictionNumber,throttleWait:l.throttleWait,useIdle:!0,measureIDB:{createStartMark:"idb_open_start",createSuccessMeasure:"idb_open_success_phase",createFailMeasure:"idb_open_fail_phase"}}},d=function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=Boolean(t.compress),i=Object.assign({attemptLimit:0,statusCodes:Kt,calculateRetryDelay:function(e,t){return 2e3*t}},t.inMemoryRetry);if(t.retryDB)e=t.retryDB;else{var r=Object.assign({idbName:"beacon-transporter",attemptLimit:3,statusCodes:zt,maxNumber:1e3,batchEvictionNumber:300,throttleWait:3e5},t.persistenceRetry);r.headerName=r.headerName||i.headerName,e=new Wt(r,{compress:t.compress,disablePersistenceRetry:t.disablePersistenceRetry})}return{beacon:function(r,o,a){var s;return wt()?new Vt(r,o,i,{db:e,disabled:Boolean(t.disablePersistenceRetry),statusCodes:(null===(s=t.persistenceRetry)||void 0===s?void 0:s.statusCodes)||zt},n).send(a):Promise.resolve({type:"unknown",drop:!0})},database:e}}(u),h=d.beacon,p=d.database;return e.retryBeacon={shouldRetry:!0,beacon:h,database:p},"enabled"===i?(e.retryBeacon.shouldRetry=!1,!u.disablePersistenceRetry&&t.shouldAnonymizeMemberId()?p.peekQueue(1).then((function(e){if(Array.isArray(e)&&e[0]){var t=JSON.parse(e[0].body);if(Array.isArray(t)&&t.some((function(e){return!e.eventInfo.shouldAnonymizeMemberId})))return p.clearQueue()}}),(function(){return p.clearQueue()})).then((function(){e.retryBeacon.shouldRetry=!0})).catch((function(e){En("retry:idb",e)})):(e.retryBeacon.shouldRetry=!0,Promise.resolve())):void 0})).catch((function(e){En("retry:setup",e)}))}var Sn=function(){function e(t){ge(this,e),Ee(this,"host",void 0),this.host=t}return ye(e,[{key:"checkAndEnablePersistentRetry",value:function(e,t){if("function"==typeof(null==e?void 0:e.shouldAnonymizeMemberId)&&!this.host.retryBeacon){var n=this.getRetryTreatment();this.host.retryConfig&&_n(this.host,e,this.shouldCompressPayload(),n,t)}}},{key:"clearPersistedEventsOnLogout",value:function(){var e=this.host.retryBeacon;if(e&&e.shouldRetry)return e.shouldRetry=!1,e.database.clearQueue().catch((function(e){En("retry:logout",e)}))}},{key:"sendPayload",value:function(e,t,n,i){var r,o=this.getRetryTreatment();_t()&&"control"!==o&&null!==(r=this.host.retryBeacon)&&void 0!==r&&r.shouldRetry?this.sendPayloadWithRetry(e,t,n):this.sendPayloadFireForget(e,t,n,i)}},{key:"sendPayloadWithRetry",value:function(e,t,n){(!Array.isArray(t)||t.length>0)&&this.host.retryBeacon.beacon(e,JSON.stringify(t),n).catch((function(e){En("retry:beacon",e)}))}},{key:"sendPayloadFireForget",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3?arguments[3]:void 0;(!Array.isArray(t)||t.length>0)&&(yn()?function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if("undefined"!=typeof window&&void 0!==window.XMLHttpRequest){var i=new XMLHttpRequest;if(i.open("POST",e,!0),i.withCredentials=!0,n.headers)for(var r=0,o=Object.keys(n.headers);r<o.length;r++){var a=o[r];i.setRequestHeader(a,n.headers[a])}i.send(t)}}(e,JSON.stringify(t),{headers:n}):At(e,JSON.stringify(t),n,this.shouldCompressPayload()).then((function(e){null==i||i.onResult(e,t)}),(function(){})))}},{key:"getRetryTreatment",value:function(){var e,t,n;if(!this.host.retryConfig)return"control";var i=this.host.retryConfig.lixKey;return i?null!==(e=null===(t=(n=this.host).__getLixTreatment)||void 0===t?void 0:t.call(n,i))&&void 0!==e?e:"control":"enabled"}},{key:"shouldCompressPayload",value:function(){return!0!==this.host.disableCompression}},{key:"isBrowserPersistentRetryEnabled",value:function(){var e,t;return"control"!==this.getRetryTreatment()&&null!==(e=null===(t=this.host.retryBeacon)||void 0===t?void 0:t.shouldRetry)&&void 0!==e&&e&&wn()&&"undefined"!=typeof globalThis&&!!globalThis.indexedDB}}]),e}(),kn="undefined"!=typeof window&&"undefined"!=typeof document,Cn=/JSESSIONID="?([^";]+)"?/,In="",An=0;function On(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.cacheLifeSpan,n=void 0===t?1e4:t,i=e.regex,r=void 0===i?Cn:i;if(!In||Date.now()-An>n){var o=kn&&document.cookie.match(r);In=o&&o[1]||"",An=Date.now()}return In}var Rn={prod:{pattern:new RegExp(/https: \/\/www.linkedin.com\/.+|https:\/\/www.linkedin.com\/li\/track$/),monitorEndpoint:"https://www.linkedin.com/trackingMonitoring/?action=reportClientFailures"},ei:{pattern:new RegExp(/https: \/\/www.linkedin-ei.com\/.+|https:\/\/www.linkedin-ei.com\/li\/track$/),monitorEndpoint:"https://www.linkedin-ei.com/trackingMonitoring/?action=reportClientFailures"},eiValidate:{pattern:new RegExp(/https:\/\/www\.linkedin-ei\.com\/.+\/validate$/),monitorEndpoint:"https://www.linkedin-ei.com/trackingMonitoring/?action=reportClientFailures"}},Ln=function(){function e(t){ge(this,e),Ee(this,"networkTransporter",void 0),Ee(this,"inactive",void 0),Ee(this,"mpName",void 0),Ee(this,"endpoint",void 0),Ee(this,"debug",void 0),this.networkTransporter=new Sn(t),this.mpName=t.appId,this.inactive=t.inactive;var n=function(e){var t,n=!1;return Rn.prod.pattern.test(e)?t=Rn.prod.monitorEndpoint:Rn.eiValidate.pattern.test(e)?(n=!0,t=Rn.eiValidate.monitorEndpoint):Rn.ei.pattern.test(e)?t=Rn.ei.monitorEndpoint:(t=Rn.ei.monitorEndpoint,n=!0),{endpoint:t,debug:n}}(t.endpoint);this.endpoint=n.endpoint,this.debug=n.debug}return ye(e,[{key:"fireFragment",value:function(e){var t;if(!this.inactive){var n={"content-type":"application/json; charset=UTF-8","x-li-track":JSON.stringify({mpName:this.mpName}),"csrf-token":On(),"x-restli-protocol-version":"2.0.0"},i=[],r=null!==(t=null==e?void 0:e.stats)&&void 0!==t?t:{},o=r.failures,a=r.previousInstanceEventStats.reduce((function(e,t){return e.push.apply(e,he(t.failures)),e}),[]);[].concat(he(o),he(a)).forEach((function(e){var t=e.reason,n=e.rawError,r=e.eventTopic,o=e.header,a=e.requestHeader;i.push({reason:t,rawError:n,failedTopicName:r,header:o,requestHeader:a})}));var s={clientTrackingFailures:i,debug:this.debug};this.networkTransporter.sendPayload(this.endpoint,s,n)}}}]),e}();function Nn(e){return"string"==typeof e}function Pn(e){return Nn(e)?e:e.topicName||e.eventName}function Dn(e){return Nn(e)?e:e.eventName}var Mn,Un,Fn=function(){function e(t){var n,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};ge(this,e),Ee(this,"host",void 0),Ee(this,"cmoTransporter",void 0),Ee(this,"clientMonitoringInstanceId",ln()),Ee(this,"currentContext",{pageKey:Te,pageInstance:dn(Te)}),Ee(this,"appState",{}),Ee(this,"estimatedFragmentSize",0),Ee(this,"fragmentSizeLimit",void 0),Ee(this,"activeFragmentEvent",void 0),Ee(this,"debounceTimer",void 0),this.host=t,this.cmoTransporter=i.cmoTransporter||new Ln(t),this.fragmentSizeLimit=(null===(n=t.clientMonitoringConfig)||void 0===n?void 0:n.fragmentSizeLimit)||10240,this.activeFragmentEvent=jn(this.clientMonitoringInstanceId,0,0,!1,this.getEventHeaders())}return ye(e,[{key:"getCurrentInstanceId",value:function(){return this.clientMonitoringInstanceId}},{key:"scheduleDebouncedFiring",value:function(){var e,t,n=this;void 0!==this.debounceTimer&&(clearTimeout(this.debounceTimer),this.debounceTimer=void 0),this.fragmentIsFull()&&this.fireFragmentEventIfFull(!0),this.debounceTimer=setTimeout((function(){n.fireFragmentEventIfFull()}),null!==(e=null===(t=this.host.batching)||void 0===t?void 0:t.debounceTime)&&void 0!==e?e:1)}},{key:"logEventGenerated",value:function(e){this.scheduleDebouncedFiring();var t=this.activeFragmentEvent.stats,n=this.activeFragmentEvent.firstEventNumber+t.eventsGenerated;return t.eventTopics.push(e),t.eventsGenerated++,this.estimatedFragmentSize+=e.length,n}},{key:"logEventReadyToSend",value:function(e){this.activeFragmentEvent.stats.eventsReadyToSend+=e}},{key:"logEventSent",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.getCurrentInstanceId();t===this.getCurrentInstanceId()?this.activeFragmentEvent.stats.eventsSent+=e:this.findPreviousInstanceStat(t,(function(t){t.eventsSent+=e}))}},{key:"logNetworkResponseCode",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.getCurrentInstanceId(),n=this.activeFragmentEvent.stats.networkResponseStats;t!==this.getCurrentInstanceId()&&this.findPreviousInstanceStat(t,(function(e){n=e.networkResponseStats})),e>=200&&e<300?n.eventsWith2XXResponse++:400===e?n.eventsWith400Response++:408===e?n.eventsWith408Response++:429===e?n.eventsWith429Response++:e>400&&e<500?n.eventsWith4XXResponse++:500===e?n.eventsWith500Response++:502===e?n.eventsWith502Response++:503===e?n.eventsWith503Response++:504===e?n.eventsWith504Response++:e>500&&e<600&&n.eventsWith5XXResponse++}},{key:"findPreviousInstanceStat",value:function(e,t){var n,i=de(this.activeFragmentEvent.stats.previousInstanceEventStats);try{for(i.s();!(n=i.n()).done;){var r=n.value;if(r.instanceId===e)return void t(r)}}catch(e){i.e(e)}finally{i.f()}var o=this.getEventHeaders(),a=o.header,s=o.requestHeader,c={header:Object.assign(a,{memberId:-1}),requestHeader:s,instanceId:e,eventsSent:0,eventTopics:[],networkResponseStats:{eventsWith2XXResponse:0,eventsWith400Response:0,eventsWith408Response:0,eventsWith429Response:0,eventsWith4XXResponse:0,eventsWith500Response:0,eventsWith502Response:0,eventsWith503Response:0,eventsWith504Response:0,eventsWith5XXResponse:0},failures:[]};t(c),this.activeFragmentEvent.stats.previousInstanceEventStats.push(c)}},{key:"logFailedEvent",value:function(e,t,n,i){var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.getCurrentInstanceId(),o=this.getEventHeaders(),a=o.header,s=o.requestHeader,c={header:Object.assign(a,{memberId:-1}),requestHeader:s,instanceId:r,instanceEventNumber:i,reason:e,rawError:n,eventName:Dn(t),eventTopic:Pn(t)};this.estimatedFragmentSize+=JSON.stringify(c).length,r===this.getCurrentInstanceId()?this.activeFragmentEvent.stats.failures.push(c):this.findPreviousInstanceStat(r,(function(e){e.failures.push(c)})),this.fireFragmentEventIfFull()}},{key:"flush",value:function(){this.activeFragmentEvent.isLastFragment=!0,this.fireFragmentEventIfFull(!0)}},{key:"fragmentIsFull",value:function(){return this.activeFragmentEvent.stats.eventsGenerated>=100||this.estimatedFragmentSize>=this.fragmentSizeLimit}},{key:"fireFragmentEventIfFull",value:function(){if(arguments.length>0&&void 0!==arguments[0]&&arguments[0]||this.fragmentIsFull()){this.debounceTimer=void 0;var e=this.getEventHeaders(),t=e.header,n=e.requestHeader,i=this.activeFragmentEvent;i.header=t,i.requestHeader=n,this.cmoTransporter.fireFragment(i),this.estimatedFragmentSize=0,this.activeFragmentEvent=jn(this.clientMonitoringInstanceId,i.fragmentNumber+1,i.firstEventNumber+i.stats.eventsGenerated,!1,e)}}},{key:"setCurrentContext",value:function(e){this.currentContext=e}},{key:"updateAppState",value:function(e){this.host.api.assign(this.appState,e)}},{key:"getEventHeaders",value:function(){var e=void 0;this.appState.clientApplicationInstance&&((e=this.appState.clientApplicationInstance).trackingId=qn(e.trackingId));var t=this.currentContext.pageInstance;return t.trackingId=qn(t.trackingId),{requestHeader:{interfaceLocale:this.host.locale,pageKey:this.currentContext.pageKey,path:this.host.api.location.pathname+this.host.api.location.search,referer:this.host.api.document.referrer},header:{applicationViewerUrn:this.appState.applicationViewerUrn,clientApplicationInstance:e,pageInstance:t,time:Date.now(),version:this.host.appVersion,server:"",service:"",guid:ln(),memberId:0}}}}]),e}();function Bn(e){return Mn||(Mn=new Fn(e)),{getCurrentInstanceId:function(){return Mn.getCurrentInstanceId()},logEventGenerated:function(e){return Mn.logEventGenerated(e)},logEventReadyToSend:function(e){Mn.logEventReadyToSend(e)},logEventSent:function(e){Mn.logEventSent(e)},logPersistedEventSent:function(e,t){Mn.logEventSent(t,e)},logNetworkResponseCode:function(e){Mn.logNetworkResponseCode(e)},logPersistedNetworkResponseCode:function(e,t){var n;null===(n=Mn)||void 0===n||n.logNetworkResponseCode(t,e)},logFailedEvent:function(e,t,n,i){Mn.logFailedEvent(e,t,n,i)},logPersistedFailedEvent:function(e,t,n,i,r){Mn.logFailedEvent(t,n,i,r,e)},flush:function(){Mn.flush()},destroy:function(){Mn=void 0},isDestroyed:function(){return void 0===Mn},setCurrentContext:function(e){Mn.setCurrentContext(e)},updateAppState:function(e){Mn.updateAppState(e)}}}function jn(e,t,n,i,r){return{fragmentNumber:t,firstEventNumber:n,isLastFragment:i,stats:{instanceId:e,eventsGenerated:0,eventsReadyToSend:0,eventsSent:0,networkResponseStats:{eventsWith2XXResponse:0,eventsWith400Response:0,eventsWith408Response:0,eventsWith429Response:0,eventsWith4XXResponse:0,eventsWith500Response:0,eventsWith502Response:0,eventsWith503Response:0,eventsWith504Response:0,eventsWith5XXResponse:0},eventTopics:[],failures:[],previousInstanceEventStats:[]},requestHeader:r.requestHeader,header:r.header}}function qn(e){return Array.isArray(e)?cn(e):16===e.length?e:function(e){return"string"==typeof e&&!!e.match(un)}(e)?atob(e):cn(function(e){return Oe(e)}(e))}!function(e){e.NONE="NONE",e.UNKNOWN_EXECUTION_ERROR="UNKNOWN_EXECUTION_ERROR",e.MISSING_REQUIRED_PROPERTIES="MISSING_REQUIRED_PROPERITES",e.STORAGE_WRITE_FAILURE="STORAGE_WRITE_FAILURE",e.RETRIES_EXCEEDED="RETRIES_EXCEEDED",e.EVENT_EVICTED_FROM_STORAGE="EVENT_EVICTED_FROM_STORAGE",e.STORAGE_UNAVAILABLE="STORAGE_UNAVAILABLE",e.SERIALIZATION_FAILURE="SERIALIZATION_FAILURE"}(Un||(Un={}));var Gn=["PageViewEvent","SponsoredImpressionEvent","JobViewEvent"],Hn="PageViewEvent",Wn=function(){function e(t){var n,i,r,o=this;ge(this,e),Ee(this,"host",void 0),Ee(this,"queue",void 0),Ee(this,"preContextQueue",void 0),Ee(this,"debounceTimer",void 0),Ee(this,"unloadHandlers",void 0),Ee(this,"maxQueueSize",void 0),Ee(this,"flushDebounceTime",void 0),Ee(this,"trackingEventListeners",[]),Ee(this,"onHideHandler",(function(){o.forceFlush()})),Ee(this,"networkTransporter",void 0),Ee(this,"clientMonitoringConn",void 0),Ee(this,"clientGlobalSequenceNumberCounter",void 0),Ee(this,"clientTopicLocalSequenceNumberCountersMap",{}),Ee(this,"isTimerRunning",void 0),Ee(this,"trackingEndpoint",void 0),Ee(this,"isEvenBatchEnabled",void 0),this.host=t,this.queue=[],this.preContextQueue=[],this.unloadHandlers=[];var a=t.batching,s=null!==(n=null==a?void 0:a.evenBatchEnabled)&&void 0!==n&&n,c="development"===t.environment||(null===(i=t.api)||void 0===i||null===(i=i.location)||void 0===i||null===(i=i.host)||void 0===i?void 0:i.indexOf("-ei."))>-1?"https://www.linkedin-ei.com/li/track/validate":t.endpoint||"https://www.linkedin.com/li/track";this.trackingEndpoint=function(e,t){return/linkedin(?:-ei)?\.cn/.test(t)?e.replace(/\/\/(\S+?)\.linkedin(-ei)?\.com/,"//$1.linkedin$2.cn"):e}(c,null===(r=t.api)||void 0===r||null===(r=r.location)||void 0===r?void 0:r.host),this.maxQueueSize=a&&a.maxSize||1,this.flushDebounceTime=a&&a.debounceTime||0,en.on(Xt,this.onHideHandler),this.networkTransporter=new Sn(t),this.isLixEnabled("pemberly.tracking.monitoring")&&t.clientMonitoringConfig&&!t.inactive&&(this.clientMonitoringConn=Bn(t)),this.getSequenceNumberFromIDB(),this.updateSequenceNumberOnExit(),this.isTimerRunning=!1,this.isEvenBatchEnabled=this.isLixEnabled("pemberly.tracking.even-batch")||s}return ye(e,[{key:"checkAndEnablePersistentRetry",value:function(e){var t,n=(t=this.clientMonitoringConn,{onIntermediateResult:function(e,n){var i;if(t&&!t.isDestroyed())try{if(i=JSON.parse(n),!Array.isArray(i)||0===i.length)return;e.statusCode&&t.logNetworkResponseCode(e.statusCode),!0===e.drop&&i.forEach((function(n){var i,r=n.eventInfo.eventName,o=n.eventInfo.topicName||r,a="rawError"in e?e.rawError:"null",s=["type: ".concat(e.type),"statusCode: ".concat(e.statusCode||"null"),"drop: ".concat(String(e.drop)),"rawError: ".concat(a)].join(", ");t.logFailedEvent(Un.UNKNOWN_EXECUTION_ERROR,{eventName:r,topicName:o},s,null!==(i=n.eventBody.header.clientMonitoringInstanceEventNumber)&&void 0!==i?i:-1)}))}catch(e){}},onBeforeRetry:function(e){var n;if(t&&!t.isDestroyed())try{if(n=JSON.parse(e),!Array.isArray(n)||0===n.length||!n[0].eventBody.header.clientMonitoringInstanceId)return;var i=n[0].eventBody.header.clientMonitoringInstanceId,r=n.length;t.logPersistedEventSent(i,r)}catch(e){}},onResult:function(e,n){var i;if(t)try{if(i=JSON.parse(n),!Array.isArray(i)||0===i.length||!i[0].eventBody.header.clientMonitoringInstanceId)return;var r=i[0].eventBody.header.clientMonitoringInstanceId;e.statusCode&&t.logPersistedNetworkResponseCode(r,e.statusCode),!0===e.drop&&i.forEach((function(n){var i=n.eventInfo.eventName,o=n.eventInfo.topicName||i,a="rawError"in e?e.rawError:"null",s=["type: ".concat(e.type),"statusCode: ".concat(e.statusCode||"null"),"drop: ".concat(String(e.drop)),"rawError: ".concat(a)].join(", ");t.logPersistedFailedEvent(r,Un.UNKNOWN_EXECUTION_ERROR,{eventName:i,topicName:o},s,n.eventBody.header.clientMonitoringInstanceEventNumber)}))}catch(e){}}});this.networkTransporter.checkAndEnablePersistentRetry(e,n)}},{key:"clearPersistedEventsOnLogout",value:function(){return this.networkTransporter.clearPersistedEventsOnLogout()}},{key:"on",value:function(e){this.trackingEventListeners.push(e)}},{key:"fireEvent",value:function(e){var t=function(e){return e.meta.time=Date.now(),e}(e);this.clientMonitoringConn&&(t.meta.clientMonitoringInstanceId=this.clientMonitoringConn.getCurrentInstanceId(),t.meta.clientMonitoringInstanceEventNumber=this.clientMonitoringConn.logEventGenerated(Pn(e.id)));var n=this.host,i=n.api.Promise,r=n.batching;if(function(e){return!!e.meta.context}(t)){var o,a=this.prepareCompleteEnvelopeQueue(t);return null===(o=this.clientMonitoringConn)||void 0===o||o.logEventReadyToSend(1),this.queue.push(a),r?(this.batchFire(),i.resolve(!0)):(this.flush(!0),i.resolve(!0))}return this.preContextQueue.push(t),i.resolve(!0)}},{key:"callOnDestroy",value:function(e){this.unloadHandlers.push(e)}},{key:"destroy",value:function(){var e,t,n;this.unloadHandlers.forEach((function(e){return e()})),this.forceFlush(),this.trackingEventListeners=[],this.clientMonitoringConn=void 0,en.off(Xt,this.onHideHandler),null!==(e=this.host)&&void 0!==e&&e.__getLixTreatment&&(this.host.__getLixTreatment=void 0),null!==(t=this.host)&&void 0!==t&&null!==(t=t.api)&&void 0!==t&&t.location&&(this.host.api.location=null===(n=window)||void 0===n?void 0:n.location)}},{key:"forceFlush",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;this.populatePreContextQueue({pageInstance:dn(Te),pageKey:Te}).forEach((function(t){e.queue.push(t)})),this.isEvenBatchEnabled?1===t?this.sendPayload(void 0,!0):this.sendPayload():this.flush(!0)}},{key:"isLixEnabled",value:function(e){var t,n;return"enabled"===(null===(t=(n=this.host).__getLixTreatment)||void 0===t?void 0:t.call(n,e))}},{key:"getSequenceNumberFromIDB",value:function(){var e=this;mn("read").then((function(t){var n;e.clientGlobalSequenceNumberCounter=null!==(n=null==t?void 0:t.sequenceNumber)&&void 0!==n?n:0,Gn.forEach((function(n){var i;e.clientTopicLocalSequenceNumberCountersMap[n]=null!==(i=null==t?void 0:t[n])&&void 0!==i?i:0}))})).catch((function(e){En("sequence-number:idb-read",e)}))}},{key:"updateSequenceNumberToIDB",value:function(){mn("update",this.clientGlobalSequenceNumberCounter,this.clientTopicLocalSequenceNumberCountersMap).catch((function(e){En("sequence-number:idb-update",e)}))}},{key:"updateSequenceNumberOnExit",value:function(){var e=this;"undefined"!=typeof window&&"undefined"!=typeof document&&window.addEventListener("beforeunload",(function t(){e.updateSequenceNumberToIDB(),window.removeEventListener("beforeunload",t)}))}},{key:"prepareCompleteEnvelopeQueue",value:function(e){var t=this,n=e.meta.context=fn(e.meta.context,this.host.api);return"function"==typeof e.body&&(e.body=e.body(n)),this.preContextQueue.length>0&&this.populatePreContextQueue(n).forEach((function(e){return t.queue.push(e)})),e}},{key:"envelop",value:function(e,t,n){var i=this.host,r=i.appId,o=i.api,a={eventBody:t,eventInfo:"string"==typeof e?{appId:r,eventName:e,topicName:e}:o.assign({appId:r},e)};return n.length>0&&this.host.api.assign(a,{clientBreadcrumbs:n}),a}},{key:"getBreadcrumbs",value:function(e){return e.clientBreadcrumbs||[]}},{key:"getGenericEventBody",value:function(e){var t,n=this.host,i=n.appVersion,r=n.locale,o=n.api,a=o.location,s=o.document,c=o.assign,l=e.meta.context,u=l.pageKey,d=l.pageInstance,h=function(e){return"string"==typeof e?e===Hn:e.eventName===Hn}(e.id)&&(null===(t=e.body.requestHeader)||void 0===t?void 0:t.pageKey)||u,p=e.meta.requestHeader||{referer:s.referrer,path:"".concat(a.pathname).concat(a.search)},f=p.referer,v=p.path,g=null;"string"!=typeof r&&null!==this.host.locale||(g=r);var m={interfaceLocale:g,pageKey:h,referer:f,path:v,isFlushOnCloseBrowserTabEnabled:!yn()&&(_t()||"undefined"!=typeof navigator&&"sendBeacon"in navigator),isBrowserPersistentRetryEnabled:this.networkTransporter.isBrowserPersistentRetryEnabled()},y={pageInstance:d,time:e.meta.time,version:i,server:"",service:"",guid:ln(),memberId:0};"number"==typeof this.clientGlobalSequenceNumberCounter&&c(y,{clientGlobalSequenceNumber:this.clientGlobalSequenceNumberCounter});var E=Pn(e.id);if(Gn.includes(E)){var b=this.clientTopicLocalSequenceNumberCountersMap[E];"number"==typeof b&&c(y,{clientTopicLocalSequenceNumber:b})}var x={header:c(y,e.meta.header||{}),requestHeader:c(m,e.meta.requestHeader||{})},T=e.meta.clientMonitoringInstanceId,w=e.meta.clientMonitoringInstanceEventNumber;return T&&c(x.header,{clientMonitoringInstanceId:T,clientMonitoringInstanceEventNumber:w}),c(e.body,x)}},{key:"populatePreContextQueue",value:function(e){var t,n=this.preContextQueue;return this.preContextQueue=[],null===(t=this.clientMonitoringConn)||void 0===t||t.logEventReadyToSend(n.length),n.map((function(t){return t.meta.context=e,"function"==typeof t.body&&(t.body=t.body(e)),t}))}},{key:"trigger",value:function(e,t){this.trackingEventListeners.forEach((function(n){return n(e,t)}))}},{key:"requestFlush",value:function(e){var t=this;e((function(){t.forceFlush(0)}),{timeout:1e4})}},{key:"flush",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=this.host.api.requestIdleCallback;e||!t?this.sendPayload(void 0,!0):this.requestFlush(t)}},{key:"batchFire",value:function(){var e=this;this.queue.length>this.maxQueueSize?this.flush():(this.debounceTimer&&clearTimeout(this.debounceTimer),this.debounceTimer=setTimeout((function(){return e.flush()}),this.flushDebounceTime))}},{key:"sendPayload",value:function(e){var t,n=this,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(this.isEvenBatchEnabled)if(Array.isArray(e)&&e.length>0)t=e;else{var r=this.maxQueueSize+1;this.queue.length>0&&(this.queue.length<=r||i)?(t=this.queue,this.queue=[]):t=this.queue.splice(0,r)}else Array.isArray(e)&&e.length>0?t=e:(t=this.queue,this.queue=[]);if(0!==t.length){"undefined"!=typeof window&&!1===this.isTimerRunning&&(this.isTimerRunning=!0,setInterval((function(){n.updateSequenceNumberToIDB()}),5e3));var o,a,s=[],c=[];t.forEach((function(e){var t=n.getGenericEventBody(e),i=n.getBreadcrumbs(e),r=n.envelop(e.id,t,i);n.trigger(r,e.meta);var o=r.eventInfo.eventName;"LixTreatmentsEvent"===o||"JavaScriptErrorEvent"===o?s.push(r):c.push(r),"number"==typeof n.clientGlobalSequenceNumberCounter&&n.clientGlobalSequenceNumberCounter++;var a=Pn(e.id);Gn.includes(a)&&"number"==typeof n.clientTopicLocalSequenceNumberCountersMap[a]&&n.clientTopicLocalSequenceNumberCountersMap[a]++})),this.host.inactive||(this.clientMonitoringConn&&(this.clientMonitoringConn.logEventSent(s.length+c.length),a=this.clientMonitoringConn,o={onResult:function(e,t){a&&!a.isDestroyed()&&(e.statusCode&&a.logNetworkResponseCode(e.statusCode),!0===e.drop&&t.forEach((function(t){var n=t.eventInfo.eventName,i=t.eventInfo.topicName||n,r="rawError"in e?e.rawError:"null",o=["type: ".concat(e.type),"statusCode: ".concat(e.statusCode||"null"),"drop: ".concat(String(e.drop)),"rawError: ".concat(r)].join(", ");null==a||a.logFailedEvent(Un.UNKNOWN_EXECUTION_ERROR,{eventName:n,topicName:i},o,t.eventBody.header.clientMonitoringInstanceEventNumber||-1)})))}}),this.networkTransporter.sendPayloadFireForget(this.trackingEndpoint,s,void 0,o),this.networkTransporter.sendPayload(this.trackingEndpoint,c,void 0,o))}}},{key:"getTrackingEndpoint",value:function(){return this.trackingEndpoint}}]),e}();var Kn,zn=function(){function e(t,n){ge(this,e),this.clientBreadcrumbType=t,this.id=n}return ye(e,[{key:"builder",get:function(){return function(){var e={},t=new Proxy({},{get:function(n,i){return"build"===i?function(){return e}:function(n){return e[i.toString()]=n,t}}});return t}().id(this.id).clientBreadcrumbType(this.clientBreadcrumbType)}}],[{key:"toPointer",value:function(e){return{id:e.id,type:e.clientBreadcrumbType}}}]),e}();!function(e){e.UNKNOWN="UNKNOWN",e.ME_NOTIFICATION="ME_NOTIFICATION",e.ME_NOTIFICATION_ACTION="ME_NOTIFICATION_ACTION",e.JOB_VIEW="JOB_VIEW",e.MEDIA="MEDIA",e.FEED_UPDATE_SERVED="FEED_UPDATE_SERVED",e.MESSAGE_SEND_CLIENT_SUCCESS="MESSAGE_SEND_CLIENT_SUCCESS",e.MESSAGE_SEND_CLIENT_FAILURE="MESSAGE_SEND_CLIENT_FAILURE",e.MESSAGE_SEND_FUNNEL="MESSAGE_SEND_FUNNEL"}(Kn||(Kn={}));var Vn=function(e){function t(){return ge(this,t),ae(this,t,[Kn.FEED_UPDATE_SERVED,ln()])}return le(t,zn),ye(t)}();function Xn(e,t){var n;if("proto.sdui.breadcrumbs.feed.FeedUpdateServedBreadcrumb"!==t)throw new Error("breadcrumb class ".concat(t," needs to be defined in core-web-tracking."));if(!(n=(new Vn).builder))throw new Error("breadcrumb class ".concat(t," needs to be defined in core-web-tracking."));for(var i in e){var r=e[i];null!=r&&n[i](r)}return n.build()}function Yn(e){var t,n=[],i=[],r=de(e);try{for(r.s();!(t=r.n()).done;){var o=t.value,a=o.breadcrumb,s=oe(o,z);if(i.push(s),a){var c=a.$type,l=Xn(oe(a,V),c);n.push(l)}}}catch(e){r.e(e)}finally{r.f()}return{extractedBreadcrumbs:n,trackingScopesWithoutBreadcrumbs:i}}function Qn(e){var t,n=new Set,i=[],r=de(e);try{for(r.s();!(t=r.n()).done;){var o=t.value,a="".concat(o.contentTrackingId,"-").concat(o.topicName);n.has(a)||(n.add(a),i.push(o))}}catch(e){r.e(e)}finally{r.f()}var s=Yn(i);return{breadcrumbs:s.extractedBreadcrumbs,trackingScopes:s.trackingScopesWithoutBreadcrumbs}}function Jn(e){if(!e)return{};var t=e.trk,n=!1,i=e.licu&&decodeURIComponent(e.licu);e.external_control&&(i="urn:li:externalControl:".concat(decodeURIComponent(e.external_control)),n=!0);var r,o=e.lipi&&function(e){var t=decodeURIComponent(e).split(";");if(t.length>1)return{pageUrn:t[0],trackingId:t[1]}}(e.lipi);if(o?r={pageInstance:o,pageKey:t}:t&&(r={pageKey:t}),e.external_page&&e.external_page_instance){var a=decodeURIComponent(e.external_page);r={pageInstance:{pageUrn:"urn:li:externalPage:".concat(a),trackingId:e.external_page_instance},pageKey:a},n=!0}var s=e.external_app&&e.external_app_instance?{applicationUrn:"urn:li:externalApplication:".concat(decodeURIComponent(e.external_app)),trackingId:e.external_app_instance,version:""}:void 0;return s&&((r=r||{}).applicationInstance=s),{fromExternalApp:n||!!s,previousApplicationInstance:s,previousContext:r,previousControlId:e.lici&&decodeURIComponent(e.lici),previousControlUrn:i}}function $n(e){return"retryConfig"in e.host}function Zn(e){return"location"in e.api}var ei,ti,ni;!function(){function e(t,n){var i,r;if(ge(this,e),Ee(this,"transporter",void 0),Ee(this,"delegate",void 0),Ee(this,"currentContext",void 0),Ee(this,"appState",void 0),Ee(this,"referrer",void 0),Ee(this,"previousAppContext",void 0),Ee(this,"customTransporters",void 0),Ee(this,"clientMonitoringConn",void 0),this.transporter=t,this.delegate=n,this.appState={},this.customTransporters={},n&&n.customTransporterHosts)for(var o in n.customTransporterHosts)if(Object.prototype.hasOwnProperty.call(n.customTransporterHosts,o)){var a=this.transporter.host.api.assign({},this.transporter.host);this.customTransporters[o]=new Wn(this.transporter.host.api.assign(a,n.customTransporterHosts[o]))}"enabled"===(null===(i=(r=t.host).__getLixTreatment)||void 0===i?void 0:i.call(r,"pemberly.tracking.monitoring"))&&t.host.clientMonitoringConfig&&!t.host.inactive&&Zn(t.host)&&(this.clientMonitoringConn=Bn(t.host))}ye(e,[{key:"host",get:function(){return this.transporter.host}},{key:"addBeforeHandlerToHideEvent",value:function(e){en.before(Xt,e)}},{key:"removeBeforeHandlerToHideEvent",value:function(e){en.offBefore(Xt,e)}},{key:"checkAndEnablePersistentRetry",value:function(){$n(this.transporter)&&this.transporter.checkAndEnablePersistentRetry(this.delegate)}},{key:"flushAndClearPersistedEventsOnLogout",value:function(){this.forceFlush();var e=$n(this.transporter)?this.transporter.clearPersistedEventsOnLogout():null;return null!=e?e:this.host.api.Promise.resolve()}},{key:"getCurrentContext",value:function(){if(this.currentContext)return fn(this.currentContext,this.host.api)}},{key:"navigate",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=this.navMetaFromSeed(e,Jn(t),null==n?void 0:n.pageInstanceTrackingId);if(this.setCurrentContext(i.to),!n.suppressEventsFiring)return this.fireNavEvents(i)}},{key:"setCurrentContext",value:function(e){var t;this.currentContext=fn(e,this.host.api),null===(t=this.clientMonitoringConn)||void 0===t||t.setCurrentContext(fn(e,this.host.api))}},{key:"updateAppState",value:function(e){var t;this.host.api.assign(this.appState,e),null===(t=this.clientMonitoringConn)||void 0===t||t.updateAppState(e)}},{key:"fireCIE",value:function(e,t,n,i,r){return this.fireEvent("ControlInteractionEvent",(function(n){var o=hn(n.pageKey,e),a={controlTrackingId:i,controlUrn:o,interactionType:t};return r&&r(o),a}),{context:n})}},{key:"getViewHierarchy",value:function(e){for(var t=[],n=e;n instanceof Element&&"body"!==n.tagName.toLowerCase();){var i=n.closest("[data-view-name]");if(i){var r=i.getAttribute("data-view-name");r&&t.push(r)}n=null==i?void 0:i.parentElement}return t}},{key:"getViewTrackingScope",value:function(e){for(var t=[],n=e;n instanceof Element&&"body"!==n.tagName.toLowerCase();){var i=n.closest("[data-view-tracking-scope]");if(i){var r=i.getAttribute("data-view-tracking-scope");if(r)try{var o=JSON.parse(r);o&&o.length&&t.push.apply(t,he(o))}catch(e){En("getViewTrackingScope","Error parsing trackingScope ".concat(r))}}n=null==i?void 0:i.parentElement}return t}},{key:"fireInteraction",value:function(e){var t=e.manualFireReason,n=e.interactionType,i=e.targetView,r=e.viewHierarchy,o=e.viewTrackingScope,a=e.verticalPosition,s=e.horizontalPosition,c=e.controlUrn,l=e.actionType,u=e.contentTrackingId,d=e.clientBreadcrumbs,h=void 0===d?[]:d,p=e.isShadowEvent,f=e.cooloffToken,v=i?this.getViewHierarchy(i):[],g=v.length>0?v:r||[],m=o||this.getViewTrackingScope(i);0===g.length&&console.warn("No viewHierarchy provided or found from element.");var y=Qn(m),E=y.breadcrumbs,b=y.trackingScopes;return this.fireEvent("GenericActionEvent",{verticalPosition:a,horizontalPosition:s,controlUrn:c||"",interactionType:n,actionType:l,contentTrackingId:""===u?void 0:u,manualFireReason:t,cooloffToken:f,trackingScopeHierarchy:{entries:b}},{header:{viewHierarchy:g}},[].concat(he(h),he(E)),p)}},{key:"fireImpression",value:function(e,t){var n=e.manualFireReason,i=e.targetView,r=e.viewHierarchy,o=e.viewTrackingScope,a=e.viewDurationInMilliseconds,s=void 0===a?0:a,c=e.contentViewFraction,l=void 0===c?1:c,u=e.width,d=void 0===u?-1:u,h=e.height,p=void 0===h?-1:h,f=e.verticalPosition,v=e.horizontalPosition,g=e.impressionTime,m=e.contentTrackingId,y=e.clientBreadcrumbs,E=void 0===y?[]:y,b=e.isShadowEvent,x=e.cooloffToken,T=i?this.getViewHierarchy(i):[],w=T.length>0?T:r||[],_=o||this.getViewTrackingScope(i);0===w.length&&console.warn("No viewHierarchy provided or found from element.");var S=Qn(_),k=S.breadcrumbs,C=S.trackingScopes,I={header:{viewHierarchy:w},context:null==t?void 0:t.context};return this.fireEvent("GenericImpressionEvent",{viewDurationInMilliseconds:s,contentViewFraction:l,width:d,height:p,verticalPosition:f,horizontalPosition:v,impressionTime:g,contentTrackingId:""===m?void 0:m,manualFireReason:n,cooloffToken:x,trackingScopeHierarchy:{entries:C}},I,[].concat(he(E),he(k)),b)}},{key:"fireEvent",value:function(e,t,n,i,r){if(!t){var o=Pn(e),a=void 0===t?"undefined":null===t?"null":ve(t),s='Firing tracking event "'.concat(o,'" with invalid body, you fired "').concat(a,'"');if(this.clientMonitoringConn){var c=this.clientMonitoringConn.logEventGenerated(o);this.clientMonitoringConn.logFailedEvent(Un.MISSING_REQUIRED_PROPERTIES,e,s,c)}throw new Error(s)}var l=i||[];if(l.length>0){var u=l.map((function(e){return zn.toPointer(e)}));this.host.api.assign(t,{clientBreadcrumbPointers:u})}var d=l.length>0?this.generateEnvelopeWithBreadcrumbs(e,t,n,l,r):this.generateEnvelope(e,t,n,r);return this.fireEnvelope(d)}},{key:"generateEnvelopeWithBreadcrumbs",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],r=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o=this.generateEnvelope(e,t,n,r);return i.length>0?this.addBreadcrumbsToEnvelope(o,i):o}},{key:"addBreadcrumbsToEnvelope",value:function(e,t){return this.host.api.assign(e,{clientBreadcrumbs:t}),e}},{key:"fireEnvelope",value:function(e){var t,n;if(null!==(t=this.delegate)&&void 0!==t&&null!==(n=t.shouldAnonymizeMemberId)&&void 0!==n&&n.call(t))if(Nn(e.id)){var i=e.id;e.id={eventName:i,topicName:i,shouldAnonymizeMemberId:!0}}else e.id.shouldAnonymizeMemberId=!0;var r=this.delegate&&this.delegate.preTransporter?this.delegate.preTransporter(e):e;if(r){var o=r.meta.transporterKey,a=o?this.customTransporters[o]:this.transporter;if(!a&&o){var s=Pn(r.id),c="Could not find custom transporter: ".concat(o);if(this.clientMonitoringConn){var l=this.clientMonitoringConn.logEventGenerated(s);this.clientMonitoringConn.logFailedEvent(Un.UNKNOWN_EXECUTION_ERROR,r.id,c,l)}throw new Error(c)}return a.fireEvent(r)}return this.host.api.Promise.resolve(!0)}},{key:"generatePageInstance",value:function(e,t){return dn(e,t)}},{key:"firePVE",value:function(e,t,n){return this._firePVE(e,t,n)}},{key:"_firePVE",value:function(e,t,n){var i={pageType:"full",totalTime:0,trackingCode:this.getTrackingCode(),trackingInfo:{}},r=this.host.api.assign(i,t),o=this.generateEnvelope("PageViewEvent",r,{context:n});return o.meta.requestHeader.pageKey=e,this.fireEnvelope(o)}},{key:"destroy",value:function(){for(var e in this.transporter.destroy(),this.customTransporters)this.customTransporters[e].destroy();this.clientMonitoringConn&&(this.clientMonitoringConn.flush(),this.clientMonitoringConn.destroy(),this.clientMonitoringConn=void 0),en.clear()}},{key:"forceFlush",value:function(){for(var e in this.transporter.forceFlush(),this.customTransporters)this.customTransporters[e].forceFlush()}},{key:"generateControlUrn",value:function(e,t){return hn((t||this.currentContext||{pageKey:Te}).pageKey,e)}},{key:"fireRawCIE",value:function(e,t,n,i){var r={controlTrackingId:i,controlUrn:e,interactionType:t};return{beacon:this.fireEvent("ControlInteractionEvent",r,{context:n}),controlUrn:e}}},{key:"generateNavigationEvent",value:function(e){var t=e.triggerId,n=e.triggerUrn,i=e.from;return{previousPageInstance:i&&i.pageInstance,triggerControlTrackingId:t,triggerControlUrn:n}}},{key:"getTrackingCode",value:function(){return this.previousAppContext&&this.previousAppContext.pageKey}},{key:"navMetaFromSeed",value:function(e,t,n){var i="NavigationEvent";this.previousAppContext=t.previousContext;var r=t.fromExternalApp?{eventName:i,topicName:"InboundNavigationEvent"}:i;return t.fromExternalApp||(this.referrer="https://www.linkedin.com"),{from:t.previousContext,navEventId:r,to:{applicationInstance:t.applicationInstance,pageInstance:this.generatePageInstance(e,n||t.pageTrackingId),pageKey:e},triggerId:t.previousControlId,triggerUrn:t.previousControlUrn}}},{key:"fireNavEvents",value:function(e){var t=this.generateNavigationEvent(e),n=e.to,i=e.from,r=e.navEventId,o=this.generateEnvelope(r,t);o.meta.requestHeader.pageKey=n.pageKey;var a=i&&i.applicationInstance;return a&&(o.meta.header.clientApplicationInstance=a),this.host.api.Promise.all([this._firePVE(n.pageKey),this.fireEnvelope(o)])}},{key:"generateEnvelope",value:function(e,t){var n,i,r,o,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},s=arguments.length>3&&void 0!==arguments[3]&&arguments[3],c={directive:a.directive,transporterKey:a.transporterKey,context:a.context||this.currentContext&&fn(this.currentContext,this.host.api),requestHeader:this.host.api.assign({trackingCode:this.getTrackingCode()},a.requestHeader||{},Zn(this.host)?{path:"".concat(this.host.api.location.pathname).concat(this.host.api.location.search),referer:"enabled"===(null===(n=(i=this.host).__getLixTreatment)||void 0===n?void 0:n.call(i,"pai.referrer.fix.subsquent"))?this.referrer?this.referrer:null===(r=this.host.api.document)||void 0===r?void 0:r.referrer:null===(o=this.host.api.document)||void 0===o?void 0:o.referrer}:{}),header:this.host.api.assign({applicationViewerUrn:this.appState.applicationViewerUrn,clientApplicationInstance:this.appState.clientApplicationInstance,isShadowEvent:s},a.header||{})};return{body:"function"==typeof t?t:function(){return t},id:e,meta:c}}}])}();!function(e){e.INTERNAL_OTEL_JET_EVENT="internal:otel:jet",e.INTERNAL_OTEL_RESOURCE="internal:otel:resource",e.INTERNAL_OTEL_LARGEST_CONTENTFUL_PAINT="internal:otel:lcp",e.INTERNAL_OTEL_CUMULATIVE_LAYOUT_SHIFT="internal:otel:cls",e.INTERNAL_OTEL_FIRST_INPUT_DELAY="internal:otel:fid"}(ei||(ei={})),function(){function e(t,n){var i,r,o=this;ge(this,e),Ee(this,"core",void 0),Ee(this,"protocol",void 0),Ee(this,"throttleKeySet",new Set),Ee(this,"config",void 0),Ee(this,"reportTransporterError",(function(e){e.reason instanceof Error||(e.reason=new Error(e.reason||"An error occurred in the transporter")),o.reportError(e.reason,e.tags.concat(["info"]),{responseHeaders:e.responseHeaders}).catch((function(){}))})),this.core=t;var a=this.core.host.api.location.protocol;this.protocol=a.substring(0,a.length-1),this.config={throttleTime:null!==(i=null==n?void 0:n.throttleTime)&&void 0!==i?i:100,useOTel:null!==(r=null==n?void 0:n.useOTel)&&void 0!==r&&r},en.on(Yt,this.reportTransporterError)}ye(e,[{key:"reportError",value:function(e){var t,n=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=r.callTreeId,a=void 0===o?"":o,s=r.responseHeaders,c=void 0===s?{}:s,l=r.sduiScreenId,u=r.componentKey,d=e.message,h=e.name,p=e.stack,f=void 0===p?"":p,v=e.fileName,g=void 0===v?"":v,m=e.lineNumber,y=void 0===m?0:m,E=e.columnNumber,b=void 0===E?0:E,x=this.core.host,T=x.appId,w=x.appVersion,_=x.service,S=x.serviceInstance,k=x.treeID,C=void 0===k?"":k,I=x.api,A=I.Promise,O=I.location,R=O.host,L=O.pathname,N=O.search,P=O.hash,D=void 0===P?"":P;if(this.config.useOTel&&en.emit(ei.INTERNAL_OTEL_JET_EVENT,{error:e,tags:i,callTreeId:a,responseHeaders:c}),c){t={};var M=new Map;Object.keys(c).forEach((function(e){M.set(e.toLowerCase(),c[e])})),t.callTreeId=M.get("x-li-uuid"),t.microsoftEdgeReference=M.get("x-msedge-ref"),t.pointOfPresenceId=M.get("x-li-pop"),t.fabric=M.get("x-li-fabric")}var U=function(){return n.core.fireEvent("JavaScriptErrorEvent",(function(e){return{appId:T,e:{c:b,l:y,m:d,s:f,t:h,u:g},h:D,l:n.protocol,o:R,p:L,pageKey:e.pageKey,q:N,service:_,serviceInstance:S,serviceVersion:w,t:i,trackingID:e.pageInstance.trackingId,treeID:C,callTreeId:a,responseTraceHeaders:t,sduiScreenId:l,componentKey:u}}))};if(this.config.throttleTime<0)return U();var F=(h+d+f+i.join("")+a).split("").reduce((function(e,t){return(e<<5)-e+t.charCodeAt(0)|0}),0);return this.throttleKeySet.has(F)?A.resolve(!1):(this.throttleKeySet.add(F),setTimeout((function(){return n.throttleKeySet.delete(F)}),this.config.throttleTime),U())}},{key:"flush",value:function(){this.core.forceFlush()}},{key:"destroy",value:function(){this.core.destroy(),en.off(Yt,this.reportTransporterError)}}])}(),function(e){e.RealUserMonitoringEvent="RealUserMonitoringEvent",e.FeaturePerformanceMeasurementEvent="FeaturePerformanceMeasurementEvent",e.ClientPerfMetricsEvent="ClientPerfMetricsEvent",e.WEB_UI_FRAMEWORK="web-ui-framework",e.APP_ID="app-id",e.APP_VERSION="app-version",e.IS_SINGLE_PAGE_APP="is-single-page-app",e.IS_APP_RENDER_FAILED="is-app-render-failed",e.APP_RENDER_MODE="app-render-mode",e.USER_TIMING_MARK_ENABLED="user-timing-mark-enabled",e.USER_TIMING_MEASURE_ENABLED="user-timing-measure-enabled",e.BEACON_SOURCE="beacon-source",e.BEACON_TIMEOUT="beacon-timeout",e.ENABLE_RS_TIMING="enable-rs-timing",e.ENABLE_CDN_TRACKING="enable-cdn-tracking",e.ASYNC_PLUGINS_TIMEOUT="async-plugins-timeout",e.ENABLE_MEMORY_MEASUREMENT="enable-memory-measurement",e.PAGE_KEY_PREFIX="pageKeyPrefix",e.ENABLE_T_3="enable-tracking-3",e.ENABLE_PEM_T_3="enable-pem-tracking-3",e.ENABLE_OTEL="enable-otel"}(ti||(ti={})),function(e){e.PageLoadStartEvent="PageLoadStartEvent",e.PageLoadEndEvent="PageLoadEndEvent",e.ResourceLoadEvent="ResourceLoadEvent",e.CustomMeasureEvent="CustomMeasureEvent",e.ViewLoadEvent="ViewLoadEvent",e.PEMTracer="PEMTracer"}(ni||(ni={}));var ii,ri,oi,ai,si,ci,li,ui=(Ee(Ee(Ee(Ee(Ee(Ee(Ee(Ee(Ee(Ee(K={},"web-ui-framework","EMBER"),"app-id","linkedin.rum.tracking"),"app-version","unknown"),"is-single-page-app",!0),"user-timing-mark-enabled",!1),"user-timing-measure-enabled",!0),"beacon-source","apps"),"enable-rs-timing",!0),"enable-cdn-tracking",!1),"async-plugins-timeout",5e3),Ee(Ee(Ee(Ee(Ee(Ee(K,"beacon-timeout",3e4),"enable-memory-measurement",!1),"pageKeyPrefix",""),"enable-pem-tracking-3",!1),"enable-tracking-3",!1),"enable-otel",!1)),di=-1,hi=-2,pi=["loadEventEnd","loadEventStart","domComplete","domContentLoadedEventEnd","domContentLoadedEventStart","domInteractive","domLoading","responseEnd","responseStart","requestStart","secureConnectionStart","connectEnd","connectStart","domainLookupEnd","domainLookupStart","fetchStart","redirectEnd","redirectStart","unloadEventEnd","unloadEventStart","navigationStart"],fi={redirectStart:"REDIRECT_START",redirectEnd:"REDIRECT_END",fetchStart:"FETCH_START",domainLookupStart:"DOMAIN_LOOKUP_START",domainLookupEnd:"DOMAIN_LOOKUP_END",connectStart:"CONNECT_START",connectEnd:"CONNECT_END",secureConnectionStart:"SECURE_CONNECTION_START",requestStart:"REQUEST_START",responseStart:"RESPONSE_START",responseEnd:"RESPONSE_END",workerStart:"WORKER_START"},vi={"http/0.9":"HTTP0_9","http/1.0":"HTTP1_0","http/1.1":"HTTP1_1",h2:"HTTP2"},gi="pageLoadId does not exist",mi="rum token passed is invalid",yi=new RegExp(/batch-(\d+)$|enabled$/),Ei=function(){function e(){ge(this,e),Ee(this,"userTimingEntries",[]),Ee(this,"longTasks",[]),Ee(this,"resourceTimingEntries",[]),Ee(this,"cdnData",void 0)}return ye(e,[{key:"reset",value:function(){this.userTimingEntries=[],this.longTasks=[],this.resourceTimingEntries=[]}},{key:"attachTreeIds",value:function(e){this.resourceTimingEntries.forEach((function(t){var n=e.get(t.name);n&&(t.resourceTreeId=n)}))}},{key:"getData",value:function(){return{userTimingEntries:this.userTimingEntries,longTasks:this.longTasks,resourceTimingEntries:this.resourceTimingEntries.map(xi),cdnData:this.cdnData}}}]),e}(),bi=["resourceTreeId","name","entryType","startTime","duration","initiatorType","nextHopProtocol","redirectStart","redirectEnd","fetchStart","domainLookupStart","domainLookupEnd","connectStart","connectEnd","secureConnectionStart","requestStart","responseStart","responseEnd","transferSize","encodedBodySize","decodedBodySize","workerStart"];function xi(e){return bi.reduce((function(t,n){var i=e[n];return void 0!==i&&(t[n]=i),t}),{})}function Ti(e,t){if(e.nodeType!==Node.ELEMENT_NODE)throw new Error("Can't generate CSS selector for non-element node type.");if("html"===e.tagName.toLowerCase())return"html";var n={root:document.body,idName:function(e){return!0},className:function(e){return!0},tagName:function(e){return!0},attr:function(e,t){return!1},seedMinLength:1,optimizedMinLength:2,threshold:1e3,maxNumberOfTries:1e4};ci=Object.assign(Object.assign({},n),t),li=function(e,t){return e.nodeType===Node.DOCUMENT_NODE?e:e===t.root?e.ownerDocument:e}(ci.root,n);var i=wi(e,si.All,(function(){return wi(e,si.Two,(function(){return wi(e,si.One)}))}));if(i){var r=Li(function e(t,n){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{counter:0,visited:new Map},r=[];if(t.length>2&&t.length>ci.optimizedMinLength)for(var o=1;o<t.length-1;o++){if(i.counter>ci.maxNumberOfTries)return r;i.counter+=1;var a=he(t);a.splice(o,1);var s=Si(a);if(i.visited.has(s))return r;Ci(a)&&Ni(a,n)&&(r.push(a),i.visited.set(s,!0),r=r.concat(e(a,n,i)))}return r}(i,e));return r.length>0&&(i=r[0]),Si(i)}throw new Error("Selector was not found.")}function wi(e,t,n){for(var i=null,r=[],o=e,a=0,s=function(){var e=Oi(function(e){var t=e.getAttribute("id");return t&&ci.idName(t)?{name:"#"+Fi(t,{isIdentifier:!0}),penalty:0}:null}(o))||Oi.apply(void 0,he(function(e){return Array.from(e.attributes).filter((function(e){return ci.attr(e.name,e.value)})).map((function(e){return{name:"["+Fi(e.name,{isIdentifier:!0})+'="'+Fi(e.value)+'"]',penalty:.5}}))}(o)))||Oi.apply(void 0,he(function(e){return Array.from(e.classList).filter(ci.className).map((function(e){return{name:"."+Fi(e,{isIdentifier:!0}),penalty:1}}))}(o)))||Oi(function(e){var t=e.tagName.toLowerCase();return ci.tagName(t)?{name:t,penalty:2}:null}(o))||[{name:"*",penalty:3}],s=function(e){var t=e.parentNode;if(!t)return null;var n=t.firstChild;if(!n)return null;for(var i=0;n&&(n.nodeType===Node.ELEMENT_NODE&&i++,n!==e);)n=n.nextSibling;return i}(o);if(t===si.All)s&&(e=e.concat(e.filter(Ai).map((function(e){return Ii(e,s)}))));else if(t===si.Two)e=e.slice(0,1),s&&(e=e.concat(e.filter(Ai).map((function(e){return Ii(e,s)}))));else if(t===si.One){var c=function(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var i,r,o,a,s=[],c=!0,l=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;c=!1}else for(;!(c=(i=o.call(n)).done)&&(s.push(i.value),s.length!==t);c=!0);}catch(e){l=!0,r=e}finally{try{if(!c&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw r}}return s}}(e,t)||pe(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}(e=e.slice(0,1),1)[0];s&&Ai(c)&&(e=[Ii(c,s)])}var l,u=de(e);try{for(u.s();!(l=u.n()).done;)l.value.level=a}catch(e){u.e(e)}finally{u.f()}if(r.push(e),r.length>=ci.seedMinLength&&(i=_i(r,n)))return 1;o=o.parentElement,a++};o&&o!==ci.root.parentElement&&!s(););return i||(i=_i(r,n)),i}function _i(e,t){var n=Li(function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];if(t.length>0){var i,r=[],o=de(t[0]);try{for(o.s();!(i=o.n()).done;){var a=i.value;r=r.concat(e(t.slice(1,t.length),n.concat(a)))}}catch(t){o.e(t)}finally{o.f()}return r}return[n]}(e));if(n.length>ci.threshold)return t?t():null;var i,r=de(n);try{for(r.s();!(i=r.n()).done;){var o=i.value;if(Ci(o))return o}}catch(e){r.e(e)}finally{r.f()}return null}function Si(e){for(var t=e[0],n=t.name,i=1;i<e.length;i++){var r=e[i].level||0;n=t.level===r-1?"".concat(e[i].name," > ").concat(n):"".concat(e[i].name," ").concat(n),t=e[i]}return n}function ki(e){return e.map((function(e){return e.penalty})).reduce((function(e,t){return e+t}),0)}function Ci(e){switch(li.querySelectorAll(Si(e)).length){case 0:throw new Error("Can't select any node with this selector: ".concat(Si(e)));case 1:return!0;default:return!1}}function Ii(e,t){return{name:e.name+":nth-child(".concat(t,")"),penalty:e.penalty+1}}function Ai(e){return"html"!==e.name&&!e.name.startsWith("#")}function Oi(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var i=t.filter(Ri);return i.length>0?i:null}function Ri(e){return null!=e}function Li(e){return Array.from(e).sort((function(e,t){return ki(e)-ki(t)}))}function Ni(e,t){return li.querySelector(Si(e))===t}!function(e){e.HTTP0_9="HTTP0_9",e.HTTP1_0="HTTP1_0",e.HTTP1_1="HTTP1_1",e.HTTP2="HTTP2",e.UNKNOWN="UNKNOWN"}(ii||(ii={})),function(e){e.REDIRECT_START="REDIRECT_START",e.REDIRECT_END="REDIRECT_END",e.FETCH_START="FETCH_START",e.DOMAIN_LOOKUP_START="DOMAIN_LOOKUP_START",e.DOMAIN_LOOKUP_END="DOMAIN_LOOKUP_END",e.CONNECT_START="CONNECT_START",e.CONNECT_END="CONNECT_END",e.SECURE_CONNECTION_START="SECURE_CONNECTION_START",e.REQUEST_START="REQUEST_START",e.RESPONSE_START="RESPONSE_START",e.RESPONSE_END="RESPONSE_END",e.WORKER_START="WORKER_START"}(ri||(ri={})),function(e){e.redirectStart="redirectStart",e.redirectEnd="redirectEnd",e.fetchStart="fetchStart",e.domainLookupStart="domainLookupStart",e.domainLookupEnd="domainLookupEnd",e.connectStart="connectStart",e.connectEnd="connectEnd",e.secureConnectionStart="secureConnectionStart",e.requestStart="requestStart",e.responseStart="responseStart",e.responseEnd="responseEnd",e.workerStart="workerStart"}(oi||(oi={})),function(e){e.DEFAULT="DEFAULT",e.INITIAL="INITIAL",e.SUBSEQUENT="SUBSEQUENT",e.PAGINATED="PAGINATED"}(ai||(ai={})),function(e){e[e.All=0]="All",e[e.Two=1]="Two",e[e.One=2]="One"}(si||(si={}));var Pi=/[ -,\.\/:-@\[-\^`\{-~]/,Di=/[ -,\.\/:-@\[\]\^`\{-~]/,Mi=/(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g,Ui={escapeEverything:!1,isIdentifier:!1,quotes:"single",wrap:!1};function Fi(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=Object.assign(Object.assign({},Ui),t);"single"!=n.quotes&&"double"!=n.quotes&&(n.quotes="single");for(var i="double"==n.quotes?'"':"'",r=n.isIdentifier,o=e.charAt(0),a="",s=0,c=e.length;s<c;){var l=e.charAt(s++),u=l.charCodeAt(0),d=void 0;if(u<32||u>126){if(u>=55296&&u<=56319&&s<c){var h=e.charCodeAt(s++);56320==(64512&h)?u=((1023&u)<<10)+(1023&h)+65536:s--}d="\\"+u.toString(16).toUpperCase()+" "}else d=n.escapeEverything?Pi.test(l)?"\\"+l:"\\"+u.toString(16).toUpperCase()+" ":/[\t\n\f\r\x0B]/.test(l)?"\\"+u.toString(16).toUpperCase()+" ":"\\"==l||!r&&('"'==l&&i==l||"'"==l&&i==l)||r&&Di.test(l)?"\\"+l:l;a+=d}return r&&(/^-[-\d]/.test(a)?a="\\-"+a.slice(1):/\d/.test(o)&&(a="\\3"+o+" "+a.slice(1))),a=a.replace(Mi,(function(e,t,n){return t&&t.length%2?e:(t||"")+n})),!r&&n.wrap?i+a+i:a}var Bi,ji=[{strToFilter:"https://dms.licdn.com/playlist",excludeUrl:["https://dms.licdn.com/playlist/C4D05AQGiUFPvMk-NyQ/mp4-720p-30fp-crf28/0/1670518159491?e=1683741600&v=beta&t=3Wr_tdLLkQDX1kBQKEZW6NERypEqTi2mgZDDxFStjuI"],includeUrl:["https://media.licdn.com/dms/image/C4E0DAQF2IPL6XzFxlw/learning-public-crop_288_512/0/1593208644948?e=1681236000&v=beta&t=YpZr5ZaVoveJv_I6JKHTTZMsysttvKnT364PwDvjJHU"]},{strToFilter:"/sensorCollect/?action=reportMetrics",excludeUrl:["https://www.linkedin.com/sensorCollect/?action=reportMetrics","https://www.linkedin-ei.com/sensorCollect/?action=reportMetrics"],includeUrl:["https://www.linkedin.com/voyager/api/relationships/connectionsSummary/"]},{strToFilter:"/voyager/api/voyagerContentcreationDashGuiderPrompts",excludeUrl:["https://www.linkedin.com/voyager/api/voyagerContentcreationDashGuiderPrompts?decorationId=com.linkedin.voyager.dash.deco.contentcreation.GuiderPrompt-10&commentary=test&disableGoldGuider=true&hasAttachment=false&q=highestPriorityTriggeredPrompt&shareBoxSessionId=%C2%90b%C2%A9%C2%87%C3%A8%C3%A2By%C2%8798x%C2%B0%03%C2%9Ft","https://www.linkedin.com/voyager/api/voyagerContentcreationDashGuiderPrompts?decorationId=com.linkedin.voyager.dash.deco.contentcreation.GuiderPrompt-10&commentary=Subestimar%20la%20necesidad%20de%20la%20estrategia%20de%20comunicaci%C3%B3n%20es%20un%20peligroso%20error%20que%20comenten%20constantemente%20las%20empresas&disableGoldGuider=true&hasAttachment=false&q=highestPriorityTriggeredPrompt&shareBoxSessionId=%5C%C3%99t%C2%A2%1EZIM%C2%A4%09%13%27%C2%B91C%15"],includeUrl:["https://www.linkedin.com/voyager/api/voyager","https://www.linkedin.com/voyager/api/voyagerContentcreationDashSharebox?action=fetchShareboxWithDraft&decorationId=com.linkedin.voyager.dash.deco.contentcreation.sharebox-26"]},{strToFilter:"/realtime/realtimeFrontendClientConnectivityTracking?action=sendHeartbeat",excludeUrl:["https://www.linkedin.com/realtime/realtimeFrontendClientConnectivityTracking?action=sendHeartbeat"],includeUrl:["https://www.linkedin.com/realtime/realtimeFrontendTimestamp","https://www.linkedin.com/realtime/realtimeFrontendSubscriptions?ids=List((clientConnectionId:8d5bf314-1345-416e-9ec3-013bf22ec8a6,topic:urn%3Ali-realtime%3ApresenceStatusTopic%3Aurn%3Ali%3Afsd_profile%3AACoAAD5YWGUB4hwl054jtklqpx2VjPbbVo7Gh74),(clientConnectionId:8d5bf314-1345-416e-9ec3-013bf22ec8a6,topic:urn%3Ali-realtime%3ApresenceStatusTopic%3Aurn%3Ali%3Afsd_profile%3AACoAACdkULEBbkw8xk4H_KA5SxqK3TCxyxk9_Wk),(clientConnectionId:8d5bf314-1345-416e-9ec3-013bf22ec8a6,topic:urn%3Ali-realtime%3ApresenceStatusTopic%3Aurn%3Ali%3Afsd_profile%3AACoAAD5g-3IBNIABcinpNPrjErVw8282O5xXDVA),(clientConnectionId:8d5bf314-1345-416e-9ec3-013bf22ec8a6,topic:urn%3Ali-realtime%3ApresenceStatusTopic%3Aurn%3Ali%3Afsd_profile%3AACoAADUWTR8BJhjL3YT-_tt80GpZ-7AHUlrE6qA))"]},{strToFilter:"/realtime/connect?rc=1",excludeUrl:["https://www.linkedin.com/realtime/connect?rc=1"],includeUrl:["https://www.linkedin.com/realtime/realtimeFrontendTimestamp","https://www.linkedin.com/realtime/realtimeFrontendSubscriptions?ids=List((clientConnectionId:8d5bf314-1345-416e-9ec3-013bf22ec8a6,topic:urn%3Ali-realtime%3ApresenceStatusTopic%3Aurn%3Ali%3Afsd_profile%3AACoAAD5YWGUB4hwl054jtklqpx2VjPbbVo7Gh74),(clientConnectionId:8d5bf314-1345-416e-9ec3-013bf22ec8a6,topic:urn%3Ali-realtime%3ApresenceStatusTopic%3Aurn%3Ali%3Afsd_profile%3AACoAACdkULEBbkw8xk4H_KA5SxqK3TCxyxk9_Wk),(clientConnectionId:8d5bf314-1345-416e-9ec3-013bf22ec8a6,topic:urn%3Ali-realtime%3ApresenceStatusTopic%3Aurn%3Ali%3Afsd_profile%3AACoAAD5g-3IBNIABcinpNPrjErVw8282O5xXDVA),(clientConnectionId:8d5bf314-1345-416e-9ec3-013bf22ec8a6,topic:urn%3Ali-realtime%3ApresenceStatusTopic%3Aurn%3Ali%3Afsd_profile%3AACoAADUWTR8BJhjL3YT-_tt80GpZ-7AHUlrE6qA))"]},{strToFilter:"li/tscp/sct",excludeUrl:["https://www.linkedin.com/li/tscp/sct"]}];function qi(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e&&"function"==typeof e.now&&(e.timeOrigin||e.timing)){var n,i=e.now();return n=!e.timing&&t?Math.floor(e.timeOrigin):e.timing.navigationStart,Math.round(i+n)}return Date.now()}function Gi(e){var t=e||performance;return Math.round(t.now())}function Hi(e){if(!e)return"null";if(e.nodeType===Node.ELEMENT_NODE)try{return Ti(e,{idName:function(e){return 0!==e.indexOf("ember")}})}catch(e){return"serialization_error"}var t=Hi(e.parentElement||void 0);return"".concat(t," > nodeType(").concat(e.nodeType,")")}function Wi(e,t,n,i){var r=[];return e&&"function"==typeof e.getEntriesByType&&(t["user-timing-measure-enabled"]&&e.getEntriesByType("measure").forEach((function(e){var t=e.name,n=e.startTime,o=e.duration;r.push({entryType:"MEASURE",name:t,startTime:n,duration:o}),null==i||i({measurementName:t,measurementType:"MEASURE",measureProgressStates:[{measureProgressName:t,timestamp:n,duration:o}]})})),t["user-timing-mark-enabled"]&&e.getEntriesByType("mark").forEach((function(e){var t=e.name,n=e.startTime,o=e.duration;r.push({entryType:"MARK",name:t,startTime:n,duration:o}),null==i||i({measurementName:t,measurementType:"MARK",measureProgressStates:[{measureProgressName:t,timestamp:n}]})})),n&&(e.clearMeasures(),e.clearMarks())),r}function Ki(e){var t=[];return e.forEach((function(e){return t.push(e)})),t}var zi,Vi,Xi=function(){function e(t){ge(this,e),Ee(this,"hostApis",void 0),Ee(this,"hostnameProperties",void 0),Ee(this,"usedHostnames",void 0),Ee(this,"abortController",void 0),Ee(this,"pendingPromises",void 0),this.hostApis=t;var n=t.AbortController;this.hostnameProperties={},this.usedHostnames=new Set,this.abortController=new n,this.pendingPromises=new Set}return ye(e,[{key:"clearUsedHostnames",value:function(){this.usedHostnames=new Set}},{key:"getPresentData",value:function(){var e=this;return gn(this.usedHostnames).map((function(t){return e.hostnameProperties[t]||{hostname:t,provider:"",ipVersion:"",httpVersion:""}}))}},{key:"getDataWhenReady",value:function(e){var t=this,n=this.hostApis,i=n.AbortController,r=n.Promise,o=vn(gn(this.pendingPromises),r),a=setTimeout((function(){t.abortController.abort(),t.abortController=new i}),e);return o.then((function(){return clearTimeout(a),t.getPresentData()}))}},{key:"inspectEntryForCdnData",value:function(e){var t=this;if(!(e.name.indexOf(".licdn.")<0)){var n,i,r=this.hostApis.assign,o=(n=e.name,i=this.hostApis.document,(Bi=Bi||i.createElement("a")).href=n,Bi.hostname);if(this.usedHostnames.add(o),!this.hostnameProperties[o]&&!this.isResourcePossiblyFromCache(e)){var a=this.fetchCdnFromUrl(e.name).then((function(e){var n=r({hostname:o},e);return t.hostnameProperties[o]||(t.hostnameProperties[o]=n),t.pendingPromises.delete(a),n}));this.pendingPromises.add(a)}}}},{key:"fetchCdnFromUrl",value:function(e){return(0,this.hostApis.fetch)(e,{method:"HEAD",signal:this.abortController.signal}).then((function(e){return{provider:e.headers.get("X-CDN")||"",ipVersion:e.headers.get("X-CDN-CLIENT-IP-VERSION")||"",httpVersion:e.headers.get("X-CDN-Proto")||""}}))}},{key:"isResourcePossiblyFromCache",value:function(e){return void 0!==e.transferSize?0===e.transferSize:e.domainLookupStart===e.domainLookupEnd&&e.connectEnd===e.connectStart&&0===e.secureConnectionStart}}]),e}(),Yi=["latency","acq_time","allFeatures","requestIdleCallback","getCookieString","_cookieRegEx","bcookie","substring","getDomain","; path=","string","domain=","expires=","toUTCString","cookie","=([^;]*)","DNA","HUMAN","DFP_WEB","querySelector","nodeValue","https://www.linkedin.com","https://www.linkedin-ei.com","POST","setRequestHeader","application/json","send","getElementsByClassName","str2ab","btoa","fromCharCode","importPk","atob","crypto","subtle","importKey","RSA-OAEP","SHA-256","wrap","spki","wrapKey","raw","encode","wrapErrorResult","error","encryptWithKey","number","getRandomValues","AES-CBC","generateKey","encrypt","decrypt","resolve","encryptWithKeyIds","Error: ec2","isNaN","MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqyVTa3Pi5twlDxHc34nl3MlTHOweIenIid6hDqVlh5/wcHzIxvB9nZjObW3HWfwqejGM+n2ZGbo9x8R7ByS3/V4qRgAs1z4aB6F5+HcXsx8uVrQfwigK0+u7d3g1s7H8qUaguMPHxNnyj5EisTJBh2jf9ODp8TpWnhAQHCCSZcDM4JIoIlsVdGmv+dGlzZzmf1if26U4KJqFdrqS83r3nGWcEpXWiQB+mx/EX4brbrhOFCvfPovvsLEjMTm0UC68Bvki3UsB/vkkMPW9cxNiiJJdnDkOEEdQPuFmPug+sqhACl3IIHLVBFM7vO0ca14rcCNSbSDaaKOY6BQoW1A30wIDAQAB","MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtw/ArJ9dD6hi+jrX6ZpRqwk2Mm5v3EElQGhzSngYHAm7gvdcAEj6sbU4HhrXs3+TZamDV+RHwL+rDT+TtD8ZJBaVbA+wRDdIezECZT+WNZw2SMkjAsX0OynAT/wowGfE72zMhYc4byGfQmtAQrUL2iJ19KIJj0aZ4m41kvnBHMZbwO52+ceyQhqAzB7bn6U//QHJySHgjaOsgkpPnuxZUz6ly+FrKveQp+bNIfh8R5GO2ABRoeBL4c3jip/UjmmnfYE3xdzubni1a6WQ6YTTb6ZEJSgQTp/Rc+o/btcKkTIqDcXvGbO0iAxev8EXV7GtkRguqgfwaURAaps9Nes5NwIDAQAB","encryptWithKeyFromDifferentSources","publicKey","publicKeyVersion","uuidv4","from","_compress","ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=","charAt","===","call","pow","battery","signals","FPDataCookie","apfcDf","flash/compiled/FontList.swf","/platform-telemetry/li/apfcDf","/apfc/collect","n/a","err","excluded","enabled","globalIntegration","complete","checkConfigAndInitializeAllIntegration","load","parse","useRequestIdleCallBack","settings-iframe","setting-headline","addEventListener","samplingTimeWindowInMillis","getItem","df_ts","enableOnDemandMode","pauseApfc","checkConfigAndInitializeGlobalIntegration","checkConfigAndInitializeThirdPartyIntegration","deleteItem","li_apfcdc","deleteDfCookieIfRequired","addDfCookieIfRequired","fpDataCookie","apfcTypes","dnaIntegrationEnabled","dnaIntegrationCompleted","intializeGlobalIntegration","includes","humanIntegrationEnabled","humanIntegrationCompleted","initializeHumanIntegration","dfpIntegrationEnabled","dfpIntegrationCompleted","intializeDfpIntegration","initialize","apfcDfPK","reentry","placePonfBeacon","reqid","pageInstance","isProd","fullFeatureCollection","populateFpDataCookie","apfcDfH","compressToBase64","apfcDfPKV","isSyncEnabledWithCb","payload","getBcookie","fb6bbd47-fa7c-4264-b4e9-b25948407586","ee078acd-0704-4344-9e5b-6b84b480c30a","https://merchantpool1.linkedin.com/mdt.js?session_id=","setAttribute","src","dfpIframeScript","doFpt","getElementsByTagName","PXdOjV695v","PXgoH0hfKu","https://li.protechts.net/index.html?ts=","&app_id=","&uc=scraping","generateSha256HashOrDefault","iframe","humanThirdPartyIframe","allow-same-origin allow-scripts","aria-hidden","true","0px","border","scraping","triggerApfc","reentryGlobalIntegration","reentryGlobalIntegrationOnDemand","extractDataCookie","onlyOnDemandFlow",":::","trackingId","memberId","sessionUrn","object","pemberly","isEmpty","div_bc","noscript","parseFromString","text/html","getAttribute","class","ponfUrl","searchParams","get","getElementById","bc_context",".linkedin-ei.com","undefined","triggerDnaApfcEvent","triggerDnaApfcEventOnDemand","x64Add","x64Multiply","x64Rotl","x64LeftShift","x64Fmix","x64Xor","x64hash128","length","charCodeAt","slice","00000000","toString","each","prototype","forEach","hasOwnProperty","map","push","getIPs","webkitRTCPeerConnection","stun:stun.l.google.com:19302","localDescription","sdp","split","indexOf","a=candidate:","c=IN","keys","candidate","iceGatheringState","createOffer","then","setLocalDescription","automationKey","undetected, fake browser","getBrowserNameAndVersion","webdriver","Firefox","document","documentElement","__webdriver_script_fn","Selenium","callPhantom","_phantom","NOT_AVAILABLE","webRtcKey","enumerateDevicesKey","isEnumerateDevicesSupported","mediaDevices","enumerateDevices","gid","groupId","kind","label","catch","audioKey","audio","excludeIOS11","userAgent","webkitOfflineAudioContext","type","triangle","frequency","setValueAtTime","currentTime","createDynamicsCompressor","threshold","knee","reduction","attack","release","function","connect","destination","startRendering","oncomplete","audioTimeout","timeout","renderedBuffer","getChannelData","reduce","abs","disconnect","UserAgent","language","userLanguage","systemLanguage","colorDepthKey","screen","colorDepth","deviceMemoryKey","deviceMemory"," GB","pixelDepthKey","pixelDepth","pixelRatioKey","devicePixelRatio","getScreenResolution","screenOrientationKey","detectScreenOrientation","Enabled","orientation","Orientation","msOrientation","mozOrientation","width","height","getAvailableScreenResolution","availWidth","availHeight","getTimezoneOffset","timezone","Intl","DateTimeFormat","resolvedOptions","sessionStorageKey","hasSessionStorage","localStorageKey","hasLocalStorage","indexedDbKey","addBehaviorKey","body","addBehavior","openDatabaseKey","openDatabase","cpuClassKey","getNavigatorCpuClass","oscpuKey","appNameKey","appName","appVersionKey","appVersion","appCodeNameKey","appCodeName","now","platformKey","getNavigatorPlatform","productKey","productSubKey","vendorKey","vendorSubKey","vendorSub","doNotTrackKey","incognitoKey","Chrome","RequestFileSystem","webkitRequestFileSystem","TEMPORARY","storage","estimate","Safari","localStorage","setItem","test","removeItem","open","onsuccess","EDGE","PointerEvent","MSPointerEvent","match","IE ","join","replace","OPR","splice","getWebglFp","javascriptsKey","scripts","locationKey","hash","host","hostname","href","origin","pathname","port","protocol","getSignals","getAdBlock","getHasLiedResolution","getHasLiedOs","getHasLiedBrowser","flashFontsKey","hasSwfObjectLoaded","hasMinFlashInstalled","swfPath","loadSwfAndDetectFonts","flash not installed","jsFontsKey","sans-serif","Andale Mono","Arial Hebrew","Arial MT","Arial Narrow","Arial Rounded MT Bold","Arial Unicode MS","Bitstream Vera Sans Mono","Book Antiqua","Bookman Old Style","Cambria","Cambria Math","Century","Century Gothic","Century Schoolbook","Comic Sans","Comic Sans MS","Consolas","Courier New","Helvetica","Helvetica Neue","Impact","Lucida Bright","Lucida Console","LUCIDA GRANDE","Lucida Handwriting","Lucida Sans","Lucida Sans Typewriter","Lucida Sans Unicode","Microsoft Sans Serif","Monaco","Monotype Corsiva","MS Outlook","MS PGothic","MS Reference Sans Serif","MS Sans Serif","MYRIAD","Palatino","Palatino Linotype","Segoe Print","Segoe Script","Segoe UI","Segoe UI Light","Segoe UI Semibold","Segoe UI Symbol","Tahoma","Times","Times New Roman","Trebuchet MS","Verdana","Wingdings","Wingdings 3","fonts","extendedJsFonts","concat","userDefinedFonts","filter","createElement","div","style","position","absolute","left","-9999px","fontSize","72px","normal","fontWeight","letterSpacing","lineBreak","lineHeight","textTransform","none","textAlign","textDecoration","textShadow","wordBreak","wordSpacing","textContent","mmmmmmmmmmlli","offsetWidth","offsetHeight","fontFamily","appendChild","removeChild","fontsHash","lists","mimetypesComponent","mimeTypes","suffixes","description","pluginsComponent","isIE","excludeIE","getIEPlugins","getRegularPlugins","plugins","pluginsShouldBeSorted","sort","name","getOwnPropertyDescriptor","ActiveXObject","AcroPDF.PDF","Adodb.Stream","AgControl.AgControl","DevalVRXCtrl.DevalVRXCtrl.1","MacromediaFlashPaper.MacromediaFlashPaper","Msxml2.DOMDocument","Msxml2.XMLHTTP","PDF.PdfCtrl","QuickTime.QuickTime","RealPlayer","RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)","RealVideo.RealVideo(tm) ActiveX Control (32-bit)","Scripting.Dictionary","Shell.UIHelper","ShockwaveFlash.ShockwaveFlash","Skype.Detection","TDCCtl.TDCCtl","WMPlayer.OCX","rmocx.RealPlayer G2 Control.1","ERROR","batteryKey","getBattery","level","charging","chargingTime","connection","downlink","downlinkMax","effectiveType","rtt","saveData","touchSupportKey","getTouchSupport","hardwareConcurrencyKey","getHardwareConcurrency","hasIndexedDB","hardwareConcurrency","cpuClass","getDoNotTrack","doNotTrack","msDoNotTrack","maxTouchPoints","msMaxTouchPoints","createEvent","TouchEvent","ontouchstart","canvas","inline","getContext","rect","canvasWinding","yes","textBaseline","fillStyle","#f60","dontUseFakeFontInCanvas","11pt Arial","font","fillText","Cwm fjordbank glyphs vext quiz, 😃","18pt Arial","multiply","beginPath","closePath","fill","arc","rgb(255,0,255)","evenodd","toDataURL","canvasHash","clearColor","enable","DEPTH_TEST","depthFunc","LEQUAL","clear","DEPTH_BUFFER_BIT","getWebglCanvas","createBuffer","bindBuffer","ARRAY_BUFFER","STATIC_DRAW","itemSize","numItems","createProgram","createShader","attribute vec2 attrVertex;varying vec2 varyinTexCoordinate;uniform vec2 uniformOffset;void main(){varyinTexCoordinate=attrVertex+uniformOffset;gl_Position=vec4(attrVertex,0,1);}","shaderSource","precision mediump float;varying vec2 varyinTexCoordinate;void main() {gl_FragColor=vec4(varyinTexCoordinate,0,1);}","compileShader","attachShader","useProgram","vertexPosAttrib","getAttribLocation","attrVertex","offsetUniform","getUniformLocation","enableVertexAttribArray","vertexPosArray","vertexAttribPointer","FLOAT","uniform2f","drawArrays","TRIANGLE_STRIP","webgl","hashOnly","vendorAndRenderer","getWebglVendorAndRenderer","extensions","getSupportedExtensions","webgl aliased line width range","getParameter","ALIASED_LINE_WIDTH_RANGE","webgl aliased point size range","webgl alpha bits","antialias","BLUE_BITS","webgl depth bits","DEPTH_BITS","webgl green bits","GREEN_BITS","webgl max anisotropy","getExtension","EXT_texture_filter_anisotropic","MOZ_EXT_texture_filter_anisotropic","MAX_TEXTURE_MAX_ANISOTROPY_EXT","webgl max combined texture image units","MAX_COMBINED_TEXTURE_IMAGE_UNITS","webgl max cube map texture size","webgl max fragment uniform vectors","MAX_FRAGMENT_UNIFORM_VECTORS","webgl max render buffer size","MAX_RENDERBUFFER_SIZE","webgl max texture image units","MAX_TEXTURE_IMAGE_UNITS","webgl max varying vectors","MAX_VARYING_VECTORS","webgl max vertex texture image units","MAX_VERTEX_TEXTURE_IMAGE_UNITS","MAX_VERTEX_UNIFORM_VECTORS","webgl max viewport dims","MAX_VIEWPORT_DIMS","webgl red bits","RED_BITS","webgl renderer","webgl shading language version","SHADING_LANGUAGE_VERSION","webgl stencil bits","STENCIL_BITS","webgl vendor","VENDOR","WEBGL_debug_renderer_info","UNMASKED_VENDOR_WEBGL","webgl unmasked renderer","UNMASKED_RENDERER_WEBGL","getShaderPrecisionFormat","INT","VERTEX","FRAGMENT","HIGH","LOW","precision","rangeMax","_SHADER","precision ","webgl ","toLowerCase"," shader ","innerHTML","&nbsp;","className","adsbox","getHasLiedLanguages","languages","substr","platform","windows phone","win","Windows","Android","linux","cros","Linux","iphone","ipad","mac","Other","Windows Phone","iOS","pike","ipod","Mac","productSub","opr","Opera","chrome","safari","trident","Internet Explorer","20030107","toSource","isCanvasSupported","Microsoft Internet Explorer","Netscape","swfobject","hasFlashPlayerVersion","9.0.0","addFlashDivNode","swfContainerId","embedSWF","always","false","components","webrtc","tsSeed","location","javascripts","oscpu","numOfCores","vendor","languageKey","timezoneOffset","screenResolution","screenOrientation","availableScreenResolution","availableScreenResolutionKey","sessionStorage","indexedDb","webglKey","signalsKey","touchSupport","networkInfo","networkInfoKey","automation","mimetyps","fontsFlash","getFeatures","excludes","key","alias","getData","shouldEnforceDataLimit","dataLimit","stringify","data","errors"," Data length for:"," was found to be:"];zi=Yi,Vi=176,function(e){for(;--e;)zi.push(zi.shift())}(++Vi);var Qi=function(e,t){return Yi[e-=0]};!function(){var e=function(e,t,n,i,r,o){function a(){ge(this,a)}return ye(a,null,[{key:Qi("0x0"),value:function(e,t){e=[e[0]>>>16,65535&e[0],e[1]>>>16,65535&e[1]],t=[t[0]>>>16,65535&t[0],t[1]>>>16,65535&t[1]];var n=[0,0,0,0];return n[3]+=e[3]+t[3],n[2]+=n[3]>>>16,n[3]&=65535,n[2]+=e[2]+t[2],n[1]+=n[2]>>>16,n[2]&=65535,n[1]+=e[1]+t[1],n[0]+=n[1]>>>16,n[1]&=65535,n[0]+=e[0]+t[0],n[0]&=65535,[n[0]<<16|n[1],n[2]<<16|n[3]]}},{key:Qi("0x1"),value:function(e,t){e=[e[0]>>>16,65535&e[0],e[1]>>>16,65535&e[1]],t=[t[0]>>>16,65535&t[0],t[1]>>>16,65535&t[1]];var n=[0,0,0,0];return n[3]+=e[3]*t[3],n[2]+=n[3]>>>16,n[3]&=65535,n[2]+=e[2]*t[3],n[1]+=n[2]>>>16,n[2]&=65535,n[2]+=e[3]*t[2],n[1]+=n[2]>>>16,n[2]&=65535,n[1]+=e[1]*t[3],n[0]+=n[1]>>>16,n[1]&=65535,n[1]+=e[2]*t[2],n[0]+=n[1]>>>16,n[1]&=65535,n[1]+=e[3]*t[1],n[0]+=n[1]>>>16,n[1]&=65535,n[0]+=e[0]*t[3]+e[1]*t[2]+e[2]*t[1]+e[3]*t[0],n[0]&=65535,[n[0]<<16|n[1],n[2]<<16|n[3]]}},{key:Qi("0x2"),value:function(e,t){return 32==(t%=64)?[e[1],e[0]]:t<32?[e[0]<<t|e[1]>>>32-t,e[1]<<t|e[0]>>>32-t]:(t-=32,[e[1]<<t|e[0]>>>32-t,e[0]<<t|e[1]>>>32-t])}},{key:Qi("0x3"),value:function(e,t){return 0==(t%=64)?e:t<32?[e[0]<<t|e[1]>>>32-t,e[1]<<t]:[e[1]<<t-32,0]}},{key:"x64Xor",value:function(e,t){return[e[0]^t[0],e[1]^t[1]]}},{key:Qi("0x4"),value:function(e){return e=a[Qi("0x5")](e,[0,e[0]>>>1]),e=a[Qi("0x1")](e,[4283543511,3981806797]),e=a[Qi("0x5")](e,[0,e[0]>>>1]),e=a[Qi("0x1")](e,[3301882366,444984403]),a[Qi("0x5")](e,[0,e[0]>>>1])}},{key:Qi("0x6"),value:function(e,t){t=t||0;var n,i=(e=e||"")[Qi("0x7")]%16,r=e[Qi("0x7")]-i,o=[0,t],s=[0,t],c=[0,0],l=[0,0],u=[2277735313,289559509],d=[1291169091,658871167];for(n=0;n<r;n+=16)c=[255&e[Qi("0x8")](n+4)|(255&e[Qi("0x8")](n+5))<<8|(255&e[Qi("0x8")](n+6))<<16|(255&e[Qi("0x8")](n+7))<<24,255&e.charCodeAt(n)|(255&e[Qi("0x8")](n+1))<<8|(255&e[Qi("0x8")](n+2))<<16|(255&e[Qi("0x8")](n+3))<<24],l=[255&e[Qi("0x8")](n+12)|(255&e[Qi("0x8")](n+13))<<8|(255&e[Qi("0x8")](n+14))<<16|(255&e[Qi("0x8")](n+15))<<24,255&e.charCodeAt(n+8)|(255&e[Qi("0x8")](n+9))<<8|(255&e[Qi("0x8")](n+10))<<16|(255&e[Qi("0x8")](n+11))<<24],c=a[Qi("0x1")](c,u),c=a.x64Rotl(c,31),c=a.x64Multiply(c,d),o=a.x64Xor(o,c),o=a[Qi("0x2")](o,27),o=a[Qi("0x0")](o,s),o=a[Qi("0x0")](a.x64Multiply(o,[0,5]),[0,1390208809]),l=a[Qi("0x1")](l,d),l=a[Qi("0x2")](l,33),l=a.x64Multiply(l,u),s=a.x64Xor(s,l),s=a[Qi("0x2")](s,31),s=a[Qi("0x0")](s,o),s=a[Qi("0x0")](a[Qi("0x1")](s,[0,5]),[0,944331445]);switch(c=[0,0],l=[0,0],i){case 15:l=a[Qi("0x5")](l,a.x64LeftShift([0,e[Qi("0x8")](n+14)],48));case 14:l=a[Qi("0x5")](l,a[Qi("0x3")]([0,e.charCodeAt(n+13)],40));case 13:l=a.x64Xor(l,a[Qi("0x3")]([0,e[Qi("0x8")](n+12)],32));case 12:l=a[Qi("0x5")](l,a.x64LeftShift([0,e[Qi("0x8")](n+11)],24));case 11:l=a[Qi("0x5")](l,a[Qi("0x3")]([0,e[Qi("0x8")](n+10)],16));case 10:l=a[Qi("0x5")](l,a[Qi("0x3")]([0,e[Qi("0x8")](n+9)],8));case 9:l=a.x64Xor(l,[0,e[Qi("0x8")](n+8)]),l=a.x64Multiply(l,d),l=a.x64Rotl(l,33),l=a[Qi("0x1")](l,u),s=a[Qi("0x5")](s,l);case 8:c=a.x64Xor(c,a.x64LeftShift([0,e.charCodeAt(n+7)],56));case 7:c=a[Qi("0x5")](c,a[Qi("0x3")]([0,e[Qi("0x8")](n+6)],48));case 6:c=a[Qi("0x5")](c,a[Qi("0x3")]([0,e[Qi("0x8")](n+5)],40));case 5:c=a[Qi("0x5")](c,a.x64LeftShift([0,e[Qi("0x8")](n+4)],32));case 4:c=a.x64Xor(c,a[Qi("0x3")]([0,e.charCodeAt(n+3)],24));case 3:c=a[Qi("0x5")](c,a[Qi("0x3")]([0,e[Qi("0x8")](n+2)],16));case 2:c=a[Qi("0x5")](c,a[Qi("0x3")]([0,e.charCodeAt(n+1)],8));case 1:c=a[Qi("0x5")](c,[0,e[Qi("0x8")](n)]),c=a[Qi("0x1")](c,u),c=a[Qi("0x2")](c,31),c=a[Qi("0x1")](c,d),o=a[Qi("0x5")](o,c)}return o=a[Qi("0x5")](o,[0,e[Qi("0x7")]]),s=a[Qi("0x5")](s,[0,e[Qi("0x7")]]),o=a[Qi("0x0")](o,s),s=a[Qi("0x0")](s,o),o=a[Qi("0x4")](o),s=a.x64Fmix(s),o=a.x64Add(o,s),s=a[Qi("0x0")](s,o),("00000000"+(o[0]>>>0).toString(16))[Qi("0x9")](-8)+(Qi("0xa")+(o[1]>>>0)[Qi("0xb")](16)).slice(-8)+("00000000"+(s[0]>>>0)[Qi("0xb")](16)).slice(-8)+(Qi("0xa")+(s[1]>>>0)[Qi("0xb")](16))[Qi("0x9")](-8)}}]),a}(),t=function(t,n,i,r,o,a,s,c,l,u,d,h,p,f,v,g,m,y,E,b,x,T,w,_,S,k,C,I,A,O,R,L,N,P,D,M,U,F,B,j,q,G,H,W,K,z,V,X,Y,Q,J,$,Z,ee,te,ne,ie,re,oe,ae,se,ce,le,ue){function de(){ge(this,de),this[Qi("0x1f8")]=[{key:Qi("0x1f9"),getData:de[Qi("0x2d")],shouldEnforceDataLimit:!0,dataLimit:1e3},{key:Qi("0x31"),getData:de.enumerateDevicesKey,shouldEnforceDataLimit:!0,dataLimit:22e3},{key:Qi("0x81"),getData:de[Qi("0x80")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x1fa"),getData:de.seedKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x83"),getData:de[Qi("0x82")],shouldEnforceDataLimit:!0,dataLimit:300},{key:Qi("0x85"),getData:de[Qi("0x84")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x1fb"),getData:de.locationKey,shouldEnforceDataLimit:!0,dataLimit:1500},{key:Qi("0x1fc"),getData:de.javascriptsKey,shouldEnforceDataLimit:!0,dataLimit:2200},{key:Qi("0x1d3"),getData:de.platformKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"product",getData:de[Qi("0x89")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x1e4"),getData:de[Qi("0x8a")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x149"),getData:de[Qi("0x7d")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x1fd"),getData:de[Qi("0x7f")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x148"),getData:de[Qi("0x145")],alias:Qi("0x1fe"),shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x5b"),getData:de.deviceMemoryKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x1ff"),getData:de.vendorKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x8d"),getData:de.vendorSubKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x54"),getData:de[Qi("0x200")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x201"),getData:de[Qi("0x201")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x6f"),getData:de.timezone,shouldEnforceDataLimit:!0,dataLimit:100},{key:"userAgent",getData:de[Qi("0x53")],shouldEnforceDataLimit:!0,dataLimit:1500},{key:Qi("0x24"),getData:de.webdriver,shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x14b"),getData:de.doNotTrackKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"incognito",getData:de.incognitoKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x59"),getData:de[Qi("0x57")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x5e"),getData:de[Qi("0x5d")],shouldEnforceDataLimit:!0,dataLimit:100},{key:"pixelRatio",getData:de.pixelRatioKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x202"),getData:de.screenResolutionKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x203"),getData:de[Qi("0x62")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x204"),getData:de[Qi("0x205")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x206"),getData:de.sessionStorageKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x97"),getData:de[Qi("0x75")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x207"),getData:de.indexedDbKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x7a"),getData:de[Qi("0x78")],shouldEnforceDataLimit:!0,dataLimit:100},{key:"openDatabase",getData:de[Qi("0x7b")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x152"),getData:de.canvasKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x18c"),getData:de[Qi("0x208")],shouldEnforceDataLimit:!0,dataLimit:6e3},{key:"signals",getData:de[Qi("0x209")],shouldEnforceDataLimit:!0,dataLimit:150},{key:Qi("0x20a"),getData:de[Qi("0x143")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x20b"),getData:de[Qi("0x20c")],shouldEnforceDataLimit:!0,dataLimit:150},{key:"battery",getData:de[Qi("0x138")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x38"),getData:de[Qi("0x37")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Qi("0x20d"),getData:de[Qi("0x21")],shouldEnforceDataLimit:!0,dataLimit:100},{key:"plugins",getData:de[Qi("0x119")],shouldEnforceDataLimit:!0,dataLimit:17e3},{key:Qi("0x20e"),getData:de[Qi("0x115")],shouldEnforceDataLimit:!0,dataLimit:27e3},{key:"fonts",getData:de[Qi("0xbd")],shouldEnforceDataLimit:!0,dataLimit:1500},{key:Qi("0x20f"),getData:de[Qi("0xb7")],shouldEnforceDataLimit:!0,dataLimit:100}]}return ye(de,[{key:Qi("0x210"),value:function(e,t){if(Qi("0x47")==ve(e)){if(!t)return e({error:"Options not provided"});var n={data:{latency:{acq_time:{}},errors:{}}},i=Date[Qi("0x86")](),r={},o=0,a=0;this[Qi("0x1f8")][Qi("0xe")]((function(s){if(!t[Qi("0x211")][s[Qi("0x212")]]){var c=s[Qi("0x212")];void 0!==s.alias&&null!==s[Qi("0x213")]&&s[Qi("0x213")][Qi("0x7")]>0&&(c=s.alias),o++;var l=function(){r[c]=Date[Qi("0x86")]();try{s[Qi("0x214")]((function(t){if(!1!==s[Qi("0x215")]){var l=s[Qi("0xf")](Qi("0x216"))&&"number"==typeof s.dataLimit?s[Qi("0x216")]:1e3,u=JSON[Qi("0x217")](t)[Qi("0x7")];u>l&&(n[Qi("0x218")][Qi("0x219")][c]="Exceeded current data limit:"+l+Qi("0x21a")+c+Qi("0x21b")+u,t={})}n.data[c]=t,n[Qi("0x218")][Qi("0x21c")].acq_time[c]=Date[Qi("0x86")]()-r[c],++a>=o&&(n.data.latency[Qi("0x21d")][Qi("0x21e")]=Date.now()-i,n[Qi("0x218")].allFeaturesCollectionAt=Date.now(),e(n[Qi("0x218")],!0))}),t)}catch(e){n[Qi("0x218")][Qi("0x219")][c]=String(e)}};"function"==typeof window[Qi("0x21f")]&&!1!==t.useRequestIdleCallBack?window[Qi("0x21f")](l):l()}})),n[Qi("0x218")][Qi("0x21c")][Qi("0x21d")][Qi("0x21e")]=Date[Qi("0x86")]()-i,e(n[Qi("0x218")],!1)}}}],[{key:t,value:function(e,t){if(Array[Qi("0xd")][Qi("0xe")]&&e[Qi("0xe")]===Array[Qi("0xd")][Qi("0xe")])e[Qi("0xe")](t);else if(e[Qi("0x7")]===+e[Qi("0x7")])for(var n=0,i=e.length;n<i;n++)t(e[n],n,e);else for(var r in e)e[Qi("0xf")](r)&&t(e[r],r,e)}},{key:n,value:function(e,t){var n=[];return null==e?n:Array.prototype[Qi("0x10")]&&e.map===Array[Qi("0xd")][Qi("0x10")]?e.map(t):(de[Qi("0xc")](e,(function(e,i,r){n[Qi("0x11")](t(e,i,r))})),n)}},{key:i,value:function(e,t){var n={},i=new(window.RTCPeerConnection||window[Qi("0x13")]||window.mozRTCPeerConnection||window.msRTCPeerConnection)({iceServers:[{urls:Qi("0x14")}]},{optional:[{RtpDataChannels:!0}]}),r=function(e){if(null!==e)try{var t=/([0-9]{1,3}(\.[0-9]{1,3}){3}|[a-f0-9]{1,4}(:[a-f0-9]{1,4}){7})/.exec(e)[1];n[t]=!0}catch(e){}},o=!1,a=function(){if(!0!==o){o=!0;var e=i[Qi("0x15")];null!==e&&e[Qi("0x16")][Qi("0x17")]("\n").forEach((function(e){0!==e[Qi("0x18")](Qi("0x19"))&&0!==e[Qi("0x18")](Qi("0x1a"))||r(e)})),t(Object[Qi("0x1b")](n))}};i.onicecandidate=function(e){e[Qi("0x1c")]&&r(e[Qi("0x1c")].candidate)},i.onicegatheringstatechange=function(e){"complete"===i[Qi("0x1d")]&&a()},i.createDataChannel("bl");try{i[Qi("0x1e")]()[Qi("0x1f")]((function(e){i[Qi("0x20")](e)}))}catch(e){i[Qi("0x1e")]((function(e){i[Qi("0x20")](e,(function(){}),(function(){}))}),(function(){}))}setTimeout((function(){a()}),2e3)}},{key:r,value:function(e,t){if(de.getHasLiedBrowser())e(Qi("0x22"));else{var n=de[Qi("0x23")]()[Qi("0x17")](" ")[0];"Chrome"!==n||!0!==navigator[Qi("0x24")]?Qi("0x25")===n&&window[Qi("0x26")][Qi("0x27")].getAttribute(Qi("0x24"))||"_Selenium_IDE_Recorder"in window||Qi("0x28")in document?e(Qi("0x29")):window[Qi("0x2a")]||window[Qi("0x2b")]?e("PhantomJS"):e(t[Qi("0x2c")]):e(Qi("0x29"))}}},{key:o,value:function(e,t){try{de[Qi("0x12")](t,(function(t){e({ips:t})}))}catch(t){e({exception:{name:t.name,message:t.message}})}}},{key:a,value:function(e,t){if(!de[Qi("0x2f")]())return e(t.NOT_AVAILABLE);navigator[Qi("0x30")][Qi("0x31")]().then((function(t){e(t[Qi("0x10")]((function(e){var t={};return t.id=e.deviceId,t[Qi("0x32")]=e[Qi("0x33")],t[Qi("0x34")]=e[Qi("0x34")],t.label=e[Qi("0x35")],t})))}))[Qi("0x36")]((function(t){e(t)}))}},{key:"isEnumerateDevicesSupported",value:function(){return navigator[Qi("0x30")]&&navigator[Qi("0x30")].enumerateDevices}},{key:s,value:function(e,t){var n=t[Qi("0x38")];if(n[Qi("0x39")]&&navigator[Qi("0x3a")].match(/OS 11.+Version\/11.+Safari/))return e(t.EXCLUDED);var i=window.OfflineAudioContext||window[Qi("0x3b")];if(null==i)return e(t[Qi("0x2c")]);var r=new i(1,44100,44100),o=r.createOscillator();o[Qi("0x3c")]=Qi("0x3d"),o[Qi("0x3e")][Qi("0x3f")](1e4,r[Qi("0x40")]);var a=r[Qi("0x41")]();de[Qi("0xc")]([[Qi("0x42"),-50],[Qi("0x43"),40],["ratio",12],[Qi("0x44"),-20],[Qi("0x45"),0],[Qi("0x46"),.25]],(function(e){void 0!==a[e[0]]&&Qi("0x47")==ve(a[e[0]][Qi("0x3f")])&&a[e[0]][Qi("0x3f")](e[1],r.currentTime)})),o[Qi("0x48")](a),a[Qi("0x48")](r[Qi("0x49")]),o.start(0),r[Qi("0x4a")]();var s=setTimeout((function(){return r[Qi("0x4b")]=function(){},r=null,e(Qi("0x4c"))}),n[Qi("0x4d")]);r[Qi("0x4b")]=function(t){var n;try{clearTimeout(s),n=t[Qi("0x4e")][Qi("0x4f")](0)[Qi("0x9")](4500,5e3)[Qi("0x50")]((function(e,t){return e+Math[Qi("0x51")](t)}),0)[Qi("0xb")](),o[Qi("0x52")](),a[Qi("0x52")]()}catch(t){return void e(t)}e(n)}}},{key:c,value:function(e){e(navigator[Qi("0x3a")])}},{key:l,value:function(e,t){e(void 0===navigator[Qi("0x24")]||null===navigator[Qi("0x24")]?t.NOT_AVAILABLE:navigator[Qi("0x24")])}},{key:"languageKey",value:function(e,t){e(navigator[Qi("0x54")]||navigator[Qi("0x55")]||navigator.browserLanguage||navigator[Qi("0x56")]||t.NOT_AVAILABLE)}},{key:u,value:function(e,t){e(window[Qi("0x58")][Qi("0x59")]||t[Qi("0x2c")])}},{key:d,value:function(e,t){var n=navigator[Qi("0x5b")]||t[Qi("0x2c")];n!==t[Qi("0x2c")]&&(n+=Qi("0x5c")),e(n)}},{key:h,value:function(e,t){e(window[Qi("0x58")][Qi("0x5e")]||t[Qi("0x2c")])}},{key:p,value:function(e,t){e(window[Qi("0x60")]||t[Qi("0x2c")])}},{key:"screenResolutionKey",value:function(e,t){e(de[Qi("0x61")](t))}},{key:f,value:function(e,t){if(t[Qi("0x58")][Qi("0x63")]){var n={};n[Qi("0x64")]=void 0!==screen[Qi("0x65")],n[Qi("0x66")]=screen[Qi("0x67")]||screen[Qi("0x68")]||(screen.orientation||{})[Qi("0x3c")],e(n)}else e(t.EXCLUDED)}},{key:"getScreenResolution",value:function(){return{w:window[Qi("0x58")][Qi("0x69")],h:window.screen[Qi("0x6a")]}}},{key:"availableScreenResolutionKey",value:function(e,t){e(de.getAvailableScreenResolution(t))}},{key:v,value:function(e){return window.screen[Qi("0x6c")]&&window[Qi("0x58")][Qi("0x6d")]?{w:window[Qi("0x58")][Qi("0x6c")],h:window[Qi("0x58")].availHeight}:e[Qi("0x2c")]}},{key:"timezoneOffset",value:function(e){e((new Date)[Qi("0x6e")]()/60)}},{key:g,value:function(e,t){window[Qi("0x70")]&&window[Qi("0x70")][Qi("0x71")]?e((new window.Intl.DateTimeFormat)[Qi("0x72")]().timeZone):e(t.NOT_AVAILABLE)}},{key:m,value:function(e,t){e(de[Qi("0x74")](t))}},{key:y,value:function(e,t){e(de[Qi("0x76")](t))}},{key:E,value:function(e,t){e(de.hasIndexedDB(t))}},{key:b,value:function(e){e(!(!document[Qi("0x79")]||!document[Qi("0x79")][Qi("0x7a")]))}},{key:x,value:function(e){e(!!window[Qi("0x7c")])}},{key:T,value:function(e,t){e(de[Qi("0x7e")](t))}},{key:w,value:function(e,t){e(navigator.oscpu||t.NOT_AVAILABLE)}},{key:_,value:function(e,t){e(navigator[Qi("0x81")]||t[Qi("0x2c")])}},{key:S,value:function(e,t){e(navigator[Qi("0x83")]||t.NOT_AVAILABLE)}},{key:k,value:function(e,t){e(navigator[Qi("0x85")]||t.NOT_AVAILABLE)}},{key:"seedKey",value:function(e,t){e(Date[Qi("0x86")]())}},{key:C,value:function(e,t){e(de[Qi("0x88")](t))}},{key:I,value:function(e,t){e(navigator.product||t.NOT_AVAILABLE)}},{key:A,value:function(e,t){e(navigator.productSub||t[Qi("0x2c")])}},{key:O,value:function(e,t){e(navigator.vendor||t[Qi("0x2c")])}},{key:R,value:function(e,t){e(navigator[Qi("0x8d")]||t[Qi("0x2c")])}},{key:L,value:function(e,t){e(de.getDoNotTrack(t))}},{key:N,value:function(e,t){var n=de[Qi("0x23")]()[Qi("0x17")](" "),i=n[0],r=n[1],o=t[Qi("0x2c")];if(Qi("0x90")===i)if(parseInt(r)<=74){var a=window[Qi("0x91")]||window[Qi("0x92")];a?a(window[Qi("0x93")],100,(function(t){e(!1)}),(function(t){e(!0)})):e(o)}else"storage"in navigator&&"estimate"in navigator[Qi("0x94")]?navigator[Qi("0x94")][Qi("0x95")]().then((function(t){var n=t.quota;e(o=n<125829120)})):e(o);else if(Qi("0x96")===i){if(o=!1,window.safariIncognito)o=!0;else{try{window[Qi("0x7c")](null,null,null,null)}catch(e){o=!0}try{window[Qi("0x97")][Qi("0x98")](Qi("0x99"),1)}catch(e){o=!0}}void 0===o&&(o=!1,window[Qi("0x97")][Qi("0x9a")](Qi("0x99"))),e(o)}else if(Qi("0x25")===i){var s=indexedDB[Qi("0x9b")](Qi("0x99"));s.onerror=function(){e(!0)},s[Qi("0x9c")]=function(){e(!1)}}else e("IE"===i||Qi("0x9d")===i?!window.indexedDB&&(window[Qi("0x9e")]||window[Qi("0x9f")]):o)}},{key:"getBrowserNameAndVersion",value:function(){var e,t=navigator[Qi("0x3a")],n=t[Qi("0xa0")](/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];return/trident/i[Qi("0x99")](n[1])?(e=/\brv[ :]+(\d+)/g.exec(t)||[],Qi("0xa1")+(e[1]||"")):Qi("0x90")===n[1]&&null!=(e=t.match(/\b(OPR|Edge)\/(\d+)/))?e[Qi("0x9")](1)[Qi("0xa2")](" ")[Qi("0xa3")](Qi("0xa4"),"Opera"):(n=n[2]?[n[1],n[2]]:[navigator[Qi("0x81")],navigator[Qi("0x83")],"-?"],null!=(e=t[Qi("0xa0")](/version\/(\d+)/i))&&n[Qi("0xa5")](1,1,e[1]),n.join(" "))}},{key:"canvasKey",value:function(e,t){de.isCanvasSupported()?e(de.getCanvasFp(t)):e(t[Qi("0x2c")])}},{key:"webglKey",value:function(e,t){de.isWebGlSupported()?e(de[Qi("0xa6")](t)):e(t[Qi("0x2c")])}},{key:P,value:function(e,t){if(void 0===document[Qi("0xa8")]||null===document.scripts)return e(t[Qi("0x2c")]);e([])}},{key:D,value:function(e,t){e({hash:location[Qi("0xaa")]||t[Qi("0x2c")],host:location[Qi("0xab")]||t[Qi("0x2c")],hostname:location[Qi("0xac")]||t.NOT_AVAILABLE,href:location[Qi("0xad")]||t[Qi("0x2c")],origin:location[Qi("0xae")]||t[Qi("0x2c")],pathname:location[Qi("0xaf")]||t[Qi("0x2c")],port:location[Qi("0xb0")]||t[Qi("0x2c")],protocol:location[Qi("0xb1")]||t[Qi("0x2c")]})}},{key:"signalsKey",value:function(e){e(de.getSignals())}},{key:M,value:function(){var e={adBlockInstalled:function(){return de[Qi("0xb3")]()},liedLanguages:function(){return de.getHasLiedLanguages()},liedResolution:function(){return de[Qi("0xb4")]()},liedOS:function(){return de[Qi("0xb5")]()},liedBrowser:function(){return de[Qi("0xb6")]()}},t={};for(var n in e)if(e.hasOwnProperty(n)){var i=e[n];t[n]=i(n)}return t}},{key:U,value:function(e,t){return de[Qi("0xb8")]()?de[Qi("0xb9")]()?t.fonts[Qi("0xba")]?void de[Qi("0xbb")]((function(t){e(t)}),t):e("missing options.fonts.swfPath"):e(Qi("0xbc")):e("swf object not loaded")}},{key:F,value:function(t,n){var i=["monospace",Qi("0xbe"),"serif"],r=[Qi("0xbf"),"Arial","Arial Black",Qi("0xc0"),Qi("0xc1"),Qi("0xc2"),Qi("0xc3"),Qi("0xc4"),Qi("0xc5"),Qi("0xc6"),Qi("0xc7"),"Calibri",Qi("0xc8"),Qi("0xc9"),Qi("0xca"),Qi("0xcb"),Qi("0xcc"),Qi("0xcd"),Qi("0xce"),Qi("0xcf"),"Courier",Qi("0xd0"),"Geneva","Georgia",Qi("0xd1"),Qi("0xd2"),Qi("0xd3"),Qi("0xd4"),"Lucida Calligraphy",Qi("0xd5"),"Lucida Fax",Qi("0xd6"),Qi("0xd7"),Qi("0xd8"),Qi("0xd9"),Qi("0xda"),Qi("0xdb"),Qi("0xdc"),Qi("0xdd"),"MS Gothic",Qi("0xde"),Qi("0xdf"),Qi("0xe0"),Qi("0xe1"),"MS Serif",Qi("0xe2"),"MYRIAD PRO",Qi("0xe3"),Qi("0xe4"),Qi("0xe5"),Qi("0xe6"),Qi("0xe7"),Qi("0xe8"),Qi("0xe9"),Qi("0xea"),Qi("0xeb"),Qi("0xec"),Qi("0xed"),"Times New Roman PS",Qi("0xee"),Qi("0xef"),Qi("0xf0"),"Wingdings 2",Qi("0xf1")];void 0!==n[Qi("0xf2")]&&void 0!==n[Qi("0xf2")][Qi("0xf3")]&&(r=r[Qi("0xf4")](n.fonts[Qi("0xf3")])),void 0!==n[Qi("0xf2")]&&void 0!==n[Qi("0xf2")][Qi("0xf5")]&&(r=r[Qi("0xf4")](n[Qi("0xf2")].userDefinedFonts)),r=r[Qi("0xf6")]((function(e,t){return r[Qi("0x18")](e)===t}));var o=document.getElementsByTagName(Qi("0x79"))[0],a=document[Qi("0xf7")](Qi("0xf8")),s=document[Qi("0xf7")](Qi("0xf8")),c={},l={},u=function(){var e=document[Qi("0xf7")]("span");return e[Qi("0xf9")][Qi("0xfa")]=Qi("0xfb"),e.style[Qi("0xfc")]=Qi("0xfd"),e[Qi("0xf9")][Qi("0xfe")]=Qi("0xff"),e.style.fontStyle=Qi("0x100"),e[Qi("0xf9")][Qi("0x101")]=Qi("0x100"),e[Qi("0xf9")][Qi("0x102")]=Qi("0x100"),e.style[Qi("0x103")]="auto",e[Qi("0xf9")][Qi("0x104")]=Qi("0x100"),e[Qi("0xf9")][Qi("0x105")]=Qi("0x106"),e[Qi("0xf9")][Qi("0x107")]=Qi("0xfc"),e[Qi("0xf9")][Qi("0x108")]=Qi("0x106"),e.style[Qi("0x109")]=Qi("0x106"),e[Qi("0xf9")].whiteSpace="normal",e[Qi("0xf9")][Qi("0x10a")]=Qi("0x100"),e[Qi("0xf9")][Qi("0x10b")]=Qi("0x100"),e[Qi("0x10c")]=Qi("0x10d"),e},d=function(e,t){var n=u();return n[Qi("0xf9")].fontFamily="'"+e+"',"+t,n},h=function(e){for(var t=!1,n=0;n<i[Qi("0x7")];n++)if(t=e[n][Qi("0x10e")]!==c[i[n]]||e[n][Qi("0x10f")]!==l[i[n]])return t;return t},p=function(){for(var e=[],t=0,n=i[Qi("0x7")];t<n;t++){var r=u();r[Qi("0xf9")][Qi("0x110")]=i[t],a[Qi("0x111")](r),e[Qi("0x11")](r)}return e}();o[Qi("0x111")](a);for(var f=0,v=i[Qi("0x7")];f<v;f++)c[i[f]]=p[f].offsetWidth,l[i[f]]=p[f][Qi("0x10f")];var g=function(){for(var e={},t=0,n=r[Qi("0x7")];t<n;t++){for(var o=[],a=0,c=i[Qi("0x7")];a<c;a++){var l=d(r[t],i[a]);s[Qi("0x111")](l),o[Qi("0x11")](l)}e[r[t]]=o}return e}();o[Qi("0x111")](s);for(var m=[],y=0,E=r[Qi("0x7")];y<E;y++)h(g[r[y]])&&m[Qi("0x11")](r[y]);o[Qi("0x112")](s),o.removeChild(a);var b={};b[Qi("0x113")]=e.x64hash128(m[Qi("0xa2")](),23),n.fonts.hashOnly||(b[Qi("0x114")]=m),t(b)}},{key:B,value:function(e,t){if(void 0!==navigator[Qi("0x116")]&&null!==navigator.mimeTypes){for(var n=navigator.mimeTypes,i=[],r=0;r<n[Qi("0x7")];r++){var o={};o.type=n[r].type,o[Qi("0x117")]=n[r].suffixes,o[Qi("0x118")]=n[r][Qi("0x118")],i[Qi("0x11")](o)}e(i)}else e(t[Qi("0x2c")])}},{key:j,value:function(e,t){de[Qi("0x11a")]()?t.plugins[Qi("0x11b")]?e(t.EXCLUDED):e(de[Qi("0x11c")](t)):e(de[Qi("0x11d")](t))}},{key:"getRegularPlugins",value:function(e){if(void 0===navigator[Qi("0x11e")]||null===navigator[Qi("0x11e")])return e[Qi("0x2c")];for(var t=[],n=0,i=navigator[Qi("0x11e")][Qi("0x7")];n<i;n++)navigator.plugins[n]&&t[Qi("0x11")](navigator[Qi("0x11e")][n]);return t[Qi("0x7")]>0&&de[Qi("0x11f")](e)&&(t=t[Qi("0x120")]((function(e,t){return e[Qi("0x121")]>t.name?1:e.name<t[Qi("0x121")]?-1:0}))),de.map(t,(function(e){var t=de[Qi("0x10")](e,(function(e){return[e[Qi("0x3c")],e.suffixes]}));return[e.name,e[Qi("0x118")],t]}))}},{key:"getIEPlugins",value:function(e){var t=[];if(Object[Qi("0x122")]&&Object[Qi("0x122")](window,Qi("0x123"))||Qi("0x123")in window){var n=[Qi("0x124"),Qi("0x125"),Qi("0x126"),Qi("0x127"),Qi("0x128"),Qi("0x129"),Qi("0x12a"),Qi("0x12b"),Qi("0x12c"),"QuickTimeCheckObject.QuickTimeCheck.1",Qi("0x12d"),Qi("0x12e"),Qi("0x12f"),Qi("0x130"),"SWCtl.SWCtl",Qi("0x131"),Qi("0x132"),Qi("0x133"),Qi("0x134"),Qi("0x135"),"rmocx.RealPlayer G2 Control",Qi("0x136")];t=de.map(n,(function(t){try{return new window.ActiveXObject(t),t}catch(t){return e[Qi("0x137")]}}))}else t[Qi("0x11")](e[Qi("0x2c")]);return navigator[Qi("0x11e")]&&(t=t[Qi("0xf4")](de[Qi("0x11d")](e))),t}},{key:q,value:function(e){for(var t=!1,n=0,i=e.plugins.sortPluginsFor[Qi("0x7")];n<i;n++){var r=e.plugins.sortPluginsFor[n];if(navigator[Qi("0x3a")][Qi("0xa0")](r)){t=!0;break}}return t}},{key:G,value:function(e,t){void 0!==navigator.getBattery?navigator[Qi("0x139")]().then((function(t){var n={};n[Qi("0x13a")]=t.level,n[Qi("0x13b")]=t.charging,n.chargingTime=t[Qi("0x13c")],n.dischargingTime=t.dischargingTime,e(n)})):e(t.NOT_AVAILABLE)}},{key:"networkInfoKey",value:function(e,t){var n=navigator[Qi("0x13d")];e(void 0!==n?{downlink:n[Qi("0x13e")],downlinkMax:n[Qi("0x13f")],type:n[Qi("0x3c")],effectiveType:n[Qi("0x140")],rtt:n[Qi("0x141")],saveData:n[Qi("0x142")]}:t[Qi("0x2c")])}},{key:H,value:function(e){e(de[Qi("0x144")]())}},{key:W,value:function(e,t){e(de[Qi("0x146")](t))}},{key:K,value:function(e){try{return!!window.sessionStorage}catch(t){return e[Qi("0x137")]}}},{key:z,value:function(e){try{return!!window.localStorage}catch(t){return e[Qi("0x137")]}}},{key:V,value:function(e){try{return!!window.indexedDB}catch(t){return e[Qi("0x137")]}}},{key:"getHardwareConcurrency",value:function(e){return navigator[Qi("0x148")]?navigator[Qi("0x148")]:e[Qi("0x2c")]}},{key:X,value:function(e){return navigator[Qi("0x149")]||e[Qi("0x2c")]}},{key:"getNavigatorPlatform",value:function(e){return navigator.platform?navigator.platform:e[Qi("0x2c")]}},{key:Y,value:function(e){return navigator.doNotTrack?navigator[Qi("0x14b")]:navigator[Qi("0x14c")]?navigator[Qi("0x14c")]:window[Qi("0x14b")]?window[Qi("0x14b")]:e[Qi("0x2c")]}},{key:Q,value:function(){var e,t=0;void 0!==navigator[Qi("0x14d")]?t=navigator[Qi("0x14d")]:void 0!==navigator[Qi("0x14e")]&&(t=navigator[Qi("0x14e")]);try{document[Qi("0x14f")](Qi("0x150")),e=!0}catch(t){e=!1}return{maxTouchPoints:t,touchEvent:e,touchStart:Qi("0x151")in window}}},{key:"getCanvasFp",value:function(t){var n={},i=document.createElement(Qi("0x152"));i.width=2e3,i.height=200,i.style.display=Qi("0x153");var r=i[Qi("0x154")]("2d");return r[Qi("0x155")](0,0,10,10),r[Qi("0x155")](2,2,6,6),n[Qi("0x156")]=!1===r.isPointInPath(5,5,"evenodd")?Qi("0x157"):"no",r[Qi("0x158")]="alphabetic",r[Qi("0x159")]=Qi("0x15a"),r.fillRect(125,1,62,20),r[Qi("0x159")]="#069",t[Qi("0x15b")]?r.font=Qi("0x15c"):r[Qi("0x15d")]="11pt no-real-font-123",r[Qi("0x15e")](Qi("0x15f"),2,15),r[Qi("0x159")]="rgba(102, 204, 0, 0.2)",r[Qi("0x15d")]=Qi("0x160"),r[Qi("0x15e")](Qi("0x15f"),4,45),r.globalCompositeOperation=Qi("0x161"),r.fillStyle="rgb(255,0,255)",r[Qi("0x162")](),r.arc(50,50,50,0,2*Math.PI,!0),r[Qi("0x163")](),r[Qi("0x164")](),r[Qi("0x159")]="rgb(0,255,255)",r[Qi("0x162")](),r[Qi("0x165")](100,50,50,0,2*Math.PI,!0),r.closePath(),r[Qi("0x164")](),r.fillStyle="rgb(255,255,0)",r.beginPath(),r[Qi("0x165")](75,100,50,0,2*Math.PI,!0),r[Qi("0x163")](),r[Qi("0x164")](),r[Qi("0x159")]=Qi("0x166"),r[Qi("0x165")](75,75,75,0,2*Math.PI,!0),r[Qi("0x165")](75,75,25,0,2*Math.PI,!0),r[Qi("0x164")](Qi("0x167")),i[Qi("0x168")]&&(n[Qi("0x169")]=e[Qi("0x6")](i[Qi("0x168")](),23)),n}},{key:J,value:function(t){var n,i=function(e){return n[Qi("0x16a")](0,0,0,1),n[Qi("0x16b")](n[Qi("0x16c")]),n[Qi("0x16d")](n[Qi("0x16e")]),n[Qi("0x16f")](n.COLOR_BUFFER_BIT|n[Qi("0x170")]),"["+e[0]+", "+e[1]+"]"};if(!(n=de[Qi("0x171")]()))return null;var r={},o=n[Qi("0x172")]();n[Qi("0x173")](n[Qi("0x174")],o);var a=new Float32Array([-.2,-.9,0,.4,-.26,0,0,.732134444,0]);n.bufferData(n[Qi("0x174")],a,n[Qi("0x175")]),o[Qi("0x176")]=3,o[Qi("0x177")]=3;var s=n[Qi("0x178")](),c=n[Qi("0x179")](n.VERTEX_SHADER);n.shaderSource(c,Qi("0x17a")),n.compileShader(c);var l=n[Qi("0x179")](n.FRAGMENT_SHADER);n[Qi("0x17b")](l,Qi("0x17c")),n[Qi("0x17d")](l),n[Qi("0x17e")](s,c),n.attachShader(s,l),n.linkProgram(s),n[Qi("0x17f")](s),s[Qi("0x180")]=n[Qi("0x181")](s,Qi("0x182")),s[Qi("0x183")]=n[Qi("0x184")](s,"uniformOffset"),n[Qi("0x185")](s[Qi("0x186")]),n[Qi("0x187")](s[Qi("0x180")],o[Qi("0x176")],n[Qi("0x188")],!1,0,0),n[Qi("0x189")](s[Qi("0x183")],1,1),n[Qi("0x18a")](n[Qi("0x18b")],0,o.numItems);try{r.webglHash=e[Qi("0x6")](n[Qi("0x152")].toDataURL(),23)}catch(e){}if(t[Qi("0x18c")][Qi("0x18d")])return r;r[Qi("0x18e")]=de[Qi("0x18f")](),r[Qi("0x190")]=n[Qi("0x191")]()||[],r[Qi("0x192")]=i(n[Qi("0x193")](n[Qi("0x194")])),r[Qi("0x195")]=i(n[Qi("0x193")](n.ALIASED_POINT_SIZE_RANGE)),r[Qi("0x196")]=n.getParameter(n.ALPHA_BITS),r["webgl antialiasing"]=n.getContextAttributes()[Qi("0x197")]?"yes":"no",r["webgl blue bits"]=n.getParameter(n[Qi("0x198")]),r[Qi("0x199")]=n[Qi("0x193")](n[Qi("0x19a")]),r[Qi("0x19b")]=n[Qi("0x193")](n[Qi("0x19c")]),r[Qi("0x19d")]=function(e){var t=e[Qi("0x19e")](Qi("0x19f"))||e[Qi("0x19e")]("WEBKIT_EXT_texture_filter_anisotropic")||e[Qi("0x19e")](Qi("0x1a0"));if(t){var n=e.getParameter(t[Qi("0x1a1")]);return 0===n&&(n=2),n}return null}(n),r[Qi("0x1a2")]=n[Qi("0x193")](n[Qi("0x1a3")]),r[Qi("0x1a4")]=n.getParameter(n.MAX_CUBE_MAP_TEXTURE_SIZE),r[Qi("0x1a5")]=n[Qi("0x193")](n[Qi("0x1a6")]),r[Qi("0x1a7")]=n[Qi("0x193")](n[Qi("0x1a8")]),r[Qi("0x1a9")]=n[Qi("0x193")](n[Qi("0x1aa")]),r["webgl max texture size"]=n[Qi("0x193")](n.MAX_TEXTURE_SIZE),r[Qi("0x1ab")]=n[Qi("0x193")](n[Qi("0x1ac")]),r["webgl max vertex attribs"]=n[Qi("0x193")](n.MAX_VERTEX_ATTRIBS),r[Qi("0x1ad")]=n[Qi("0x193")](n[Qi("0x1ae")]),r["webgl max vertex uniform vectors"]=n[Qi("0x193")](n[Qi("0x1af")]),r[Qi("0x1b0")]=i(n[Qi("0x193")](n[Qi("0x1b1")])),r[Qi("0x1b2")]=n.getParameter(n[Qi("0x1b3")]),r[Qi("0x1b4")]=n[Qi("0x193")](n.RENDERER),r[Qi("0x1b5")]=n[Qi("0x193")](n[Qi("0x1b6")]),r[Qi("0x1b7")]=n[Qi("0x193")](n[Qi("0x1b8")]),r[Qi("0x1b9")]=n.getParameter(n[Qi("0x1ba")]),r["webgl version"]=n[Qi("0x193")](n.VERSION);try{var u=n.getExtension(Qi("0x1bb"));u&&(r["webgl unmasked vendor"]=n[Qi("0x193")](u[Qi("0x1bc")]),r[Qi("0x1bd")]=n[Qi("0x193")](u[Qi("0x1be")]))}catch(e){}return n[Qi("0x1bf")]?(de[Qi("0xc")]([Qi("0x188"),Qi("0x1c0")],(function(e){de[Qi("0xc")]([Qi("0x1c1"),Qi("0x1c2")],(function(t){de[Qi("0xc")]([Qi("0x1c3"),"MEDIUM",Qi("0x1c4")],(function(i){de.each([Qi("0x1c5"),"rangeMin",Qi("0x1c6")],(function(o){var a=n[Qi("0x1bf")](n[t+Qi("0x1c7")],n[i+"_"+e])[o];"precision"!==o&&(o=Qi("0x1c8")+o);var s=[Qi("0x1c9"),t[Qi("0x1ca")](),Qi("0x1cb"),i[Qi("0x1ca")]()," ",e[Qi("0x1ca")]()," ",o].join("");r[s]=a}))}))}))})),r):r}},{key:$,value:function(){try{var e=de[Qi("0x171")](),t=e[Qi("0x19e")]("WEBGL_debug_renderer_info");return e[Qi("0x193")](t[Qi("0x1bc")])+"~"+e[Qi("0x193")](t[Qi("0x1be")])}catch(e){return null}}},{key:Z,value:function(){var e=document.createElement("div");e[Qi("0x1cc")]=Qi("0x1cd"),e[Qi("0x1ce")]=Qi("0x1cf");var t=!1;try{document[Qi("0x79")][Qi("0x111")](e),t=0===document.getElementsByClassName(Qi("0x1cf"))[0][Qi("0x10f")],document[Qi("0x79")][Qi("0x112")](e)}catch(e){t=!1}return t}},{key:ee,value:function(){if(void 0!==navigator[Qi("0x1d1")])try{if(navigator[Qi("0x1d1")][0][Qi("0x1d2")](0,2)!==navigator[Qi("0x54")][Qi("0x1d2")](0,2))return!0}catch(e){return!0}return!1}},{key:te,value:function(){return window[Qi("0x58")][Qi("0x69")]<window[Qi("0x58")][Qi("0x6c")]||window.screen[Qi("0x6a")]<window[Qi("0x58")].availHeight}},{key:ne,value:function(){var e,t=navigator[Qi("0x3a")][Qi("0x1ca")](),n=navigator.oscpu,i=navigator[Qi("0x1d3")][Qi("0x1ca")]();if(e=t[Qi("0x18")](Qi("0x1d4"))>=0?"Windows Phone":t[Qi("0x18")](Qi("0x1d5"))>=0?Qi("0x1d6"):t[Qi("0x18")]("android")>=0?Qi("0x1d7"):t.indexOf(Qi("0x1d8"))>=0||t[Qi("0x18")](Qi("0x1d9"))>=0?Qi("0x1da"):t[Qi("0x18")](Qi("0x1db"))>=0||t.indexOf(Qi("0x1dc"))>=0?"iOS":t[Qi("0x18")](Qi("0x1dd"))>=0?"Mac":Qi("0x1de"),("ontouchstart"in window||navigator.maxTouchPoints>0||navigator[Qi("0x14e")]>0)&&Qi("0x1df")!==e&&Qi("0x1d7")!==e&&Qi("0x1e0")!==e&&"Other"!==e)return!0;if(void 0!==n){if((n=n.toLowerCase())[Qi("0x18")]("win")>=0&&"Windows"!==e&&Qi("0x1df")!==e)return!0;if(n[Qi("0x18")](Qi("0x1d8"))>=0&&Qi("0x1da")!==e&&Qi("0x1d7")!==e)return!0;if(n.indexOf(Qi("0x1dd"))>=0&&"Mac"!==e&&Qi("0x1e0")!==e)return!0;if((-1===n[Qi("0x18")](Qi("0x1d5"))&&-1===n[Qi("0x18")](Qi("0x1d8"))&&-1===n[Qi("0x18")](Qi("0x1dd")))!=("Other"===e))return!0}return i[Qi("0x18")](Qi("0x1d5"))>=0&&Qi("0x1d6")!==e&&Qi("0x1df")!==e||(i.indexOf(Qi("0x1d8"))>=0||i[Qi("0x18")]("android")>=0||i.indexOf(Qi("0x1e1"))>=0)&&Qi("0x1da")!==e&&"Android"!==e||(i[Qi("0x18")](Qi("0x1dd"))>=0||i[Qi("0x18")](Qi("0x1dc"))>=0||i[Qi("0x18")](Qi("0x1e2"))>=0||i.indexOf(Qi("0x1db"))>=0)&&Qi("0x1e3")!==e&&Qi("0x1e0")!==e||(i[Qi("0x18")]("win")<0&&i[Qi("0x18")](Qi("0x1d8"))<0&&i[Qi("0x18")](Qi("0x1dd"))<0&&i[Qi("0x18")](Qi("0x1db"))<0&&i[Qi("0x18")](Qi("0x1dc"))<0)!=(Qi("0x1de")===e)||void 0===navigator[Qi("0x11e")]&&Qi("0x1d6")!==e&&"Windows Phone"!==e}},{key:ie,value:function(){var e,t=navigator[Qi("0x3a")][Qi("0x1ca")](),n=navigator[Qi("0x1e4")];if(e=t[Qi("0x18")]("firefox")>=0?Qi("0x25"):t[Qi("0x18")]("opera")>=0||t[Qi("0x18")](Qi("0x1e5"))>=0?Qi("0x1e6"):t[Qi("0x18")](Qi("0x1e7"))>=0?"Chrome":t[Qi("0x18")](Qi("0x1e8"))>=0?Qi("0x96"):t[Qi("0x18")](Qi("0x1e9"))>=0?Qi("0x1ea"):Qi("0x1de"),(Qi("0x90")===e||"Safari"===e||Qi("0x1e6")===e)&&Qi("0x1eb")!==n)return!0;var i,r=eval[Qi("0xb")]()[Qi("0x7")];if(37===r&&Qi("0x96")!==e&&"Firefox"!==e&&Qi("0x1de")!==e)return!0;if(39===r&&"Internet Explorer"!==e&&Qi("0x1de")!==e)return!0;if(33===r&&Qi("0x90")!==e&&Qi("0x1e6")!==e&&Qi("0x1de")!==e)return!0;try{throw"a"}catch(e){try{e[Qi("0x1ec")](),i=!0}catch(e){i=!1}}return i&&Qi("0x25")!==e&&"Other"!==e}},{key:re,value:function(){var e=document[Qi("0xf7")](Qi("0x152"));return!(!e.getContext||!e[Qi("0x154")]("2d"))}},{key:"isWebGlSupported",value:function(){if(!de[Qi("0x1ed")]())return!1;var e=de.getWebglCanvas();return!!window.WebGLRenderingContext&&!!e}},{key:oe,value:function(){return Qi("0x1ee")===navigator[Qi("0x81")]||!(Qi("0x1ef")!==navigator[Qi("0x81")]||!/Trident/[Qi("0x99")](navigator.userAgent))}},{key:ae,value:function(){return void 0!==window[Qi("0x1f0")]}},{key:se,value:function(){return window[Qi("0x1f0")][Qi("0x1f1")](Qi("0x1f2"))}},{key:ce,value:function(e){var t=document.createElement(Qi("0xf8"));t.setAttribute("id",e[Qi("0xf2")][Qi("0x1f4")]),document.body.appendChild(t)}},{key:"loadSwfAndDetectFonts",value:function(e,t){window.___fp_swf_loaded=function(t){e(t)};var n=t[Qi("0xf2")].swfContainerId;de[Qi("0x1f3")](),window[Qi("0x1f0")][Qi("0x1f5")](t[Qi("0xf2")].swfPath,n,"1","1",Qi("0x1f2"),!1,{onReady:"___fp_swf_loaded"},{allowScriptAccess:Qi("0x1f6"),menu:Qi("0x1f7")},{})}},{key:le,value:function(){var e=document[Qi("0xf7")](Qi("0x152")),t=null;try{t=e.getContext(Qi("0x18c"))||e[Qi("0x154")]("experimental-webgl")}catch(e){}return t||(t=null),t}}]),de}(Qi("0xc"),Qi("0x10"),Qi("0x12"),Qi("0x21"),Qi("0x2d"),Qi("0x2e"),Qi("0x37"),Qi("0x53"),Qi("0x24"),Qi("0x57"),Qi("0x5a"),Qi("0x5d"),Qi("0x5f"),Qi("0x62"),Qi("0x6b"),Qi("0x6f"),Qi("0x73"),Qi("0x75"),Qi("0x77"),Qi("0x78"),Qi("0x7b"),Qi("0x7d"),Qi("0x7f"),Qi("0x80"),Qi("0x82"),Qi("0x84"),Qi("0x87"),Qi("0x89"),Qi("0x8a"),Qi("0x8b"),Qi("0x8c"),Qi("0x8e"),Qi("0x8f"),Qi("0xa7"),Qi("0xa9"),Qi("0xb2"),Qi("0xb7"),Qi("0xbd"),Qi("0x115"),Qi("0x119"),Qi("0x11f"),Qi("0x138"),Qi("0x143"),Qi("0x145"),Qi("0x74"),Qi("0x76"),Qi("0x147"),Qi("0x7e"),Qi("0x14a"),Qi("0x144"),Qi("0xa6"),Qi("0x18f"),Qi("0xb3"),Qi("0x1d0"),Qi("0xb4"),Qi("0xb5"),Qi("0xb6"),Qi("0x1ed"),Qi("0x11a"),Qi("0xb8"),Qi("0xb9"),Qi("0x1f3"),Qi("0x171")),n={getItem:function(e){var t=this[Qi("0x220")]().match(this[Qi("0x221")](e));return t?t[1][Qi("0xa3")](/^"(.*)"$/,"$1"):""},getBcookie:function(){try{for(var e=document.cookie.split(/\s*;\s*/),t=0;t<e[Qi("0x7")];t++){var n=e[t].split("=");if(n[Qi("0x7")]>1&&Qi("0x222")===n[0]){var i=n[n[Qi("0x7")]-1];return i[Qi("0x223")](2,i[Qi("0x7")]-1)}}}catch(e){return""}return""},setItem:function(e,t,n){var i=arguments[Qi("0x7")]>3&&void 0!==arguments[3]?arguments[3]:this[Qi("0x224")]();if(n){var r=[e+"="+t+Qi("0x225")+(arguments[Qi("0x7")]>4&&void 0!==arguments[4]?arguments[4]:"/")+"; secure=true"];Qi("0x226")==ve(i)&&i.length>0&&r[Qi("0x11")](Qi("0x227")+i),r.push(Qi("0x228")+(n instanceof Date?n[Qi("0x229")]():n)),document[Qi("0x22a")]=r.join("; ")}},deleteItem:function(e){this.setItem(e,"",new Date(0))},_cookieRegEx:function(e){return new RegExp(e+Qi("0x22b"))},getCookieString:function(){return document[Qi("0x22a")]},getDomain:function(){return window[Qi("0x1fb")]?window.location.hostname:""}},i=Qi("0x22c"),r=Qi("0x22d"),o=Qi("0x22e");function a(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments[2],i=n?n[Qi("0x22f")]("#"+e):document.getElementById(e);if(i){var r=i.firstChild[Qi("0x230")];if(t&&i.parentNode[Qi("0x112")](i),r)try{return JSON.parse(r)}catch(e){return}}}function s(e,t,n){var i=new XMLHttpRequest,r=Qi(n?"0x231":"0x232");r+=String(t),i[Qi("0x9b")](Qi("0x233"),r),i[Qi("0x234")]("Content-Type",Qi("0x235")),i[Qi("0x236")](e)}function c(e){var t=document[Qi("0x237")](e);return void 0!==t&&t[Qi("0x7")]>=1}var l=function(e,t,n,i,r,o,s,c){function l(){ge(this,l)}return ye(l,null,[{key:Qi("0x238"),value:function(e){for(var t=new ArrayBuffer(e[Qi("0x7")]),n=new Uint8Array(t),i=0,r=e[Qi("0x7")];i<r;i++)n[i]=e[Qi("0x8")](i);return t}},{key:"encode",value:function(e){return window[Qi("0x239")](String[Qi("0x23a")].apply(null,e))}},{key:Qi("0x23b"),value:function(e,t,n){var i=window[Qi("0x23c")](t),r=l[Qi("0x238")](i);return window[Qi("0x23d")][Qi("0x23e")][Qi("0x23f")](e,r,{name:Qi("0x240"),hash:Qi("0x241")},!0,n)}},{key:Qi("0x242"),value:function(e,t){return l[Qi("0x23b")](Qi("0x243"),t,[Qi("0x244")])[Qi("0x1f")]((function(t){return window[Qi("0x23d")].subtle[Qi("0x244")](Qi("0x245"),e,t,{name:"RSA-OAEP"})}))[Qi("0x1f")]((function(e){return l[Qi("0x246")](new Uint8Array(e))}))}},{key:Qi("0x247"),value:function(e){var t={a:null,b:null,c:null};return t[Qi("0x248")]=e,t}},{key:Qi("0x249"),value:function(e,t,n){var i={a:null,b:null,c:null};try{var r=Date[Qi("0x86")]();if(Qi("0x226")!=ve(t)||Qi("0x24a")!=ve(n))throw new Error("ec1");var o=window.crypto[Qi("0x24b")](new Uint8Array(16));i.a=l[Qi("0x246")](o);var a=(new TextEncoder)[Qi("0x246")](e),s=Qi("0x24c");return window[Qi("0x23d")].subtle[Qi("0x24d")]({name:s,length:256},!0,[Qi("0x24e"),Qi("0x24f")])[Qi("0x1f")]((function(e){return window.crypto[Qi("0x23e")][Qi("0x24e")]({name:s,iv:o},e,a)[Qi("0x1f")]((function(o){return l[Qi("0x242")](e,t)[Qi("0x1f")]((function(e){return i.b=e,i.c=l[Qi("0x246")](new Uint8Array(o)),i.d=Date[Qi("0x86")]()-r,i.e=n,i}))}))}))[Qi("0x36")]((function(e){return i[Qi("0x248")]=String(e),i}))}catch(e){return i[Qi("0x248")]=String(e),Promise[Qi("0x250")](i)}}},{key:Qi("0x251"),value:function(e,t,n,i){if("string"!=typeof t||Qi("0x226")!=ve(n))return Promise[Qi("0x250")](l[Qi("0x247")](Qi("0x252")));var r=a(t),o=parseInt(a(n));return(""===r||Qi("0x226")!=ve(r)||Qi("0x24a")!=ve(o)||Number[Qi("0x253")](o))&&(r=Qi(i?"0x254":"0x255"),o=i?2:1),l[Qi("0x249")](e,r,o)}},{key:Qi("0x256"),value:function(e,t,n,i,r){return null!=i&&Qi("0x226")==ve(i[Qi("0x257")])&&"number"==typeof i[Qi("0x258")]?l[Qi("0x249")](e,i.publicKey,i[Qi("0x258")]):l[Qi("0x251")](e,t,n,r)}},{key:Qi("0x259"),value:function(){return([1e7]+-1e3+-4e3+-8e3+-1e11)[Qi("0xa3")](/[018]/g,(function(e){return(e^window[Qi("0x23d")][Qi("0x24b")](new Uint8Array(1))[0]&15>>e/4)[Qi("0xb")](16)}))}},{key:"generateSha256HashOrDefault",value:function(e){var t=(new TextEncoder)[Qi("0x246")](e);return crypto.subtle.digest(Qi("0x241"),t)[Qi("0x1f")]((function(e){return Array[Qi("0x25a")](new Uint8Array(e)).map((function(e){return("00"+e[Qi("0xb")](16))[Qi("0x9")](-2)})).join("")}))[Qi("0x36")]((function(){return""}))}}]),l}(),u=function(){var e={compressToBase64:function(t){if(null==t)return"";var n=e[Qi("0x25b")](t,6,(function(e){return Qi("0x25c")[Qi("0x25d")](e)}));switch(n[Qi("0x7")]%4){default:case 0:return n;case 1:return n+Qi("0x25e");case 2:return n+"==";case 3:return n+"="}},_compress:function(e,t,n){if(null==e)return"";var i,r,o,a={},s={},c="",l="",u="",d=2,h=3,p=2,f=[],v=0,g=0;for(o=0;o<e[Qi("0x7")];o+=1)if(c=e[Qi("0x25d")](o),Object.prototype[Qi("0xf")].call(a,c)||(a[c]=h++,s[c]=!0),l=u+c,Object.prototype[Qi("0xf")][Qi("0x25f")](a,l))u=l;else{if(Object[Qi("0xd")][Qi("0xf")][Qi("0x25f")](s,u)){if(u[Qi("0x8")](0)<256){for(i=0;i<p;i++)v<<=1,g==t-1?(g=0,f[Qi("0x11")](n(v)),v=0):g++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,g==t-1?(g=0,f[Qi("0x11")](n(v)),v=0):g++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,g==t-1?(g=0,f[Qi("0x11")](n(v)),v=0):g++,r=0;for(r=u[Qi("0x8")](0),i=0;i<16;i++)v=v<<1|1&r,g==t-1?(g=0,f.push(n(v)),v=0):g++,r>>=1}0==--d&&(d=Math[Qi("0x260")](2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,g==t-1?(g=0,f[Qi("0x11")](n(v)),v=0):g++,r>>=1;0==--d&&(d=Math[Qi("0x260")](2,p),p++),a[l]=h++,u=String(c)}if(""!==u){if(Object[Qi("0xd")][Qi("0xf")][Qi("0x25f")](s,u)){if(u[Qi("0x8")](0)<256){for(i=0;i<p;i++)v<<=1,g==t-1?(g=0,f[Qi("0x11")](n(v)),v=0):g++;for(r=u[Qi("0x8")](0),i=0;i<8;i++)v=v<<1|1&r,g==t-1?(g=0,f[Qi("0x11")](n(v)),v=0):g++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,g==t-1?(g=0,f[Qi("0x11")](n(v)),v=0):g++,r=0;for(r=u[Qi("0x8")](0),i=0;i<16;i++)v=v<<1|1&r,g==t-1?(g=0,f[Qi("0x11")](n(v)),v=0):g++,r>>=1}0==--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,g==t-1?(g=0,f[Qi("0x11")](n(v)),v=0):g++,r>>=1;0==--d&&(d=Math[Qi("0x260")](2,p),p++)}for(r=2,i=0;i<p;i++)v=v<<1|1&r,g==t-1?(g=0,f[Qi("0x11")](n(v)),v=0):g++,r>>=1;for(;;){if(v<<=1,g==t-1){f.push(n(v));break}g++}return f[Qi("0xa2")]("")}};return e}(),d={apfcTypes:1,collectionType:2,trackingId:3},h={protocol:1,hostname:2,port:3,origin:4,host:5,href:6,hash:7,pathname:8},p={saveData:1,effectiveType:2,rtt:3,downlink:4,downlinkMax:5,type:6},f={liedOS:1,liedBrowser:2,liedResolution:3,adBlockInstalled:4,liedLanguages:5},v={type:1,description:2,suffixes:3},g={canvasHash:1,canvasWinding:2},m={label:1,gid:2,id:3,kind:4},y={lists:1,fontsHash:2},E={Orientation:1,Enabled:2},b={charging:1,dischargingTime:2,level:3,chargingTime:4},x={touchStart:1,touchEvent:2,maxTouchPoints:3},T={"webgl stencil bits":1,"webgl vertex shader high float precision rangeMax":2,"webgl antialiasing":3,"webgl max vertex texture image units":4,"webgl fragment shader medium int precision rangeMax":5,"webgl fragment shader low int precision rangeMin":6,"webgl max vertex uniform vectors":7,"webgl renderer":8,"webgl vertex shader high float precision":9,"webgl green bits":10,"webgl fragment shader medium int precision rangeMin":11,"webgl fragment shader low int precision rangeMax":12,"webgl fragment shader medium int precision":13,"webgl blue bits":14,"webgl max viewport dims":15,"webgl unmasked vendor":16,"webgl vertex shader medium float precision":17,"webgl fragment shader low int precision":18,"webgl vertex shader high int precision":19,"webgl vertex shader medium int precision rangeMax":20,"webgl unmasked renderer":21,"webgl fragment shader high int precision":22,"webgl aliased point size range":23,"webgl vertex shader medium float precision rangeMax":24,"webgl vertex shader low int precision rangeMax":25,"webgl fragment shader low float precision":26,"webgl fragment shader high int precision rangeMin":27,"webgl vertex shader high float precision rangeMin":28,"webgl red bits":29,vendorAndRenderer:30,"webgl vertex shader medium int precision rangeMin":31,"webgl vertex shader low float precision":32,"webgl vertex shader medium int precision":33,"webgl fragment shader medium float precision rangeMax":34,"webgl max texture image units":35,"webgl vertex shader medium float precision rangeMin":36,"webgl fragment shader high float precision rangeMin":37,"webgl fragment shader high int precision rangeMax":38,"webgl vertex shader high int precision rangeMax":39,webglHash:40,"webgl max varying vectors":41,"webgl fragment shader medium float precision rangeMin":42,"webgl vertex shader low int precision":43,"webgl fragment shader low float precision rangeMin":44,"webgl aliased line width range":45,"webgl max combined texture image units":46,"webgl shading language version":47,"webgl vertex shader high int precision rangeMin":48,"webgl max anisotropy":49,"webgl max render buffer size":50,"webgl vendor":51,"webgl vertex shader low int precision rangeMin":52,"webgl max fragment uniform vectors":53,"webgl fragment shader high float precision rangeMax":54,"webgl version":55,"webgl fragment shader high float precision":56,"webgl max texture size":57,"webgl max cube map texture size":58,"webgl fragment shader medium float precision":59,"webgl vertex shader low float precision rangeMin":60,"webgl max vertex attribs":61,"webgl alpha bits":62,"webgl vertex shader low float precision rangeMax":63,"webgl fragment shader low float precision rangeMax":64,"webgl depth bits":65,extensions:66},w={ANGLE_instanced_arrays:67,EXT_blend_minmax:68,EXT_clip_control:69,EXT_color_buffer_float:70,EXT_color_buffer_half_float:71,EXT_conservative_depth:72,EXT_depth_clamp:73,EXT_disjoint_timer_query:74,EXT_disjoint_timer_query_webgl2:75,EXT_float_blend:76,EXT_frag_depth:77,EXT_polygon_offset_clamp:78,EXT_render_snorm:79,EXT_shader_texture_lod:80,EXT_texture_compression_bptc:81,EXT_texture_compression_rgtc:82,EXT_texture_filter_anisotropic:83,EXT_texture_mirror_clamp_to_edge:84,EXT_texture_norm16:85,EXT_sRGB:86,KHR_parallel_shader_compile:87,NV_shader_noperspective_interpolation:88,OES_draw_buffers_indexed:89,OES_element_index_uint:90,OES_fbo_render_mipmap:91,OES_sample_variables:92,OES_shader_multisample_interpolation:93,OVR_multiview2:94,OES_standard_derivatives:95,OES_texture_float:96,OES_texture_float_linear:97,OES_texture_half_float:98,OES_texture_half_float_linear:99,OES_vertex_array_object:100,WEBGL_blend_func_extended:101,WEBGL_clip_cull_distance:102,WEBGL_color_buffer_float:103,WEBGL_compressed_texture_astc:104,WEBGL_compressed_texture_etc:105,WEBGL_compressed_texture_etc1:106,WEBGL_compressed_texture_pvrtc:107,WEBGL_compressed_texture_s3tc:108,WEBGL_compressed_texture_s3tc_srgb:109,WEBGL_debug_renderer_info:110,WEBGL_debug_shaders:111,WEBGL_depth_texture:112,WEBGL_draw_buffers:113,WEBGL_lose_context:114,WEBGL_multi_draw:115,WEBGL_polygon_mode:116,WEBGL_provoking_vertex:117,WEBGL_render_shared_exponent:118,WEBGL_stencil_texturing:119},_={"American Typewriter":1,"Andale Mono":2,Arial:3,"Arial Black":4,"Arial Hebrew":5,"Arial Narrow":6,"Arial Rounded MT Bold":7,"Arial Unicode MS":8,Avenir:9,"Avenir Next":10,"Avenir Next Condensed":11,Bahnschrift:12,Baskerville:13,"Big Caslon":14,"Bodoni 72":15,"Bodoni 72 Oldstyle":16,"Bodoni 72 Smallcaps":17,"Bradley Hand":18,"Brush Script MT":19,Calibri:20,Cambria:21,"Cambria Math":22,Candara:23,Chalkboard:24,"Chalkboard SE":25,Chalkduster:26,Charter:27,Cochin:28,"Comic Sans MS":29,Consolas:30,Constantia:31,Corbel:32,Copperplate:33,Courier:34,"Courier New":35,Didot:36,"DIN Alternate":37,"DIN Condensed":38,Ebrima:39,"Franklin Gothic Medium":40,Futura:41,Gabriola:42,Gadugi:43,Geneva:44,Georgia:45,"Gill Sans":46,Helvetica:47,"Helvetica Neue":48,Herculanum:49,"Hoefler Text":50,"HoloLens MDL2 Assets":51,Impact:52,"Ink Free":53,"Javanese Text":54,"Leelawadee UI":55,"Lucida Console":56,"LUCIDA GRANDE":57,"Lucida Grande":58,"Lucida Sans Unicode":59,Luminari:60,"Malgun Gothic":61,"Marker Felt":62,Marlett:63,Menlo:64,"Microsoft Himalaya":65,"Microsoft JhengHei":66,"Microsoft New Tai Lue":67,"Microsoft PhagsPa":68,"Microsoft Sans Serif":69,"Microsoft Tai Le":70,"Microsoft YaHei":71,"Microsoft Yi Baiti":72,"MingLiU-ExtB":73,Monaco:74,"Mongolian Baiti":75,"MS Gothic":76,"MV Boli":77,"Myanmar Text":78,"Nirmala UI":79,Noteworthy:80,Optima:81,Palatino:82,"Palatino Linotype":83,Papyrus:84,Phosphate:85,Rockwell:86,"Savoye LET":87,"Segoe MDL2 Assets":88,"Segoe Print":89,"Segoe Script":90,"Segoe UI":91,"Segoe UI Historic":92,"Segoe UI Emoji":93,"Segoe UI Symbol":94,SignPainter:95,SimSun:96,Sitka:97,Skia:98,"Snell Roundhand":99,Sylfaen:100,Symbol:101,Tahoma:102,Times:103,"Times New Roman":104,Trattatello:105,"Trebuchet MS":106,Verdana:107,Webdings:108,Wingdings:109,"Wingdings 2":110,"Wingdings 3":111,"Yu Gothic":112,Zapfino:113},S={appVersion:1,numOfCores:2,webrtc:3,touchSupport:4,webgl:5,timezone:6,plugins:7,localStorage:8,incognito:9,language:10,appCodeName:11,battery:12,platform:13,javascripts:14,automation:15,pixelDepth:16,screenOrientation:17,availableScreenResolution:18,timezoneOffset:19,oscpu:20,fonts:21,vendor:22,sessionStorage:23,webdriver:24,audio:25,openDatabase:26,screenResolution:27,vendorSub:28,enumerateDevices:29,product:30,canvas:31,appName:32,mimetyps:33,cpuClass:34,indexedDb:35,userAgent:36,deviceMemory:37,productSub:38,addBehavior:39,signals:40,networkInfo:41,location:42,colorDepth:43,FPDataCookie:44,tsSeed:45,errors:46,pixelRatio:47};function k(e){var t={};return function(e){var t=e[Qi("0x18c")],n={};if(void 0!==t&&void 0!==t[Qi("0x190")]){for(var i=t[Qi("0x190")],r=[],o=0;o<i[Qi("0x7")];o++){var a=i[o];r[o]=w[Qi("0xf")](a)?w[a]:a}t[Qi("0x190")]=r}void 0!==t&&(Object[Qi("0x1b")](T)[Qi("0xe")]((function(e){n[T[e]]=t[e]})),e[Qi("0x18c")]=n)}(e),function(e){var t=e[Qi("0x20a")],n={};void 0!==t&&(Object[Qi("0x1b")](x)[Qi("0xe")]((function(e){n[x[e]]=t[e]})),e[Qi("0x20a")]=n)}(e),function(e){var t=e.battery,n={};void 0!==t&&(Object[Qi("0x1b")](b)[Qi("0xe")]((function(e){n[b[e]]=t[e]})),e[Qi("0x261")]=n)}(e),function(e){var t=e[Qi("0x203")],n={};void 0!==t&&(Object.keys(E)[Qi("0xe")]((function(e){n[E[e]]=t[e]})),e.screenOrientation=n)}(e),function(e){var t=e.fonts,n={};if(void 0!==t&&void 0!==t.lists){for(var i=t[Qi("0x114")],r=[],o=0;o<i.length;o++){var a=i[o];r[o]=_[Qi("0xf")](a)?_[a]:a}t.lists=r}void 0!==t&&(Object[Qi("0x1b")](y)[Qi("0xe")]((function(e){n[y[e]]=t[e]})),e[Qi("0xf2")]=n)}(e),function(e){var t=e[Qi("0x31")],n=[];if(void 0!==e[Qi("0x31")]){for(var i=function(){var e=t[r],i={};Object[Qi("0x1b")](m)[Qi("0xe")]((function(t){i[m[t]]=e[t]})),n[r]=i},r=0;r<t.length;r++)i();e[Qi("0x31")]=n}}(e),function(e){var t=e[Qi("0x152")],n={};void 0!==t&&(Object[Qi("0x1b")](g)[Qi("0xe")]((function(e){n[g[e]]=t[e]})),e.canvas=n)}(e),function(e){var t=e.mimetyps,n=[];if(void 0!==t){for(var i=function(){var e=t[r],i={};Object.keys(v)[Qi("0xe")]((function(t){i[v[t]]=e[t]})),n[r]=i},r=0;r<t.length;r++)i();e.mimetyps=n}}(e),function(e){var t=e.signals,n={};void 0!==t&&(Object.keys(f)[Qi("0xe")]((function(e){n[f[e]]=t[e]})),e[Qi("0x262")]=n)}(e),function(e){var t=e.networkInfo,n={};void 0!==t&&(Object[Qi("0x1b")](p)[Qi("0xe")]((function(e){n[p[e]]=t[e]})),e[Qi("0x20b")]=n)}(e),function(e){var t=e[Qi("0x1fb")],n={};void 0!==t&&(Object[Qi("0x1b")](h)[Qi("0xe")]((function(e){n[h[e]]=t[e]})),e.location=n)}(e),function(e){var t=e.FPDataCookie,n={};void 0!==t&&(Object[Qi("0x1b")](d)[Qi("0xe")]((function(e){n[d[e]]=t[e]})),e[Qi("0x263")]=n)}(e),Object[Qi("0x1b")](S)[Qi("0xe")]((function(n){t[S[n]]=e[n]})),t}var C={preprocessor:null,audio:{timeout:1e3,excludeIOS11:!0},fonts:{swfContainerId:Qi("0x264"),swfPath:Qi("0x265"),userDefinedFonts:[],extendedJsFonts:void 0,hashOnly:!1},screen:{detectScreenOrientation:!0},plugins:{sortPluginsFor:[/palemoon/i],excludeIE:!1},webgl:{hashOnly:!1},ponfUrl:"https://ponf.linkedin.com/pixel/tracking.png",telemetryCollectPath:Qi("0x266"),gloablIntegrationDataCollectionPath:Qi("0x267"),extraComponents:[],excludes:{pixelRatio:!0,doNotTrack:!0,fontsFlash:!0},debug:!1,NOT_AVAILABLE:Qi("0x268"),ERROR:Qi("0x269"),EXCLUDED:Qi("0x26a"),useRequestIdleCallBack:!0},I=function(e,d,h,p,f,v,g){function m(e,t,n){var i=this;if(ge(this,m),void 0!==t&&void 0!==e&&Qi("0x26b")===e[Qi("0x26c")])Qi("0x26d")===document.readyState?this[Qi("0x26e")](t,n):window.addEventListener(Qi("0x26f"),(function(){i[Qi("0x26e")](t,n)}));else if(void 0!==e){var r=JSON[Qi("0x270")](JSON[Qi("0x217")](C));c("settings-iframe")||c("setting-headline")||(r[Qi("0x271")]=!1),this.initialize(r,e)}else{var o=JSON[Qi("0x270")](JSON[Qi("0x217")](C));c(Qi("0x272"))||c(Qi("0x273"))||(o.useRequestIdleCallBack=!1),"complete"===document.readyState?this.initialize(o):window[Qi("0x274")](Qi("0x26f"),(function(){i.initialize(o)}))}}return ye(m,[{key:"isDfCollectionRequired",value:function(e){return"number"!=typeof e.samplingTimeWindowInMillis||e[Qi("0x275")]<=0||""===n[Qi("0x276")](Qi("0x277"))}},{key:Qi("0x26e"),value:function(e,t){!0===t[Qi("0x278")]&&!0!==globalThis.pauseApfc?(globalThis[Qi("0x279")]=!0,setTimeout((function(){globalThis[Qi("0x279")]=!1}),3e4),this[Qi("0x27a")](e,t),this[Qi("0x27b")](e,t),n[Qi("0x27c")](Qi("0x27d"))):(this[Qi("0x27e")](t),this.isDfCollectionRequired(t)&&(this.checkConfigAndInitializeGlobalIntegration(e,t),this.checkConfigAndInitializeThirdPartyIntegration(e,t),this[Qi("0x27f")](t)))}},{key:Qi("0x27a"),value:function(e,t){(!0===t[Qi("0x278")]&&t[Qi("0x280")][Qi("0x281")].includes(i)||!0===t[Qi("0x282")]&&!0!==globalThis[Qi("0x283")])&&this[Qi("0x284")](C,e,t)}},{key:Qi("0x27b"),value:function(e,t){(!0===t[Qi("0x278")]&&t[Qi("0x280")][Qi("0x281")][Qi("0x285")](r)||!0===t[Qi("0x286")]&&!0!==globalThis[Qi("0x287")])&&this[Qi("0x288")](e,t),(!0===t[Qi("0x278")]&&t[Qi("0x280")][Qi("0x281")].includes(o)||!0===t[Qi("0x289")]&&!0!==globalThis[Qi("0x28a")])&&this[Qi("0x28b")](e,t)}},{key:"deleteDfCookieIfRequired",value:function(e){var t=Qi("0x24a")!=ve(e[Qi("0x275")])?0:e.samplingTimeWindowInMillis;""!==n[Qi("0x276")](Qi("0x277"))&&Date[Qi("0x86")]()-Number(n.getItem(Qi("0x277")))>t&&n[Qi("0x27c")](Qi("0x277"))}},{key:Qi("0x27f"),value:function(e){if("number"==typeof e[Qi("0x275")]&&e.samplingTimeWindowInMillis>0){var t=Date[Qi("0x86")](),i=new Date;i.setTime(t+e[Qi("0x275")]),n[Qi("0x98")](Qi("0x277"),t,i)}}},{key:Qi("0x28c"),value:function(e,n){if(null!=n||null!=a(Qi("0x28d"))){this[Qi("0x28f")](e,n);var i=this[Qi("0x290")],r=this[Qi("0x291")],o=this[Qi("0x292")]();return(new t)[Qi("0x210")]((function(t,a){t.reqid=i,t[Qi("0x291")]=r,t[Qi("0x293")]=a,l[Qi("0x256")](JSON[Qi("0x217")](t),"apfcDfPK","apfcDfPKV",n,o)[Qi("0x1f")]((function(t){globalThis.apfcDf=t,!0===a&&s(JSON[Qi("0x217")](t),e.telemetryCollectPath,o)}))}),e)}globalThis.triggerApfc=this[Qi("0x28e")]}},{key:"intializeGlobalIntegration",value:function(e,r,o){var a=this.isProd();return(new t).getFeatures((function(t,c){var d;!0===c&&(m[Qi("0xd")][Qi("0x294")](t,o),!0===o.isSyncEnabledWithHeaders&&(globalThis[Qi("0x295")]=(d=k(t),u[Qi("0x296")](d))),l[Qi("0x251")](JSON[Qi("0x217")](t),Qi("0x28d"),Qi("0x297"))[Qi("0x1f")]((function(t){if(globalThis.apfcDf=t,!0===o.isSyncEnabledWithHeaders||!0===o[Qi("0x298")]){var c=function(e){var t={};t[btoa("DNA_ENCRYPTED")]=e;var i={};return i[Qi("0x299")]=t,i.browserId=n[Qi("0x29a")](),i}(t);s(JSON[Qi("0x217")](c),e.gloablIntegrationDataCollectionPath,a)}r(i,JSON.stringify(t))})),globalThis[Qi("0x283")]=!0)}),e)}},{key:Qi("0x28b"),value:function(e,t){var i=n[Qi("0x29a")](),r=this.isProd()?Qi("0x29b"):Qi("0x29c");try{if(RegExp("^[\\w-]*$")[Qi("0x99")](i)){var a=Qi("0x29d")+i+"&instanceId="+r,s=document[Qi("0xf7")]("script");s[Qi("0x29e")](Qi("0x29f"),a),s[Qi("0x29e")]("id",Qi("0x2a0")),s[Qi("0x274")](Qi("0x26f"),(function(){return window.dfp[Qi("0x2a1")](document)})),document[Qi("0x2a2")]("head")[0][Qi("0x111")](s);var c={sessionId:i,instanceId:r};m[Qi("0xd")][Qi("0x294")](c,t),e(o,JSON[Qi("0x217")](c))}else{var l={error:"Invalid session_id: "+i};e(o,JSON.stringify(l))}}catch(t){var u={error:t};e(o,JSON.stringify(u))}globalThis[Qi("0x28a")]=!0}},{key:Qi("0x288"),value:function(e,t){var i=t.treeId,o=Date.now(),a=this.isProd()?Qi("0x2a3"):Qi("0x2a4"),s=n[Qi("0x29a")](),c=Qi("0x2a5")+o+"&r_id="+encodeURIComponent(i)+Qi("0x2a6")+a+Qi("0x2a7");l[Qi("0x2a8")](s)[Qi("0x1f")]((function(n){""!==(s=n)&&(c+="&d_id="+s);try{var l=document.createElement(Qi("0x2a9"));l.setAttribute("id",Qi("0x2aa")),l[Qi("0x29e")](Qi("0x29f"),c),l[Qi("0x29e")]("sandbox",Qi("0x2ab")),l[Qi("0x29e")](Qi("0x2ac"),Qi("0x2ad")),l.style.height=Qi("0x2ae"),l.style[Qi("0x69")]="0px",l[Qi("0xf9")][Qi("0x2af")]=Qi("0x106"),l[Qi("0xf9")][Qi("0xfa")]=Qi("0xfb"),l[Qi("0xf9")].left=Qi("0xfd"),document[Qi("0x79")][Qi("0x111")](l);var u={app_id:a,ts:o,d_id:s,r_id:i,uc:Qi("0x2b0")};m[Qi("0xd")][Qi("0x294")](u,t),e(r,JSON.stringify(u))}catch(t){var d={error:t};e(r,JSON[Qi("0x217")](d))}})),globalThis[Qi("0x287")]=!0}}]),m}();I[Qi("0xd")][Qi("0x28e")]=function(e){globalThis[Qi("0x2b1")]=null,new I(e)},I[Qi("0xd")][Qi("0x2b2")]=function(e,t){globalThis.triggerDnaApfcEvent=null,new I({globalIntegration:Qi("0x26b")},e,t)},I[Qi("0xd")][Qi("0x2b3")]=function(e,t){if(void 0!==t&&void 0!==e){var n=I[Qi("0xd")][Qi("0x2b4")]();!0===t[Qi("0x2b5")]&&null===n||(t[Qi("0x280")]=n,null!==n&&(t[Qi("0x278")]=!0),I[Qi("0xd")][Qi("0x2b2")](e,t))}},I[Qi("0xd")].extractDataCookie=function(){var e=n[Qi("0x276")](Qi("0x27d"));if(!e||""===e)return null;var t=(e=atob(e))[Qi("0x17")](Qi("0x2b6"));if(t[Qi("0x7")]<5)return null;var i={};return i[Qi("0x2b7")]=t[0],i[Qi("0x2b8")]=t[1],i[Qi("0x2b9")]=t[2],i.collectionType=t[3],i.apfcTypes=t[4][Qi("0x17")](","),i},I[Qi("0xd")][Qi("0x294")]=function(e,t){Qi("0x2ba")==ve(e)&&Qi("0x2ba")==ve(t)&&(e[Qi("0x263")]=t.fpDataCookie)},I[Qi("0xd")].isProd=function(){var e=location&&location.host;return e&&e[Qi("0x18")](".linkedin.com")>-1&&!e.startsWith(Qi("0x2bb"))},I[Qi("0xd")][Qi("0x2bc")]=function(e){return e&&0===Object[Qi("0x1b")](e).length},I[Qi("0xd")].getUrlFromNoscriptBeacon=function(){var e=[];return he(document[Qi("0x237")](Qi("0x2bd")))[Qi("0xe")]((function(t){he(t[Qi("0x2a2")](Qi("0x2be")))[Qi("0xe")]((function(t){var n=t.innerHTML;if(n){var i=(new DOMParser)[Qi("0x2bf")](n,Qi("0x2c0"));i&&he(i.getElementsByClassName("bc")).forEach((function(t){e[Qi("0x11")]({src:t[Qi("0x2c1")](Qi("0x29f")),style:t[Qi("0x2c1")](Qi("0xf9")),class:t.getAttribute(Qi("0x2c2")),width:t[Qi("0x2c1")](Qi("0x69")),height:t[Qi("0x2c1")](Qi("0x6a"))})}))}}))})),0===e[Qi("0x7")]?null:e[0]},I[Qi("0xd")][Qi("0x28f")]=function(e,t){if(null!=e){var n,i,r="bc",o="display:none;",a="1",s="1",c=e[Qi("0x2c3")];if(this.reqid=null,this[Qi("0x291")]=null,null!==(n=this.getUrlFromNoscriptBeacon())){r=n[Qi("0x2c2")],o=n.style,a=n[Qi("0x69")],s=n[Qi("0x6a")];var u=new URL(n.src);c=u[Qi("0xb1")]+"//"+u[Qi("0xab")]+u[Qi("0xaf")],this[Qi("0x290")]=u[Qi("0x2c4")][Qi("0x2c5")](Qi("0x290")),this[Qi("0x291")]=u[Qi("0x2c4")][Qi("0x2c5")](Qi("0x291"))}else if(void 0!==(i=function(e){var t=arguments[Qi("0x7")]>1&&void 0!==arguments[1]&&arguments[1],n=arguments[2],i=n?n[Qi("0x22f")]("#"+e):document[Qi("0x2c6")](e);if(i){var r=i.firstChild.nodeValue;if(t&&i.parentNode[Qi("0x112")](i),r)try{var o=r;return"'"!==o[Qi("0x25d")](0)&&'"'!==o[Qi("0x25d")](0)||(o=o[Qi("0x223")](1,o.length-1)),JSON.parse(o)}catch(e){return}}}(Qi("0x2c7"))))this[Qi("0x290")]=void 0===i[Qi("0x290")]?null:i.reqid,this[Qi("0x291")]=i[Qi("0x291")];else{if(void 0===t)return;this[Qi("0x291")]=t[Qi("0x291")]}this.isProd()||(c=c.replace(/\.linkedin\.com/,Qi("0x2c8"))),null===this[Qi("0x290")]&&(this[Qi("0x290")]=l[Qi("0x259")]());var d=c+"?"+new URLSearchParams({reqid:this[Qi("0x290")],pageInstance:this[Qi("0x291")],js:Qi("0x26b")}).toString(),h=document[Qi("0x237")](Qi("0x2bd"))[0];null==h&&((h=document[Qi("0xf7")]("div")).setAttribute("id",this[Qi("0x290")]),document[Qi("0x79")][Qi("0x111")](h));var p=document[Qi("0xf7")]("img");p[Qi("0x29f")]=d,p[Qi("0xf9")]=o,p[Qi("0x1ce")]=r,p.width=a,p[Qi("0x6a")]=s,h[Qi("0x111")](p)}},Qi("0x2c9")!=("undefined"==typeof globalThis?"undefined":ve(globalThis))&&Qi("0x2c9")!=("undefined"==typeof document?"undefined":ve(document))&&Qi("0x2c9")!=("undefined"==typeof window?"undefined":ve(window))&&(globalThis[Qi("0x2ca")]=I[Qi("0xd")][Qi("0x2b2")],globalThis[Qi("0x2cb")]=I[Qi("0xd")][Qi("0x2b3")],new I)}();var Ji=function(){function e(){ge(this,e)}return ye(e,null,[{key:"collectFeatures",value:function(e,t){try{"undefined"!=typeof globalThis&&"undefined"!=typeof document&&"undefined"!=typeof window&&"undefined"!==globalThis.triggerDnaApfcEventOnDemand&&globalThis.triggerDnaApfcEventOnDemand(t,e)}catch(e){}}}]),e}(),$i=function(){function e(t,n,i,r,o,a,s,c,l,u,d){ge(this,e),Ee(this,"hostApis",void 0),Ee(this,"statics",void 0),Ee(this,"options",void 0),Ee(this,"allowTimingOrigin",void 0),Ee(this,"fireCustomMeasureEvent",void 0),Ee(this,"fireResourceLoadEvent",void 0),Ee(this,"isTracerEnabled",void 0),Ee(this,"responseRleCache",void 0),Ee(this,"fireApfcEvent",void 0),Ee(this,"abuseDeviceSignalCollectionConfig",void 0),Ee(this,"trackingEndpoint",void 0),Ee(this,"collectResourceTimings",void 0),Ee(this,"collectCdnData",void 0),Ee(this,"perfObserver",void 0),Ee(this,"renderTimings",new Map),Ee(this,"urlToTreeId",new Map),Ee(this,"cdnDataProvider",void 0),Ee(this,"observables",new Ei),Ee(this,"trackingEndpointPattern",void 0),this.hostApis=t,this.statics=n,this.options=i,this.allowTimingOrigin=r,this.fireCustomMeasureEvent=o,this.fireResourceLoadEvent=a,this.isTracerEnabled=s,this.responseRleCache=c,this.fireApfcEvent=l,this.abuseDeviceSignalCollectionConfig=u,this.trackingEndpoint=d,this.collectResourceTimings=i["enable-rs-timing"],this.collectCdnData=i["enable-cdn-tracking"],this.collectCdnData&&(this.cdnDataProvider=new Xi(t)),this.trackingEndpointPattern=function(e){if(!e)return"/li/track";try{return new URL(e).pathname}catch(t){return e}}(this.trackingEndpoint)}return ye(e,[{key:"recordTreeId",value:function(e,t){this.collectResourceTimings&&this.urlToTreeId.set(function(e,t){return(Bi=Bi||t.createElement("a")).href=e,Bi.href}(t,this.hostApis.document),e)}},{key:"recordRenderStart",value:function(e,t){this.renderTimings.has(e)||this.renderTimings.set(e,{renderName:t,viewId:e,renderStart:qi(this.hostApis.performance,this.allowTimingOrigin)})}},{key:"recordRenderEnd",value:function(e,t,n){var i=this.renderTimings.get(e);if(i&&(i.renderEnd=i.renderEnd||qi(this.hostApis.performance,this.allowTimingOrigin),t))return n?this.collectViewLoadEventData(i,n):void En("ViewLoadEvent",gi)}},{key:"collectViewLoadEventData",value:function(e,t){var n=e.renderName,i=e.renderEnd,r=void 0===i?-1:i,o=e.renderStart,a=void 0===o?-1:o,s=[];return s.push({viewProgressType:"RENDER_START",timestamp:a}),s.push({viewProgressType:"RENDER_END",timestamp:r}),{parentPageLoadId:t,viewHierarchy:[n],viewProgressStates:s}}},{key:"startObserving",value:function(){var e=this.hostApis,t=e.PerformanceObserver,n=e.performance;this.stopObserving(),t?this.setupPerformanceObserver(t,n.timeOrigin):this.collectResourceTimings&&this.emulateResourceTimingObserver(n),this.collectResourceTimings&&this.processNewResourceTimings()}},{key:"stopObserving",value:function(){var e;null===(e=this.perfObserver)||void 0===e||e.disconnect(),this.reset()}},{key:"collect",value:function(e){var t=this,n=e.isInitial,i=e.immediate,r=this.collectSynchronousData(n);if(i)return r;var o=this.collectAsynchronousData();return"then"in o?o.then((function(e){return(0,t.hostApis.assign)(r,e),r})):r}},{key:"collectPageLoadStartData",value:function(e){var t=e.isInitial,n=e.rumKey,i=Object.create(null);i.pageKey=n,i.pageLoadType=t?"INITIAL_LOAD":"SUBSEQUENT_LOAD",i.networkInformationMetrics=this.snapshot.networkInformationMetrics;var r=this.statics,o=r.webUIFramework,a=r.timeSource,s=r.isSinglePageApp,c=r.appRenderMode,l=r.isAppRenderFailed,u=r.isFromServiceWorker,d=r.treeId;return i.treeId=d,i.browserPageLoadStartContext={webUIFramework:o,timeSource:a,isSinglePageApp:s,appRenderMode:c,isAppRenderFailed:l,isFromServiceWorker:u},i}},{key:"collectPageLoadEndData",value:function(e){var t=Object.create(null),n=Object.create(null);t.cdnData=[],t.browserPageLoadEndContext={},t.navigationTiming=Object.create(null);var i=e.isInitial,r=e.immediate,o=this.hostApis.assign;if(i){var a=er(this.hostApis.performance),s=a.htmlMetrics,c=a.redirectCount,l=a.navigationType,u=a.workerStart;s&&(t.browserPageLoadEndContext.htmlMetrics=Object.create(null),o(t.browserPageLoadEndContext.htmlMetrics,s)),Object.prototype.hasOwnProperty.call(a,"redirectCount")&&(n.redirectCount=c),Object.prototype.hasOwnProperty.call(a,"navigationType")&&(n.navigationType=l),n.workerStart=null!=u?u:0,pi.forEach((function(e){Object.prototype.hasOwnProperty.call(a,e)&&(n[e]=a[e])})),o(t.navigationTiming,n)}if(!r){var d=this.collectAsynchronousData();if("then"in d)return d.then((function(e){return o(t.cdnData,e.cdnData),t}))}var h=this.collectAsynchronousData(!0);return o(t.cdnData,h.cdnData),t}},{key:"collectResourceLoadEvent",value:function(e,t){var n=e.name,i=e.transferSize,r=e.initiatorType,o=e.nextHopProtocol,a=e.encodedBodySize,s=e.decodedBodySize,c=e.requestStart,l={};l.resourceKey=n,l.isNetwork=!!i&&0!==i,l.loadType=r||"unknown",l.timeOrigin=t;var u=[];Object.keys(fi).forEach((function(t){var n;t in oi&&void 0!==e[t]&&u.push({resourceProgressType:fi[t],duration:null!==(n=e[t])&&void 0!==n?n:-1})})),l.resourceProgressStates=u;var d={},h=vi[o];d.nextHopProtocol=null!=h?h:"UNKNOWN",d.transferSize=i,d.encodedBodySize=a,d.decodedBodySize=s,l.resourceNetworkContext=d,l.requestStart=c;try{var p,f,v=new URL(n),g=v.pathname+v.search+v.hash;return null===(p=this.responseRleCache)||void 0===p||p.offerResourceLoadEvent(g,l),null===(f=this.responseRleCache)||void 0===f?void 0:f.flushCacheByUrl(g)}catch(e){var m,y="".concat("Invalid url from ResourceLoadEvent"," request url ").concat(n);return e instanceof Error?(e.message="".concat(y," ").concat(e.message),En("ResourceLoadEvent",e)):En("ResourceLoadEvent",y),null===(m=this.responseRleCache)||void 0===m?void 0:m.flushCacheByUrl()}}},{key:"reset",value:function(){var e;this.observables.reset(),null===(e=this.cdnDataProvider)||void 0===e||e.clearUsedHostnames()}},{key:"collectSynchronousData",value:function(e){var t=this.hostApis,n=t.assign,i=t.PerformanceObserver,r=Object.create(null);return this.statics.pageLoadMode=e?"INITIAL":"PARTIAL",i||(this.observables.userTimingEntries=Wi(this.hostApis.performance,this.options,!0,this.fireCustomMeasureEvent),this.collectResourceTimings&&this.processNewResourceTimings()),this.observables.attachTreeIds(this.urlToTreeId),this.urlToTreeId.clear(),n(r,this.observables.getData(),this.snapshot,this.statics),e&&n(r,er(this.hostApis.performance)),n(r,this.collectAsynchronousData(!0)),r}},{key:"collectAsynchronousData",value:function(e){var t=this,n={cdnData:[],usedCDN:this.extractUsedCDN([])};if(e){if(this.collectCdnData){var i=this.cdnDataProvider.getPresentData();n.cdnData=i,n.usedCDN=this.extractUsedCDN(i)}return n}var r=[];return this.collectCdnData&&r.push(this.cdnDataProvider.getDataWhenReady(this.options["async-plugins-timeout"]).then((function(e){n.cdnData=e,n.usedCDN=t.extractUsedCDN(e)}))),r.length>0?vn(r,Promise).then((function(){return n})):n}},{key:"triggerDeviceSignalCollection",value:function(e){var t=e.onlyTriggerOnDemandFlow;try{var n=this.abuseDeviceSignalCollectionConfig||{},i=n.isDnaIntegrationLixEnabled,r=n.isHumanIntegrationLixEnabled,o=n.isDfpIntegrationLixEnabled,a=n.samplingTimeWindowInMillis,s=n.isOnDemandFingerprintingEnabled,c=n.isSyncFingerprintingWithHeadersLixEnabled,l=n.isSyncFingerprintingWithCbLixEnabled;if(r||o||i||c||l){var u,d,h={treeId:null!==(u=null===(d=this.statics.treeId)||void 0===d?void 0:d.toString())&&void 0!==u?u:"",humanIntegrationEnabled:r,dfpIntegrationEnabled:o,dnaIntegrationEnabled:i,samplingTimeWindowInMillis:a,onlyOnDemandFlow:t,isSyncEnabledWithHeaders:c,isSyncEnabledWithCb:l};(!t||t&&s||c||l)&&Ji.collectFeatures(h,this.fireApfcEvent)}}catch(e){}}},{key:"setupPerformanceObserver",value:function(e,t){var n=this;this.perfObserver=new e((function(e){var i=(n.abuseDeviceSignalCollectionConfig||{}).disablePerfMarkerOptimization;i&&n.triggerDeviceSignalCollection({onlyTriggerOnDemandFlow:!1}),e.getEntries().forEach((function(e){var r=e.entryType,o=e.name,a=e.startTime,s=e.duration;"resource"===r?n.processSingleResourceTiming(e,t):"mark"===r?(n.observables.userTimingEntries.push({entryType:"MARK",name:o,startTime:a,duration:s}),n.fireCustomMeasureEvent({measurementName:o,measurementType:"MARK",measureProgressStates:[{measureProgressName:o,timestamp:a}]}),"mark_meaningful_paint_end"!==o||i||n.triggerDeviceSignalCollection({onlyTriggerOnDemandFlow:!1})):"measure"===r?(n.observables.userTimingEntries.push({entryType:"MEASURE",name:o,startTime:a,duration:s}),n.fireCustomMeasureEvent({measurementName:o,measurementType:"MEASURE",measureProgressStates:[{measureProgressName:o,timestamp:a,duration:s}]})):"longtask"===r&&(n.observables.longTasks.push({duration:s,name:o,startTime:a}),n.fireCustomMeasureEvent({measurementName:o,measurementType:"LONG_TASK",measureProgressStates:[{measureProgressName:o,timestamp:a,duration:s}]}))}))})),this.observables.userTimingEntries=Wi(this.hostApis.performance,this.options,!1,this.fireCustomMeasureEvent);var i=["longtask"];(this.collectResourceTimings||this.collectCdnData)&&i.push("resource"),this.options["user-timing-mark-enabled"]&&i.push("mark"),this.options["user-timing-measure-enabled"]&&i.push("measure"),this.perfObserver.observe({entryTypes:i})}},{key:"emulateResourceTimingObserver",value:function(e){var t=this;e&&"function"==typeof e.setResourceTimingBufferSize&&"function"==typeof e.onresourcetimingbufferfull&&(e.setResourceTimingBufferSize(100),e.onresourcetimingbufferfull=function(){return t.processNewResourceTimings()})}},{key:"processNewResourceTimings",value:function(){var e=this,t=this.hostApis.performance;"function"==typeof t.getEntriesByType&&"function"==typeof t.clearResourceTimings&&(t.getEntriesByType("resource").forEach((function(n){return e.processSingleResourceTiming(n,t.timeOrigin)})),t.clearResourceTimings())}},{key:"processSingleResourceTiming",value:function(e,t){var n=this;if(this.collectResourceTimings)if(this.options["enable-otel"])en.emit(ei.INTERNAL_OTEL_RESOURCE,{resourceTiming:e});else{this.observables.resourceTimingEntries.push(e);var i=-1!==e.name.indexOf(this.trackingEndpointPattern);if(this.isTracerEnabled&&!i&&!function(e){for(var t=0,n=ji;t<n.length;t++){var i=n[t];if(i.strToFilter&&-1!==e.indexOf(i.strToFilter))return!0;if(i.pattern&&i.pattern.test(e))return!0}return!1}(e.name)){var r=this.collectResourceLoadEvent(e,t);r&&r.forEach((function(e){return n.fireResourceLoadEvent(e)}))}}this.collectCdnData&&this.cdnDataProvider.inspectEntryForCdnData(e)}},{key:"extractUsedCDN",value:function(e){var t=e.filter((function(e){return e.hostname.indexOf("static")>=0})),n=t.length>0?t[0]:{hostname:"",provider:"",httpVersion:"",ipVersion:""};return{static_domain:n.provider,http_version:n.httpVersion,ip_version:n.ipVersion}}},{key:"snapshot",get:function(){var e={detailedRenderTimingEntries:Ki(this.renderTimings),networkInformationMetrics:Zi(this.hostApis.connection)};return this.renderTimings.clear(),e}}]),e}();function Zi(e){return e?{connectionType:e.type&&e.type.toUpperCase()||"UNKNOWN",effectiveType:function(e){switch(e){case"2g":return"TWO_G";case"3g":return"THREE_G";case"4g":return"FOUR_G";default:return"SLOW_2G"}}(e.effectiveType),roundTripTime:e.rtt||-1,downlinkBandwidth:e.downlink||-1,downlinkMaxBandwidth:void 0===e.downlinkMax?-1:e.downlinkMax===1/0?0:e.downlinkMax}:void 0}function er(e){if(!e)return{navigationTimingApi:!1};var t=Object.create({});if("function"==typeof e.getEntriesByType){var n=e.getEntriesByType("navigation")[0];n&&(["fetchStart","responseEnd","decodedBodySize","encodedBodySize","transferSize"].every((function(e){return"number"==typeof n[e]}))&&(t.htmlMetrics={htmlFetchStart:n.fetchStart,htmlResponseEnd:n.responseEnd,htmlDecodedBodySize:n.decodedBodySize,htmlEncodedBodySize:n.encodedBodySize,htmlTransferSize:n.transferSize}),t.workerStart=n.workerStart)}var i=e.timing,r=e.navigation;return i&&r?(t.navigationTimingApi=!0,pi.forEach((function(e){e in i&&(t[e]=i[e])})),t.navigationType=r.type,t.redirectCount=r.redirectCount):t.navigationTimingApi=!1,t}var tr=function(){function e(t,n,i){ge(this,e),Ee(this,"featureName",void 0),Ee(this,"trackingCore",void 0),Ee(this,"rumConfig",void 0),Ee(this,"observing",!1),Ee(this,"basePageTreeId",void 0),Ee(this,"startPageInstance",void 0),Ee(this,"startMemory",void 0),Ee(this,"reportTimeouts",[]),this.featureName=t,this.trackingCore=n,this.rumConfig=i}return ye(e,[{key:"startObserving",value:function(){var t,n=this,i=this.getMemory();i&&!this.observing&&(this.basePageTreeId=this.trackingCore.host.treeID||"",this.startPageInstance=(null===(t=this.trackingCore.getCurrentContext())||void 0===t?void 0:t.pageInstance)||dn(Te),this.startMemory=i,this.reportTimeouts=e.checkpoints.map((function(e){return setTimeout((function(){return n.reportMemory(e)}),60*e*1e3)})))}},{key:"stopObserving",value:function(){this.reportTimeouts.forEach((function(e){return clearTimeout(e)})),this.observing=!1}},{key:"reportMemory",value:function(e){var t={name:this.featureName,basePageTreeId:this.basePageTreeId,startTime:Gi(this.trackingCore.host.api.performance),duration:0,startPageInstance:this.startPageInstance,marks:this.createMemoryMarks("-".concat(e,"min")),spans:[]};this.trackingCore.fireEvent({appId:this.rumConfig["app-id"],eventName:"FeaturePerformanceMeasurementEvent"},t)}},{key:"createMemoryMarks",value:function(e){var t=this.getMemory(),n=["jsHeapSizeLimit","totalJSHeapSize","usedJSHeapSize"].map((function(n){return{name:n+e,startTime:t[n]}})),i=t.usedJSHeapSize-this.startMemory.usedJSHeapSize;return n.push({name:(i<0?"usedJSHeapSizeDecrease":"usedJSHeapSizeIncrease")+e,startTime:Math.abs(i)},{name:"utilization"+e,startTime:Math.round(t.usedJSHeapSize/t.totalJSHeapSize*100)}),n}},{key:"getMemory",value:function(){return this.trackingCore.host.api.performance.memory}}]),e}();Ee(tr,"checkpoints",[1,3,10,30,90,180,300]);var nr,ir,rr,or,ar,sr=ye((function e(t,n,i){ge(this,e),Ee(this,"webUIFramework",void 0),Ee(this,"timeSource",void 0),Ee(this,"isSinglePageApp",void 0),Ee(this,"appRenderMode",void 0),Ee(this,"isAppRenderFailed",void 0),Ee(this,"pageLoadMode","INITIAL"),Ee(this,"isSSL",void 0),Ee(this,"treeId",void 0),Ee(this,"isFromServiceWorker",void 0),this.webUIFramework=n["web-ui-framework"],this.timeSource=n["beacon-source"],this.isSinglePageApp=n["is-single-page-app"],this.appRenderMode=t["app-render-mode"],this.isAppRenderFailed=t["is-app-render-failed"],this.isSSL="https:"===i.api.location.protocol?1:0,this.treeId=i.treeID,this.isFromServiceWorker=i.isFromServiceWorker})),cr=function(){function e(t){ge(this,e),Ee(this,"isPEMTracerEnabled",void 0),Ee(this,"responseContextMap",new Map),Ee(this,"resourceLoadEventsMap",new Map),this.isPEMTracerEnabled=t}return ye(e,[{key:"offerResponseContext",value:function(e,t){if(this.isPEMTracerEnabled)if(this.responseContextMap.has(e)){var n;null===(n=this.responseContextMap.get(e))||void 0===n||n.heapPush(t)}else{var i=new xn((function(e,t){return e.requestTime<t.requestTime}));i.heapPush(t),this.responseContextMap.set(e,i)}}},{key:"offerResourceLoadEvent",value:function(e,t){if(this.resourceLoadEventsMap.has(e)){var n;null===(n=this.resourceLoadEventsMap.get(e))||void 0===n||n.heapPush(t)}else{var i=new xn((function(e,t){return e.requestStart<t.requestStart}));i.heapPush(t),this.resourceLoadEventsMap.set(e,i)}}},{key:"mergeAndConsume",value:function(e){var t=this.resourceLoadEventsMap.get(e),n=this.responseContextMap.get(e),i=null==t?void 0:t.heappop(),r=null==n?void 0:n.heappop();return this.mergeRleAndRes(i,r)}},{key:"mergeRleAndRes",value:function(e,t){if(e&&t){e.requestStart;var n=oe(e,X),i=(t.requestTime,t.viewNames),r=t.requestType,o=t.requestTag,a=oe(t,Y);return n.targetViewNames=i||[],r&&(n.requestType=r),o&&(n.requestTag=o),n.resourceNetworkContext=re(re({},n.resourceNetworkContext),a),bn(n)}}},{key:"deleteEntryByRequestUrl",value:function(e){this.resourceLoadEventsMap.delete(e),this.responseContextMap.delete(e)}},{key:"canFlush",value:function(e){var t=this.resourceLoadEventsMap.get(e),n=this.responseContextMap.get(e);return n&&t&&n.heapsize()>0&&n.heapsize()===t.heapsize()}},{key:"clear",value:function(){this.resourceLoadEventsMap.clear(),this.responseContextMap.clear()}},{key:"flushCache",value:function(){var e=this.responseContextMap.keys(),t=[];if(e){var n,i=de(e);try{for(i.s();!(n=i.n()).done;){var r=n.value;t=[].concat(he(t),he(this.flushCacheByUrl(r)))}}catch(e){i.e(e)}finally{i.f()}}var o=this.resourceLoadEventsMap.keys();if(o){var a,s=de(o);try{for(s.s();!(a=s.n()).done;){var c,l=a.value,u=null===(c=this.resourceLoadEventsMap.get(l))||void 0===c?void 0:c.heapClear();u&&(t=[].concat(he(t),he(u.map((function(e){e.requestStart;var t=oe(e,Q);return bn(t)})))))}}catch(e){s.e(e)}finally{s.f()}}return t}},{key:"flushCacheByUrl",value:function(e){var t,n=[];if(!e)return n;if(!this.isPEMTracerEnabled)return(null===(t=this.resourceLoadEventsMap)||void 0===t||null===(t=t.get(e))||void 0===t||null===(t=t.heapClear())||void 0===t?void 0:t.map((function(e){e.requestStart;var t=oe(e,J);return bn(t)})))||n;if(this.canFlush(e)){for(var i=this.responseContextMap.get(e);i&&i.heapsize()>0;){var r=this.mergeAndConsume(e);r&&n.push(r)}this.deleteEntryByRequestUrl(e)}return n}}]),e}(),lr=function(e,t){return{name:e,value:void 0===t?-1:t,delta:0,entries:[],id:"v2-".concat(Date.now(),"-").concat(Math.floor(8999999999999*Math.random())+1e12)}},ur=function(e,t){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){if("first-input"===e&&!("PerformanceEventTiming"in self))return;var n=new PerformanceObserver((function(e){return e.getEntries().map(t)}));return n.observe({type:e,buffered:!0}),n}}catch(e){}},dr=function(e,t){var n=function n(i){"pagehide"!==i.type&&"hidden"!==document.visibilityState||(e(i),t&&(removeEventListener("visibilitychange",n,!0),removeEventListener("pagehide",n,!0)))};addEventListener("visibilitychange",n,!0),addEventListener("pagehide",n,!0)},hr=function(e){addEventListener("pageshow",(function(t){t.persisted&&e(t)}),!0)},pr=function(e,t,n){var i;return function(r){t.value>=0&&(r||n)&&(t.delta=t.value-(i||0),(t.delta||void 0===i)&&(i=t.value,e(t)))}},fr=-1,vr=function(){return"hidden"===document.visibilityState?0:1/0},gr=function(){dr((function(e){var t=e.timeStamp;fr=t}),!0)},mr=function(){return fr<0&&(fr=vr(),gr(),hr((function(){setTimeout((function(){fr=vr(),gr()}),0)}))),{get firstHiddenTime(){return fr}}},yr=!1,Er=-1,br=function(e,t){yr||(function(e,t){var n,i=mr(),r=lr("FCP"),o=function(e){"first-contentful-paint"===e.name&&(s&&s.disconnect(),e.startTime<i.firstHiddenTime&&(r.value=e.startTime,r.entries.push(e),n(!0)))},a=window.performance&&performance.getEntriesByName&&performance.getEntriesByName("first-contentful-paint")[0],s=a?null:ur("paint",o);(a||s)&&(n=pr(e,r,t),a&&o(a),hr((function(i){r=lr("FCP"),n=pr(e,r,t),requestAnimationFrame((function(){requestAnimationFrame((function(){r.value=performance.now()-i.timeStamp,n(!0)}))}))})))}((function(e){Er=e.value})),yr=!0);var n,i=function(t){Er>-1&&e(t)},r=lr("CLS",0),o=0,a=[],s=function(e){if(!e.hadRecentInput){var t=a[0],i=a[a.length-1];o&&e.startTime-i.startTime<1e3&&e.startTime-t.startTime<5e3?(o+=e.value,a.push(e)):(o=e.value,a=[e]),o>r.value&&(r.value=o,r.entries=a,n())}},c=ur("layout-shift",s);c&&(n=pr(i,r,t),dr((function(){c.takeRecords().map(s),n(!0)})),hr((function(){o=0,Er=-1,r=lr("CLS",0),n=pr(i,r,t)})))},xr={passive:!0,capture:!0},Tr=new Date,wr=function(e,t){nr||(nr=t,ir=e,rr=new Date,kr(removeEventListener),_r())},_r=function(){if(ir>=0&&ir<rr-Tr){var e={entryType:"first-input",name:nr.type,target:nr.target,cancelable:nr.cancelable,startTime:nr.timeStamp,processingStart:nr.timeStamp+ir};or.forEach((function(t){t(e)})),or=[]}},Sr=function(e){if(e.cancelable){var t=(e.timeStamp>1e12?new Date:performance.now())-e.timeStamp;"pointerdown"==e.type?function(e,t){var n=function(){wr(e,t),r()},i=function(){r()},r=function(){removeEventListener("pointerup",n,xr),removeEventListener("pointercancel",i,xr)};addEventListener("pointerup",n,xr),addEventListener("pointercancel",i,xr)}(t,e):wr(t,e)}},kr=function(e){["mousedown","keydown","touchstart","pointerdown"].forEach((function(t){return e(t,Sr,xr)}))},Cr=function(e,t){var n,i=mr(),r=lr("FID"),o=function(e){e.startTime<i.firstHiddenTime&&(r.value=e.processingStart-e.startTime,r.entries.push(e),n(!0))},a=ur("first-input",o);n=pr(e,r,t),a&&dr((function(){a.takeRecords().map(o),a.disconnect()}),!0),a&&hr((function(){var i;r=lr("FID"),n=pr(e,r,t),or=[],ir=-1,nr=null,kr(addEventListener),i=o,or.push(i),_r()}))},Ir={},Ar=function(e,t){var n,i=mr(),r=lr("LCP"),o=function(e){var t=e.startTime;t<i.firstHiddenTime&&(r.value=t,r.entries.push(e),n())},a=ur("largest-contentful-paint",o);if(a){n=pr(e,r,t);var s=function(){Ir[r.id]||(a.takeRecords().map(o),a.disconnect(),Ir[r.id]=!0,n(!0))};["keydown","click"].forEach((function(e){addEventListener(e,s,{once:!0,capture:!0})})),dr(s,!0),hr((function(i){r=lr("LCP"),n=pr(e,r,t),requestAnimationFrame((function(){requestAnimationFrame((function(){r.value=performance.now()-i.timeStamp,Ir[r.id]=!0,n(!0)}))}))}))}},Or=["LCP","FID","CLS"],Rr={LCP:"LargestContentfulPaint",FID:"FirstInputDelay",CLS:"CumulativeLayoutShift"},Lr={},Nr=function(){var e;if(!kn)return"";var t=window.performance,n=void 0;if("function"==typeof(null==t?void 0:t.getEntriesByType)){var i,r=null===(i=window.performance)||void 0===i?void 0:i.getEntriesByType("navigation");(null==r?void 0:r.length)>0&&(n=r[0])}return(null===(e=n)||void 0===e?void 0:e.name)||window.location.href}(),Pr=!1,Dr=new Set,Mr={LCP:"largest-contentful-paint",FID:"first-input",CLS:"layout-shift"};function Ur(){var e=!0===window.__test__resetWebVitalsState;if(!Pr||e){e&&(Dr=new Set),Or.forEach(Fr);var t=Symbol();ar=t,[Ar,Cr,br].forEach((function(e){return e(Br.bind(null,t),!0)})),[Ar,Cr,br].forEach((function(e){return e(jr.bind(null,t))})),Pr=!0}}function Fr(e){Lr[e]={name:e,verboseName:Rr[e]||e,value:di,updateHistory:[]};var t=Mr[e];"undefined"!=typeof PerformanceObserver&&void 0!==PerformanceObserver.supportedEntryTypes&&"string"==typeof t&&PerformanceObserver.supportedEntryTypes.indexOf(t)>-1||(Lr[e].value=hi)}function Br(e,t){if(e===ar){var n=Lr[t.name],i=Gi();n&&(n.updateHistory.push({time:i,data:t}),n.value=t.value),Dr.forEach((function(e){return e(t,i,!1)}))}}function jr(e,t){e===ar&&Dr.forEach((function(e){return e(t,Gi(),!0)}))}var qr,Gr=function(){function e(t,n){var i=this;ge(this,e),Ee(this,"basePageTreeId",void 0),Ee(this,"basePageKey",void 0),Ee(this,"observing",!1),Ee(this,"appContextMap",new Map),Ee(this,"rumConfig",void 0),Ee(this,"trackingCore",void 0),Ee(this,"onMetricUpdate",(function(e,t,n){var r;i.observing&&(n?i.reportMetric(e.name):i.appContextMap.set(t,{time:t,url:location.href,pageKey:null===(r=i.trackingCore.getCurrentContext())||void 0===r?void 0:r.pageKey}))})),this.trackingCore=t,this.rumConfig=n}return ye(e,[{key:"startObserving",value:function(){var e,t,n=this;Ur(),this.observing||(this.observing=!0,this.basePageTreeId=this.trackingCore.host.treeID||"_unknown",this.basePageKey=(null===(e=this.trackingCore.getCurrentContext())||void 0===e?void 0:e.pageKey)||"_unknown",Or.forEach((function(e){var t;(null===(t=Lr[e])||void 0===t?void 0:t.value)===hi&&n.reportMetric(e)})),t=this.onMetricUpdate,Dr.add(t))}},{key:"stopObserving",value:function(){var e;this.observing=!1,e=this.onMetricUpdate,Dr.delete(e)}},{key:"reportMetric",value:function(e){var t=Lr[e];if(t){var n={name:Rr[e]||e};"CLS"===e?n.doubleValue=t.value:n.longValue=Math.round(t.value);var i=function(e,t,n,i,r){var o={basePageTreeId:e,basePageKey:t,basePageUrl:Nr},a=null;switch(n.name){case"LCP":a=function(e,t){var n;if(0===e.updateHistory.length)return null;var i=e.updateHistory[e.updateHistory.length-1],r=i.data.entries,o=r[r.length-1],a={pageKey:(null===(n=t.get(i.time))||void 0===n?void 0:n.pageKey)||"_unknown",element:Hi(o.element),renderTime:Math.round(o.renderTime),loadTime:Math.round(o.loadTime),size:Math.round(o.size)};return o.url&&(a.url=o.url),a}(n,i);break;case"FID":a=function(e,t){var n;if(0===e.updateHistory.length)return null;var i=e.updateHistory[e.updateHistory.length-1],r=i.data.entries,o=r[r.length-1];return{pageKey:(null===(n=t.get(i.time))||void 0===n?void 0:n.pageKey)||"_unknown",processingStart:Math.round(o.processingStart),processingEnd:Math.round(o.processingEnd),target:Hi(o.target)}}(n,i);break;case"CLS":a=function(e,t){if(0===e.updateHistory.length)return null;var n=e.updateHistory.map((function(e){return e.data.entries})).flat();if(0===n.length)return null;var i=n.reduce((function(e,t){return e&&e.value>t.value?e:t})),r=e.updateHistory.find((function(e){return e.data.entries.includes(i)})),o=null;i&&i.sources&&i.sources.length&&(o=i.sources.reduce((function(e,t){return e.node&&e.previousRect.width*e.previousRect.height>t.previousRect.width*t.previousRect.height?e:t})));var a,s=t.get(r.time);return o&&s?{shiftCount:n.length,"largestShift.value":i.value,"largestShift.hadRecentInput":i.hadRecentInput,"largestShift.largestSource.node":Hi(null===(a=o)||void 0===a?void 0:a.node),"largestShift.pageKey":s.pageKey||"_unknown","largestShift.url":s.url,"largestShift.startTime":Math.round(i.startTime)}:null}(n,i)}if(a){var s={};return r(s,o,a),s}return o}(this.basePageTreeId,this.basePageKey,t,this.appContextMap,this.trackingCore.host.api.assign);n.metadata=function(e){var t={};return Object.keys(e).forEach((function(n){var i=e[n];t[n]="string"==typeof i?i:JSON.stringify(i)})),t}(i);var r={scope:{scopeType:"APPLICATION_INSTANCE",scopeKey:this.basePageTreeId},metrics:[n]};if(this.trackingCore.fireEvent({appId:this.rumConfig["app-id"],eventName:"ClientPerfMetricsEvent"},r),this.rumConfig["enable-otel"])if("LCP"===e){var o={value:n.longValue,metadata:i};en.emit(ei.INTERNAL_OTEL_LARGEST_CONTENTFUL_PAINT,o)}else if("CLS"===e){var a={value:n.doubleValue,metadata:i};en.emit(ei.INTERNAL_OTEL_CUMULATIVE_LAYOUT_SHIFT,a)}else if("FID"===e){var s={value:n.longValue,metadata:i};en.emit(ei.INTERNAL_OTEL_FIRST_INPUT_DELAY,s)}}}}]),e}(),Hr="x-li-uuid",Wr="x-li-pop",Kr="x-msedge-ref",zr="x-li-fabric",Vr="x-li-pem-resp-meta",Xr="content-type",Yr="x-cache",Qr=function(){function e(t){ge(this,e),Ee(this,"_callTreeId",void 0),Ee(this,"_fabric",void 0),Ee(this,"_msEdgeRef",void 0),Ee(this,"_pointOfPresenceId",void 0),Ee(this,"_responseMetadata",void 0),Ee(this,"_contentType",void 0),Ee(this,"_cdnCacheMetadata",void 0),Ee(this,"_downstreamAvailability",void 0);var n=new Map;null==t||t.forEach((function(e,t){n.set(t.toLowerCase(),e)})),this._callTreeId=n.get(Hr)||null,this._pointOfPresenceId=n.get(Wr)||null,this._msEdgeRef=n.get(Kr)||null,this._fabric=n.get(zr)||null,this._responseMetadata=n.get(Vr)||null,this._contentType=n.get(Xr)||null,this._cdnCacheMetadata=n.get(Yr)||null,this._downstreamAvailability=function(e){if(null==e)return 1;var t,n=de(e.split(","));try{for(n.s();!(t=n.n()).done;){var i=t.value.split("=",2);if(2===i.length&&"availability"===i[0]){var r=parseFloat(i[1]);if(r>=0&&r<=1)return r}}}catch(e){n.e(e)}finally{n.f()}return 1}(this._responseMetadata)}return ye(e,[{key:"callTreeId",get:function(){return this._callTreeId}},{key:"pointOfPresenceId",get:function(){return this._pointOfPresenceId}},{key:"microsoftEdgeReference",get:function(){return this._msEdgeRef}},{key:"fabric",get:function(){return this._fabric}},{key:"contentType",get:function(){return this._contentType}},{key:"cdnCacheMetadata",get:function(){return this._cdnCacheMetadata}},{key:"responseMetadata",get:function(){return this._responseMetadata}},{key:"downstreamAvailability",get:function(){return this._downstreamAvailability}},{key:"hasAnyLinkedInHeaders",value:function(){return!!(this._fabric||this._pointOfPresenceId||this._msEdgeRef||this._callTreeId)}}]),e}();!function(e){e.CLIENT_TIMEOUT="CLIENT_TIMEOUT",e.CLIENT_ABORTED="CLIENT_ABORTED",e.SERVER_ERROR="SERVER_ERROR",e.NETWORK_ERROR="NETWORK_ERROR",e.UNCLASSIFIED="UNCLASSIFIED",e.TOO_MANY_REQUESTS="TOO_MANY_REQUESTS",e.CLIENT_ERROR="CLIENT_ERROR",e.GRAPHQL_FULL_FAILURE="GRAPHQL_FULL_FAILURE",e.BLOCKED_BY_CLIENT_PROXY="BLOCKED_BY_CLIENT_PROXY",e.DOWNSTREAM_GRACEFUL_DEGRADATION="DOWNSTREAM_GRACEFUL_DEGRADATION",e.TRAFFIC_AFD_TO_LI_POP_ERROR="TRAFFIC_AFD_TO_LI_POP_ERROR",e.TRAFFIC_LI_POP_TO_DC_ERROR="TRAFFIC_LI_POP_TO_DC_ERROR"}(qr||(qr={}));function Jr(e,t,n,i,r){var o=new Qr(i),a=function(e,t,n){if(t){if(429===t||999===t)return qr.TOO_MANY_REQUESTS;if(e&&!e.hasAnyLinkedInHeaders()&&t&&t>=400&&t<600)return qr.BLOCKED_BY_CLIENT_PROXY;if((i=t)>=400&&i<500)return qr.CLIENT_ERROR;if(function(e){return e>=500&&e<600}(t))return function(e){if(e){if(e.fabric)return qr.SERVER_ERROR;if(e.pointOfPresenceId)return qr.TRAFFIC_LI_POP_TO_DC_ERROR;if(e.microsoftEdgeReference)return qr.TRAFFIC_AFD_TO_LI_POP_ERROR}return qr.SERVER_ERROR}(e);if(function(e,t){return!!(e>=200&&e<300&&t&&t.downstreamAvailability<1)}(t,e))return qr.DOWNSTREAM_GRACEFUL_DEGRADATION;if(!n)return null}var i;if(n instanceof Error){if("AbortError"===n.name)return qr.CLIENT_ABORTED;if(n instanceof TypeError&&(n.message.indexOf("Network request failed")>=0||n.message.indexOf("NetworkError when attempting to fetch resource")>=0||n.message.indexOf("Failed to fetch")>=0))return qr.NETWORK_ERROR}else if(function(e){return!!e&&("string"==typeof e.statusText||"number"==typeof e.status||"number"==typeof e.readyState)}(n)){if("timeout"===n.statusText)return qr.CLIENT_TIMEOUT;if(0===n.status&&"abort"===n.statusText)return qr.CLIENT_ABORTED;if("readyState"in n&&0===n.readyState)return qr.NETWORK_ERROR}return qr.UNCLASSIFIED}(o,n,r),s=null;return a&&(s={errorType:a},a===qr.UNCLASSIFIED&&r&&(s.errorMessage=r.message,function(e,t,n){var i=["tracer-unclassified-error"];null==n||n.forEach((function(e){return i.push("target-view-name-".concat(e))})),En("resource-load-tracer",e instanceof Error||"string"==typeof e?e:JSON.stringify(e),Object.fromEntries(t||[]),i)}(r,i,t))),{cdnCache:o.cdnCacheMetadata||void 0,contentType:o.contentType||void 0,fabric:o.fabric||void 0,msEdgeReference:o.microsoftEdgeReference||void 0,pointOfPresenceId:o.pointOfPresenceId||void 0,resourceTreeId:o.callTreeId?o.callTreeId:void 0,responseStatusCode:n||void 0,networkResourceError:s||void 0,viewNames:t||[],requestTime:e,responseMetadata:o.responseMetadata||void 0}}!function(){function e(t,n,i){var r,o,a,s,c,l,u,d,h,p,f,v,g,m,y,E,b,x,T,w,_,S,k,C,I,A,O,R,L,N=this;ge(this,e),Ee(this,"core",void 0),Ee(this,"config",void 0),Ee(this,"collector",void 0),Ee(this,"boomerangStart",-1),Ee(this,"webVitalsObserver",void 0),Ee(this,"appMemoryObserver",void 0),Ee(this,"pageMemoryObserver",void 0),Ee(this,"liveTokens",new Set),Ee(this,"stateWM",new WeakMap),Ee(this,"activeToken",void 0),Ee(this,"isInitial",void 0),Ee(this,"shouldTrackCustomMeasureEvent",void 0),Ee(this,"pageLoadId",void 0),Ee(this,"initialResourcesEvents",[]),Ee(this,"initialCustomMeasureEvents",[]),Ee(this,"responseRleCache",void 0),Ee(this,"beforeHideHandlerBound",this.beforeHideHandler.bind(this)),Ee(this,"fireApfcEventBound",this.fireApfcEvent.bind(this)),Ee(this,"isTracerEnabled",void 0),Ee(this,"isPEMTracerEnabled",void 0),this.core=i,this.config=function(e,t){for(var n in e)void 0!==t[n]&&(e[n]=t[n]);return e}(i.host.api.assign({},ui),n);var P="enabled"===(null===(r=(o=i.host).__getLixTreatment)||void 0===r?void 0:r.call(o,"pemberly.tracking.time-origin-epoch-time")),D={isDnaIntegrationLixEnabled:"enabled"===(null===(a=(s=i.host).__getLixTreatment)||void 0===a?void 0:a.call(s,"pemberly.tracking.fireApfcEvent"))||"enabled"===(null===(c=i.host.abuseDeviceSignalCollectionConfig)||void 0===c?void 0:c.webviewDnaMemberLixTreatment)||"enabled"===(null===(l=i.host.abuseDeviceSignalCollectionConfig)||void 0===l?void 0:l.dnaMemberLixTreatment),isHumanIntegrationLixEnabled:"enabled"===(null===(u=(d=i.host).__getLixTreatment)||void 0===u?void 0:u.call(d,"pemberly.tracking.human.integration"))||"enabled"===(null===(h=i.host.abuseDeviceSignalCollectionConfig)||void 0===h?void 0:h.webviewHumanMemberLixTreatment)||"enabled"===(null===(p=i.host.abuseDeviceSignalCollectionConfig)||void 0===p?void 0:p.humanMemberLixTreatment),isDfpIntegrationLixEnabled:"enabled"===(null===(f=(v=i.host).__getLixTreatment)||void 0===f?void 0:f.call(v,"pemberly.tracking.dfp.integration"))||"enabled"===(null===(g=i.host.abuseDeviceSignalCollectionConfig)||void 0===g?void 0:g.webviewDfpMemberLixTreatment)||"enabled"===(null===(m=i.host.abuseDeviceSignalCollectionConfig)||void 0===m?void 0:m.dfpMemberLixTreatment),disablePerfMarkerOptimization:i.host.abuseDeviceSignalCollectionConfig&&i.host.abuseDeviceSignalCollectionConfig.disablePerfMarkerOptimization||"enabled"===(null===(y=(E=i.host).__getLixTreatment)||void 0===y?void 0:y.call(E,"fingerprinting.collection.skip.performance.marker.check")),samplingTimeWindowInMillis:null===(b=i.host.abuseDeviceSignalCollectionConfig)||void 0===b?void 0:b.samplingTimeWindowInMillis,isOnDemandFingerprintingEnabled:"enabled"===(null===(x=(T=i.host).__getLixTreatment)||void 0===x?void 0:x.call(T,"pemberly.web.ondemand")),isSyncFingerprintingWithHeadersLixEnabled:"enabled"===(null===(w=(_=i.host).__getLixTreatment)||void 0===w?void 0:w.call(_,"sync.apfc.headers"))||"enabled"===(null===(S=i.host.abuseDeviceSignalCollectionConfig)||void 0===S?void 0:S.syncFingerprintingEnabledWithHeadersLixTreatment),isSyncFingerprintingWithCbLixEnabled:"enabled"===(null===(k=(C=i.host).__getLixTreatment)||void 0===k?void 0:k.call(C,"sync.apfc.couchbase"))||"enabled"===(null===(I=i.host.abuseDeviceSignalCollectionConfig)||void 0===I?void 0:I.syncFingerprintingEnabledWithCbLixTreatment)},M=null===(A=(O=i.host).__getLixTreatment)||void 0===A?void 0:A.call(O,"pemberly.tracking.generic-tracers"),U=!!M&&yi.test(M);this.isTracerEnabled=U||this.config["enable-tracking-3"];var F="enabled"===(null===(R=(L=i.host).__getLixTreatment)||void 0===R?void 0:R.call(L,"pemberly.tracking.pem-tracers"));this.isPEMTracerEnabled=F||this.config["enable-pem-tracking-3"],this.responseRleCache=new cr(this.isPEMTracerEnabled),this.collector=new $i(i.host.api,new sr(t,this.config,i.host),this.config,P,(function(e){return N.fireCustomMeasureEvent(e)}),(function(e){return N.fireResourceLoadEvent(e,N.activeToken)}),this.isTracerEnabled,this.responseRleCache,this.fireApfcEventBound,D,i.host.endpoint),this.collector.startObserving(),en.before(Xt,this.beforeHideHandlerBound)}ye(e,[{key:"pingCDN",value:function(){}},{key:"recordTreeId",value:function(e,t){e&&this.collector.recordTreeId(e,t)}},{key:"recordRenderStart",value:function(e,t){this.collector.recordRenderStart(e,t||e)}},{key:"recordRenderEnd",value:function(e){var t,n=null!==(t=this.getPageLoadIdFromState())&&void 0!==t?t:this.pageLoadId,i=this.collector.recordRenderEnd(e,this.isTracerEnabled,n);i&&this.isTracerEnabled&&this.core.fireEvent({appId:this.config["app-id"],eventName:"ViewLoadEvent"},i)}},{key:"provisionNetworkResponse",value:function(e,t){var n,i,r=this;null===(n=this.responseRleCache)||void 0===n||n.offerResponseContext(e,t);var o=null===(i=this.responseRleCache)||void 0===i?void 0:i.flushCacheByUrl(e);null==o||o.forEach((function(e){r.fireResourceLoadEvent(e,r.activeToken)}))}},{key:"start",value:function(e){var t,n;!this.isTracerEnabled&&this.activeToken&&this.abort(this.activeToken),this.flushEndedSessions(),this.isInitial=void 0===this.isInitial,this.isInitial||this.collector.reset();var i,r=Object.create(null),o="enabled"===(null===(t=(n=this.core.host).__getLixTreatment)||void 0===t?void 0:t.call(n,"pemberly.tracking.time-origin-epoch-time"));return this.activeToken=r,this.liveTokens.add(r),this.isTracerEnabled?(this.stateWM.set(r,{isInitial:this.isInitial,startTime:qi(this.core.host.api.performance,o),pageKey:e}),this.firePageLoadStartEvent(r)):this.stateWM.set(r,{isInitial:this.isInitial,startTime:qi(this.core.host.api.performance,o)}),this.config["enable-memory-measurement"]&&(null===(i=this.pageMemoryObserver)||void 0===i||i.stopObserving(),this.pageMemoryObserver=new tr("page-memory",this.core,this.config),this.pageMemoryObserver.startObserving(),void 0===this.appMemoryObserver&&(this.appMemoryObserver=new tr("application-memory",this.core,this.config),this.appMemoryObserver.startObserving())),r}},{key:"observeWebVitals",value:function(){void 0===this.webVitalsObserver&&(this.webVitalsObserver=new Gr(this.core,this.config),this.webVitalsObserver.startObserving())}},{key:"end",value:function(e){var t,n,i=this,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1],o=arguments.length>2?arguments[2]:void 0;if(e&&this.activeToken&&this.activeToken===e){var a=this.stateWM.get(e),s="enabled"===(null===(t=(n=this.core.host).__getLixTreatment)||void 0===t?void 0:t.call(n,"pemberly.tracking.time-origin-epoch-time")),c=qi(this.core.host.api.performance,s);a.endProps={renderCompleteTime:c,isImpactedByHiddenWindow:r,rumKey:o},this.isTracerEnabled&&o&&(a.pageKey=o);var l=this.activeToken,u=this.isTracerEnabled?5e3:this.config["beacon-timeout"];a.fireRumEventTimeout=setTimeout((function(){if(i.isTracerEnabled){i.flushResourceLoadEvents(l);var e=i.collector.collectPageLoadEndData({isInitial:a.isInitial});"then"in e?e.then((function(e){i.firePageLoadEndEvent(e,l)})):i.firePageLoadEndEvent(e,l)}var t=i.collector.collect({isInitial:a.isInitial});"then"in t?t.then((function(e){i.fireRumEvent(e,l)})):i.fireRumEvent(t,l)}),u),this.activeToken=void 0}else En("rum-end",mi)}},{key:"onDataResponse",value:function(e,t,n,i,r,o,a){var s=Jr(t,n,i,r,o);if(null!=a&&a.serverSideResponse){var c=this.generateResourceLoadEventFromResponseContext(e,re({nextHopProtocol:ii.UNKNOWN},s));this.fireResourceLoadEvent(c,this.activeToken)}else this.provisionNetworkResponse(e,s)}},{key:"onOopsPage",value:function(e,t){En("rum-oops",e,Object.fromEntries(t||[]),["oops-page"])}},{key:"firePageLoadStartEvent",value:function(e){if(e&&this.activeToken&&this.activeToken===e){this.shouldTrackCustomMeasureEvent=!0;var t=this.stateWM.get(e);this.pageLoadId=ln(),t.pageLoadId=this.pageLoadId;var n=this.collector.collectPageLoadStartData({isInitial:t.isInitial,rumKey:t.pageKey});n.pageLoadId=t.pageLoadId,this.core.fireEvent({appId:this.config["app-id"],eventName:"PageLoadStartEvent"},n)}else En("PageLoadStartEvent",mi)}},{key:"destroy",value:function(){var e,t,n;en.offBefore(Xt,this.beforeHideHandlerBound),this.activeToken&&this.abort(this.activeToken),this.flushEndedSessions(),this.collector.stopObserving(),null===(e=this.webVitalsObserver)||void 0===e||e.stopObserving(),null===(t=this.appMemoryObserver)||void 0===t||t.stopObserving(),null===(n=this.pageMemoryObserver)||void 0===n||n.stopObserving(),this.responseRleCache=void 0,this.core.destroy()}},{key:"getPageLoadIdFromState",value:function(e){var t,n=null!=e?e:this.activeToken;return n&&(t=this.stateWM.get(n).pageLoadId),t}},{key:"abort",value:function(e){var t;if(!e||this.activeToken!==e)throw new Error("RUM abort: rum token passed is invalid");if(null!==(t=this.stateWM.get(e))&&void 0!==t&&t.endProps)throw new Error("RUM abort: Can't abort a session that was already ended");this.activeToken=void 0,this.stateWM.delete(e),this.liveTokens.delete(e)}},{key:"flushEndedSessions",value:function(){var e=this;this.liveTokens.forEach((function(t){var n=e.stateWM.get(t);if(n.endProps){if(e.isTracerEnabled){var i=e.collector.collectPageLoadEndData({isInitial:n.isInitial,immediate:!0});e.firePageLoadEndEvent(i,t),e.flushResourceLoadEvents(t)}var r=e.collector.collect({isInitial:n.isInitial,immediate:!0});e.fireRumEvent(r,t)}}))}},{key:"flushResourceLoadEvents",value:function(e){var t,n,i=this,r=null===(t=this.responseRleCache)||void 0===t?void 0:t.flushCache();null==r||r.map((function(t){i.fireResourceLoadEvent(t,e)})),null===(n=this.responseRleCache)||void 0===n||n.clear()}},{key:"firePageLoadEndEvent",value:function(e,t){if(this.stateWM.get(t)){var n=this.core.host.api.assign,i=this.stateWM.get(t),r=i.startTime,o=i.endProps,a=i.pageLoadId,s=i.pageKey;if(o){var c=o.renderCompleteTime,l=o.isImpactedByHiddenWindow;if(a?e.pageLoadId=a:En("PageLoadEndEvent",gi),e.browserPageLoadEndContext&&(e.browserPageLoadEndContext.isImpactedByHiddenWindow=l),e.navigationTiming){var u,d=null===(u=e.navigationTiming)||void 0===u?void 0:u.navigationStart,h=this.boomerangStart=d||this.boomerangStart,p=d||r,f=c-p;e.navigationTiming.boomerangStart=h,e.navigationTiming.timeDone=f,e.navigationTiming.navigationStart=p,void 0===e.navigationTiming.workerStart&&(e.navigationTiming.workerStart=0)}this.core.fireEvent({appId:this.config["app-id"],eventName:"PageLoadEndEvent"},(function(t){return n({pageKey:s||t.pageKey},e)})),this.shouldTrackCustomMeasureEvent=!1}else this.abort(t)}}},{key:"fireCustomMeasureEvent",value:function(e){var t=this;if(this.isTracerEnabled&&this.shouldTrackCustomMeasureEvent){var n,i=null!==(n=this.getPageLoadIdFromState())&&void 0!==n?n:this.pageLoadId;if(!i)return void this.initialCustomMeasureEvents.push(e);this.initialCustomMeasureEvents.length>0&&(this.initialCustomMeasureEvents.forEach((function(e){e.parentPageLoadId=i,t.core.fireEvent({appId:t.config["app-id"],eventName:"CustomMeasureEvent"},e)})),this.initialCustomMeasureEvents=[]),e.parentPageLoadId=i,this.core.fireEvent({appId:this.config["app-id"],eventName:"CustomMeasureEvent"},e)}}},{key:"fireResourceLoadEvent",value:function(e,t){var n=this;if(this.isTracerEnabled){var i,r=null!==(i=this.getPageLoadIdFromState(t))&&void 0!==i?i:this.pageLoadId;if(!r)return void this.initialResourcesEvents.push(e);this.initialResourcesEvents.length>0&&(this.initialResourcesEvents.forEach((function(e){e.parentPageLoadId=r,n.core.fireEvent({appId:n.config["app-id"],eventName:"ResourceLoadEvent"},e)})),this.initialResourcesEvents=[]),e.parentPageLoadId=r,this.core.fireEvent({appId:this.config["app-id"],eventName:"ResourceLoadEvent"},e)}}},{key:"fireRumEvent",value:function(e,t){if(this.stateWM.get(t)){var n=this.core.host.api.assign,i=this.stateWM.get(t),r=i.startTime,o=i.endProps;if(o){var a=o.renderCompleteTime,s=o.isImpactedByHiddenWindow,c=o.rumKey,l=this.boomerangStart=e.navigationStart||this.boomerangStart,u=e.navigationStart||r,d=a-u,h=this.config["app-version"];this.core.fireEvent({appId:this.config["app-id"],eventName:"RealUserMonitoringEvent"},(function(t){return n({pageKey:c||t.pageKey,isImpactedByHiddenWindow:s,appVersion:h,timeDone:d,navigationStart:u,boomerangStart:l,renderCompleteTime:a},e)})),i.fireRumEventTimeout&&clearTimeout(i.fireRumEventTimeout),this.liveTokens.delete(t),this.stateWM.delete(t)}else this.abort(t)}}},{key:"beforeHideHandler",value:function(){this.flushEndedSessions()}},{key:"fireApfcEvent",value:function(e,t){var n,i=null===(n=document)||void 0===n||null===(n=n.cookie)||void 0===n?void 0:n.split(";"),r={issueTime:0,browserId:""};try{r=function(e){var t,n={issueTime:0,browserId:""},i=de(e);try{for(i.s();!(t=i.n()).done;){var r=t.value.split("=");if(r.length>1&&"bscookie"===r[0]){var o=decodeURIComponent(r[1]),a=Number(o.substring(4,18)),s=isNaN(a)?0:a,c=o.substring(18,50);return n.browserId=c,n.issueTime=s,n}}}catch(e){i.e(e)}finally{i.f()}return n}(i)}catch(e){}var o={type:e,bsCookieInfo:r,payload:t};this.core.fireEvent({appId:this.config["app-id"],eventName:"ApfcEvent"},o)}},{key:"generateResourceLoadEventFromResponseContext",value:function(e,t){var n=t.requestTime,i=t.viewNames,r=t.requestType,o={resourceKey:e,isNetwork:!0,targetViewNames:i||[],loadType:"serversideresponse",resourceNetworkContext:re({},oe(t,$)),resourceProgressStates:[],timeOrigin:n};return r&&(o.loadType=r),o}},{key:"triggerDeviceSignalCollection",value:function(e){var t=e.onlyTriggerOnDemandFlow;this.collector.triggerDeviceSignalCollection({onlyTriggerOnDemandFlow:t})}}])}();var $r,Zr="undefined"!=typeof window&&"undefined"!=typeof performance,eo="undefined"!=typeof location&&-1!==location.search.indexOf("_LI_MEASURE_DEBUG");!function(){function e(t,n){ge(this,e),Ee(this,"trackingCore",void 0),Ee(this,"endPageInstance",void 0),Ee(this,"startPageInstance",void 0),Ee(this,"featureIdentifier",void 0),Ee(this,"marks",[]),Ee(this,"spans",[]),Ee(this,"spanStarts",new Map),Ee(this,"started",!1),Ee(this,"ended",!1),Ee(this,"featureKey",void 0),Ee(this,"productName",void 0),Ee(this,"flushOnEnd",void 0),Ee(this,"basePageTreeId",void 0),Ee(this,"debounceFlush",void 0),Ee(this,"disableAutoFlush",void 0),Ee(this,"isCanceled",!1),Ee(this,"isClosed",!1),this.trackingCore=t;var i=n.featureKey,r=n.productName,o=n.flushDebounceMilliseconds,a=n.flushOnEnd;this.featureKey=i,this.productName=r,this.flushOnEnd=a;var s=r?"::".concat(r):"";this.featureIdentifier="".concat(i).concat(s);var c=void 0!==o?o:3e3;c>0&&(this.debounceFlush=function(e,t,n){var i,r,o;void 0===t&&(t=50),void 0===n&&(n={});var a=null!=(i=n.isImmediate)&&i,s=null!=(r=n.callback)&&r,c=n.maxWait,l=Date.now(),u=[];function d(){if(void 0!==c){var e=Date.now()-l;if(e+t>=c)return c-e}return t}var h=function(){var t=[].slice.call(arguments),n=this;return new Promise((function(i,r){var c=a&&void 0===o;if(void 0!==o&&clearTimeout(o),o=setTimeout((function(){if(o=void 0,l=Date.now(),!a){var i=e.apply(n,t);s&&s(i),u.forEach((function(e){return(0,e.resolve)(i)})),u=[]}}),d()),c){var h=e.apply(n,t);return s&&s(h),i(h)}u.push({resolve:i,reject:r})}))};return h.cancel=function(e){void 0!==o&&clearTimeout(o),u.forEach((function(t){return(0,t.reject)(e)})),u=[]},h}(this.flush.bind(this),c)),this.disableAutoFlush=c<0}ye(e,[{key:"start",value:function(e){var t;if(Zr){if(this.started)throw new Error("Same PerfMeasurement (".concat(this.featureIdentifier,") cannot be started twice"));this.startPageInstance=e||(null===(t=this.trackingCore.getCurrentContext())||void 0===t?void 0:t.pageInstance),this.spanStart("load"),this.started=!0}}},{key:"end",value:function(e){var t;if(!this.isClosed){if(this.isClosed=!0,this.isCanceled)throw new Error('[rum measurement] cannot end a canceled measurement "'.concat(this.featureIdentifier,'"'));if(Zr){if(this.ended)throw new Error("Same PerfMeasurement (".concat(this.featureIdentifier,") should not be ended twice"));this.endPageInstance=e||(null===(t=this.trackingCore.getCurrentContext())||void 0===t?void 0:t.pageInstance),this.spanEnd("load"),this.ended=!0,this.flushOnEnd&&this.flush()}}}},{key:"mark",value:function(e){Zr&&(this.marks.push({name:e,startTime:Gi()}),eo&&(performance.mark("LI:".concat(this.featureIdentifier,"-mark-").concat(e)),performance.measure("LI:".concat(this.featureIdentifier,"-mark-").concat(e),"LI:".concat(this.featureIdentifier,"-start"),"LI:".concat(this.featureIdentifier,"-mark-").concat(e))),this.handleNewData())}},{key:"spanStart",value:function(e){Zr&&(this.spanStarts.set(e,Gi()),eo&&performance.mark("LI:".concat(this.featureIdentifier,"-span-").concat(e,"-start")))}},{key:"spanEnd",value:function(e,t){if(Zr&&this.spanStarts.has(e)){var n=this.spanStarts.get(e),i=t||e;this.spans.push({name:i,startTime:n,duration:Gi()-n}),eo&&(performance.mark("LI:".concat(this.featureIdentifier,"-span-").concat(e,"-end")),performance.measure("LI:".concat(this.featureIdentifier,"-span-").concat(t||e),"LI:".concat(this.featureIdentifier,"-span-").concat(e,"-start"),"LI:".concat(this.featureIdentifier,"-span-").concat(e,"-end"))),this.handleNewData()}}},{key:"clearSpan",value:function(e){Zr&&this.spanStarts.has(e)&&this.spanStarts.delete(e)}},{key:"addSpan",value:function(e){this.spans.push(e),this.handleNewData()}},{key:"setBasePageTreeId",value:function(e){this.basePageTreeId=e}},{key:"getTimestamp",value:function(){return Gi()}},{key:"flush",value:function(){0===this.marks.length&&0===this.spans.length||(this.fireEvent(),this.marks=[],this.spans=[],this.debounceFlush&&this.debounceFlush.cancel())}},{key:"handleNewData",value:function(){this.debounceFlush?this.debounceFlush().catch((function(e){})):this.disableAutoFlush||this.flush()}},{key:"fireEvent",value:function(){var e=this,t=this.endPageInstance&&{header:{pageInstance:this.endPageInstance}};this.trackingCore.fireEvent("FeaturePerformanceMeasurementEvent",(function(t){var n=e.startPageInstance||t.pageInstance||dn(Te),i={name:e.featureKey,startTime:-1,duration:-1,startPageInstance:n,marks:e.marks,spans:e.spans};return e.productName&&(i.productName=e.productName),e.basePageTreeId&&(i.basePageTreeId=e.basePageTreeId),i}),t)}},{key:"cancel",value:function(){this.isCanceled=!0}},{key:"check",value:function(){if(Zr){if(this.isCanceled)throw new Error('[rum measurement] "'.concat(this.featureIdentifier,'" has been canceled'));if(!this.isClosed)throw new Error('[rum measurement] "'.concat(this.featureIdentifier,'" is still open'))}}}])}(),function(e){e[e.BATCH=0]="BATCH",e[e.FLUSH_ALL=1]="FLUSH_ALL"}($r||($r={}));var to,no,io="http.response.",ro="lifespan";!function(e){e._SPAN_TYPE="li.mo.spanType",e.HTTP_RESPONSE_STATUS_CODE="http.response.status_code"}(to||(to={})),function(e){e.DEFAULT="DEFAULT",e.APPLICATION="APPLICATION",e.PAGE="PAGE"}(no||(no={}));var oo,ao,so,co,lo=function(){function e(t,n){var i=this;ge(this,e),Ee(this,"syncAttributes",void 0),Ee(this,"resourceType",no.DEFAULT),Ee(this,"asyncAttributes",void 0),Ee(this,"asyncAttributesPending",void 0),Ee(this,"asyncAttributesResolvedPromise",void 0),Ee(this,"resolveAsyncAttributesPromise",void 0),this.syncAttributes=t,null!=n&&n.waitForAsyncAttributes?(this.asyncAttributesPending=!0,this.asyncAttributesResolvedPromise=new Promise((function(e){i.resolveAsyncAttributesPromise=e}))):(this.asyncAttributesPending=!1,this.resolveAsyncAttributesPromise=function(){})}var t,n;return ye(e,[{key:"resolveAsyncAttributes",value:function(e){this.asyncAttributesPending&&(this.asyncAttributes=e,this.asyncAttributesPending=!1,this.resolveAsyncAttributesPromise())}},{key:"waitForAsyncAttributes",value:(t=te().mark((function e(){return te().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!this.asyncAttributesPending){e.next=3;break}return e.next=3,this.asyncAttributesResolvedPromise;case 3:case"end":return e.stop()}}),e,this)})),n=function(){var e=this,n=arguments;return new Promise((function(i,r){var o=t.apply(e,n);function a(e){ne(o,i,r,a,s,"next",e)}function s(e){ne(o,i,r,a,s,"throw",e)}a(void 0)}))},function(){return n.apply(this,arguments)})},{key:"attributes",get:function(){if(this.asyncAttributesPending)throw new Error("Resource attributes are not ready yet - async attributes still pending.");var e={resourceType:this.resourceType};return Object.assign({},e,this.syncAttributes,this.asyncAttributes)}}]),e}(),uo=ye((function e(){ge(this,e)})),ho={string:"stringValue",boolean:"boolValue",int:"intValue",double:"doubleValue"},po=new(function(e){function t(){return ge(this,t),ae(this,t,arguments)}return le(t,uo),ye(t,[{key:"adapt",value:function(e){var t=[];for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var i=e[n],r=this.getFieldName(i);r?t.push({key:n,value:{value:Ee({},r,i)}}):console.warn("Attribute '".concat(n,"' of type '").concat(ve(i),"' could not be converted to a proto attribute."))}return t}},{key:"getFieldName",value:function(e){var t=ve(e);return"number"==typeof e&&(t=Number.isInteger(e)?"int":"double"),t in ho?ho[t]:void 0}}]),t}()),fo=new(function(e){function t(){return ge(this,t),ae(this,t,arguments)}return le(t,uo),ye(t,[{key:"adapt",value:function(e){var t=1e3*(window.performance.timeOrigin+e);return Math.round(t)}}]),t}()),vo=new(function(e){function t(){return ge(this,t),ae(this,t,arguments)}return le(t,uo),ye(t,[{key:"adapt",value:function(e){return{timeUnixNano:fo.adapt(e.time),name:e.name,attributes:po.adapt(e.attributes)}}}]),t}()),go=new(function(e){function t(){return ge(this,t),ae(this,t,arguments)}return le(t,uo),ye(t,[{key:"adapt",value:function(e){return{traceId:e.traceId,spanId:e.spanId,traceState:e.traceState,attributes:po.adapt(e.attributes),flags:e.flags}}}]),t}()),mo=new(function(){function e(){ge(this,e)}return ye(e,[{key:"adapt",value:function(e){var t;return{traceId:e.spanContext.traceId,spanId:e.spanContext.spanId,traceState:e.spanContext.traceState,parentSpanId:null===(t=e.parentSpan)||void 0===t?void 0:t.spanContext.spanId,flags:e.spanContext.traceFlags,name:e.name,kind:e.kind,startTimeUnixNano:fo.adapt(e.startTime),endTimeUnixNano:fo.adapt(e.endTime),attributes:po.adapt(e.attributes),events:e.events.map(vo.adapt),links:e.links.map(go.adapt),status:e.status}}}]),e}()),yo=function(){function e(t){ge(this,e),Ee(this,"trackingCore",void 0),this.trackingCore=t}return ye(e,[{key:"export",value:function(e){var t=mo.adapt(e),n={attributes:po.adapt(e.parentTracer.parentTracerProvider.resource.attributes)},i={traceId:e.spanContext.traceId,pageForestId:e.spanContext.traceId,resourceSpans:{resource:n,scopeSpans:[{scope:e.parentTracer.scope,spans:[t]}]}};this.trackingCore.fireEvent("OtelPilotClientTraceEvent",i)}}]),e}(),Eo=function(){function e(t){ge(this,e),Ee(this,"DEBUG_QUERY_PARAM","__LI_OTEL_DEBUG"),Ee(this,"enabled",!1),Ee(this,"globalWindow",void 0),Ee(this,"exportedSpans",void 0);var n=t;if(void 0!==n.location){var i=new URLSearchParams(n.location.search);this.enabled=null!==i.get(this.DEBUG_QUERY_PARAM)}this.enabled&&(this.globalWindow="undefined"!=typeof window?window:{},this.exportedSpans=this.globalWindow.__li_otelSpans||[],this.globalWindow.__li_otelSpans=this.exportedSpans)}return ye(e,[{key:"export",value:function(e){this.exportedSpans&&this.exportedSpans.push(e)}}]),e}(),bo=new(function(e){function t(){return ge(this,t),ae(this,t,arguments)}return le(t,uo),ye(t,[{key:"adapt",value:function(e,t){var n={"pageInstance.pageUrn":e.pageInstance.pageUrn,"pageInstance.trackingId":e.pageInstance.trackingId,pageKey:e.pageKey};e.applicationInstance&&(n["applicationInstance.version"]=e.applicationInstance.version,n["applicationInstance.applicationUrn"]=e.applicationInstance.applicationUrn,n["applicationInstance.trackingId"]=JSON.stringify(e.applicationInstance.trackingId));var i=(null==t?void 0:t.prefix)||"";return Object.keys(n).reduce((function(e,t){return e[i+t]=n[t],e}),{})}}]),t}()),xo=function(){function e(t){ge(this,e),Ee(this,"trackingCore",void 0),this.trackingCore=t}return ye(e,[{key:"onStart",value:function(e){if(e.startTrackingContext){var t=e.startTrackingContext||this.trackingCore.getCurrentContext(),n=bo.adapt(t,{prefix:"trackingCtx.start."});Object.assign(e.attributes,n)}}},{key:"onEnd",value:function(e){if(e.endTrackingContext){var t=e.endTrackingContext||this.trackingCore.getCurrentContext(),n=bo.adapt(t,{prefix:"trackingCtx.end."});Object.assign(e.attributes,n)}}}]),e}(),To=function(){function e(){ge(this,e)}return ye(e,[{key:"onStart",value:function(e){}},{key:"onEnd",value:function(e){e.attributes[to._SPAN_TYPE]=e.spanType}}]),e}();function wo(e){for(var t="",n=0;n<e;n++)t+="0123456789abcdef".charAt(Math.floor(16*Math.random()));return t}function _o(){return wo(16)}!function(e){e[e.CREATED=0]="CREATED",e[e.STARTED=1]="STARTED",e[e.ENDED=2]="ENDED"}(oo||(oo={})),function(e){e.UNKNOWN="UNKNOWN",e.OK="OK",e.ERROR="ERROR"}(ao||(ao={})),function(e){e.SERVER="SERVER",e.CLIENT="CLIENT",e.INTERNAL="INTERNAL"}(so||(so={})),function(e){e.DEFAULT="DEFAULT",e.INFINITE="INFINITE",e.EVENT_WRAPPER="EVENT_WRAPPER"}(co||(co={}));var So=function(){function e(t,n,i){var r,o,a,s;ge(this,e),Ee(this,"name",void 0),Ee(this,"parentTracer",void 0),Ee(this,"status",{code:ao.UNKNOWN,message:""}),Ee(this,"attributes",{}),Ee(this,"events",[]),Ee(this,"kind",so.INTERNAL),Ee(this,"links",[]),Ee(this,"spanContext",void 0),Ee(this,"spanType",void 0),Ee(this,"startTime",void 0),Ee(this,"endTime",void 0),Ee(this,"startTrackingContext",void 0),Ee(this,"endTrackingContext",void 0),Ee(this,"parentSpan",void 0),Ee(this,"state",oo.CREATED),this.name=t,this.parentTracer=n,this.spanType=co.DEFAULT;var c=null==i||null===(r=i.parentSpan)||void 0===r?void 0:r.spanContext;this.spanContext={traceId:(null==i||null===(o=i.spanContext)||void 0===o?void 0:o.traceId)||(null==c?void 0:c.traceId)||wo(32),spanId:(null==i||null===(a=i.spanContext)||void 0===a?void 0:a.spanId)||_o(),traceState:(null==i||null===(s=i.spanContext)||void 0===s?void 0:s.traceState)||(null==c?void 0:c.traceState)||""},this.parentSpan=null==i?void 0:i.parentSpan,null!=i&&i.links&&(this.links=i.links)}return ye(e,[{key:"start",value:function(e){return this.state!==oo.CREATED?(this.warn("Can't start a span that has already been started"),this):(this.startTime="number"==typeof(null==e?void 0:e.startTime)?e.startTime:performance.now(),this.startTrackingContext=null==e?void 0:e.trackingContext,this.state=oo.STARTED,this.parentTracer.handleSpanStart(this),this)}},{key:"end",value:function(e){var t="number"==typeof(null==e?void 0:e.endTime)?e.endTime:performance.now();this.state===oo.STARTED?t<this.startTime?this.warn("Can't end a span with endTime < startTime"):(this.name=(null==e?void 0:e.name)||this.name,this.endTime=t,this.endTrackingContext=null==e?void 0:e.trackingContext,this.state=oo.ENDED,this.parentTracer.handleSpanEnd(this)):this.warn("Can't end a span that either has not been started or has already ended.")}},{key:"addEvent",value:function(e,t){var n={name:e,time:"number"==typeof(null==t?void 0:t.time)?t.time:performance.now(),attributes:(null==t?void 0:t.attributes)||{}},i=this.parentTracer.parentTracerProvider.config.spanEventCountLimit;this.events.length>=i?this.warn("Can't add event, because span event limit (".concat(i,") has been reached")):(this.events.push(n),this.state!==oo.STARTED&&this.warn("Added a span event to a span that either has not been started or has already ended."),n.time<this.startTime&&this.warn("Added a span event with event.time < span.startTime"))}},{key:"warn",value:function(e){this.parentTracer.parentTracerProvider.warn(e)}}]),e}(),ko=function(e){function t(e,n,i,r){var o,a,s,c,l;ge(this,t),(l=ae(this,t,["li.mo.event-wrapper",n,i])).spanType=co.EVENT_WRAPPER;var u="number"==typeof(null===(o=r)||void 0===o?void 0:o.time)?r.time:performance.now();return r=Object.assign({},r,{time:u}),ee((a=se(l),ce(t.prototype)),"start",a).call(a,{startTime:u}),ee((s=se(l),ce(t.prototype)),"addEvent",s).call(s,e,r),ee((c=se(l),ce(t.prototype)),"end",c).call(c,{endTime:u}),l}return le(t,So),ye(t,[{key:"start",value:function(){return this.warn(this.getMethodNotSupportedMessage("start")),this}},{key:"end",value:function(){this.warn(this.getMethodNotSupportedMessage("end"))}},{key:"addEvent",value:function(){this.warn(this.getMethodNotSupportedMessage("addEvent"))}},{key:"getMethodNotSupportedMessage",value:function(e){return"EventWrapperSpan doesn't support explicit '".concat(e,"' operation. This '").concat(e,"' call will have no effect.")}}]),t}(),Co=function(e){function t(e,n,i){var r;return ge(this,t),(r=ae(this,t,[e,n,i])).spanType=co.INFINITE,r}return le(t,So),ye(t,[{key:"start",value:function(e){return this.state!==oo.CREATED?(this.warn("Can't start an infinite span that has already been started"),this):(ee(ce(t.prototype),"start",this).call(this,e),ee(ce(t.prototype),"end",this).call(this,{endTime:this.startTime}),this.state=oo.STARTED,this)}},{key:"end",value:function(){this.warn("InfiniteSpan object doesn't support an end() operation. This 'end()' call will have no effect.")}},{key:"addEvent",value:function(e,n){var i=this.parentTracer.parentTracerProvider.config.spanEventCountLimit;if(this.events.length>=i)this.warn("Can't add event, because span event limit (".concat(i,") has been reached"));else{ee(ce(t.prototype),"addEvent",this).call(this,e,n);var r={parentSpan:this};new ko(e,this.parentTracer,r,n)}}}]),t}(),Io=function(){function e(t,n){ge(this,e),Ee(this,"scope",void 0),Ee(this,"parentTracerProvider",void 0),this.scope=t,this.parentTracerProvider=n}return ye(e,[{key:"createSpan",value:function(e,t,n){var i=null==t?void 0:t.parentSpan;if((null==i?void 0:i.spanType)!==co.EVENT_WRAPPER)return((null==n?void 0:n.spanType)||co.DEFAULT)===co.INFINITE?new Co(e,this,t):new So(e,this,t);this.parentTracerProvider.warn("Can't create span with parentSpan of type EventWrapperSpan.")}},{key:"handleSpanStart",value:function(e){this.parentTracerProvider.handleSpanStart(e)}},{key:"handleSpanEnd",value:function(e){this.parentTracerProvider.handleSpanEnd(e)}}]),e}(),Ao=function(){function e(){ge(this,e),Ee(this,"endedSpanCount",0)}return ye(e,[{key:"onStart",value:function(){}},{key:"onEnd",value:function(e){e.attributes["li.globalSequenceNumber"]=this.endedSpanCount,this.endedSpanCount++}}]),e}(),Oo={spanCountLimit:500,spanEventCountLimit:128},Ro=function(){function e(t,n){var i=this;ge(this,e),Ee(this,"resource",void 0),Ee(this,"config",void 0),Ee(this,"tracers",{}),Ee(this,"spanExporters",[]),Ee(this,"spanProcessors",[]),Ee(this,"spanExportQueue",[]),Ee(this,"waitForResourceAsyncAttributes",!0),Ee(this,"spanCount",0),this.resource=t,this.config=Object.assign({},Oo,n),this.addSpanProcessor(new Ao),t.waitForAsyncAttributes().then((function(){i.waitForResourceAsyncAttributes=!1,i.flushSpanQueue()}))}return ye(e,[{key:"getTracer",value:function(e){var t=this.getScopeKey(e);return void 0===this.tracers[t]&&(this.tracers[t]=new Io(e,this)),this.tracers[t]}},{key:"addSpanExporter",value:function(e){this.spanExporters.push(e)}},{key:"addSpanProcessor",value:function(e){this.spanProcessors.push(e)}},{key:"handleSpanStart",value:function(e){this.spanProcessors.forEach((function(t){t.onStart(e)}))}},{key:"handleSpanEnd",value:function(e){this.spanProcessors.forEach((function(t){t.onEnd(e)})),this.spanExportQueue.push(e),this.waitForResourceAsyncAttributes||this.flushSpanQueue()}},{key:"warn",value:function(e){this.config.logger&&this.config.logger.warn(e)}},{key:"getScopeKey",value:function(e){return"".concat(e.name,"@").concat(e.version||"")}},{key:"flushSpanQueue",value:function(){var e=this;this.spanExportQueue.forEach((function(t){e.spanCount++,e.spanCount>e.config.spanCountLimit?e.spanCount===e.config.spanCountLimit+1&&e.warn("Resource reached span count limit (".concat(e.config.spanCountLimit,") and won't export any more spans.")):e.spanExporters.forEach((function(e){e.export(t)}))})),this.spanExportQueue=[]}}]),e}(),Lo=function(e){function t(){var e;ge(this,t);for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return Ee(se(e=ae(this,t,[].concat(i))),"resourceType",no.APPLICATION),e}return le(t,lo),ye(t)}(),No=function(e){function t(){var e;ge(this,t);for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return Ee(se(e=ae(this,t,[].concat(i))),"resourceType",no.PAGE),e}return le(t,lo),ye(t)}(),Po=function(){function e(t,n){ge(this,e),Ee(this,"trackingCore",void 0),Ee(this,"INSTRUMENTATION_NAME","tracking-context-instrumentation"),Ee(this,"activeContext",void 0),Ee(this,"initialApplicationTraceId",void 0),this.trackingCore=t,this.initialApplicationTraceId=null==n?void 0:n.initialApplicationTraceId}return ye(e,[{key:"enable",value:function(){var e=this.startApplicationSpan(),t=this.startPageSpan(0,e);this.activeContext={application:{applicationSpan:e,applicationResource:e.parentTracer.parentTracerProvider.resource},page:{pageSpan:t,pageResource:t.parentTracer.parentTracerProvider.resource}}}},{key:"disable",value:function(){}},{key:"handleNavigationStart",value:function(){var e=this.startPageSpan(performance.now(),this.activeContext.application.applicationSpan);this.activeContext.page={pageSpan:e,pageResource:e.parentTracer.parentTracerProvider.resource,pageContext:void 0}}},{key:"handleTransitionEnd",value:function(){var e=this.trackingCore.getCurrentContext();this.validateTransition(e);var t=re(re({},e.applicationInstance),{},{appId:this.trackingCore.host.appId}),n={"application.name":t.appId,"application.urn":t.applicationUrn,"application.version":t.version,"application.instanceId":t.trackingId};this.activeContext.application.applicationContext=t,this.activeContext.application.applicationResource.resolveAsyncAttributes(n);var i=re(re({},e.pageInstance),{},{pageKey:e.pageKey});this.activeContext.page.pageContext=i,this.activeContext.page.pageResource.resolveAsyncAttributes(re(re({},n),{},{"page.urn":i.pageUrn,"page.pageKey":i.pageKey,"page.instanceId":i.trackingId}))}},{key:"getApplicationSpan",value:function(){return this.activeContext.application.applicationSpan}},{key:"getCurrentPageSpan",value:function(){return this.activeContext.page.pageSpan}},{key:"startApplicationSpan",value:function(){var e=new Lo({platform:"WEB"},{waitForAsyncAttributes:!0}),t={};"undefined"!=typeof window&&(t.logger=window.console);var n=new Ro(e,t);this.setupTracerProvider(n);var i=n.getTracer({name:this.INSTRUMENTATION_NAME}),r={};this.initialApplicationTraceId&&(r.spanContext={traceId:this.initialApplicationTraceId});var o=i.createSpan(ro,r,{spanType:co.INFINITE});return o.start({startTime:0}),o}},{key:"startPageSpan",value:function(e,t){var n=new No({platform:"WEB"},{waitForAsyncAttributes:!0}),i={};"undefined"!=typeof window&&(i.logger=window.console);var r=new Ro(n,i);this.setupTracerProvider(r);var o=r.getTracer({name:this.INSTRUMENTATION_NAME}),a={links:[Object.assign({attributes:{}},t.spanContext)]},s=o.createSpan(ro,a,{spanType:co.INFINITE});return s.start({startTime:e}),s}},{key:"validateTransition",value:function(e){if(!e)throw new Error("Bad transition: new context is missing.");if(!e.applicationInstance)throw new Error("Bad transition: invalid application instance.");if(!e.applicationInstance.trackingId||0==e.applicationInstance.trackingId.length)throw new Error("Bad transition: invalid application instance trackingId.");var t=this.activeContext.application.applicationContext;if(t&&e.applicationInstance.trackingId!==t.trackingId)throw new Error("Bad transition: new application id differs from the active application id.");var n=this.activeContext.page.pageContext;if(n&&e.pageInstance.trackingId===n.trackingId)throw new Error("Bad transition: new page id is the same as the active page id.")}},{key:"setupTracerProvider",value:function(e){e.addSpanProcessor(new To),e.addSpanProcessor(new xo(this.trackingCore)),e.addSpanExporter(new yo(this.trackingCore)),e.addSpanExporter(new Eo(this.trackingCore.host.api))}}]),e}(),Do=function(){function e(){ge(this,e),Ee(this,"initialized",!1),Ee(this,"instrumentations",[]),Ee(this,"trackingContextInst",void 0)}return ye(e,[{key:"init",value:function(e,t){this.initialized||(this.trackingContextInst=new Po(e,{initialApplicationTraceId:null==t?void 0:t.htmlFetchTraceId}),this.trackingContextInst.enable(),this.instrumentations.forEach((function(e){return e.enable()})),this.initialized=!0)}},{key:"addInstrumentation",value:function(e){this.instrumentations.push(e),this.initialized&&e.enable()}},{key:"handleNavigationStart",value:function(){this.trackingContextInst.handleNavigationStart()}},{key:"handleTransitionEnd",value:function(){this.trackingContextInst.handleTransitionEnd()}},{key:"getApplicationSpan",value:function(){return this.trackingContextInst.getApplicationSpan()}},{key:"getCurrentPageSpan",value:function(){return this.trackingContextInst.getCurrentPageSpan()}}],[{key:"getInstance",value:function(){return e.instance||(e.instance=new e),e.instance}}]),e}();Ee(Do,"instance",void 0);var Mo=new(function(e){function t(){return ge(this,t),ae(this,t,arguments)}return le(t,uo),ye(t,[{key:"adapt",value:function(e){var t=e.error,n=t.name,i=t.message,r=t.stack,o=void 0===r?"":r,a=t.fileName,s=void 0===a?"":a,c=t.lineNumber,l=void 0===c?-1:c,u=t.columnNumber,d={"error.name":n,"error.message":i,"error.stack":o,"error.fileName":s,"error.lineNumber":l,"error.columnNumber":void 0===u?-1:u,"error.callTreeId":e.callTreeId},h=e.responseHeaders;if(h){var p={};Object.keys(h).forEach((function(e){p["error.response.headers.".concat(e)]=h[e]})),Object.assign(d,p)}return d}}]),t}());function Uo(e,t,n){var i=t in e&&e.propertyIsEnumerable.call(e,t);Object.defineProperty(e,t,{configurable:!0,enumerable:i,writable:!0,value:n})}function Fo(e,t){return Object.keys(e).reduce((function(n,i){return n[t+i]=e[i],n}),{})}function Bo(e,t){var n=e.entryType,i=e.redirectStart,r=e.redirectEnd,o=e.workerStart,a=e.fetchStart,s=e.domainLookupStart,c=e.domainLookupEnd,l=e.connectStart,u=e.secureConnectionStart,d=e.connectEnd,h=e.requestStart,p=e.responseStart,f=e.responseEnd,v=e.decodedBodySize,g=e.encodedBodySize,m=e.initiatorType,y=e.nextHopProtocol,E=e.transferSize,b=e.deliveryType,x=e.firstInterimResponseStart,T=e.renderBlockingStatus,w=e.responseStatus;i>0&&r>i&&(t.addEvent("redirectStart",{time:i}),t.addEvent("redirectEnd",{time:r})),o>0&&t.addEvent("workerStart",{time:o}),t.addEvent("fetchStart",{time:a}),s>0&&c>s&&(t.addEvent("domainLookupStart",{time:s}),t.addEvent("domainLookupEnd",{time:c})),l>0&&d>l&&(t.addEvent("connectStart",{time:l}),u>0&&t.addEvent("secureConnectionStart",{time:u}),t.addEvent("connectEnd",{time:d})),function(e){return e.requestStart>0&&e.responseEnd>e.requestStart}(e)&&(t.addEvent("requestStart",{time:h}),t.addEvent("responseStart",{time:p}),t.addEvent("responseEnd",{time:f}));var _={decodedBodySize:v,encodedBodySize:g,initiatorType:m,nextHopProtocol:y,transferSize:E,deliveryType:b,firstInterimResponseStart:x,renderBlockingStatus:T,responseStatus:w},S=Fo({entryType:n},"performance.entry."),k=Fo(_,"performance.resource.timing.");Object.assign(t.attributes,S,k)}!function(){function e(){ge(this,e),Ee(this,"handleErrorBound",this.handleError.bind(this))}ye(e,[{key:"enable",value:function(){en.on(ei.INTERNAL_OTEL_JET_EVENT,this.handleErrorBound)}},{key:"disable",value:function(){en.off(ei.INTERNAL_OTEL_JET_EVENT,this.handleErrorBound)}},{key:"handleError",value:function(e){if(e){var t=Mo.adapt(e);Do.getInstance().getCurrentPageSpan().addEvent("error",{attributes:t})}}}])}();var jo="X-Li-Traceparent",qo="X-Li-Tracestate";function Go(e){var t={};return e instanceof Headers?e.forEach((function(e,n){return t[n]=e})):Array.isArray(e)?e.forEach((function(e){if(Array.isArray(e)){var n=e.length>0?e[0]:String(void 0),i=e.length>1?e[1]:String(void 0);t[n]=i}})):"object"===ve(e)&&(t=re({},e)),t}function Ho(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"ajax",n=arguments.length>2?arguments[2]:void 0;e.fireTrackingEvent("PageViewEvent",Wo(n,t))}function Wo(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"ajax";const n=p(document),i=f(document),r=W();let o={};return r&&(o.theme=r.toUpperCase()),i&&(o.interfaceLocale=i),e&&(o.pageKey=e),{header:{},requestHeader:o,pageType:t,trackingInfo:{clientTimestamp:Date.now(),pageTag:n}}}!function(){function e(t){ge(this,e),Ee(this,"transporter",void 0),Ee(this,"handleResourceTimingBound",this.handleResourceTiming.bind(this)),Ee(this,"resourceInfoMap",new Map),Ee(this,"locationApi",void 0),Ee(this,"trackingEndpoint",void 0),this.transporter=t,this.transporter instanceof Wn?(this.trackingEndpoint=this.transporter.getTrackingEndpoint(),this.locationApi=this.transporter.host.api.location):this.trackingEndpoint=this.transporter.host.endpoint}ye(e,[{key:"enable",value:function(){this.wrapFetch(),this.wrapXmlHttpRequest(),en.on(ei.INTERNAL_OTEL_RESOURCE,this.handleResourceTimingBound)}},{key:"disable",value:function(){en.off(ei.INTERNAL_OTEL_RESOURCE,this.handleResourceTimingBound)}},{key:"wrapFetch",value:function(){var e=this;!function(e,t,n){var i=void 0;try{i=e[t]}catch(e){}if("function"!=typeof i)throw new Error("Property ".concat(t," of the provided object is not a function"));var r=n(i);Uo(e,t,r),Uo(r,"__wrapped",!0),Uo(r,"__original",i)}(window,"fetch",(function(t){return e.fetchWrapper.bind(e,t)}))}},{key:"wrapXmlHttpRequest",value:function(){}},{key:"fetchWrapper",value:function(e,t,n){var i=this,r=function(e){var t="__default";if(e instanceof Request)t=e.url;else if(e instanceof URL)t=e.href;else if("string"==typeof e)try{t=new URL(e,location.origin).href}catch(e){}return t}(t);if(!this.shouldWrapFetch(r))return e.apply(window,[t,n]);var o=Do.getInstance().getCurrentPageSpan(),a=_o(),s=n,c=null==n?void 0:n.headers;try{c=function(e,t,n){var i,r=function(e,t){return"".concat("00","-").concat(e,"-").concat(t,"-").concat("00")}(t,n),o=function(e){return"".concat("LinkedIn","=").concat(e)}(n);if((e=null!==(i=e)&&void 0!==i?i:{})instanceof Headers){var a=new Headers(e);return a.append(jo,r),a.append(qo,o),a}return Array.isArray(e)?[].concat(he(e),[[jo,r],[qo,o]]):"object"===ve(e)?re(re({},e),{},Ee(Ee({},jo,r),qo,o)):e}(null==n?void 0:n.headers,o.spanContext.traceId,a),s=re(re({},n),{},{headers:c})}catch(e){}var l={spanId:a,parentSpan:o,startTime:performance.now(),endTime:performance.now(),request:{url:r,headers:Go(c)}};return e.apply(window,[t,s]).then((function(e){var t={headers:{},ok:e.ok,redirected:e.redirected,status:e.status,statusText:e.statusText,type:e.type,url:e.url};return e.headers.forEach((function(e,n){t.headers[n]=e})),l.response=t,e})).catch((function(e){throw l.error={name:e.name,message:e.message,stack:e.stack},e})).finally((function(){l.endTime=performance.now();var e=i.resourceInfoMap.get(r)||[];e.push(l),i.resourceInfoMap.set(r,e)}))}},{key:"handleResourceTiming",value:function(e){if(e&&this.shouldTraceResourceTiming(e.resourceTiming.name)){var t,n=this.resourceInfoMap.get(e.resourceTiming.name);n&&(t=n[0],n.length>1?(console.warn("Multiple wrapped request info objects found for URL '".concat(e.resourceTiming.name,"'.")),n.shift()):this.resourceInfoMap.delete(e.resourceTiming.name)),this.traceResource(e.resourceTiming,t)}}},{key:"traceResource",value:function(e,t){var n=e.name,i=e.startTime,r=i+e.duration,o=(null==t?void 0:t.parentSpan)||Do.getInstance().getCurrentPageSpan(),a=o.parentTracer.parentTracerProvider.getTracer({name:"w3c-resource-instrumentation"}),s=void 0;t&&(s={traceId:t.parentSpan.spanContext.traceId,spanId:t.spanId,traceState:""});var c={parentSpan:o};s&&(c.spanContext=s);var l=a.createSpan(n,c).start({startTime:i});Bo(e,l),t&&this.addWrappedRequestInfoAttributes(l,t),l.end({endTime:r})}},{key:"addWrappedRequestInfoAttributes",value:function(e,t){var n=Fo(Go(t.request.headers),"http.request.header.");if(Object.assign(e.attributes,n),t.response){var i=Fo(Go(t.response.headers),"http.response.header."),r=Fo({status:t.response.status,statusText:t.response.statusText,ok:t.response.ok,redirected:t.response.redirected,type:t.response.type,url:t.response.url},io);Object.assign(e.attributes,i,r)}}},{key:"isTrackingEndpoint",value:function(e,t){return function(e,t,n){var i=new URL(e,n.href),r=new URL(t,n.href);return i.href===r.href}(e,this.trackingEndpoint,t)}},{key:"isRealtimeTelemetryRequest",value:function(e,t){return new URL(e,t.href).pathname.indexOf("/realtime/")>-1}},{key:"isSameOriginRequest",value:function(e,t){var n=new URL(e,t.href);return n.protocol===t.protocol&&n.host===t.host}},{key:"shouldWrapFetch",value:function(e){return!!this.locationApi&&this.isSameOriginRequest(e,this.locationApi)&&!this.isTrackingEndpoint(e,this.locationApi)&&!this.isRealtimeTelemetryRequest(e,this.locationApi)}},{key:"shouldTraceResourceTiming",value:function(e){return!!this.locationApi&&!this.isTrackingEndpoint(e,this.locationApi)&&!this.isRealtimeTelemetryRequest(e,this.locationApi)}}])}(),function(){function e(t){ge(this,e),Ee(this,"handleLoadEventBound",this.handleLoadEvent.bind(this)),Ee(this,"navigationSpanId",void 0),Ee(this,"globalWindow",void 0),this.navigationSpanId=null==t?void 0:t.navigationSpanId,"undefined"!=typeof window&&(this.globalWindow=window)}ye(e,[{key:"enable",value:function(){var e;"complete"===document.readyState?this.handleLoadEventEnd():null===(e=this.globalWindow)||void 0===e||e.addEventListener("load",this.handleLoadEventBound)}},{key:"disable",value:function(){var e;null===(e=this.globalWindow)||void 0===e||e.removeEventListener("load",this.handleLoadEventBound)}},{key:"handleLoadEvent",value:function(){var e,t=this;setTimeout((function(){t.handleLoadEventEnd()}),0),null===(e=this.globalWindow)||void 0===e||e.removeEventListener("load",this.handleLoadEventBound)}},{key:"handleLoadEventEnd",value:function(){var e=performance.getEntriesByType("navigation");if(!(e.length<1)){var t=e[0],n=Do.getInstance().getCurrentPageSpan();this.traceNavigation(t,n)}}},{key:"traceNavigation",value:function(e,t){var n=e.name,i=e.startTime,r=i+e.duration,o=t.parentTracer.parentTracerProvider.getTracer({name:"w3c-navigation-instrumentation"}),a=e.toJSON(),s=a.domComplete,c=a.domContentLoadedEventEnd,l=a.domContentLoadedEventStart,u=a.domInteractive,d=a.loadEventEnd,h=a.loadEventStart,p=a.redirectCount,f=a.type,v=a.unloadEventEnd,g=a.unloadEventStart,m={parentSpan:t,spanContext:this.navigationSpanId?{spanId:this.navigationSpanId}:void 0},y=o.createSpan(n,m).start({startTime:i});Bo(e,y),g>0&&v>g&&o.createSpan("unloadEvent",{parentSpan:y}).start({startTime:g}).end({endTime:v});var E=o.createSpan("dom-processing",{parentSpan:y}).start({startTime:u});o.createSpan("domContentLoadedEvent",{parentSpan:E}).start({startTime:l}).end({endTime:c}),E.end({endTime:s}),o.createSpan("loadEvent",{parentSpan:y}).start({startTime:h}).end({endTime:d});var b=Fo({type:f,redirectCount:p},"performance.navigation.timing.");Object.assign(y.attributes,b),y.end({endTime:r})}}])}(),function(){function e(){ge(this,e),Ee(this,"handleLCPUpdateBound",this.handleWebVitalsMetricUpdate.bind(this,"LargestContentfulPaint")),Ee(this,"handleCLSUpdateBound",this.handleWebVitalsMetricUpdate.bind(this,"CumulativeLayoutShift")),Ee(this,"handleFIDUpdateBound",this.handleWebVitalsMetricUpdate.bind(this,"FirstInputDelay"))}ye(e,[{key:"enable",value:function(){en.on(ei.INTERNAL_OTEL_LARGEST_CONTENTFUL_PAINT,this.handleLCPUpdateBound),en.on(ei.INTERNAL_OTEL_CUMULATIVE_LAYOUT_SHIFT,this.handleCLSUpdateBound),en.on(ei.INTERNAL_OTEL_FIRST_INPUT_DELAY,this.handleFIDUpdateBound)}},{key:"disable",value:function(){en.off(ei.INTERNAL_OTEL_LARGEST_CONTENTFUL_PAINT,this.handleLCPUpdateBound),en.off(ei.INTERNAL_OTEL_CUMULATIVE_LAYOUT_SHIFT,this.handleCLSUpdateBound),en.off(ei.INTERNAL_OTEL_FIRST_INPUT_DELAY,this.handleFIDUpdateBound)}},{key:"handleWebVitalsMetricUpdate",value:function(e,t){if(t){var n=t.value,i=t.metadata,r=i.basePageTreeId,o=oe(i,Z);Do.getInstance().getCurrentPageSpan().addEvent(e,{attributes:re({value:n,basePageTreeId:"string"==typeof r?r:JSON.stringify(r)},o)})}}}])}();const{ENTER:Ko,ESCAPE:zo}=m;class Vo{constructor(e){let{enablePageViewTracking:t=!1,shouldHideModal:n=(()=>!1),triggerByOutletEl:i=!0,shouldMoveToTopContainer:r=!0,events:o={},focusElement:a,pageKey:s,onClose:c}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw new Error("No modal element passed in");this._el=e,this._parentNode=this._el.parentNode,r&&(this._topLevelContainer=this._getTopLevelContainer()),this._wrapperEl=this._el.querySelector(".modal__wrapper"),this._overlayEl=this._el.querySelector(".modal__overlay"),o&&(this._events=o),i&&(this._outletEls=this._getOutletEls()),this._exitButtonEl=this._el.querySelector(".modal__dismiss"),this._onKeyDownEvent=e=>this._onKeyDown(e),this._enablePageViewTracking=t,this._pageKey=s,this._shouldHideModal=n,this._shouldMoveToTopContainer=r,this.onClose=c;this._el.querySelector("[id='modalNoDismiss']")&&(this._isModalNonDismissible=!0),this._focusElement=a,i&&this._outletEls.forEach(e=>{e.addEventListener("click",e=>{var t;const n=null===(t=e.target)||void 0===t?void 0:t.getAttribute("data-no-cool-off");this.open({noCoolOff:n})})}),this._isModalNonDismissible||(this._exitButtonEl&&this._exitButtonEl.addEventListener("click",()=>this.close()),this._overlayEl.addEventListener("click",this._handleOverlayClick.bind(this))),this._focusTrap=new R(this._wrapperEl)}_getOutletEls(){const e=this._el.dataset.outlet,t=[...("default-outlet"===e?this._parentNode:document).querySelectorAll(`[data-modal="${e}"]`)];return t.length||console.warn("No outlet was found with a data-modal attribute equal to the provided dataCustomOutlet param "+e),t}_getTopLevelContainer(){const e=document.querySelector(".top-level-modal-container");if(!e){const e=document.createElement("div");return e.className="top-level-modal-container",document.body.appendChild(e)}return e}_handleOverlayClick(e){e.target===this._wrapperEl||this._wrapperEl.contains(e.target)||this.close()}_onKeyDown(e){const t=E(e.key),n=t===Ko&&document.activeElement===this._exitButtonEl;(t===zo||n)&&(this._isModalNonDismissible||this.close(),e.preventDefault())}open(){let{focusElement:e,noCoolOff:t}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(t||!this._shouldHideModal())return this._focusElement=e||this._focusElement,this._previouslyFocusedEl=document.activeElement,this._overlayEl.classList.add("modal__overlay--visible"),this._overlayEl.setAttribute("aria-hidden","false"),this._shouldMoveToTopContainer&&this._topLevelContainer.appendChild(this._el),this.noScroll(),document.addEventListener("keydown",this._onKeyDownEvent),d(this._el,"open"),this._wrapperEl&&this._wrapperEl.focus(),this._focusTrap.init(),this._enablePageViewTracking&&window.tracking?window.tracking.then(e=>{Ho(e,"ajax",this._pageKey||""+this._el.id)}):(d(this._wrapperEl,"afterOpen"),Promise.resolve());d(this._el,"didNotOpen")}async close(){var e,t,n,i,r;this._events.onBeforeClose&&await(null===(n=this._events)||void 0===n||null===(i=n.onBeforeClose)||void 0===i?void 0:i.call(n,this._wrapperEl));this.isOpen&&(null===(r=this.onClose)||void 0===r||r.call(this));this._overlayEl.classList.remove("modal__overlay--visible"),this._overlayEl.setAttribute("aria-hidden","true"),this._shouldMoveToTopContainer&&(this.setFocus(),this._parentNode.appendChild(this._el)),this.removeNoScroll(),document.removeEventListener("keydown",this._onKeyDownEvent),d(this._el,"close"),null!==(e=this._focusElement)&&void 0!==e&&null!==(t=e.classList)&&void 0!==t&&t.contains("ellipsis-menu__trigger")?(this.setFocus(),this._focusTrap.tearDown()):setTimeout(()=>{this.setFocus(),this._focusTrap.tearDown()},150)}setFocus(){const e=this._focusElement||this._previouslyFocusedEl;null==e||e.focus()}noScroll(){document.body.classList.add("overflow-hidden")}removeNoScroll(){document.body.classList.remove("overflow-hidden")}get isOpen(){return this._overlayEl.classList.contains("modal__overlay--visible")}}function Xo(e,t){t=t||"log";if("undefined"!=typeof window&&window&&window.jet&&"error"===t.toLowerCase())try{throw new Error(e)}catch(e){try{window.jet.error(e)}catch(e){}}"undefined"!=typeof console&&"function"==typeof console[t]&&console[t](e)}const Yo=/ /g,Qo=/[\s\u0000<>"]|%00/,Jo=/\\/,$o=/([.]|%2e){2}/i;let Zo=new RegExp("^(?:HTTPS?|https?|ftp|mailto|tel|sms|blob|voyager|android-app|linkedin|chrome-extension|invalid|data:(?:(?:image/(?:gif|jpe?g|png|webp|bmp|tiff))|(?:application/x-font-woff)|(?:font/(?:opentype|ttf)))[;,]|[/.#?])");function ea(e){let t;if("string"!=typeof e)return Xo("jSecure Warning: url must be a string","error"),"invalid://";if(t=e.trim(),t.indexOf(" ")>-1&&(Xo("jSecure Warning: url should not contain spaces: "+e,"warn"),t=t.replace(Yo,"+")),!Zo.test(t))return Xo("jSecure Error: URL should be absolute with allowed schemas, relative, a hash fragment or query string. "+e,"error"),"invalid://";if(Qo.test(t))return Xo("jSecure Error: not valid url character found in url: "+e,"error"),"invalid://";let n,i=t.split("?")[0],r=!1;try{n=decodeURI(i)}catch(e){r=!0}return r?(Xo("jSecure Error: malformed url path detected: "+i),"invalid://"):Jo.test(i)||$o.test(i)||$o.test(n)?(Xo("jSecure Error: malicious data found in url path: "+i,"error"),"invalid://"):e}const ta={redirect(e){window&&(window.location.href=e)}};function na(e){return e.scrollHeight>e.offsetHeight}function ia(e,t){const n=o(e);for(let e=0;e<n.length;e++)n[e]&&1===n[e].nodeType&&t(n[e])}function ra(e){aa([e])}function oa(e){sa([e])}function aa(e){ia(e,e=>{e.classList.add("hidden"),e.setAttribute("aria-hidden","true")})}function sa(e){ia(e,e=>{e.classList.remove("hidden"),e.setAttribute("aria-hidden","false")})}function ca(e){null==e||e.setAttribute("disabled","disabled"),null==e||e.setAttribute("aria-disabled","true")}function la(e){null==e||e.removeAttribute("disabled"),null==e||e.removeAttribute("aria-disabled")}function ua(){return document.documentElement.classList.contains("safari")}function da(){return document.documentElement.classList.contains("ios")}function ha(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:document;const i=null==n?void 0:n.querySelector("."+e);if(i&&na(i)){const r=n.querySelector(t);null==r||r.classList.remove("invisible"),null==r||r.addEventListener("click",()=>{i.classList.remove(e),r.classList.add("invisible")})}}const pa={};function fa(e){const t=document.getElementById(e);if(!t&&void 0!==pa[e])return pa[e];if(!t)return console.warn(`Element with id: ${e} not found`),pa[e]=null,pa[e];let n;for(const e of t.childNodes)try{if(e.nodeType===Node.COMMENT_NODE){n=JSON.parse(e.nodeValue);break}}catch(e){}return void 0===n?(console.warn(`Error retrieving content with id: ${e}. Use embedJson helper to embed this content`),null):(pa[e]=n,t.parentNode.removeChild(t),pa[e])}function va(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ga=Object.hasOwnProperty,ma=Object.setPrototypeOf,ya=Object.isFrozen,Ea=Object.getPrototypeOf,ba=Object.getOwnPropertyDescriptor,xa=Object.freeze,Ta=Object.seal,wa=Object.create,_a="undefined"!=typeof Reflect&&Reflect,Sa=_a.apply,ka=_a.construct;Sa||(Sa=function(e,t,n){return e.apply(t,n)}),xa||(xa=function(e){return e}),Ta||(Ta=function(e){return e}),ka||(ka=function(e,t){return new(Function.prototype.bind.apply(e,[null].concat(
/*! @license DOMPurify 2.3.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.5/LICENSE */
function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(t))))});var Ca,Ia=Fa(Array.prototype.forEach),Aa=Fa(Array.prototype.pop),Oa=Fa(Array.prototype.push),Ra=Fa(String.prototype.toLowerCase),La=Fa(String.prototype.match),Na=Fa(String.prototype.replace),Pa=Fa(String.prototype.indexOf),Da=Fa(String.prototype.trim),Ma=Fa(RegExp.prototype.test),Ua=(Ca=TypeError,function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return ka(Ca,t)});function Fa(e){return function(t){for(var n=arguments.length,i=Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];return Sa(e,t,i)}}function Ba(e,t){ma&&ma(e,null);for(var n=t.length;n--;){var i=t[n];if("string"==typeof i){var r=Ra(i);r!==i&&(ya(t)||(t[n]=r),i=r)}e[i]=!0}return e}function ja(e){var t=wa(null),n=void 0;for(n in e)Sa(ga,e,[n])&&(t[n]=e[n]);return t}function qa(e,t){for(;null!==e;){var n=ba(e,t);if(n){if(n.get)return Fa(n.get);if("function"==typeof n.value)return Fa(n.value)}e=Ea(e)}return function(e){return console.warn("fallback value for",e),null}}var Ga=xa(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),Ha=xa(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),Wa=xa(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Ka=xa(["animate","color-profile","cursor","discard","fedropshadow","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),za=xa(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),Va=xa(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Xa=xa(["#text"]),Ya=xa(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),Qa=xa(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Ja=xa(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),$a=xa(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Za=Ta(/\{\{[\s\S]*|[\s\S]*\}\}/gm),es=Ta(/<%[\s\S]*|[\s\S]*%>/gm),ts=Ta(/^data-[\-\w.\u00B7-\uFFFF]/),ns=Ta(/^aria-[\-\w]+$/),is=Ta(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),rs=Ta(/^(?:\w+script|data):/i),os=Ta(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),as="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function ss(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}var cs=function(){return"undefined"==typeof window?null:window},ls=function(e,t){if("object"!==(void 0===e?"undefined":as(e))||"function"!=typeof e.createPolicy)return null;var n=null;t.currentScript&&t.currentScript.hasAttribute("data-tt-policy-suffix")&&(n=t.currentScript.getAttribute("data-tt-policy-suffix"));var i="dompurify"+(n?"#"+n:"");try{return e.createPolicy(i,{createHTML:function(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+i+" could not be created."),null}};var us=function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:cs(),n=function(t){return e(t)};if(n.version="2.3.5",n.removed=[],!t||!t.document||9!==t.document.nodeType)return n.isSupported=!1,n;var i=t.document,r=t.document,o=t.DocumentFragment,a=t.HTMLTemplateElement,s=t.Node,c=t.Element,l=t.NodeFilter,u=t.NamedNodeMap,d=void 0===u?t.NamedNodeMap||t.MozNamedAttrMap:u,h=t.HTMLFormElement,p=t.DOMParser,f=t.trustedTypes,v=c.prototype,g=qa(v,"cloneNode"),m=qa(v,"nextSibling"),y=qa(v,"childNodes"),E=qa(v,"parentNode");if("function"==typeof a){var b=r.createElement("template");b.content&&b.content.ownerDocument&&(r=b.content.ownerDocument)}var x=ls(f,i),T=x?x.createHTML(""):"",w=r,_=w.implementation,S=w.createNodeIterator,k=w.createDocumentFragment,C=w.getElementsByTagName,I=i.importNode,A={};try{A=ja(r).documentMode?r.documentMode:{}}catch(e){}var O={};n.isSupported="function"==typeof E&&_&&void 0!==_.createHTMLDocument&&9!==A;var R=Za,L=es,N=ts,P=ns,D=rs,M=os,U=is,F=null,B=Ba({},[].concat(ss(Ga),ss(Ha),ss(Wa),ss(za),ss(Xa))),j=null,q=Ba({},[].concat(ss(Ya),ss(Qa),ss(Ja),ss($a))),G=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),H=null,W=null,K=!0,z=!0,V=!1,X=!1,Y=!1,Q=!1,J=!1,$=!1,Z=!1,ee=!1,te=!0,ne=!0,ie=!1,re={},oe=null,ae=Ba({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),se=null,ce=Ba({},["audio","video","img","source","image","track"]),le=null,ue=Ba({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),de="http://www.w3.org/1998/Math/MathML",he="http://www.w3.org/2000/svg",pe="http://www.w3.org/1999/xhtml",fe=pe,ve=!1,ge=void 0,me=["application/xhtml+xml","text/html"],ye="text/html",Ee=void 0,be=null,xe=r.createElement("form"),Te=function(e){return e instanceof RegExp||e instanceof Function},we=function(e){be&&be===e||(e&&"object"===(void 0===e?"undefined":as(e))||(e={}),e=ja(e),F="ALLOWED_TAGS"in e?Ba({},e.ALLOWED_TAGS):B,j="ALLOWED_ATTR"in e?Ba({},e.ALLOWED_ATTR):q,le="ADD_URI_SAFE_ATTR"in e?Ba(ja(ue),e.ADD_URI_SAFE_ATTR):ue,se="ADD_DATA_URI_TAGS"in e?Ba(ja(ce),e.ADD_DATA_URI_TAGS):ce,oe="FORBID_CONTENTS"in e?Ba({},e.FORBID_CONTENTS):ae,H="FORBID_TAGS"in e?Ba({},e.FORBID_TAGS):{},W="FORBID_ATTR"in e?Ba({},e.FORBID_ATTR):{},re="USE_PROFILES"in e&&e.USE_PROFILES,K=!1!==e.ALLOW_ARIA_ATTR,z=!1!==e.ALLOW_DATA_ATTR,V=e.ALLOW_UNKNOWN_PROTOCOLS||!1,X=e.SAFE_FOR_TEMPLATES||!1,Y=e.WHOLE_DOCUMENT||!1,$=e.RETURN_DOM||!1,Z=e.RETURN_DOM_FRAGMENT||!1,ee=e.RETURN_TRUSTED_TYPE||!1,J=e.FORCE_BODY||!1,te=!1!==e.SANITIZE_DOM,ne=!1!==e.KEEP_CONTENT,ie=e.IN_PLACE||!1,U=e.ALLOWED_URI_REGEXP||U,fe=e.NAMESPACE||pe,e.CUSTOM_ELEMENT_HANDLING&&Te(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(G.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&Te(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(G.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(G.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ge=ge=-1===me.indexOf(e.PARSER_MEDIA_TYPE)?ye:e.PARSER_MEDIA_TYPE,Ee="application/xhtml+xml"===ge?function(e){return e}:Ra,X&&(z=!1),Z&&($=!0),re&&(F=Ba({},[].concat(ss(Xa))),j=[],!0===re.html&&(Ba(F,Ga),Ba(j,Ya)),!0===re.svg&&(Ba(F,Ha),Ba(j,Qa),Ba(j,$a)),!0===re.svgFilters&&(Ba(F,Wa),Ba(j,Qa),Ba(j,$a)),!0===re.mathMl&&(Ba(F,za),Ba(j,Ja),Ba(j,$a))),e.ADD_TAGS&&(F===B&&(F=ja(F)),Ba(F,e.ADD_TAGS)),e.ADD_ATTR&&(j===q&&(j=ja(j)),Ba(j,e.ADD_ATTR)),e.ADD_URI_SAFE_ATTR&&Ba(le,e.ADD_URI_SAFE_ATTR),e.FORBID_CONTENTS&&(oe===ae&&(oe=ja(oe)),Ba(oe,e.FORBID_CONTENTS)),ne&&(F["#text"]=!0),Y&&Ba(F,["html","head","body"]),F.table&&(Ba(F,["tbody"]),delete H.tbody),xa&&xa(e),be=e)},_e=Ba({},["mi","mo","mn","ms","mtext"]),Se=Ba({},["foreignobject","desc","title","annotation-xml"]),ke=Ba({},Ha);Ba(ke,Wa),Ba(ke,Ka);var Ce=Ba({},za);Ba(Ce,Va);var Ie=function(e){var t=E(e);t&&t.tagName||(t={namespaceURI:pe,tagName:"template"});var n=Ra(e.tagName),i=Ra(t.tagName);if(e.namespaceURI===he)return t.namespaceURI===pe?"svg"===n:t.namespaceURI===de?"svg"===n&&("annotation-xml"===i||_e[i]):Boolean(ke[n]);if(e.namespaceURI===de)return t.namespaceURI===pe?"math"===n:t.namespaceURI===he?"math"===n&&Se[i]:Boolean(Ce[n]);if(e.namespaceURI===pe){if(t.namespaceURI===he&&!Se[i])return!1;if(t.namespaceURI===de&&!_e[i])return!1;var r=Ba({},["title","style","font","a","script"]);return!Ce[n]&&(r[n]||!ke[n])}return!1},Ae=function(e){Oa(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){try{e.outerHTML=T}catch(t){e.remove()}}},Oe=function(e,t){try{Oa(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){Oa(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!j[e])if($||Z)try{Ae(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},Re=function(e){var t=void 0,n=void 0;if(J)e="<remove></remove>"+e;else{var i=La(e,/^[\r\n\t ]+/);n=i&&i[0]}"application/xhtml+xml"===ge&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");var o=x?x.createHTML(e):e;if(fe===pe)try{t=(new p).parseFromString(o,ge)}catch(e){}if(!t||!t.documentElement){t=_.createDocument(fe,"template",null);try{t.documentElement.innerHTML=ve?"":o}catch(e){}}var a=t.body||t.documentElement;return e&&n&&a.insertBefore(r.createTextNode(n),a.childNodes[0]||null),fe===pe?C.call(t,Y?"html":"body")[0]:Y?t.documentElement:a},Le=function(e){return S.call(e.ownerDocument||e,e,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},Ne=function(e){return e instanceof h&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof d)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore)},Pe=function(e){return"object"===(void 0===s?"undefined":as(s))?e instanceof s:e&&"object"===(void 0===e?"undefined":as(e))&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},De=function(e,t,i){O[e]&&Ia(O[e],(function(e){e.call(n,t,i,be)}))},Me=function(e){var t=void 0;if(De("beforeSanitizeElements",e,null),Ne(e))return Ae(e),!0;if(La(e.nodeName,/[\u0080-\uFFFF]/))return Ae(e),!0;var i=Ee(e.nodeName);if(De("uponSanitizeElement",e,{tagName:i,allowedTags:F}),!Pe(e.firstElementChild)&&(!Pe(e.content)||!Pe(e.content.firstElementChild))&&Ma(/<[/\w]/g,e.innerHTML)&&Ma(/<[/\w]/g,e.textContent))return Ae(e),!0;if("select"===i&&Ma(/<template/i,e.innerHTML))return Ae(e),!0;if(!F[i]||H[i]){if(ne&&!oe[i]){var r=E(e)||e.parentNode,o=y(e)||e.childNodes;if(o&&r)for(var a=o.length-1;a>=0;--a)r.insertBefore(g(o[a],!0),m(e))}if(!H[i]&&Fe(i)){if(G.tagNameCheck instanceof RegExp&&Ma(G.tagNameCheck,i))return!1;if(G.tagNameCheck instanceof Function&&G.tagNameCheck(i))return!1}return Ae(e),!0}return e instanceof c&&!Ie(e)?(Ae(e),!0):"noscript"!==i&&"noembed"!==i||!Ma(/<\/no(script|embed)/i,e.innerHTML)?(X&&3===e.nodeType&&(t=e.textContent,t=Na(t,R," "),t=Na(t,L," "),e.textContent!==t&&(Oa(n.removed,{element:e.cloneNode()}),e.textContent=t)),De("afterSanitizeElements",e,null),!1):(Ae(e),!0)},Ue=function(e,t,n){if(te&&("id"===t||"name"===t)&&(n in r||n in xe))return!1;if(z&&!W[t]&&Ma(N,t));else if(K&&Ma(P,t));else if(!j[t]||W[t]){if(!(Fe(e)&&(G.tagNameCheck instanceof RegExp&&Ma(G.tagNameCheck,e)||G.tagNameCheck instanceof Function&&G.tagNameCheck(e))&&(G.attributeNameCheck instanceof RegExp&&Ma(G.attributeNameCheck,t)||G.attributeNameCheck instanceof Function&&G.attributeNameCheck(t))||"is"===t&&G.allowCustomizedBuiltInElements&&(G.tagNameCheck instanceof RegExp&&Ma(G.tagNameCheck,n)||G.tagNameCheck instanceof Function&&G.tagNameCheck(n))))return!1}else if(le[t]);else if(Ma(U,Na(n,M,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==Pa(n,"data:")||!se[e]){if(V&&!Ma(D,Na(n,M,"")));else if(n)return!1}else;return!0},Fe=function(e){return e.indexOf("-")>0},Be=function(e){var t=void 0,i=void 0,r=void 0,o=void 0;De("beforeSanitizeAttributes",e,null);var a=e.attributes;if(a){var s={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:j};for(o=a.length;o--;){var c=t=a[o],l=c.name,u=c.namespaceURI;if(i=Da(t.value),r=Ee(l),s.attrName=r,s.attrValue=i,s.keepAttr=!0,s.forceKeepAttr=void 0,De("uponSanitizeAttribute",e,s),i=s.attrValue,!s.forceKeepAttr&&(Oe(l,e),s.keepAttr))if(Ma(/\/>/i,i))Oe(l,e);else{X&&(i=Na(i,R," "),i=Na(i,L," "));var d=Ee(e.nodeName);if(Ue(d,r,i))try{u?e.setAttributeNS(u,l,i):e.setAttribute(l,i),Aa(n.removed)}catch(e){}}}De("afterSanitizeAttributes",e,null)}},je=function e(t){var n=void 0,i=Le(t);for(De("beforeSanitizeShadowDOM",t,null);n=i.nextNode();)De("uponSanitizeShadowNode",n,null),Me(n)||(n.content instanceof o&&e(n.content),Be(n));De("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(e,r){var a=void 0,c=void 0,l=void 0,u=void 0,d=void 0;if((ve=!e)&&(e="\x3c!--\x3e"),"string"!=typeof e&&!Pe(e)){if("function"!=typeof e.toString)throw Ua("toString is not a function");if("string"!=typeof(e=e.toString()))throw Ua("dirty is not a string, aborting")}if(!n.isSupported){if("object"===as(t.toStaticHTML)||"function"==typeof t.toStaticHTML){if("string"==typeof e)return t.toStaticHTML(e);if(Pe(e))return t.toStaticHTML(e.outerHTML)}return e}if(Q||we(r),n.removed=[],"string"==typeof e&&(ie=!1),ie){if(e.nodeName){var h=Ee(e.nodeName);if(!F[h]||H[h])throw Ua("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof s)1===(c=(a=Re("\x3c!----\x3e")).ownerDocument.importNode(e,!0)).nodeType&&"BODY"===c.nodeName||"HTML"===c.nodeName?a=c:a.appendChild(c);else{if(!$&&!X&&!Y&&-1===e.indexOf("<"))return x&&ee?x.createHTML(e):e;if(!(a=Re(e)))return $?null:ee?T:""}a&&J&&Ae(a.firstChild);for(var p=Le(ie?e:a);l=p.nextNode();)3===l.nodeType&&l===u||Me(l)||(l.content instanceof o&&je(l.content),Be(l),u=l);if(u=null,ie)return e;if($){if(Z)for(d=k.call(a.ownerDocument);a.firstChild;)d.appendChild(a.firstChild);else d=a;return j.shadowroot&&(d=I.call(i,d,!0)),d}var f=Y?a.outerHTML:a.innerHTML;return X&&(f=Na(f,R," "),f=Na(f,L," ")),x&&ee?x.createHTML(f):f},n.setConfig=function(e){we(e),Q=!0},n.clearConfig=function(){be=null,Q=!1},n.isValidAttribute=function(e,t,n){be||we({});var i=Ee(e),r=Ee(t);return Ue(i,r,n)},n.addHook=function(e,t){"function"==typeof t&&(O[e]=O[e]||[],Oa(O[e],t))},n.removeHook=function(e){O[e]&&Aa(O[e])},n.removeHooks=function(e){O[e]&&(O[e]=[])},n.removeAllHooks=function(){O={}},n}();const ds={ADD_TAGS:["#comment","li-icon","icon","iframe"],ADD_ATTR:["target"],FORCE_BODY:!0,RETURN_DOM:!0};function hs(e,t){let{ADD_TAGS:n=[],ADD_ATTR:i=[]}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r={...ds};r.ADD_TAGS=[...r.ADD_TAGS,...n],r.ADD_ATTR=[...r.ADD_ATTR,...i];const o=us.sanitize(t,r);return e&&e.nodeType===Node.ELEMENT_NODE&&(e.innerHTML="",e.append(...o.childNodes)),o}var ps="aria-[a-z0-9_\\-]+|class|data-[a-z0-9_\\-]+|dir|id|role|tabindex",fs=function(){if("undefined"==typeof document)return!0;return"textContent"in document.createElement("div")}()?"textContent":"innerText",vs=["b","del","em","i","s","strong","sub","sup"],gs=vs.concat(["a","abbr","address","area","article","aside","audio","bdi","bdo","big","blockquote","br","button","center","cite","code","datalist","dd","details","dfn","div","dl","dt","fieldset","figcaption","figure","font","footer","h1","h2","h3","h4","h5","h6","header","hgroup","hr","img","ins","kbd","label","legend","li","map","mark","marquee","nav","nobr","ol","p","pre","q","rp","rt","ruby","samp","section","small","source","span","strike","table","tbody","td","tfoot","th","thead","time","tr","u","ul","var","video","wbr"]),ms=[ps,"alt|checked|selected|colgroup|cols|colspan|disabled|height|hidden|maxlength|method|multiple|name|placeholder|readonly|rel|required|rows|rowspan|spellcheck|target|title|width","border|caption|color|controls|coords|hreflang|label|lang|loop|marginheight|marginwidth|preload|reversed|type|usemap|clear|headers|ismap|start|datetime|accept|max|min|size|step|style|cellspacing|cellpadding"].join("|");function ys(){}var Es,bs,xs=(bs=/[&<>"'\u0000\\=]/g,Es={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","\0":"�","\\":"&#92;","=":"&#61;"},function(e){return null==e?null:e.toString().replace(bs,(function(e){return Es[e]}))}),Ts=function(){var e,t,n=/&(?:([a-z0-9]+)|#x([\da-f]{1,6})|#(\d{1,8}));/gi;if("undefined"==typeof document)return function(){throw new Error("document is undefined (i.e. you are probably in Node.js)")};e=document.createElement("div");var i={nbsp:" ",lt:"<",gt:">",amp:"&",quot:'"'};return t="function"==typeof String.fromCodePoint?function(e){return String.fromCodePoint(e)}:function(e){return e<=65535?String.fromCharCode(e):"�"},function(r){return null==r?null:(r+"").replace(n,(function(n,r,o,a){return r?(s=r,i.hasOwnProperty(s)?i[s]:(e.innerHTML="&"+s+";",c=e[fs],i[s]=c,c)):o||a?t(parseInt(o||a,o?16:10)||65533):"�";var s,c}))}}();var ws=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function _s(e){return/[<&]/.test(e)}var Ss,ks=Array.prototype.forEach?function(e,t){Array.prototype.forEach.call(e,t)}:function(e,t){for(var n=0,i=e.length;n<i;n++)t(e[n],n)};function Cs(e){e=ws(e)?e:[e];var t,n,i,r=0,o="<(?!/?";return o+="(?:",ks(e,(function(e,a){t=e.tags||gs,n=e.attrs||ms,i=e.checkUrlAttrs||!1,0!==a&&(o+="|"),o+="(?:"+t.join("|")+")",o+="(?:",o+="[ \t\r\n]*",o+="|[ \t\r\n]+",o+="(?:(?:",o+="(?:"+n+")(?:=([\"'])[^'\"<>]*\\"+ ++r+")?",i&&(o+="|(?:href|src)=([\"'])(?:(?:https?|ftp|mailto|invalid)(?::|&#(?:58|x3a);)|(?:data:image/(?:gif|jpg|jpeg|png);base64,)|[/.#?]|&#(?:35|4[67]|63|x(?:2[3ef]|3f));)[^'\"<>]*\\"+ ++r),o+=")[ \t\r\n]*)+",o+=")"})),o+=")",o+="/?>)",new RegExp(o,"i")}function Is(e){return Cs({tags:e=e||gs,checkUrlAttrs:!0})}function As(e,t){var n=(t=t||{}).allowTags,i=!1!==t.hasCustomElementMarkup;return n?!Is(n).test(e):i?!As.R_UNSAFE_CUSTOM_ELEMENT.test(e):!As.R_UNSAFE_HTML.test(e)}function Os(e){return e.replace(/<[^>]*>|[<>'"&\\]/g,"")}function Rs(e,t,n){if(null==e)return null;e=e.toString();var i=t?function(e,t){var n={};return e.replace(/\{([^}]+)\}/g,(function(e,i){var r,o=e;if(n.hasOwnProperty(i))return n[i];if(t.hasOwnProperty(i)){if(!((r="string"==typeof(o=t[i]))||o instanceof ys||"number"==typeof o))throw new Error("Only strings, numbers, and jSecure types are allowed as placeholder replacements.");o=r?xs(o):o.toString()}return n[i]=o,o}))}(e,t):e,r=e;return _s(i)&&!As(i,n)&&(i=Os(i),Xo("Content contains non-whitelisted tags or attributes:\nContent: "+r,"error")),i}function Ls(e,t){for(var n=+t.length,i=0,r=e.length;i<n;i++)e[r++]=t[i];return e.length=r,e}As.R_UNSAFE_HTML=Is(),As.R_UNSAFE_CUSTOM_ELEMENT=Cs([{tags:gs,checkUrlAttrs:!0},{tags:[(Ss={tag:"li-icon",attrs:"active|a11y-text|animate|color|size|type"}).tag],attrs:[ps,Ss.attrs].join("|"),checkUrlAttrs:!1}]);var Ns={option:[1,'<select multiple="multiple">',"</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};Ns.optgroup=Ns.option,Ns.tbody=Ns.tfoot=Ns.colgroup=Ns.caption=Ns.thead,Ns.th=Ns.td;var Ps=/<([\w:]+)/;function Ds(e,t){var n,i,r,o,a,s,c,l=t.createDocumentFragment(),u=[];for(a=0,c=e.length;a<c;a++)if((o=e[a])||0===o)if("string"==typeof o){for(r=r||l.appendChild(t.createElement("div")),n=(Ps.exec(o)||["",""])[1].toLowerCase(),Fs(r,(i=Ns[n]||Ns._default)[1]+o+i[2]),s=i[0];s--;)r.lastChild&&r.lastChild.nodeType===Node.ELEMENT_NODE&&(r=r.lastChild);Ls(u,r.childNodes),(r=l.firstChild).textContent=""}else Ls(u,o.nodeType?[o]:o);for(l.textContent="",o=u[a=0];o;)l.appendChild(o),o=u[++a];return l}var Ms=Rs,Us=Rs;function Fs(e,t,n){var i=Rs(t,n);return _s(i)?e.innerHTML=i:e[fs]=i,i}function Bs(e,t){if(!(this instanceof Bs))return new Bs(e,t);(t=t||{}).allowTags=t.allowTags?t.allowTags.reduce((function(e,t){return e.concat(t)}),[]):null,this._string=e,this._options=t}Bs.prototype=function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}(new ys,{toString:function(){var e=this._string,t=this._stringVal,n=e;return void 0!==t?t:(As(e,this._options)||(n=e,e=Os(e),Xo("UnsafeString contains non-whitelisted tags or attributes.\nString: "+n,"error")),this._stringVal=e,e)}});var js={ALLOWED_TAGS:gs,FORMATTING_TAGS:vs,htmlEncode:xs,htmlUnencode:Ts,log:Xo,mk:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];let r,o="",a=n.length;return e&&e.forEach((function(e,t){o+=e,t<a&&(r=n[t],o+=r instanceof Bs?r:xs(r))})),Us(o)},parseHTML:function(e,t){var n;if(t=t||document.implementation&&document.implementation.createHTMLDocument?document.implementation.createHTMLDocument(""):document,"string"==typeof e)n=Ds([e],t);else{if(!ws(e))return e;n=Ds(e,t)}return Ls([],n.childNodes)},parseSelector:function(e){return"string"==typeof e&&/^(?:\s*(<[\w\W]+>)[^>]*)$/.test(e)?[]:e},processTemplate:Ms,reEncode:function(e){return xs(Ts(e))},_redirector:ta,redirect:function(e){const t=ea(e);t===e&&ta.redirect(t)},sanitizeHTML:Us,sanitizeUrl:ea,setElementContent:Fs,text:function(e){return Xo("jSecure.text() is deprecated. Please use jSecure.htmlEncode().","warn"),xs(e)},unsafe:function(e){return e},UnsafeString:Bs};function qs(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e instanceof HTMLElement)if(document.documentElement.classList.contains("ios")||t){const t=10,n=10;e.blur();let i=0;const r=window.setInterval((function(){e.focus(),i>=n&&window.clearInterval(r),i++}),t)}else e.focus()}const Gs=Object.freeze({CAUTION:"caution",ERROR:"error",GDPR:"gdpr",NOTIFY:"notify",SUCCESS:"success"});class Hs{constructor(){let{removeToastCallback:e=(()=>{})}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=document.getElementById("toasts");if(!t)throw new Error("No toasts element");this._el=t,this._position=t.getAttribute("type"),this.removeToastCallback=e,this.bindEvents()}trigger(e,t,n,i){let r=!(arguments.length>4&&void 0!==arguments[4])||arguments[4];if(!e||!Object.values(Gs).includes(e))throw new Error("Valid type not specified: type must be caution, error, gdpr, notify or success");if(!t)throw new Error("No message specified");const o=n?`${n}_toast-${e}`:"toast-"+e,a=this._createToastEl(e,t,o,i);return this._addToast(a,r)}clearAllToasts(){let e=this._el.querySelectorAll(".toast");Array.from(e).forEach(e=>{this._removeToast(e)})}bindEvents(){this._el.addEventListener("click",e=>{const n=t(e.target,".toast__dismiss-btn");if(n){const e=t(n,".toast");e&&this._removeToast(e)}})}_isValidCtaMetadata(e){return["url","trk","text"].every(t=>e.hasOwnProperty(t))}_createToastEl(e,t,n,i){const r=document.querySelector("#toast-template").content.firstElementChild.cloneNode(!0),o=document.querySelector("#toast-icon-"+e).content.firstElementChild.cloneNode(!0);if(!r||!o)throw new Error("Toast templates are missing");r.classList.add("toast--"+e),r.setAttribute("type",e);const a=r.querySelector(".toast__message");a.insertBefore(o,a.firstElementChild);r.querySelector(".toast__dismiss-btn").setAttribute("data-tracking-control-name",n+"_dismiss");const c=r.querySelector(".toast__message-content");let l="text-color-text-neutral";if(e===Gs.CAUTION?l="text-color-text-caution":e===Gs.ERROR?l="text-color-text-negative":e===Gs.SUCCESS&&(l="text-color-text-positive"),c.classList.add(l),hs(c,t),i&&this._isValidCtaMetadata(i)){const e=r.querySelector(".toast__message-content-container"),t=document.querySelector("#toast-cta").content.firstElementChild.cloneNode(!0),n=i.target||"_blank";t.setAttribute("href",js.sanitizeUrl(s(i.url,i.trk))),t.setAttribute("target",n),t.textContent=i.text,e.classList.add(l),e.append(t)}return r}_addToast(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];this._el.appendChild(e);const n=this._el.querySelector(".toast__message");return this._hasToast()&&this._el.classList.remove("invisible"),this._refreshLazyLoader(),setTimeout((function(){e.classList.remove("toast--hidden"),t&&qs(n)}),this.TOAST_ADD_TIMEOUT),e}_removeToast(e){let t=this._el;e.classList.add("toast--hidden"),setTimeout(()=>{e.remove(),this._hasToast()||t.classList.add("invisible"),this.removeToastCallback()},500)}_hasToast(){return[...this._el.children].some(e=>"template"!==e.tagName.toLowerCase())}_refreshLazyLoader(){var e,t;null===(e=window.lazyloader)||void 0===e||null===(t=e.then)||void 0===t||t.call(e,e=>{e.refreshLoader()})}}va(Hs,"TOAST_TYPES",Gs),va(Hs,"TOAST_ADD_TIMEOUT",500);const Ws={COPY:"copy",LINKEDIN:"linkedin",TWITTER:"twitter",FACEBOOK:"facebook"};Object.keys(Ws).map(e=>Ws[e]);const Ks=["binlar","ask\\ jeeves","mozilla\\/4\\.0\\ \\(compatible\\;\\ msie\\ 6\\.0\\;\\ windows\\ nt\\ 5\\.1\\;1813\\)","companydatatree","genieo","microsoft\\+scheduled\\+cache\\+content\\+download\\+service","liferea","superfeedr","ez\\ publish\\ link\\ validator","htmlparser","argclrint","linkwalker","webtool","ask\\+jeeves","stackrambler","paros","^fdm\\+3\\.x","ms\\ search","indy\\+library","seznam","sitevigil","intergator","freedom(?!from)","google\\+page\\+speed\\+insights","znajdzfoto\\/image","riddler\\.io","^java\\/","twiceler","httpunit","ktxn","webcopier","mna\\+digital\\+circonus\\+check","stuff(?!nz)","updatepatrol","feedburner","hp\\+sitescope","crawler","gigablastopensource\\/","rpt\\-http","^fdm\\ 3\\.x","libwww\\-perl","((?=pital)|ca(?=pital))pita","bingpreview","oia\\.owa","^ahc\\/","thunderstone","microsoft\\ bits","alertsite","^python\\-requests\\/","dts\\ agent","tangjiutao","^inmon","linkscan","alexa\\ site\\ audit","webtrends(?!clientlibrary)","chkd","joedog","daumoa","typhoeus","loadimpactpageanalyzer","google\\ news","coldfusion","mna\\ digital\\ circonus\\ check","alexa\\+site\\+audit","getright","appengine","(?=crawler)crawl","ibot(?!ta)","jobo","python\\-httplib","powermarks","site24x7","proximic","yahoo\\+pipes","((?=aporter)|oper(?=aportable))aport","web\\+downloader","check\\_http","grabber","topsy\\.com\\/butterfly\\/","harvest","^inagist\\+url\\+resolver","fast","crescent(?!\\ build|\\+build)","sohu(?!ennews|video|news)","favorg","bloglines","fetch(?!tv)","wapt","microsoft\\+url\\+control","urchin","ning\\/1\\.0","pluck","google\\+news","spider","\\(compatible\\;\\+optimizer\\)","moreover\\/5\\.1","js\\-kit","server\\ density\\ external\\ llama","facebookexternalhit","ultraseek","catchpoint","yandex(?!\\ browser|\\+browser|mail)","echo(?!arena|fon|star)","^worldwatch\\/","combine(?!d)","winhttprequest","ez\\+publish\\+link\\+validator","jakarta","^webnotifier\\/","webmetrics","teoma","nerdbynature","ms\\+frontpage","nielsen","sucker","engagebdr","yahoofeedseeker","dts\\+agent","googleapps","holmes","plumtree","www\\-mechanize","google\\-hoteladsverifier","pingdom","drupal","sina\\_weibo","google\\ page\\ speed\\ insights","lisa","w3c\\_validator","^scan","yeti","snoopy","khte","trovit","atomz","httpcomponents","ms\\+search","google\\-http\\-java\\-client","spi\\_der","bubing","websitepulse","microsoft\\+bits","http\\_request2","ieautodiscovery","siteimprove","curl(?!ings)","go\\+1\\.1\\+package\\+http","^crowsnest\\/","email\\ exractor","utorrent","yahoocachesystem","shopwiki","justview","googlesecurityscanner","msnptc","rkg\\+url\\+verifier","monitor","bitvouseragent","((?=wormgame))worm","talktalk","help\\.coccoc\\.com","yahoo\\ pipes","heritrix","nutch","argus","kulturarw3","checkurl","universalsearch","amazon\\ route\\ 53\\ health\\ check\\ service","slurp","mozilla\\/5\\.0\\ \\(compatible\\;\\ msie\\ 5\\.0\\)","ezooms","kimengi\\/nineconnections\\.com","applesyndication","python\\-urllib","internal\\+zero\\-knowledge\\+agent","system\\+center\\+operations\\+manager","riverglassscanner","imgsizer","changedetection","nutscrape","feedzilla","contype","^lwp","\\(compatible\\;\\ optimizer\\)","infolink","outbrain","^prerender","admantx","^inagist\\ url\\ resolver","amazon\\+route\\+53\\+health\\+check\\+service","neustar","a6\\-indexer","comodo\\+ssl\\+checker","linkchecker","viglink","patric","newsnow","wasalive","scrapy","(?=gruber)grub","ruxitsynthetic","rkg\\ url\\ verifier","ocelli","webcapture","^kraken\\/","t\\-h\\-u\\-n\\-d\\-e\\-r\\-s\\-t\\-o\\-n\\-e","spider(?!solitaire)","isearch","hp\\ sitescope","maxamine","\\(simulated\\_by\\_webserver\\_stress\\_tool\\)","((?=obotics)|ther(?=obotfree))obot","yacy","twibble\\.io","google\\+wireless\\+transcoder","wget","internal\\ zero\\-knowledge\\ agent","google\\ wireless\\ transcoder","xenu","yahooseeker","advanced\\ email\\ extractor","feed43","ptst","reconnoiter","go\\ 1\\.1\\ package\\ http","advanced\\+email\\+extractor","linkdex","panscient\\.com","webcheck","linktiger","scooter","flipboard\\.com\\/browserproxy","evidon","twisted\\ pagegetter","cosmos","adbeat","sherlock","web\\ downloader","cookiereports","siteexplorer","miva","twisted\\+pagegetter","mfc\\_tear\\_sample","indy\\ library","b2w(?!tenisnew)","orangebot(?!swana)","lockss\\+cache","mozilla\\/4\\.0\\+\\(compatible\\;\\+msie\\+6\\.0\\;\\+windows\\+nt\\+5\\.1\\;1813\\)","yahooexternalcache","apache\\-httpclient\\/4\\.","archive\\.org","wesee\\:search","hiscan","ms\\ frontpage","tagscanner","google\\ web\\ preview","special\\_archiver","d24y\\-aegis","scoutjet","larbin","adsense\\-snapshot\\-google","keynote","skypeuripreview","clickajob","download\\+ninja","internet\\ ninja","^ltx71","ukonline","eventmachine\\ httpclient","nomad","mediapartners","twikle","microsoft\\ scheduled\\ cache\\ content\\ download\\ service","internet\\+ninja","scanalert","metauri","agentname","adr\\)","squider","isilo","teleport","automationtest","bordermanager","linklint","bot","templeton","rssreader","ichiro","(?=dialer\\-mobileapp)dialer","atomic\\_email\\_hunter","google\\+web\\+preview","longurl\\+api","longurl\\ api","internetseer","server\\+density\\+external\\+llama","topix","iopus","download\\ ninja","mozilla\\/5\\.0\\+\\(compatible\\;\\+msie\\+5\\.0\\)","europarchive","avantgo","flamingo\\_searchengine","lockss\\ cache","jobrapido","wesee\\:ads\\/","frontier","newspaper\\/0\\.0\\.","apachebench","flamingosearch","lydia","microsoft\\ url\\ control","phantomjs","system\\ center\\ operations\\ manager","^econtext\\/","akamai","cfschedule","searchme\\.com\\/support\\/","fortimail","comodo\\ ssl\\ checker","gomezagent","sitecon","webauto","golem","swcd","spundge\\/0\\.1","findlinks","^sjn","yandex","ia\\_archive","vagabondo","watchmouse","simplepie","1job","goldfire"].join("|");new RegExp(Ks,"i");Object.freeze({VERTICAL:"4:5",HORIZONTAL:"16:9",SQUARED:"1:1"});new Uint8Array(16);const zs=[];for(let e=0;e<256;++e)zs.push((e+256).toString(16).slice(1));"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto);function Vs(){let{endpoint:e,headers:t={"Content-Type":"application/json"},queryId:n,variables:i={},...r}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const o=h(document);if(!o)throw new Error("Missing pageKey for graphQL request from browser");return D(e,{method:"POST",headers:t,postData:JSON.stringify({queryId:n,variables:i,pageKey:o}),...r})}class Xs{constructor(e,t){if(!e)throw Error("Missing endpoint");t&&(this.pemDegradationTrackingMetadata=t,this.isPemEnabled=!0),this.endpoint=e}executeAction(e){let{variables:t,queryId:n,successCallback:i=(()=>{}),failureCallback:r=(()=>{})}=e;return Vs({endpoint:this.endpoint,queryId:n,variables:t,pemDegradationTrackingMetadata:this.pemDegradationTrackingMetadata,isPemEnabled:this.isPemEnabled}).then(e=>{const{responseText:t}=e;return i(JSON.parse(t).graphQL)}).catch(r)}}class Ys extends Xs{constructor(){super(...arguments)}execute(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Ys.query,variables:{allowedCommentersScope:e.allowedCommentersScope,text:e.text,visibility:e.visibility||"PUBLIC",reshareUrn:e.reshareUrn,attributedShareUrn:e.attributedShareUrn,articleInput:e.articleInput,imagePostInput:e.imagePostInput,attributes:e.attributes,containerEntity:e.containerEntity},successCallback:t,failureCallback:n})}}va(Ys,"query","2849bb08e3a3bbd23c96c0e758c018b7");class Qs extends Xs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Qs.query,variables:{url:e},successCallback:t,failureCallback:n})}}va(Qs,"query","bece320b5f70fe4357082fe84eca6c56");class Js extends Vo{constructor(e){let{enablePageViewTracking:t=!1,shouldHideModal:n=(()=>!1),triggerByOutletEl:i=!0,pushState:r=!0,shouldMoveToTopContainer:o=!0,focusElement:a,pageKey:s}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw new Error("No element passed into mobile web modal");super(e,{enablePageViewTracking:t,shouldHideModal:n,triggerByOutletEl:i,shouldMoveToTopContainer:o,focusElement:a,pageKey:s}),this.pushState=r,this.hashChangeHandlerRef=this._hashChangeHandler.bind(this)}historyBackClickHandler(){this.close({enableHistoryBack:!1})}_hashChangeHandler(e){const t=e.oldURL&&e.oldURL.split("#")[1];t&&t==="overlay_"+this._el.id&&this.historyBackClickHandler()}open(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super.open(e),this._shouldHideModal()||(this.pushState&&history.pushState(this._el.id,"show modal","#overlay_"+this._el.id),window.addEventListener("hashchange",this.hashChangeHandlerRef))}close(){let{enableHistoryBack:e=!0}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};window.removeEventListener("hashchange",this.hashChangeHandlerRef),this.pushState&&e&&(window.history.replaceState({},document.title,window.location.href.split("#")[0]),history.back()),super.close()}}document.querySelector.bind(document);String.fromCharCode(32);h(document);String.fromCharCode(32);const $s=/\!|\@|\#|\$|\%|\^|\&|\*|\+|\=|\||<|\>|\?|\:|\;/,Zs=/(.)\1{3}/,ec=/linkedin/i,tc=/\d\d/,nc=new RegExp("([a-zA-Z0-9]+://)?([a-zA-Z0-9_]+:[a-zA-Z0-9_]+@)?([a-zA-Z0-9.-]+\\.[A-Za-z]{2,4})(:[0-9]+)?(/.*)?"),ic=/^(([^<>()\[\]\.,;:\s@\"]+(\.[^<>()\[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$/i,rc=/^[\u4E00-\u9FFF|\u3400-\u4DBF|\uF900-\uFAFF]*$/,oc=/^[ぁ-ゔゞ゛゜ー]*$/,ac=/^[+]?[\s./0-9]*[(]?[0-9]{1,4}[)]?[-\s./0-9]*$/,sc=e=>{const t=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return t.length<=e};return t.errorMessagePrefix="i18n_tooLong_",t},cc=e=>{const t=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return t.length>=e};return t.errorMessagePrefix="i18n_tooShort_",t},lc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!tc.test(e)};lc.errorMessagePrefix="i18n_noConsecutiveDigits_";const uc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!$s.test(e)};uc.errorMessagePrefix="i18n_noForbiddenCharacters_";const dc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!Zs.test(e)};dc.errorMessagePrefix="i18n_noFourConsecutiveDuplicates_";const hc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!ec.test(e)};hc.errorMessagePrefix="i18n_noLinkedIn_";const pc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!nc.test(e)};pc.errorMessagePrefix="i18n_noUrl_";const fc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return rc.test(e)};fc.errorMessagePrefix="i18n_onlyChinese_";const vc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return oc.test(e)};vc.errorMessagePrefix="i18n_onlyPhonetic_";const gc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return""!==e.trim()};gc.errorMessagePrefix="i18n_required_";const mc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return ic.test(e)};mc.errorMessagePrefix="i18n_invalidFormat_";const yc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return ac.test(e)};yc.errorMessagePrefix="i18n_invalidFormat_";const Ec=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return ic.test(e)||ac.test(e)};Ec.errorMessagePrefix="i18n_invalidFormat_";const bc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return"true"===e};bc.errorMessagePrefix="i18n_required_";const xc=[sc(50),uc,lc,dc,hc,pc],Tc=[gc].concat(xc),wc=[vc,sc(50),dc];sc(4),cc(2),sc(128),sc(128),sc(128),(e=>{const t=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return""===t||e(t)};t.errorMessagePrefix=e.errorMessagePrefix})(mc),cc(6),sc(200);!function(){if("function"==typeof window.CustomEvent)return!1;window.CustomEvent=function(e,t){t=t||{bubbles:!1,cancelable:!1,detail:null};var n=document.createEvent("CustomEvent");return n.initCustomEvent(e,t.bubbles,t.cancelable,t.detail),n}}(),function(){if("function"==typeof window.EventTarget)try{return!new e}catch(e){}const e=function(){this.listeners={}};e.prototype.listeners=null,e.prototype.addEventListener=function(e,t){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(t)},e.prototype.removeEventListener=function(e,t){if(e in this.listeners)for(var n=this.listeners[e],i=0,r=n.length;i<r;i++)if(n[i]===t)return void n.splice(i,1)},e.prototype.dispatchEvent=function(e){if(!(e.type in this.listeners))return!0;for(var t=this.listeners[e.type].slice(),n=0,i=t.length;n<i;n++)t[n].call(this,e);return!e.defaultPrevented},window.EventTarget=e}();const _c="990339570472-k6nqn1tpmitg8pui82bfaun3jrpmiuhs.apps.googleusercontent.com",Sc={GOOGLE_ERROR:"googleError",GOOGLE_USER_FETCHED:"googleUserFetched",INITIALIZED:"initialized",PROMPT_MOMENT:"promptMomentNotification",TOKEN_FETCHED:"tokenFetched"},kc={INITIALIZATION:"initialization",AUTHENTICATION:"authentication"},Cc={SIGN_IN:"signin",SIGN_UP:"signup",USE:"use"},Ic={DISPLAY:"display",SKIPPED:"skipped",DISMISSED:"dismissed"},Ac={NOT_DISPLAYED:{BROWSER_NOT_SUPPORTED:"browser_not_supported",INVALID_CLIENT:"invalid_client",MISSING_CLIENT_ID:"missing_client_id",OPT_OUT_OR_NO_SESSION:"opt_out_or_no_session",SECURE_HTTP_REQUIRED:"secure_http_required",SUPPRESSED_BY_USER:"suppressed_by_user",UNREGISTERED_ORIGIN:"unregistered_origin",UNKNOWN_REASON:"unknown_reason"},SKIPPED:{AUTO_CANCEL:"auto_cancel",USER_CANCEL:"user_cancel",TAP_OUTSIDE:"tap_outside",ISSUING_FAILED:"issuing_failed"},DISMISSED:{CREDENTIAL_RETURNED:"credential_returned",CANCEL_CALLED:"cancel_called",FLOW_RESTARTED:"flow_restarted"}},{GOOGLE_ERROR:Oc,GOOGLE_USER_FETCHED:Rc,INITIALIZED:Lc}=Sc,{INITIALIZATION:Nc,AUTHENTICATION:Pc}=kc;EventTarget;const{GOOGLE_USER_FETCHED:Dc,PROMPT_MOMENT:Mc,GOOGLE_ERROR:Uc}=Sc;EventTarget;var Fc={exports:{}};function Bc(e){this.message=e}Bc.prototype=new Error,Bc.prototype.name="InvalidCharacterError";var jc="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new Bc("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,i,r=0,o=0,a="";i=t.charAt(o++);~i&&(n=r%4?64*n+i:i,r++%4)?a+=String.fromCharCode(255&n>>(-2*r&6)):0)i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(i);return a};var qc=function(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw"Illegal base64url string!"}try{return function(e){return decodeURIComponent(jc(e).replace(/(.)/g,(function(e,t){var n=t.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(t)}catch(e){return jc(t)}};function Gc(e){this.message=e}Gc.prototype=new Error,Gc.prototype.name="InvalidTokenError",Fc.exports=function(e,t){if("string"!=typeof e)throw new Gc("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(qc(e.split(".")[n]))}catch(e){throw new Gc("Invalid token specified: "+e.message)}},Fc.exports.InvalidTokenError=Gc;Fc.exports;const{GOOGLE_USER_FETCHED:Hc,PROMPT_MOMENT:Wc,GOOGLE_ERROR:Kc}=Sc;EventTarget;const zc={CLIENT_ID:_c,EVENTS:Sc,GOOGLE_ACCOUNT_URL:"https://accounts.google.com",GSI_ERROR_TYPES:kc,GSI_ERROR_MESSAGES:{INIT_FAILED:"idpiframe_initialization_failed",POPUP_CLOSED_BY_USER:"popup_closed_by_user",ACCESS_DENIED:"access_denied",IMMEDIATE_FAILED:"immediate_failed"},GSI_SELECT_BY:{AUTO:"auto",USER:"user",FEDCM:"fedcm",FECM_AUTO:"fecm_auto",USER_1TAP:"user_1tap",USER_2TAP:"user_2tap",BTN:"btn",BTN_CONFIRM:"btn_confirm",BTN_ADD_SESSION:"btn_add_session",BTN_CONFIRM_ADD_SESSION:"btn_confirm_add_session",ITP_ADD_SESSION:"itp_add_session"},GOT_CONTEXTS:Cc,GOT_PROMPT_MOMENT_REASONS:Ac,GOT_PROMPT_MOMENT_TYPES:Ic},{GOT_PROMPT_MOMENT_REASONS:Vc,GOT_PROMPT_MOMENT_TYPES:Xc}=zc;const{EVENTS:{GOOGLE_ERROR:Yc,GOOGLE_USER_FETCHED:Qc,INITIALIZED:Jc,PROMPT_MOMENT:$c},GOT_PROMPT_MOMENT_REASONS:Zc,GOT_PROMPT_MOMENT_TYPES:el}=zc;new Set(["百里","淳于","第五","東方 ","东方","東閣 ","东阁","東郭 ","东郭","東門 ","东门","端木","獨孤 ","独孤","公孫 ","公孙","公羊","公冶","公西","毌丘","穀梁 ","谷梁","賀蘭 ","贺兰","赫連 ","赫连","賀若 ","贺若","皇甫","黄斯","呼延","兰向","令狐","甪里","閭丘 ","闾丘","万俟","慕容","納蘭 ","纳兰","南宮 ","南宫","歐陽 ","欧阳","沙吒","上官","申屠","司馬 ","司马","司徒","司空","司寇","太史","澹臺 ","澹台","拓跋","完顏 ","完颜","聞人 ","闻人","巫馬 ","巫马","夏侯","鮮于 ","鲜于","西門 ","西门","軒轅 ","轩辕","楊子 ","杨子","耶律","樂正 ","乐正","尉遲 ","尉迟","宇文","長孫 ","长孙","鍾離 ","钟离","諸葛 ","诸葛","祝融","子車 ","子车","左人"]);const tl="See https://go/pem/degradation-tracking-user-guide for instrumentation instructions";var nl;!function(e){e.ProductName="productName",e.AdditionalDegradedResponseCodes="additionalDegradedResponseCodes",e.NonDegradedResponseCodes="nonDegradedResponseCodes",e.DegradationKeyOverrides="degradationKeyOverrides",e.ClientSensorGroupName="clientSensorGroupName",e.EnablePerformanceMeasurement="enablePerformanceMeasurement",e.CustomTrackingId="customTrackingId",e.DisableAvailabilityCalculation="disableAvailabilityCalculation",e.EnableSessionRecording="enableSessionRecording"}(nl||(nl={}));const il=new Set(Object.values(nl));class rl extends Error{constructor(e){super(e),Object.setPrototypeOf(this,rl.prototype)}}function ol(e){return 0===e.length||!e.trim()}function al(e){if("string"!=typeof e)throw new rl(`Keys must be strings. ${tl}.`);if(ol(e))throw new rl(`Keys should not be blank. ${tl}.`);if(/[^a-z0-9-]/.test(e))throw new rl(`'${e}' can only contain lowercase alphanumeric characters and dashes (-). ${tl}.`);return e}class sl{constructor(e,t,n){var i,r,o;if(this._shouldEnablePerformanceMeasurement=!1,this._shouldDisableAvailabilityCalculation=!1,this._shouldRecordSession=!1,this._featureKey=al(e),this._defaultDegradationKey=al(t),!n)return this._additionalDegradedResponseCodes=[],this._nonDegradedResponseCodes=[],void(this._degradationKeyOverrides=[]);if("object"!=typeof n)throw new rl(`DegradationTrackingMetadata options should be an object. ${tl}.`);const a=n.productName;a&&(this._productName=function(e){if("string"!=typeof e)throw new rl(`The product name must be a string. ${tl}.`);if(ol(e))throw new rl(`No product name was specified. Please configure a defaultProductName or specify it per instrumented API call. ${tl}.`);if(/[^a-zA-Z0-9-_ \\/]/.test(e))throw new rl(`Product name '${e}' can only contain alphanumeric, underscores (_), spaces ( ), dashes (-) and forward slashes (/). ${tl}.`);return e}(a));const s=n.additionalDegradedResponseCodes,c=n.nonDegradedResponseCodes;!function(e,t){const n=(e,t)=>{if("number"!=typeof(n=e)||!isFinite(n)||Math.floor(n)!==n||e<=0||e>999)throw new rl(`Please only specify positive integer response codes between 1 and 999 for the ${t} option. ${e} was specified. ${tl}.`);var n;if(429===e||999===e)throw new rl(`PEM does not consider 429 and 999 API responses indications of the real member experience because it represents LinkedIn throttling abusive requests. We drop 429s and 999s by default, so please remove them from your ${t} options.`);if(t===nl.NonDegradedResponseCodes&&e>=400&&e<500)throw new rl(`For server responses that have a status code, PEM does not consider 4xx as degraded. ${e} is not considered a degradation unless you explicitly add it to the ${nl.AdditionalDegradedResponseCodes} option. Please remove ${e} from the ${nl.NonDegradedResponseCodes} option. See https://go/pem/degradation-tracking-user-guide for instrumentation instructions.`)};if(void 0!==e&&!Array.isArray(e))throw new rl(`Please specify an array of positive integer response codes between 1 and 999 for the response codes that shouldn't be counted as degraded for the ${nl.NonDegradedResponseCodes} option. See https://go/pem/degradation-tracking-user-guide for instrumentation instructions.`);if(void 0!==t&&!Array.isArray(t))throw new rl(`Please specify an array of positive integer response codes between 1 and 999 for the response codes that should only be considered as the degraded state(s) for the ${nl.AdditionalDegradedResponseCodes} option. ${tl}.`);null==e||e.forEach(e=>n(e,nl.NonDegradedResponseCodes)),null==t||t.forEach(e=>n(e,nl.AdditionalDegradedResponseCodes));const i=new Set(t),r=new Set(e);if([...i].some(e=>r.has(e)))throw new rl(`Response codes can't be both degraded and non-degraded. Please ensure that your additionalDegradedResponseCodes and nonDegradedResponseCodes don't have any overlapping response codes. ${tl}.`)}(c,s),this._nonDegradedResponseCodes=c||[],this._additionalDegradedResponseCodes=s||[],this._degradationKeyOverrides=n.degradationKeyOverrides||[],this._clientSensorGroupName=n.clientSensorGroupName,this._shouldEnablePerformanceMeasurement=null!==(i=n.enablePerformanceMeasurement)&&void 0!==i&&i,this._customTrackingId=n.customTrackingId,this._shouldDisableAvailabilityCalculation=null!==(r=n.disableAvailabilityCalculation)&&void 0!==r&&r,this._shouldRecordSession=null!==(o=n.enableSessionRecording)&&void 0!==o&&o,function(e){Object.keys(e).forEach(e=>{if(!il.has(e))throw new rl(`An unsupported degradation tracking option '${e}' was provided. Please fix or remove it. See https://go/pem/degradation-tracking-user-guide for instrumentation instructions`)})}(n)}static isDegradationTrackingMetadata(e){return null!=e&&Object.getOwnPropertyNames(sl.prototype).every(t=>Object.hasOwnProperty.call(Object.getPrototypeOf(e),t))}get featureKey(){return this._featureKey}get defaultDegradationKey(){return this._defaultDegradationKey}get degradationKey(){return this._defaultDegradationKey}get productName(){return this._productName}get additionalDegradedResponseCodes(){return this._additionalDegradedResponseCodes}get nonDegradedResponseCodes(){return this._nonDegradedResponseCodes}get degradationKeyOverrides(){return this._degradationKeyOverrides}get clientSensorGroupName(){return this._clientSensorGroupName}get shouldEnablePerformanceMeasurement(){return this._shouldEnablePerformanceMeasurement}get customTrackingId(){return this._customTrackingId}get shouldDisableAvailabilityCalculation(){return this._shouldDisableAvailabilityCalculation}get shouldRecordSession(){return this._shouldRecordSession}}var cl=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},ll=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),ul=function(){function e(){cl(this,e),this.EventType={};this.EventType[this.EventType.DomContentLoaded=0]="DomContentLoaded";this.EventType[this.EventType.Load=1]="Load";this.EventType[this.EventType.FullSnapshot=2]="FullSnapshot";this.EventType[this.EventType.IncrementalSnapshot=3]="IncrementalSnapshot";this.EventType[this.EventType.Meta=4]="Meta";this.EventType[this.EventType.Global=5]="Global",this.IncrementalSource={};this.IncrementalSource[this.IncrementalSource.MouseMove=1]="MouseMove";this.IncrementalSource[this.IncrementalSource.MouseInteraction=2]="MouseInteraction";this.IncrementalSource[this.IncrementalSource.Scroll=3]="Scroll";this.IncrementalSource[this.IncrementalSource.ViewportResize=4]="ViewportResize";this.IncrementalSource[this.IncrementalSource.Input=5]="Input";this.IncrementalSource[this.IncrementalSource.TouchMove=6]="TouchMove",this.MouseInteractions={};this.MouseInteractions[this.MouseInteractions.MouseUp=0]="MouseUp";this.MouseInteractions[this.MouseInteractions.MouseDown=1]="MouseDown";this.MouseInteractions[this.MouseInteractions.Click=2]="Click";this.MouseInteractions[this.MouseInteractions.ContextMenu=3]="ContextMenu";this.MouseInteractions[this.MouseInteractions.DblClick=4]="DblClick";this.MouseInteractions[this.MouseInteractions.Focus=5]="Focus";this.MouseInteractions[this.MouseInteractions.Blur=6]="Blur";this.MouseInteractions[this.MouseInteractions.TouchStart=7]="TouchStart";this.MouseInteractions[this.MouseInteractions.touchEnd=8]="touchEnd",this.isCtrlDown=!1}return ll(e,[{key:"_assign",value:function(){var e=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e};return e.apply(this,arguments)}},{key:"_spread",value:function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(arguments[t]);return e}},{key:"hookSetter",value:function(e,t,n,i){var r=Object.getOwnPropertyDescriptor(e,t),o=this;return Object.defineProperty(e,t,i?n:{set:function(e){var t=this;setTimeout((function(){n.set.call(t,e)}),0),r&&r.set&&r.set.call(t,e)}}),function(){return o.hookSetter(e,t,r||{},!0)}}},{key:"on",value:function(e,t,n){null==n&&(n=document);var i={capture:!0,passive:!0};return n.addEventListener(e,t,i),function(){return n.removeEventListener(e,t,i)}}},{key:"throttle",value:function(e,t,n){null==n&&(n={});var i=null,r=0;return function(o){var a=Date.now();r||!1!==n.leading||(r=a);var s=t-(a-r),c=this,l=arguments;s<=0||s>t?(i&&(window.clearTimeout(i),i=null),r=a,e.apply(c,l)):i||!1===n.trailing||(i=window.setTimeout((function(){r=!1===n.leading?0:Date.now(),i=null,e.apply(c,l)}),s))}}},{key:"getWindowHeight",value:function(){return window.innerHeight||document.documentElement&&document.documentElement.clientHeight||document.body&&document.body.clientHeight}},{key:"getWindowWidth",value:function(){return window.innerWidth||document.documentElement&&document.documentElement.clientWidth||document.body&&document.body.clientWidth}},{key:"isTouchEvent",value:function(e){return Boolean(e.changedTouches)}},{key:"polyfill",value:function(){"NodeList"in window&&!NodeList.prototype.forEach&&(NodeList.prototype.forEach=Array.prototype.forEach)}},{key:"convertObjectChildrenToString",value:function(e){var t={};return e&&Object.keys(e).forEach((function(n){try{e[n]&&(t[n]=e[n].toString())}catch(e){}})),t}},{key:"initKeyboardObserver",value:function(e){var t=this;function n(e){(void 0===e.key||"meta"!==e.key.toLowerCase()&&"control"!==e.key.toLowerCase())&&(void 0===e.keyCode||91!==e.keyCode&&17!==e.keyCode)||(t.isCtrlDown=!1)}function i(n){var i=!1,r=!1,o=!1;if(t.isCtrlDown)if(void 0!==n.key){var a=n.key.toLowerCase();"x"===a&&(i=!0),"c"===a?r=!0:"v"===a&&(o=!0)}else void 0!==n.keyCode&&(88===keyPressed&&(i=!0),67===keyPressed?r=!0:86===keyPressed&&(o=!0));else(void 0===n.key||"meta"!==n.key.toLowerCase()&&"control"!==n.key.toLowerCase())&&(void 0===n.keyCode||91!==n.keyCode&&17!==n.keyCode)||(t.isCtrlDown=!0);var s=n.target.classList;void 0===s&&(s={}),s=JSON.parse(JSON.stringify(s)),e({inputClassList:s,isCut:i,isCopy:r,isPaste:o})}var r=["keydown","keyup"].map((function(e){return"keydown"===e?t.on(e,i):t.on(e,n)})),o=Object.getOwnPropertyDescriptor(HTMLInputElement.prototype,"value"),a=[[HTMLInputElement.prototype,"value"],[HTMLTextAreaElement.prototype,"value"]];return o&&o.set&&r.push.apply(r,t._spread(a.map((function(e){return t.hookSetter(e[0],e[1],{set:function(){eventHandler({target:this})}})})))),function(){r.forEach((function(e){return e()}))}}},{key:"initMoveObserver",value:function(e,t){var n=[],i=void 0,r=this,o=r.throttle((function(t){var o=Date.now()-i;e(n.map((function(e){return e.timeOffset-=o,e})),t?r.IncrementalSource.TouchMove:r.IncrementalSource.MouseMove),n=[],i=null}),500),a=r.throttle((function(e){var t=r.isTouchEvent(e)?e.changedTouches[0]:e,a=t.clientX,s=t.clientY;i||(i=Date.now()),n.push({x:a,y:s,timeOffset:Date.now()-i}),o(r.isTouchEvent(e))}),t,{trailing:!1}),s=[r.on("mousemove",a),r.on("touchmove",a)];return function(){s.forEach((function(e){return e()}))}}},{key:"initMouseInteractionObserver",value:function(e){var t=this,n=[];return Object.keys(t.MouseInteractions).filter((function(e){return Number.isNaN(Number(e))&&!e.endsWith("_Departed")})).forEach((function(i){var r=i.toLowerCase(),o=function(n){return function(i){var r=t.isTouchEvent(i)?i.changedTouches[0]:i,o=r.clientX,a=r.clientY;e({type:t.MouseInteractions[n],x:o,y:a})}}(i);n.push(t.on(r,o))})),function(){n.forEach((function(e){return e()}))}}},{key:"initScrollObserver",value:function(e){var t=this.throttle((function(t){if(t.target)if(t.target===document){var n=document.scrollingElement||document.documentElement;e({x:n.scrollLeft,y:n.scrollTop})}else e({x:t.target.scrollLeft,y:t.target.scrollTop})}),100);return this.on("scroll",t)}},{key:"initViewportResizeObserver",value:function(e){var t=this,n=t.throttle((function(){var n=t.getWindowHeight(),i=t.getWindowWidth();e({width:Number(i),height:Number(n)})}),200);return this.on("resize",n,window)}},{key:"mergeHooks",value:function(e,t){var n=this,i=e.mousemoveCb,r=e.mouseInteractionCb,o=e.scrollCb,a=e.viewportResizeCb,s=e.inputCb;e.mousemoveCb=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];t.mousemove&&t.mousemove.apply(t,n._spread(e)),i.apply(null,n._spread(e))},e.mouseInteractionCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.mouseInteraction&&t.mouseInteraction.apply(t,n._spread(e)),r.apply(null,n._spread(e))},e.scrollCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.scroll&&t.scroll.apply(t,n._spread(e)),o.apply(null,n._spread(e))},e.viewportResizeCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.viewportResize&&t.viewportResize.apply(t,n._spread(e)),a.apply(null,n._spread(e))},e.inputCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.input&&t.input.apply(t,n._spread(e)),s.apply(null,n._spread(e))}}},{key:"initObservers",value:function(e,t){null==t&&(t={}),this.mergeHooks(e,t);var n=this.initMoveObserver(e.mousemoveCb,e.mousemoveWait),i=this.initMouseInteractionObserver(e.mouseInteractionCb),r=this.initScrollObserver(e.scrollCb),o=this.initViewportResizeObserver(e.viewportResizeCb),a=this.initKeyboardObserver(e.keyboardCb);return function(){n(),i(),r(),o(),a()}}},{key:"wrapEvent",value:function(e){return this._assign(this._assign({},e),{timestamp:Date.now()})}},{key:"record",value:function(e){null==e&&(e={});var t=e.emit,n=e.checkoutEveryNms,i=e.hooks,r=50;if(void 0!==e.mousemoveWait&&(r=e.mousemoveWait),!t)throw new Error("emit function is required");this.polyfill();var o=void 0,a=this;function s(e,i){if(t(e,i),e.type===a.EventType.FullSnapshot)o=e;else if(e.type===a.EventType.IncrementalSnapshot){n&&e.timestamp-o.timestamp>n&&c(!0)}}function c(e){null==e&&(e=!1),s(a.wrapEvent({type:a.EventType.Meta,data:{href:window.location.href,width:a.getWindowWidth(),height:a.getWindowHeight()}}),e),s(a.wrapEvent({type:a.EventType.FullSnapshot,data:{node:{type:"Document"},initialOffset:{left:document.documentElement.scrollLeft,top:document.documentElement.scrollTop}}})),s(a.wrapEvent({type:a.EventType.Global,data:{globalValues:a.convertObjectChildrenToString(window)}}))}try{var l=[];l.push(a.on("DOMContentLoaded",(function(){s(a.wrapEvent({type:a.EventType.DomContentLoaded,data:{}}))})));var u=function(){c(),l.push(a.initObservers({mousemoveCb:function(e,t){return s(a.wrapEvent({type:a.EventType.IncrementalSnapshot,data:{source:t,positions:e}}))},mouseInteractionCb:function(e){return s(a.wrapEvent({type:a.EventType.IncrementalSnapshot,data:a._assign({source:a.IncrementalSource.MouseInteraction},e)}))},scrollCb:function(e){return s(a.wrapEvent({type:a.EventType.IncrementalSnapshot,data:a._assign({source:a.IncrementalSource.Scroll},e)}))},viewportResizeCb:function(e){return s(a.wrapEvent({type:a.EventType.IncrementalSnapshot,data:a._assign({source:a.IncrementalSource.ViewportResize},e)}))},keyboardCb:function(e){return s(a.wrapEvent({type:a.EventType.IncrementalSnapshot,data:a._assign({source:a.IncrementalSource.Input},e)}))},mousemoveWait:r},i))};return"interactive"===document.readyState||"complete"===document.readyState?u():l.push(a.on("load",(function(){s(a.wrapEvent({type:a.EventType.Load,data:{}})),u()}),window)),function(){l.forEach((function(e){return e()}))}}catch(e){console.log(e)}}}]),e}(),dl=function(){function e(){cl(this,e),this.f=String.fromCharCode,this.n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",this.e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-$",this.t={}}return ll(e,[{key:"getBaseValue",value:function(e,t){if(!this.t[e]){this.t[e]={};for(var n=0;n<e.length;n++)this.t[e][e.charAt(n)]=n}return this.t[e][t]}},{key:"compressToBase64",value:function(e){if(null===e)return"";var t=this,n=this._compress(e,6,(function(e){return t.n.charAt(e)}));switch(n.length%4){default:case 0:return n;case 1:return n+"===";case 2:return n+"==";case 3:return n+"="}}},{key:"decompressFromBase64",value:function(e){if(null===e)return"";if(""===e)return null;var t=this;return this._decompress(e.length,32,(function(n){return t.getBaseValue(t.n,e.charAt(n))}))}},{key:"compress",value:function(e){var t=this;return this._compress(e,16,(function(e){return t.f(e)}))}},{key:"_compress",value:function(e,t,n){if(null===e)return"";var i,r,o,a={},s={},c="",l="",u="",d=2,h=3,p=2,f=[],v=0,g=0;for(o=0;o<e.length;o+=1)if(c=e.charAt(o),Object.prototype.hasOwnProperty.call(a,c)||(a[c]=h++,s[c]=!0),l=u+c,Object.prototype.hasOwnProperty.call(a,l))u=l;else{if(Object.prototype.hasOwnProperty.call(s,u)){if(u.charCodeAt(0)<256){for(i=0;i<p;i++)v<<=1,g===t-1?(g=0,f.push(n(v)),v=0):g++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,g===t-1?(g=0,f.push(n(v)),v=0):g++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,g===t-1?(g=0,f.push(n(v)),v=0):g++,r=0;for(r=u.charCodeAt(0),i=0;i<16;i++)v=v<<1|1&r,g===t-1?(g=0,f.push(n(v)),v=0):g++,r>>=1}0===--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,g===t-1?(g=0,f.push(n(v)),v=0):g++,r>>=1;0===--d&&(d=Math.pow(2,p),p++),a[l]=h++,u=String(c)}if(""!==u){if(Object.prototype.hasOwnProperty.call(s,u)){if(u.charCodeAt(0)<256){for(i=0;i<p;i++)v<<=1,g===t-1?(g=0,f.push(n(v)),v=0):g++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,g===t-1?(g=0,f.push(n(v)),v=0):g++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,g===t-1?(g=0,f.push(n(v)),v=0):g++,r=0;for(r=u.charCodeAt(0),i=0;i<16;i++)v=v<<1|1&r,g===t-1?(g=0,f.push(n(v)),v=0):g++,r>>=1}0===--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,g===t-1?(g=0,f.push(n(v)),v=0):g++,r>>=1;0===--d&&(d=Math.pow(2,p),p++)}for(r=2,i=0;i<p;i++)v=v<<1|1&r,g===t-1?(g=0,f.push(n(v)),v=0):g++,r>>=1;for(;;){if(v<<=1,g===t-1){f.push(n(v));break}g++}return f.join("")}},{key:"decompress",value:function(e){return null===e?"":""===e?null:this._decompress(e.length,32768,(function(t){return e.charCodeAt(t)}))}},{key:"_decompress",value:function(e,t,n){var i=[],r=4,o=4,a=3,s="",c=[],l=void 0,u=void 0,d=void 0,h=void 0,p=void 0,f=void 0,v=void 0,g={val:n(0),position:t,index:1};for(l=0;l<3;l+=1)i[l]=l;for(d=0,p=Math.pow(2,2),f=1;f!==p;)h=g.val&g.position,g.position>>=1,0===g.position&&(g.position=t,g.val=n(g.index++)),d|=(h>0?1:0)*f,f<<=1;switch(d){case 0:for(d=0,p=Math.pow(2,8),f=1;f!==p;)h=g.val&g.position,g.position>>=1,0===g.position&&(g.position=t,g.val=n(g.index++)),d|=(h>0?1:0)*f,f<<=1;v=this.f(d);break;case 1:for(d=0,p=Math.pow(2,16),f=1;f!==p;)h=g.val&g.position,g.position>>=1,0===g.position&&(g.position=t,g.val=n(g.index++)),d|=(h>0?1:0)*f,f<<=1;v=this.f(d);break;case 2:return""}for(i[3]=v,u=v,c.push(v);;){if(g.index>e)return"";for(d=0,p=Math.pow(2,a),f=1;f!==p;)h=g.val&g.position,g.position>>=1,0===g.position&&(g.position=t,g.val=n(g.index++)),d|=(h>0?1:0)*f,f<<=1;switch(v=d){case 0:for(d=0,p=Math.pow(2,8),f=1;f!==p;)h=g.val&g.position,g.position>>=1,0===g.position&&(g.position=t,g.val=n(g.index++)),d|=(h>0?1:0)*f,f<<=1;i[o++]=this.f(d),v=o-1,r--;break;case 1:for(d=0,p=Math.pow(2,16),f=1;f!==p;)h=g.val&g.position,g.position>>=1,0===g.position&&(g.position=t,g.val=n(g.index++)),d|=(h>0?1:0)*f,f<<=1;i[o++]=this.f(d),v=o-1,r--;break;case 2:return c.join("")}if(0===r&&(r=Math.pow(2,a),a++),i[v])s=i[v];else{if(v!==o)return null;s=u+u.charAt(0)}c.push(s),i[o++]=u+s.charAt(0),u=s,0===--r&&(r=Math.pow(2,a),a++)}}}]),e}(),hl=function(){function e(){cl(this,e),this.PREFIX="dcts-",this.CPR=new dl}return ll(e,[{key:"compressAndSplitEvent",value:function(e){if(null==e)return[];var t=this.CPR.compressToBase64(JSON.stringify(e)),n=Math.floor(t.length/3)+1;return t.match(new RegExp(".{1,"+n+"}","g"))}},{key:"processTelemetry",value:function(e,t,n){var i=this.compressAndSplitEvent(e);if(null!=i){for(var r={},o=0;o<i.length;o++)r[this.PREFIX+o]=i[o];return r["x-f-uc"]=t,r.csrf_token=n,JSON.stringify(r)}return null}},{key:"getParamPrefix",value:function(){return this.PREFIX}}]),e}();!function(){function e(){cl(this,e),this.processor=new hl,this.DEFAULT_URL="/platform-telemetry/li/gather",this.timestone=new ul,this.workerThread=null,this.events=[]}ll(e,[{key:"init",value:function(e,t,n,i,r,o){var a=this;if(this.isExist(o)&&""!==o&&window.Worker){var s=this.convertWorkerUrl(o);null!==s&&(this.workerThread=new Worker(s),this.workerThread.onmessage=function(t){a.sendTelemetry(t.data,e)})}this.isExist(e)||(e=this.DEFAULT_URL);var c=0,l=6;null===i||isNaN(i)||(l=i);var u=this.timestone.record({emit:function(n,i){i&&a.events.length>0&&c<l?(a.collect(e,t,a.events,r),c+=1,a.events.splice(0,a.events.length)):c>=l&&(u(),a.isExist(a.workerThread)&&a.workerThread.terminate()),a.events.push(n)},checkoutEveryNms:n})}},{key:"collect",value:function(e,t,n,i){if(this.isExist(i)||(i=""),this.isExist(t)||(t="undefined-uc"),this.isExist(this.workerThread))this.workerThread.postMessage({events:n,useCase:t,csrfToken:i});else{var r=this.processor.processTelemetry(n,t,i);null!==r&&this.sendTelemetry(r,e)}}},{key:"collectFinalTelemetry",value:function(e,t,n){if(this.isExist(e)||(e=this.DEFAULT_URL),this.isExist(n)||(n=""),this.isExist(t)||(t="undefined-uc"),this.events.length>0)if(navigator.sendBeacon&&this.isExist(FormData)){var i=new FormData;i.append("x-f-uc",t),i.append("csrf_token",n);for(var r=this.processor.compressAndSplitEvent(this.events),o=0;o<r.length;o++)i.append(this.processor.getParamPrefix()+o,r[o]);navigator.sendBeacon(e,i)}else this.collect(e,t,this.events,"")}},{key:"sendTelemetry",value:function(e,t){var n=new XMLHttpRequest;n.open("POST",t),n.setRequestHeader("Content-Type","application/json"),n.send(e)}},{key:"isExist",value:function(e){return null!=e}},{key:"convertWorkerUrl",value:function(e){var t="https://"+window.location.host;if(0===e.indexOf(t)||0===e.indexOf("/"))return e;if(-1===e.indexOf(t)){var n=e.split(".com/");if(2===n.length)return"/"+n[1]}return null}}])}();const{EVENTS:pl,GOT_CONTEXTS:fl,GOT_PROMPT_MOMENT_TYPES:vl}=zc,{GOOGLE_USER_FETCHED:gl,PROMPT_MOMENT:ml}=pl;function yl(){const e=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!e||0===e.trim().length};return e.errorMessageSuffix="error_empty",e}function El(e){const t=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return t.length<e};return t.errorMessageSuffix="error_too_short",t}function bl(e){const t=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return t.length>e};return t.errorMessageSuffix="error_too_long",t}yl(),El(3),bl(128),yl(),El(6),bl(400);var xl=window||e.g;function Tl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function wl(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var _l,Sl,kl,Cl,Il={ADVERTISING:"ADVERTISING",ANALYTICS_AND_RESEARCH:"ANALYTICS_AND_RESEARCH",FUNCTIONAL:"FUNCTIONAL"},Al="GUEST",Ol="MEMBER",Rl=0,Ll=1,Nl=2,Pl=(wl(_l={},Al,"li_gc"),wl(_l,Ol,"li_mc"),function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;for(var o in Tl(this,e),t=t||{},this.consentAvailable=!1,this.issuedAt=n,this.userMode=i,this.optedInConsentMap={},Il)t[o]=t[o]||Rl,t[o]!==Rl&&(this.consentAvailable=!0),this.optedInConsentMap[o]=t[o]===Ll||t[o]===Rl&&r===Ll});Sl=[Il.ADVERTISING,Il.ANALYTICS_AND_RESEARCH,Il.FUNCTIONAL],kl=[Rl,Ll,Nl,Rl],Cl=new RegExp(["^(\\d+)","(\\d+)","(\\d+)","((?:.|\\s)+)"].join(";")),new RegExp(["^(\\d+)","((?:.|\\s)+)"].join(";"));xl.utag_data||(xl.utag_data={});const Dl="undefined"!=typeof window&&window&&"node"!==window.appEnvironment;xl.utag_cfg_ovrd=xl.utag_cfg_ovrd||{},xl.trackingEventDebugData=xl.trackingEventDebugData||[],xl.utag_cfg_ovrd.noview=!0,xl.utag_cfg_ovrd.nocookie=!0;Dl&&new RegExp("bot|google|aolbuild|baidu|bing|msn|duckduckgo|teoma|slurp|yandex|sogou|facebook|alexa","i").test(xl.navigator.userAgent);const{GOOGLE_USER_FETCHED:Ml,GOOGLE_ERROR:Ul,INITIALIZED:Fl}=zc.EVENTS,{INITIALIZATION:Bl}=zc.GSI_ERROR_TYPES;function jl(e){var t=e.intersectionRect;return t.width>=0&&t.height>=0}function ql(e){try{return e.getBoundingClientRect()}catch(e){if("object"==typeof e&&null!==e&&16389==(65535&e.number))return{top:0,bottom:0,left:0,width:0,height:0,right:0,x:0,y:0};throw e}}function Gl(e,t){return Math.round(e-t)}var Hl,Wl=(Hl=function(e,t){return(Hl=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}Hl(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),Kl=function(){function e(){this.items=[]}return e.prototype.remove=function(e){for(var t=this.items.length,n=0;n<t;n++)this.removePredicate(e,this.items[n])&&(this.items.splice(n,1),n--,t--)},e.prototype.clear=function(){this.items=[]},e.prototype.push=function(e){this.items.push(e)},e.prototype.isEmpty=function(){return 0===this.items.length},e}(),zl=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Wl(t,e),t.prototype.removePredicate=function(e,t){return"string"==typeof e?t.id===e:t.callback===e},t}(Kl),Vl=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Wl(t,e),t.prototype.removePredicate=function(e,t){return t===e},t}(Kl),Xl=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Wl(t,e),t.prototype.removePredicate=function(e,t){return"string"==typeof e?t.id===e:"function"==typeof e?t.callback===e:t.el===e},t}(Kl),Yl=function(){return 0},Ql=!("undefined"==typeof window||!window||"undefined"==typeof document||!document),Jl=Ql&&!!window.requestAnimationFrame,$l={hasDOM:Ql,hasRAF:Jl,getScrollTop:Yl,getScrollLeft:Yl,getHeight:Yl,getWidth:Yl,rAF:Jl?window.requestAnimationFrame.bind(window):function(e){e()},meta:{width:0,height:0,scrollTop:0,scrollLeft:0,x:0,y:0,top:0,left:0},version:0,lastVersion:0,updateMeta:Yl,get isDirty(){return $l.version!==$l.lastVersion},document:window.document,IntersectionObserver:Ql&&window.IntersectionObserver,performance:Ql&&window.performance};function Zl(){++$l.version}function eu(){var e=null!=document.scrollingElement;$l.getScrollTop=e?function(){return document.scrollingElement.scrollTop}:function(){return window.scrollY},$l.getScrollLeft=e?function(){return document.scrollingElement.scrollLeft}:function(){return window.scrollX}}Ql&&($l.getHeight=function(){return window.innerHeight},$l.getWidth=function(){return window.innerWidth},$l.updateMeta=function(){$l.meta.height=$l.getHeight(),$l.meta.width=$l.getWidth(),$l.meta.scrollLeft=$l.getScrollLeft(),$l.meta.scrollTop=$l.getScrollTop(),$l.lastVersion=$l.version},$l.updateMeta(),"loading"!==document.readyState?eu():document.addEventListener("DOMContentLoaded",eu),window.addEventListener("resize",Zl,!1),window.addEventListener("scroll",Zl,!1));var tu=function(){function e(){this.reads=[],this.work=[],this.running=!1}return e.prototype.scheduleRead=function(e){this.reads.unshift(e),this.run()},e.prototype.scheduleWork=function(e){this.work.unshift(e),this.run()},e.prototype.run=function(){var e=this;this.running||(this.running=!0,$l.rAF((function(){e.running=!1;for(var t=0,n=e.reads.length;t<n;t++)e.reads.pop()();t=0;for(var i=e.work.length;t<i;t++)e.work.pop()();(e.work.length>0||e.reads.length>0)&&e.run()})))},e}(),nu=null;var iu=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(t,n)};return function(t,n){function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),ru="xxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)})),ou=0,au=function(){function e(e,t,n,i,r,o,a,s,c,l){this.dateNow=e,this.highResTime=t,this.scrollTop=n,this.scrollLeft=i,this.width=r,this.height=o,this.x=a,this.y=s,this.top=c,this.left=l}return e.generate=function(t){void 0===t&&(t=window);var n=this.revalidateRootMeta(t);return new e(Date.now(),performance.now(),n.scrollTop,n.scrollLeft,n.width,n.height,n.x,n.y,n.top,n.left)},e.revalidateRootMeta=function(e){void 0===e&&(e=document);var t,n={width:0,height:0,scrollTop:0,scrollLeft:0,x:0,y:0,top:0,left:0};return $l.isDirty&&$l.updateMeta(),e===window||e===document?(n.height=$l.meta.height,n.width=$l.meta.width,n.scrollLeft=$l.meta.scrollLeft,n.scrollTop=$l.meta.scrollTop,n):(t=ql(e),n.scrollTop=e.scrollTop,n.scrollLeft=e.scrollLeft,n.width=t.width,n.height=t.height,n.x=t.x,n.y=t.y,n.top=t.top,n.left=t.left,n)},e}();function su(){return ou+++ru}var cu=function(){function e(e,t){this.isTicking=!1,this.toRemove=[],this.engine=e||(nu||(nu=new tu)),this.root=t||window}return e.prototype.tick=function(){if(this.queue.isEmpty())this.isTicking=!1;else{if(this.toRemove.length>0){for(var e=0;e<this.toRemove.length;e++)this.queue.remove(this.toRemove[e]);this.toRemove=[]}this.applyQueue(au.generate(this.root)),this.engine.scheduleRead(this.tick.bind(this))}},e.prototype.scheduleWork=function(e){this.engine.scheduleWork(e)},e.prototype.scheduleRead=function(e){this.engine.scheduleRead(e)},e.prototype.queryElement=function(e,t){var n,i,r=this;this.engine.scheduleRead((function(){n=ql(e),i=au.generate(r.root)})),this.engine.scheduleWork((function(){t(n,i)}))},e.prototype.unwatch=function(e){this.toRemove.push(e)},e.prototype.unwatchAll=function(){this.queue.clear()},e.prototype.startTicking=function(){this.isTicking||(this.isTicking=!0,this.engine.scheduleRead(this.tick.bind(this)))},e}(),lu=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.queue=new zl,t}return iu(t,e),t.prototype.applyQueue=function(e){for(var t=0;t<this.queue.items.length;t++){var n=this.queue.items[t],i=n.id;(0,n.callback)(e,i)}},t.prototype.watch=function(e){this.startTicking();var t=su();return this.queue.push({callback:e,id:t}),t},t}(cu),uu=function(e){function t(t){var n=e.call(this,void 0,window)||this;return n.predicate=t,n}return iu(t,e),t.prototype.applyQueue=function(t){this.predicate(t)&&e.prototype.applyQueue.call(this,t)},t}(lu),du=function(e){function t(t,n,i){void 0===i&&(i=!1);var r=e.call(this,t,n)||this;return r.lastVersion=$l.version,r.queue=new Xl,r.ALLOW_CACHED_SCHEDULER=i,r}return iu(t,e),Object.defineProperty(t.prototype,"isDirty",{get:function(){return $l.version!==this.lastVersion},enumerable:!1,configurable:!0}),t.prototype.applyQueue=function(e){for(var t=0;t<this.queue.items.length;t++){var n=this.queue.items[t],i=n.callback,r=n.el,o=n.id,a=n.clientRect;!this.isDirty&&a&&this.ALLOW_CACHED_SCHEDULER||(a=this.queue.items[t].clientRect=ql(r)),i(e,o,a)}this.lastVersion=$l.version},t.prototype.watch=function(e,t,n){this.startTicking(),n=n||su();return this.queue.push({el:e,callback:t,id:n,clientRect:null}),n},t}(cu),hu=null;var pu=function(){function e(){this.queue=new Vl}return e.prototype.listen=function(e){this.queue.push(e)},e.prototype.unlisten=function(e){this.queue.remove(e)},e.prototype.trigger=function(e){for(var t=0;t<this.queue.items.length;t++)this.queue.items[t](e)},e}(),fu=function(){function e(e){this.scheduler=new uu(e.bind(this))}return e.prototype.trigger=function(){},e.prototype.listen=function(e){this.state=au.generate(),this.scheduler.watch(e)},e.prototype.unlisten=function(e){this.scheduler.unwatch(e)},e}(),vu=null;function gu(e,t){var n=(vu||(vu={scroll:new fu((function(e){var t=this.state,n=t.scrollTop,i=t.scrollLeft;return this.state=e,n!==e.scrollTop||i!==e.scrollLeft})),resize:new fu((function(e){var t=this.state,n=t.width,i=t.height;return this.state=e,i!==e.height||n!==e.width})),destroy:new pu,beforeunload:new pu,hide:new pu,show:new pu}))[e];n&&n.listen(t)}function mu(e,t){if(vu){var n=vu[e];n&&n.unlisten(t)}}function yu(e,t){if(vu){var n=vu[e];n&&n.trigger(t)}}function Eu(e){(hu||(hu=new lu)).scheduleWork(e)}function bu(e){var t=e.left,n=e.right,i=e.top,r=e.bottom;return{left:t,x:t,top:i,y:i,bottom:r,right:n,width:n-t,height:r-i}}$l.hasDOM&&(window.addEventListener("beforeunload",(function(){yu("beforeunload"),yu("destroy")})),document.addEventListener("visibilitychange",(function(){"visible"===document.visibilityState?yu("show"):yu("hide")})));var xu=function(){function e(e,t){void 0===t&&(t={}),this.records={},this.callback=e,t.threshold=t.threshold||0,this.rootMarginObj=function(e){var t=e.split(" ").map((function(e){return parseInt(e,10)}));switch(t.length){case 2:return{top:t[0],left:t[1],bottom:t[0],right:t[1]};case 3:return{top:t[0],left:t[1],bottom:t[2],right:t[1]};case 4:return{top:t[0],left:t[1],bottom:t[2],right:t[3]};default:return{top:0,left:0,bottom:0,right:0}}}(t.rootMargin||"0px"),this.root=t.root||null,Array.isArray(t.threshold)?this.thresholds=t.threshold:this.thresholds=[t.threshold],this.scheduler=new du(void 0,this.root,t.ALLOW_CACHED_SCHEDULER)}return e.prototype.observe=function(e){var t=this,n=e,i=n.__spanielId=n.__spanielId||su();return this.scheduler.watch(e,(function(e,i,r){t.onTick(e,i,r,n)}),n.__spanielId),i},e.prototype.onTick=function(e,t,n,i){var r=this,o=this.generateEntryEvent(e,n,i),a=o.numSatisfiedThresholds,s=o.entry,c=this.records[t]||(this.records[t]={entry:s,numSatisfiedThresholds:0});a===c.numSatisfiedThresholds&&s.isIntersecting===c.entry.isIntersecting||(c.numSatisfiedThresholds=a,c.entry=s,this.scheduler.scheduleWork((function(){r.callback([s])})))},e.prototype.unobserve=function(e){this.scheduler.unwatch(e.__spanielId),delete this.records[e.__spanielId]},e.prototype.disconnect=function(){this.scheduler.unwatchAll(),this.records={}},e.prototype.takeRecords=function(){return[]},e.prototype.generateEntryEvent=function(e,t,n){for(var i=0,r=function(e,t,n,i){if("none"===n.style.display)return{time:e.dateNow,highResTime:e.highResTime,boundingClientRect:Tu(),intersectionRatio:0,intersectionRect:Tu(),isIntersecting:!1,rootBounds:Tu(),target:n};var r=t.bottom,o=t.right,a=e.left+i.left,s=e.top+i.top,c={left:a,top:s,bottom:i.bottom,right:i.right,width:e.width-(i.right+i.left),height:e.height-(i.bottom+i.top),y:s,x:a},l=Math.max(c.left,t.left),u=Math.max(c.top,t.top),d=Math.min(c.left+c.width,t.right)-l,h=Math.min(c.top+c.height,t.bottom)-u,p=d>=0?l:0,f=u>=0?u:0,v={left:p,top:f,x:p,y:f,width:d,height:h,right:o,bottom:r};return function(e){var t=e.unixTime,n=e.highResTime,i=e.rootBounds,r=e.boundingClientRect,o=e.intersectionRect,a=e.target,s=r.height*r.width,c=s>0?o.width*o.height/s:0;return{time:t,highResTime:n,rootBounds:i,boundingClientRect:r,intersectionRect:o,target:a,intersectionRatio:c,isIntersecting:jl({intersectionRect:o})}}({unixTime:e.dateNow,highResTime:e.highResTime,rootBounds:c,target:n,boundingClientRect:bu(t),intersectionRect:v})}(e,t,n,this.rootMarginObj),o=0;o<this.thresholds.length;o++){var a=this.thresholds[o];r.intersectionRatio>=a&&i++}return{numSatisfiedThresholds:i,entry:r}},e}();function Tu(){return{bottom:0,height:0,left:0,right:0,top:0,width:0,x:0,y:0}}var wu={x:0,y:0,width:0,height:0,bottom:0,left:0,top:0,right:0};!function(){function e(e,t){var n=this;this.paused=!1,this.queuedEntries=[],this.recordStore={},this.callback=e;var i=t||{threshold:[]},r=i.root,o=i.rootMargin,a=i.threshold,s=i.ALLOW_CACHED_SCHEDULER,c=i.BACKGROUND_TAB_FIX,l=i.USE_NATIVE_IO,u="string"!=typeof(o=o||"0px")?function(e){return e.top+"px "+e.right+"px "+e.bottom+"px "+e.left+"px"}(o):o;this.thresholds=a.sort((function(e){return e.ratio}));var d={root:r,rootMargin:u,threshold:this.thresholds.map((function(e){return e.ratio})),ALLOW_CACHED_SCHEDULER:s};this.usingNativeIo=!!l&&!!$l.IntersectionObserver;var h=this.usingNativeIo?$l.IntersectionObserver:xu;this.observer=new h((function(e){return n.internalCallback(e)}),d),this.onTabHidden=this._onTabHidden.bind(this),this.onWindowClosed=this._onWindowClosed.bind(this),this.onTabShown=this._onTabShown.bind(this),$l.hasDOM&&(gu("beforeunload",this.onWindowClosed),gu("hide",this.onTabHidden),gu("show",this.onTabShown),c&&(this.paused="visible"!==$l.document.visibilityState))}e.prototype._onWindowClosed=function(){this.onTabHidden()},e.prototype.setAllHidden=function(){for(var e=Object.keys(this.recordStore),t=0;t<e.length;t++)this.handleRecordExiting(this.recordStore[e[t]]);this.flushQueuedEntries()},e.prototype._onTabHidden=function(){this.paused=!0,this.setAllHidden()},e.prototype.generateObserverTimestamp=function(){return this.usingNativeIo?Math.floor(performance.now()):Date.now()},e.prototype._onTabShown=function(){this.paused=!1;for(var e=Object.keys(this.recordStore),t=performance.now(),n=this.generateObserverTimestamp(),i=0;i<e.length;i++){var r=this.recordStore[e[i]].lastSeenEntry;if(r){var o=r.intersectionRatio,a=r.boundingClientRect,s=r.rootBounds,c=r.intersectionRect,l=r.isIntersecting,u=r.target;this.handleObserverEntry({intersectionRatio:o,boundingClientRect:a,time:n,highResTime:t,isIntersecting:l,rootBounds:s,intersectionRect:c,target:u})}}},e.prototype.internalCallback=function(e){e.forEach(this.handleObserverEntry.bind(this))},e.prototype.flushQueuedEntries=function(){this.queuedEntries.length>0&&(this.callback(this.queuedEntries),this.queuedEntries=[])},e.prototype.generateSpanielEntry=function(e,t){var n=e.intersectionRatio,i=e.rootBounds,r=e.boundingClientRect,o=e.intersectionRect,a=e.isIntersecting,s=e.time,c=e.target,l=this.recordStore[c.__spanielId],u=this.usingNativeIo?Math.floor(($l.performance.timeOrigin||$l.performance.timing.navigationStart)+s):s,d=this.usingNativeIo?s:e.highResTime;if(!d)throw new Error("Missing intersection entry timestamp");return{intersectionRatio:n,isIntersecting:a,unixTime:u,time:u,highResTime:d,rootBounds:i,boundingClientRect:r,intersectionRect:o,target:c,duration:0,visibleTime:a?u:-1,entering:!1,payload:l.payload,label:t.threshold.label,threshold:t.threshold}},e.prototype.handleRecordExiting=function(e){var t=this,n=Date.now(),i=performance.now();e.thresholdStates.forEach((function(r){var o=e.lastSeenEntry&&e.lastSeenEntry.boundingClientRect;t.handleThresholdExiting({intersectionRatio:-1,isIntersecting:!1,unixTime:n,time:n,highResTime:i,payload:e.payload,label:r.threshold.label,threshold:r.threshold,entering:!1,rootBounds:wu,boundingClientRect:o||wu,intersectionRect:wu,visibleTime:r.lastVisible.unixTime,duration:Gl(i,r.lastVisible.highResTime),target:e.target},r),r.lastSatisfied=!1,r.visible=!1,r.lastEntry=null}))},e.prototype.handleThresholdExiting=function(e,t){var n=e.highResTime,i=!!t.threshold.time;t.lastSatisfied&&(!i||i&&t.visible)&&(e.duration=Gl(n,t.lastVisible.highResTime),e.visibleTime=t.lastVisible.unixTime,e.entering=!1,t.visible=!1,this.queuedEntries.push(e)),clearTimeout(t.timeoutId)},e.prototype.handleObserverEntry=function(e){var t=this,n=e.target,i=this.recordStore[n.__spanielId];i&&(i.lastSeenEntry=e,this.paused||(i.thresholdStates.forEach((function(n){var i=!!n.threshold.time,r=t.generateSpanielEntry(e,n),o=e.intersectionRatio>=n.threshold.ratio,a="boolean"==typeof r.isIntersecting?r.isIntersecting:jl(e),s=o&&a;if(s!=n.lastSatisfied){if(s)if(r.entering=!0,n.lastVisible={highResTime:r.highResTime,unixTime:r.unixTime},i){var c=Number(setTimeout((function(){n.visible=!0,r.duration=Gl(performance.now(),n.lastVisible.highResTime),r.visibleTime=n.lastVisible.unixTime,t.callback([r])}),n.threshold.time));n.timeoutId=c}else n.visible=!0,r.duration=Date.now()-n.lastVisible.unixTime,t.queuedEntries.push(r);else t.handleThresholdExiting(r,n);n.lastEntry=e,n.lastSatisfied=s}})),this.flushQueuedEntries()))},e.prototype.disconnect=function(){this.setAllHidden(),this.observer.disconnect(),this.recordStore={}},e.prototype.destroy=function(){this.disconnect(),$l.hasDOM&&(mu("beforeunload",this.onWindowClosed),mu("hide",this.onTabHidden),mu("show",this.onTabShown))},e.prototype.unobserve=function(e){var t=this,n=this.recordStore[e.__spanielId];n&&(delete this.recordStore[e.__spanielId],this.observer.unobserve(e),Eu((function(){t.handleRecordExiting(n),t.flushQueuedEntries()})))},e.prototype.observe=function(e,t){var n=e,i=n.__spanielId=n.__spanielId||su();return this.recordStore[i]={target:n,payload:t,lastSeenEntry:null,thresholdStates:this.thresholds.map((function(e){return{lastSatisfied:!1,lastEntry:null,threshold:e,visible:!1,lastVisible:{unixTime:0,highResTime:-1}}}))},this.observer.observe(n),i}}();$l.IntersectionObserver&&$l.IntersectionObserver;function _u(e){return t=>t.type&&t.type.toLowerCase()===e.toLowerCase()}_u("action"),_u("openpage"),_u("openlink");var Su={exports:{}};(function(e){function t(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function n(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function i(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&c(e,t)}function s(e){return(s=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function c(e,t){return(c=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function l(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function u(e,t,n){return(u=l()?Reflect.construct:function(e,t,n){var i=[null];i.push.apply(i,t);var r=new(Function.bind.apply(e,i));return n&&c(r,n.prototype),r}).apply(null,arguments)}function d(e){var t="function"==typeof Map?new Map:void 0;return(d=function(e){if(null===e||!function(e){return-1!==Function.toString.call(e).indexOf("[native code]")}(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return u(e,arguments,s(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),c(n,e)})(e)}function h(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function p(e,t){return!t||"object"!=typeof t&&"function"!=typeof t?h(e):t}function f(e){return function(){var t,n=s(e);if(l()){var i=s(this).constructor;t=Reflect.construct(n,arguments,i)}else t=n.apply(this,arguments);return p(this,t)}}function v(e){"complete"===document.readyState?e():window.addEventListener("load",(function(){e()}))}function g(e,t){var n=document.createElement("script");n.src=e,t&&(n.onload=t),document.head.appendChild(n)}function m(){var e,t,n=new Promise((function(n,i){e=n,t=i}));return n.resolve=e,n.reject=t,n}(function(){if("function"==typeof window.CustomEvent)return!1;window.CustomEvent=function(e,t){t=t||{bubbles:!1,cancelable:!1,detail:null};var n=document.createEvent("CustomEvent");return n.initCustomEvent(e,t.bubbles,t.cancelable,t.detail),n}})(),function(){if("function"==typeof window.EventTarget)try{return!new e}catch(e){}var e=function(){this.listeners={}};e.prototype.listeners=null,e.prototype.addEventListener=function(e,t){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(t)},e.prototype.removeEventListener=function(e,t){if(e in this.listeners)for(var n=this.listeners[e],i=0,r=n.length;i<r;i++)if(n[i]===t)return void n.splice(i,1)},e.prototype.dispatchEvent=function(e){if(!(e.type in this.listeners))return!0;for(var t=this.listeners[e.type].slice(),n=0,i=t.length;n<i;n++)t[n].call(this,e);return!e.defaultPrevented},window.EventTarget=e}();var y="990339570472-k6nqn1tpmitg8pui82bfaun3jrpmiuhs.apps.googleusercontent.com",E={GOOGLE_ERROR:"googleError",GOOGLE_USER_FETCHED:"googleUserFetched",INITIALIZED:"initialized",PROMPT_MOMENT:"promptMomentNotification",TOKEN_FETCHED:"tokenFetched"},b={INITIALIZATION:"initialization",AUTHENTICATION:"authentication"},x={SIGN_IN:"signin",SIGN_UP:"signup",USE:"use"},T={DISPLAY:"display",SKIPPED:"skipped",DISMISSED:"dismissed"},w={NOT_DISPLAYED:{BROWSER_NOT_SUPPORTED:"browser_not_supported",INVALID_CLIENT:"invalid_client",MISSING_CLIENT_ID:"missing_client_id",OPT_OUT_OR_NO_SESSION:"opt_out_or_no_session",SECURE_HTTP_REQUIRED:"secure_http_required",SUPPRESSED_BY_USER:"suppressed_by_user",UNREGISTERED_ORIGIN:"unregistered_origin",UNKNOWN_REASON:"unknown_reason"},SKIPPED:{AUTO_CANCEL:"auto_cancel",USER_CANCEL:"user_cancel",TAP_OUTSIDE:"tap_outside",ISSUING_FAILED:"issuing_failed"},DISMISSED:{CREDENTIAL_RETURNED:"credential_returned",CANCEL_CALLED:"cancel_called",FLOW_RESTARTED:"flow_restarted"}},_={DISMISSED:"DISMISSED",INITIALIZED:"INITIALIZED",SNAPPLE_USER_FETCHED:"SNAPPLE_USER_FETCHED"},S={signin:{GOT:"signin",GSI_BUTTON:"signin_with"},signup:{GOT:"signup",GSI_BUTTON:"signup_with"},use:{GOT:"use",GSI_BUTTON:"continue_with"}},k=E.GOOGLE_ERROR,C=E.GOOGLE_USER_FETCHED,I=E.INITIALIZED,A=b.INITIALIZATION,O=b.AUTHENTICATION,R=function(e){a(r,e);var n=f(r);function r(e){var i,o=e.libSrcPath,a=e.el,s=e.clientId,c=void 0===s?y:s;if(t(this,r),i=n.call(this),!a)throw TypeError("DOM element for Sign In button is required");if(i.libSrcPath=o,i.el=a,i.clientId=c,window.gapi)i._initializeGoogleAuth();else{if(!o)throw TypeError("Google Sign In lib not already loaded on the page. libSrcPath is required to load the lib.");v((function(){g(o,i._initializeGoogleAuth.bind(h(i)))}))}return i}return i(r,[{key:"_initializeGoogleAuth",value:function(){var e=this;return gapi.auth2.init({client_id:this.clientId}).then((function(t){e.auth2=t,e._attachSignIn();var n=new CustomEvent(I);e.dispatchEvent(n)})).catch((function(t){var n={type:A,message:t.error},i=new CustomEvent(k,{detail:n});e.dispatchEvent(i)}))}},{key:"_attachSignIn",value:function(){var e=this;this.auth2.attachClickHandler(this.el,{},(function(t){var n=new CustomEvent(C,{detail:e._getGoogleUserInformation(t)});e.dispatchEvent(n)}),(function(t){var n={type:O,message:t.error},i=new CustomEvent(k,{detail:n});e.dispatchEvent(i)}))}},{key:"_getGoogleUserInformation",value:function(e){var t=e.getBasicProfile(),n=e.getAuthResponse().id_token;return{email:t.getEmail(),familyName:t.getFamilyName(),givenName:t.getGivenName(),id:t.getId(),idToken:n,imageUrl:t.getImageUrl()}}}]),r}(d(EventTarget));function L(e,t){return e?t.getDismissedReason():t.getNotDisplayedReason()||t.getSkippedReason()||t.getDismissedReason()}var N=E.GOOGLE_USER_FETCHED,P=E.PROMPT_MOMENT,D=E.GOOGLE_ERROR,M=function(e){a(r,e);var n=f(r);function r(e){var i,o=e.autoSelect,a=void 0!==o&&o,s=e.libSrcPath,c=e.containerId,l=e.context,u=e.clientId,d=void 0===u?y:u,p=e.cancelOnTapOutside,f=void 0===p||p,E=e.itpSupport,b=e.useFedCM,x=void 0!==b&&b;if(t(this,r),i=n.call(this),!l)throw TypeError("context param is required to determine the message to show in Google One Tap");if(i.autoSelect=a,i.libSrcPath=s,i.containerId=c,i.cancelOnTapOutside=f,i.clientId=d,i.context=l,i.itpSupport=E,i.useFedCM=x,i.isInitialized=m(),window.google&&window.google.accounts&&window.google.accounts.id)i._onGoogleApiLoad();else{if(!s)throw TypeError("Google One Tap lib is not already loaded on the page. libSrcPath is required to load the library");v((function(){g(s,i._onGoogleApiLoad.bind(h(i)))}))}return i}return i(r,[{key:"_onGoogleApiLoad",value:function(){var e=this;return this._initGoogleApi(),this.isInitialized.then((function(){var t=new CustomEvent(E.INITIALIZED);e.dispatchEvent(t),e.promptOneTap()})).catch((function(t){var n=new CustomEvent(D,{detail:{type:b.INITIALIZATION,error:t}});e.dispatchEvent(n)}))}},{key:"_initGoogleApi",value:function(){var e={auto_select:this.autoSelect,client_id:this.clientId,prompt_parent_id:this.containerId,callback:this._handleCredentialResponse.bind(this),cancel_on_tap_outside:this.cancelOnTapOutside,context:this.context,use_fedcm_for_prompt:this.useFedCM};void 0!==this.itpSupport&&(e.itp_support=this.itpSupport);try{window.google.accounts.id.initialize(e)}catch(e){this.isInitialized.reject(e)}this.isInitialized.resolve()}},{key:"_handleCredentialResponse",value:function(e){var t=e.credential,n=this.context===x.SIGN_UP?this._getBasicProfile(t):{idToken:t};if(n){n.selectedBy=e.select_by;var i=new CustomEvent(N,{detail:n});this.dispatchEvent(i)}}},{key:"_getBasicProfile",value:function(e){try{var t=new gapi.auth2.BasicProfile({id_token:e});return{email:t.getEmail(),familyName:t.getFamilyName(),givenName:t.getGivenName(),id:t.getId(),idToken:e,imageUrl:t.getImageUrl()}}catch(e){return this._dispatchSkippedEvent(e.message),null}}},{key:"_dispatchSkippedEvent",value:function(e){var t={message:e,reason:w.SKIPPED.ISSUING_FAILED,type:T.SKIPPED},n=new CustomEvent(P,{detail:t});this.dispatchEvent(n)}},{key:"promptOneTap",value:function(){var e=this;google.accounts.id.prompt((function(t){var n={type:t.getMomentType(),reason:L(e.useFedCM,t)},i=new CustomEvent(P,{detail:n});e.dispatchEvent(i),e.checkIfDesktopAndApplyClass()}))}},{key:"hideOneTap",value:function(){google.accounts.id.cancel()}},{key:"checkIfDesktopAndApplyClass",value:function(){if(!/.*(iPad|iPod|iPhone|Android|BlackBerry).*/.test(navigator.userAgent)){var e=document.getElementById("credential_picker_container");e&&e.classList.add("credential_picker_container--desktop")}}}]),r}(d(EventTarget)),U={exports:{}};function F(e){this.message=e}F.prototype=new Error,F.prototype.name="InvalidCharacterError";var B="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new F("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,i,r=0,o=0,a="";i=t.charAt(o++);~i&&(n=r%4?64*n+i:i,r++%4)?a+=String.fromCharCode(255&n>>(-2*r&6)):0)i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(i);return a},j=function(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw"Illegal base64url string!"}try{return function(e){return decodeURIComponent(B(e).replace(/(.)/g,(function(e,t){var n=t.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(t)}catch(e){return B(t)}};function q(e){this.message=e}q.prototype=new Error,q.prototype.name="InvalidTokenError",U.exports=function(e,t){if("string"!=typeof e)throw new q("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(j(e.split(".")[n]))}catch(e){throw new q("Invalid token specified: "+e.message)}},U.exports.InvalidTokenError=q;var G=U.exports,H=E.GOOGLE_USER_FETCHED,W=E.PROMPT_MOMENT,K=E.GOOGLE_ERROR,z=function(e){a(s,e);var n=f(s);function s(e){var i,r=e.autoSelect,o=void 0!==r&&r,a=e.buttonParentEl,c=e.cancelOnTapOutside,l=void 0===c||c,u=e.clientId,d=void 0===u?y:u,p=e.context,f=void 0===p?"signin":p,E=e.gsiButtonConfig,b=void 0===E?{}:E,x=e.libSrcPath,T=e.hasContentAbove,w=void 0!==T&&T,_=e.promptParentId,S=e.showOneTap,k=void 0===S||S,C=e.itpSupport,I=e.useFedCM,A=void 0!==I&&I;if(t(this,s),(i=n.call(this)).autoSelect=o,i.buttonParentEl=a,i.cancelOnTapOutside=l,i.clientId=d,i.context=f,i.gsiButtonConfig=b,i.libSrcPath=x,i.hasContentAbove=w,i.promptParentId=_,i.showOneTap=k,i.itpSupport=C,i.useFedCM=A,i.isLibraryLoaded=m(),i.isInitialized=m(),window.google&&window.google.accounts&&window.google.accounts.id)i._onGoogleApiLoad();else{if(!x)throw TypeError("GSI library is not already loaded on the page. libSrcPath is required to load the library");v((function(){g(x,i._onGoogleApiLoad.bind(h(i)))}))}return i}return i(s,[{key:"_onGoogleApiLoad",value:function(){var e=this;return this.isLibraryLoaded.resolve(),this._initGoogleApi(),this.isInitialized.then((function(){var t=new CustomEvent(E.INITIALIZED);e.dispatchEvent(t),e.showGsiUI()})).catch((function(t){var n=new CustomEvent(K,{detail:{type:b.INITIALIZATION,error:t}});e.dispatchEvent(n)}))}},{key:"_initGoogleApi",value:function(){var e={auto_select:this.autoSelect,client_id:this.clientId,prompt_parent_id:this.promptParentId,callback:this._handleCredentialResponse.bind(this),cancel_on_tap_outside:this.cancelOnTapOutside,context:S[this.context].GOT,use_fedcm_for_prompt:this.useFedCM};void 0!==this.itpSupport&&(e.itp_support=this.itpSupport);try{window.google.accounts.id.initialize(e)}catch(e){this.isInitialized.reject(e)}this.isInitialized.resolve()}},{key:"showGsiUI",value:function(){this.buttonParentEl&&this.renderGSIButton(this.buttonParentEl,this.gsiButtonConfig),this.showOneTap&&this.promptOneTap()}},{key:"renderGSIButton",value:function(e,t){var n=this,i=t.locale,r=void 0===i?"en_US":i,o=t.logo_alignment,a=void 0===o?"center":o,s=t.shape,c=void 0===s?"pill":s,l=t.size,u=void 0===l?"large":l,d=t.text,h=t.theme,p=t.type,f=t.width,v=void 0===f?"400px":f;return this.isInitialized.then((function(){var t=d||S[n.context].GSI_BUTTON;window.google.accounts.id.renderButton(e,{locale:r,logo_alignment:a,shape:c,size:u,text:t,theme:h,type:p,width:v})}))}},{key:"promptOneTap",value:function(){var e=this;return this.isInitialized.then((function(){window.google.accounts.id.prompt((function(t){var n={type:t.getMomentType(),reason:L(e.useFedCM,t)},i=new CustomEvent(W,{detail:n});e.dispatchEvent(i),e.hasContentAbove||e.checkIfDesktopAndApplyClass()}))}))}},{key:"_handleCredentialResponse",value:function(e){var t=e.credential,n=e.select_by,i=G(t),a=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){r(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},this._getBasicProfile(i),{idToken:t,selectedBy:n});if(a){var s=new CustomEvent(H,{detail:a});this.dispatchEvent(s)}}},{key:"_getBasicProfile",value:function(e){return{email:e.email,familyName:e.family_name,givenName:e.given_name,id:e.sub,imageUrl:e.picture}}},{key:"hideOneTap",value:function(){window.google.accounts.id.cancel()}},{key:"checkIfDesktopAndApplyClass",value:function(){if(!/.*(iPad|iPod|iPhone|Android|BlackBerry).*/.test(navigator.userAgent)){var e=document.getElementById("credential_picker_container");e&&e.classList.add("credential_picker_container--desktop")}}}]),s}(d(EventTarget)),V={PROD:"3fa91358-6f74-4525-b5df-da149652be36",LOCAL:"e5078fe9-f96f-4177-a256-a13b9bda6b1c"},X={MICROSOFT_ERROR:"microsoftError",USER_FETCHED:"microsoftUserFetched",PROMPT_MOMENT:"promptMomentNotification"},Y={signin:{MS_OT:"signin",MS_BUTTON:"signin_with"},signup:{MS_OT:"signup",MS_BUTTON:"signup_with"},use:{MS_OT:"use",MS_BUTTON:"continue_with"}},Q=X.MICROSOFT_ERROR,J=X.PROMPT_MOMENT,$=X.USER_FETCHED,Z=function(e){a(r,e);var n=f(r);function r(e){var i,o,a,s=e.buttonParentEl,c=e.cancelOnTapOutside,l=void 0===c||c,u=e.clientId,d=void 0===u?V.PROD:u,p=e.context,f=void 0===p?"use":p,y=e.globalWindow,E=void 0===y?window:y,b=e.libSrcPath,x=e.locale,T=e.malButtonConfig,w=void 0===T?{}:T,_=e.oneTapPosition,S=void 0===_?"right":_,k=e.redirectState,C=e.redirectURI,I=e.showOneTap,A=void 0!==I&&I;if(t(this,r),(a=n.call(this)).buttonParentEl=s,a.cancelOnTapOutside=l,a.clientId=d,a.context=f,a.libSrcPath=b,a.locale=(x||"en-US").replace("_","-"),a.malButtonConfig=w,a.oneTapPosition=S,a.redirectState=k,a.window=E,a.redirectURI=C||a._getRedirectURI(),a.showOneTap=A,a.isLibraryLoaded=m(),null===(i=a.window.ms)||void 0===i||null===(o=i.auth)||void 0===o?void 0:o.initialize)a._onMicrosoftAuthLibLoad();else{if(!b)throw TypeError("MAL lib is not already loaded on the page. libSrcPath is required to load the library");v((function(){g(b,a._onMicrosoftAuthLibLoad.bind(h(a)))}))}return a}return i(r,[{key:"_getRedirectURI",value:function(){var e,t,n;return(null===(e=this.window)||void 0===e||null===(t=e.location)||void 0===t||null===(n=t.origin)||void 0===n?void 0:n.includes("linkedin.com"))?"https://www.linkedin.com/microsoft-login/handler":"https://www.linkedin-ei.com/microsoft-login/handler"}},{key:"_onMicrosoftAuthLibLoad",value:function(){var e=this;this.isLibraryLoaded.resolve();var t=this.window.ms.auth.initialize({auto_prompt:this.showOneTap,client_id:this.clientId,callback:this._handleCredentialResponse.bind(this),cancel_on_tap_outside:this.cancelOnTapOutside,context:this.context,locale:this.locale,redirect_state:this.redirectState,redirect_uri:this.redirectURI,ux_mode:"redirect"});if("success"===t.result)return Promise.resolve().then((function(){return e.showMALUI()}));console.error("MAL failed to init",t.result)}},{key:"showMALUI",value:function(){this.buttonParentEl&&this.renderMALButton(this.buttonParentEl,this.malButtonConfig),this.showOneTap&&this.promptMSOneTap()}},{key:"renderMALButton",value:function(e,t){var n=this,i=t.logo_alignment,r=void 0===i?"center":i,o=t.height,a=void 0===o?42:o,s=t.shape,c=void 0===s?"pill":s,l=t.size,u=void 0===l?"large":l,d=t.text,h=t.theme,p=void 0===h?"light":h,f=t.type,v=t.width,g=void 0===v?600:v;return this.isLibraryLoaded.then((function(){var t=d||Y[n.context].MS_BUTTON;n.window.ms.auth.renderSignInButton(e,{logo_alignment:r,height:a,shape:c,size:u,text:t,theme:p,type:f,width:g})}))}},{key:"promptMSOneTap",value:function(){var e=this;return this.isLibraryLoaded.then((function(){e.window.ms.auth.prompt(e.oneTapPosition,(function(t){var n={type:t.type,reason:t.reason},i=new CustomEvent(J,{detail:n});e.dispatchEvent(i)}))}))}},{key:"_handleCredentialResponse",value:function(e,t){if(e){var n=e.authCode,i=e.email,r=e.givenName,o=e.surname,a=e.id,s=e.idToken,c=e.photoUrl,l=new CustomEvent($,{detail:{authCode:n,email:i,familyName:o,givenName:r,id:a,idToken:s,imageUrl:c}});this.dispatchEvent(l)}else if(t){var u=new CustomEvent(Q,{detail:t});this.dispatchEvent(u)}}},{key:"hideOneTap",value:function(){this.window.ms.auth.cancel()}}]),r}(d(EventTarget)),ee=_.DISMISSED,te=_.INITIALIZED,ne=_.SNAPPLE_USER_FETCHED,ie=function(e){a(r,e);var n=f(r);function r(e){var i,o=e.libSrcPath,a=e.snappleCTA,s=e.clientId,c=void 0===s?"com.linkedin.LinkedIn.service":s,l=e.redirectURI;if(t(this,r),i=n.call(this),!a)throw TypeError("snappleCTA is required. Please pass the correct CTA element to this Snapple Constructor");if(i.libSrcPath=o,i.clientId=c,i.redirectURI=i._getRedirectURL(l),i.snappleCTA=a,window.AppleID&&window.AppleID.auth&&window.AppleID.auth.init)i._onSnappleLibLoad();else{if(!o)throw TypeError("Snapple lib is not already loaded on the page. libSrcPath is required to load the library");v((function(){g(o,i._onSnappleLibLoad.bind(h(i)))}))}return i}return i(r,[{key:"_onSnappleLibLoad",value:function(){window.AppleID.auth.init({clientId:this.clientId,scope:"name email",redirectURI:this.redirectURI,usePopup:!0});var e=new CustomEvent(te);return this.dispatchEvent(e),Promise.resolve(this._attachEvents())}},{key:"_attachEvents",value:function(){var e=this;this.snappleCTA.addEventListener("click",(function(){return window.AppleID.auth.signIn().then((function(t){var n=new CustomEvent(ne,{detail:t});e.dispatchEvent(n)})).catch((function(t){var n=new CustomEvent(ee,{detail:{type:ee,message:t}});e.dispatchEvent(n)}))}))}},{key:"_getRedirectURL",value:function(e){var t=window.location.host.indexOf("linkedin.com")>-1;return this.redirectURI?e:t?"https://www.linkedin.com/redirect":"https://www.linkedin-ei.com/redirect"}}]),r}(d(EventTarget)),re={CLIENT_ID:y,EVENTS:E,GOOGLE_ACCOUNT_URL:"https://accounts.google.com",GSI_ERROR_TYPES:b,GSI_ERROR_MESSAGES:{INIT_FAILED:"idpiframe_initialization_failed",POPUP_CLOSED_BY_USER:"popup_closed_by_user",ACCESS_DENIED:"access_denied",IMMEDIATE_FAILED:"immediate_failed"},GSI_SELECT_BY:{AUTO:"auto",USER:"user",FEDCM:"fedcm",FECM_AUTO:"fecm_auto",USER_1TAP:"user_1tap",USER_2TAP:"user_2tap",BTN:"btn",BTN_CONFIRM:"btn_confirm",BTN_ADD_SESSION:"btn_add_session",BTN_CONFIRM_ADD_SESSION:"btn_confirm_add_session",ITP_ADD_SESSION:"itp_add_session"},GOT_CONTEXTS:x,GOT_PROMPT_MOMENT_REASONS:w,GOT_PROMPT_MOMENT_TYPES:T},oe={CLIENT_IDS:V,CONTEXTS:Y,EVENTS:X,PROMPT_MOMENT_TYPES:{DISPLAY:"display",SKIPPED:"skipped",DISMISSED:"dismissed"},PROMPT_MOMENT_REASONS:{DISPLAY:{ANOTHER_PROMPT_RUNNING:"another_prompt_running",BROWSER_NOT_SUPPORTED:"browser_not_supported",IN_COOLDOWN_PERIOD:"in_cooldown_period",NON_MSA_PROFILE:"non_msa_profile",UNKNOWN:"unknown"},SKIPPED:{TAP_OUTSIDE:"tap_outside",UNKNOWN:"unknown",USER_CANCELLED:"user_canceled"},DISMISSED:{CANCEL_CALLED:"cancel_called",CREDENTIAL_RETURNED:"credential_returned",CREDENTIAL_OBTAINED_FAILED:"credential_obtained_failed",FLOW_RESTARTED:"flow_restarted"}}};e.GoogleGsi=z,e.GoogleOneTap=M,e.GoogleSignIn=R,e.GoogleSignInConstants=re,e.MicrosoftAuth=Z,e.MicrosoftSignInConstants=oe,e.SnappleAuth=ie,e.SnappleEvents=_,Object.defineProperty(e,"__esModule",{value:!0})})(Su.exports);const{EVENTS:ku,GOT_CONTEXTS:Cu,GOT_PROMPT_MOMENT_REASONS:Iu,GOT_PROMPT_MOMENT_TYPES:Au,GSI_ERROR_TYPES:Ou}=Su.exports.GoogleSignInConstants,{GOOGLE_USER_FETCHED:Ru,PROMPT_MOMENT:Lu,GOOGLE_ERROR:Nu}=ku,{SIGN_IN:Pu}=Cu;Iu.NOT_DISPLAYED.BROWSER_NOT_SUPPORTED,Iu.NOT_DISPLAYED.OPT_OUT_OR_NO_SESSION,Iu.NOT_DISPLAYED.SUPPRESSED_BY_USER,Iu.SKIPPED.AUTO_CANCEL,Iu.SKIPPED.TAP_OUTSIDE,Iu.SKIPPED.USER_CANCEL,Object.freeze({GOOGLE_AUTH_INITIALIZED:"google-auth--initialized",GOOGLE_ONE_TAP_DISPLAYED:"google-one-tap--displayed",GOOGLE_ONE_TAP_ACCOUNT_SELECTED:"google-one-tap--account-selected",GOOGLE_ONE_TAP_USER_DISMISSED:"google-one-tap--user-dismissed",GOOGLE_SIGN_IN_ACCOUNT_SELECTED:"google-sign-in--account-selected"}),Object.freeze({ONE_TAP:"one_tap",ONE_TAP_AUTO_LOGIN:"one-tap-auto-login",BUTTON:"button"}),Object.freeze({GOOGLE_AUTH_NO_SESSION:"GoogleAuthDisabledOrNoSessionError",GOOGLE_AUTH_MISC_ERROR:"GoogleAuthMiscError",GOOGLE_AUTH_INITIALIZATION_ERROR:"GoogleAuthLibraryInitializationError",GOOGLE_AUTH_AUTHENTICATION_ERROR:"GoogleAuthFetchUserInfoError",GOOGLE_AUTH_ONE_TAP_DISPLAYED:"GoogleAuthOneTapShown",GOOGLE_AUTH_ONE_TAP_ACCOUNT_SELECTED:"GoogleAuthOneTapAccountSelected",GOOGLE_AUTH_ONE_TAP_COOLDOWN:"GoogleAuthOneTapOnCooldown",GOOGLE_AUTH_BUTTON_ACCOUNT_SELECTED:"GoogleAuthButtonAccountSelected"});const{EVENTS:Du,PROMPT_MOMENT_REASONS:Mu,PROMPT_MOMENT_TYPES:Uu}=Su.exports.MicrosoftSignInConstants,{USER_FETCHED:Fu,PROMPT_MOMENT:Bu}=Du;Mu.DISPLAY.ANOTHER_PROMPT_RUNNING,Mu.DISPLAY.BROWSER_NOT_SUPPORTED,Mu.DISPLAY.IN_COOLDOWN_PERIOD,Mu.DISPLAY.NON_MSA_PROFILE,Mu.SKIPPED.TAP_OUTSIDE,Mu.SKIPPED.USER_CANCELLED,Object.freeze({ONE_TAP:"one_tap",BUTTON:"button"});class ju{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{},{enablePageViewTracking:i=!1,shouldHideModal:r=(()=>!1),triggerByOutletEl:o=!0,focusElement:a,pageKey:s}=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};if(!e)throw new Error("No element passed into to dialog modal");this.el=e,this.modalEl=this.el.querySelector(".modal"),this.modal=new Js(this.modalEl,{enablePageViewTracking:i,shouldHideModal:r,triggerByOutletEl:o,focusElement:a,pageKey:s}),this._onPrimaryActionClick=t,this.primaryActionBtn=this.el.querySelector(".primary-action"),this.secondaryActionBtn=this.el.querySelector(".secondary-action"),n&&(this._onSecondaryActionClick=n),this.el.querySelector(".dialog-actions").addEventListener("click",this._actionHandler.bind(this))}_actionHandler(e){const t=e.target;if(this.primaryActionBtn&&this.primaryActionBtn.contains(t)){if(this.primaryActionBtn.disabled)return;this._onPrimaryActionClick&&this._onPrimaryActionClick(e)}else this.secondaryActionBtn&&this.secondaryActionBtn.contains(t)&&this._onSecondaryActionClick&&this._onSecondaryActionClick(e);this.modal.close()}}let qu;function Gu(){return qu||(qu=new Hs),qu}function Hu(e){let{featureName:t,featureMappingToDegradationConfig:n,productName:i}=e;return n[t].map(e=>function(e,t,n){const{degradationKey:i,trackedResponseCodes:r,untrackedResponseCodes:o}=n,a=e;let s={productName:t};return r?s={...s,trackedResponseCodes:r}:o&&(s={...s,untrackedResponseCodes:o}),new sl(a,i,s)}(t,i,e))}function Wu(e,t){var n;return null===(n=window.tracking)||void 0===n?void 0:n.then(n=>{const i=n.generateEnvelope(e,t,{transporterKey:"sponsoredTransporter"});return n.fireEnvelope(i)})}const Ku=document.querySelector("#full-page-header-back-button");window.onload=()=>{null==Ku||Ku.focus()};class zu{constructor(e){this.storage=void 0===e?localStorage:e}read(e){try{const t=this.storage.getItem(e);if(t)return JSON.parse(t)}catch(e){}return null}write(e,t){try{this.storage.setItem(e,JSON.stringify(t))}catch(e){console.error(e)}}remove(e){try{this.storage.removeItem(e)}catch(e){console.error(e)}}readWithExpiry(e,t){const n=this.read(e+"_lastUpdatedAt");return n&&(new Date).getTime()-n<t?this.read(e):(this.removeWithExpiry(e),null)}writeWithExpiry(e,t){this.write(e,t),this.write(e+"_lastUpdatedAt",(new Date).getTime())}removeWithExpiry(e){this.remove(e),this.remove(e+"_lastUpdatedAt")}}(function(){try{zu.instance||(zu.instance=new zu(localStorage)),zu.instance}catch{}})(),function(){try{zu.sessionInstance||(zu.sessionInstance=new zu(sessionStorage)),zu.sessionInstance}catch{}}();class Vu extends Xs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Vu.query,variables:{postUrn:e},successCallback:t,failureCallback:n})}}let Xu;va(Vu,"query","cb99e660f3455cad5185a1d9543e6bce");i.getInstance().addUnloadCallback(()=>{Xu&&Xu.close(),ra(document.querySelector("#discard-post-modal")),ra(document.querySelector("#visibility-settings-modal")),ra(document.querySelector("#max-images-prompt-modal")),ra(document.querySelector("#retry-upload-modal"))});Object.freeze({ANDROID:"com.linkedin.android",IOS:"com.linkedin.LinkedIn"});const Yu={PRODUCT_NAME:"Lite-feed",routeMappingToDegradationConfig:{FEED_REPOST:{"publish-repost":[{degradationKey:"publish-repost-failed"}]}}};Hu({featureName:"publish-repost",productName:Yu.PRODUCT_NAME,featureMappingToDegradationConfig:Yu.routeMappingToDegradationConfig.FEED_REPOST});Object.freeze({NEW_REPOST_SUCCESS_EVENT:"Repost:newRepost:success",NEW_REPOST_FAIL_EVENT:"Repost:newRepost:fail"});class Qu extends Xs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Qu.query,variables:{digitalMediaRegisterUploadResponseDataFetcherInput:{imageUrl:e.imageUrl,owner:e.owner,uploadMechanisms:["SYNCHRONOUS_UPLOAD","SINGLE_REQUEST_UPLOAD"],uploadRecipes:[e.recipe]}},successCallback:t,failureCallback:n})}}va(Qu,"query","20f8e9934e7df62932fd167d87c19b27");var Ju=function(){this.__data__=[],this.size=0};var $u=function(e,t){return e===t||e!=e&&t!=t},Zu=$u;var ed=function(e,t){for(var n=e.length;n--;)if(Zu(e[n][0],t))return n;return-1},td=ed,nd=Array.prototype.splice;var id=ed;var rd=ed;var od=ed;var ad=Ju,sd=function(e){var t=this.__data__,n=td(t,e);return!(n<0)&&(n==t.length-1?t.pop():nd.call(t,n,1),--this.size,!0)},cd=function(e){var t=this.__data__,n=id(t,e);return n<0?void 0:t[n][1]},ld=function(e){return rd(this.__data__,e)>-1},ud=function(e,t){var n=this.__data__,i=od(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this};function dd(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}dd.prototype.clear=ad,dd.prototype.delete=sd,dd.prototype.get=cd,dd.prototype.has=ld,dd.prototype.set=ud;var hd=dd,pd=hd;var fd=function(){this.__data__=new pd,this.size=0};var vd=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n};var gd=function(e){return this.__data__.get(e)};var md=function(e){return this.__data__.has(e)},yd="object"==typeof B&&B&&B.Object===Object&&B,Ed=yd,bd="object"==typeof self&&self&&self.Object===Object&&self,xd=Ed||bd||Function("return this")(),Td=xd.Symbol,wd=Td,_d=Object.prototype,Sd=_d.hasOwnProperty,kd=_d.toString,Cd=wd?wd.toStringTag:void 0;var Id=function(e){var t=Sd.call(e,Cd),n=e[Cd];try{e[Cd]=void 0;var i=!0}catch(e){}var r=kd.call(e);return i&&(t?e[Cd]=n:delete e[Cd]),r},Ad=Object.prototype.toString;var Od=Id,Rd=function(e){return Ad.call(e)},Ld=Td?Td.toStringTag:void 0;var Nd=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Ld&&Ld in Object(e)?Od(e):Rd(e)};var Pd=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)},Dd=Nd,Md=Pd;var Ud,Fd=function(e){if(!Md(e))return!1;var t=Dd(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t},Bd=xd["__core-js_shared__"],jd=(Ud=/[^.]+$/.exec(Bd&&Bd.keys&&Bd.keys.IE_PROTO||""))?"Symbol(src)_1."+Ud:"";var qd=function(e){return!!jd&&jd in e},Gd=Function.prototype.toString;var Hd=Fd,Wd=qd,Kd=Pd,zd=function(e){if(null!=e){try{return Gd.call(e)}catch(e){}try{return e+""}catch(e){}}return""},Vd=/^\[object .+?Constructor\]$/,Xd=Function.prototype,Yd=Object.prototype,Qd=Xd.toString,Jd=Yd.hasOwnProperty,$d=RegExp("^"+Qd.call(Jd).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var Zd=function(e){return!(!Kd(e)||Wd(e))&&(Hd(e)?$d:Vd).test(zd(e))},eh=function(e,t){return null==e?void 0:e[t]};var th=function(e,t){var n=eh(e,t);return Zd(n)?n:void 0},nh=th(xd,"Map"),ih=th(Object,"create"),rh=ih;var oh=function(){this.__data__=rh?rh(null):{},this.size=0};var ah=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},sh=ih,ch=Object.prototype.hasOwnProperty;var lh=function(e){var t=this.__data__;if(sh){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return ch.call(t,e)?t[e]:void 0},uh=ih,dh=Object.prototype.hasOwnProperty;var hh=ih;var ph=oh,fh=ah,vh=lh,gh=function(e){var t=this.__data__;return uh?void 0!==t[e]:dh.call(t,e)},mh=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=hh&&void 0===t?"__lodash_hash_undefined__":t,this};function yh(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}yh.prototype.clear=ph,yh.prototype.delete=fh,yh.prototype.get=vh,yh.prototype.has=gh,yh.prototype.set=mh;var Eh=yh,bh=hd,xh=nh;var Th=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e};var wh=function(e,t){var n=e.__data__;return Th(t)?n["string"==typeof t?"string":"hash"]:n.map},_h=wh;var Sh=wh;var kh=wh;var Ch=wh;var Ih=function(){this.size=0,this.__data__={hash:new Eh,map:new(xh||bh),string:new Eh}},Ah=function(e){var t=_h(this,e).delete(e);return this.size-=t?1:0,t},Oh=function(e){return Sh(this,e).get(e)},Rh=function(e){return kh(this,e).has(e)},Lh=function(e,t){var n=Ch(this,e),i=n.size;return n.set(e,t),this.size+=n.size==i?0:1,this};function Nh(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}Nh.prototype.clear=Ih,Nh.prototype.delete=Ah,Nh.prototype.get=Oh,Nh.prototype.has=Rh,Nh.prototype.set=Lh;var Ph=hd,Dh=nh,Mh=Nh;var Uh=hd,Fh=fd,Bh=vd,jh=gd,qh=md,Gh=function(e,t){var n=this.__data__;if(n instanceof Ph){var i=n.__data__;if(!Dh||i.length<199)return i.push([e,t]),this.size=++n.size,this;n=this.__data__=new Mh(i)}return n.set(e,t),this.size=n.size,this};function Hh(e){var t=this.__data__=new Uh(e);this.size=t.size}Hh.prototype.clear=Fh,Hh.prototype.delete=Bh,Hh.prototype.get=jh,Hh.prototype.has=qh,Hh.prototype.set=Gh;var Wh=Hh,Kh=th,zh=function(){try{var e=Kh(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),Vh=zh;var Xh=function(e,t,n){"__proto__"==t&&Vh?Vh(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n},Yh=Xh,Qh=$u;var Jh=function(e,t,n){(void 0!==n&&!Qh(e[t],n)||void 0===n&&!(t in e))&&Yh(e,t,n)};var $h=function(e){return function(t,n,i){for(var r=-1,o=Object(t),a=i(t),s=a.length;s--;){var c=a[e?s:++r];if(!1===n(o[c],c,o))break}return t}}(),Zh={exports:{}};!function(e,t){var n=xd,i=t&&!t.nodeType&&t,r=i&&e&&!e.nodeType&&e,o=r&&r.exports===i?n.Buffer:void 0,a=o?o.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,i=a?a(n):new e.constructor(n);return e.copy(i),i}}(Zh,Zh.exports);var ep=xd.Uint8Array;var tp=function(e){var t=new e.constructor(e.byteLength);return new ep(t).set(new ep(e)),t};var np=function(e,t){var n=t?tp(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)};var ip=function(e,t){var n=-1,i=e.length;for(t||(t=Array(i));++n<i;)t[n]=e[n];return t},rp=Pd,op=Object.create,ap=function(){function e(){}return function(t){if(!rp(t))return{};if(op)return op(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();var sp=function(e,t){return function(n){return e(t(n))}}(Object.getPrototypeOf,Object),cp=Object.prototype;var lp=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||cp)},up=ap,dp=sp,hp=lp;var pp=function(e){return"function"!=typeof e.constructor||hp(e)?{}:up(dp(e))};var fp=function(e){return null!=e&&"object"==typeof e},vp=Nd,gp=fp;var mp=function(e){return gp(e)&&"[object Arguments]"==vp(e)},yp=fp,Ep=Object.prototype,bp=Ep.hasOwnProperty,xp=Ep.propertyIsEnumerable,Tp=mp(function(){return arguments}())?mp:function(e){return yp(e)&&bp.call(e,"callee")&&!xp.call(e,"callee")},wp=Array.isArray;var _p=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991},Sp=Fd,kp=_p;var Cp=function(e){return null!=e&&kp(e.length)&&!Sp(e)},Ip=Cp,Ap=fp;var Op=function(e){return Ap(e)&&Ip(e)},Rp={exports:{}};var Lp=function(){return!1};!function(e,t){var n=xd,i=Lp,r=t&&!t.nodeType&&t,o=r&&e&&!e.nodeType&&e,a=o&&o.exports===r?n.Buffer:void 0,s=(a?a.isBuffer:void 0)||i;e.exports=s}(Rp,Rp.exports);var Np=Nd,Pp=sp,Dp=fp,Mp=Function.prototype,Up=Object.prototype,Fp=Mp.toString,Bp=Up.hasOwnProperty,jp=Fp.call(Object);var qp=function(e){if(!Dp(e)||"[object Object]"!=Np(e))return!1;var t=Pp(e);if(null===t)return!0;var n=Bp.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Fp.call(n)==jp},Gp=Nd,Hp=_p,Wp=fp,Kp={};Kp["[object Float32Array]"]=Kp["[object Float64Array]"]=Kp["[object Int8Array]"]=Kp["[object Int16Array]"]=Kp["[object Int32Array]"]=Kp["[object Uint8Array]"]=Kp["[object Uint8ClampedArray]"]=Kp["[object Uint16Array]"]=Kp["[object Uint32Array]"]=!0,Kp["[object Arguments]"]=Kp["[object Array]"]=Kp["[object ArrayBuffer]"]=Kp["[object Boolean]"]=Kp["[object DataView]"]=Kp["[object Date]"]=Kp["[object Error]"]=Kp["[object Function]"]=Kp["[object Map]"]=Kp["[object Number]"]=Kp["[object Object]"]=Kp["[object RegExp]"]=Kp["[object Set]"]=Kp["[object String]"]=Kp["[object WeakMap]"]=!1;var zp=function(e){return Wp(e)&&Hp(e.length)&&!!Kp[Gp(e)]};var Vp=function(e){return function(t){return e(t)}},Xp={exports:{}};!function(e,t){var n=yd,i=t&&!t.nodeType&&t,r=i&&e&&!e.nodeType&&e,o=r&&r.exports===i&&n.process,a=function(){try{var e=r&&r.require&&r.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a}(Xp,Xp.exports);var Yp=zp,Qp=Vp,Jp=Xp.exports,$p=Jp&&Jp.isTypedArray,Zp=$p?Qp($p):Yp;var ef=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]},tf=Xh,nf=$u,rf=Object.prototype.hasOwnProperty;var of=function(e,t,n){var i=e[t];rf.call(e,t)&&nf(i,n)&&(void 0!==n||t in e)||tf(e,t,n)},af=Xh;var sf=function(e,t,n,i){var r=!n;n||(n={});for(var o=-1,a=t.length;++o<a;){var s=t[o],c=i?i(n[s],e[s],s,n,e):void 0;void 0===c&&(c=e[s]),r?af(n,s,c):of(n,s,c)}return n};var cf=/^(?:0|[1-9]\d*)$/;var lf=function(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&cf.test(e))&&e>-1&&e%1==0&&e<t},uf=function(e,t){for(var n=-1,i=Array(e);++n<e;)i[n]=t(n);return i},df=Tp,hf=wp,pf=Rp.exports,ff=lf,vf=Zp,gf=Object.prototype.hasOwnProperty;var mf=function(e,t){var n=hf(e),i=!n&&df(e),r=!n&&!i&&pf(e),o=!n&&!i&&!r&&vf(e),a=n||i||r||o,s=a?uf(e.length,String):[],c=s.length;for(var l in e)!t&&!gf.call(e,l)||a&&("length"==l||r&&("offset"==l||"parent"==l)||o&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||ff(l,c))||s.push(l);return s};var yf=Pd,Ef=lp,bf=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t},xf=Object.prototype.hasOwnProperty;var Tf=mf,wf=function(e){if(!yf(e))return bf(e);var t=Ef(e),n=[];for(var i in e)("constructor"!=i||!t&&xf.call(e,i))&&n.push(i);return n},_f=Cp;var Sf=function(e){return _f(e)?Tf(e,!0):wf(e)},kf=sf,Cf=Sf;var If=Jh,Af=Zh.exports,Of=np,Rf=ip,Lf=pp,Nf=Tp,Pf=wp,Df=Op,Mf=Rp.exports,Uf=Fd,Ff=Pd,Bf=qp,jf=Zp,qf=ef,Gf=function(e){return kf(e,Cf(e))};var Hf=Wh,Wf=Jh,Kf=$h,zf=function(e,t,n,i,r,o,a){var s=qf(e,n),c=qf(t,n),l=a.get(c);if(l)If(e,n,l);else{var u=o?o(s,c,n+"",e,t,a):void 0,d=void 0===u;if(d){var h=Pf(c),p=!h&&Mf(c),f=!h&&!p&&jf(c);u=c,h||p||f?Pf(s)?u=s:Df(s)?u=Rf(s):p?(d=!1,u=Af(c,!0)):f?(d=!1,u=Of(c,!0)):u=[]:Bf(c)||Nf(c)?(u=s,Nf(s)?u=Gf(s):Ff(s)&&!Uf(s)||(u=Lf(c))):d=!1}d&&(a.set(c,u),r(u,c,i,o,a),a.delete(c)),If(e,n,u)}},Vf=Pd,Xf=Sf,Yf=ef;var Qf=function e(t,n,i,r,o){t!==n&&Kf(n,(function(a,s){if(o||(o=new Hf),Vf(a))zf(t,n,s,i,e,r,o);else{var c=r?r(Yf(t,s),a,s+"",t,n,o):void 0;void 0===c&&(c=a),Wf(t,s,c)}}),Xf)};var Jf=function(e){return e};var $f=function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)},Zf=Math.max;var ev=function(e,t,n){return t=Zf(void 0===t?e.length-1:t,0),function(){for(var i=arguments,r=-1,o=Zf(i.length-t,0),a=Array(o);++r<o;)a[r]=i[t+r];r=-1;for(var s=Array(t+1);++r<t;)s[r]=i[r];return s[t]=n(a),$f(e,this,s)}};var tv=function(e){return function(){return e}},nv=zh,iv=nv?function(e,t){return nv(e,"toString",{configurable:!0,enumerable:!1,value:tv(t),writable:!0})}:Jf,rv=Date.now;var ov=function(e){var t=0,n=0;return function(){var i=rv(),r=16-(i-n);if(n=i,r>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(iv),av=Jf,sv=ev,cv=ov;var lv=$u,uv=Cp,dv=lf,hv=Pd;var pv=function(e,t){return cv(sv(e,t,av),e+"")},fv=function(e,t,n){if(!hv(n))return!1;var i=typeof t;return!!("number"==i?uv(n)&&dv(t,n.length):"string"==i&&t in n)&&lv(n[t],e)};var vv=Qf;gv=function(e,t,n){vv(e,t,n)},pv((function(e,t){var n=-1,i=t.length,r=i>1?t[i-1]:void 0,o=i>2?t[2]:void 0;for(r=gv.length>3&&"function"==typeof r?(i--,r):void 0,o&&fv(t[0],t[1],o)&&(r=i<3?void 0:r,i=1),e=Object(e);++n<i;){var a=t[n];a&&gv(e,a,n,r)}return e}));var gv;function mv(e){const t=e.getBoundingClientRect();let{top:n,left:i}=t;const{right:r,bottom:o,width:a,height:s,x:c,y:l}=t;return n+=document.documentElement.scrollTop||document.body.scrollTop,i+=document.documentElement.scrollLeft||document.body.scrollLeft,{top:n,right:r,bottom:o,left:i,width:a,height:s,x:c,y:l}}function yv(e,t,n){const i=mv(e),r=mv(t),o=mv(n),a=i.top-o.top-n.clientTop-r.height+i.height,s=i.left-o.left-n.clientLeft-r.width+i.width;return{boundingCoordinates:i,elementCoordinates:r,elemOffsetParentCoordinates:o,topMinLimit:a,leftMinLimit:s,elemTop:r.top-o.top,elemLeft:r.left-o.left,topMaxLimit:a-i.height+r.height,leftMaxLimit:s-i.width+r.width}}document.querySelector(".upload-progress"),document.querySelector("#progressVal");const Ev="data-draggable-initialized",bv="touchstart",xv="touchmove",Tv="touchend";class wv{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=this.onTouchStart.bind(this);if(this.options=e,!e.element||1!==e.element.nodeType)throw new Error("pass valid draggable element");if(this.draggableElementEl=e.element,e.boundingParent&&1===e.boundingParent.nodeType){if(!e.boundingParent.contains(e.element))throw new Error("pass a proper ancestor element");this.boundingParentEl=e.boundingParent}else this.boundingParentEl=document.body;wv.isDraggable(this.draggableElementEl)||this.draggableElementEl.addEventListener(bv,t),this.draggableElementEl.setAttribute(Ev,!0)}dragElement(e,t,n){let i=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];const r=n>0?Math.min(e.topMaxLimit,e.elemTop+n):Math.max(e.topMinLimit,e.elemTop+n),o=t>0?Math.min(e.leftMaxLimit,e.elemLeft+t):Math.max(e.leftMinLimit,e.elemLeft+t);this.draggableElementEl.style.left=o+"px",this.draggableElementEl.style.top=r+"px",this.options.onDrag instanceof Function&&this.options.onDrag(e.boundingCoordinates.left-o-e.elemOffsetParentCoordinates.left,e.boundingCoordinates.top-r-e.elemOffsetParentCoordinates.top,i)}onTouchMove(e){const t=!!e.touches;if(e.preventDefault(),this.isMoving||(this.isMoving=!0),t&&1===e.touches.length){const t=e.touches[0].clientX-this._startClientX,n=e.touches[0].clientY-this._startClientY;this.dragElement.call(this,this.limits,t,n)}}onTouchStart(e){this.limits=yv(this.boundingParentEl,this.draggableElementEl,this.draggableElementEl.offsetParent),this.isMoving=!1;const t=this.onTouchMove.bind(this),n=!!e.touches;this._startClientX=n?e.touches[0].clientX:e.clientX,this._startClientY=n?e.touches[0].clientY:e.clientY,e.preventDefault(),document.addEventListener(xv,t),document.addEventListener(Tv,(function e(){document.removeEventListener(xv,t),document.removeEventListener(Tv,e)}))}moveTo(e,t){const n=yv(this.boundingParentEl,this.draggableElementEl,this.draggableElementEl.offsetParent),i=e+n.boundingCoordinates.left-n.elementCoordinates.left,r=t+n.boundingCoordinates.top-n.elementCoordinates.top;this.dragElement.call(this,n,i,r,!1)}}wv.isDraggable=function(e){return!!e.getAttribute(Ev)};const _v="data-zoomable-initialized",Sv="touchstart",kv="touchmove",Cv="touchend";class Iv{constructor(e){const t=this.onTouchStart.bind(this);if(this.options=e,!e.element||1!==e.element.nodeType)throw new Error("pass valid zoomable element");if(!(e.scaleElement&&e.scaleElement instanceof Function))throw new Error("pass valid function to scale element");if(!(e.getMinDimensions&&e.getMinDimensions instanceof Function))throw new Error("pass valid function to get minimum dimensions");if(this.zoomableElement=e.element,e.boundingParent&&1===e.boundingParent.nodeType){if(!e.boundingParent.contains(e.element))throw new Error("pass a proper ancestor element");this.boundingParent=e.boundingParent}else this.boundingParent=document.body;Iv.isZoomable(this.zoomableElement)||(this.zoomableElement.addEventListener(Sv,t),this.zoomableElement.setAttribute(_v,!0))}scaleElement(e,t){if(1===e)return;this.limits=yv(this.boundingParent,this.zoomableElement,this.zoomableElement.offsetParent);let n=this.limits.elementCoordinates.width*e,i=this.limits.elementCoordinates.height*e;if(n<this.limits.boundingCoordinates.width||i<this.limits.boundingCoordinates.height){const t=this.options.getMinDimensions();i=t.height,n=t.width,e=i/this.limits.elementCoordinates.height}let r=this.limits.elemLeft-(t.clientX-this.limits.elementCoordinates.left)*(e-1),o=this.limits.elemTop-(t.clientY-this.limits.elementCoordinates.top)*(e-1);const a=this.limits.leftMinLimit-this.zoomableElement.offsetWidth*(e-1),s=this.limits.leftMaxLimit,c=this.limits.topMinLimit-this.zoomableElement.offsetHeight*(e-1),l=this.limits.topMaxLimit;r<a?r=a:r>s&&(r=s),o<c?o=c:o>l&&(o=l),this.options.scaleElement(n,i,this.limits.boundingCoordinates.left-r-this.limits.elemOffsetParentCoordinates.left,this.limits.boundingCoordinates.top-o-this.limits.elemOffsetParentCoordinates.top),this.zoomableElement.style.left=r+"px",this.zoomableElement.style.top=o+"px"}onTouchMove(e){if(e.preventDefault(),2===e.touches.length){const t=Math.sqrt((e.touches[0].clientX-e.touches[1].clientX)*(e.touches[0].clientX-e.touches[1].clientX)+(e.touches[0].clientY-e.touches[1].clientY)*(e.touches[0].clientY-e.touches[1].clientY));if(this._startDistance>0){const n=t/this._startDistance,i=e.touches[0];this.scaleElement.call(this,n,i)}this._startDistance=t}}onTouchStart(e){e.preventDefault();const t=this.onTouchMove.bind(this);2===e.touches.length?this._startDistance=Math.sqrt((e.touches[0].x-e.touches[1].x)*(e.touches[0].x-e.touches[1].x)+(e.touches[0].y-e.touches[1].y)*(e.touches[0].y-e.touches[1].y)):this._startDistance=0,document.addEventListener(kv,t),document.addEventListener(Cv,(function e(){document.removeEventListener(kv,t),document.removeEventListener(Cv,e)}))}}Iv.isZoomable=function(e){return!!e.getAttribute(_v)};class Av extends Xs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Av.query,variables:{successRedirectUrl:e},successCallback:t,failureCallback:n})}}va(Av,"query","5f93d1d6b933cfbfdf7b0a80dedfb3f4");class Ov extends Xs{constructor(){super(...arguments)}execute(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:()=>{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{};return this.executeAction({queryId:Ov.query,successCallback:e,failureCallback:t})}}va(Ov,"query","da4a9ce2de842c1abe01ca37ea9271ee");const Rv=/^\d{4,15}$/,Lv=/[-\s+().]/g,Nv=/^\S+@\S+\.\S+$/,Pv=/[,]|.*@.*@/,Dv="MinLength",Mv="MaxLength",Uv="Regex",Fv="Required",Bv="RegexAllow",jv=e=>e&&Nv.test(e)&&!Pv.test(e),qv={SPECIAL_CHARS:{pattern:/([!@#$%^&*+=|<>?:;\\])/,errorCode:"SpecialChars"},URL_KEYWORDS:{pattern:/(https?(:\/\/)?|www\.)/i,errorCode:"UrlKeywords"},EMAIL:{errorCode:"Email",validate:jv},WORK_EMAIL:{errorCode:"WorkEmail",validate:e=>jv(e)&&!["gmail","hotmail","yahoo","qq","outlook","aol","mail","icloud","163"].some(t=>e.includes(`@${t}.`))},PHONE_NUMBER:{errorCode:"PhoneNumber",validate(e){const t=e.replace(Lv,"");return!(!t||!Rv.test(t))}}},Gv="EMAIL_ADDRESS",Hv="PHONE_NUMBER",Wv="WORK_EMAIL",Kv="consentUnchecked",zv={INPUT:"INPUT",SELECT:"SELECT"},Vv="text",Xv="checkbox";function Yv(e){return Object.keys(zv).includes(e.tagName)}function Qv(e){const t=function(e){const t=[],{minLength:n,maxLength:i,inputType:r}=e.dataset;let o;switch(r){case Gv:t.push({type:Bv,RegexAllow:[qv.EMAIL]});break;case Wv:t.push({type:Bv,RegexAllow:[qv.WORK_EMAIL]});break;case Hv:o=e.value.replace(/ /g,""),t.push({type:Bv,RegexAllow:[qv.PHONE_NUMBER]})}return e.required&&t.push({type:Fv}),n&&t.push({type:Dv,MinLength:n}),i&&t.push({type:Mv,MaxLength:i}),{value:o||e.value,ruleSet:t}}(e),n=t.value;return t.ruleSet.map(e=>((e,t)=>{const n=t.trim();if(e)switch(e.type){case Fv:if(0===n.length)return Fv;break;case Dv:if(n.length<e[Dv])return Dv;break;case Mv:if(n.length>e[Mv])return Mv;break;case Uv:for(let t=0;t<e[Uv].length;t++){var i,r,o,a;if(!0===(null===(i=e[Uv][t])||void 0===i||null===(r=i.validate)||void 0===r?void 0:r.call(i,n))||!0===(null===(o=e[Uv][t])||void 0===o||null===(a=o.pattern)||void 0===a?void 0:a.test(n)))return Uv+e[Uv][t].errorCode}break;case Bv:for(let t=0;t<e[Bv].length;t++){var s,c,l,u;if(!1===(null===(s=e[Bv][t])||void 0===s||null===(c=s.validate)||void 0===c?void 0:c.call(s,n))||!1===(null===(l=e[Bv][t])||void 0===l||null===(u=l.pattern)||void 0===u?void 0:u.test(n)))return Bv+e[Bv][t].errorCode}}})(e,n)).filter(e=>!!e)}function Jv(e,t){return t&&!e?Kv:null}const $v=(e,t)=>parseInt(t.split(e)[1]);function Zv(e,t){return document.getElementById(e.id+"-strings").dataset["str"+t]}const eg=(e,t)=>({questionId:e,textQuestionAnswer:{answer:t}}),tg=(e,t)=>({questionId:e,multipleChoiceAnswer:{options:[{index:t}]}}),ng=(e,t)=>({question:e,multipleChoiceAnswer:{options:[t]}});function ig(e,t){const n=e.id+"_",i=n+"q",r=n+"c",o=fa("hasDecoratedLeadGenFormData");return new Promise((n,a)=>{const s=[];let c,l;const{urn:u,legalInfoUrn:d,leadType:h,associatedEntityUrn:p,ownerUrn:f,submitter:v}=e.dataset;l=t?`lTrk=${t}&action=leadFormSubmit&activityType=sponsored`:e.dataset.leadTrackingParams,l||(c=e.closest("[data-lead-tracking-params]"),l=c.dataset.leadTrackingParams);const g={formResponse:{adFormUrn:u,submittedAt:Date.now(),answers:[],consentResponses:[]},trackingUrl:l,trackingAction:"LEAD_FORM_CLICK"},m={associatedEntity:p,form:u,legalInfoUrn:d,leadType:h,owner:f,formResponse:{answers:[],consentResponses:[]},leadTrackingParams:l,submittedAt:Date.now(),...null!=v&&v.length?{submitter:v}:{}};return Array.from(e).filter(Yv).forEach(e=>{let t;if(e.tagName===zv.SELECT)t=((e,t,n)=>{const i=$v(e,t.id),r=t.selectedIndex;return{response:n?ng(i,r):tg(i,r)}})(i,e,o),o?m.formResponse.answers.push(t.response):g.formResponse.answers.push(t.response);else if(e.type===Vv)if(t=((e,t,n)=>{const i=$v(e,t.id),r=Qv(t);return 0!==r.length?{errors:r}:{response:n?(o=i,a=t.value,{question:o,textQuestionAnswer:{answer:a}}):eg(i,t.value)};var o,a})(i,e,o),t.response)o?m.formResponse.answers.push(t.response):g.formResponse.answers.push(t.response);else{const n=t.errors[0];s.push({element:e,errorType:n})}else e.type===Xv&&(t=((e,t,n,i,r)=>{const o=$v(e,t),a=Jv(n,i);return a?{errors:a}:{response:{[r?"consent":"consentId"]:o,accepted:n}}})(r,e.id,e.checked,e.required,o),t.response?o?m.formResponse.consentResponses.push(t.response):g.formResponse.consentResponses.push(t.response):s.push({element:e,errorType:t.errors}))}),0===s.length?n(o?m:g):a(s)})}class rg extends Xs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:rg.query,variables:e,successCallback:t,failureCallback:n})}}va(rg,"query","0a321276f8bcd90441cffeb1ab648fa1");const og="VIEW_FORM",ag=".lead-gen-input-container",sg=".error-text",cg=".submit-btn",lg="input-error",ug="checkbox-input",dg="inputbox-input";class hg{constructor(e){let{isLivePreview:t=!1,encodedLeadGenFormTrackingContext:n,encryptedTrackingData:i,pemDegradationTrackingMetadata:r,persistFormOnSubmit:o,responseEndpoint:a}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw new Error("containerEl is not present");ha("lead-gen-form__description-content-truncated",".lead-gen-form__description-btn-truncation",e),this.containerEl=e,this.formEl=e.querySelector("form"),this.formContentEl=e.querySelector(".lead-gen-form__content"),this.postSubmissionInfoEl=e.querySelector(".lead-gen-form__post-submission"),this.submitBtn=this.formEl.querySelector(cg),this.persistFormOnSubmit=o,this.encryptedTrackingData=i,this.encodedLeadGenFormTrackingContext=n,a&&(this.leadGenResponseMutation=new rg(a,r)),t||this._bindInputHandlers(),this.encodedLeadGenFormTrackingContext&&!t&&(this._initClickTracking(),this._initViewTracking())}showPostSubmissionInfo(){ra(this.formContentEl),this.postSubmissionInfoEl&&oa(this.postSubmissionInfoEl)}hideForm(){ra(this.formContentEl)}enableSubmit(){la(this.submitBtn)}_clearFormErrors(){Array.from(this.formEl).filter(Yv).map(e=>this._hideError(e))}_submitForm(){this._clearFormErrors(),ig(this.formEl,this.encryptedTrackingData).then(e=>{if(ca(this.submitBtn),this.leadGenResponseMutation){const t=this.leadGenResponseMutation.execute(e);d(this.containerEl,this.constructor.LEAD_GEN_SUBMIT_EVENT,t)}else d(this.containerEl,this.constructor.LEAD_GEN_SUBMIT_EVENT,e);this.persistFormOnSubmit||this.hideForm()}).catch(e=>{e.forEach(e=>this._setAndShowError(e.element,e.errorType));const t=e[0];if(t){t.element.focus();I(Zv(t.element,t.errorType),C.ASSERTIVE)}})}_hideError(e){if(e){const t=e.closest(ag),n=t.querySelector(sg);ra(n),t.classList.remove(lg),e.removeAttribute("aria-invalid"),n.removeAttribute("role")}}_isError(e){var t;return null==e||null===(t=e.closest(ag))||void 0===t?void 0:t.classList.contains(lg)}_setAndShowError(e,t){if(e){const n=Zv(e,t),i=e.closest(ag),r=i.querySelector(sg);r.innerText=n,oa(r),i.classList.add(lg),r.setAttribute("role","alert"),e.setAttribute("aria-invalid","true")}}_handleInputError(e){let t;if(this._hideError(e),e.type===Xv)t=Jv(e.checked,e.required);else if(e.type===Vv){const n=Qv(e);n&&n.length&&(t=n[0])}t&&this._setAndShowError(e,t)}_bindInputHandlers(){this.formEl.addEventListener("click",e=>{e.target.classList.contains(ug)&&this._handleInputError(e.target)}),this.formEl.addEventListener("keyup",e=>{e.target.classList.contains(dg)&&this._handleInputError(e.target)}),this.submitBtn.addEventListener("click",e=>{e.preventDefault(),this._submitForm()})}fireInFormLeadGenTracking(e,t){!this.encryptedTrackingData&&t||function(e){let{actionType:t,serializedLeadGenFormTrackingContext:n,encryptedTrackingData:i}=e;const r=h(document,{skipSuffix:!0}),o=`${r}-${null==t?void 0:t.toLowerCase()}`,a=Wo(r);i?Wu("LeadGenFormClientActionEvent",{...a,sponsoredTrackingInfo:{sponsoredEventHeader:{encryptedTrackingData:i}},actionType:t,controlUrn:o,serializedLeadGenFormTrackingContext:n}):window.tracking.then(e=>{e.fireTrackingEvent("LeadGenFormClientActionEvent",{...a,actionType:t,controlUrn:o,serializedLeadGenFormTrackingContext:n})})}({actionType:e,serializedLeadGenFormTrackingContext:this.encodedLeadGenFormTrackingContext,encryptedTrackingData:this.encryptedTrackingData})}_initViewTracking(){const e=og,t=this.containerEl.closest('[data-id="main-feed-card"]');this.fireInFormLeadGenTracking(e,t)}_initClickTracking(){this.containerEl.addEventListener("click",e=>{const t=e.target.closest("[data-lgf-action-type]"),n=e.target.closest('[data-id="main-feed-card"]');if(t){const i=t.dataset.lgfActionType;if(n&&("consent_link"===e.target.dataset.feedControl||"legal_disclaimer_link"===e.target.dataset.feedControl))return;this.fireInFormLeadGenTracking(i,n)}})}}va(hg,"LEAD_GEN_SUBMIT_EVENT","FormModal:LeadGen:submit");class pg{constructor(e,t){if(!e)throw Error("Missing FollowMutation endpoint");t&&(this.pemDegradationTrackingMetadata=t,this.isPemEnabled=!0),this.endpoint=e}execute(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:()=>{};return Vs({endpoint:this.endpoint,queryId:pg.query,variables:{followState:e,to:t},pemDegradationTrackingMetadata:this.pemDegradationTrackingMetadata,isPemEnabled:this.isPemEnabled}).then(e=>{const{responseText:t}=e;n(JSON.parse(t).graphQL)}).catch(i)}}va(pg,"query","cbed571fffd8cea15209aed8d44e6759");const fg=Object.freeze({APPRECIATION:"APPRECIATION",ASSENT:"ASSENT",CELEBRATION:"CELEBRATION",EMPATHY:"EMPATHY",ENTERTAINMENT:"ENTERTAINMENT",INSPIRATION:"INSPIRATION",INTEREST:"INTEREST",LIKE:"LIKE",MAYBE:"MAYBE",PRAISE:"PRAISE",UNKNOWN:"UNKNOWN",USEFULNESS:"USEFULNESS"});Object.freeze(Object.values(fg));const vg="CREATE",gg="UPDATE";class mg{constructor(e,t){if(!e)throw Error("Missing ReactionMutation endpoint");t&&(this.pemDegradationTrackingMetadata=t,this.isPemEnabled=!0),this.endpoint=e}execute(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:()=>{},r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:()=>{};const o={endpoint:this.endpoint,queryId:mg.query,variables:{entityUrn:t,action:n},pemDegradationTrackingMetadata:this.pemDegradationTrackingMetadata,isPemEnabled:this.isPemEnabled};return n!==vg&&n!==gg||(o.variables.reactionType=e),Vs(o).then(e=>{const{responseText:t}=e;i(JSON.parse(t).graphQL)}).catch(r)}}va(mg,"query","070ee23fd6fb77f92ac08f964ae1df29");Object.freeze({NEW_COMMENT_CREATE_EVENT:"Comment:newComment:create",NEW_COMMENT_SUCCESS_EVENT:"Comment:newComment:success",NEW_COMMENT_FAIL_EVENT:"Comment:newComment:fail"});Object.freeze({HTML:"html",TEXT:"text",DATA:"data"}),Object.freeze({DESKTOP:"desktop",IOS:"ios",ANDROID:"android"});"light".toUpperCase();class yg extends Xs{constructor(){super(...arguments)}execute(e){let{eventType:t,trackingToken:n,widgetActionCategory:i}=e,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:yg.query,variables:{eventType:t,trackingToken:n,widgetActionCategory:i},successCallback:r,failureCallback:o})}}va(yg,"query","48f4c814e38d5689b7c83a29c9676972");Object.freeze({EVENT_FALLBACK_UI_SHOWN:"fallback-ui-shown"});const Eg=document.querySelector("#share-modal .textarea"),bg=document.querySelector(".image-preview-wrapper"),xg=document.querySelector("#share-modal .modal-content .reshare-section"),Tg=document.querySelector(".post-button"),wg=document.querySelector("#comments-enabled"),_g=document.querySelector("#share-with-public"),Sg=document.querySelector(".post-settings-wrapper"),kg=document.querySelector('input[name="share-with"]:checked'),Cg=document.querySelector("#share-modal .close-button"),Ig=document.querySelector("#visibility-settings-modal"),Ag=document.querySelector("#visibility-header-back .close-button"),Og=document.querySelector("#visibility-settings-modal .settings-list-wrapper"),Rg=document.querySelector("#discard-post-modal-wrapper"),Lg=document.querySelector("#share-modal"),Ng=document.querySelector(".modal-spinner"),Pg=document.querySelector("#share-modal .textarea"),Dg=document.querySelector("#share-with-groups");document.querySelector("#share-group-urn");const Mg=document.querySelector("#share-with-network");class Ug extends Js{updatePostButtonStatus(){var e;const t=null===(e=Eg.innerText)||void 0===e?void 0:e.trim().length,n="loaded"===bg.getAttribute("data-image-load-state"),i=xg.children.length;t||n||i?la(Tg):ca(Tg)}clearModalContentBase(){xg&&(xg.textContent=""),Eg&&(Eg.textContent=""),wg&&(wg.checked=!0),_g&&(_g.checked=!0,Sg.setAttribute("data-post-visibility",kg.value))}historyBackClickHandler(){"share-modal"!==window.history.state&&"typeahead"!==window.history.state&&(window.history.pushState("share-modal","show-share-modal","#share-modal"),Cg.click())}bindVisibilityModalEvents(){function e(e){const t=e.target,n=t.closest("[data-control-action]")||t.querySelector("[data-control-action]");n&&window.tracking.then(e=>{e.fireControlInteractionEvent(n.getAttribute("data-control-action"))})}Ig.addEventListener("close",()=>{Sg.setAttribute("data-post-visibility",document.querySelector('input[name="share-with"]:checked').value)}),Ag.addEventListener("click",()=>window.history.back()),Og.addEventListener("click",t=>e(t)),Og.addEventListener("keydown",t=>{if(13===t.keyCode){const n=t.target.querySelector("input[type=radio]");n&&(n.checked=!0,e(t))}})}discardPostConfirmationModalPrimaryActionCallback(e){let{enableHistoryBack:t}=e;this.close({enableHistoryBack:t}),ua()&&"discard-post-modal"===window.history.state&&setTimeout(()=>{window.history.back()},100)}postSettingsClickHandler(){window.tracking.then(e=>{e.fireControlInteractionEvent("post-settings")}),this.visibilitySettingsModal.open()}}class Fg extends Ug{constructor(e,t){let{endpoint:n="",enablePageViewTracking:i=!1,shouldHideModal:r=(()=>!1),triggerByOutletEl:o=!1,pushState:a=!1,historyUpdateUrl:s}=t;super(e,{enablePageViewTracking:i,shouldHideModal:r,triggerByOutletEl:o,pushState:a}),this.el=e,this.postData={},this.endpoint=n,this.historyUpdateUrl=s,this.postUrn=fa("ugcPostUrn"),this.openShareModalByLink=this._checkIfOpenShareModalByLink(),this.bindPublishingShareEvents(),this.visibilitySettingsModal=new Js(Ig,{triggerByOutletEl:!1}),this.handleOpenByUrl()}bindPublishingShareEvents(){this.shareTextEvents(),this.bindShareModalEvents(),this.bindVisibilityModalEvents()}_checkIfOpenShareModalByLink(){const e=new URL(location.href);return!0===Boolean(e.searchParams.get("openShareModal"))}handleOpenByUrl(){this.openShareModalByLink&&this.open()}shareTextEvents(){const e=l(this.updatePostButtonStatus,300);Pg.addEventListener("input",e)}bindShareModalEvents(){const e=new ju(Rg,this.discardPostConfirmationModalPrimaryActionCallback.bind(this,{enableHistoryBack:!this.openShareModalByLink}),()=>{},{enablePageViewTracking:!0,pageKey:"article_discard_confirmation",triggerByOutletEl:!1});Lg.addEventListener("open",()=>{Eg.focus()}),Lg.addEventListener("close",()=>{this.clearModalContentBase(),ra(Ng)}),Tg.addEventListener("click",()=>{this.processPostData()}),Cg.addEventListener("click",()=>{Tg.disabled?this.close():e.modal.open()}),Sg.addEventListener("click",this.postSettingsClickHandler.bind(this)),Sg.addEventListener("keydown",e=>{13===e.keyCode&&this.postSettingsClickHandler.apply(this)})}open(){var e;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{defaultText:n}=t;this.historyUpdateUrl&&window.history.replaceState({},document.title,this.historyUpdateUrl),super.open(),this._checkIfOpenShareModalByLink()&&this._removeShareParams(),this.renderShareArticleShareSection(),da()&&window.scrollTo(0,0),n&&(Pg.textContent=n),this.shareData={},this.historyUpdateUrl&&window.history.replaceState({},document.title,this.historyUpdateUrl),this.isNewPost=!1,this.postUrn&&(this.shareData.reshareUrn=this.postUrn,this.shareData.attributedShareUrn=this.postUrn),null===(e=window.lazyloader)||void 0===e||e.then(e=>{e.refreshLoader()}),this.updatePostButtonStatus()}renderShareArticleShareSection(){const e=this.el.querySelector("#share-modal .modal-content .reshare-section");e.children.length?this.shareArticleNodeChild=e.children[0].cloneNode(!0):e.appendChild(this.shareArticleNodeChild)}composePostData(){this.shareData.text=Pg.textContent,this.shareData.visibility="PUBLIC",Dg&&(this.shareData.visibility="CONTAINER",this.shareData.containerEntity=Dg.value),Mg.checked&&(this.shareData.visibility="CONNECTIONS")}processPostData(){oa(Ng),this.composePostData(),Vs({endpoint:this.endpoint,queryId:Fg.query,variables:this.shareData}).then(e=>{var t,n;200!==e.status&&Promise.reject();const i=(null===(t=JSON.parse(null==e?void 0:e.responseText).graphQL)||void 0===t||null===(n=t.createPost)||void 0===n?void 0:n.activityUrn)||Promise.reject();window.tracking.then(e=>{Ho(e,"ajax","post_success_page_key")}),Gu().trigger("success",fa("postSuccessMessage"),"post-success-toast-dismiss",{url:"/feed/update/"+i,trk:"share-post-success",text:fa("postSuccessViewPost"),target:"_self"}),this.close()}).catch(()=>{window.tracking.then(e=>{Ho(e,"ajax","post_failure_page_key")}),Gu().trigger("error",fa("postFailureMessage"),"post-error-toast-dismiss"),this.close()})}close(){super.close({enableHistoryBack:!this.openShareModalByLink})}_removeShareParams(){var e;const t=new URL(window.location.href);null===(e=t.searchParams)||void 0===e||e.delete("openShareModal"),window.history.pushState({},document.title,t.toString())}}va(Fg,"query","971e319c05beaf333e94125db8c4f942");const Bg={"send-connection-invite":[{degradationKey:"failed-to-invite"}],follow:[{degradationKey:"failed-to-follow"}],unfollow:[{degradationKey:"failed-to-unfollow"}]};Hu({featureName:"send-connection-invite",productName:"Lite-feed",featureMappingToDegradationConfig:Bg}),Hu({featureName:"follow",productName:"Lite-feed",featureMappingToDegradationConfig:Bg}),Hu({featureName:"unfollow",productName:"Lite-feed",featureMappingToDegradationConfig:Bg});class jg extends Xs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:jg.query,variables:{inviteeVanityName:e},successCallback:t,failureCallback:n})}}va(jg,"query","71a5ef30bcb1e84ab5a2b77850d4bb1e");class qg extends Xs{constructor(){super(...arguments)}execute(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:qg.query,variables:{skills:e},successCallback:t,failureCallback:n})}}va(qg,"query","a628cd3be2c138c07fc69c2413b23fb6");class Gg extends Xs{constructor(){super(...arguments)}execute(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Gg.query,variables:{skills:e},successCallback:t,failureCallback:n})}}va(Gg,"query","a0ff03a6b1cbe44862cb2054f0612078");class Hg extends Xs{constructor(){super(...arguments)}execute(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Hg.query,variables:{alertChannel:e.alertChannel||"EMAIL",alertFrequency:e.alertFrequency||"DAILY",creationChannel:e.creationChannel||"ONBOARD",searchParams:e.searchParams},successCallback:t,failureCallback:n})}}va(Hg,"query","ad184ece0303620a9753eca249efd99f");class Wg extends Xs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Wg.query,variables:{updateProfilePictureInput:e},successCallback:t,failureCallback:n})}}va(Wg,"query","7edd5b8a4513caf8180a64ecde871630");class Kg extends Xs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Kg.query,variables:{updateSettingsResponseDataFetcherInput:{type:"SHOW_PICTURE_SETTING",valueString:e}},successCallback:t,failureCallback:n})}}va(Kg,"query","97ceca0bcbbf3fd6d744083b4de0a202");document.querySelector.bind(document);class zg extends Xs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:zg.query,variables:{digitalmediaAssetUrn:e},successCallback:t,failureCallback:n})}}va(zg,"query","85c85c121bf7eaabd2388b9143f94546");class Vg extends Xs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Vg.query,variables:{assetUrn:e},successCallback:t,failureCallback:n})}}va(Vg,"query","886ab48d89d7bb06bd1a5d5454286645");!function(){const e=document.querySelector(".language-selector");e&&new U(e)}(),function(){const e=document.querySelector(".dropdown");e&&new F(e)}()})();