!function(e){var t={};function __webpack_require__(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,__webpack_require__),i.l=!0,i.exports}__webpack_require__.m=e,__webpack_require__.c=t,__webpack_require__.d=function(e,t,n){__webpack_require__.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},__webpack_require__.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return __webpack_require__.d(t,"a",t),t},__webpack_require__.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},__webpack_require__.p="",__webpack_require__(__webpack_require__.s=9)}([function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return _t}),n.d(t,"b",function(){return y}),n.d(t,"c",function(){return Ee}),n.d(t,"d",function(){return me}),n.d(t,"e",function(){return te}),n.d(t,"f",function(){return D}),n.d(t,"g",function(){return J}),n.d(t,"h",function(){return ne}),n.d(t,"i",function(){return getEmbeddedContent}),n.d(t,"j",function(){return getMarketingTrackingInstance}),n.d(t,"k",function(){return s}),n.d(t,"l",function(){return i}),n.d(t,"m",function(){return request}),n.d(t,"n",function(){return Et});window.encodeURIComponent;function getPageKey(e){let t=e.querySelector('meta[name="pageKey"]');return t?t.content+"_jsbeacon":""}function getPageTag(e){let t=e.querySelector('meta[name="linkedin:pageTag"]');return t&&t.content||""}function getLocale(e){let t=e.querySelector('meta[name="locale"]');return t&&t.content||""}function getDomain(e){let t=e.domain;return t?t.split(".").slice(-2).join("."):""}function trimDoubleQuotes(e){return e&&'"'===e.charAt(0)&&'"'===e.charAt(e.length-1)?e.slice(1,-1):e}var i=Object.freeze({__proto__:null,getPageKey:getPageKey,getPageTag:getPageTag,getLocale:getLocale,getDomain:getDomain,trimDoubleQuotes:trimDoubleQuotes});const r={ARROW_DOWN:"ArrowDown",ARROW_LEFT:"ArrowLeft",ARROW_RIGHT:"ArrowRight",ARROW_UP:"ArrowUp",ESCAPE:"Escape",ENTER:"Enter",SPACEBAR:" ",TAB:"Tab"},o={Down:r.ARROW_DOWN,Right:r.ARROW_RIGHT,Left:r.ARROW_LEFT,Up:r.ARROW_UP,Esc:r.ESCAPE,Spacebar:r.SPACEBAR,Tab:r.TAB};function normalizeKeyBoardEventKey(e){return o[e]||e}function closest(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}function onload(e){"complete"===document.readyState?e():window.addEventListener("load",()=>{setTimeout(e)})}function makeArray(e){return null==e||"object"!=typeof e?[]:Array.prototype.slice.call(e)}function elementInViewport(e){const t=e.getBoundingClientRect(),n=window.innerHeight||document.documentElement.clientHeight,i=window.innerWidth||document.documentElement.clientWidth,r=t.top<=n&&t.top+t.height>=0,o=t.left<=i&&t.left+t.width>=0;return r&&o}function hasElementScrolledToThreshold({scrollTop:e=scrollY,clientHeight:t=window.innerHeight,scrollHeight:n=document.body.scrollHeight}={},i=0){return e>=n-(t+t*i)}function getQueryParam(e,t,n){const i=new RegExp("([\\?&])".concat(n?t:encodeURIComponent(t),"=([^&#]*)")).exec(e);return i&&(n?i[2]:decodeURIComponent(i[2]))}function addQueryParam(e,t,n,i){if(!e||!t)throw new Error("Required param of addQueryParam missing: url = ".concat(e,",  key = ").concat(t));t=encodeURIComponent(t),n=encodeURIComponent(n);const r=getQueryParam(e,t,!0);if(r)return i?e.replace(r,n):e;{const i=e.indexOf("?");let[r,o]=e.split("#"),s="&";return i<0?s="?":i===e.length-1&&(s=""),o&&(o="#".concat(o)),"".concat(r).concat(s).concat(t,"=").concat(n).concat(o||"")}}function debounce(e,t,n){if("function"!=typeof e)throw new TypeError("Expected a function.");let i;return(...r)=>{const o=n&&!i;clearTimeout(i),i=setTimeout(()=>{i=null,n||e.apply(this,r)},t),o&&e.apply(this,r)}}function getCookie(e){const t=document.cookie.match(new RegExp("(^| )"+e+"=([^;]+)"));return t&&t[2]}function dispatchCustomEvent(e,t,n={}){const i=document.createEvent("CustomEvent");i.initCustomEvent(t,!0,!0,n),e.dispatchEvent(i)}function getDeferredPromise(){let e,t;const n=new Promise((n,i)=>{e=n,t=i});return n.resolve=e,n.reject=t,n}var s=Object.freeze({__proto__:null,closest:closest,onload:onload,makeArray:makeArray,outerWidth:function(e){let t=e.offsetWidth,n=getComputedStyle(e);return t+=(parseInt(n.marginLeft,10)||0)+(parseInt(n.marginRight,10)||0)},elementInViewport:elementInViewport,hasElementScrolledToThreshold:hasElementScrolledToThreshold,getQueryParam:getQueryParam,addTrackingCode:function(e,t){return addQueryParam(e,"trk",t)},addQueryParam:addQueryParam,debounce:debounce,getCookie:getCookie,dispatchCustomEvent:dispatchCustomEvent,getDeferredPromise:getDeferredPromise});const a="click",c="keydown",l="focus",d="keyup";class u{constructor(e,t,{mainButton:n,closeButton:i},r={}){if(!e)throw Error("An element must be provided to Collapsible");if(!t)throw Error("An list element must be provided to Collapsible");if(!n)throw Error("A main button element must be provided to Collapsible");this.el=e,this.listEl=t;let{currentListItem:o=t.children[0],isOpen:s=!1}=r;this.currentListItem=o,this.isOpen=s,this.mainButton=n,this.closeButton=i,this.buttons=[n],this.el.addEventListener(d,e=>this._onKeyUp(e)),this.mainButton.addEventListener(a,()=>this.closeButton?this._open():this._toggle()),this.mainButton.addEventListener(c,e=>this._onButtonKeyDown(e)),this.closeButton&&(this.closeButton.addEventListener(a,()=>this.close()),this.closeButton.addEventListener(c,e=>this._onButtonKeyDown(e)),this.buttons.push(this.closeButton)),this.currentListItem&&this.currentListItem.setAttribute("aria-selected",!0),this.listEl.addEventListener(c,e=>this._onListKeyDown(e))}_toggle(){this.isOpen?this.close():this._open()}_onButtonKeyDown(e){const t=normalizeKeyBoardEventKey(e.key);switch(t){case r.ENTER:case r.SPACEBAR:e.preventDefault(),this.isOpen?this.close():this._open(t);break;case r.ARROW_UP:this.isOpen||this._open();break;case r.ARROW_DOWN:this.isOpen&&this.close()}}_onKeyUp(e){normalizeKeyBoardEventKey(e.key)===r.SPACEBAR&&e.preventDefault()}_onListKeyDown(e){let t;switch(normalizeKeyBoardEventKey(e.key)){case r.SPACEBAR:dispatchCustomEvent(e.target,a);break;case r.ESCAPE:this.isOpen&&this.close();break;case r.ARROW_LEFT:case r.ARROW_UP:let n=(t=closest(e.target,"li")).previousElementSibling;n&&dispatchCustomEvent(n,l);break;case r.ARROW_RIGHT:case r.ARROW_DOWN:let i=(t=closest(e.target,"li")).nextElementSibling;i&&dispatchCustomEvent(i,l)}}_open(){this.isOpen||(this.isOpen=!0,this.buttons.forEach(e=>e.setAttribute("aria-expanded",this.isOpen)),dispatchCustomEvent(this.el,"open"),dispatchCustomEvent(this.currentListItem,l))}close({shouldReturnFocusToTrigger:e=!0}={}){this.isOpen&&(this.isOpen=!1,this.buttons.forEach(e=>e.setAttribute("aria-expanded",this.isOpen)),dispatchCustomEvent(this.el,"close"),e&&this.mainButton.focus())}}const h=".".concat("collapsible-dropdown","__list"),g=".".concat("collapsible-dropdown","__button"),p="hidden";class f{constructor(e,t=(e=>e),{currentListItem:n,dropdownTriggerEl:i,listEl:r}={}){if(!e)throw Error("An element must be provided to CollapsibleDropdown");this.el=e,this.listEl=r||this.el.querySelector(h),this.dropdownTriggerEl=i||this.el.querySelector(g),this._getFocusItemFromListItem=t,this.hideClass=p,this.collapsible=new u(e,this.listEl,{mainButton:this.dropdownTriggerEl},{currentListItem:n}),this._handleBodyClick=this._handleBodyClick.bind(this),this._focusOutsideDropdown=this._focusOutsideDropdown.bind(this),this._leaveWindow=this._leaveWindow.bind(this),this._attachEventListeners()}_attachEventListeners(){this.el.addEventListener("open",()=>this._showDropdownList()),this.el.addEventListener("close",()=>this._hideDropdownList()),this.listEl.addEventListener("focus",e=>this._focusItem(e))}_focusItem(e){const t=e.target;if(t){const e=this._getFocusItemFromListItem(t);e&&e.focus()}}_handleBodyClick(e){this.el.contains(e.target)||this.collapsible.close({shouldReturnFocusToTrigger:!1})}_showDropdownList(){document.addEventListener("mousedown",this._handleBodyClick),this.el.addEventListener("focusout",this._focusOutsideDropdown),window.addEventListener("blur",this._leaveWindow),this.listEl.classList.remove(this.hideClass)}_hideDropdownList(){document.removeEventListener("mousedown",this._handleBodyClick),this.el.removeEventListener("focusout",this._focusOutsideDropdown),window.removeEventListener("blur",this._leaveWindow),this.listEl.classList.add(this.hideClass)}_focusOutsideDropdown(e){e.relatedTarget&&!this.el.contains(e.relatedTarget)&&this.collapsible.isOpen&&this.collapsible.close()}_leaveWindow(){this.collapsible.isOpen&&this.collapsible.close()}}function request(e,{method:t="GET",headers:n={},sendCookies:i=!0,skipCsrfToken:r=!1,postData:o}={}){return new Promise((s,a)=>{const c=new XMLHttpRequest;if(c.addEventListener("load",function(){if(c.status>=200&&c.status<300||304===c.status)s({status:c.status,responseText:c.responseText});else{const n=new Error("".concat(t," request for ").concat(e," has failed with status code ").concat(c.status));n.response={status:c.status,responseText:c.responseText},a(n)}}),c.addEventListener("error",function(e){a(e)}),c.open(t,e,!0),c.withCredentials=i,Object.keys(n).forEach(e=>{c.setRequestHeader(e,n[e])}),!r){const e=getCookie("JSESSIONID");e&&c.setRequestHeader("Csrf-Token",trimDoubleQuotes(e))}c.send(o)})}const m="data-locale",_=".collapsible-dropdown__list",E=".language-selector__button",v="language-selector__link",b=".".concat(v),w="".concat(b,"--selected");class y{constructor(e){if(!e)throw Error("An element must be provided to LanguageSelector");this._el=e,this.listEl=this._el.querySelector(_),this.dropdownTriggerEl=this._el.querySelector(E),this.currentListItem=this.listEl.querySelector(w),this.getFocusItemFromListItem=(e=>e.classList.contains(v)?e:e.querySelector(b)),this.collapsibleDropdown=new f(e,this.getFocusItemFromListItem,{dropdownTriggerEl:this.dropdownTriggerEl,currentListItem:this.currentListItem}),this._attachCustomEventListeners()}_attachCustomEventListeners(){this.listEl.addEventListener("click",this._handleLocaleButtonClick.bind(this))}_handleLocaleButtonClick(e){const t=e.target.getAttribute(m);return this._makeLangCookieRequest(t).then(()=>{location.reload()})}_makeLangCookieRequest(e){const t=trimDoubleQuotes(getCookie("bcookie")||""),n=getDomain(document),i=this._getRequestDomain(n);return request("".concat(i,"/psettings/update-language/cors?csrfToken=").concat(encodeURIComponent(t)),{method:"POST",headers:{"Content-Type":"application/json"},postData:JSON.stringify({locale:e}),skipCsrfToken:!0})}_getRequestDomain(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}}var T="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==e?e:"undefined"!=typeof self?self:{};parseInt;var I="object"==typeof T&&T&&T.Object===Object&&T,S="object"==typeof self&&self&&self.Object===Object&&self;I||S||Function("return this")(),Object.prototype.toString,Math.max,Math.min;const k=".member-nav-menu";"".concat(k,"__item-link"),"".concat(k,"__button");var O=function(e,t){return e(t={exports:{}},t.exports),t.exports}(function(e,t){!function(e){"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==T||"undefined"!=typeof self&&self;var t,n,i,r,o,s=(function(e,t){!function(e,t){var n="undefined"!=typeof window&&window&&"node"!==window.appEnvironment,i=n&&!!window.requestIdleCallback,r={AJAX_METHOD:"POST",DEFAULT_PAGE_TYPE:"ajax",globalTrackingUrl:null,globalTrackingAppId:"no.app.id",queue:[],paused:!1,maxQueueSize:1,queueTimeout:1e3,timeoutId:null,disableSendBeacon:!0,csrfToken:"",testId:"",testSegId:"",setProperty:function(e,t){void 0!==t&&(this[e]=t)},setTrackingUrl:function(e){this.setProperty("globalTrackingUrl",e)},setAppId:function(e){this.setProperty("globalTrackingAppId",e)},setCsrfToken:function(e){this.setProperty("csrfToken",e)},setTestId:function(e){this.setProperty("testId",e)},setTestSegId:function(e){this.setProperty("testSegId",e)},getCookieString:function(){return document.cookie},getCsrfToken:function(){for(var e=this.getCookieString().split(";"),t=0;t<e.length;t++){for(var n=e[t];" "===n.charAt(0);)n=n.substring(1);if(-1!==n.indexOf("JSESSIONID=")){var i=n.substring("JSESSIONID=".length,n.length);return'"'===i[0]&&'"'===i[i.length-1]&&(i=i.substring(1,i.length-1)),i}}return""},createXmlHttpObject:function(){return n&&window.XMLHttpRequest?new XMLHttpRequest:null},beacon:function(e,t,i,r){this._beacon(e,t,i,r||this.globalTrackingUrl,this.disableSendBeacon?null:n&&navigator.sendBeacon&&navigator.sendBeacon.bind(navigator))},_beacon:function(e,t,n,i,r){if(r){var o=void 0;try{o=r(i,e)}catch(t){throw"object"==typeof t&&(t.message="Error sending ["+e+"] to "+i+" using sendBeacon:"+t.message,t.tags=["tracking"]),t}if(o)return void(t&&t(o))}this.ajax(e,t,n,i)},ajax:function(e,t,n,i){var r;i?(r=this.createXmlHttpObject())&&(r.open(this.AJAX_METHOD,i,!0),r.withCredentials=!0,r.setRequestHeader("Content-type","application/json"),this.csrfToken?r.setRequestHeader("Csrf-Token",this.csrfToken):r.setRequestHeader("Csrf-Token",this.getCsrfToken()),this.testId&&r.setRequestHeader("X-LinkedIn-traceDataContext-ENG_TEST_ID",this.testId),this.testSegId&&r.setRequestHeader("X-LinkedIn-traceDataContext-ENG_TEST_SEGMENT_ID",this.testSegId),r.onreadystatechange=function(){4===r.readyState&&(200===r.status||304===r.status?"function"==typeof t&&t(r):n&&n('Response is not "OK" or "Not Modified" for tracking request'))},4!==r.readyState&&r.send(e)):n&&n("Tracking url is not defined")},pause:function(){this.paused=!0},unpause:function(){this.paused=!1,this.queue.length>=this.maxQueueSize&&this.flush()},flush:function(){this.queue.length>0&&(this.beacon(JSON.stringify(this.queue),null,this.logError),this.queue=[]),i?cancelIdleCallback(this.timeoutId):clearTimeout(this.timeoutId),this.timeoutId=null,this.paused=!1},idleFlush:function(e){var t=this,n=Date.now();return requestIdleCallback(function(i){i.timeRemaining()>8||i.didTimeout?t.flush():t.timeoutId=t.idleFlush(e-(Date.now()-n))},{timeout:e})},addToQueue:function(e){if(this.queue.push(e),this.queue.length>=this.maxQueueSize&&!this.paused)return this.flush();if(!this.timeoutId){var t=this;i&&!this.paused?this.timeoutId=this.idleFlush(this.queueTimeout):this.timeoutId=setTimeout(function(){t.flush()},this.queueTimeout)}},validateEvent:function(e,t,n){this.beacon(JSON.stringify([{eventInfo:this.populateEventInfo(e),eventBody:this.populateEventHeaders(t)}]),function(e){return n(null,e)},function(e){return n(e)},this.globalTrackingUrl+"/validate")},sendEvent:function(e,t){this.addToQueue({eventInfo:this.populateEventInfo(e),eventBody:this.populateEventHeaders(t)})},getTimestamp:function(){return Math.round((new Date).getTime()/1e3)},populateEventInfo:function(e){return"string"==typeof e&&(e={eventName:e}),e&&"object"==typeof e?(e.appId||(e.appId=this.globalTrackingAppId),e):(this.logError("Event info must be object"),{})},populateEventHeaders:function(e){return e&&"object"==typeof e?e:(this.logError("Event body must be object"),{})},logError:function(e){var t=window.console;t&&t.error&&t.error(e)},init:function(){this.setTrackingUrl(),this.setAppId(),this.onBeforeUnload=this.onBeforeUnload.bind(this),n&&window.addEventListener("beforeunload",this.onBeforeUnload)},destroy:function(){this.flush(),n&&window.removeEventListener("beforeunload",this.onBeforeUnload)},onBeforeUnload:function(){this.flush()}};t.exports=r}(0,e)}(t={exports:{}},t.exports),t.exports),a="li_trk_navigation",c="undefined";function fetchFromSessionStorage(){if(typeof window!==c&&typeof window.sessionStorage!==c)try{return JSON.parse(window.sessionStorage.getItem(a))}catch(e){}}function saveToSessionStorage(e){if(typeof window!==c&&typeof window.sessionStorage!==c)try{window.sessionStorage.setItem(a,JSON.stringify(e))}catch(e){}}(o=e.ControlInteractionType||(e.ControlInteractionType={}))[o.FOCUS=0]="FOCUS",o[o.UNFOCUS=1]="UNFOCUS",o[o.KEYBOARD_SUBMIT=2]="KEYBOARD_SUBMIT",o[o.DRAG=3]="DRAG",o[o.PINCH_OPEN=4]="PINCH_OPEN",o[o.PINCH_CLOSE=5]="PINCH_CLOSE",o[o.DOUBLE_PRESS=6]="DOUBLE_PRESS",o[o.LONG_PRESS=7]="LONG_PRESS",o[o.SHORT_PRESS=8]="SHORT_PRESS",o[o.SWIPE_UP=9]="SWIPE_UP",o[o.SWIPE_DOWN=10]="SWIPE_DOWN",o[o.SWIPE_LEFT=11]="SWIPE_LEFT",o[o.SWIPE_RIGHT=12]="SWIPE_RIGHT",o[o.FLICK_UP=13]="FLICK_UP",o[o.FLICK_DOWN=14]="FLICK_DOWN",o[o.FLICK_LEFT=15]="FLICK_LEFT",o[o.FLICK_RIGHT=16]="FLICK_RIGHT",o[o.SHAKE=17]="SHAKE",o[o.KEYBOARD_NEXT=18]="KEYBOARD_NEXT",o[o.HOVER=19]="HOVER",(r=e.PageViewPageType||(e.PageViewPageType={}))[r.FULL=1]="FULL",r[r.AJAX=2]="AJAX",r[r.IFRAME=3]="IFRAME",r[r.REDIRECT=4]="REDIRECT",r[r.API=5]="API",r[r.FORM=6]="FORM",r[r.ROUTER=7]="ROUTER",r[r.ERROR=8]="ERROR",(i=e.EventTypes||(e.EventTypes={}))[i.PageViewEvent=0]="PageViewEvent",i[i.NavigationEvent=1]="NavigationEvent",i[i.ExternalNavigationEvent=2]="ExternalNavigationEvent",i[i.ControlInteractionEvent=3]="ControlInteractionEvent",i[i.PageVisibilityChangeEvent=4]="PageVisibilityChangeEvent";var l="undefined"!=typeof window?window:null;l?function(){var e=l.crypto||l.msCrypto;if(!n&&e&&e.getRandomValues){var t=new Uint8Array(16);(n=function(){return e.getRandomValues(t),t})()}if(!n){var i=new Uint8Array(16);n=function(){for(var e=0,t=void 0;e<16;e++)0==(3&e)&&(t=4294967296*Math.random()),i[e]=(t||0)>>>((3&e)<<3)&255;return i}}}():n=function(){var e=new Uint8Array(16);return e.fill(Math.floor(256*Math.random()))};for(var d=[],u=0;u<256;u++)d[u]=(u+256).toString(16).substr(1);function uuid(){var e=new Uint8Array(16),t=n();t[6]=15&t[6]|64,t[8]=63&t[8]|128;for(var i=0;i<16;i++)e[0+i]=t[i];return e}function generateTrackingId(){return function(e){for(var t=[],n=0;n<e.length;n+=32768)t.push(String.fromCharCode.apply(null,e.subarray(n,n+32768)));return btoa(t.join(""))}(uuid())}function generatePageUrn(e){return e?"urn:li:page:"+e:null}function generateControlUrn(e,t){return e&&t?"urn:li:control:"+t+"-"+e:null}function derivePageKeyFromUrn(e){return e?e.split(":").pop():null}function generatePageInstance(e,t){return e?{trackingId:t||generateTrackingId(),pageUrn:generatePageUrn(e)}:null}function derivePageInstanceFromString(e){if("string"!=typeof e)return null;var t=e.split(";");return 2===t.length?{pageUrn:t[0],trackingId:t[1]}:null}function getReferrer(e){return e&&e.referrer}function getTrackingCode(e){if(e&&e.URL){var t=e.URL.match(/trk=([^&]+)/);if(t&&2===t.length)return t[1]}return null}var h=10,g=10,p=Object.assign||function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var i=Object(e),r=0;r<t.length;r++){var o=t[r];if(null!==o)for(var s in o)Object.prototype.hasOwnProperty.call(o,s)&&(i[s]=o[s])}return i},f=function(){function AppTrackingInstance(e){void 0===e&&(e={appId:null,initialPageInstance:null}),this.config=e;var t=this.config.disableInitialAnchorPageViewEvent||!1;if(!this.config.appId)throw new Error("TrackingTwo requires an appId.");if(!this.config.initialPageInstance){var n=document.querySelector('meta[name="trk-pageinstance"]');if(n&&(this.config.initialPageInstance=derivePageInstanceFromString(n.getAttribute("content"))),!this.config.initialPageInstance)throw new Error("TrackingTwo requires an initialPageInstance");t=!0}this.config.eventHeaderProperties?this.config.eventHeaderProperties.pageInstance&&delete this.config.eventHeaderProperties.pageInstance:this.config.eventHeaderProperties={},this.config.userRequestHeaderProperties?this.config.userRequestHeaderProperties.pageKey&&delete this.config.userRequestHeaderProperties.pageKey:this.config.userRequestHeaderProperties={},this.config.validationMode=!!this.config.validationMode||!1,this.config.trackingUrl=this.config.trackingUrl||"/li/track";var i=function(){var e=window.location.pathname,t=e+window.location.search,n=window.location.href,i=fetchFromSessionStorage();if(!i)return null;for(var r=0;r<i.length;r++){var o=i[r],s=o.href;if(s===e||s===t||s===n){var a=i.splice(r,1)[0];return saveToSessionStorage(i),a}}return null}();i&&(e.previousPageInstance=i.prevInstance),this.config.eventHeaderProperties,this.config.userRequestHeaderProperties,this.config,s.init(),s.setProperty("disableSendBeacon",!1),s.setTrackingUrl(this.config.trackingUrl),s.setProperty("maxQueueSize",this.config.requestBatchingMaxQueueSize||h),s.setProperty("queueTimeout",1e3*(this.config.requestBatchingMaxWaitSeconds||g)),this.state={currentPageInstance:e.initialPageInstance,previousPageInstance:e.previousPageInstance||null};var r=this.config.prevControlName||(i?i.controlName:null);this.fireNavigationEvent(this.state.previousPageInstance,r),t||this.firePageViewEvent(),this._boundDocumentClickHandler=this._handleDocumentClicks.bind(this),document&&document.body.addEventListener("click",this._boundDocumentClickHandler,!0),this._boundDocumentClickBubbleHandler=this._handleDocumentClicksBubble.bind(this),document&&document.body.addEventListener("click",this._boundDocumentClickBubbleHandler,!1),this._boundWindowBeforeUnloadHandler=this._handleWindowBeforeUnload.bind(this),window&&window.addEventListener("beforeunload",this._boundWindowBeforeUnloadHandler,!0),this._boundDocumentVisibilityChangeHandler=this._handleDocumentVisibilityChange.bind(this);var o="visibilitychange";document&&(void 0!==document.msHidden&&(o="msvisibilitychange"),document.addEventListener(o,this._boundDocumentVisibilityChangeHandler,!0))}return AppTrackingInstance.prototype._handleDocumentClicks=function(e){for(var t=e.target,n=t;n!==e.currentTarget&&!n.hasAttribute("data-tracking-control-name");)n=n.parentElement;if(n!==e.currentTarget){var i=n.getAttribute("data-tracking-control-name"),r=!n.hasAttribute("data-tracking-no-cie");r&&this.fireControlInteractionEvent(i)}},AppTrackingInstance.prototype._handleDocumentClicksBubble=function(e){for(var t=e.target,n=t;n!==e.currentTarget&&!n.hasAttribute("data-tracking-control-name");)n=n.parentElement;if(n!==e.currentTarget){var i=n.getAttribute("data-tracking-control-name"),r=n.hasAttribute("data-tracking-will-navigate"),o=n.getAttribute("data-tracking-href")||n.getAttribute("href");r&&!e.defaultPrevented&&this.saveStateForPageDeparture({controlName:i,href:o})}},AppTrackingInstance.prototype._handleWindowBeforeUnload=function(e){var t=e.target.activeElement,n=t,i=null,r=!1;if(t){for(;n!==e.currentTarget&&("function"!=typeof n.hasAttribute||!n.hasAttribute("data-tracking-control-name"))&&n.parentElement;)n=n.parentElement;n!==e.currentTarget&&("getAttribute"in n&&(i=n.getAttribute("data-tracking-control-name")),"hasAttribute"in n&&(r=n.hasAttribute("data-tracking-will-navigate")))}r||this.fireExternalNavigationEvent(i)},AppTrackingInstance.prototype._handleDocumentVisibilityChange=function(){var e=!1;if(void 0!==document.msHidden)e=document.msHidden;else{if(void 0===document.hidden)return;e=document.hidden}this.firePageVisibilityChangeEvent(e)},AppTrackingInstance.prototype.saveStateForPageDeparture=function(e){if(e){var t,n,i=e.controlName,r=e.href;t={controlName:i,href:r,prevInstance:this.state.currentPageInstance},(n=fetchFromSessionStorage()||[]).push(t),saveToSessionStorage(n)}},AppTrackingInstance.prototype.fireControlInteractionEvent=function(t,n,i){if(void 0===n&&(n=e.ControlInteractionType.SHORT_PRESS),void 0===i&&(i={}),!t)throw new Error("controlName is required.");var r=derivePageKeyFromUrn(this.state.currentPageInstance.pageUrn),o=i.uiControlPageKey||r;this.fireTrackingEvent(e.EventTypes[e.EventTypes.ControlInteractionEvent],{requestHeader:{},header:{},controlUrn:generateControlUrn(t,o),interactionType:e.ControlInteractionType[n]},i)},AppTrackingInstance.prototype.fireNavigationEvent=function(t,n,i){void 0===i&&(i={});var r=t?derivePageKeyFromUrn(t.pageUrn):null,o=i.uiControlPageKey||r;this.fireTrackingEvent(e.EventTypes[e.EventTypes.NavigationEvent],{requestHeader:{},header:{},previousPageInstance:t,triggerControlUrn:generateControlUrn(n,o)},i)},AppTrackingInstance.prototype.fireExternalNavigationEvent=function(t,n){void 0===n&&(n={});var i=n.uiControlPageKey||derivePageKeyFromUrn(this.state.currentPageInstance.pageUrn);this.fireTrackingEvent(e.EventTypes[e.EventTypes.ExternalNavigationEvent],{requestHeader:{},header:{},triggerControlUrn:generateControlUrn(t,i)},n,!0)},AppTrackingInstance.prototype.firePageViewEvent=function(t,n){void 0===n&&(n={});var i=(n=p({},n)).pageViewPageType||e.PageViewPageType.AJAX,r=derivePageKeyFromUrn(this.state.currentPageInstance.pageUrn),o=t||r;this.fireTrackingEvent(e.EventTypes[e.EventTypes.PageViewEvent],{requestHeader:{pageKey:o},header:{},pageType:e.PageViewPageType[i].toLowerCase(),trackingInfo:{clientTimestamp:Date.now().toString()}},n)},AppTrackingInstance.prototype.fireAnchorPageViewEvent=function(e,t,n){if(void 0===n&&(n={}),!e)throw new Error("newPageKey is required.");var i=p({},this.state.currentPageInstance),r=generatePageInstance(e);this.state.previousPageInstance=i,this.state.currentPageInstance=r,this.fireNavigationEvent(i,t,n),this.firePageViewEvent(e,n)},AppTrackingInstance.prototype.firePageVisibilityChangeEvent=function(t,n){void 0===n&&(n={}),this.fireTrackingEvent(e.EventTypes[e.EventTypes.PageVisibilityChangeEvent],{requestHeader:{},header:{},isVisible:!t},n)},AppTrackingInstance.prototype.fireTrackingEvent=function(e,t,n,i){if(void 0===n&&(n={}),void 0===i&&(i=!1),!e||!t)throw new Error("eventName and body are required.");t=p({},t),(n=p({},n)).topicName||(n.topicName=e),n.pageInstance||(n.pageInstance=this.state.currentPageInstance);var r=p({pageKey:derivePageKeyFromUrn(n.pageInstance.pageUrn),path:window.location.href,referer:getReferrer(document),trackingCode:getTrackingCode(document)},this.config.userRequestHeaderProperties,t.requestHeader);delete t.requestHeader,delete t.header.pageInstance;var o=p({pageInstance:n.pageInstance,time:Date.now()},this.config.eventHeaderProperties,t.header);delete t.header;var a={requestHeader:r,header:o};this.config.mapHeaders&&(a=this.config.mapHeaders(a));var c=p(a,t),l={eventName:e,topicName:n.topicName,appId:this.config.appId};this.config.validationMode?s.validateEvent(l,c,function(t){t&&console.error("Event "+e+" failed validation!")}):(s.sendEvent(l,c),i&&s.flush())},AppTrackingInstance.prototype.destroy=function(){s.destroy(),document.removeEventListener("click",this._boundDocumentClickHandler,!0)},AppTrackingInstance.createFromPageKey=function(e,t){return e.initialPageInstance=generatePageInstance(t),new AppTrackingInstance(e)},AppTrackingInstance}();e.AppTrackingInstance=f,e.clearNavStorage=function(){window.sessionStorage.removeItem(a)},e.derivePageInstanceFromString=derivePageInstanceFromString,e.derivePageKeyFromUrn=derivePageKeyFromUrn,e.generateControlUrn=generateControlUrn,e.generatePageInstance=generatePageInstance,e.generatePageUrn=generatePageUrn,e.generateTrackingId=generateTrackingId,e.getReferrer=getReferrer,e.getTrackingCode=getTrackingCode,e.stringifyPageInstance=function(e){return e?e.pageUrn+";"+e.trackingId:null},e.uuid=uuid,e.webTrackingTransport=s}(t)});let C=null;function firePageViewEvent(e,t="ajax",n){e.fireTrackingEvent("PageViewEvent",function(e,t="ajax"){const n=getPageTag(document),i=getLocale(document);let r={};i&&(r.interfaceLocale=i);e&&(r.pageKey=e);return{header:{},requestHeader:r,pageType:t,trackingInfo:{clientTimestamp:Date.now(),pageTag:n}}}(n,t))}function fireViewModuleImpressionEvent(e,t){const n=getLocale(document),i={};n&&(i.interfaceLocale=n);const r={header:{},requestHeader:i,moduleNames:t};e.fireTrackingEvent("ViewModuleImpressionEvent",r)}new RegExp("^(?:https?|ftp|mailto|tel|sms|blob|voyager|android-app|linkedin|chrome-extension|invalid|data:(?:(?:image/(?:gif|jpe?g|png))|(?:application/x-font-woff)|(?:font/(?:opentype|ttf)))[;,]|[/.#?])");function _defineProperty(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ownKeys(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 _objectSpread2(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(n),!0).forEach(function(t){_defineProperty(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}const P=".slide-list__list",L={PREV:"prev",NEXT:"next"},A='slide-list__nav-button[data-direction="prev"]',R='slide-list__nav-button[data-direction="next"]',N="slide-list__list--dragging",U=10,x=20,M="slide-list__header-nav--minimal";class D{constructor(e){if(!e)throw new Error("No element passed in");this._el=e,this._previousButton=e.querySelector(".".concat(A)),this._nextButton=e.querySelector(".".concat(R)),this._listEl=e.querySelector(P),this._slideNavDisabled=this._el.dataset.disabled,this._dragLimit=this._listEl.offsetWidth,this._items=this._listEl.children,this._lock={},this._currentPage=0,this._isRtl="rtl"===document.body.dir,this._isMinimalNav=e.querySelector(".".concat(M)),("ontouchstart"in window||!this._slideNavDisabled)&&(this._initCalc(),window.addEventListener("resize",this._handleWindowResize.bind(this)),"ontouchstart"in window?(this._el.addEventListener("touchstart",this._handleTouchStart.bind(this)),this._el.addEventListener("touchmove",this._handleTouchMove.bind(this)),this._el.addEventListener("touchend",this._handleTouchEnd.bind(this)),this._isMinimalNav&&this._el.addEventListener("click",this._handleScrollAction.bind(this))):this._el.addEventListener("click",this._handleScrollAction.bind(this)))}next(e){return e=e||1,this._currentPage+e<=this._pageTranslates.length-1&&(this._currentPage+=e,this._updateSlideButtons(),this._updateListPosition()),this._currentPage}prev(e){return e=e||1,this._currentPage-e>=0&&(this._currentPage-=e,this._updateSlideButtons(),this._updateListPosition()),this._currentPage}_handleWindowResize(){this._isResizing||(this._isResizing=!0,window.requestAnimationFrame(this._initCalc.bind(this)))}_initCalc(){this._pageTranslates=this._getPageTranslates(),this._updateSlideButtons(),this._updateListPosition(),this._isResizing=!1}_getPageTranslates(){const e=this._listEl.offsetWidth,t=this._listEl.scrollWidth,n=this._isRtl?e-this._items[0].offsetLeft-this._items[0].offsetWidth:this._items[0].offsetLeft,i=t-e;let r=[0];for(let t=0;t<this._items.length;t+=1){const o=r[r.length-1];if(this._isRtl&&this._items[t].offsetLeft>=0)continue;let s=Math.abs(this._isRtl?this._items[t].offsetLeft+this._items[t].offsetWidth:this._items[t].offsetLeft),a=Math.abs(this._isRtl?this._items[t].offsetLeft:this._items[t].offsetLeft+this._items[t].offsetWidth);if((0!==s||0!==n)&&a>o+e){if(s>=i)break;r.push(s-n)}}return r.push(i),r}_handleScrollAction(e){const t=e.target.dataset.direction||e.target.parentElement.dataset.direction;t&&(this._listEl.addEventListener("transitionend",this._fireScrollEvent.bind(this)),t===L.PREV?this.prev():t===L.NEXT&&this.next())}_fireScrollEvent(){dispatchCustomEvent(window,"scroll"),this._listEl.removeEventListener("transitionend",this._fireScrollEvent)}_updateListPosition(){this._updateTranslateXY(this._isRtl?this._pageTranslates[this._currentPage]:-this._pageTranslates[this._currentPage],0)}_updateSlideButtons(){if(this._previousButton&&this._nextButton){if(this._previousButton.disabled=!1,this._nextButton.disabled=!1,!this._pageTranslates[1]||this._pageTranslates[1]<0)return this._previousButton.disabled=!0,void(this._nextButton.disabled=!0);0===this._currentPage&&(this._previousButton.disabled=!0),this._currentPage!==this._pageTranslates.length-1&&0!==this._pageTranslates.length||(this._nextButton.disabled=!0)}}_resetTouchEvents(){this._dragging=!1,this._dragCanceled=!1,this._listEl.classList.remove(N),this._lock.left=this._isRtl?this._currentPage===this._pageTranslates.length-1:0===this._currentPage,this._lock.right=this._isRtl?0===this._currentPage:this._currentPage===this._pageTranslates.length-1,this._dragThresholdMet=!1,this._t={current:{x:0,y:0}}}_handleTouchStart(e){this._resetTouchEvents(),this._t.start=this._getEventPosition(e),this._dragging=!0,this._listEl.classList.add(N)}_handleTouchMove(e){if(!this._dragging||this._dragCanceled)return;let t=this._getEventPosition(e);this._t.current={x:this._t.start.x-t.x,y:this._t.start.y-t.y},this._canDrag()?(this._dragThresholdMet=!0,e.preventDefault(),this._lock.left&&this._t.current.x<0?this._t.current.x=this._t.current.x*-this._dragLimit/(this._t.current.x-this._dragLimit):this._lock.right&&this._t.current.x>0&&(this._t.current.x=this._t.current.x*this._dragLimit/(this._t.current.x+this._dragLimit)),this._updateTranslateXY((this._isRtl?this._pageTranslates[this._currentPage]:-this._pageTranslates[this._currentPage])-this._t.current.x)):this._isVerticalScrolling()&&(this._dragCanceled=!0)}_handleTouchEnd(){this._dragging&&(!this._dragCanceled&&Math.abs(this._t.current.x)>x&&(this._t.current.x>0&&!this._lock.right?this._isRtl?this._currentPage--:this._currentPage++:this._t.current.x<0&&!this._lock.left&&(this._isRtl?this._currentPage++:this._currentPage--)),this._resetTouchEvents(),this._updateListPosition())}_getEventPosition(e){return{x:e.touches[0].clientX,y:e.touches[0].clientY}}_isVerticalScrolling(){return Math.abs(this._t.current.x)<Math.abs(this._t.current.y)&&Math.abs(this._t.current.y)>U}_canDrag(){return this._dragThresholdMet||Math.abs(this._t.current.x)>Math.abs(this._t.current.y)&&Math.abs(this._t.current.x)>U}_updateTranslateXY(e,t){this._listEl.style.transform="translate3d(".concat(e||0,"px, ").concat(t||0,"px, 0px)")}}const H="tab-toggle";"".concat(H,"--active");const F=".social-share__state",q="data-share-message",B="data-share-url",j="social-share--embed",W="social-share__embed-overlay",K="social-share__embed-overlay-dismiss",G="embed-overlay__copy-text-input",z="social-share__item",V="social-share__dropdown",Y="embedOverlayShown",$="embedOverlayHidden",Q={COPY:"copy",LINKEDIN:"linkedin",TWITTER:"twitter",FACEBOOK:"facebook"},X=Object.keys(Q).map(e=>Q[e]);class J{constructor(e,{globalNavigator:t=navigator,globalWindow:n=window}={}){if(!e)throw new Error("No element passed in");this.navigator=t,this.window=n,this.el=e,this._encodedShareMessage=this.window.encodeURIComponent(this.el.getAttribute(q))||"",this._encodedShareUrl=this.window.encodeURIComponent(this.window.location.href),this.stateCheckboxEl=this.el.querySelector(F),this.isEmbed=this.el.classList.contains(j),this.embedOverlay=this.el.querySelector(".".concat(W)),this.closeButton=this.el.querySelector(".".concat(K)),this.dropdown=this.el.querySelector("#".concat(V)),this.showString=this.stateCheckboxEl.getAttribute("data-show-dialog-string"),this.hideString=this.stateCheckboxEl.getAttribute("data-hide-dialog-string"),this.onBodyClick=this._handleBodyClick.bind(this),this.onFocusOut=this._handleFocusOutDropdown.bind(this),this.onEmbedOverlayCloseClick=(()=>{this.stateCheckboxEl.checked=!1,this.onClose()}),this.init()}init(){if(this.stateCheckboxEl.addEventListener("click",this.handleStateChange.bind(this)),this.el.querySelector(".social-share__options").addEventListener("click",({target:e})=>{const t=e.classList.contains(z)?e:closest(e,".".concat(z));t&&this.share(t.dataset.shareService)}),this.isEmbed&&!this.navigator.hasOwnProperty("clipboard")){const e=this.el.querySelector(".embed-overlay__copy-btn");e.parentNode.removeChild(e)}this.el.hasAttribute(B)&&this.el.getAttribute(B)&&(this._encodedShareUrl=this.window.encodeURIComponent(this.el.getAttribute(B)))}_handleBodyClick(e){e.target===this.el||this.el.contains(e.target)||(this.stateCheckboxEl.checked=!1,this.onClose())}handleStateChange({target:e}){e.checked?this.onOpen():this.onClose()}onOpen(){this.isEmbed?(this.closeButton.addEventListener("click",this.onEmbedOverlayCloseClick),dispatchCustomEvent(this.el,Y),this.embedOverlay&&this.embedOverlay.focus()):(document.addEventListener("click",this.onBodyClick),document.addEventListener("focusin",this.onFocusOut)),this.stateCheckboxEl.setAttribute("aria-label",this.hideString),this.stateCheckboxEl.setAttribute("aria-expanded","true")}onClose(){this.isEmbed?(this.closeButton.removeEventListener("click",this.onEmbedOverlayCloseClick),dispatchCustomEvent(this.el,$)):(document.removeEventListener("click",this.onBodyClick),document.removeEventListener("focusin",this.onFocusOut)),this.stateCheckboxEl.setAttribute("aria-label",this.showString),this.stateCheckboxEl.setAttribute("aria-expanded","false"),this.stateCheckboxEl.focus()}_handleFocusOutDropdown(e){this.dropdown.contains(e.target)||(this.stateCheckboxEl.checked=!1,this.onClose(),this.el.focus())}_copyText(){let e=this.el.querySelector(".".concat(G)).value;e&&this.navigator.clipboard.writeText(e)}_getServiceUrl(e){return{linkedin:"https://www.linkedin.com/shareArticle?mini=true&url=".concat(this._encodedShareUrl,"&title=").concat(this._encodedShareMessage),twitter:"https://twitter.com/intent/tweet?url=".concat(this._encodedShareUrl,"&text=").concat(this._encodedShareMessage),facebook:"https://www.facebook.com/sharer/sharer.php&u=".concat(this._encodedShareUrl)}[e]||""}share(e){if(e===Q.COPY)this._copyText();else if(X.includes(e)){const t=this.window.location.href,n=this._getServiceUrl(e,t);this.window.open(n,e,"height=600,width=1000")}}}const Z={};function getEmbeddedContent(e){const t=document.getElementById(e);if(!t&&void 0!==Z[e])return Z[e];if(!t)return console.warn("Element with id: ".concat(e," not found")),Z[e]=null,Z[e];try{const n=t.firstChild;n.nodeType===Node.COMMENT_NODE?Z[e]=JSON.parse(n.nodeValue):(console.warn("Error retrieving content with id: ".concat(e,". Use embedJson helper to embed this content")),Z[e]=null)}catch(t){console.warn("Error fetching embedded content with id: ".concat(e)),Z[e]=null}return t.parentNode.removeChild(t),Z[e]}const ee=["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(ee,"i");class te{constructor(e,t={},n=window.tracking,i=window.lazyloader){const{sources:r,posterUrl:o,mediaUrn:s,trackingId:a,captionsUrl:c}=e.dataset,l=JSON.parse(r);if(!l.length)throw new Error("Please pass video sources in correct Array string format inside data-sources attribute");e.hasAttribute("autoplay")&&(t.autoplay=!0),this._mediaPlayerInstancePromise=this._createPlayer(e,a,s,t,i).then(e=>(o&&e.poster(o),e.src(l),c&&e.addRemoteTextTrack({kind:"captions",label:"English",srclang:"en",mode:"showing",src:c}),this._bindTracking(e,n),e))}_createPlayer(e,t,n,i,r){return r.then(e=>e.getLazyLoadedJavascriptModule("media-player")).then(r=>{const{createPlayer:o}=r,s=i.plugins&&i.plugins.rum&&i.plugins.rum.mediaHeader&&i.plugins.rum.mediaHeader.mediaSource||"ugc",a=_objectSpread2({errorDisplay:!1,controlBar:{fullscreenToggle:!0,backToStartButton:!0,captionsToggle:{selected:!0}},plugins:{}},i);return a.plugins.tracking={mediaUrn:n,trackingId:t},a.plugins.rum={mediaUrn:n,trackingId:t,mediaHeader:{mediaSource:s}},o(e,a)})}_bindTracking(e,t){t.then(t=>{const n=this._getMediaPlayerTrackingEventHandler(t);e.tracking().on("track",n),e.rum().on("track",n)})}_getMediaPlayerTrackingEventHandler(e){return function(t,{eventName:n,eventData:i}){let r=_objectSpread2({header:{},requestHeader:{}},i);delete r.name,delete r.plugin,delete r.instance,r.requestHeader.pageKey||(r.requestHeader.pageKey=getPageKey(document)),e.fireTrackingEvent(n,r)}}getPlayerPromise(){return this._mediaPlayerInstancePromise}}class ne{constructor(e,{scrollThreshold:t=50,hideOnScrollBack:n=!1,isBottom:i=!0,exposeStickyState:r=!1}={}){this.el=e,this.scrollThreshold=t,this.hideOnScrollBack=n,this.isBottom=i,this.exposeStickyState=r,this._scrollListener=this._onScroll.bind(this),this._doesPageHaveEnoughScroll()?window.addEventListener("scroll",this._scrollListener):this.hideOnScrollBack||this.show(),window.addEventListener("resize",this._setSpacing.bind(this)),onload(()=>{this.originalMarginTop=parseInt(document.body.style.marginTop)||0,this.originalMarginBottom=parseInt(document.body.style.marginBottom)||0,this._setSpacing(!0)})}_doesPageHaveEnoughScroll(){return document.body.scrollHeight>window.innerHeight+this.scrollThreshold}_setSpacing(e=!1){this.isBottom?this._setBottomSpacing():this.hideOnScrollBack||(this._setTopSpacing(),e&&this.show())}_setBottomSpacing(){let e=this.el.clientHeight;document.body.style.marginBottom&&(e+=this.originalMarginBottom),document.body.style.marginBottom="".concat(e,"px")}_setTopSpacing(){let e=this.el.clientHeight;document.body.style.marginTop&&(e+=this.originalMarginTop),document.body.style.marginTop="".concat(e,"px")}show(){this.el.classList.add("show"),dispatchCustomEvent(this.el,"show")}hide(){this.el.classList.remove("show"),dispatchCustomEvent(this.el,"hide")}_onScroll(){window.pageYOffset>this.scrollThreshold?(this.hideOnScrollBack||this.exposeStickyState||window.removeEventListener("scroll",this._scrollListener),this.show(),this.exposeStickyState&&this.el.classList.add("stuck")):(this.hideOnScrollBack&&this.hide(),this.exposeStickyState&&this.el.classList.remove("stuck"))}}const ie=['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^="-"])','[tabindex]:not([tabindex^="-"]):not([disabled])'].join(",");function isElStyleHidden(e){const t=window.getComputedStyle(e);return"hidden"===t.visibility||"none"===t.display}function isElVisible(e,t=document.documentElement,n){if(e===t)return!isElStyleHidden(e);if(n&&n.get(e))return n.get(e);let i;return isElStyleHidden(e)?i=!1:e.parentNode&&(i=isElVisible(e.parentNode,t,n)),n&&n.set(e,i),i}const re=["class","disabled","style","tabindex","type"],oe=100;class se{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)}init(){this._observer.observe(this._container,{attributeFilter:re,attributes:!0,childList:!0,subtree:!0}),this._setFirstAndLastFocusableEls(this._container),this._container.addEventListener("keydown",this._handleKeyDown)}tearDown(){this._observer.disconnect(),this._container.removeEventListener("keydown",this._handleKeyDown)}_focusTrap(e){const{key:t,target:n}=e,i=normalizeKeyBoardEventKey(t),o=i===r.TAB&&e.shiftKey;!o&&i===r.TAB&&n===this.lastFocusableEl?(this.firstFocusableEl.focus(),e.preventDefault()):o&&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())},oe)}_hasFocusBeenDropped(){const e=document.activeElement;return!e||e===document.body}_getFirstAndLastFocusableEls(e){const t=[...e.querySelectorAll(ie)],n=new Map;let i,r,o=0,s=t.length-1;for(;(!i||!r)&&o<=s;){if(!i){const r=t[o];i=isElVisible(r,e,n)&&r,o++}if(!r){const i=t[s];r=isElVisible(i,e,n)&&i,s--}}return[i,r=r||i]}}const{ENTER:ae,ESCAPE:ce}=r,le="modal__dismiss",de="modal__overlay--visible",ue="no-scroll",he="modal__overlay",ge="modal__wrapper",pe="top-level-modal-container",fe="default-outlet";class me{constructor(e){if(!e)throw new Error("No modal element passed in");this._el=e,this._parentNode=this._el.parentNode,this._topLevelContainer=this._getTopLevelContainer(),this._wrapperEl=this._el.querySelector(".".concat(ge)),this._overlayEl=this._el.querySelector(".".concat(he)),this._outletEls=this._getOutletEls(),this._exitButtonEl=this._el.querySelector(".".concat(le)),this._onKeyDownEvent=(e=>this._onKeyDown(e)),this._outletEls.forEach(e=>{e.addEventListener("click",()=>this.open())}),this._exitButtonEl.addEventListener("click",()=>this.close()),this._overlayEl.addEventListener("click",this._handleOverlayClick.bind(this)),this._focusTrap=new se(this._wrapperEl)}_getOutletEls(){const e=this._el.dataset.outlet,t=[...(e===fe?this._parentNode:document).querySelectorAll('[data-modal="'.concat(e,'"]'))];if(!t.length)throw new Error("No outlet was found with a data-modal attribute equal to the provided dataCustomOutlet param ".concat(e));return t}_getTopLevelContainer(){const e=document.querySelector(".".concat(pe));if(!e){const e=document.createElement("div");return e.className=pe,document.body.appendChild(e)}return e}_handleOverlayClick(e){e.target===this._wrapperEl||this._wrapperEl.contains(e.target)||this.close()}_onKeyDown(e){const t=normalizeKeyBoardEventKey(e.key),n=t===ae&&document.activeElement===this._exitButtonEl;(t===ce||n)&&(this.close(),e.preventDefault())}open(){this._previouslyFocusedEl=document.activeElement,this._overlayEl.classList.add(de),this._topLevelContainer.appendChild(this._el),this.noScroll(),document.addEventListener("keydown",this._onKeyDownEvent),dispatchCustomEvent(this._el,"open"),this._wrapperEl&&this._wrapperEl.focus(),this._focusTrap.init()}close(){this._overlayEl.classList.remove(de),this._parentNode.appendChild(this._el),this.removeNoScroll(),document.removeEventListener("keydown",this._onKeyDownEvent),dispatchCustomEvent(this._el,"close"),this._previouslyFocusedEl&&this._previouslyFocusedEl.focus(),this._focusTrap.tearDown()}noScroll(){document.body.classList.add(ue)}removeNoScroll(){document.body.classList.remove(ue)}}!function(e){const t=new RegExp("<(?!/?(?:"+e.allowedTags+")(?:[ \t\r\n]*/?>|[ \t\r\n]+(?:(?:(?:"+e.allowedAttributes+")(?:=([\"'])[^'\"<>]*\\1)?|(?:"+e.allowedURLAttributes+")=([\"'])(?:(?:"+e.allowedURLSchemes+")(?::|&#(?:58|x3a);)|[/.#?]|&#(?:35|4[67]|63|x(?:2[3ef]|3f));)[^'\"<>]*\\2)[ \t\r\n]*)+/?>))","i")}({allowedTags:"a|abbr|address|area|article|aside|audio|b|bdi|bdo|big|blockquote|br|button|center|cite|code|datalist|dd|del|details|dfn|div|dl|dt|em|fieldset|figcaption|figure|font|footer|h[1-6]|header|hgroup|hr|i|img|ins|kbd|label|legend|li|map|mark|marquee|nav|nobr|ol|p|pre|q|rp|rt|ruby|s|samp|section|small|source|span|strike|strong|sub|sup|table|tbody|td|tfoot|th|thead|time|tr|u|ul|var|video|wbr",allowedAttributes:"alt|aria-[a-z0-9_\\-]+|border|caption|checked|class|colgroup|color|cols|colspan|controls|coords|data-[a-z0-9_\\-]+|dir|disabled|height|hidden|hreflang|id|label|loop|marginheight|marginwidth|maxlength|method|multiple|name|preload|readonly|rel|required|reversed|role|rows|rowspan|spellcheck|tabindex|target|title|type|usemap|width|clear|headers|ismap|lang|start|datetime|accept|max|min|placeholder|size|step",allowedURLAttributes:"href|src",allowedURLSchemes:"https?|ftp|mailto"});const _e={ABSOLUTE:"loader--absolute",SHOW:"loader--show",FULL_SCREEN:"loader--full-screen",NO_SCROLL:"no-scroll",WRAPPER:"loader-wrapper"};class Ee{constructor(e,{wrapperEl:t}={}){if(!e)throw new Error("Loader el required");if(t&&!t.contains(e))throw new Error("Wrapper element is not a parent of the Loader el");this.el=e,this.wrapperEl=t,this.isAbsoluteVariant=this.wrapperEl&&this.el.classList.contains(_e.ABSOLUTE),window.addEventListener("pagehide",({persisted:e})=>{e&&this.hide()})}show(){this.el.classList.add(_e.SHOW),this.el.classList.contains(_e.FULL_SCREEN)&&document.body.classList.add(_e.NO_SCROLL),this.isAbsoluteVariant&&this.wrapperEl.classList.add(_e.WRAPPER)}hide(){this.el.classList.remove(_e.SHOW),document.body.classList.remove(_e.NO_SCROLL),this.isAbsoluteVariant&&this.wrapperEl.classList.remove(_e.WRAPPER)}}function empty(){const e=(e="")=>!e||0===e.trim().length;return e.errorMessageSuffix="error_empty",e}function tooShort(e){const t=(t="")=>t.length<e;return t.errorMessageSuffix="error_too_short",t}function tooLong(e){const t=(t="")=>t.length>e;return t.errorMessageSuffix="error_too_long",t}empty(),tooShort(3),tooLong(128),empty(),tooShort(6),tooLong(400);var ve=window||e;const be=/^((?!\.(stg|corp)).)*\.linkedin\.(com|cn)$/,we="utag_data",ye="platform.linkedin.com",Te="platform.linkedin-ei.com",Ie="www.linkedin-ei.com",Se="www.linkedin.com",ke="www.linkedin-ei.cn",Oe="www.linkedin.cn",Ce="utag",Pe="TagManagementSystemLoadEvent",Le="ExternalMarketingTagFireEvent",Ae="tealium",Re="/litms/api/metadata/user";function isProd(){const e=ve.location?ve.location.hostname:"";return be.test(e)}function getCDNHostname(){return isProd()?ye:Te}function isCnDomain(){const e=ve.location?ve.location.hostname:"";return/\.cn$/.test(e)}const Ne="GET";function executeGetRequest(e,t,n,i=!0){if("function"!=typeof t||"function"!=typeof n)throw new TypeError("One of the specified callbacks is not a function.");const r=new ve.XMLHttpRequest;r.withCredentials=i,r.open(Ne,e,!0),r.onreadystatechange=function(){this.readyState===this.DONE&&(200===this.status&&"function"==typeof t?t(this.responseText):n(this))},r.send()}function _defineProperty$1(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ue,xe={ADVERTISING:"ADVERTISING",ANALYTICS_AND_RESEARCH:"ANALYTICS_AND_RESEARCH",FUNCTIONAL:"FUNCTIONAL"},Me="GUEST",De="MEMBER",He={UNAVAILABLE:0,ACCEPTED:1,DENIED:2},Fe=(_defineProperty$1(Ue={},Me,"li_gc"),_defineProperty$1(Ue,De,"li_mc"),Ue),qe=function CookieConsent(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;for(var r in function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,CookieConsent),e=e||{},this.consentAvailable=!1,this.issuedAt=t,this.userMode=n,this.optedInConsentMap={},xe)e[r]=e[r]||He.UNAVAILABLE,e[r]!==He.UNAVAILABLE&&(this.consentAvailable=!0),this.optedInConsentMap[r]=e[r]===He.ACCEPTED||e[r]===He.UNAVAILABLE&&i===He.ACCEPTED},Be=function(){var e=[xe.ADVERTISING,xe.ANALYTICS_AND_RESEARCH,xe.FUNCTIONAL],t=[He.UNAVAILABLE,He.ACCEPTED,He.DENIED,He.UNAVAILABLE],n=new RegExp(["^(\\d+)","(\\d+)","(\\d+)","((?:.|\\s)+)"].join(";"));return{parseConsentBody:function(i,r){var o=i.match(n);if(!o)return{error:"Invalid consent body encoding",consent:new qe};for(var s=parseInt(o[1],10),a={},c=0;c<e.length;c++)a[e[c]]=t[s>>2*c&3];var l=new Date(1e3*parseInt(o[2],10)),d=parseInt(o[3],10),u=He.UNAVAILABLE;return d>=0&&d<=3&&(u=t[d]),{error:null,consent:new qe(a,l,r,u)}}}}(),je=new RegExp(["^(\\d+)","((?:.|\\s)+)"].join(";")),We=function(e,t){var n=t.match(new RegExp("(?:^|; *)".concat(e,"=([^;]*)")));if(n&&n.length>1)return n[1]},Ke=function(e){var t={};for(var n in xe)t[n]=e;return{error:null,consent:new qe(t,null,null,e)}},Ge=function(e,t){var n=atob(e).match(je);if(!n)return{error:"Invalid consent encoding",consent:new qe};var i=parseInt(n[1],10),r=n[2];switch(i){case 1:return Be.parseConsentBody(r,t);default:return{error:"Invalid encoded consent version ".concat(i),consent:new qe}}},ze=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document.cookie;return e||(e="true"===We("liap",t)?We(Fe[De],t)?De:Me:We(Fe[Me],t)?Me:De),function(e,t){var n=We(Fe[e],t);return n?Ge(n,e):We(Fe[Me],t)||We(Fe[De],t)?Ke(He.DENIED):Ke(He.ACCEPTED)}(e,t)};function getUpdatedUserAdvertisingOptIn(e){return function(){let e=ze();return!e||e.consent.optedInConsentMap.ADVERTISING}()&&function(e){return e["compliance.isGDPROptIn"]}(e)}function getUpdatedUserAnalyticsAndResearchOptIn(e){return function(){let e=ze();return!e||e.consent.optedInConsentMap.ANALYTICS_AND_RESEARCH}()}function getUpdatedUserFunctionalOptIn(e){return function(){let e=ze();return!e||e.consent.optedInConsentMap.FUNCTIONAL}()}function assign(e){for(let t=1;t<arguments.length;t++){const n=arguments[t];if(n){const t=Object.keys(n);for(let i=0;i<t.length;i++){const r=t[i];e[r]=n[r]}}}return e}let Ve;const Ye={},$e={};ve[we]||(ve[we]={});function getUrlForUserData(){return"https://".concat(isProd()?isCnDomain()?Oe:Se:isCnDomain()?ke:Ie).concat(Re)}function getUpdatedSharedEventData(){return function(e){let t=assign({},e);return t["compliance.isAdvertisingOptIn"]=getUpdatedUserAdvertisingOptIn(t),t["compliance.isAnalyticsAndResearchOptIn"]=getUpdatedUserAnalyticsAndResearchOptIn(),t["compliance.isFunctionalOptIn"]=getUpdatedUserFunctionalOptIn(),t}(Ye)}function getWhitelistForProfile(e){if(!$e[e]){const t=function(e){return"https://".concat(getCDNHostname(),"/litms/whitelist/").concat(encodeURIComponent(e))}(e),n=new Promise((e,n)=>{executeGetRequest(t,t=>{e(JSON.parse(t))},e=>{n(e)},!1)});$e[e]=n}return $e[e]}const Qe="undefined"!=typeof window&&window&&"node"!==window.appEnvironment,Xe=5;let Je;function constructContainerTagUrl(e="main",t){return function(){if(void 0===Je&&Qe){const e=ve.document.cookie.match(/litms_utag_override=([^;]+)/);Je=e?e[1]:""}return Je}().length>0?Je:function(e,t=Xe){let n=null;"string"==typeof e&&(n="https://".concat(getCDNHostname(),"/litms/utag/").concat(e,"/utag.js?cb=").concat(function(e){const t=new ve.Date;t.setSeconds(0),t.setMilliseconds(0);const n=Math.floor(t.getMinutes()/e)*e;return t.setMinutes(n),t.getTime()}(t)));return n}(e,t)}function trackPageView(e,t,n){e.onLoadRulesRunOnce(n),e.view(assign({},t,getUpdatedSharedEventData()))}function trackControlInteraction(e,t,n){e.onLoadRulesRunOnce(n),e.link(assign({},t,getUpdatedSharedEventData()))}function processQueuedEvents(e,t){if(function(e){ve[Ce]=e}(e),t instanceof Array&&t.length>0){const n=t.length;for(let i=0;i<n;i++){const n=t.shift();n.isControlInteraction?trackControlInteraction(e,n.data,n.callback):trackPageView(e,n.data,n.callback)}}}function fireTrackingEvent(e,t){!function(e){return"object"==typeof e&&"function"==typeof e.fireTrackingEvent}(e)?console.error("Unable to fire tracking event"):e.fireTrackingEvent(t.info.name,t.body)}function getTagForTrackingFromTagId(e,t){return{tagUrn:function(e,t){return"urn:li:externalMarketingTag:(".concat(function(e){const t=e.data["ut.profile"],n=e.cfg.v;return"urn:li:tagManagementSystemProfile:(".concat(Ae,",").concat(t,",").concat(n,")")}(e),",").concat(parseInt(t),")")}(e,t)}}function buildTagFireAuditEvent(e){const t=function(e){return Object.keys(e.loader.cfg).filter(t=>1===e.loader.cfg[t].send&&0!==e.loader.cfg[t].load)}(e).map(t=>getTagForTrackingFromTagId(e,t));if(0!==t.length)return{info:{name:Le},body:{header:{},requestHeader:{},tags:t}}}ve.utag_cfg_ovrd=ve.utag_cfg_ovrd||{},ve.utag_cfg_ovrd.noview=!0,ve.utag_cfg_ovrd.nocookie=!0;const Ze=Qe&&new RegExp("bot|google|aolbuild|baidu|bing|msn|duckduckgo|teoma|slurp|yandex|sogou|facebook|alexa","i").test(ve.navigator.userAgent),et={};class tt{constructor({profileName:e,tracking2Instance:t,enableWhitelisting:n=!1,cacheBusterInterval:i}={}){this.isInitialized=!1,this.isWhitelistingEnabled=!1,this._whitelistReadyPromise=Promise.resolve({}),this.isContainerTagLoaded=!1,this._queue=[],this.whitelist={pageKey:{},controlUrn:{}},this.tracking2Instance=t,this.profileName=e,this.enableWhitelisting=n,this.cacheBusterInterval=i}initialize(){return this._shouldInitialize()?this.isInitialized?(console.warn("Initialize should not be called more that once"),this.initializePromise.then()):(this.isInitialized=!0,this.initializePromise=new Promise((e,t)=>{this.enableWhitelisting?(this.isWhitelistingEnabled=!0,this._onInitializeSuccessCallback=e,this._onInitializeFailureCallback=t,this._whitelistReadyPromise=getWhitelistForProfile(this.profileName).then(e=>this._processWhitelistResult(e)).catch(e=>console.error("Unable to retrieve whitelists for profile : ".concat(this.profileName),e))):this._loadContainerTag(e,t)}),this.profileName&&(et[this.profileName]=this),this.initializePromise):Promise.resolve()}_processWhitelistResult(e){Object.keys(e).forEach(t=>this.addValuesToWhitelist(t,e[t]))}_loadContainerTag(e,t){void 0!==ve[Ce]&&(ve[Ce]=void 0),void 0!==ve[we]&&(ve[we]=void 0);const n=function(){if(!Ve){const e=getUrlForUserData();Ve=new Promise((t,n)=>{executeGetRequest(e,e=>{try{t(JSON.parse(e))}catch(e){console.error("Invalid JSON format of userSettings"),n(e)}},e=>{n(e)})})}return Ve}().then(e=>{Object.keys(e).forEach(t=>{!function(e,t){const n="string"!=typeof t?"":"".concat(t,".");"object"==typeof e&&Object.keys(e).forEach(t=>{Ye[n+t]=e[t]})}(e[t],t)})}).catch(e=>{console.error("Unable to get user settings while calling loading container tag",e)}),i=(r=constructContainerTagUrl(this.profileName,this.cacheBusterInterval),new Promise(e=>{const t=ve.document.createElement("script");t.type="text/javascript",t.src=r,t.async=!0,t.onload=e,ve.document.getElementsByTagName("head")[0].appendChild(t)}));var r;Promise.all([n,i]).then(()=>{this.isContainerTagLoaded=!0,this._uTag=ve[Ce],function(e){const t=[];e.onLoadRulesRunOnce=function(e){t.push(e)};const n=e.loader.initcfg;e.loader.initcfg=function(){n.call(this,arguments),t.length>0&&t.shift()()}}(this._uTag),this._processQueuedEvents();const t={info:{name:Pe},body:{header:{},requestHeader:{}}};"object"==typeof this.tracking2Instance&&fireTrackingEvent(this.tracking2Instance,t),e(t)}).catch(e=>{console.error("Unable to complete loading container tag",e),t()})}_shouldInitialize(){return!Ze}_shouldProcessEvent(e){return Ze?Promise.resolve(!1):this.isWhitelistingEnabled?new Promise(t=>{this._whitelistReadyPromise.then(()=>{t(this._isEventWhitelisted(e))})}):Promise.resolve(!0)}_isEventWhitelisted(e){return void 0!==e.controlUrn?this._isEventWhitelistedByControlUrn(e):this._isEventWhitelistedByPageKey(e)}_isEventWhitelistedByPageKey(e){return void 0!==this.whitelist.pageKey[e.pageKey]}_isEventWhitelistedByControlUrn(e){return void 0!==this.whitelist.controlUrn[e.controlUrn]}addValuesToWhitelist(e,t){"string"==typeof e&&Array.isArray(t)&&void 0!==this.whitelist[e]&&t.forEach(t=>{this.whitelist[e][t]=!0})}_processQueuedEvents(){this.isContainerTagLoaded?processQueuedEvents(this._uTag,this._queue):this.isInitialized&&this.isWhitelistingEnabled&&this._loadContainerTag(this._onInitializeSuccessCallback,this._onInitializeFailureCallback)}_fireAuditEvent(){const e=buildTagFireAuditEvent(this._uTag);return void 0!==this.tracking2Instance&&void 0!==e&&fireTrackingEvent(this.tracking2Instance,e),e}_createCallbackForAuditEvent(e){const t=this;return function(){const n=t._fireAuditEvent();"function"==typeof e&&e(n)}}trackPageView(e,t){return this._shouldProcessEvent(e).then(n=>{n&&(this._queue.push({isControlInteraction:!1,data:e,callback:this._createCallbackForAuditEvent(t)}),this._processQueuedEvents())})}trackControlInteraction(e,t){return this._shouldProcessEvent(e).then(n=>{n&&(this._queue.push({isControlInteraction:!0,data:e,callback:this._createCallbackForAuditEvent(t)}),this._processQueuedEvents())})}}function _maybeTrackControlInteraction({event:e,litmsInstance:t,pageKey:n}){const i=e.target.getAttribute("data-tracking-control-name"),r=e.target.hasAttribute("data-tracking-litms");i&&r&&t.trackControlInteraction({controlUrn:"urn:li:control:".concat(n,"-").concat(i)})}class nt{constructor(e){if(this.trackingInstance=e,this.pageKey=getPageKey(document),this.litmsProfileName=function(e){const t=e.querySelector('meta[name="litmsProfileName"]');return t?t.content:""}(document),!this.litmsProfileName)throw Error('Page missing "litmsProfileName" meta tag.');this.litmsInstance=new tt({tracking2Instance:this.trackingInstance,profileName:this.litmsProfileName}),this.litmsInstance.initialize(),this.clickEventListener=(e=>_maybeTrackControlInteraction({event:e,litmsInstance:this.litmsInstance,pageKey:this.pageKey})),this.keydownEventListener=(e=>{"Enter"!==e.key&&" "!==e.key&&"Spacebar"!==e.key||_maybeTrackControlInteraction({event:e,litmsInstance:this.litmsInstance,pageKey:this.pageKey})}),document.body.addEventListener("click",this.clickEventListener,!0),document.body.addEventListener("keydown",this.keydownEventListener,!0)}trackPageView({pageKey:e=""}={}){if(!("string"==typeof e||e instanceof String))throw new Error("The pageKey is not a string!");this.litmsInstance&&this.litmsInstance.trackPageView({pageKey:e||this.pageKey})}}let it;function getMarketingTrackingInstance(e){if(!it){if(!e)throw new Error("No trackingInstance passed in!");it=new nt(e)}return it}!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 rt={GOOGLE_ERROR:"googleError",GOOGLE_USER_FETCHED:"googleUserFetched",INITIALIZED:"initialized",PROMPT_MOMENT:"promptMomentNotification",TOKEN_FETCHED:"tokenFetched"},ot={INITIALIZATION:"initialization",AUTHENTICATION:"authentication"},{GOOGLE_ERROR:st,GOOGLE_USER_FETCHED:at,INITIALIZED:ct}=rt,{INITIALIZATION:lt,AUTHENTICATION:dt}=ot;const ut=rt,ht=ot,{GOOGLE_USER_FETCHED:gt,GOOGLE_ERROR:pt,INITIALIZED:ft}=ut,{INITIALIZATION:mt}=ht;".".concat("show-more-less","__list"),".".concat("show-more-less","__more-button"),".".concat("show-more-less","__less-button"),"".concat("show-more-less","__list--hide-after"),"".concat("show-more-less","__button--hide");class _t{constructor(e){if(!e)throw new Error("EllipsisMenu el required");this._el=e;const t=this._el.querySelector(".collapsible-dropdown");if(!t)throw new Error("A collapsible dropdown is required to instantiate an EllipsisMenu");this.getFocusItemFromListItem=(e=>e.querySelector("[href], button")),this.collapsibleDropdown=new f(t,this.getFocusItemFromListItem)}}"".concat("filter-dropdown","--open");const Et={getTrackingInstance:function({appId:e="seo",trackingCode:t}={}){const n=getPageKey(document),i=getQueryParam(window.location.href,"originalReferer"),r={appId:e,disableInitialAnchorPageViewEvent:!0,requestBatchingMaxWaitSeconds:.05,userRequestHeaderProperties:{}};return t&&(r.userRequestHeaderProperties.trackingCode=t),i&&(r.userRequestHeaderProperties.referer=i),C||(C=O.AppTrackingInstance.createFromPageKey(r,n)),C.generateTrackingId=O.generateTrackingId,C},firePageViewEvent:firePageViewEvent,fireViewModuleImpressionEvent:fireViewModuleImpressionEvent}}).call(t,n(1))},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";n.d(t,"a",function(){return I});var i=n(0);function onload(e){"complete"===document.readyState?e():window.addEventListener("load",()=>{e()})}function insertScript(e,t){const n=document.createElement("script");n.src=e,t&&(n.onload=t),document.head.appendChild(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){}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 r="990339570472-k6nqn1tpmitg8pui82bfaun3jrpmiuhs.apps.googleusercontent.com",o={GOOGLE_ERROR:"googleError",GOOGLE_USER_FETCHED:"googleUserFetched",INITIALIZED:"initialized",PROMPT_MOMENT:"promptMomentNotification",TOKEN_FETCHED:"tokenFetched"},s={INITIALIZATION:"initialization",AUTHENTICATION:"authentication"},a={SIGN_IN:"signin",SIGN_UP:"signup",USE:"use"},c={DISPLAY:"display",SKIPPED:"skipped",DISMISSED:"dismissed"},l={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"}};const d=o.GOOGLE_USER_FETCHED,u=o.PROMPT_MOMENT;class h extends EventTarget{constructor(e){let t=e.libSrcPath,n=e.containerId,i=e.context;var o=e.clientId;let s=void 0===o?r:o;var a=e.cancelOnTapOutside;let c=void 0===a||a;if(super(),!i)throw TypeError("context param is required to determine the message to show in Google One Tap");if(this.libSrcPath=t,this.containerId=n,this.cancelOnTapOutside=c,this.clientId=s,this.context=i,window.google&&window.google.accounts&&window.google.accounts.id)this._onGoogleApiLoad();else{if(!t)throw TypeError("Google One Tap lib is not already loaded on the page. libSrcPath is required to load the library");onload(()=>{insertScript(t,this._onGoogleApiLoad.bind(this))})}}_onGoogleApiLoad(){google.accounts.id.initialize({client_id:this.clientId,prompt_parent_id:this.containerId,callback:this._handleCredentialResponse.bind(this),cancel_on_tap_outside:this.cancelOnTapOutside,context:this.context}),Promise.resolve().then(()=>this.promptOneTap())}_handleCredentialResponse(e){const t=e.credential;let n=this.context===a.SIGN_UP?this._getBasicProfile(t):{idToken:t};if(n){const e=new CustomEvent(d,{detail:n});this.dispatchEvent(e)}}_getBasicProfile(e){try{const 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}}_dispatchSkippedEvent(e){const t={message:e,reason:l.SKIPPED.ISSUING_FAILED,type:c.SKIPPED},n=new CustomEvent(u,{detail:t});this.dispatchEvent(n)}promptOneTap(){google.accounts.id.prompt(e=>{const t={type:e.getMomentType(),reason:e.getNotDisplayedReason()||e.getSkippedReason()||e.getDismissedReason()},n=new CustomEvent(u,{detail:t});this.dispatchEvent(n)})}hideOneTap(){google.accounts.id.cancel()}}const g={CLIENT_ID:r,EVENTS:o,GOOGLE_ACCOUNT_URL:"https://accounts.google.com",GSI_ERROR_TYPES:s,GSI_ERROR_MESSAGES:{INIT_FAILED:"idpiframe_initialization_failed",POPUP_CLOSED_BY_USER:"popup_closed_by_user",ACCESS_DENIED:"access_denied",IMMEDIATE_FAILED:"immediate_failed"},GOT_CONTEXTS:a,GOT_PROMPT_MOMENT_REASONS:l,GOT_PROMPT_MOMENT_TYPES:c};function createHiddenInputElement(e,t){const n=document.createElement("input");return n.setAttribute("type","hidden"),n.setAttribute("name",e),n.setAttribute("value",t),n}const p=i.l.getPageKey(document).replace("_jsbeacon","");function addSignInFormTracking(e,t,n){window.tracking&&window.tracking.then(r=>{if(t&&e.appendChild(function(e){return createHiddenInputElement("controlId",`${p}-${e.dataset.trackingControlName}`)}(t)),e.appendChild(function(e){const t=e.state&&e.state.currentPageInstance||{};return createHiddenInputElement("pageInstance",`${t.pageUrn};${t.trackingId}`)}(r)),n){const e=`${p}_${n}`;i.n.firePageViewEvent(r,"ajax",e),Object(i.j)(r).trackPageView({pageKey:e})}})}function fireControlInteractionEvent(e){window.tracking&&window.tracking.then(t=>{t.fireControlInteractionEvent(e)})}const f=g.EVENTS,m=g.GOT_CONTEXTS,_=g.GOT_PROMPT_MOMENT_REASONS,E=g.GOT_PROMPT_MOMENT_TYPES,v=f.GOOGLE_USER_FETCHED,b=f.PROMPT_MOMENT,w=m.SIGN_IN,y=[_.NOT_DISPLAYED.BROWSER_NOT_SUPPORTED,_.NOT_DISPLAYED.OPT_OUT_OR_NO_SESSION,_.NOT_DISPLAYED.SUPPRESSED_BY_USER],T=[_.SKIPPED.AUTO_CANCEL,_.SKIPPED.TAP_OUTSIDE,_.SKIPPED.USER_CANCEL];class I{constructor(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};let n=t.onNotDisplayed,r=t.onSkipped;if(!e)throw Error("Google one tap form element must be provided");this.el=e,this.onNotDisplayed="function"==typeof n&&n,this.onSkipped="function"==typeof r&&r,this.containerEl=this.el.querySelector(".google-one-tap__container"),this.loaderEl=this.el.querySelector(".loader"),this.loader=this.loaderEl&&new i.c(this.loaderEl),addSignInFormTracking(this.el,this.containerEl),this.googleOneTapPromise=this._createGoogleOneTap()}_createGoogleOneTap(){return window.lazyloader.then(e=>e.getLazyLoadedJavascriptModule("google-one-tap-lib")).then(()=>(this.googleOneTapInstance=new h({cancelOnTapOutside:!1,context:w}),this.googleOneTapInstance.addEventListener(v,e=>{let t=e.detail;this._submitWithGoogle(t.idToken)}),this.googleOneTapInstance.addEventListener(b,e=>{let t=e.detail;const n=t.reason,i=t.type;let r=`google-one-tap-moment--${i}`;if(fireControlInteractionEvent(r=n?`${r}-${n}`:r),n)if(i===E.SKIPPED){if(this.onSkipped)this.onSkipped(t);else if(-1===T.indexOf(n))throw Error(`GoogleOneTapError ${i}: ${n}`)}else if(i===E.DISPLAY)if(this.onNotDisplayed)this.onNotDisplayed(t);else if(-1===y.indexOf(n))throw Error(`GoogleOneTapError ${i}: ${n}`)}),this.googleOneTapInstance))}_submitWithGoogle(e){this.googleIdTokenInput&&this.el.removeChild(this.googleIdTokenInput),this.googleIdTokenInput=createHiddenInputElement("googleIdToken",e),this.el.appendChild(this.googleIdTokenInput),this.loader&&this.loader.show(),this.el.submit()}}var S=g.EVENTS;S.GOOGLE_USER_FETCHED,S.GOOGLE_ERROR,S.INITIALIZED,g.GSI_ERROR_TYPES.INITIALIZATION;var k="aria-[a-z0-9_\\-]+|class|data-[a-z0-9_\\-]+|dir|id|role|tabindex",O=function(){if("undefined"==typeof document)return!0;return"textContent"in document.createElement("div")}()?"textContent":"innerText",C=["b","del","em","i","s","strong","sub","sup"],P=C.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"]),L=[k,"alt|checked|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("|"),A="href|src",R="data:image/(?:gif|jpg|jpeg|png);base64,",N="https?|ftp|mailto|invalid";function ValueString(){}function log(e,t){if(t=t||"log",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)}var U,x;x=/[&<>"'\u0000\\=]/g,U={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","\0":"�","\\":"&#92;","=":"&#61;"},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:'"'};t="function"==typeof String.fromCodePoint?function(e){return String.fromCodePoint(e)}:function(e){return e<=65535?String.fromCharCode(e):"�"}}();var M=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};var D,H=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)},F="[ \t\r\n]*",q="[ \t\r\n]+";function generateWhitelist(e){e=M(e)?e:[e];var t,n,i,r=0,o="<(?!/?";return o+="(?:",H(e,function(e,s){t=e.tags||P,n=e.attrs||L,i=e.checkUrlAttrs||!1,0!==s&&(o+="|"),o+="(?:"+t.join("|")+")",o+="(?:",o+=F,o+="|"+q,o+="(?:(?:",o+="(?:"+n+")(?:=([\"'])[^'\"<>]*\\"+ ++r+")?",i&&(o+="|(?:"+A+")=([\"'])(?:(?:"+N+")(?::|&#(?:58|x3a);)|(?:"+R+")|[/.#?]|&#(?:35|4[67]|63|x(?:2[3ef]|3f));)[^'\"<>]*\\"+ ++r),o+=")"+F+")+",o+=")"}),o+=")",o+="/?>)",new RegExp(o,"i")}function createHTMLWhitelist(e){return generateWhitelist({tags:e=e||P,checkUrlAttrs:!0})}function isSafeHTML(e,t){var n=(t=t||{}).allowTags,i=!1!==t.hasCustomElementMarkup;return n?!createHTMLWhitelist(n).test(e):i?!isSafeHTML.R_UNSAFE_CUSTOM_ELEMENT.test(e):!isSafeHTML.R_UNSAFE_HTML.test(e)}function stripTags(e){return e.replace(/<[^>]*>|[<>'"&\\]/g,"")}isSafeHTML.R_UNSAFE_HTML=createHTMLWhitelist(),isSafeHTML.R_UNSAFE_CUSTOM_ELEMENT=generateWhitelist([{tags:P,checkUrlAttrs:!0},{tags:[(D={tag:"li-icon",attrs:"active|a11y-text|animate|color|size|type"}).tag],attrs:[k,D.attrs].join("|"),checkUrlAttrs:!1}]);var B={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,"",""]};B.optgroup=B.option,B.tbody=B.tfoot=B.colgroup=B.caption=B.thead,B.th=B.td;function UnsafeString(e,t){if(!(this instanceof UnsafeString))return new UnsafeString(e,t);(t=t||{}).allowTags=t.allowTags?t.allowTags.reduce(function(e,t){return e.concat(t)},[]):null,this._string=e,this._options=t}UnsafeString.prototype=function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}(new ValueString,{toString:function(){var e=this._string,t=this._stringVal,n=e;return void 0!==t?t:(isSafeHTML(e,this._options)||(n=e,e=stripTags(e),log("UnsafeString contains non-whitelisted tags or attributes.\nString: "+n,"error")),this._stringVal=e,e)}});new RegExp("^(?:https?|ftp|mailto|tel|sms|blob|voyager|android-app|linkedin|chrome-extension|invalid|data:(?:(?:image/(?:gif|jpe?g|png))|(?:application/x-font-woff)|(?:font/(?:opentype|ttf)))[;,]|[/.#?])");const j=/\!|\@|\#|\$|\%|\^|\&|\*|\+|\=|\||<|\>|\?|\:|\;/,W=/(.)\1{3}/,K=/linkedin/i,G=/\d\d/,z=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]+)?(/.*)?"),V=/^(([^<>()\[\]\.,;:\s@\"]+(\.[^<>()\[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$/i,Y=/^[\u4E00-\u9FFF|\u3400-\u4DBF|\uF900-\uFAFF]*$/,$=/^[ぁ-ゔゞ゛゜ー]*$/,Q=/^[+]?[\s./0-9]*[(]?[0-9]{1,4}[)]?[-\s./0-9]*$/,X=e=>{const t=function(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").length<=e};return t.errorMessagePrefix="i18n_tooLong_",t},J=e=>{const t=function(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").length>=e};return t.errorMessagePrefix="i18n_tooShort_",t},Z=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!G.test(e)};Z.errorMessagePrefix="i18n_noConsecutiveDigits_";const ee=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!j.test(e)};ee.errorMessagePrefix="i18n_noForbiddenCharacters_";const te=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!W.test(e)};te.errorMessagePrefix="i18n_noFourConsecutiveDuplicates_";const ne=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!K.test(e)};ne.errorMessagePrefix="i18n_noLinkedIn_";const ie=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!z.test(e)};ie.errorMessagePrefix="i18n_noUrl_";const re=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return Y.test(e)};re.errorMessagePrefix="i18n_onlyChinese_";const oe=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return $.test(e)};oe.errorMessagePrefix="i18n_onlyPhonetic_";const se=function(){return""!==(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").trim()};se.errorMessagePrefix="i18n_required_";const ae=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return V.test(e)};ae.errorMessagePrefix="i18n_invalidFormat_";const ce=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return Q.test(e)};ce.errorMessagePrefix="i18n_invalidFormat_";const le=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return V.test(e)||Q.test(e)};le.errorMessagePrefix="i18n_invalidFormat_";const de=[X(50),ee,Z,te,ne,ie],ue=[se].concat(de),he=[oe,X(50),te];X(4),J(2),X(128),X(128),X(128),(e=>{const t=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return""===t||e(t)};t.errorMessagePrefix=e.errorMessagePrefix})(ae),J(6),X(200);g.GOT_PROMPT_MOMENT_REASONS,g.GOT_PROMPT_MOMENT_TYPES;var ge=g.EVENTS;ge.GOOGLE_ERROR,ge.GOOGLE_USER_FETCHED,ge.INITIALIZED;new Set(["百里","淳于","第五","東方 ","东方","東閣 ","东阁","東郭 ","东郭","東門 ","东门","端木","獨孤 ","独孤","公孫 ","公孙","公羊","公冶","公西","毌丘","穀梁 ","谷梁","賀蘭 ","贺兰","赫連 ","赫连","賀若 ","贺若","皇甫","黄斯","呼延","兰向","令狐","甪里","閭丘 ","闾丘","万俟","慕容","納蘭 ","纳兰","南宮 ","南宫","歐陽 ","欧阳","沙吒","上官","申屠","司馬 ","司马","司徒","司空","司寇","太史","澹臺 ","澹台","拓跋","完顏 ","完颜","聞人 ","闻人","巫馬 ","巫马","夏侯","鮮于 ","鲜于","西門 ","西门","軒轅 ","轩辕","楊子 ","杨子","耶律","樂正 ","乐正","尉遲 ","尉迟","宇文","長孫 ","长孙","鍾離 ","钟离","諸葛 ","诸葛","祝融","子車 ","子车","左人"]);Object.assign;const pe=g.EVENTS;g.GOT_CONTEXTS,g.GOT_PROMPT_MOMENT_TYPES,pe.GOOGLE_USER_FETCHED,pe.PROMPT_MOMENT},function(e,t,n){"use strict";t.a=".article-body";t.c={INIT_PAGE_INDEX:0,FETCH_COUNT:6,REPLY_FETCH_COUNT:2};t.d={CONTAINER:".article-comment__container",FIRST_LEVEL_COMMENT_ITEM:".first-level-comment",INSERT_SLOT:".article-comments-insert-slot",HEADER:".article-comment__header",SHOW_MORE_REPLY:".article-comment__nested-comments--show-more",HIDE_SHOW_MORE_REPLY:"article-comment__nested-comments--hide-show-more",HIDE_SHOW_MORE_COMMENT:"article-comment--hide-show-more",SHOW_MORE_COMMENT:".article-comment__show-more-link",REMAIN_COMMENT_NUMBER:".article-comment__remaining-comment-number",REMAINING_REPLY_NUMBER:".article-comment__nested-comments__remaining_number_reply",SHOW_MORE_COMMENT_SECTION:".article-comment__show-more-section"};t.l={ARTICLE_VIEW_EVENT:"ArticleViewEvent"};t.j={LEFT:"related-articles__box-shadow-left",RIGHT:"related-articles__box-shadow-right"};t.f="data-article-urn";t.e="data-article-permalink";t.g="data-comment-urn";t.i="data-total-reply";t.h="data-total-comment";t.b="/content-guest/article";t.k={COMMENT_BUTTON:".social-ctas__comment-button",LIKE_BUTTON:".social-ctas__like-button"}},function(e,t,n){var i;i=function(){"use strict";var e="aria-[a-z0-9_\\-]+|class|data-[a-z0-9_\\-]+|dir|id|role|tabindex",t=function(){if("undefined"==typeof document)return!0;return"textContent"in document.createElement("div")}()?"textContent":"innerText",n=["b","del","em","i","s","strong","sub","sup"],i=n.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"]),r=[e,"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("|"),o="href|src",s="data:image/(?:gif|jpg|jpeg|png);base64,",a="https?|ftp|mailto|invalid";new RegExp("&#?[a-zA-Z0-9]{1,10};");function ValueString(){}function log(e,t){if(t=t||"log","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)}var c,l,d=(l=/[&<>"'\u0000\\=]/g,c={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","\0":"�","\\":"&#92;","=":"&#61;"},function(e){return null==e?null:e.toString().replace(l,function(e){return c[e]})}),u=function(){var e,n,i=/&(?:([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 r={nbsp:" ",lt:"<",gt:">",amp:"&",quot:'"'};return n="function"==typeof String.fromCodePoint?function(e){return String.fromCodePoint(e)}:function(e){return e<=65535?String.fromCharCode(e):"�"},function(o){return null==o?null:(o+"").replace(i,function(i,o,s,a){return o?(c=o,r.hasOwnProperty(c)?r[c]:(e.innerHTML="&"+c+";",l=e[t],r[c]=l,l)):s||a?n(parseInt(s||a,s?16:10)||65533):"�";var c,l})}}();var h=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function containsHTML(e){return/[<&]/.test(e)}var g,p=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)},f="[ \t\r\n]*",m="[ \t\r\n]+";function generateWhitelist(e){e=h(e)?e:[e];var t,n,c,l=0,d="<(?!/?";return d+="(?:",p(e,function(e,u){t=e.tags||i,n=e.attrs||r,c=e.checkUrlAttrs||!1,0!==u&&(d+="|"),d+="(?:"+t.join("|")+")",d+="(?:",d+=f,d+="|"+m,d+="(?:(?:",d+="(?:"+n+")(?:=([\"'])[^'\"<>]*\\"+ ++l+")?",c&&(d+="|(?:"+o+")=([\"'])(?:(?:"+a+")(?::|&#(?:58|x3a);)|(?:"+s+")|[/.#?]|&#(?:35|4[67]|63|x(?:2[3ef]|3f));)[^'\"<>]*\\"+ ++l),d+=")"+f+")+",d+=")"}),d+=")",d+="/?>)",new RegExp(d,"i")}function createHTMLWhitelist(e){return generateWhitelist({tags:e=e||i,checkUrlAttrs:!0})}function isSafeHTML(e,t){var n=(t=t||{}).allowTags,i=!1!==t.hasCustomElementMarkup;return n?!createHTMLWhitelist(n).test(e):i?!isSafeHTML.R_UNSAFE_CUSTOM_ELEMENT.test(e):!isSafeHTML.R_UNSAFE_HTML.test(e)}function stripTags(e){return e.replace(/<[^>]*>|[<>'"&\\]/g,"")}function processString(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(o=t[i],!((r="string"==typeof o)||o instanceof ValueString||"number"==typeof o))throw new Error("Only strings, numbers, and jSecure types are allowed as placeholder replacements.");o=r?d(o):o.toString()}return n[i]=o,o})}(e,t):e,r=e;return containsHTML(i)&&!isSafeHTML(i,n)&&(i=stripTags(i),log("Content contains non-whitelisted tags or attributes:\nContent: "+r,"error")),i}function merge(e,t){for(var n=+t.length,i=0,r=e.length;i<n;i++)e[r++]=t[i];return e.length=r,e}isSafeHTML.R_UNSAFE_HTML=createHTMLWhitelist(),isSafeHTML.R_UNSAFE_CUSTOM_ELEMENT=generateWhitelist([{tags:i,checkUrlAttrs:!0},{tags:[(g={tag:"li-icon",attrs:"active|a11y-text|animate|color|size|type"}).tag],attrs:[e,g.attrs].join("|"),checkUrlAttrs:!1}]);var _={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,"",""]};_.optgroup=_.option,_.tbody=_.tfoot=_.colgroup=_.caption=_.thead,_.th=_.td;var E=/<([\w:]+)/;function buildFragment(e,t){var n,i,r,o,s,a,c,l=t.createDocumentFragment(),d=[];for(s=0,c=e.length;s<c;s++)if((o=e[s])||0===o)if("string"==typeof o){for(r=r||l.appendChild(t.createElement("div")),n=(E.exec(o)||["",""])[1].toLowerCase(),setElementContent(r,(i=_[n]||_._default)[1]+o+i[2]),a=i[0];a--;)r.lastChild&&r.lastChild.nodeType===Node.ELEMENT_NODE&&(r=r.lastChild);merge(d,r.childNodes),(r=l.firstChild).textContent=""}else merge(d,o.nodeType?[o]:o);for(l.textContent="",o=d[s=0];o;)l.appendChild(o),o=d[++s];return l}function parseHTML(e,t){var n;if(t=t||document.implementation&&document.implementation.createHTMLDocument?document.implementation.createHTMLDocument(""):document,"string"==typeof e)n=buildFragment([e],t);else{if(!h(e))return e;n=buildFragment(e,t)}return merge([],n.childNodes)}var v=processString,b=processString;function setElementContent(e,n,i){var r=processString(n,i);return containsHTML(r)?e.innerHTML=r:e[t]=r,r}function UnsafeString(e,t){if(!(this instanceof UnsafeString))return new UnsafeString(e,t);(t=t||{}).allowTags=t.allowTags?t.allowTags.reduce(function(e,t){return e.concat(t)},[]):null,this._string=e,this._options=t}function mk(e){for(var t=arguments.length,n=Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];var r="",o=void 0,s=n.length;return e&&e.forEach(function(e,t){r+=e,t<s&&(o=n[t],r+=o instanceof UnsafeString?o:d(o))}),b(r)}UnsafeString.prototype=function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}(new ValueString,{toString:function(){var e=this._string,t=this._stringVal,n=e;return void 0!==t?t:(isSafeHTML(e,this._options)||(n=e,e=stripTags(e),log("UnsafeString contains non-whitelisted tags or attributes.\nString: "+n,"error")),this._stringVal=e,e)}});var w=/ /g,y=/[\s\u0000<>"]|%00/,T=/\\/,I=/([.]|%2e){2}/i,S=new RegExp("^(?: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 sanitizeUrl(e){var t=void 0;if("string"!=typeof e)return log("jSecure Warning: url must be a string","error"),"invalid://";if((t=e.trim()).indexOf(" ")>-1&&(log("jSecure Warning: url should not contain spaces: "+e,"warn"),t=t.replace(w,"+")),!S.test(t))return log("jSecure Error: URL should be absolute with allowed schemas, relative, a hash fragment or query string. "+e,"error"),"invalid://";if(y.test(t))return log("jSecure Error: not valid url character found in url: "+e,"error"),"invalid://";var n=t.split("?")[0],i=void 0,r=!1;try{i=decodeURI(n)}catch(e){r=!0}return r?(log("jSecure Error: malformed url path detected: "+n),"invalid://"):T.test(n)||I.test(n)||I.test(i)?(log("jSecure Error: malicious data found in url path: "+n,"error"),"invalid://"):e}var k={redirect:function(e){window&&(window.location.href=e)}};return{ALLOWED_TAGS:i,FORMATTING_TAGS:n,htmlEncode:d,htmlUnencode:u,log:log,mk:mk,parseHTML:parseHTML,parseSelector:function(e){return"string"==typeof e&&/^(?:\s*(<[\w\W]+>)[^>]*)$/.test(e)?[]:e},processTemplate:v,reEncode:function(e){return d(u(e))},_redirector:k,redirect:function(e){var t=sanitizeUrl(e);t===e&&k.redirect(t)},sanitizeHTML:b,sanitizeUrl:sanitizeUrl,setElementContent:setElementContent,text:function(e){return log("jSecure.text() is deprecated. Please use jSecure.htmlEncode().","warn"),d(e)},unsafe:function(e){return e},UnsafeString:UnsafeString}},e.exports=i()},function(e,t,n){"use strict";n.d(t,"a",function(){return c});var i=n(0);const r={URL:"data-url"},o={CLICK:"click",CLOSE:"close",OPEN:"open"},s={REPORT_OPTIONS:"report-option"},a={REPORT_BODY:".semaphore-modal__body",REPORT_BUTTON:".semaphore-modal__submit",REPORT_OPTIONS:".".concat(s.REPORT_OPTIONS)};class c extends i.d{constructor(e){if(!e)throw new Error("Semaphore modal container cannot be null");super(e),this._el.addEventListener(o.OPEN,this._bindEvents.bind(this)),this.reportOptionsEl=i.k.makeArray(this._el.querySelectorAll(a.REPORT_OPTIONS)),this.submitButton=this._el.querySelector(a.REPORT_BUTTON)}_bindEvents(){this._el.querySelector(a.REPORT_BODY).addEventListener(o.CLICK,this._handleOptionClick.bind(this)),this.submitButton.addEventListener(o.CLICK,this._handleReportClick.bind(this)),this._el.addEventListener(o.CLOSE,this._tearDown.bind(this))}_handleOptionClick(e){e.target&&e.target.classList.contains(s.REPORT_OPTIONS)&&this.submitButton&&this.submitButton.disabled&&(this.submitButton.disabled=!1,this._lastTabableEl=this.submitButton)}_handleReportClick(e){let t;if(this._mapOnOptions(e=>{e&&e.checked&&(t=e)}),t){let e;if(t.hasAttribute(r.URL)&&(e=t.getAttribute(r.URL)),e)return window.location=e,void this._tearDown()}}_tearDown(){this._mapOnOptions(e=>{e&&e.checked&&(e.checked=!1)}),this.submitButton&&(this.submitButton.disabled=!0,this._lastTabableEl=this._tabableElements[this._tabableElements.length-1])}_mapOnOptions(e){this.reportOptionsEl.forEach(t=>e(t))}}},function(e,t,n){"use strict";t.a=function(e){if(!r[e])try{r[e]=JSON.parse(document.getElementById(e).firstChild.nodeValue)}catch(e){return""}return r[e]},t.b=function(){return document.querySelector(i.a).getAttribute("data-redirect-url")};var i=n(3);const r=Object.create(null)},,,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(0),r=n(2),o=n(5),s=n(4),a=n.n(s),c=n(10),l=n(11),d=n(12),u=n(13),h=n(3),g=n(14),p=n(6);window.addEventListener("load",()=>{const e=document.querySelector(h.d.CONTAINER),t=document.querySelector(".article-body"),n=document.querySelector(".related-articles"),s=document.querySelector(".social-share"),f=document.querySelector(".ellipsis-menu"),m=document.querySelector(".semaphore-modal"),_=document.querySelector(".language-selector"),E=document.querySelector(".google-one-tap");function checkScroll(){const e=n.scrollLeft+n.clientWidth,t=n.scrollWidth-e;n.scrollLeft>0?n.classList.add(h.j.LEFT):n.classList.remove(h.j.LEFT),t>0?n.classList.add(h.j.RIGHT):n.classList.remove(h.j.RIGHT)}if(_&&new i.b(_),f&&new i.a(f),m&&new o.a(m),E&&new r.a(E),Object(d.a)(),Object(c.a)(t),window.lazyloader.then(e=>e.refreshLoader()),Object(u.a)(),s&&(new i.g(s),document.querySelector(h.k.COMMENT_BUTTON).onclick=g.a,document.querySelector(h.k.LIKE_BUTTON).onclick=function(){a.a.redirect(Object(p.b)())}),e){const t=document.querySelector(h.d.INSERT_SLOT),n={articleUrn:e.getAttribute(h.f),articlePermalink:e.getAttribute(h.e),fetchCount:h.c.FETCH_COUNT,initPageIndex:h.c.INIT_PAGE_INDEX};new l.a(t,n)}n&&(n.addEventListener("scroll",checkScroll),window.addEventListener("resize",checkScroll),checkScroll())})},function(e,t,n){"use strict";t.a=function(e){e.querySelectorAll("img, iframe").forEach(e=>{const t=e.getAttribute("data-li-src").replace(/^http:\/\//i,"//");e.classList.add("lazy-load"),e.setAttribute("data-delayed-url",t),e.removeAttribute("data-li-src")})}},function(e,t,n){"use strict";var i=n(0),r=n(5),o=n(3);function addRemainingReplyNumber(e){const t=e.parentElement.childElementCount-1,n=e.getAttribute(o.i);e.querySelector(o.d.REMAINING_REPLY_NUMBER).innerText=n-t}function fetchMoreReplies(e){const t=e.target,n=t.parentElement.childElementCount-1,r=t.getAttribute(o.i);let s=o.c.REPLY_FETCH_COUNT;r-n<o.c.REPLY_FETCH_COUNT?(s=r-n,t.classList.add(o.d.HIDE_SHOW_MORE_REPLY),t.removeEventListener("click",fetchMoreReplies)):r-n===o.c.REPLY_FETCH_COUNT&&(t.classList.add(o.d.HIDE_SHOW_MORE_REPLY),t.removeEventListener("click",fetchMoreReplies));const a=t.getAttribute(o.g),c=`${o.b}/comments/${encodeURIComponent(a)}?count=${encodeURIComponent(s)}&start=${encodeURIComponent(n)}`;Object(i.m)(c,{sendCookies:!1}).then(e=>{const n=document.createElement("div");n.insertAdjacentHTML("beforeend",e.responseText),Array.prototype.slice.call(n.childNodes).forEach(e=>{t.parentElement.insertBefore(e,t.nextElementSibling)}),window.lazyloader.then(e=>e.refreshLoader()),addRemainingReplyNumber(t)})}t.a=class{constructor(e,t){if(!e)throw new Error("No container passed in");if(!t)throw new Error("No config passed in");this.commentsContainer=e,this.config=t,this.pageIndex=this.config.initPageIndex,this.articlePermalink=this.config.articlePermalink,function fetchComments(){const e=`${o.b}/comments/${encodeURIComponent(this.config.articleUrn)}?count=${this.config.fetchCount}&start=${this.pageIndex*this.config.fetchCount}&articlePermalink=${this.articlePermalink}`;Object(i.m)(e,{sendCookies:!1}).then(function(e){if(""!==e.responseText){const n=document.createElement("div");if(n.insertAdjacentHTML("beforeend",e.responseText),1===this.pageIndex){this.showMoreCommentsElement=document.querySelector(o.d.SHOW_MORE_COMMENT),this.showMoreCommentsElement.addEventListener("click",fetchComments.bind(this));const e=document.querySelector(o.d.HEADER);e&&e.hasAttribute(o.h)&&(this.totalNumberOfComments=e.getAttribute(o.h))}t=n,Array.prototype.slice.call(t.querySelectorAll(o.d.SHOW_MORE_REPLY)).forEach(e=>{addRemainingReplyNumber(e),e.addEventListener("click",fetchMoreReplies)}),Array.prototype.slice.call(n.childNodes).forEach(function(e){this.commentsContainer.appendChild(e),Array.from(e.querySelectorAll(".ellipsis-menu")).forEach(e=>new i.a(e)),Array.from(e.querySelectorAll(".semaphore-modal")).forEach(e=>new r.a(e))}.bind(this)),function(){let e=0;return Array.prototype.slice.call(document.querySelectorAll(o.d.FIRST_LEVEL_COMMENT_ITEM)).forEach(t=>{e+=parseInt(t.getAttribute(o.i)),e+=1}),this.totalNumberOfComments<=e}.call(this)&&this.showMoreCommentsElement.classList.add(o.d.HIDE_SHOW_MORE_COMMENT),window.lazyloader.then(e=>e.refreshLoader())}else{const e=document.querySelector(o.d.SHOW_MORE_COMMENT);e.classList.add(o.d.HIDE_SHOW_MORE_COMMENT)}var t}.bind(this)),this.pageIndex++}.call(this)}}},function(e,t,n){"use strict";t.a=function(){window.tracking.then(e=>{if(!o||!o.socialActivityCounts||!o.author)return void console.error(`tracking.fireArticleViewEvent requires articleData:{socialActivityCounts and author}. Failed on articleData.articleUrn: ${o.articleUrn}`);if(!e||!e.config||!e.config.initialPageInstance)return void console.error(`tracking.fireArticleViewEvent requires trackingInstance. Failed on articleData.articleUrn: ${o.articleUrn}`);const t=e.config.initialPageInstance,n={totalLikes:o.socialActivityCounts.numLikes,totalComments:o.socialActivityCounts.numComments,totalShares:o.socialActivityCounts.numShares,articleId:0,authorId:o.author.authorId,linkedInArticleUrn:o.linkedInArticleUrn,articleUrn:o.articleUrn};n.trackablePulseObject={trackingId:t.trackingId,objectUrn:o.articleUrn},n.header={pageInstance:t,time:Date.now()},e.fireTrackingEvent(r.l.ARTICLE_VIEW_EVENT,n)})};var i=n(6),r=n(3);const o=Object(i.a)("article")},function(e,t,n){"use strict";t.a=function(){window.addEventListener("scroll",lazyloadSlateFollowButton)};var i=n(4),r=n.n(i),o=n(0),s=n(6);let a=Array.prototype.slice.call(document.querySelectorAll(".slate-follow-button"));function lazyloadSlateFollowButton(){0===a.length&&window.removeEventListener("scroll",lazyloadSlateFollowButton),a.forEach(e=>{o.k.elementInViewport(e)&&function(e){const t=document.createElement("a"),n=document.createElement("icon");if(n.setAttribute("type","plus-icon"),n.setAttribute("aria-hidden",!0),t.innerText="Follow",t.setAttribute("title","Follow"),t.setAttribute("data-tracking-control-name","article_company_follow"),t.setAttribute("data-tracking-will-navigate",""),t.setAttribute("href",r.a.sanitizeUrl(Object(s.b)())),t.classList.add("article-follow-button"),t.setAttribute("alt",e.getAttribute("data-follow-button-type")+e.getAttribute("data-follow-button-id")),e.previousElementSibling.append(t),a.length>0){const t=a.indexOf(e);t>-1&&a.splice(t,1)}}(e)})}},function(e,t,n){"use strict";t.a=function(){document.querySelector(i.d.CONTAINER).scrollIntoView({block:"start",inline:"nearest",behavior:"smooth"})};var i=n(3)}]);