!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=2)}([function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return v}),n.d(t,"b",function(){return H}),n.d(t,"c",function(){return D}),n.d(t,"d",function(){return P}),n.d(t,"e",function(){return j}),n.d(t,"f",function(){return getEmbeddedContent}),n.d(t,"g",function(){return U}),n.d(t,"h",function(){return B}),n.d(t,"i",function(){return S});window.encodeURIComponent;function getPageKey(e){let t=e.querySelector('meta[name="pageKey"]');return t?t.content+"_jsbeacon":""}function getDomain(e){let t=e.domain;return t?t.split(".").slice(-2).join("."):""}const i={ARROW_DOWN:"ArrowDown",ARROW_RIGHT:"ArrowRight",ARROW_LEFT:"ArrowLeft",ARROW_UP:"ArrowUp",ESCAPE:"Escape",SPACEBAR:" ",ENTER:"Enter"},r={Down:i.ARROW_DOWN,Right:i.ARROW_RIGHT,Left:i.ARROW_LEFT,Up:i.ARROW_UP,Esc:i.ESCAPE,Spacebar:i.SPACEBAR};function normalizeKeyBoardEventKey(e){return r[e]||e}const s=".show-more-less-state",o="show-more-less-state__label",a=".show-more-less-state__label-more",l=".show-more-less-state__label-less",c=".see-more-less-list__list",d="see-more-less-list__list-item";class u{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:c,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:d,i=arguments[3];if(!e)throw Error("An element must be provided to SeeMoreLessList");this.el=e,this.listSelector=t,this.stateCheckbox=this.el.querySelector(s),this.listEl=this.el.querySelector(this.listSelector),this.stateLabels={showMore:this.el.querySelector(a),showLess:this.el.querySelector(l)},this.currentItemEl,i&&(this.currentItemEl=this.listEl.querySelector(i)),this.listItemClass=n,this._attachEventListeners()}_attachEventListeners(){this.el.addEventListener("keydown",this._handleKeydownNavEvents.bind(this)),this.stateCheckbox.addEventListener("change",this._handleCheckboxStateChange.bind(this))}_handleCheckboxStateChange(){Object.keys(this.stateLabels).forEach(e=>{this.stateLabels[e].setAttribute("aria-expanded",this.stateCheckbox.checked)})}_checkboxStateChange(e){this.stateCheckbox.checked=e,this._handleCheckboxStateChange()}_handleKeydownNavEvents(e){switch(normalizeKeyBoardEventKey(e.key)){case i.ENTER:case i.SPACEBAR:e.target.classList.contains(o)&&(e.preventDefault(),this._checkboxStateChange(!this.stateCheckbox.checked),this.stateCheckbox.checked?this.currentItemEl?this.currentItemEl.focus():this.stateLabels.showLess.focus():this.stateLabels.showMore.focus());break;case i.ARROW_UP:this._checkboxStateChange(!0),this.currentItemEl?this.currentItemEl.focus():this.stateLabels.showLess.focus();break;case i.ARROW_DOWN:case i.ESCAPE:this._checkboxStateChange(!1),this.stateLabels.showMore.focus();break;case i.ARROW_LEFT:if(this.stateCheckbox.checked&&e.target.classList.contains(this.listItemClass)){let t=e.target.parentNode.previousSibling;t&&t.firstChild.focus()}break;case i.ARROW_RIGHT:if(this.stateCheckbox.checked&&e.target.classList.contains(this.listItemClass)){let t=e.target.parentNode.nextSibling;t&&t.firstChild.focus()}}}}const h=".dropdown__list",p="dropdown__link",g=".dropdown__link";class m extends u{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:p,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:g;if(!e)throw Error("An element must be provided to Dropdown");super(e,h,t,n),this.listFirstChild=this.listEl.firstChild,this.listLastChild=this.listEl.lastChild,this._attachCustomDropdownEventListeners()}_attachCustomDropdownEventListeners(){document.addEventListener("click",this._handleBodyClick.bind(this)),this.el.addEventListener("keydown",e=>{"Tab"===e.key&&this._handleTab(e)})}_handleBodyClick(e){e.target===this.el||this.el.contains(e.target)||this._checkboxStateChange(!1)}_handleTab(e){(this.listLastChild.contains(e.target)&&!e.shiftKey||this.listFirstChild.contains(e.target)&&e.shiftKey)&&(this._checkboxStateChange(!1),this.stateLabels.showMore.focus())}}const b="language-selector__link",_=".language-selector__link--selected",w="data-locale",f=31536e6;class v extends m{constructor(e){if(!e)throw Error("An element must be provided to LanguageSelector");super(e,b,_),this._attachCustomEventListeners()}_attachCustomEventListeners(){this.listEl.addEventListener("click",this._handleLocaleButtonClick.bind(this))}_handleLocaleButtonClick(e){const t=e.target.getAttribute(w);if(t){const e=this.getLangCookieString(t);null!==e&&(document.cookie=e),location.reload()}}getLangCookieString(e){let t=null;if(null!==e){const n=e.toLocaleLowerCase().replace("_","-"),i=getDomain(document);let r=new Date;r.setTime(r.getTime()+f),t=`lang="v=2&lang=${n}";path=/;domain=${i};expires=${r.toUTCString()}`}return t}}var y=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},E=function(){return function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],i=!0,r=!1,s=void 0;try{for(var o,a=e[Symbol.iterator]();!(i=(o=a.next()).done)&&(n.push(o.value),!t||n.length!==t);i=!0);}catch(e){r=!0,s=e}finally{try{!i&&a.return&&a.return()}finally{if(r)throw s}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}();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,s=t.left<=i&&t.left+t.width>=0;return r&&s}function getQueryParam(e,t,n){const i=new RegExp(`([\\?&])${n?t:encodeURIComponent(t)}=([^&#]*)`).exec(e);return i&&(n?i[2]:decodeURIComponent(i[2]))}function getCookie(e){const t=document.cookie.match(new RegExp("(^| )"+e+"=([^;]+)"));return t&&t[2]}function dispatchCustomEvent(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const i=document.createEvent("CustomEvent");i.initCustomEvent(t,!0,!0,n),e.dispatchEvent(i)}function 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({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,getQueryParam:getQueryParam,addQueryParam:function(e,t,n,i){if(!e||!t)throw new Error(`Required param of addQueryParam missing: url = ${e},  key = ${t}`);t=encodeURIComponent(t),n=encodeURIComponent(n);const r=getQueryParam(e,t,!0);if(r)return i?e.replace(r,n):e;{const i=e.indexOf("?");var s=e.split("#"),o=E(s,2);let r=o[0],a=o[1],l="&";return i<0?l="?":i===e.length-1&&(l=""),a&&(a=`#${a}`),`${r}${l}${t}=${n}${a||""}`}},debounce:function(e,t,n){var i=this;if("function"!=typeof e)throw new TypeError("Expected a function.");let r;return function(){for(var s=arguments.length,o=Array(s),a=0;a<s;a++)o[a]=arguments[a];const l=n&&!r;clearTimeout(r),r=setTimeout(()=>{r=null,n||e.apply(i,o)},t),l&&e.apply(i,o)}},getCookie:getCookie,dispatchCustomEvent:dispatchCustomEvent,getDeferredPromise:getDeferredPromise});"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;const k=".social-share__state",C="data-share-message",A="social-share--embed",L="social-share__embed-overlay-dismiss",x="embed-overlay__copy-text-input",N="social-share__item",O="social-share__dropdown",T="embedOverlayShown",R="embedOverlayHidden",q={COPY:"copy",LINKEDIN:"linkedin",TWITTER:"twitter",FACEBOOK:"facebook"},I=Object.keys(q).map(e=>q[e]),P={EMBED_SHARE_OVERLAY_HIDE_EVENT:R,EMBED_SHARE_OVERLAY_SHOW_EVENT:T};class D{constructor(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.globalNavigator;let i=void 0===n?navigator:n;var r=t.globalWindow;let s=void 0===r?window:r;if(!e)throw new Error("No element passed in");this.navigator=i,this.window=s,this.el=e,this._encodedShareMessage=this.window.encodeURIComponent(this.el.getAttribute(C))||"",this.stateCheckboxEl=this.el.querySelector(k),this.isEmbed=this.el.classList.contains(A),this.closeButton=this.el.querySelector(`.${L}`),this.dropdown=this.el.querySelector(`#${O}`),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(){this.stateCheckboxEl.addEventListener("click",this.handleStateChange.bind(this)),this.el.querySelector(".social-share__options").addEventListener("click",e=>{let t=e.target;const n=t.classList.contains(N)?t:closest(t,`.${N}`);n&&this.share(n.dataset.shareService)}),this.isEmbed&&!this.navigator.hasOwnProperty("clipboard")&&this.el.querySelector(".embed-overlay__copy-btn").remove()}_handleBodyClick(e){e.target===this.el||this.el.contains(e.target)||(this.stateCheckboxEl.checked=!1,this.onClose())}handleStateChange(e){e.target.checked?this.onOpen():this.onClose()}onOpen(){this.isEmbed?(this.closeButton.addEventListener("click",this.onEmbedOverlayCloseClick),dispatchCustomEvent(this.el,T)):(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,R)):(document.removeEventListener("click",this.onBodyClick),document.removeEventListener("focusin",this.onFocusOut)),this.stateCheckboxEl.setAttribute("aria-label",this.showString),this.stateCheckboxEl.setAttribute("aria-expanded","false")}_handleFocusOutDropdown(e){this.dropdown.contains(e.target)||(this.stateCheckboxEl.checked=!1,this.onClose(),this.el.focus())}_copyText(){let e=this.el.querySelector(`.${x}`).value;e&&this.navigator.clipboard.writeText(e)}_getServiceUrl(e,t){const n=this.window.encodeURIComponent(t);return{linkedin:`https://www.linkedin.com/shareArticle?mini=true&url=${n}&title=${this._encodedShareMessage}`,twitter:`https://twitter.com/intent/tweet?url=${n}&text=${this._encodedShareMessage}`,facebook:`https://www.facebook.com/sharer/sharer.php&u=${n}`}[e]||""}share(e){if(e===q.COPY)this._copyText();else if(I.includes(e)){const t=this.window.location.href,n=this._getServiceUrl(e,t);this.window.open(n,e,"height=600,width=1000")}}}const M={};function getEmbeddedContent(e){const t=document.getElementById(e);if(!t&&void 0!==M[e])return M[e];if(!t)return console.warn(`Element with id: ${e} not found`),M[e]=null,M[e];try{M[e]=JSON.parse(t.firstChild.nodeValue)}catch(t){console.warn(`Error fetching embedded content with id: ${e}`),M[e]=null}return t.parentNode.removeChild(t),M[e]}var U=Object.freeze({init:function(e){e.forEach(e=>{e.addEventListener("load",()=>{const t=JSON.parse(e.getAttribute("data-player-document-config")),n=JSON.parse(e.getAttribute("data-a11y")),i=JSON.parse(e.getAttribute("data-i18n"));t.title=e.getAttribute("data-player-title"),t.subtitle=e.getAttribute("data-player-subtitle"),t.isScanAvailable="playerScanAvailable"in e.dataset,t.scanUnavailableOnDownloadTitle=e.getAttribute("data-player-scan-unavailable-on-download-title"),t.scanUnavailableOnAccessibilityModeTitle=e.getAttribute("data-player-scan-unavailable-on-accessibility-mode-title"),t.scanUnavailableRedirectUrl=e.getAttribute("data-player-scan-unavailable-redirect-url"),"playerCompactLayout"in e.dataset&&(t.isNativeDocumentEmbedsAuthorInfosTopbarLixEnabled?t.enableTopbarAuthor=!0:t.enableBottombar=!0),t.authorTitle=e.getAttribute("data-player-author-title"),t.authorSubtitle=e.getAttribute("data-player-author-subtitle"),t.authorTitleUrl=e.getAttribute("data-player-author-title-url"),t.inbugUrl=e.getAttribute("data-player-inbug-url");const r={context:"native-document",action:"init",doc:t,a11y:n,i18n:i};e.contentWindow.postMessage(JSON.stringify(r),"*")})})}});var B=Object.freeze({init:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};e.forEach(e=>{e.addEventListener("load",()=>{const n=JSON.parse(e.getAttribute("data-sources")),i=e.getAttribute("data-poster");let r=!0;"true"===e.getAttribute("data-enable-video-context-menu")&&(r=!1);const s=e.getAttribute("data-captions-url"),o={context:"native-video",disableVideoContextMenu:r,render:!0,playerOptions:t,video:{sources:n,poster:i,caption:s}};e.contentWindow.postMessage(o,"*")})})}});class H{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:window.tracking,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:window.lazyloader;var r=e.dataset;const s=r.sources,o=r.posterUrl,a=r.mediaUrn,l=r.trackingId,c=r.captionsUrl,d=JSON.parse(s);if(!d.length)throw new Error("Please pass video sources in correct Array string format inside data-sources attribute");this._mediaPlayerInstancePromise=this._createPlayer(e,l,a,t,i).then(e=>(o&&e.poster(o),e.src(d),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 s=r.createPlayer,o=i.plugins&&i.plugins.rum&&i.plugins.rum.mediaHeader&&i.plugins.rum.mediaHeader.mediaSource||"ugc",a=y({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:o}},s(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,n){let i=n.eventName,r=n.eventData,s=y({header:{},requestHeader:{}},r);delete s.name,delete s.plugin,delete s.instance,s.requestHeader.pageKey||(s.requestHeader.pageKey=getPageKey(document)),e.fireTrackingEvent(i,s)}}getPlayerPromise(){return this._mediaPlayerInstancePromise}}["a[href]","area[href]","input:not([disabled])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])",'[tabindex="0"]'].join(",");const W=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");return function(e){return!t.test(e)}}({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 $="toast--hidden";class j{constructor(){let e=document.getElementById("toasts");if(!e)throw new Error("No toasts element");this._el=e,this._position=e.getAttribute("type"),this.closeToastString=e.getAttribute("data-close-toast-string")}trigger(e,t){if(!e||"notify"!==e&&"success"!==e&&"error"!==e)throw new Error("Valid type not specified: type must be success, error, or notify");if(!t)throw new Error("No message specified");let n=this._createToastEl(e,t);return this._addToast(n)}clearAllToasts(){let e=this._el.childNodes;Array.from(e).forEach(e=>{this._removeToast(e)})}_createToastEl(e,t){let n,i,r,s,o,a=this;return n=this._createElement({type:"div",classes:"toast toast--"+e+" toast--"+this._position+" "+$,attrs:[["role","alert"],["type",e]]}),i=this._createElement({type:"div",classes:"toast__inner"}),r=this._createElement({type:"li-icon",classes:"toast__icon",attrs:[["aria-hidden","true"],["type",e+"-pebble-icon"]],svg:e}),s=this._createElement({type:"p",classes:"toast__message",innerHTML:t}),(o=this._createElement({type:"button",classes:"toast__dismiss",svg:"dismiss",attrs:[["aria-label",this.closeToastString]]})).addEventListener("click",function(){a._removeToast(n)}),i.appendChild(r),i.appendChild(s),n.appendChild(i),n.appendChild(o),n}_createSvg(e){return"dismiss"===e?this._createDismissSvg():this._createTypeSvg(e)}_createTypeSvg(e){let t,n=document.createElementNS("http://www.w3.org/2000/svg","svg");return n.setAttributeNS(null,"x","0px"),n.setAttributeNS(null,"y","0px"),n.setAttributeNS(null,"viewBox","0 0 24 24"),n.setAttributeNS(null,"style","enable-background:new 0 0 24 24;"),(t=document.createElementNS("http://www.w3.org/2000/svg","g")).setAttributeNS(null,"style","fill: currentColor"),this._addGChildren(t,e),n.appendChild(t),n}_addGChildren(e,t){if("success"===t){let t,n=document.createElementNS("http://www.w3.org/2000/svg","circle");n.setAttributeNS(null,"r","9.1"),n.setAttributeNS(null,"stroke","currentColor"),n.setAttributeNS(null,"stroke-width","1.8"),n.setAttributeNS(null,"cx","12"),n.setAttributeNS(null,"cy","12"),n.setAttributeNS(null,"fill","none"),n.setAttributeNS(null,"transform","rotate(-90 12 12)"),(t=document.createElementNS("http://www.w3.org/2000/svg","path")).setAttributeNS(null,"d","M15.667,8L17,9.042l-5.316,7.36c-0.297,0.395-0.739,0.594-1.184,0.599c-0.455,0.005-0.911-0.195-1.215-0.599l-2.441-3.456l1.416-1.028l2.227,3.167L15.667,8z"),t.setAttributeNS(null,"fill","currentColor"),e.appendChild(n),e.appendChild(t)}if("error"===t){let t,n,i=document.createElementNS("http://www.w3.org/2000/svg","circle");i.setAttributeNS(null,"r","9.1"),i.setAttributeNS(null,"stroke","currentColor"),i.setAttributeNS(null,"stroke-width","1.8"),i.setAttributeNS(null,"cx","12"),i.setAttributeNS(null,"cy","12"),i.setAttributeNS(null,"fill","none"),i.setAttributeNS(null,"transform","rotate(-90 12 12)"),(t=document.createElementNS("http://www.w3.org/2000/svg","path")).setAttributeNS(null,"d","M13.238,12l3.463,3.463L15.463,16.7L12,13.237L8.538,16.7L7.3,15.463L10.763,12L7.3,8.537L8.538,7.3L12,10.763 l3.452-3.452l1.238,1.237L13.238,12z"),(n=document.createElementNS("http://www.w3.org/2000/svg","rect")).setAttributeNS(null,"style","fill:none"),n.setAttributeNS(null,"width","24"),n.setAttributeNS(null,"height","24"),e.appendChild(i),e.appendChild(t),e.appendChild(n)}if("notify"===t){let t,n=document.createElementNS("http://www.w3.org/2000/svg","path");n.setAttributeNS(null,"d","M12,2C6.477,2,2,6.477,2,12c0,5.523,4.477,10,10,10c5.523,0,10-4.477,10-10C22,6.477,17.523,2,12,2z M12,20.23 c-4.538,0-8.23-3.692-8.23-8.23S7.462,3.77,12,3.77s8.23,3.692,8.23,8.23S16.538,20.23,12,20.23z M11,10h2v8h-2V10z M11,6h2v2h-2 V6z"),(t=document.createElementNS("http://www.w3.org/2000/svg","rect")).setAttributeNS(null,"style","fill:none;"),t.setAttributeNS(null,"width","24"),t.setAttributeNS(null,"height","24"),e.appendChild(n),e.appendChild(t)}}_createDismissSvg(){let e,t,n=document.createElementNS("http://www.w3.org/2000/svg","svg");return n.setAttributeNS(null,"x","0"),n.setAttributeNS(null,"y","0"),n.setAttributeNS(null,"viewBox","0 0 24 24"),n.setAttributeNS(null,"width","24px"),n.setAttributeNS(null,"height","24px"),n.setAttributeNS(null,"class","toast__dismiss-icon"),(e=document.createElementNS("http://www.w3.org/2000/svg","g")).setAttributeNS(null,"style","fill-opacity: 1"),(t=document.createElementNS("http://www.w3.org/2000/svg","path")).setAttributeNS(null,"d","M13,4.32L9.31,8,13,11.69,11.69,13,8,9.31,4.31,13,3,11.69,6.69,8,3,4.31,4.31,3,8,6.69,11.68,3Z"),n.appendChild(e),n.appendChild(t),n}_addToast(e){return this._el.appendChild(e),setTimeout(function(){e.classList.remove($)},500),e}_removeToast(e){let t=this._el;e.classList.add($),setTimeout(function(){t.removeChild(e)},500)}_createElement(e){var t=y({},e);let n,i=t.type,r=t.classes,s=t.attrs,o=t.innerHTML,a=t.svg;if(n=document.createElement(i),r&&(n.className=r),a){let e=this._createSvg(a);n.appendChild(e)}var l;if(o&&(n.innerHTML=W(l=o)?l:l.replace(/<[^>]*>|[<>'"&\\]/g,"")),s){var c=!0,d=!1,u=void 0;try{for(var h,p=s[Symbol.iterator]();!(c=(h=p.next()).done);c=!0){let e=h.value;n.setAttribute(e[0],e[1])}}catch(e){d=!0,u=e}finally{try{!c&&p.return&&p.return()}finally{if(d)throw u}}}return n}}function empty(){const e=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!e||0===e.trim().length};return e.errorMessageSuffix="error_empty",e}function tooShort(e){const t=function(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").length<e};return t.errorMessageSuffix="error_too_short",t}function tooLong(e){const t=function(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").length>e};return t.errorMessageSuffix="error_too_long",t}empty(),tooShort(3),tooLong(128),empty(),tooShort(6),tooLong(400)}).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";Object.defineProperty(t,"__esModule",{value:!0});var i=n(0),r=n(3),s=n(4);const o=Object(i.f)("i18n_copy_success_message"),a="control"!==Object(i.f)("mediaPlayerLix");Object(r.a)(".public-post");let l=document.getElementById("copy-post-url"),c=new i.e;new i.c(document.querySelector(".social-share")),new i.a(document.querySelector(".language-selector")),new s.a(document.querySelector(".meta-actions")),l.addEventListener("click",function(){let e=document.querySelector("link[rel=canonical]").href;navigator.clipboard.writeText(e).then(function(){c.trigger("success",o)},function(e){c.trigger("error",e)})});const d=document.querySelector(".share-native-video__node");a&&d?new i.b(d):i.h.init(i.i.makeArray(document.querySelectorAll(".share-native-video__iframe"))),i.g.init(i.i.makeArray(document.querySelectorAll(".share-native-document__iframe")))},function(e,t,n){"use strict";var i=n(0);const r={index:1},s=300;function maybeTrackImpression(e,t){const n=Date.now()-t;if(n>=s){var o=document.querySelector(e).getBoundingClientRect();const t=o.width,s=o.height;!function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};let t=e.activityUrn,n=e.duration,i=e.locale,s=e.size;window.tracking.then(e=>{const o={duration:n,listPosition:r,size:s,trackingId:e.generateTrackingId(),urn:t,visibleTime:Date.now()},a={entities:[o],header:{},requestHeader:{interfaceLocale:i||null}};e.fireTrackingEvent("FeedImpressionEvent",a)})}({activityUrn:Object(i.f)("activityUrn")||"",locale:function(){let e=document.querySelector('meta[name="locale"]');return e&&e.content||""}(),size:{height:s,width:t},duration:n})}}t.a=(e=>{i.i.onload(()=>{let t=Date.now(),n="visibilitychange";void 0!==document.msHidden&&(n="msvisibilitychange"),document.addEventListener(n,()=>{document.hidden||document.msHidden?maybeTrackImpression(e,t):t=Date.now()}),window.addEventListener("beforeunload",()=>{maybeTrackImpression(e,t)})})})},function(e,t,n){"use strict";const i="meta-actions__dropdown-menu--show";t.a=class{constructor(e){this._el=e,this._toggleEl=this._el.querySelector(".meta-actions__dropdown-toggle"),this._dropdownMenuEl=this._el.querySelector(".meta-actions__dropdown-menu"),this._isDropdownOpen=!1,this._toggleEl.addEventListener("click",()=>{this._isDropdownOpen=!this._isDropdownOpen,this._isDropdownOpen?this._onOpen():this._onClose()}),this._toggleEl.addEventListener("keydown",e=>{const t=e.key;!this._isDropdownOpen||"Tab"!==t&&"Escape"!==t&&"Esc"!==t||(this._isDropdownOpen=!1,this._onClose())})}_onOpen(){document.addEventListener("click",this._onClickOutside.bind(this)),this._toggleEl.setAttribute("aria-expanded","true"),this._dropdownMenuEl.classList.add(i)}_onClose(){document.removeEventListener("click",this._onClickOutside.bind(this)),this._toggleEl.setAttribute("aria-expanded","false"),this._dropdownMenuEl.classList.remove(i)}_onClickOutside(e){let t=e.target;this._el.contains(t)||(this._isDropdownOpen=!1,this._onClose())}}}]);