!function(t){var e={};function __webpack_require__(i){if(e[i])return e[i].exports;var n=e[i]={i:i,l:!1,exports:{}};return t[i].call(n.exports,n,n.exports,__webpack_require__),n.l=!0,n.exports}__webpack_require__.m=t,__webpack_require__.c=e,__webpack_require__.d=function(t,e,i){__webpack_require__.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},__webpack_require__.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return __webpack_require__.d(e,"a",e),e},__webpack_require__.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},__webpack_require__.p="",__webpack_require__(__webpack_require__.s=8)}([function(t,e,i){"use strict";(function(t){i.d(e,"a",function(){return pt}),i.d(e,"b",function(){return v}),i.d(e,"c",function(){return dt}),i.d(e,"d",function(){return Q}),i.d(e,"e",function(){return B}),i.d(e,"f",function(){return $}),i.d(e,"g",function(){return X}),i.d(e,"h",function(){return s}),i.d(e,"i",function(){return request});window.encodeURIComponent;function getPageKey(t){let e=t.querySelector('meta[name="pageKey"]');return e?e.content+"_jsbeacon":""}function getDomain(t){let e=t.domain;return e?e.split(".").slice(-2).join("."):""}function trimDoubleQuotes(t){return'"'===t.charAt(0)&&'"'===t.charAt(t.length-1)?t.slice(1,-1):t}const n={ARROW_DOWN:"ArrowDown",ARROW_LEFT:"ArrowLeft",ARROW_RIGHT:"ArrowRight",ARROW_UP:"ArrowUp",ESCAPE:"Escape",ENTER:"Enter",SPACEBAR:" ",TAB:"Tab"},o={Down:n.ARROW_DOWN,Right:n.ARROW_RIGHT,Left:n.ARROW_LEFT,Up:n.ARROW_UP,Esc:n.ESCAPE,Spacebar:n.SPACEBAR,Tab:n.TAB};function normalizeKeyBoardEventKey(t){return o[t]||t}function closest(t,e){if(!t)return null;let i=t.matches||t.webkitMatchesSelector||t.mozMatchesSelector||t.msMatchesSelector;for(;t&&!i.call(t,e);)t=t.parentElement;return t}function onload(t){"complete"===document.readyState?t():window.addEventListener("load",()=>{setTimeout(t)})}function makeArray(t){return null==t||"object"!=typeof t?[]:Array.prototype.slice.call(t)}function elementInViewport(t){const e=t.getBoundingClientRect(),i=window.innerHeight||document.documentElement.clientHeight,n=window.innerWidth||document.documentElement.clientWidth,o=e.top<=i&&e.top+e.height>=0,s=e.left<=n&&e.left+e.width>=0;return o&&s}function hasElementScrolledToThreshold({scrollTop:t=scrollY,clientHeight:e=window.innerHeight,scrollHeight:i=document.body.scrollHeight}={},n=0){return t>=i-(e+e*n)}function getQueryParam(t,e,i){const n=new RegExp("([\\?&])".concat(i?e:encodeURIComponent(e),"=([^&#]*)")).exec(t);return n&&(i?n[2]:decodeURIComponent(n[2]))}function addQueryParam(t,e,i,n){if(!t||!e)throw new Error("Required param of addQueryParam missing: url = ".concat(t,",  key = ").concat(e));e=encodeURIComponent(e),i=encodeURIComponent(i);const o=getQueryParam(t,e,!0);if(o)return n?t.replace(o,i):t;{const n=t.indexOf("?");let[o,s]=t.split("#"),r="&";return n<0?r="?":n===t.length-1&&(r=""),s&&(s="#".concat(s)),"".concat(o).concat(r).concat(e,"=").concat(i).concat(s||"")}}function debounce(t,e,i){if("function"!=typeof t)throw new TypeError("Expected a function.");let n;return(...o)=>{const s=i&&!n;clearTimeout(n),n=setTimeout(()=>{n=null,i||t.apply(this,o)},e),s&&t.apply(this,o)}}function getCookie(t){const e=document.cookie.match(new RegExp("(^| )"+t+"=([^;]+)"));return e&&e[2]}function dispatchCustomEvent(t,e,i={}){const n=document.createEvent("CustomEvent");n.initCustomEvent(e,!0,!0,i),t.dispatchEvent(n)}function getDeferredPromise(){let t,e;const i=new Promise((i,n)=>{t=i,e=n});return i.resolve=t,i.reject=e,i}var s=Object.freeze({__proto__:null,closest:closest,onload:onload,makeArray:makeArray,outerWidth:function(t){let e=t.offsetWidth,i=getComputedStyle(t);return e+=(parseInt(i.marginLeft,10)||0)+(parseInt(i.marginRight,10)||0)},elementInViewport:elementInViewport,hasElementScrolledToThreshold:hasElementScrolledToThreshold,getQueryParam:getQueryParam,addTrackingCode:function(t,e){return addQueryParam(t,"trk",e)},addQueryParam:addQueryParam,debounce:debounce,getCookie:getCookie,dispatchCustomEvent:dispatchCustomEvent,getDeferredPromise:getDeferredPromise});const r="click",a="keydown",l="focus",c="keyup";class d{constructor(t,e,{mainButton:i,closeButton:n},o={}){if(!t)throw Error("An element must be provided to Collapsible");if(!e)throw Error("An list element must be provided to Collapsible");if(!i)throw Error("A main button element must be provided to Collapsible");this.el=t,this.listEl=e;let{currentListItem:s=e.children[0],isOpen:l=!1}=o;this.currentListItem=s,this.isOpen=l,this.mainButton=i,this.closeButton=n,this.buttons=[i],this.mainButton.addEventListener(r,()=>this.closeButton?this._open():this._toggle()),this.mainButton.addEventListener(a,t=>this._onButtonKeyDown(t)),this.mainButton.addEventListener(c,t=>this._onButtonKeyUp(t)),this.closeButton&&(this.closeButton.addEventListener(r,()=>this.close()),this.closeButton.addEventListener(a,t=>this._onButtonKeyDown(t)),this.buttons.push(this.closeButton)),this.listEl.addEventListener(a,t=>this._onListKeyDown(t))}_toggle(){this.isOpen?this.close():this._open()}_onButtonKeyDown(t){const e=normalizeKeyBoardEventKey(t.key);switch(e){case n.ENTER:case n.SPACEBAR:t.preventDefault(),this.isOpen?this.close():this._open(e);break;case n.ARROW_UP:this.isOpen||this._open();break;case n.ARROW_DOWN:this.isOpen&&this.close()}}_onButtonKeyUp(t){const e=normalizeKeyBoardEventKey(t.key);this.isOpen&&e===n.SPACEBAR&&(t.preventDefault(),dispatchCustomEvent(this.currentListItem,l))}_onListKeyDown(t){let e;switch(normalizeKeyBoardEventKey(t.key)){case n.ESCAPE:this.isOpen&&this.close();break;case n.ARROW_LEFT:let i=(e=closest(t.target,"li")).previousElementSibling;i&&dispatchCustomEvent(i,l);break;case n.ARROW_RIGHT:let o=(e=closest(t.target,"li")).nextElementSibling;o&&dispatchCustomEvent(o,l)}}_open(t){this.isOpen||(this.isOpen=!0,this.buttons.forEach(t=>t.setAttribute("aria-expanded",this.isOpen)),dispatchCustomEvent(this.el,"open"),t!==n.SPACEBAR&&dispatchCustomEvent(this.currentListItem,l))}close({shouldReturnFocusToTrigger:t=!0}={}){this.isOpen&&(this.isOpen=!1,this.buttons.forEach(t=>t.setAttribute("aria-expanded",this.isOpen)),dispatchCustomEvent(this.el,"close"),t&&this.mainButton.focus())}}const h=".".concat("collapsible-dropdown","__list"),u=".".concat("collapsible-dropdown","__button"),_="hidden";class p{constructor(t,e=(t=>t),{currentListItem:i,dropdownTriggerEl:n,listEl:o}={}){if(!t)throw Error("An element must be provided to CollapsibleDropdown");this.el=t,this.listEl=o||this.el.querySelector(h),this.dropdownTriggerEl=n||this.el.querySelector(u),this._getFocusItemFromListItem=e,this.hideClass=_,this.collapsible=new d(t,this.listEl,{mainButton:this.dropdownTriggerEl},{currentListItem:i}),this._handleBodyClick=this._handleBodyClick.bind(this),this._focusOutsideDropdown=this._focusOutsideDropdown.bind(this),this._attachEventListeners()}_attachEventListeners(){this.el.addEventListener("open",()=>this._showDropdownList()),this.el.addEventListener("close",()=>this._hideDropdownList()),this.listEl.addEventListener("focus",t=>this._focusItem(t))}_focusItem(t){const e=t.target;if(e){const t=this._getFocusItemFromListItem(e);t&&t.focus()}}_handleBodyClick(t){this.el.contains(t.target)||this.collapsible.close({shouldReturnFocusToTrigger:!1})}_showDropdownList(){document.addEventListener("mousedown",this._handleBodyClick),this.el.addEventListener("focusout",this._focusOutsideDropdown),this.listEl.classList.remove(this.hideClass)}_hideDropdownList(){document.removeEventListener("mousedown",this._handleBodyClick),this.el.removeEventListener("focusout",this._focusOutsideDropdown),this.listEl.classList.add(this.hideClass)}_focusOutsideDropdown(t){t.relatedTarget&&!this.el.contains(t.relatedTarget)&&this.collapsible.isOpen&&this.collapsible.close()}}const m=31536e6,g="data-locale",f=".collapsible-dropdown__list",E=".language-selector__button",b="language-selector__link",w=".".concat(b),y="".concat(w,"--selected");class v{constructor(t){if(!t)throw Error("An element must be provided to LanguageSelector");this._el=t,this.listEl=this._el.querySelector(f),this.dropdownTriggerEl=this._el.querySelector(E),this.currentListItem=this.listEl.querySelector(y),this.getFocusItemFromListItem=(t=>t.classList.contains(b)?t:t.querySelector(w)),this.collapsibleDropdown=new p(t,this.getFocusItemFromListItem,{dropdownTriggerEl:this.dropdownTriggerEl,currentListItem:this.currentListItem}),this._attachCustomEventListeners()}_attachCustomEventListeners(){this.listEl.addEventListener("click",this._handleLocaleButtonClick.bind(this))}_handleLocaleButtonClick(t){const e=t.target.getAttribute(g);if(e){const t=this.getLangCookieString(e);null!==t&&(document.cookie=t),location.reload()}}getLangCookieString(t){let e=null;if(null!==t){const i=t.toLocaleLowerCase().replace("_","-"),n=getDomain(document);let o=new Date;o.setTime(o.getTime()+m),e='lang="v=2&lang='.concat(i,'";path=/;domain=').concat(n,";expires=").concat(o.toUTCString())}return e}}var T="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==t?t:"undefined"!=typeof self?self:{};parseInt;var S="object"==typeof T&&T&&T.Object===Object&&T,L="object"==typeof self&&self&&self.Object===Object&&self;S||L||Function("return this")(),Object.prototype.toString,Math.max,Math.min;const C=".member-nav-menu";"".concat(C,"__list"),"".concat(C,"__item-link"),"".concat(C,"__button");function _defineProperty(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function ownKeys(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),i.push.apply(i,n)}return i}function _objectSpread2(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?ownKeys(Object(i),!0).forEach(function(e){_defineProperty(t,e,i[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):ownKeys(Object(i)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))})}return t}function request(t,{method:e="GET",headers:i={},sendCookies:n=!0,skipCsrfToken:o=!1,postData:s}={}){return new Promise((r,a)=>{const l=new XMLHttpRequest;if(l.addEventListener("load",function(){if(l.status>=200&&l.status<300||304===l.status)r({status:l.status,responseText:l.responseText});else{const i=new Error("".concat(e," request for ").concat(t," has failed with status code ").concat(l.status));i.response={status:l.status,responseText:l.responseText},a(i)}}),l.addEventListener("error",function(t){a(t)}),l.open(e,t,!0),l.withCredentials=n,Object.keys(i).forEach(t=>{l.setRequestHeader(t,i[t])}),!o){const t=getCookie("JSESSIONID");t&&l.setRequestHeader("Csrf-Token",trimDoubleQuotes(t))}l.send(s)})}const O=".slide-list__list",k={PREV:"prev",NEXT:"next"},R='slide-list__nav-button[data-direction="prev"]',A='slide-list__nav-button[data-direction="next"]',x="slide-list__list--dragging",P=10,I=20,M="slide-list__header-nav--minimal";class B{constructor(t){if(!t)throw new Error("No element passed in");this._el=t,this._previousButton=t.querySelector(".".concat(R)),this._nextButton=t.querySelector(".".concat(A)),this._listEl=t.querySelector(O),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=t.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(t){return t=t||1,this._currentPage+t<=this._pageTranslates.length-1&&(this._currentPage+=t,this._updateSlideButtons(),this._updateListPosition()),this._currentPage}prev(t){return t=t||1,this._currentPage-t>=0&&(this._currentPage-=t,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 t=this._listEl.offsetWidth,e=this._listEl.scrollWidth,i=this._isRtl?t-this._items[0].offsetLeft-this._items[0].offsetWidth:this._items[0].offsetLeft,n=e-t;let o=[0];for(let e=0;e<this._items.length;e+=1){const s=o[o.length-1];if(this._isRtl&&this._items[e].offsetLeft>=0)continue;let r=Math.abs(this._isRtl?this._items[e].offsetLeft+this._items[e].offsetWidth:this._items[e].offsetLeft),a=Math.abs(this._isRtl?this._items[e].offsetLeft:this._items[e].offsetLeft+this._items[e].offsetWidth);if((0!==r||0!==i)&&a>s+t){if(r>=n)break;o.push(r-i)}}return o.push(n),o}_handleScrollAction(t){const e=t.target.dataset.direction||t.target.parentElement.dataset.direction;e&&(this._listEl.addEventListener("transitionend",this._fireScrollEvent.bind(this)),e===k.PREV?this.prev():e===k.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(x),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(t){this._resetTouchEvents(),this._t.start=this._getEventPosition(t),this._dragging=!0,this._listEl.classList.add(x)}_handleTouchMove(t){if(!this._dragging||this._dragCanceled)return;let e=this._getEventPosition(t);this._t.current={x:this._t.start.x-e.x,y:this._t.start.y-e.y},this._canDrag()?(this._dragThresholdMet=!0,t.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)>I&&(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(t){return{x:t.touches[0].clientX,y:t.touches[0].clientY}}_isVerticalScrolling(){return Math.abs(this._t.current.x)<Math.abs(this._t.current.y)&&Math.abs(this._t.current.y)>P}_canDrag(){return this._dragThresholdMet||Math.abs(this._t.current.x)>Math.abs(this._t.current.y)&&Math.abs(this._t.current.x)>P}_updateTranslateXY(t,e){this._listEl.style.transform="translate3d(".concat(t||0,"px, ").concat(e||0,"px, 0px)")}}const N="tab-toggle";"".concat(N,"--active");const U=".social-share__state",q="data-share-message",D="data-share-url",H="social-share--embed",F="social-share__embed-overlay-dismiss",j="embed-overlay__copy-text-input",W="social-share__item",K="social-share__dropdown",z="embedOverlayShown",V="embedOverlayHidden",Y={COPY:"copy",LINKEDIN:"linkedin",TWITTER:"twitter",FACEBOOK:"facebook"},G=Object.keys(Y).map(t=>Y[t]);class ${constructor(t,{globalNavigator:e=navigator,globalWindow:i=window}={}){if(!t)throw new Error("No element passed in");this.navigator=e,this.window=i,this.el=t,this._encodedShareMessage=this.window.encodeURIComponent(this.el.getAttribute(q))||"",this._encodedShareUrl=this.window.encodeURIComponent(this.window.location.href),this.stateCheckboxEl=this.el.querySelector(U),this.isEmbed=this.el.classList.contains(H),this.closeButton=this.el.querySelector(".".concat(F)),this.dropdown=this.el.querySelector("#".concat(K)),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:t})=>{const e=t.classList.contains(W)?t:closest(t,".".concat(W));e&&this.share(e.dataset.shareService)}),this.isEmbed&&!this.navigator.hasOwnProperty("clipboard")){const t=this.el.querySelector(".embed-overlay__copy-btn");t.parentNode.removeChild(t)}this.el.hasAttribute(D)&&this.el.getAttribute(D)&&(this._encodedShareUrl=this.window.encodeURIComponent(this.el.getAttribute(D)))}_handleBodyClick(t){t.target===this.el||this.el.contains(t.target)||(this.stateCheckboxEl.checked=!1,this.onClose())}handleStateChange({target:t}){t.checked?this.onOpen():this.onClose()}onOpen(){this.isEmbed?(this.closeButton.addEventListener("click",this.onEmbedOverlayCloseClick),dispatchCustomEvent(this.el,z)):(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,V)):(document.removeEventListener("click",this.onBodyClick),document.removeEventListener("focusin",this.onFocusOut)),this.stateCheckboxEl.setAttribute("aria-label",this.showString),this.stateCheckboxEl.setAttribute("aria-expanded","false")}_handleFocusOutDropdown(t){this.dropdown.contains(t.target)||(this.stateCheckboxEl.checked=!1,this.onClose(),this.el.focus())}_copyText(){let t=this.el.querySelector(".".concat(j)).value;t&&this.navigator.clipboard.writeText(t)}_getServiceUrl(t){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)}[t]||""}share(t){if(t===Y.COPY)this._copyText();else if(G.includes(t)){const e=this.window.location.href,i=this._getServiceUrl(t,e);this.window.open(i,t,"height=600,width=1000")}}}class Q{constructor(t,e={},i=window.tracking,n=window.lazyloader){const{sources:o,posterUrl:s,mediaUrn:r,trackingId:a,captionsUrl:l}=t.dataset,c=JSON.parse(o);if(!c.length)throw new Error("Please pass video sources in correct Array string format inside data-sources attribute");t.hasAttribute("autoplay")&&(e.autoplay=!0),this._mediaPlayerInstancePromise=this._createPlayer(t,a,r,e,n).then(t=>(s&&t.poster(s),t.src(c),l&&t.addRemoteTextTrack({kind:"captions",label:"English",srclang:"en",mode:"showing",src:l}),this._bindTracking(t,i),t))}_createPlayer(t,e,i,n,o){return o.then(t=>t.getLazyLoadedJavascriptModule("media-player")).then(o=>{const{createPlayer:s}=o,r=n.plugins&&n.plugins.rum&&n.plugins.rum.mediaHeader&&n.plugins.rum.mediaHeader.mediaSource||"ugc",a=_objectSpread2({errorDisplay:!1,controlBar:{fullscreenToggle:!0,backToStartButton:!0,captionsToggle:{selected:!0}},plugins:{}},n);return a.plugins.tracking={mediaUrn:i,trackingId:e},a.plugins.rum={mediaUrn:i,trackingId:e,mediaHeader:{mediaSource:r}},s(t,a)})}_bindTracking(t,e){e.then(e=>{const i=this._getMediaPlayerTrackingEventHandler(e);t.tracking().on("track",i),t.rum().on("track",i)})}_getMediaPlayerTrackingEventHandler(t){return function(e,{eventName:i,eventData:n}){let o=_objectSpread2({header:{},requestHeader:{}},n);delete o.name,delete o.plugin,delete o.instance,o.requestHeader.pageKey||(o.requestHeader.pageKey=getPageKey(document)),t.fireTrackingEvent(i,o)}}getPlayerPromise(){return this._mediaPlayerInstancePromise}}class X{constructor(t,{scrollThreshold:e=50,hideOnScrollBack:i=!1,isBottom:n=!0,exposeStickyState:o=!1}={}){this.el=t,this.scrollThreshold=e,this.hideOnScrollBack=i,this.isBottom=n,this.exposeStickyState=o,this._scrollListener=this._onScroll.bind(this),this._doesPageHaveEnoughScroll()?window.addEventListener("scroll",this._scrollListener):this.hideOnScrollBack||this.show(),onload(()=>{this.isBottom?this._addBottomSpacing():this.hideOnScrollBack||(this._addTopSpacing(),this.show())})}_doesPageHaveEnoughScroll(){return document.body.scrollHeight>window.innerHeight+this.scrollThreshold}_addBottomSpacing(){let t=this.el.clientHeight;document.body.style.marginBottom&&(t+=parseInt(document.body.style.marginBottom)),document.body.style.marginBottom="".concat(t,"px")}_addTopSpacing(){let t=this.el.clientHeight;document.body.style.marginTop&&(t+=parseInt(document.body.style.marginTop)),document.body.style.marginTop="".concat(t,"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 J=['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(t){const e=window.getComputedStyle(t);return"hidden"===e.visibility||"none"===e.display}function isElVisible(t,e=document.documentElement,i){if(t===e)return!isElStyleHidden(t);if(i&&i.get(t))return i.get(t);let n;return isElStyleHidden(t)?n=!1:t.parentNode&&(n=isElVisible(t.parentNode,e,i)),i&&i.set(t,n),n}const Z=["class","disabled","style","tabindex","type"];class tt{constructor(t){if(!t)throw new Error("FocusTrap: No focus trap container passed in");this._container=t,this._observer=new MutationObserver(()=>this._setFirstAndLastFocusableEls(this._container)),this._handleKeyDown=this._focusTrap.bind(this)}init(){this._observer.observe(this._container,{attributeFilter:Z,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(t){const{key:e,target:i}=t,o=normalizeKeyBoardEventKey(e),s=o===n.TAB&&t.shiftKey;!s&&o===n.TAB&&i===this.lastFocusableEl?(this.firstFocusableEl.focus(),t.preventDefault()):s&&i===this.firstFocusableEl&&(this.lastFocusableEl.focus(),t.preventDefault())}_setFirstAndLastFocusableEls(t){const[e,i]=this._getFirstAndLastFocusableEls(t);this.firstFocusableEl=e,this.lastFocusableEl=i}_getFirstAndLastFocusableEls(t){const e=[...t.querySelectorAll(J)],i=new Map;let n,o,s=0,r=e.length-1;for(;(!n||!o)&&s<=r;){if(!n){const o=e[s];n=isElVisible(o,t,i)&&o,s++}if(!o){const n=e[r];o=isElVisible(n,t,i)&&n,r--}}return[n,o=o||n]}}const{ENTER:et,ESCAPE:it}=n,nt="modal__dismiss",ot="modal__overlay--visible",st="no-scroll",rt="modal__overlay",at="modal__wrapper",lt="top-level-modal-container",ct="default-outlet";class dt{constructor(t){if(!t)throw new Error("No modal element passed in");this._el=t,this._parentNode=this._el.parentNode,this._topLevelContainer=this._getTopLevelContainer(),this._wrapperEl=this._el.querySelector(".".concat(at)),this._overlayEl=this._el.querySelector(".".concat(rt)),this._outletEls=this._getOutletEls(),this._exitButtonEl=this._el.querySelector(".".concat(nt)),this._onKeyDownEvent=(t=>this._onKeyDown(t)),this._outletEls.forEach(t=>{t.addEventListener("click",()=>this.open())}),this._exitButtonEl.addEventListener("click",()=>this.close()),this._overlayEl.addEventListener("click",this._handleOverlayClick.bind(this)),this._focusTrap=new tt(this._wrapperEl)}_getOutletEls(){const t=this._el.dataset.outlet,e=[...(t===ct?this._parentNode:document).querySelectorAll('[data-modal="'.concat(t,'"]'))];if(!e.length)throw new Error("No outlet was found with a data-modal attribute equal to the provided dataCustomOutlet param ".concat(t));return e}_getTopLevelContainer(){const t=document.querySelector(".".concat(lt));if(!t){const t=document.createElement("div");return t.className=lt,document.body.appendChild(t)}return t}_handleOverlayClick(t){t.target===this._wrapperEl||this._wrapperEl.contains(t.target)||this.close()}_onKeyDown(t){const e=normalizeKeyBoardEventKey(t.key),i=e===et&&document.activeElement===this._exitButtonEl;(e===it||i)&&(this.close(),t.preventDefault())}open(){this._previouslyFocusedEl=document.activeElement,this._overlayEl.classList.add(ot),this._topLevelContainer.appendChild(this._el),document.body.classList.add(st),document.addEventListener("keydown",this._onKeyDownEvent),dispatchCustomEvent(this._el,"open"),this._wrapperEl&&this._wrapperEl.focus(),this._focusTrap.init()}close(){this._overlayEl.classList.remove(ot),this._parentNode.appendChild(this._el),document.body.classList.remove(st),document.removeEventListener("keydown",this._onKeyDownEvent),dispatchCustomEvent(this._el,"close"),this._previouslyFocusedEl&&this._previouslyFocusedEl.focus(),this._focusTrap.tearDown()}}!function(t){const e=new RegExp("<(?!/?(?:"+t.allowedTags+")(?:[ \t\r\n]*/?>|[ \t\r\n]+(?:(?:(?:"+t.allowedAttributes+")(?:=([\"'])[^'\"<>]*\\1)?|(?:"+t.allowedURLAttributes+")=([\"'])(?:(?:"+t.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"});function empty(){const t=(t="")=>!t||0===t.trim().length;return t.errorMessageSuffix="error_empty",t}function tooShort(t){const e=(e="")=>e.length<t;return e.errorMessageSuffix="error_too_short",e}function tooLong(t){const e=(e="")=>e.length>t;return e.errorMessageSuffix="error_too_long",e}empty(),tooShort(3),tooLong(128),empty(),tooShort(6),tooLong(400);var ht=window||t;const ut="utag_data";ht[ut]||(ht[ut]={});const _t="undefined"!=typeof window&&window&&"node"!==window.appEnvironment;ht.utag_cfg_ovrd=ht.utag_cfg_ovrd||{},ht.utag_cfg_ovrd.noview=!0,ht.utag_cfg_ovrd.nocookie=!0;_t&&new RegExp("bot|google|aolbuild|baidu|bing|msn|duckduckgo|teoma|slurp|yandex|sogou|facebook|alexa","i").test(ht.navigator.userAgent);".".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 pt{constructor(t){if(!t)throw new Error("EllipsisMenu el required");this._el=t;const e=this._el.querySelector(".collapsible-dropdown");if(!e)throw new Error("A collapsible dropdown is required to instantiate an EllipsisMenu");this.getFocusItemFromListItem=(t=>t.querySelector("[href], button")),this.collapsibleDropdown=new p(e,this.getFocusItemFromListItem)}}}).call(e,i(1))},function(t,e){var i;i=function(){return this}();try{i=i||Function("return this")()||(0,eval)("this")}catch(t){"object"==typeof window&&(i=window)}t.exports=i},function(t,e,i){"use strict";e.a=".article-body";e.c={INIT_PAGE_INDEX:0,FETCH_COUNT:6,REPLY_FETCH_COUNT:2};e.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"};e.l={ARTICLE_VIEW_EVENT:"ArticleViewEvent"};e.j={LEFT:"related-articles__box-shadow-left",RIGHT:"related-articles__box-shadow-right"};e.f="data-article-urn";e.e="data-article-permalink";e.g="data-comment-urn";e.i="data-total-reply";e.h="data-total-comment";e.b="/content-guest/article";e.k={COMMENT_BUTTON:".social-ctas__comment-button",LIKE_BUTTON:".social-ctas__like-button"}},function(t,e,i){var n;n=function(){"use strict";var t="aria-[a-z0-9_\\-]+|class|data-[a-z0-9_\\-]+|dir|id|role|tabindex",e=function(){if("undefined"==typeof document)return!0;return"textContent"in document.createElement("div")}()?"textContent":"innerText",i=["b","del","em","i","s","strong","sub","sup"],n=i.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"]),o=[t,"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("|"),s="href|src",r="data:image/(?:gif|jpg|jpeg|png);base64,",a="https?|ftp|mailto|invalid";new RegExp("&#?[a-zA-Z0-9]{1,10};");function ValueString(){}function log(t,e){if(e=e||"log","undefined"!=typeof window&&window&&window.jet&&"error"===e.toLowerCase())try{throw new Error(t)}catch(t){try{window.jet.error(t)}catch(t){}}"undefined"!=typeof console&&"function"==typeof console[e]&&console[e](t)}var l,c,d=(c=/[&<>"'\u0000\\=]/g,l={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","\0":"�","\\":"&#92;","=":"&#61;"},function(t){return null==t?null:t.toString().replace(c,function(t){return l[t]})}),h=function(){var t,i,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)")};t=document.createElement("div");var o={nbsp:" ",lt:"<",gt:">",amp:"&",quot:'"'};return i="function"==typeof String.fromCodePoint?function(t){return String.fromCodePoint(t)}:function(t){return t<=65535?String.fromCharCode(t):"�"},function(s){return null==s?null:(s+"").replace(n,function(n,s,r,a){return s?(l=s,o.hasOwnProperty(l)?o[l]:(t.innerHTML="&"+l+";",c=t[e],o[l]=c,c)):r||a?i(parseInt(r||a,r?16:10)||65533):"�";var l,c})}}();var u=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)};function containsHTML(t){return/[<&]/.test(t)}var _,p=Array.prototype.forEach?function(t,e){Array.prototype.forEach.call(t,e)}:function(t,e){for(var i=0,n=t.length;i<n;i++)e(t[i],i)},m="[ \t\r\n]*",g="[ \t\r\n]+";function generateWhitelist(t){t=u(t)?t:[t];var e,i,l,c=0,d="<(?!/?";return d+="(?:",p(t,function(t,h){e=t.tags||n,i=t.attrs||o,l=t.checkUrlAttrs||!1,0!==h&&(d+="|"),d+="(?:"+e.join("|")+")",d+="(?:",d+=m,d+="|"+g,d+="(?:(?:",d+="(?:"+i+")(?:=([\"'])[^'\"<>]*\\"+ ++c+")?",l&&(d+="|(?:"+s+")=([\"'])(?:(?:"+a+")(?::|&#(?:58|x3a);)|(?:"+r+")|[/.#?]|&#(?:35|4[67]|63|x(?:2[3ef]|3f));)[^'\"<>]*\\"+ ++c),d+=")"+m+")+",d+=")"}),d+=")",d+="/?>)",new RegExp(d,"i")}function createHTMLWhitelist(t){return generateWhitelist({tags:t=t||n,checkUrlAttrs:!0})}function isSafeHTML(t,e){var i=(e=e||{}).allowTags,n=!1!==e.hasCustomElementMarkup;return i?!createHTMLWhitelist(i).test(t):n?!isSafeHTML.R_UNSAFE_CUSTOM_ELEMENT.test(t):!isSafeHTML.R_UNSAFE_HTML.test(t)}function stripTags(t){return t.replace(/<[^>]*>|[<>'"&\\]/g,"")}function processString(t,e,i){if(null==t)return null;t=t.toString();var n=e?function(t,e){var i={};return t.replace(/\{([^}]+)\}/g,function(t,n){var o,s=t;if(i.hasOwnProperty(n))return i[n];if(e.hasOwnProperty(n)){if(s=e[n],!((o="string"==typeof s)||s instanceof ValueString||"number"==typeof s))throw new Error("Only strings, numbers, and jSecure types are allowed as placeholder replacements.");s=o?d(s):s.toString()}return i[n]=s,s})}(t,e):t,o=t;return containsHTML(n)&&!isSafeHTML(n,i)&&(n=stripTags(n),log("Content contains non-whitelisted tags or attributes:\nContent: "+o,"error")),n}function merge(t,e){for(var i=+e.length,n=0,o=t.length;n<i;n++)t[o++]=e[n];return t.length=o,t}isSafeHTML.R_UNSAFE_HTML=createHTMLWhitelist(),isSafeHTML.R_UNSAFE_CUSTOM_ELEMENT=generateWhitelist([{tags:n,checkUrlAttrs:!0},{tags:[(_={tag:"li-icon",attrs:"active|a11y-text|animate|color|size|type"}).tag],attrs:[t,_.attrs].join("|"),checkUrlAttrs:!1}]);var f={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,"",""]};f.optgroup=f.option,f.tbody=f.tfoot=f.colgroup=f.caption=f.thead,f.th=f.td;var E=/<([\w:]+)/;function buildFragment(t,e){var i,n,o,s,r,a,l,c=e.createDocumentFragment(),d=[];for(r=0,l=t.length;r<l;r++)if((s=t[r])||0===s)if("string"==typeof s){for(o=o||c.appendChild(e.createElement("div")),i=(E.exec(s)||["",""])[1].toLowerCase(),setElementContent(o,(n=f[i]||f._default)[1]+s+n[2]),a=n[0];a--;)o.lastChild&&o.lastChild.nodeType===Node.ELEMENT_NODE&&(o=o.lastChild);merge(d,o.childNodes),(o=c.firstChild).textContent=""}else merge(d,s.nodeType?[s]:s);for(c.textContent="",s=d[r=0];s;)c.appendChild(s),s=d[++r];return c}function parseHTML(t,e){var i;if(e=e||document.implementation&&document.implementation.createHTMLDocument?document.implementation.createHTMLDocument(""):document,"string"==typeof t)i=buildFragment([t],e);else{if(!u(t))return t;i=buildFragment(t,e)}return merge([],i.childNodes)}var b=processString,w=processString;function setElementContent(t,i,n){var o=processString(i,n);return containsHTML(o)?t.innerHTML=o:t[e]=o,o}function UnsafeString(t,e){if(!(this instanceof UnsafeString))return new UnsafeString(t,e);(e=e||{}).allowTags=e.allowTags?e.allowTags.reduce(function(t,e){return t.concat(e)},[]):null,this._string=t,this._options=e}function mk(t){for(var e=arguments.length,i=Array(e>1?e-1:0),n=1;n<e;n++)i[n-1]=arguments[n];var o="",s=void 0,r=i.length;return t&&t.forEach(function(t,e){o+=t,e<r&&(s=i[e],o+=s instanceof UnsafeString?s:d(s))}),w(o)}UnsafeString.prototype=function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i]);return t}(new ValueString,{toString:function(){var t=this._string,e=this._stringVal,i=t;return void 0!==e?e:(isSafeHTML(t,this._options)||(i=t,t=stripTags(t),log("UnsafeString contains non-whitelisted tags or attributes.\nString: "+i,"error")),this._stringVal=t,t)}});var y=/ /g,v=/[\s\u0000<>"]|%00/,T=/\\/,S=/([.]|%2e){2}/i,L=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 sanitizeUrl(t){var e=void 0;if("string"!=typeof t)return log("jSecure Warning: url must be a string","error"),"invalid://";if((e=t.trim()).indexOf(" ")>-1&&(log("jSecure Warning: url should not contain spaces: "+t,"warn"),e=e.replace(y,"+")),!L.test(e))return log("jSecure Error: URL should be absolute with allowed schemas, relative, a hash fragment or query string. "+t,"error"),"invalid://";if(v.test(e))return log("jSecure Error: not valid url character found in url: "+t,"error"),"invalid://";var i=e.split("?")[0];return T.test(i)||S.test(i)||S.test(decodeURI(i))?(log("jSecure Error: malicious data found in url path: "+i,"error"),"invalid://"):t}var C={redirect:function(t){window&&(window.location.href=t)}};return{ALLOWED_TAGS:n,FORMATTING_TAGS:i,htmlEncode:d,htmlUnencode:h,log:log,mk:mk,parseHTML:parseHTML,parseSelector:function(t){return"string"==typeof t&&/^(?:\s*(<[\w\W]+>)[^>]*)$/.test(t)?[]:t},processTemplate:b,reEncode:function(t){return d(h(t))},_redirector:C,redirect:function(t){var e=sanitizeUrl(t);e===t&&C.redirect(e)},sanitizeHTML:w,sanitizeUrl:sanitizeUrl,setElementContent:setElementContent,text:function(t){return log("jSecure.text() is deprecated. Please use jSecure.htmlEncode().","warn"),d(t)},unsafe:function(t){return t},UnsafeString:UnsafeString}},t.exports=n()},function(t,e,i){"use strict";i.d(e,"a",function(){return l});var n=i(0);const o={URL:"data-url"},s={CLICK:"click",CLOSE:"close",OPEN:"open"},r={REPORT_OPTIONS:"report-option"},a={REPORT_BODY:".semaphore-modal__body",REPORT_BUTTON:".semaphore-modal__submit",REPORT_OPTIONS:".".concat(r.REPORT_OPTIONS)};class l extends n.c{constructor(t){if(!t)throw new Error("Semaphore modal container cannot be null");super(t),this._el.addEventListener(s.OPEN,this._bindEvents.bind(this)),this.reportOptionsEl=n.h.makeArray(this._el.querySelectorAll(a.REPORT_OPTIONS)),this.submitButton=this._el.querySelector(a.REPORT_BUTTON)}_bindEvents(){this._el.querySelector(a.REPORT_BODY).addEventListener(s.CLICK,this._handleOptionClick.bind(this)),this.submitButton.addEventListener(s.CLICK,this._handleReportClick.bind(this)),this._el.addEventListener(s.CLOSE,this._tearDown.bind(this))}_handleOptionClick(t){t.target&&t.target.classList.contains(r.REPORT_OPTIONS)&&this.submitButton&&this.submitButton.disabled&&(this.submitButton.disabled=!1,this._lastTabableEl=this.submitButton)}_handleReportClick(t){let e;if(this._mapOnOptions(t=>{t&&t.checked&&(e=t)}),e){let t;if(e.hasAttribute(o.URL)&&(t=e.getAttribute(o.URL)),t)return window.location=t,void this._tearDown()}}_tearDown(){this._mapOnOptions(t=>{t&&t.checked&&(t.checked=!1)}),this.submitButton&&(this.submitButton.disabled=!0,this._lastTabableEl=this._tabableElements[this._tabableElements.length-1])}_mapOnOptions(t){this.reportOptionsEl.forEach(e=>t(e))}}},function(t,e,i){"use strict";e.a=function(t){if(!o[t])try{o[t]=JSON.parse(document.getElementById(t).firstChild.nodeValue)}catch(t){return""}return o[t]},e.b=function(){return document.querySelector(n.a).getAttribute("data-redirect-url")};var n=i(2);const o=Object.create(null)},,,function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(0),o=i(4),s=i(3),r=i.n(s),a=i(9),l=i(10),c=i(11),d=i(12),h=i(2),u=i(13),_=i(5);window.addEventListener("load",()=>{const t=document.querySelector(h.d.CONTAINER),e=document.querySelector(".article-body"),i=document.querySelector(".related-articles"),s=document.querySelector(".social-share"),p=document.querySelector(".ellipsis-menu"),m=document.querySelector(".semaphore-modal"),g=document.querySelector(".language-selector");function checkScroll(){const t=i.scrollLeft+i.clientWidth,e=i.scrollWidth-t;i.scrollLeft>0?i.classList.add(h.j.LEFT):i.classList.remove(h.j.LEFT),e>0?i.classList.add(h.j.RIGHT):i.classList.remove(h.j.RIGHT)}if(g&&new n.b(g),p&&new n.a(p),m&&new o.a(m),Object(c.a)(),Object(a.a)(e),window.lazyloader.then(t=>t.refreshLoader()),Object(d.a)(),s&&(new n.f(s),document.querySelector(h.k.COMMENT_BUTTON).onclick=u.a,document.querySelector(h.k.LIKE_BUTTON).onclick=function(){r.a.redirect(Object(_.b)())}),t){const e=document.querySelector(h.d.INSERT_SLOT),i={articleUrn:t.getAttribute(h.f),articlePermalink:t.getAttribute(h.e),fetchCount:h.c.FETCH_COUNT,initPageIndex:h.c.INIT_PAGE_INDEX};new l.a(e,i)}i&&(i.addEventListener("scroll",checkScroll),window.addEventListener("resize",checkScroll),checkScroll())})},function(t,e,i){"use strict";e.a=function(t){t.querySelectorAll("img, iframe").forEach(t=>{const e=t.getAttribute("data-li-src").replace(/^http:\/\//i,"//");t.classList.add("lazy-load"),t.setAttribute("data-delayed-url",e),t.removeAttribute("data-li-src")})}},function(t,e,i){"use strict";var n=i(0),o=i(4),s=i(2);function addRemainingReplyNumber(t){const e=t.parentElement.childElementCount-1,i=t.getAttribute(s.i);t.querySelector(s.d.REMAINING_REPLY_NUMBER).innerText=i-e}function fetchMoreReplies(t){const e=t.target,i=e.parentElement.childElementCount-1,o=e.getAttribute(s.i);let r=s.c.REPLY_FETCH_COUNT;o-i<s.c.REPLY_FETCH_COUNT?(r=o-i,e.classList.add(s.d.HIDE_SHOW_MORE_REPLY),e.removeEventListener("click",fetchMoreReplies)):o-i===s.c.REPLY_FETCH_COUNT&&(e.classList.add(s.d.HIDE_SHOW_MORE_REPLY),e.removeEventListener("click",fetchMoreReplies));const a=e.getAttribute(s.g),l=`${s.b}/comments/${encodeURIComponent(a)}?count=${encodeURIComponent(r)}&start=${encodeURIComponent(i)}`;Object(n.i)(l,{sendCookies:!1}).then(t=>{const i=document.createElement("div");i.insertAdjacentHTML("beforeend",t.responseText),Array.prototype.slice.call(i.childNodes).forEach(t=>{e.parentElement.insertBefore(t,e.nextElementSibling)}),window.lazyloader.then(t=>t.refreshLoader()),addRemainingReplyNumber(e)})}e.a=class{constructor(t,e){if(!t)throw new Error("No container passed in");if(!e)throw new Error("No config passed in");this.commentsContainer=t,this.config=e,this.pageIndex=this.config.initPageIndex,this.articlePermalink=this.config.articlePermalink,function fetchComments(){const t=`${s.b}/comments/${encodeURIComponent(this.config.articleUrn)}?count=${this.config.fetchCount}&start=${this.pageIndex*this.config.fetchCount}&articlePermalink=${this.articlePermalink}`;Object(n.i)(t,{sendCookies:!1}).then(function(t){if(""!==t.responseText){const i=document.createElement("div");if(i.insertAdjacentHTML("beforeend",t.responseText),1===this.pageIndex){this.showMoreCommentsElement=document.querySelector(s.d.SHOW_MORE_COMMENT),this.showMoreCommentsElement.addEventListener("click",fetchComments.bind(this));const t=document.querySelector(s.d.HEADER);t&&t.hasAttribute(s.h)&&(this.totalNumberOfComments=t.getAttribute(s.h))}e=i,Array.prototype.slice.call(e.querySelectorAll(s.d.SHOW_MORE_REPLY)).forEach(t=>{addRemainingReplyNumber(t),t.addEventListener("click",fetchMoreReplies)}),Array.prototype.slice.call(i.childNodes).forEach(function(t){this.commentsContainer.appendChild(t),Array.from(t.querySelectorAll(".ellipsis-menu")).forEach(t=>new n.a(t)),Array.from(t.querySelectorAll(".semaphore-modal")).forEach(t=>new o.a(t))}.bind(this)),function(){let t=0;return Array.prototype.slice.call(document.querySelectorAll(s.d.FIRST_LEVEL_COMMENT_ITEM)).forEach(e=>{t+=parseInt(e.getAttribute(s.i)),t+=1}),this.totalNumberOfComments<=t}.call(this)&&this.showMoreCommentsElement.classList.add(s.d.HIDE_SHOW_MORE_COMMENT),window.lazyloader.then(t=>t.refreshLoader())}else{const t=document.querySelector(s.d.SHOW_MORE_COMMENT);t.classList.add(s.d.HIDE_SHOW_MORE_COMMENT)}var e}.bind(this)),this.pageIndex++}.call(this)}}},function(t,e,i){"use strict";e.a=function(){window.tracking.then(t=>{if(!s||!s.socialActivityCounts||!s.author)return void console.error(`tracking.fireArticleViewEvent requires articleData:{socialActivityCounts and author}. Failed on articleData.articleUrn: ${s.articleUrn}`);if(!t||!t.config||!t.config.initialPageInstance)return void console.error(`tracking.fireArticleViewEvent requires trackingInstance. Failed on articleData.articleUrn: ${s.articleUrn}`);const e=t.config.initialPageInstance,i={totalLikes:s.socialActivityCounts.numLikes,totalComments:s.socialActivityCounts.numComments,totalShares:s.socialActivityCounts.numShares,articleId:0,authorId:s.author.authorId,linkedInArticleUrn:s.linkedInArticleUrn,articleUrn:s.articleUrn};i.trackablePulseObject={trackingId:e.trackingId,objectUrn:s.articleUrn},i.header={pageInstance:e,time:Date.now()},t.fireTrackingEvent(o.l.ARTICLE_VIEW_EVENT,i)})};var n=i(5),o=i(2);const s=Object(n.a)("article")},function(t,e,i){"use strict";e.a=function(){window.addEventListener("scroll",lazyloadSlateFollowButton)};var n=i(3),o=i.n(n),s=i(0),r=i(5);let a=Array.prototype.slice.call(document.querySelectorAll(".slate-follow-button"));function lazyloadSlateFollowButton(){0===a.length&&window.removeEventListener("scroll",lazyloadSlateFollowButton),a.forEach(t=>{s.h.elementInViewport(t)&&function(t){const e=document.createElement("a"),i=document.createElement("icon");if(i.setAttribute("type","plus-icon"),i.setAttribute("aria-hidden",!0),e.innerText="Follow",e.setAttribute("title","Follow"),e.setAttribute("data-tracking-control-name","article_company_follow"),e.setAttribute("data-tracking-will-navigate",""),e.setAttribute("href",o.a.sanitizeUrl(Object(r.b)())),e.classList.add("article-follow-button"),e.setAttribute("alt",t.getAttribute("data-follow-button-type")+t.getAttribute("data-follow-button-id")),t.previousElementSibling.append(e),a.length>0){const e=a.indexOf(t);e>-1&&a.splice(e,1)}}(t)})}},function(t,e,i){"use strict";e.a=function(){document.querySelector(n.d.CONTAINER).scrollIntoView({block:"start",inline:"nearest",behavior:"smooth"})};var n=i(2)}]);