(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[33155,68984],{491741:t=>{t.exports={}},111980:t=>{t.exports={"common-tooltip":"common-tooltip-EJBD96zX","common-tooltip--hidden":"common-tooltip--hidden-EJBD96zX","common-tooltip--horizontal":"common-tooltip--horizontal-EJBD96zX","common-tooltip--farther":"common-tooltip--farther-EJBD96zX","common-tooltip--vertical":"common-tooltip--vertical-EJBD96zX","common-tooltip-farther":"common-tooltip-farther-EJBD96zX","common-tooltip--direction_normal":"common-tooltip--direction_normal-EJBD96zX","common-tooltip__body":"common-tooltip__body-EJBD96zX","common-tooltip__button-container":"common-tooltip__button-container-EJBD96zX","common-tooltip__body--no-buttons":"common-tooltip__body--no-buttons-EJBD96zX","common-tooltip__button":"common-tooltip__button-EJBD96zX","common-tooltip--direction_reversed":"common-tooltip--direction_reversed-EJBD96zX","common-tooltip__ear-holder":"common-tooltip__ear-holder-EJBD96zX","common-tooltip__ear-holder--below":"common-tooltip__ear-holder--below-EJBD96zX","common-tooltip__ear-holder--above":"common-tooltip__ear-holder--above-EJBD96zX","common-tooltip__ear-holder--before":"common-tooltip__ear-holder--before-EJBD96zX","common-tooltip__ear-holder--after":"common-tooltip__ear-holder--after-EJBD96zX","common-tooltip__body--with-hotkey":"common-tooltip__body--with-hotkey-EJBD96zX","common-tooltip__body--width_wide":"common-tooltip__body--width_wide-EJBD96zX","common-tooltip__body--width_narrow":"common-tooltip__body--width_narrow-EJBD96zX","common-tooltip__body--no-padding":"common-tooltip__body--no-padding-EJBD96zX","common-tooltip__hotkey-block":"common-tooltip__hotkey-block-EJBD96zX","common-tooltip__hotkey-block--divider":"common-tooltip__hotkey-block--divider-EJBD96zX","common-tooltip__hotkey-text":"common-tooltip__hotkey-text-EJBD96zX","common-tooltip__hotkey-button":"common-tooltip__hotkey-button-EJBD96zX","common-tooltip__plus-sign":"common-tooltip__plus-sign-EJBD96zX"}},764250:(t,e,o)=>{"use strict";o.d(e,{ActionGroup:()=>i});class n{constructor(t,e){this._group=t;const{hotkey:o,handler:n,desc:i,isDisabled:s,element:r=null,isRepeatAccepted:a=!1}=e;this.hotkey=o,this.handler=n,this.desc=i,this.element=r,this.isRepeatAccepted=a,this.isDisabled=s?"function"==typeof s?s:()=>!0:()=>!1}destroy(){this._group&&(this._group.remove(this),this._group=null)}}class i{constructor(t,e){this._actions=new Map,this._manager=t,this.modal=!(!e||!e.modal),e&&(this.desc=e.desc),e&&e.isDisabled?"function"==typeof e.isDisabled?this.isDisabled=e.isDisabled:this.isDisabled=()=>!0:this.isDisabled=()=>!1,this._manager.registerGroup(this)}add(t){let e=this._actions.get(t.hotkey);e||(e=[],this._actions.set(t.hotkey,e));const o=new n(this,t);return e.push(o),o}remove(t){const e=this._actions.get(t.hotkey);if(!e)return;const o=e.findIndex((e=>e===t));o>=0&&(1===e.length?this._actions.delete(t.hotkey):e.splice(o,1))}handleHotkey(t,e){const o=this._actions.get(t);if(!o)return!1 ;for(const n of o)if((!n.element||e.target&&n.element.contains(e.target))&&!n.isDisabled())return e.repeat&&!n.isRepeatAccepted||(n.handler(e),this._callMatchedHotkeyHandler(t)),e.preventDefault(),!0;return!1}promote(){this._manager.promoteGroup(this)}destroy(){for(const[,t]of this._actions)for(const e of t)e.destroy();this._actions.clear(),this._manager.unregisterGroup(this)}static setMatchedHotkeyHandler(t){i._matchedHotkeyHandler=t}_callMatchedHotkeyHandler(t){i._matchedHotkeyHandler&&i._matchedHotkeyHandler(t)}}},163586:(t,e,o)=>{"use strict";o.d(e,{ActionManager:()=>c});var n=o(91679),i=o(591800),s=o(607423);class r{constructor(t,e){this.modifiers=t,this.code=e}altOrOptionCode(){return"AltLeft"===this.code||"AltRight"===this.code}controlOrMetaCode(){return i.isMacKeyboard?"MetaLeft"===this.code||"MetaRight"===this.code||"OSLeft"===this.code||"OSRight"===this.code:"ControlLeft"===this.code||"ControlRight"===this.code}}class a extends n.WatchedValue{setValue(t,e){const o=this.value();(e||void 0===o||o.code!==t.code||o.modifiers!==t.modifiers)&&super.setValue(t)}}class c{constructor(){this._groups=[],this._pressedKeys=new n.WatchedValue(0),this._keyboardPressedKeysState=new a(new r(0)),this._keyDownListener=t=>{if(t.defaultPrevented)return;const e=(0,i.hashFromEvent)(t);if(this._pressedKeys.setValue(e),this._keyboardPressedKeysState.setValue(new r((0,i.modifiersFromEvent)(t),t.code)),!(0,s.isNativeUIInteraction)(e,t.target))for(let o=this._groups.length;o-- >0;){const n=this._groups[o];if(!n.isDisabled()){if(n.handleHotkey(e,t))return;if(n.modal)return}}},this._keyUpListener=t=>{const e=(0,i.hashFromEvent)(t);this._pressedKeys.setValue(e),this._keyboardPressedKeysState.setValue(new r((0,i.modifiersFromEvent)(t),""))},this._blurEvent=()=>{this._pressedKeys.setValue(0),this._keyboardPressedKeysState.setValue(new r(0,""))},this._mouseEvent=t=>{var e;const o=(0,i.modifiersFromEvent)(t),n=255&(null!==(e=this._pressedKeys.value())&&void 0!==e?e:0);this._pressedKeys.setValue(o|n)}}listen(t){t.addEventListener("keydown",this._keyDownListener),t.addEventListener("keyup",this._keyUpListener),t.addEventListener("blur",this._blurEvent),t.addEventListener("mousemove",this._mouseEvent)}unlisten(t){t.removeEventListener("keydown",this._keyDownListener),t.removeEventListener("keyup",this._keyUpListener),t.removeEventListener("blur",this._blurEvent),t.removeEventListener("mousemove",this._mouseEvent)}registerGroup(t){this._groups.push(t)}unregisterGroup(t){for(let e=this._groups.length;e--;)this._groups[e]===t&&this._groups.splice(e,1)}promoteGroup(t){let e=this._groups.length-1;for(let o=this._groups.length;o--;){if(this._groups[o]===t)return void(o!==e&&(this._groups.splice(o,1),this._groups.splice(e,0,t)));this._groups[o].modal&&(e=o-1)}}pressedKeys(){return this._pressedKeys.readonly()}keyboardPressedKeysState(){return this._keyboardPressedKeysState.readonly()}}},129592:(t,e,o)=>{"use strict";o.d(e,{createGroup:()=>r,registerWindow:()=>a});var n=o(163586),i=o(764250);o(591800);const s=new n.ActionManager;s.pressedKeys(), s.keyboardPressedKeysState();function r(t){return new i.ActionGroup(s,t)}function a(t){s.listen(t)}},591800:(t,e,o)=>{"use strict";o.d(e,{Modifiers:()=>s,hashFromEvent:()=>a,humanReadableHash:()=>d,isMacKeyboard:()=>i,modifiersFromEvent:()=>r});var n=o(167175);const i=n.isMac||n.isIOS;var s;function r(t){let e=0;return t.shiftKey&&(e+=1024),t.altKey&&(e+=512),t.ctrlKey&&(e+=256),t.metaKey&&(e+=2048),e}function a(t){return r(t)|t.keyCode}!function(t){t[t.None=0]="None",t[t.Alt=512]="Alt",t[t.Shift=1024]="Shift",t[t.Mod=i?2048:256]="Mod",t[t.Control=256]="Control",t[t.Meta=2048]="Meta"}(s||(s={}));const c={9:"⇥",13:"↵",27:"Esc",8:i?"⌫":"Backspace",32:"Space",35:"End",36:"Home",37:"←",38:"↑",39:"→",40:"↓",45:"Ins",46:"Del",188:",",191:"/"},l={9:"Tab",13:"Enter",27:"Esc",8:"Backspace",32:"Space",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Ins",46:"Del",188:",",191:"/"};for(let t=1;t<=16;t++)c[t+111]=`F${t}`,l[t+111]=`F${t}`;function d(t){let e=function(t,e=!i){let o="";return 256&t&&(o+=m(i?"^":"Ctrl",e)),512&t&&(o+=m(i?"⌥":"Alt",e)),1024&t&&(o+=m(i?"⇧":"Shift",e)),2048&t&&(o+=m(i?"⌘":"Win",e)),o}(t);const o=255&t;return e+=o in c?c[o]:String.fromCharCode(o),e}function m(t,e){return`${t}${e?" + ":i?" ":""}`}},167175:(t,e,o)=>{"use strict";o.d(e,{isAndroid:()=>h,isAnyMobile:()=>b,isBlackBerry:()=>g,isChrome:()=>a,isEdge:()=>l,isFF:()=>c,isIOS:()=>f,isIPad:()=>y,isLinux:()=>p,isMac:()=>m,isOperaMini:()=>_,isSafari:()=>d,isWindows:()=>u,mobiletouch:()=>s,touch:()=>r});const n="undefined"!=typeof window&&"undefined"!=typeof navigator,i=n&&"ontouchstart"in window,s=n&&i&&"onorientationchange"in window,r=n&&(i||!!navigator.maxTouchPoints),a=n&&window.chrome&&window.chrome.runtime,c=n&&window.navigator.userAgent.toLowerCase().indexOf("firefox")>-1,l=n&&/\sEdge\/\d\d\b/.test(navigator.userAgent),d=n&&Boolean(navigator.vendor)&&navigator.vendor.indexOf("Apple")>-1&&-1===navigator.userAgent.indexOf("CriOS")&&-1===navigator.userAgent.indexOf("FxiOS"),m=n&&/mac/i.test(navigator.platform),u=n&&/Win32|Win64/i.test(navigator.platform),p=n&&/Linux/i.test(navigator.platform),h=n&&/Android/i.test(navigator.userAgent),g=n&&/BlackBerry/i.test(navigator.userAgent),f=n&&/iPhone|iPad|iPod/.test(navigator.platform),_=n&&/Opera Mini/i.test(navigator.userAgent),y=n&&("MacIntel"===navigator.platform&&navigator.maxTouchPoints>1||/iPad/.test(navigator.platform)),b=h||g||f||_},499994:(t,e,o)=>{"use strict";o.d(e,{getTooltipData:()=>i,setTooltipData:()=>s});const n=new WeakMap;function i(t,e){const o=n.get(t);return o instanceof Function?o(e):o&&o[e]}function s(t,e,o){if(o instanceof Function)return void n.set(t,o);const i=n.get(t),s=void 0===i||i instanceof Function?{}:i;s[e]=o,n.set(t,s)}},471802:(t,e,o)=>{"use strict";o.d(e,{getDataFromTarget:()=>h,getTooltip:()=>g,hideTooltip:()=>y,setStyle:()=>f,showTooltip:()=>_});var n=o(650151),i=o(571690),s=o(31341),r=(o(586463),o(777466)),a=o(678515),c=o(638456);const l={default:"",white:"theme-white",chart:"theme-chart","round-shadow":"theme-round-shadow" },d=Object.keys(l);var m=o(499994),u=o(604286),p=o(111980);function h(t){const e=function(t){const e=t.hasAttribute("data-tooltip")?t.getAttribute("data-tooltip"):t.getAttribute("title");return e&&((0,m.setTooltipData)(t,"text",e),t.removeAttribute("title")),(0,m.getTooltipData)(t,"text")||""}(t),o=t.getBoundingClientRect(),n={h:o.height,w:o.width,x:o.left,y:o.top},i=t.getAttribute("data-color-theme")||"",s=t.classList.contains("common-tooltip-html"),r=parseInt(t.getAttribute("data-tooltip-delay")||""),a=parseInt(t.getAttribute("data-tooltip-debounce")||"");let c={type:"none"};return e&&(c={type:s?"html":"text",data:e}),{above:t.classList.contains("common-tooltip-above"),below:t.classList.contains("common-tooltip-below"),otl:t.classList.contains("common-tooltip-otl"),otr:t.classList.contains("common-tooltip-otr"),vertical:t.classList.contains("common-tooltip-vertical"),hotkey:t.getAttribute("data-tooltip-hotkey"),narrow:t.classList.contains("common-tooltip-narrow"),wide:t.classList.contains("common-tooltip-wide"),colorTheme:i,tooltipDelay:r,tooltipDebounce:a,rect:n,content:c,target:t}}function g(t){const e=(0,n.ensureNotNull)(E).cloneNode(!0),o=C(e),{content:i}=t;switch(i.type){case"element":o.innerHTML="",o.appendChild(i.data);break;case"html":o.innerHTML=i.data;break;case"text":if(t.hotkey){const t=(0,n.ensureNotNull)(D).cloneNode(!0);t.innerText=i.data,o.appendChild(t)}else o.innerText=i.data}if(t.hotkey){const e="none"!==i.type,s=(0,n.ensureNotNull)(L).cloneNode(!0),r=(0,u.hotKeyDeserialize)(t.hotkey),a=r.keys.map((t=>`${t}`));s.innerHTML=function(t,e){const o=/{\d}|{hotkey_\d}/gi;return t.replace(o,(t=>{const o=Number(t.match(/\d/));return e[o]}))}(r.text,a).replace(/\s\+\s/g,`+`),o.classList.add(p["common-tooltip__body--with-hotkey"]),e&&s.classList.add(p["common-tooltip__hotkey-block--divider"]),o.appendChild(s)}return e.addEventListener("contextmenu",r.preventDefault),e}function f(t,e){const o=e.rect;if(!o)return;!function(t,e){const o=d.includes(e)?l[e]:"";t.classList.remove(...d.map((t=>l[t])).filter((t=>!!t))),o&&!t.classList.contains(o)&&t.classList.add(o)}(t,e.colorTheme||"default"),e.addClass&&t.classList.add(e.addClass);const n=C(t),i=t.querySelector(`.${p["common-tooltip__button-container"]}`);n.classList.toggle(p["common-tooltip__body--width_wide"],Boolean(e.wide)),n.classList.toggle(p["common-tooltip__body--no-padding"],Boolean(e.noPadding)),n.classList.toggle(p["common-tooltip__body--width_narrow"],Boolean(e.narrow)),n.classList.toggle(p["common-tooltip__body--no-buttons"],!0),n.style.left=b(0),n.style.width=b(n.clientWidth+(Boolean(e.noPadding)?0:2));const r=document.body.clientWidth,m=c.CheckMobile.iOS()||c.CheckMobile.Android()||(0,c.supportTouch)()&&(0,c.isMac)()?window.innerHeight:document.body.clientHeight,u=e.vertical,h=e.extendMargin||u&&o.w<20||!u&&o.h<20;t.classList.toggle(p["common-tooltip--farther"],h),t.classList.toggle(p["common-tooltip--vertical"],u), t.classList.toggle(p["common-tooltip--horizontal"],!u);const g=function(t){return t.querySelector(`.${p["common-tooltip__ear-holder"]}`)}(t),f=t.offsetHeight;if(u){const c=10,l=m-10,d=12,u=c+d,h=l-d,_=(0,a.clamp)(o.y+o.h/2,u,h)-f/2,y=_+f;t.style.left=b(o.x+o.w),t.style.top=b(_),_l&&(n.style.top=i.style.top=b(l-y));const{right:w}=(t.querySelector(":last-child")||n).getBoundingClientRect(),v=w+10>r;t.classList.toggle(p["common-tooltip--direction_reversed"],v),t.classList.toggle(p["common-tooltip--direction_normal"],!v);let k=v?"after":"before";(0,s.isRtl)()?(k=e.otr?"after":k,k=e.otl?"before":k):(k=e.otr?"before":k,k=e.otl?"after":k),g.classList.toggle(p["common-tooltip__ear-holder--before"],"before"===k),g.classList.toggle(p["common-tooltip__ear-holder--after"],"after"===k),"after"===k&&(t.style.left="auto",t.style.right=b(r-o.x))}else{const s=o.x-(n.offsetWidth-o.w)/2,a=r-t.offsetWidth-20<=0?(r-t.offsetWidth)/2:10,c=r-a-t.offsetWidth,l=Math.max(a,Math.min(s,c));t.style.left=b(l);const d=c\n\t\t
\n\t\t\t
\n\t\t
\n\t\t
\n\t\n`,v=`\n\t
\n`,k=`\n\t
\n`,E=(0,i.parseHtmlElement)(w),L=(0,i.parseHtmlElement)(v),D=(0,i.parseHtmlElement)(k);function C(t){return t.querySelector(`.${p["common-tooltip__body"]}`)}function B(t,e){return 10+t{"use strict";o.d(e,{empty:()=>r,setTooltip:()=>a});const n="tooltip-root-element";let i;function s(){const t=document.getElementById(n);t?i=t:(i=document.createElement("div"),i.id=n,document.body.appendChild(i))}function r(){i&&(i.innerHTML="")}function a(t){r(),i&&i.appendChild(t)}"interactive"===document.readyState?s():document.addEventListener("DOMContentLoaded",s)},112539:(t,e,o)=>{"use strict";o.d(e,{clearSchedule:()=>r,scheduleHide:()=>c,scheduleRemove:()=>a,scheduleRender:()=>l});let n=0,i=0,s=0;function r(){ clearTimeout(n),clearTimeout(i),clearTimeout(s)}function a(t,e){s=setTimeout(t,e)}function c(t,e){i=setTimeout(t,e)}function l(t,e){n=setTimeout(t,e)}},23580:(t,e,o)=>{"use strict";function n(t,e){return t&&t.utm_campaign&&(t.utm_campaign+=`-${e}`),t}async function i(t,e,n,i){if("lentaru"===t){const{getLentaCopyrightData:t}=await Promise.all([o.e(12353),o.e(1523)]).then(o.bind(o,466672));return t()}if("cmoneycomtw"===t){const{getCmoneycomtwCopyrightData:t}=await Promise.all([o.e(6686),o.e(71903),o.e(42091)]).then(o.bind(o,20922));return t(e,n)}if("new"===i){const{getTradingViewCopyrightData:t}=await Promise.all([o.e(36498),o.e(36228)]).then(o.bind(o,703094));return t(e,n)}if("with_border"===i){const{getTradingViewCopyrightData:t}=await Promise.all([o.e(95563),o.e(37753)]).then(o.bind(o,513316));return t(e,n)}if("large_trade"===i){const{getTradingViewCopyrightData:t}=await Promise.all([o.e(5172),o.e(47259)]).then(o.bind(o,203515));return t(e,n)}{const{getTradingViewCopyrightData:t}=await Promise.all([o.e(6686),o.e(47243)]).then(o.bind(o,88136));return t(e,n)}}o.d(e,{addUtmCampaignSource:()=>n,getCustomerCopyrightData:()=>i})},650401:(t,e,o)=>{"use strict";o.d(e,{getWidgetSheriffActions:()=>l});var n=o(120780),i=o(201089),s=o(952598);const r=window.WIDGET_SHERIFF_HOST||"https://widget-sheriff.xstaging-widget.tv",a=(0,i.getLogger)("WidgetSheriff.Widget");let c=null;async function l(){return null===c&&(c=await async function(){const t=function(){if(document.location.ancestorOrigins&&document.location.ancestorOrigins.length)return document.location.ancestorOrigins[document.location.ancestorOrigins.length-1];try{return new URL(document.referrer).origin}catch(t){return document.location.origin||null}}();if(null===t)return a.logWarn("ancestorOrigin is undefined"),Promise.resolve([]);const e=new URL("/sheriff/api/v1/rules/search",r);e.searchParams.append("origin",t);return(await(0,n.fetch)(e.toJSON()).then((t=>{if(!t.ok)throw new Error("Guard request error occured");return 204===t.status?Promise.resolve({actions:[]}):t.json()})).catch((t=>(a.logWarn(t.message),Promise.resolve({actions:[]}))))).actions.filter((t=>s.widgetSheriffActions.has(t)))}()),Promise.resolve(c)}},175341:(t,e,o)=>{"use strict";o.d(e,{createEmbedWidgetWrapper:()=>c});var n=o(650151),i=o(650401),s=o(351079),r=o(23580),a=o(952598);function c(t,e,o,c={}){if(null===t.parentElement)return console.warn("Can not wrap 'elWidgetContainer' because it has no parentElement"),t;let l=null,d=document.querySelector(".js-embed-widget-body");const m=null!==d;if(m){d=(0,n.ensureNotNull)(d),l=(0,n.ensureNotNull)(d.parentElement);let t=document.querySelector(".js-embed-widget-head");null===t&&(t=document.createElement("div"),t.classList.add("tv-embed-widget-wrapper__header"),t.classList.add("js-embed-widget-head"),l.insertBefore(t,d))}else l=document.createElement("div"),l.classList.add("tv-embed-widget-wrapper"),l.innerHTML='
', d=l.querySelector(".js-embed-widget-body");if(c.overflowAuto&&d.classList.add("tv-embed-widget-wrapper__body--overflow_auto"),c.showBorderOnTransparent&&d.classList.add("tv-embed-widget-wrapper__body--border-on-transparent"),!c.isWhiteLabel){!async function(t,e,o,c,l={}){var d,m;const u=l.isSheriffDisabled?[]:await(0,i.getWidgetSheriffActions)(),p=u.includes(a.KnownAction.LargeTradeLogo),h=function(t){return["crypto-coins-heatmap","forex-cross-rates","market-overview","symbol-overview","market-quotes","stock-heatmap","screener","forex-heat-map","crypto-mkt-screener","events","hotlists"].includes(t)}(e),g=p&&h?"large_trade":void 0,f=await(0,r.getCustomerCopyrightData)(l.customer,l.locale,(0,r.addUtmCampaignSource)(c,"logo"),g),_=null!==(m=null!=g?g:null===(d=l.copyrightOptions)||void 0===d?void 0:d.mode)&&void 0!==m?m:"small_old";(0,n.ensureNotNull)(t).appendChild((0,s.createCopyrightLabel)({sheriffOptions:u,snapToEdge:o,...l.copyrightOptions,...f,mode:_}))}(d,e,!document.documentElement.classList.contains("is-transparent")||Boolean(c.showBorderOnTransparent),o,c)}return m||(t.parentElement.insertBefore(l,t),d.appendChild(t)),t}},901107:(t,e,o)=>{"use strict";o.d(e,{createEmbedWidgetWrapper:()=>n.createEmbedWidgetWrapper});o(491741);var n=o(175341)},251954:(t,e,o)=>{"use strict";o.d(e,{emit:()=>l,subscribe:()=>c,unsubscribe:()=>a});var n=o(707957);const i={},s=[],r={};function a(t,e,o){i[t].unsubscribe(o,e)}function c(t,e,o,s){i.hasOwnProperty(t)||(i[t]=new n.Delegate),r[t]?e.call(o):i[t].subscribe(o,e,s)}function l(t,...e){const o=[t].concat(e);s.forEach((t=>{t.apply(null,o)})),i.hasOwnProperty(t)&&i[t].fire.apply(i[t],e)}},799786:(t,e,o)=>{"use strict";o.d(e,{createGroup:()=>n.createGroup});var n=o(129592),i=o(764250),s=o(591800),r=o(345848);(0,n.registerWindow)(window),i.ActionGroup.setMatchedHotkeyHandler((t=>{(0,r.trackEvent)("Keyboard Shortcuts",(0,s.humanReadableHash)(t))}))},588948:(t,e,o)=>{"use strict";o.d(e,{getInitData:()=>i});o(650151);(0,o(201089).getLogger)("Common.InitData");const n=window.initData||{};function i(){return n}},314802:(t,e,o)=>{"use strict";o.d(e,{isOnMobileAppPage:()=>i});var n=o(16188);function i(t,e=!1){const{searchParams:o}=new URL(String(location));let i="true"===o.get("mobileapp_new"),s="true"===o.get("mobileapp");if(!e){const t=n.get("tv_app")||"";i||(i=["android","android_nps"].includes(t)),s||(s="ios"===t)}return!("new"!==t&&"any"!==t||!i)||!("new"===t||!s)}},439563:(t,e,o)=>{"use strict";async function n(){const t=(await Promise.all([o.e(70056),o.e(36683)]).then(o.bind(o,469449))).getTrackerInstance();return t||null}o.d(e,{getEmbedWidgetTracker:()=>n})},995683:(t,e,o)=>{"use strict";function n(t,e,o={}){return Object.assign({},t,function(t,e,o={}){const n=Object.assign({},e);for(const i of Object.keys(e)){const s=o[i]||i;s in t&&(n[i]=[t[s],e[i]].join(" "))}return n}(t,e,o))}o.d(e,{mergeThemes:()=>n})},9757:(t,e,o)=>{o(778785).setClasses();var n=o(49336).whenDocumentReady,i=o(663261).handleTVLinksClick;n((()=>{i()}))},571690:(t,e,o)=>{"use strict";o.d(e,{parseHtmlElement:()=>i });const n=new WeakMap;function i(t,e){const o=function(t,e){let o,i;return o=null==e?document.documentElement:9===e.nodeType?e.documentElement:e,n&&(i=n.get(o)),i||(i=o.ownerDocument.createRange(),i.selectNodeContents(o),n&&n.set(o,i)),i.createContextualFragment(t)}(t,e),i=o.firstElementChild;return null!==i&&o.removeChild(i),i}},919476:(t,e,o)=>{"use strict";o.d(e,{decodeHTMLEntities:()=>c,htmlEscape:()=>l});const n=/[<"'&>]/g,i=t=>`&#${t.charCodeAt(0)};`,s={"<":"<",">":">",""":'"',"'":"'","&":"&","<":"<",">":">",""":'"',"'":"'","'":"'","&":"&"},r=Object.assign({},...Object.entries(s).map((([t,e])=>({[e]:t})))),a=new RegExp(Object.keys(s).join("|"),"g");new RegExp(Object.keys(r).join("|"),"g");function c(t){return t.replace(a,(t=>s[t]||t))}function l(t){return t.replace(n,i)}},501437:(t,e,o)=>{"use strict";function n(t){const e=[];for(const o in t)t.hasOwnProperty(o)&&null!=t[o]&&e.push({key:o,pair:encodeURIComponent(o)+"="+encodeURIComponent(t[o])});return e.sort(((t,e)=>t.key>e.key?1:t.keyt.pair)).join("&")}o.d(e,{createUrlParams:()=>n})},185515:(t,e,o)=>{"use strict";o.d(e,{buildUtmQueryString:()=>a,filterUtmInfo:()=>r});var n=o(501437),i=o(919476);const s=["utm_source","utm_medium","utm_campaign"];function r(t){const e={};return s.forEach((o=>{const n=t[o];"string"==typeof n&&""!==n&&(e[o]=(0,i.htmlEscape)(n))})),e}function a(t,e=!1){const o=(0,n.createUrlParams)(t);return o&&e?"?"+o:o}},49336:(t,e,o)=>{"use strict";function n(t,e=!1){"loading"!==document.readyState?e?setTimeout((()=>t()),1):t():document.addEventListener("DOMContentLoaded",(()=>t()))}o.d(e,{whenDocumentReady:()=>n});new Promise((t=>{n(t)}))}}]);