/** * Copyright 2026 Medallia Inc. * https://www.medallia.com/ */ window._da_=window._da_||[];_da_['jsVersion']=1782295275;_da_["da_websiteId"] = 62048;_da_["returnVisit"] = false;_da_["accountNumber"] = 13379;_da_["da_dnsRecord"] = "collection.decibelinsight.net";_da_["intPreScripts"] = function(){try{(function(){if(!window.adobe_event_bound){document.addEventListener("ATDecibelTokens",getEventData);window.adobe_event_bound=true}function getEventData(e){if(e.detail&&e.detail.tokens&&e.detail.mbox){getTargetData(e.detail.tokens,e.detail.mbox)}}function getTargetData(data){var k,value,name,id,campaignId=[];for(k in data){if(data.hasOwnProperty(k)){value=data[k];if(value["activity.name"]&&value["experience.name"]&&value["experience.id"]&&value["activity.id"]){name=value["activity.name"]+" : "+value["experience.name"];id=value["activity.id"]+"-"+value["experience.id"];if(campaignId.indexOf(id)<=-1){sendMboxData({name:name,id:id});campaignId.push(id)}}}}}function sendMboxData(data){decibelInsight("sendIntegrationData","AdobeTarget",data)}})();}catch(e){window[window.DecibelInsight].warn('DecibelInsight: Configuration error in Integration Tag.', e.toString()); if (window[window.DecibelInsight].handleException) window[window.DecibelInsight].handleException('Integration', e, 'CONFIG');}};_da_["intScripts"] = function(){try{// List of events which need to check at DXA level var medalliaEventsArr = ["MDigital_Form_Close_No_Submit","MDigital_Form_Next_Page","MDigital_Form_Back_Page","MDigital_ThankYou_Close","MDigital_Form_Close_Submitted","MDigital_ThankYou_Displayed","MDigital_Submit_Feedback","MDigital_CaptureButton_Taken","MDigital_Invite_Declined","MDigital_Feedback_Button_Clicked","MDigital_Form_Displayed"]; var medalliaEventConfig = "surveyEngagement"; // Update DF that DXA is ready if (typeof KAMPYLE_ONSITE_SDK !== 'undefined' && typeof KAMPYLE_ONSITE_SDK.collectIntegrationData !== 'undefined' ) { KAMPYLE_ONSITE_SDK.collectIntegrationData("decibelInsight"); } // Send Integration data to DXA function sendIntegrationData(eventType, detail) { try { var m_nps; var m_fields = []; if (detail.Content) { for (var i = 0; i < detail.Content.length; i++) { var name = detail.Content[i].unique_name ? detail.Content[i].unique_name : ""; var value = detail.Content[i].value ? detail.Content[i].value : ""; var type = detail.Content[i].type ? detail.Content[i].type : ""; var unitId = detail.Digital_Unit_ID ? detail.Digital_Unit_ID : ""; if (detail.Content[i].type === "nps") { m_nps = detail.Content[i].value; } if (detail.Content[i].type === "radio" || detail.Content[i].type === "select") { if (detail.Content[i].value == null) { value = ""; } else { value = detail.Content[i].value.label ? detail.Content[i].value.label : ""; } } if (detail.Content[i].type === "checkbox") { for (var j = 0; j < detail.Content[i].value.length; j++) { value = detail.Content[i].value[j].label ? detail.Content[i].value[j].label : ""; m_fields.push({ name: name, value: value, type: type }); } } else { m_fields.push({ name: name, value: value, type: type }); } } } var m_ContextData = { event: eventType && eventType != null && isNaN(eventType) ? eventType.toString() : "", formId: isNaN(detail.Form_ID) ? 99999 : parseInt(detail.Form_ID) || 99999, formType: detail.Form_Type && detail.Form_Type != null && isNaN(detail.Form_Type) ? detail.Form_Type.toString() : "", feedbackUuid: detail.Feedback_UUID && detail.Feedback_UUID != null && isNaN(detail.Feedback_UUID) ? detail.Feedback_UUID.toString() : "", nps: isNaN(m_nps) ? 99999 : parseInt(m_nps) || 99999, unitId: unitId && unitId != null && isNaN(unitId) ? unitId.toString() : "", formFields: m_fields }; if (m_ContextData.formFields.length > 0 && m_ContextData.feedbackUuid !== "" && m_ContextData.formId !== 99999) { m_ContextData.isFeedbackSubmitted = 1; } else { m_ContextData.isFeedbackSubmitted = 0; } decibelInsight("sendIntegrationData", "Medallia", m_ContextData); } catch (exception) { } } // Call back function call by DF window.dxa_digital_integration = function(eventType, detail) { try { // Ignore if event is out of required events if (medalliaEventsArr.indexOf(eventType) === -1) { return; } if (medalliaEventConfig === "surveyEngagement" || (medalliaEventConfig === "surveySubmission" && eventType.toString() === "MDigital_Submit_Feedback")) { // TODO: this window level check not needed if implemented in di.js directly if (!window.dxa_digital_set_retention_done) { decibelInsight("setRetention"); window.dxa_digital_set_retention_done = true; } } // TODO: unwrap this function decibelInsight("onPageCollected", function() { decibelInsight("sendTrackedEvent", eventType); sendIntegrationData(eventType, detail); }, true); } catch (exception) { } } for (var i = 0; i < medalliaEventsArr.length; i++) { var m_Event = medalliaEventsArr[i]; window.addEventListener(m_Event, function (mdEvent) { if (window.dxa_digital_listener_disabled) { return; } else { // pass information to call back function dxa_digital_integration(mdEvent.type, mdEvent.detail); }}); }}catch(e){window[window.DecibelInsight].warn('DecibelInsight: Configuration error in Integration Tag.', e.toString()); if (window[window.DecibelInsight].handleException) window[window.DecibelInsight].handleException('Integration', e, 'CONFIG');}};_da_["formTitleCallback"] = _da_["formTitleCallback"] || function(form){try{if(!this.isEmpty(form.getAttribute('data-di-form-id'))){return form.getAttribute('data-di-form-id');}else if(!this.isEmpty(form.getAttribute('name'))){return form.getAttribute('name');}else if(!this.isEmpty(form.getAttribute('id'))){return form.getAttribute('id');} return'';}catch(e){ if (window[window.DecibelInsight].handleException) window[window.DecibelInsight].handleException('formTitleCallback', e, 'CONFIG'); window[window.DecibelInsight].warn('DecibelInsight: Configuration error in formTitleCallback. ', e.toString());return '';}};_da_["fieldTitleCallback"] = _da_["fieldTitleCallback"] || function(field){try{if(field.parentNode&&field.parentNode.tagName.toUpperCase()==='LABEL'){return this.Sizzle.getText(field.parentNode);} if(!this.isEmpty(field.id)){var labelList=this.Sizzle('label[for=\''+field.id+'\']');if(labelList.length){return this.Sizzle.getText(labelList[0]);}} if(!this.isEmpty(field.getAttribute('data-di-field-id'))){return field.getAttribute('data-di-field-id');} if(!this.isEmpty(field.id)){return field.id;} return field.name;}catch(e){ if (window[window.DecibelInsight].handleException) window[window.DecibelInsight].handleException('fieldTitleCallback', e, 'CONFIG'); window[window.DecibelInsight].warn('DecibelInsight: Configuration error in fieldTitleCallback. ', e.toString());return '';}};_da_["preInit"] = function(){try{decibelInsight.Sizzle("head style").forEach(function(style){style.setAttribute("data-di-track","1");});if(location.pathname==='/us-en/home/e-commerce-shipping-partner.html'||location.pathname==='/my-en/home/e-commerce-shipping-partner.html'||location.pathname==='/gb-en/home/e-commerce-shipping-partner.html'){decibelInsight('setCollection',true);}}catch(e){window[window.DecibelInsight].warn('DecibelInsight: Configuration error in Custom JavaScript Tags.', e.toString()); if (window[window.DecibelInsight].handleException) window[window.DecibelInsight].handleException('CustomJS', e, 'CONFIG');}};/** * Copyright Medallia Inc. * https://www.medallia.com/ */ /** * Diff Match and Patch * Copyright Google Inc. * http://code.google.com/p/google-diff-match-patch/ * Licensed under the Apache License, Version 2.0 (the "License"); * http://www.apache.org/licenses/LICENSE-2.0 */ /** * Sizzle CSS Selector Engine v2.2.1-pre * http://sizzlejs.com/ * Released under the MIT license * http://jquery.org/license */ (()=>{function n(t,a,o,h){return new(o=o||Promise)(function(i,e){function s(t){try{n(h.next(t))}catch(t){e(t)}}function r(t){try{n(h.throw(t))}catch(t){e(t)}}function n(t){var e;t.done?i(t.value):((e=t.value)instanceof o?e:new o(function(t){t(e)})).then(s,r)}n((h=h.apply(t,a||[])).next())})}function j(s,r){var n,a,o,h={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},t={next:e(0),throw:e(1),return:e(2)};return"function"==typeof Symbol&&(t[Symbol.iterator]=function(){return this}),t;function e(i){return function(t){var e=[i,t];if(n)throw new TypeError("Generator is already executing.");for(;h;)try{if(n=1,a&&(o=2&e[0]?a.return:e[0]?a.throw||((o=a.return)&&o.call(a),0):a.next)&&!(o=o.call(a,e[1])).done)return o;switch(a=0,(e=o?[2&e[0],o.value]:e)[0]){case 0:case 1:o=e;break;case 4:return h.label++,{value:e[1],done:!1};case 5:h.label++,a=e[1],e=[0];continue;case 7:e=h.ops.pop(),h.trys.pop();continue;default:if(!(o=0<(o=h.trys).length&&o[o.length-1])&&(6===e[0]||2===e[0])){h=0;continue}if(3===e[0]&&(!o||e[1]>o[0]&&e[1]{function d(t,e,i){var s="0x"+e-65536;return s!=s||i?e:s<0?String.fromCharCode(65536+s):String.fromCharCode(s>>10|55296,1023&s|56320)}function N(){E()}var t,f,b,n,j,m,M,U,S,h,l,E,C,e,R,g,s,r,v,T="sizzle"+ +new Date,y=window.document,I=0,H=0,B=ht(),V=ht(),_=ht(),q=function(t,e){return t===e&&(l=!0),0},G={}.hasOwnProperty,i=[],X=i.pop,z=i.push,x=i.push,W=i.slice,w=function(t,e){for(var i=0,s=t.length;i+~]|"+a+")"+a+"*"),tt=new RegExp("="+a+"*([^\\]'\"]*?)"+a+"*\\]","g"),et=new RegExp($),it=new RegExp("^"+o+"$"),u={ID:new RegExp("^#("+o+")"),CLASS:new RegExp("^\\.("+o+")"),TAG:new RegExp("^("+o+"|[*])"),ATTR:new RegExp("^"+Y),PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+a+"*(even|odd|(([+-]|)(\\d*)n|)"+a+"*(?:([+-]|)"+a+"*(\\d+)|))"+a+"*\\)|)","i"),bool:new RegExp("^(?:"+J+")$","i"),needsContext:new RegExp("^"+a+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+a+"*((?:-\\d)?\\d*)"+a+"*\\)|)(?=[^-]|$)","i")},st=/^(?:input|select|textarea|button)$/i,rt=/^h\d$/i,c=/^[^{]+\{\s*\[native \w/,nt=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,at=/[+~]/,ot=/'|\\/g,p=new RegExp("\\\\([\\da-f]{1,6}"+a+"?|("+a+")|.)","ig");try{x.apply(i=W.call(y.childNodes),y.childNodes),i[y.childNodes.length].nodeType}catch(t){x={apply:i.length?function(t,e){z.apply(t,W.call(e))}:function(t,e){for(var i=t.length,s=0;t[i++]=e[s++];);t.length=i-1}}}function D(t,e,i,s,r){try{var n,a,o,h,l,c,d,u=e&&e.ownerDocument,p=e?e.nodeType:9;if(f.qsa=f.qsa||window.di_allow_non_native_querySelectorAll&&C.querySelectorAll,i=i||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return i;if(!s&&((e?e.ownerDocument||e:y)!==C&&E(e),e=e||C,R)){if(11!==p&&(l=nt.exec(t)))if(n=l[1]){if(9===p){if(!(o=e.getElementById(n)))return i;if(o.id===n)return i.push(o),i}else if(u&&(o=u.getElementById(n))&&v(e,o)&&o.id===n)return i.push(o),i}else{if(l[2])return x.apply(i,e.getElementsByTagName(t)),i;if((n=l[3])&&f.getElementsByClassName&&e.getElementsByClassName)return x.apply(i,e.getElementsByClassName(n)),i}if(f.qsa&&!_[t+" "]&&(!g||!g.test(t))){if(1!==p||r)u=e,d=t;else if("object"!==e.nodeName.toLowerCase()){for((h=e.getAttribute("id"))?h=h.replace(ot,"\\$&"):e.setAttribute("id",h=T),a=(c=m(t)).length;a--;)c[a]="[id='"+h+"'] "+O(c[a]);d=c.join(","),u=at.test(t)&&dt(e.parentNode)||e}if(d)try{return x.apply(i,u.querySelectorAll(d)),i}catch(t){}finally{h===T&&e.removeAttribute("id")}}}return U(t.replace(A,"$1"),e,i,s)}catch(t){return[]}}function ht(){var i=[];function s(t,e){return i.push(t+" ")>b.cacheLength&&delete s[i.shift()],s[t+" "]=e}return s}function F(t){return t[T]=!0,t}function k(t){var e=C.createElement("div");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e)}}function lt(t,e){for(var i=t.split("|"),s=t.length;s--;)b.attrHandle[i[s]]=e}function ct(t,e){var i=e&&t,s=i&&1===t.nodeType&&1===e.nodeType&&(~e.sourceIndex||1<<31)-(~t.sourceIndex||1<<31);if(s)return s;if(i)for(;i=i.nextSibling;)if(i===e)return-1;return t?1:-1}function P(a){return F(function(n){return n=+n,F(function(t,e){for(var i,s=a([],t.length,n),r=s.length;r--;)t[i=s[r]]&&(t[i]=!(e[i]=t[i]))})})}function dt(t){return t&&void 0!==t.getElementsByTagName&&t}for(t in f=D.support={},j=D.isXML=function(t){t=t&&(t.ownerDocument||t).documentElement;return!!t&&"HTML"!==t.nodeName},E=D.setDocument=function(t){var t=t?t.ownerDocument||t:y;return t!==C&&9===t.nodeType&&t.documentElement&&(e=(C=t).documentElement,R=!j(C),C.documentMode&&(t=C.defaultView)&&t.top!==t&&(t.addEventListener?t.addEventListener("unload",N,!1):t.attachEvent&&t.attachEvent("onunload",N)),f.attributes=k(function(t){return t.className="i",!t.getAttribute("className")}),f.getElementsByTagName=k(function(t){return t.appendChild(C.createComment("")),!t.getElementsByTagName("*").length}),f.getElementsByClassName=c.test(C.getElementsByClassName),f.getById=k(function(t){return e.appendChild(t).id=T,!C.getElementsByName||!C.getElementsByName(T).length}),f.getById?(b.find.ID=function(t,e){if(void 0!==e.getElementById&&R)return(e=e.getElementById(t))?[e]:[]},b.filter.ID=function(t){var e=t.replace(p,d);return function(t){return t.getAttribute("id")===e}}):(delete b.find.ID,b.filter.ID=function(t){var e=t.replace(p,d);return function(t){t=void 0!==t.getAttributeNode&&t.getAttributeNode("id");return t&&t.value===e}}),b.find.TAG=f.getElementsByTagName?function(t,e){return void 0!==e.getElementsByTagName?e.getElementsByTagName(t):f.qsa?e.querySelectorAll(t):void 0}:function(t,e){var i,s=[],r=0,n=e.getElementsByTagName(t);if("*"!==t)return n;for(;i=n[r++];)1===i.nodeType&&s.push(i);return s},b.find.CLASS=f.getElementsByClassName&&function(t,e){if(void 0!==e.getElementsByClassName&&R)return e.getElementsByClassName(t)},s=[],g=[],(f.qsa=c.test(C.querySelectorAll))&&(k(function(t){e.appendChild(t).innerHTML="",t.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]="+a+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||g.push("\\["+a+"*(?:value|"+J+")"),t.querySelectorAll("[id~="+T+"-]").length||g.push("~="),t.querySelectorAll(":checked").length||g.push(":checked"),t.querySelectorAll("a#"+T+"+*").length||g.push(".#.+[+~]")}),k(function(t){var e=C.createElement("input");e.setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),t.querySelectorAll("[name=d]").length&&g.push("name"+a+"*[*^$|!~]?="),t.querySelectorAll(":enabled").length||g.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),g.push(",.*:")})),(f.matchesSelector=c.test(r=e.matches||e.webkitMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.msMatchesSelector))&&k(function(t){f.disconnectedMatch=r.call(t,"div"),r.call(t,"[s!='']:x"),s.push("!=",$)}),g=g.length&&new RegExp(g.join("|")),s=s.length&&new RegExp(s.join("|")),t=c.test(e.compareDocumentPosition),v=t||c.test(e.contains)?function(t,e){var i=9===t.nodeType?t.documentElement:t,e=e&&e.parentNode;return t===e||!(!e||1!==e.nodeType||!(i.contains?i.contains(e):t.compareDocumentPosition&&16&t.compareDocumentPosition(e)))}:function(t,e){if(e)for(;e=e.parentNode;)if(e===t)return!0;return!1},q=t?function(t,e){var i;return t===e?(l=!0,0):(i=!t.compareDocumentPosition-!e.compareDocumentPosition)||(1&(i=(t.ownerDocument||t)===(e.ownerDocument||e)?t.compareDocumentPosition(e):1)||!f.sortDetached&&e.compareDocumentPosition(t)===i?t===C||t.ownerDocument===y&&v(y,t)?-1:e===C||e.ownerDocument===y&&v(y,e)?1:h?w(h,t)-w(h,e):0:4&i?-1:1)}:function(t,e){if(t===e)return l=!0,0;var i,s=0,r=t.parentNode,n=e.parentNode,a=[t],o=[e];if(!r||!n)return t===C?-1:e===C?1:r?-1:n?1:h?w(h,t)-w(h,e):0;if(r===n)return ct(t,e);for(i=t;i=i.parentNode;)a.unshift(i);for(i=e;i=i.parentNode;)o.unshift(i);for(;a[s]===o[s];)s++;return s?ct(a[s],o[s]):a[s]===y?-1:o[s]===y?1:0}),C},D.matches=function(t,e){return D(t,null,null,e)},D.matchesSelector=function(t,e){if((t.ownerDocument||t)!==C&&E(t),e=e.replace(tt,"='$1']"),f.matchesSelector&&R&&!_[e+" "]&&(!s||!s.test(e))&&(!g||!g.test(e)))try{var i=r.call(t,e);if(i||f.disconnectedMatch||t.document&&11!==t.document.nodeType)return i}catch(t){}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(p,d),t[3]=(t[3]||t[4]||t[5]||"").replace(p,d),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||D.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&D.error(t[0]),t},PSEUDO:function(t){var e,i=!t[6]&&t[2];return u.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":i&&et.test(i)&&(e=(e=m(i,!0))&&i.indexOf(")",i.length-e)-i.length)&&(t[0]=t[0].slice(0,e),t[2]=i.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(p,d).toLowerCase();return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=B[t+" "];return e||(e=new RegExp("(^|"+a+")"+t+"("+a+"|$)"))&&B(t,function(t){return e.test("string"==typeof t.className&&t.className||void 0!==t.getAttribute&&t.getAttribute("class")||"")})},ATTR:function(e,i,s){return function(t){t=D.attr(t,e);return null==t?"!="===i:!i||(t+="","="===i?t===s:"!="===i?t!==s:"^="===i?s&&0===t.indexOf(s):"*="===i?s&&-1function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e})(t);for(t in{submit:!0,reset:!0})b.pseudos[t]=(i=>function(t){var e=t.nodeName.toLowerCase();return("input"===e||"button"===e)&&t.type===i})(t);function ut(){}function O(t){for(var e=0,i=t.length,s="";e{for(var s=0,r=e.length;se.length?t:e).indexOf(r=e.lengthe.length&&(o[0][0]=o[2][0]=-1),o):1==r.length?[[-1,t],[1,e]]:(a=this.diff_halfMatch_(t,e))?(o=a[0],r=a[1],h=a[2],n=a[3],a=a[4],o=this.diff_main(o,h,i,s),h=this.diff_main(r,n,i,s),o.concat([[0,a]],h)):this.diff_bisect_(t,e,s):[[-1,t]]:[[1,e]]},p.prototype.diff_bisect_=function(t,e,i){for(var s=t.length,r=e.length,n=Math.ceil((s+r)/2),a=n,o=2*n,h=new Array(o),l=new Array(o),c=0;ci);v++){for(var y=-v+p;y<=v-f;y+=2){for(var _=a+y,b=(T=y==-v||y!=v&&h[_-1]e.length?t:e,s=e.lengths[4].length?i:s,t.length>e.length?(n=r[0],a=r[1],o=r[2],h=r[3]):(o=r[0],h=r[1],n=r[2],a=r[3]),[n,a,o,h,r[4]]):null;function l(t,e,i){for(var s,r,n,a,o=t.substring(i,i+Math.floor(t.length/4)),h=-1,l="";-1!=(h=e.indexOf(o,h+1));){var c=u.diff_commonPrefix(t.substring(i),e.substring(h)),d=u.diff_commonSuffix(t.substring(0,i),e.substring(0,h));l.length=t.length?[s,r,n,a,l]:null}},p.prototype.diff_cleanupSemantic=function(t){for(var e,i,s,r,n=!1,a=[],o=0,h=null,l=0,c=0,d=0,u=0,p=0;l=e.length/2||s>=i.length/2)&&(t.splice(l,0,[0,i.substring(0,s)]),t[l-1][1]=e.substring(0,e.length-s),t[l+1][1]=i.substring(s),l++):(r>=e.length/2||r>=i.length/2)&&(t.splice(l,0,[0,e.substring(0,r)]),t[l-1][0]=1,t[l-1][1]=i.substring(0,i.length-r),t[l+1][0]=-1,t[l+1][1]=e.substring(r),l++),l++),l++},p.prototype.diff_cleanupSemanticLossless=function(t){function e(t,e){var i,s,r,n,a,o;return t&&e?(a=t.charAt(t.length-1),o=e.charAt(0),i=a.match(p.nonAlphaNumericRegex_),s=o.match(p.nonAlphaNumericRegex_),r=i&&a.match(p.whitespaceRegex_),n=s&&o.match(p.whitespaceRegex_),a=r&&a.match(p.linebreakRegex_),o=n&&o.match(p.linebreakRegex_),t=a&&t.match(p.blanklineEndRegex_),e=o&&e.match(p.blanklineStartRegex_),t||e?5:a||o?4:i&&!r&&n?3:r||n?2:i||s?1:0):6}for(var i=1;i|,|}|{)\bcanvas\b/gi,cc:/\b(\d{4}([\s-]?)\d{4}\2\d{4}\2(?:(?:\d{4}\2\d{3})|(?:\d{2,4})))\b/g,comment://gi,commentFrag:/(<\!\-\-|\-\->)/gi,css:/\.css$/i,cssComment:/\/\*(.|[\r\n])*?\*\//gi,cssUrl:/url[\s]*\([\s]*(['"]?)(.*?)(\1)[\s]*\)/g,cssEscaped:/(\\([0-9a-fA-F]{6}))|(\\([0-9a-fA-F]+)(\s+|(?=[^0-9a-fA-F])))/g,diTest:/\/i\/([0-9]+\/)?[0-9]+\/di\.js$/i,dU:/^data\:[a-zA-Z]{2,6}\/([a-zA-Z]{2,4})(\+[a-zA-Z]{2,4})?;base64/,dWidthHeight:/device-(width|height)[\s]*:/gi,email:/(^|[>\s({\[\|\,;:\"\'])([a-z0-9][a-z0-9._\-]{0,30}@[a-z0-9\-]{1,30}\.+[a-z0-9]{2,5})/gi,eProt:/^\/\//,erTest:/^Script error\.?$/i,escape:/["\\\x00-\x1f\x7f-\x9f]/g,fSel:/(name\=\"|field\-id\=\")/,hasProt:/^[a-z]+\:/i,hrefC:/^javascript: ?(void|;)/i,hUrlFix:/^.+?(\.app\/|\/files\/)/,hAssetFix:/^file:\/\/\/(.+?\.app\/|(android_asset\/)|(android_res\/))/,hoverQueryFix:/(\(| )hover(\s*)\.di-hover/gi,idFix:/(:|\.|\[|\]|,|\{|\})/g,igQH:/[\?#].*$/,importIgnore:/@import [^;]+;/gi,importUrl:/\@import[\s]+(['"])(.*?)(\1)/g,inValAttr:/\(\)\{\}\[\]\$/,invalidInput:/^(datetime\-local|datetime|time|week|month|date|number)$/i,js:/\.js(\?.*|$)/i,jsO:/(\.js|\/[^\.]+)$/i,jsEType:/(.+):/i,lb:/[\r\n\s]+/g,lComSp:/^[, \t\n\r\u000c]+/,lNSp:/^[^ \t\n\r\u000c]+/,lNCom:/^[^,]+/,lowerEncoded:/%([0-9A-F]{2})/gi,mask:/[^\s]/g,maskReducer:/(\*+)/g,media:/all|screen|handheld|min-|max-|resolution|color|aspect-ratio/i,nat:/^\s*function[^{]+{\s*\[native code\]\s*}\s*$/,newDiPath:/\/i\/[0-9]+\/[0-9]+\/(di\.js|c\.json)$/i,protR:/^(https?):\/\//i,pseudoFix:/\:(hover|invalid)/gi,punctuationEscaped:/\\([:\/.?=])(?![^\[]*\])/g,regex:/^\/(.*?)\/([gim]*)$/,sp:/ {2,}/g,stack:/^\s*(?:at)?\s* (.*?)@? ?\(?((?:file|https?|blob|chrome-extension|native|eval|webpack||\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,spaceOnly:/^[ \n\t\r]+$/,ssn:/\d{3}-\d{2}-\d{4}/gi,stW:/(^| )width: /,stH:/(^| )height: /,tCom:/[,]+$/,textarea:/([\s\S]*?)<\/textarea>/gi,trim:/^\s+|\s+$/g,trimSpCom:/^[,\s]+|[,\s]+$/g,urlFix:/1\.[0-9]\.[0-9]\.[0-9]+\/bmi\//gi,val:/ value=["']([^"]+)["']/,valId:/^[a-z][a-z0-9_\-\:\.]*$/i,vartest:/^[a-zA-Z0-9 _$\.\[\]'"]+$/,xmlns:/www\.w3\.org\/[0-9]{4}\/([a-zA-Z]+)/i};function B(t,e,i){var s,r;if(e)for(s=e.length,r=0;r{for(var t,e,i=[],s=0;s<256;s++){for(t=s,e=0;e<8;e++)t=1&t?3988292384^t>>>1:t>>>1;i[s]=t}return i})()),i=-1,s=0,r=t.length;s>>8^e[255&(i^t.charCodeAt(s))];return(-1^i)>>>0}function gt(t){return mt((t=""+(y(t)?"":t)).substr(0,t.length/2)).toString(16)+"-"+mt(t.substr(t.length/2)).toString(16)}function S(){return(new Date).getTime()}function vt(t,e,i){if(O.hasStor)try{return y(i)?t.removeItem(e):t.setItem(e,i),!0}catch(t){}return!1}function E(t,e){try{return vt(c.sessionStorage,t,e)}catch(t){}}function yt(t){return!isNaN(parseFloat(t))&&isFinite(t)}function C(t){return null!==t&&"object"==typeof t}function R(){for(var t=[],e=0;eJ&&(i.length=J),Et(e,t,s,i));W[d]?W[d].count++:W[d]={time:h,level:t,tag:e,errorType:r,message:s,count:1,pageId:n,sessionId:a,accountId:l,propertyId:c,userAgent:o,stack:i}}function St(t){for(var e="",i=0;i{var i=e.length,s="",r=0;t=t||"";for(var n=0;nCt(e)?1:-1}),10 "+i+(t.hasAttribute("href")?'[href="'+pt(t)+'"]':""),t.di_index_store={callTime:e,id:i},i):""}function re(t){return(t||"").replace(o.trim,"")}function ne(t){try{for(var e=m.cookie.split(";"),i=0,s=e.length;i{if(.02{for(var e=0,i=0,s=0,r=t.length;s{try{return C(c.sessionStorage)&&l(c.sessionStorage.getItem)&&C(c.localStorage)&&l(c.localStorage.getItem)}catch(t){return!1}})(),isAC:/Android/i.test(u.userAgent)&&/Chrome\/[0-9]/i.test(u.userAgent),isFF:/Firefox\/[0-9]/i.test(u.userAgent),isMac:/mac/i.test(u.platform),isMob:ye(),isIE9:m.documentMode&&9===m.documentMode,isSa:u.vendor&&0===u.vendor.indexOf("Apple")&&/Safari\/[0-9]/i.test(u.userAgent),dAR:null,igQH:!0,pES:(()=>{var t=!1;try{var e=Object.defineProperty({},"passive",{get:function(){t=!0}});window.addEventListener("test",null,e)}catch(t){}return t})(),hasSoc:"function"==typeof WebSocket,xhrTO:ye()?3e4:1e4,jEList:{GenericError:0,Error:1,InternalError:2,RangeError:3,ReferenceError:4,SyntaxError:5,TypeError:6,URIError:7,Warning:8,EvalError:9,SecurityError:10,DOMException:11},hashingThreshold:Math.pow(2,13)},Pe=["sendApplicationError","sendCustomDimension","sendGoal","sendTrackedEvent","sendHTTPError","sendIntegrationData","sendPageGroup","setFavorite","setFavourite"],Oe=Pe.concat(["_hm","activateDXAWidget","activateHeatmap","addClickEvents","addEvent","ajax","bindGoalEvents","canCollect","clearCookies","closest","dataRetention","enableRealTime","endSession","extend","forIn","formSubmitted","getAttribute","getCookie","getCustomScrollPos","getLeadId","getLeadIdForIntegration","getLS","getNodeName","getObserverState","getPageTime","getPageUrl","getQualifiedSelector","getRecordingState","getSessionId","getSessionIdForIntegration","getSS","getStyle","getTabId","getXPath","handleException","hash","hasKey","height","inArray","indexElements","indexForms","indexScrollable","isArray","isCollecting","isDIDOM","isDomainValid","isEmpty","isEmptyObject","isFunction","isInSample","isNode","isNumber","isObject","isObjectNoProp","isObjectWithProp","isRealTimeEnabled","isString","isUndefined","offset","onCollectionChange","onHTMLCollected","onPageCollected","onRealTimeEnabled","parents","pauseRecording","proxy","ready","restartSession","resumeRecording","scrollLeft","scrollTop","selectPageviewForAnalysis","selectSessionForAnalysis","selectSessionForExperience","selectSessionForReplay","setCollection","setSamplingFromNative","setEnterpriseProxy","setFrameRate","setHtmlResSelector","setIntStatus","setLS","setPageRole","setRetention","setSS","siblings","startObserver","startSession","stopObserver","tabReady","trackCanvas","trackPageView","trim","trimnlb","updateLead","updateLeadScore","updateUserId","version","warn","width"]),L={},Le=c._da_,Ne=((t=k=k||{})[t.NONE=0]="NONE",t[t.PAGE=2]="PAGE",t[t.IGNORE_QUERY=4]="IGNORE_QUERY",t[t.COOKIE=8]="COOKIE",t[t.ERROR_TRACKING=64]="ERROR_TRACKING",t[t.FORM=128]="FORM",t[t.DATA_UNMASKING=256]="DATA_UNMASKING",t[t.RESOURCE_PROXY=4096]="RESOURCE_PROXY",t[t.FULL_PROXY_REFERER=8192]="FULL_PROXY_REFERER",(s=ms=ms||{}).WEBSITE="website",s.MOBILE="app",s.HYBRID="hybrid",(i=P=P||{})[i.SERVER=0]="SERVER",i[i.FORCED_IN=1]="FORCED_IN",i[i.FORCED_OUT=2]="FORCED_OUT",i[i.FORCED_IN_SERVER=3]="FORCED_IN_SERVER",i[i.FORCED_OUT_SERVER=4]="FORCED_OUT_SERVER",je.setFirstPartyCookie=function(){Me("da_sid",F.sId+(y(F.jspsf)?"":"."+F.jspsf)+"|"+F.dataColl.getSessionFlag(),!0),Me("da_lid",F.leadId+"|"+F.dataColl.getLeadFlag()),Me("da_intState",L.int_state,!0)},je.deleteFirstPartyCookie=function(){Ue("da_sid"),Ue("da_lid"),Ue("da_intState")},je.getHeaderForConfig=function(){var t={},e=ae(),i=t,s=b("d_int_state")||ne("da_intState"),r=b("d_sessionId")||ne("da_sid")||"",n=qt("_da_da_leadId")||ne("da_lid")||"",r=r.split("|"),n=n.split("|"),a=["0","0","0","0","0","0"],o=(4===r.length&&((o=r[0].match(/\.(0|1)$/))?(i["X-DI-jspsf"]=w(+o[1]),i["X-DI-sid"]=r[0].slice(0,-2)):i["X-DI-sid"]=r[0],a[0]=r[1],a[2]=r[2],a[4]=r[3],null!==s)&&(i["X-DI-int-state"]=s),4===n.length&&(i["X-DI-lid"]=n[0],a[1]=n[1],a[3]=n[2],a[5]=n[3]),4!==r.length&&4!==n.length||(i["X-DI-cookieflags"]=a.join("|")),t),s=e;return s.da_sid&&(o["X-DI-sid"]=s.da_sid),s.da_lid&&(o["X-DI-lid"]=s.da_lid),+s.da_from_native&&(E("_da_from_native",1),(s=+s.da_in_sample)===P.FORCED_IN?(o["X-DI-cookieflags"]="1|0|1|0|1|0",o["X-DI-jspsf"]=1):s===P.FORCED_OUT?(o["X-DI-cookieflags"]="2|0|2|0|2|0",o["X-DI-jspsf"]=0):s===P.FORCED_IN_SERVER?(o["X-DI-cookieflags"]="3|0|0|0|3|0",o["X-DI-jspsf"]=1):(o["X-DI-cookieflags"]="4|0|0|0|4|0",o["X-DI-jspsf"]=0)),t},je);function je(){}function Me(t,e,i){var s,e=t+"="+(e||"")+"; path=/; samesite=strict"+("https:"===a.protocol?"; secure":""),i=e+"; max-age="+(i?1800:31536e3)+"; domain=",e=e+"; max-age=0; domain=";L.cookieDomain&&-1!==a.hostname.indexOf(L.cookieDomain)?m.cookie=i+L.cookieDomain:2<(s=a.hostname.split(".")).length?(m.cookie=e+s.slice(-2).join("."),m.cookie=e+s.slice(-3).join("."),m.cookie=i+s.slice(-2).join("."),null===ne(t)&&(m.cookie=i+s.slice(-3).join("."))):m.cookie=i+a.hostname}function Ue(t){var e,t=t+"=; path=/; samesite=strict"+("https:"===a.protocol?"; secure":"")+"; max-age=0; domain=";L.cookieDomain&&-1!==a.hostname.indexOf(L.cookieDomain)?m.cookie=t+L.cookieDomain:2<(e=a.hostname.split(".")).length?(m.cookie=t+e.slice(-2).join("."),m.cookie=t+e.slice(-3).join(".")):m.cookie=t+a.hostname}(t=Fe=Fe||{}).DATA_CREDIT="datacredit",t.PAGE_VIEW="pageview",t.SESSION="session",(s=ke=ke||{})[s.PRE_MIGRATED=-1]="PRE_MIGRATED",s[s.RANDOM=0]="RANDOM",s[s.WEIGHTED=1]="WEIGHTED",s[s.PURPOSEFUL=2]="PURPOSEFUL";var He={subscriptionType:"subscriptionType",experienceMethod:"experienceDataSampleMethod",analysisMethod:"analysisDataSampleMethod",replayMethod:"replayDataSampleMethod",experienceSession:"sessCookieFlags",experienceLead:"leadCookieFlags",analysisSession:"analysisSessFlags",analysisLead:"analysisLeadFlags",replaySession:"replaySessFlags",replayLead:"replayLeadFlags"},Be=(e.prototype.isDataCreditSubscription=function(){return this.subscriptionType===Fe.DATA_CREDIT},e.prototype.isPageViewSubscription=function(){return this.subscriptionType===Fe.PAGE_VIEW},e.prototype.isSessionSubscription=function(){return this.subscriptionType===Fe.SESSION},e.prototype.experienceRandom=function(){return this.experienceMethod===ke.RANDOM},e.prototype.experiencePurposeful=function(){return this.experienceMethod===ke.PURPOSEFUL},e.prototype.analysisRandom=function(){return this.analysisMethod===ke.RANDOM},e.prototype.analysisPurposeful=function(){return this.analysisMethod===ke.PURPOSEFUL},e.prototype.replayRandom=function(){return this.replayMethod===ke.RANDOM},e.prototype.replayPurposeful=function(){return this.replayMethod===ke.PURPOSEFUL},e.prototype.getSamplingHeader=function(){return this.experienceSession+"|"+this.experienceLead+"|"+this.analysisSession+"|"+this.analysisLead+"|"+this.replaySession+"|"+this.replayLead},e.prototype.getSessionFlag=function(){return this.experienceSession+"|"+this.analysisSession+"|"+this.replaySession},e.prototype.getLeadFlag=function(){return this.experienceLead+"|"+this.analysisLead+"|"+this.replayLead},e.prototype.getStatus=function(t){return this[t+"Lead"]||this[t+"Session"]},e.prototype.getExperienceStatus=function(){var t=this.experienceLead||this.experienceSession;return t!==P.FORCED_OUT&&(!this.experienceRandom()||t!==P.FORCED_OUT_SERVER)},e.prototype.getReplayStatus=function(){var t=this.replayLead||this.replaySession;return t!==P.FORCED_OUT&&(!this.replayRandom()||t!==P.FORCED_OUT_SERVER)},e);function e(){this.active=!0,this.inactivityTriggered=!1,this.subscriptionType=Fe.DATA_CREDIT,this.experienceMethod=ke.RANDOM,this.experienceSession=P.SERVER,this.experienceLead=P.SERVER,this.analysisMethod=ke.RANDOM,this.analysisSession=P.SERVER,this.analysisLead=P.SERVER,this.replayMethod=ke.RANDOM,this.replaySession=P.SERVER,this.replayLead=P.SERVER,I(He,function(t,e){this[e]=x(t)||0},this),this.subscriptionType||(this.subscriptionType=Fe.DATA_CREDIT),this.experienceMethod===ke.PRE_MIGRATED&&(this.subscriptionType=Fe.DATA_CREDIT,this.experienceMethod=ke.RANDOM,this.analysisMethod=ke.RANDOM,this.replayMethod=ke.RANDOM),this.subscriptionType===Fe.DATA_CREDIT&&(this.replaySession=this.experienceSession,this.replayLead=this.experienceLead)}qe.prototype.enableRealTime=function(){x("useKafkaQueue")?this.enabled||(this.enabled=!0,E("di_RealTimeDXS",1),this.realTimeEnabled()):R("DXA warning: RealTime DXS is not enebled for this account.")},qe.prototype.onRealTimeEnabled=function(e){l(e)&&!this.onEnabledCB.find(function(t){return t.toString()===e.toString()})&&this.onEnabledCB.push(e),this.enabled&&this.realTimeEnabled()},qe.prototype.realTimeEnabled=function(){this.onEnabledCB.forEach(function(t){return t.apply(window[window.DecibelInsight])}),this.onEnabledCB=[]},qe.prototype.processRealTime=function(t){var i,e,s=this;this.pageTime===+t.pvid&&(i={realtime:{data:{}}},e="live_dxs_ks"===t.type?"decibel.ks":"decibel",I(t,function(t,e){-1===s.excludeKeys.indexOf(e)&&(i.realtime.data[e]=t)}),this.processRTPillars(i),this.processRTBehaviour(i),this.processRTExpIssues(i),this.trigger(i,e))},qe.prototype.trigger=function(t,i){var s=this;I(t,function(t,e){"data"!==e&&(te(e=i+"."+e,t),-1!==e.indexOf("behaviours")&&te(e.replace("behaviours","behaviors"),t),C(t))&&s.trigger(t,e)})},qe.prototype.processRTExpIssues=function(i){var s=this;i.realtime.data.exp_issues&&i.realtime.data.exp_issues.length&&i.realtime.data.exp_issues.forEach(function(t){var e=t.type+"_"+s.pageTime+"_"+t.starttime;s.expIssueTriggered[e]||(i.realtime.exp_issues=i.realtime.exp_issues||{},i.realtime.exp_issues[t.type]={data:t},s.expIssueTriggered[e]=1)})},qe.prototype.processRTBehaviour=function(i){var s=this;i.realtime.data.behaviours&&i.realtime.data.behaviours.length&&i.realtime.data.behaviours.forEach(function(t){var e=t.type+"_"+s.pageTime+"_"+t.offset;s.behaviourTriggered[e]||(i.realtime.behaviours=i.realtime.behaviours||{},i.realtime.behaviours[t.type]={data:t},s.behaviourTriggered[e]=1)})},qe.prototype.processRTPillars=function(i){var s=this;I(i.realtime.data,function(t,e){e.length<4&&(A(s.prevRealtimeDxs[e])||.1|,|}|{)\biframe\b/gi}function Xe(t){return Qe[t]||t}function ze(t){return $e[t]||t}function We(t,e,i){this.i=t,this.t=e.nodeType,i&&(this.ti=i),Object.defineProperty(this,"el",{enumerable:!1,writable:!0,value:e})}Ge.prototype.processCssFn=function(t){var e,i=t.di_style_res,s=h(t,"data-di-alt-src");return y(s)?y(e=me(t))||!y(i)&&i.innerText===e?y(e)&&!y(i)&&(i=null):i=this.styleInnerTextToResource(t,e):!y(i)&&i.altSrc===s||(i={media:t.media,altSrc:s,href:F.qualifyURL(s)}),t.di_style_res=i},Ge.prototype.styleInnerTextToResource=function(t,e){var i=!1,s=e.length,s=!t.di_in_shadow&&s>F.maxCss&&!t.hasAttribute("data-di-track")?(i=!0,"/* Style block too large | "+s+" characters | expected length less than "+F.maxCss+" characters */"):this.prepareCSS(e.replace(o.cssComment,"").replace(o.commentFrag,"")),i={innerText:e,content:s,media:t.media,tooLarge:i};return"hasNode"===e&&(i.hasNode=!0,i.content=""),this.cssToResource(i,t,s),i},Ge.prototype.prepareCSS=function(t){var e;return y(t)?"":(t=(t=-1!==t.indexOf("@import")&&-1!==(e=t.indexOf("{"))?t.substring(0,e)+t.substring(e).replace(o.importIgnore,""):t).replace(o.cssUrl,this.urlQualifyReplace.bind(this)).replace(o.importUrl,this.importReplace).replace(o.pseudoFix,".di-$1").replace(o.hoverQueryFix,"$1hover$2:hover").replace(o.canvasCss,"$1.di-canvas").replace(o.iframeCss,"$1.di-iframe").replace(o.attrSel,"[class*="),x("noDeviceWidthMediaReplace")?t:t.replace(o.dWidthHeight,"$1:"))},Ge.prototype.urlCssUnescape=function(t,e,i,s,r){return i?t=String.fromCharCode(Number("0x"+i)):r&&(Number("0x"+r)<32?t="":this.isPrivateUseArea(r)||(t=String.fromCharCode(Number("0x"+r)))),t},Ge.prototype.isPrivateUseArea=function(t){var e=!1,t=Number("0x"+t);return e=57344<=t&&t<=63743||983040<=t&&t<=1048573||1048576<=t&&t<=1114109?!0:e},Ge.prototype.urlQualifyReplace=function(t,e,i){return-1!==i.indexOf("\\")&&(i=i.replace(o.cssEscaped,this.urlCssUnescape.bind(this)).replace(o.punctuationEscaped,"$1")),"url("+e+F.qualifyURL(i,{prefix:!0,noProxy:!0})+e+")"},Ge.prototype.importReplace=function(t,e,i){return"@import "+e+F.qualifyURL(i.replace(o.punctuationEscaped,"$1"),{prefix:!0,noProxy:!0})+e},Ge.prototype.cssToResource=function(t,e,i){i.length>F.jrMin&&F.canCollectResource()&&!e.hasAttribute("data-di-no-resource-proxy")&&(t.name=gt(i)+"-"+i.length+".css",t.href=F.rUrl+t.name,F.sendResource(t))};var Je,Ye=new Ge,N={getAttributeName:function(t,e){return t=e&&(e=e.match(o.xmlns))?e[1]+":"+t:t},maskTextNode:function(t){return t=o.spaceOnly.test(t)?" ":(t=t.replace(o.sp," "),F.isEmpty(F.pdr)||(t=t.replace(F.pdr,ot)),F.maskE&&(t=t.replace(o.email,function(t,e,i){return e+ot(i)})),(t=F.maskS?t.replace(o.ssn,ot):t).replace(o.cc,function(t,e){return ot(e)}))},qualifySrcSet:function(t){for(var e=ut(t),i=[],s=0,r=e.length;s{var e;try{e=t.cssRules||t.rules}catch(t){}return e})(e.el.sheet))||t.length?(delete e.na,ht(s,e,"p"),ht(i,e,"a")):e.na=hi},prepareCanvasTag:function(t){var e=this.getAttributes(t.el,t.n,t.el.attributes)||{},i=this.getProperties(t)||{},s=t.el.di_ResId,s=F.canvasList[s];e.class=(e.class||"")+" di-canvas",e.style=dt(t.el.style.cssText,e),F.isEmpty(s)||(s.tainted?(F.tcanvas=!0,e.class=e.class+" di-replacement",t.na="DIV"):(t.na="IMG",e.src=s.src||s.content)),ht(i,t,"p"),ht(e,t,"a")},prepareSVGTag:function(t){var e,i=this.getAttributes(t.el,t.n,t.el.attributes)||{};ht(this.getProperties(t)||{},t,"p"),ht(i,t,"a"),t.ti?this.prepareChild(t):(c._di_max_id[t.i]||(c._di_max_id[t.i]=0),t.rt=t.rt||!0,F.markResParent(t.el,t.el),t.el.di_res_parent=t.el,t.el.di_html_res=t.el.di_html_res||{tries:0,done:0},this.prepareChild(t,!1,!1,!0),i=t.clone(!0,t.i),e=Se(i),i&&e&&F.sendElResource(t,t.el,e),t.el.di_html_res.diNode=t.el.di_html_res.diNode||t.clone(!1,t.i),t.el.di_html_res.rootNode=t.el.di_html_res.rootNode||t.clone(!1))},prepareVideoTag:function(t){var e=this;t.el.di_event_added||(t.el.di_event_added=!0,f(t.el,"play",function(t){e.createPropertyPatch("play",t.target,"paused")},this),f(t.el,"pause",function(t){e.createPropertyPatch("pause",t.target,"paused")},this),f(t.el,"ratechange",function(t){e.createPropertyPatch(void 0!==t.target.playbackRate?t.target.playbackRate:1,t.target,"playbackRate")},this),f(t.el,"seeked",function(t){e.createPropertyPatch(t.target.currentTime,t.target,"currentTime")},this))},prepareTextNode:function(t){var e;F.visible(t.el)?this.prepareChild(t):(e=this.getAttributes(t.el,t.n,t.el.attributes))&&(t.a=e)},prepareCSS:function(t){return Ye.prepareCSS(t)},qualifyURL:function(t){return F.qualifyURL(t)},qualifySrc:function(t,e){e=e.getAttribute("data-di-alt-src");return F.qualifyURL(e||t)}},$e={style:1,class:2,colspan:3,label:4,placeholder:5,readonly:6,required:7,src:8,id:9,"data-di-id":10,poster:11,min:12,minlength:13,maxlength:14,max:15,async:16,align:17,autocomplete:18,preload:19,muted:20,"http-equiv":21,title:22,type:23,href:24,enctype:25,dropzone:26,draggable:27,border:28,autoplay:29,media:30,xmlns:31,charset:32,content:33,cols:34,alt:35,width:36,height:37,start:38,step:39,"xlink:href":40,rowspan:41,method:42,novalidate:43,"data-di-form-id":44,"data-di-field-id":45,name:46,action:47,checked:48,for:49,value:50,from:51,target:52,lang:53,rel:54,"xmlns:xlink":55,srcset:56,itemprop:57,"fill-rule":58,"clip-rule":59,fill:60,autocapitalize:61,autofocus:62,crossorigin:63,icon:64,disabled:65,loop:66,multiple:67,pattern:68,selected:69,size:70,span:71,tabindex:72,usemap:73,transform:74,viewBox:76,preserveAspectRatio:77,points:78,textLength:79,path:80,gradientTransform:81,offset:82,background:83,data:84},Ke="SLOT",Qe={A:1,LI:2,SPAN:3,DIV:4,META:5,INPUT:6,IMG:7,TD:8,TR:9,BUTTON:10,SECTION:11,HEADER:12,FOOTER:13,SELECT:14,OPTION:15,TEXTAREA:16,STYLE:17,G:18,STRONG:19,NAV:20,MAIN:21,OL:22,UL:23,P:24,CANVAS:25,IFRAME:26,OBJECT:27,LINK:28,EMBED:29,TABLE:30,TBODY:31,TH:32,THEAD:33,FIGURE:34,U:35,S:36,Q:37,IMAGE:38,SVG:39,I:40,FORM:41,B:42,BR:43,SYMBOL:44,GLYPH:45,SUB:46,LABEL:47,FIELDSET:48,POLYLINE:49,COLGROUP:50,ADDRESS:51,H1:52,H2:53,H3:54,H4:55,H5:56,H6:57,POLYGON:58,PICTURE:59,CAPTION:60,PATH:61,RECT:62,ELLIPSE:63,TITLE:64,USE:65,CLIPPATH:66,TEXTPATH:67,LINEARGRADIENT:68,CIRCLE:69,VIDEO:70,TSPAN:71,TFOOT:72,SMALL:73,PARAM:74,FRAME:75,TEXT:76,MAP:77,PRE:78,AREA:79,LINE:80,OPTGROUP:81,TREF:82,VIEW:83,EM:84,LEGEND:85,MARKER:86,HR:87,COL:88,SUP:89,ABBR:90,BASE:91,CODE:92,FONT:93,SOURCE:94,ARTICLE:95,NOSCRIPT:96,HTML:97,HEAD:98,BODY:99,TEMPLATE:100,"FONT-FACE":101,DATALIST:103,BLOCKQUOTE:104,BIG:105,ASIDE:106,DD:107,DEFS:108,DL:109,DT:110,STRIKE:111,"DI-IGNORED":112,"#DOCUMENT-FRAGMENT":113},Ze={STYLE:{d:{getter:function(t){return(t.sheet||t).disabled},nodeList:"styleDINodes"}},LINK:{d:{getter:function(t){return(t.sheet||t).disabled},nodeList:"styleDINodes"}},VIDEO:{paused:{getter:function(t){return t.paused?"pause":"play"}},currentTime:{getter:function(t){return t.currentTime}},playbackRate:{getter:function(t){return void 0!==t.playbackRate?t.playbackRate:1}}}},ti={addedRule:"aR",addedIndex:"aI",deletedIndex:"dI",replacedText:"rT"},ei={CANVAS:N.prepareCanvasTag,EMBED:N.prepareObjectTag,IFRAME:N.prepareObjectTag,OBJECT:N.prepareObjectTag,LINK:function(t){var e=N.prepareStyleLinkTag;(e="blob:http"===(t.el.href||"").substr(0,9)?N.prepareStyleTag:e).call(this,t)},PLAINTEXT:N.prepareTextNode,SVG:N.prepareSVGTag,STYLE:N.prepareStyleTag},ii={HTML:N.prepareHTMLTag,VIDEO:N.prepareVideoTag},si={IMG:function(t){return!o.js.test(t.getAttribute("src"))},INPUT:function(t){return"hidden"!==t.type},LINK:function(t){return"text/css"===t.getAttribute("type")||-1!==(t.getAttribute("rel")||"").toLowerCase().indexOf("stylesheet")},META:function(t){return t.getAttribute("charset")||"viewport"===t.getAttribute("name")},NOSCRIPT:function(){return!1},SCRIPT:function(){return!1}},ri={A:{href:function(){return"#"}},INPUT:{type:function(t){return t=o.invalidInput.test(t)?"text":t}},IMAGE:{href:N.qualifyURL,"xlink:href":N.qualifyURL},LINK:{href:N.qualifyURL},USE:{href:N.qualifyURL,"xlink:href":N.qualifyURL},VIDEO:{src:N.qualifySrc},SOURCE:{src:N.qualifySrc},background:N.qualifyURL,poster:N.qualifyURL,src:N.qualifyURL,srcset:N.qualifySrcSet,style:N.prepareCSS},ni={FORM:[{n:"autocomplete",v:"off",o:!0},{n:"novalidate",v:"novalidate",o:!0}],INPUT:[{n:"autocomplete",v:"off",o:!0}],LINK:[{n:"type",v:"text/css"},{n:"rel",v:"stylesheet"}],SELECT:[{n:"autocomplete",v:"off",o:!0}],TEXTAREA:[{n:"autocomplete",v:"off",o:!0}]},ai={"data-di-alt-src":1,"data-di-form-track":1,"data-di-rand":1,"data-di-res-id":1,"data-di-track":1,"data-di-id-done":1,integrity:1,maxlength:1,minlength:1,onload:1,pattern:1,required:1,step:1},oi=["value","label","aria-label","title"],hi="DI-IGNORED";function li(t,e,i){var s,r={i:e.i},n=1;e.ti&&(r.ti=e.ti,n++),t.n!==e.n||t.na!==e.na?r=e:(t.h!==e.h&&(r.h=q.getPatches(t.h,e.h)),t.rt!==e.rt&&(r.rt=e.rt),(s=ci(t.a||{},e.a||{}))&&(r.a=s),(s=ci(t.p||{},e.p||{}))&&(r.p=s),(s=ci(t.s||{},e.s||{}))&&(r.s=s),t.v!==e.v&&(r.v=q.getPatches(t.v,e.v)),(s=((t,e,i)=>{for(var s=[],r=t.length;r--;)-1===di(t[r].i,e)&&(s.push({p:r,r:1}),t.splice(r,1));for(var n=0,a=e.length;nn&&i.push(r)}function ci(t,e){for(var i={},s=Object.keys(e),r=0,n=s.length;rfunction(){return this.didom[t].apply(this.didom,U.call(arguments))})(pi[fi]);_i.addListener=function(){m.documentElement.hasAttribute("data-di-loaded")||(m.documentElement.setAttribute("data-di-loaded",1),m.addEventListener("DIExtToDIJS",function(t){t&&"getDIDOMForHeatmap"===t.detail&&(F.proxyV2?m.documentElement.di_dom?bi():((t=new ui).observe(m.documentElement),bi(t.disconnect.bind(t))):te("DIJSToDIExt",{response:!1}))},!1))};var mi,gi,vi,yi=_i;function _i(){}function bi(t){F.scanCanvasList(v.search(F.cS)),setTimeout(function(){te("DIJSToDIExt",{response:Se(m.documentElement.di_dom.clone()).replace(/\[DI_PROXY_URL\]/g,"").replace(/(https?)\//g,"$1://")}),t&&t()},1e3)}(t=mi=mi||{}).activateDXAWidget=function(){var t=document.createElement("script");t.type="text/javascript",t.async=!0,t.src="https://widget.decibelinsight.net/index.js",t.addEventListener("load",function(){var t=document.createElement("div");t.className="react-container",document.querySelectorAll("body")[0].appendChild(t),window.dcl&&window.dcl.bridge(window.dcl.RealtimeDxsWidgetContainer,t)}),document.querySelector("head").appendChild(t)},t.activateHeatmap=function(t){var e;return t&&window.URLSearchParams&&t instanceof URLSearchParams&&(e=t.get("appHost"),t=t.get("appVersion"),e="https://"+(-1{{var s=88,e=o,r=h,n=l,a=f;p(s);let i=new Uint8Array(s);return c.set(i),e(0,t),i.set(c.subarray(0,s)),{update(t){let e;return c.set(i),e="string"==typeof t?(p(3*t.length,s),d.encodeInto(t,c.subarray(s)).written):(p(t.byteLength,s),c.set(t,s),t.byteLength),r(0,s,e),i.set(c.subarray(0,s)),this},digest:()=>(c.set(i),a(n(0)))}}}}}}s={exports:{}};self,s.exports=(gi={174:function(t,e){var o,n;function h(t,e,i,s){return this instanceof h?(this.remainder=null,"string"==typeof t?l.call(this,t,e):void 0===e?a.call(this,t):void r.apply(this,arguments)):new h(t,e,i,s)}function r(t,e,i,s){return void 0===i?(this._a00=65535&t,this._a16=t>>>16,this._a32=65535&e,this._a48=e>>>16):(this._a00=0|t,this._a16=0|e,this._a32=0|i,this._a48=0|s),this}function a(t){return this._a00=65535&t,this._a16=t>>>16,this._a32=0,this._a48=0,this}function l(t,e){e=e||10,this._a00=0,this._a16=0,this._a32=0,this._a48=0;for(var i=o[e]||new h(Math.pow(e,5)),s=0,r=t.length;s>>16,s=(i+=this._a16+t._a16)>>>16,r=(s+=this._a32+t._a32)>>>16;return r+=this._a48+t._a48,this._a00=65535&e,this._a16=65535&i,this._a32=65535&s,this._a48=65535&r,this},h.prototype.subtract=function(t){return this.add(t.clone().negate())},h.prototype.multiply=function(t){var e=this._a00,i=this._a16,s=this._a32,r=this._a48,n=t._a00,a=t._a16,o=t._a32,h=e*n,l=h>>>16,c=(l+=e*a)>>>16,d=((d=((d=((d=(d=(d=(c=c+((l=(l&65535)+i*n)>>>16)+e*o)>>>16)+((c=(c&65535)+i*a)>>>16)+((c=(c&65535)+s*n)>>>16))+e*t._a48)&65535)+i*o)&65535)+s*a)&65535)+r*n;return this._a00=65535&h,this._a16=65535&l,this._a32=65535&c,this._a48=65535&d,this},h.prototype.div=function(t){if(0==t._a16&&0==t._a32&&0==t._a48){if(0==t._a00)throw Error("division by zero");if(1==t._a00)return this.remainder=new h(0),this}if(t.gt(this))this.remainder=this.clone(),this._a00=0,this._a16=0,this._a32=0,this._a48=0;else if(this.eq(t))this.remainder=new h(0),this._a00=1,this._a16=0,this._a32=0,this._a48=0;else{for(var e=t.clone(),i=-1;!this.lt(e);)e.shiftLeft(1,!0),i++;for(this.remainder=this.clone(),this._a00=0,this._a16=0,this._a32=0,this._a48=0;0<=i;i--)e.shiftRight(1),this.remainder.lt(e)||(this.remainder.subtract(e),48<=i?this._a48|=1<>>16),this._a16=65535&t,t=(65535&~this._a32)+(t>>>16),this._a32=65535&t,this._a48=~this._a48+(t>>>16)&65535,this},h.prototype.equals=h.prototype.eq=function(t){return this._a48==t._a48&&this._a00==t._a00&&this._a32==t._a32&&this._a16==t._a16},h.prototype.greaterThan=h.prototype.gt=function(t){return this._a48>t._a48||!(this._a48t._a32||!(this._a32t._a16||!(this._a16t._a00))},h.prototype.lessThan=h.prototype.lt=function(t){return this._a48t._a48)&&(this._a32t._a32)&&(this._a16t._a16)&&this._a00>t-48,this._a16=0,this._a32=0,this._a48=0):32<=t?(this._a00=65535&(this._a32>>(t-=32)|this._a48<<16-t),this._a16=this._a48>>t&65535,this._a32=0,this._a48=0):16<=t?(this._a00=65535&(this._a16>>(t-=16)|this._a32<<16-t),this._a16=65535&(this._a32>>t|this._a48<<16-t),this._a32=this._a48>>t&65535,this._a48=0):(this._a00=65535&(this._a00>>t|this._a16<<16-t),this._a16=65535&(this._a16>>t|this._a32<<16-t),this._a32=65535&(this._a32>>t|this._a48<<16-t),this._a48=this._a48>>t&65535),this},h.prototype.shiftLeft=h.prototype.shiftl=function(t,e){return 48<=(t%=64)?(this._a48=this._a00<>16-t,this._a32=this._a00<>16-t,this._a32=65535&(this._a16<>16-t),this._a16=this._a00<>16-t,this._a32=65535&(this._a32<>16-t),this._a16=65535&(this._a16<>16-t),this._a00=this._a00<>>32-t,i=i<>>32-t;this._a00=65535&i,this._a16=i>>>16,this._a32=65535&s,this._a48=s>>>16}return this},h.prototype.rotateRight=h.prototype.rotr=function(t){if(0!=(t%=64)){if(32<=t){var e=this._a00;if(this._a00=this._a32,this._a32=e,e=this._a48,this._a48=this._a16,this._a16=e,32==t)return this;t-=32}var e=this._a48<<16|this._a32,i=this._a16<<16|this._a00,s=e>>>t|i<<32-t,i=i>>>t|e<<32-t;this._a00=65535&i,this._a16=i>>>16,this._a32=65535&s,this._a48=s>>>16}return this},h.prototype.clone=function(){return new h(this._a00,this._a16,this._a32,this._a48)},void 0!==(e=function(){return h}.apply(e,[]))&&(t.exports=e)},455:(t,e,i)=>{var o=i(898).UINT64,h=o("11400714785074694791"),l=o("14029467366897019727"),a=o("1609587929392839161"),c=o("9650029242287828579"),d=o("2870177450012600261");function s(){return 2==arguments.length?new s(arguments[1]).update(arguments[0]).digest():this instanceof s?void r.call(this,arguments[0]):new s(arguments[0])}function r(t){return this.seed=t instanceof o?t.clone():o(t),this.v1=this.seed.clone().add(h).add(l),this.v2=this.seed.clone().add(l),this.v3=this.seed.clone(),this.v4=this.seed.clone().subtract(h),this.total_len=0,this.memsize=0,this.memory=null,this}s.prototype.init=r,s.prototype.update=function(t){"string"==typeof t&&(t=(t=>{for(var e=[],i=0,s=t.length;i>6,128|63&r):r<55296||57344<=r?e.push(224|r>>12,128|r>>6&63,128|63&r):(i++,r=65536+((1023&r)<<10|1023&t.charCodeAt(i)),e.push(240|r>>18,128|r>>12&63,128|r>>6&63,128|63&r))}return new Uint8Array(e)})(t),e=!0),"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer&&(e=!0,t=new Uint8Array(t));var e,i=0,s=t.length,r=i+s;if(0!=s)if(this.total_len+=s,0==this.memsize&&(this.memory=new(e?Uint8Array:Buffer)(32)),this.memsize+s<32)e?this.memory.set(t.subarray(0,s),this.memsize):t.copy(this.memory,this.memsize,0,s),this.memsize+=s;else{if(0{t.exports={h64:i(455)}},741:function(t,e){function s(t,e){return this instanceof s?(this._low=0,this._high=0,this.remainder=null,void 0===e?r.call(this,t):"string"==typeof t?n.call(this,t,e):void i.call(this,t,e)):new s(t,e)}function i(t,e){return this._low=0|t,this._high=0|e,this}function r(t){return this._low=65535&t,this._high=t>>>16,this}function n(t,e){t=parseInt(t,e||10);return this._low=65535&t,this._high=t>>>16,this}s(Math.pow(36,5)),s(Math.pow(16,7)),s(Math.pow(10,9)),s(Math.pow(2,30)),s(36),s(16),s(10),s(2),s.prototype.fromBits=i,s.prototype.fromNumber=r,s.prototype.fromString=n,s.prototype.toNumber=function(){return 65536*this._high+this._low},s.prototype.toString=function(t){return this.toNumber().toString(t||10)},s.prototype.add=function(t){var e=this._low+t._low,i=e>>>16;return i+=this._high+t._high,this._low=65535&e,this._high=65535&i,this},s.prototype.subtract=function(t){return this.add(t.clone().negate())},s.prototype.multiply=function(t){var e,i=this._high,s=this._low,r=t._high,t=t._low,n=(e=s*t)>>>16;return n=((n+=i*t)&65535)+s*r,this._low=65535&e,this._high=65535&n,this},s.prototype.div=function(t){if(0==t._low&&0==t._high)throw Error("division by zero");if(0==t._high&&1==t._low)this.remainder=new s(0);else if(t.gt(this))this.remainder=this.clone(),this._low=0,this._high=0;else if(this.eq(t))this.remainder=new s(0),this._low=1,this._high=0;else{for(var e=t.clone(),i=-1;!this.lt(e);)e.shiftLeft(1,!0),i++;for(this.remainder=this.clone(),this._low=0,this._high=0;0<=i;i--)e.shiftRight(1),this.remainder.lt(e)||(this.remainder.subtract(e),16<=i?this._high|=1<>>16)&65535,this},s.prototype.equals=s.prototype.eq=function(t){return this._low==t._low&&this._high==t._high},s.prototype.greaterThan=s.prototype.gt=function(t){return this._high>t._high||!(this._hight._low},s.prototype.lessThan=s.prototype.lt=function(t){return this._hight._high)&&this._low>t-16,this._high=0):16==t?(this._low=this._high,this._high=0):(this._low=this._low>>t|this._high<<16-t&65535,this._high>>=t),this},s.prototype.shiftLeft=s.prototype.shiftl=function(t,e){return 16>16-t,this._low=this._low<>>32-t),this._high=e>>>16,this},s.prototype.rotateRight=s.prototype.rotr=function(t){var e=this._high<<16|this._low;return this._low=65535&(e=e>>>t|e<<32-t),this._high=e>>>16,this},s.prototype.clone=function(){return new s(this._low,this._high)},void 0!==(e=function(){return s}.apply(e,[]))&&(t.exports=e)},898:(t,e,i)=>{i(741),e.UINT64=i(174)}},vi={},function t(e){var i=vi[e];return void 0!==i||(i=vi[e]={exports:{}},gi[e].call(i.exports,i,i.exports,t)),i.exports}(509));var Ci=s.exports,Ri=(Ci.XXH,Ti.prototype.init=function(){return n(this,void 0,Promise,function(){var e,i,s,r;return j(this,function(t){switch(t.label){case 0:if(!(e="undefined"!=typeof WebAssembly))return[3,4];t.label=1;case 1:return t.trys.push([1,3,,4]),i=new Uint8Array([0,97,115,109,1,0,0,0]),[4,WebAssembly.instantiate(i)];case 2:return t.sent(),[3,4];case 3:return t.sent(),e=!1,[3,4];case 4:return e?[4,Ei()]:[3,6];case 5:return i=t.sent(),s=i.h64,r=i.create64,this.h64=s,this.create64=r,[3,7];case 6:this.h64=function(t){return BigInt(Ci.h64(t,0))},this.create64=Ci.h64,t.label=7;case 7:return[2]}})})},Ti);function Ti(){this.h64=null,this.create64=null}var Ii="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-_",xi=Object.fromEntries(Array.from(Ii).map(function(t,e){return[t,BigInt(e)]}));function wi(t){if(t===BigInt(0))return"0";for(var e="";t>BigInt(0);){var i=t&BigInt(63),e=Ii[Number(i)]+e;t>>=BigInt(6)}return e}Di.prototype.init=function(){return n(this,void 0,Promise,function(){return j(this,function(t){switch(t.label){case 0:return this.useHashing&&this.hasher?[4,this.hasher.init()]:[3,2];case 1:t.sent(),t.label=2;case 2:return[2,Promise.resolve()]}})})},Di.prototype.serialize=function(t,e){return C(t)&&(t=this.minTree(t)[1]),e?t:{f:this.format,vr:this.version,v:t}},Di.prototype.convertObject=function(t){var e=t;if(C(t))for(var i=Object.keys(t),s=i.length,e=[],r=0;rthis.hashingThreshold){var f=this.hasher.h64(t.a[this.eightString]);if(this.hashes[f])for(var m=0,g=l;mthis.hashingThreshold){f=this.hasher.h64(t.h);if(this.hashes[f])for(var b,S=0,E=l;S\\s({\\[\\|\\,;:\\\"\\'])([a-z0-9][a-z0-9._\\-]{0,30}@[a-z0-9\\-]{1,30}\\.+[a-z0-9]{2,5})/gi,eProt:/^\\/\\//,erTest:/^Script error\\.?$/i,escape:/[\"\\\\\\x00-\\x1f\\x7f-\\x9f]/g,fSel:/(name\\=\\\"|field\\-id\\=\\\")/,hasProt:/^[a-z]+\\:/i,hrefC:/^javascript: ?(void|;)/i,hUrlFix:/^.+?(\\.app\\/|\\/files\\/)/,hAssetFix:/^file:\\/\\/\\/(.+?\\.app\\/|(android_asset\\/)|(android_res\\/))/,hoverQueryFix:/(\\(| )hover(\\s*)\\.di-hover/gi,idFix:/(:|\\.|\\[|\\]|,|\\{|\\})/g,igQH:/[\\?#].*$/,importIgnore:/@import [^;]+;/gi,importUrl:/\\@import[\\s]+(['\"])(.*?)(\\1)/g,inValAttr:/\\(\\)\\{\\}\\[\\]\\$/,invalidInput:/^(datetime\\-local|datetime|time|week|month|date|number)$/i,js:/\\.js(\\?.*|$)/i,jsO:/(\\.js|\\/[^\\.]+)$/i,jsEType:/(.+):/i,lb:/[\\r\\n\\s]+/g,lComSp:/^[, \\t\\n\\r\\u000c]+/,lNSp:/^[^ \\t\\n\\r\\u000c]+/,lNCom:/^[^,]+/,lowerEncoded:/%([0-9A-F]{2})/gi,mask:/[^\\s]/g,maskReducer:/(\\*+)/g,media:/all|screen|handheld|min-|max-|resolution|color|aspect-ratio/i,nat:/^\\s*function[^{]+{\\s*\\[native code\\]\\s*}\\s*$/,newDiPath:/\\/i\\/[0-9]+\\/[0-9]+\\/(di\\.js|c\\.json)$/i,protR:/^(https?):\\/\\//i,pseudoFix:/\\:(hover|invalid)/gi,punctuationEscaped:/\\\\([:\\/.?=])(?![^\\[]*\\])/g,regex:/^\\/(.*?)\\/([gim]*)$/,sp:/ {2,}/g,stack:/^\\s*(?:at)?\\s* (.*?)@? ?\\(?((?:file|https?|blob|chrome-extension|native|eval|webpack||\\/).*?)(?::(\\d+))?(?::(\\d+))?\\)?\\s*$/i,spaceOnly:/^[ \\n\\t\\r]+$/,ssn:/\\d{3}-\\d{2}-\\d{4}/gi,stW:/(^| )width: /,stH:/(^| )height: /,tCom:/[,]+$/,textarea:/([\\s\\S]*?)<\\/textarea>/gi,trim:/^\\s+|\\s+$/g,trimSpCom:/^[,\\s]+|[,\\s]+$/g,urlFix:/1\\.[0-9]\\.[0-9]\\.[0-9]+\\/bmi\\//gi,val:/ value=[\"']([^\"]+)[\"']/,valId:/^[a-z][a-z0-9_\\-\\:\\.]*$/i,vartest:/^[a-zA-Z0-9 _$\\.\\[\\]'\"]+$/,xmlns:/www\\.w3\\.org\\/[0-9]{4}\\/([a-zA-Z]+)/i};function n(t){return null==t||\"\"===t}function e(t){for(var e=self._da_crcTable||(self._da_crcTable=(()=>{for(var t,e,i=[],s=0;s<256;s++){for(t=s,e=0;e<8;e++)t=1&t?3988292384^t>>>1:t>>>1;i[s]=t}return i})()),i=-1,s=0,r=t.length;s>>8^e[255&(i^t.charCodeAt(s))];return(-1^i)>>>0}function l(t,e){return t&&t.hasOwnProperty(e)}function p(t){return null!==t&&\"object\"==typeof t}function f(t,e,i){if(p(t))for(var s in t)l(t,s)&&e.call(i,t[s],s,t)}function o(t,e,i,s){try{e=function(){for(var t,e,i,s=[],r=0;r{if(!t)return[];for(var e=t.split(\"\\n\"),i=[],s=1;s{var s,r;if(e)for(s=e.length,r=0;rh[0]&&e[1]{{var s=88,e=h,r=a,o=c,n=_;f(s);let i=new Uint8Array(s);return u.set(i),e(0,t),i.set(u.subarray(0,s)),{update(t){let e;return u.set(i),e=\"string\"==typeof t?(f(3*t.length,s),l.encodeInto(t,u.subarray(s)).written):(f(t.byteLength,s),u.set(t,s),t.byteLength),r(0,s,e),i.set(u.subarray(0,s)),this},digest:()=>(u.set(i),n(o(0)))}}}}}}O={exports:{}};self,y={174:function(t,e){var h,o;function a(t,e,i,s){return this instanceof a?(this.remainder=null,\"string\"==typeof t?c.call(this,t,e):void 0===e?n.call(this,t):void r.apply(this,arguments)):new a(t,e,i,s)}function r(t,e,i,s){return void 0===i?(this._a00=65535&t,this._a16=t>>>16,this._a32=65535&e,this._a48=e>>>16):(this._a00=0|t,this._a16=0|e,this._a32=0|i,this._a48=0|s),this}function n(t){return this._a00=65535&t,this._a16=t>>>16,this._a32=0,this._a48=0,this}function c(t,e){e=e||10,this._a00=0,this._a16=0,this._a32=0,this._a48=0;for(var i=h[e]||new a(Math.pow(e,5)),s=0,r=t.length;s>>16,s=(i+=this._a16+t._a16)>>>16,r=(s+=this._a32+t._a32)>>>16;return r+=this._a48+t._a48,this._a00=65535&e,this._a16=65535&i,this._a32=65535&s,this._a48=65535&r,this},a.prototype.subtract=function(t){return this.add(t.clone().negate())},a.prototype.multiply=function(t){var e=this._a00,i=this._a16,s=this._a32,r=this._a48,o=t._a00,n=t._a16,h=t._a32,a=e*o,c=a>>>16,u=(c+=e*n)>>>16,l=((l=((l=((l=(l=(l=(u=u+((c=(c&65535)+i*o)>>>16)+e*h)>>>16)+((u=(u&65535)+i*n)>>>16)+((u=(u&65535)+s*o)>>>16))+e*t._a48)&65535)+i*h)&65535)+s*n)&65535)+r*o;return this._a00=65535&a,this._a16=65535&c,this._a32=65535&u,this._a48=65535&l,this},a.prototype.div=function(t){if(0==t._a16&&0==t._a32&&0==t._a48){if(0==t._a00)throw Error(\"division by zero\");if(1==t._a00)return this.remainder=new a(0),this}if(t.gt(this))this.remainder=this.clone(),this._a00=0,this._a16=0,this._a32=0,this._a48=0;else if(this.eq(t))this.remainder=new a(0),this._a00=1,this._a16=0,this._a32=0,this._a48=0;else{for(var e=t.clone(),i=-1;!this.lt(e);)e.shiftLeft(1,!0),i++;for(this.remainder=this.clone(),this._a00=0,this._a16=0,this._a32=0,this._a48=0;0<=i;i--)e.shiftRight(1),this.remainder.lt(e)||(this.remainder.subtract(e),48<=i?this._a48|=1<>>16),this._a16=65535&t,t=(65535&~this._a32)+(t>>>16),this._a32=65535&t,this._a48=~this._a48+(t>>>16)&65535,this},a.prototype.equals=a.prototype.eq=function(t){return this._a48==t._a48&&this._a00==t._a00&&this._a32==t._a32&&this._a16==t._a16},a.prototype.greaterThan=a.prototype.gt=function(t){return this._a48>t._a48||!(this._a48t._a32||!(this._a32t._a16||!(this._a16t._a00))},a.prototype.lessThan=a.prototype.lt=function(t){return this._a48t._a48)&&(this._a32t._a32)&&(this._a16t._a16)&&this._a00>t-48,this._a16=0,this._a32=0,this._a48=0):32<=t?(this._a00=65535&(this._a32>>(t-=32)|this._a48<<16-t),this._a16=this._a48>>t&65535,this._a32=0,this._a48=0):16<=t?(this._a00=65535&(this._a16>>(t-=16)|this._a32<<16-t),this._a16=65535&(this._a32>>t|this._a48<<16-t),this._a32=this._a48>>t&65535,this._a48=0):(this._a00=65535&(this._a00>>t|this._a16<<16-t),this._a16=65535&(this._a16>>t|this._a32<<16-t),this._a32=65535&(this._a32>>t|this._a48<<16-t),this._a48=this._a48>>t&65535),this},a.prototype.shiftLeft=a.prototype.shiftl=function(t,e){return 48<=(t%=64)?(this._a48=this._a00<>16-t,this._a32=this._a00<>16-t,this._a32=65535&(this._a16<>16-t),this._a16=this._a00<>16-t,this._a32=65535&(this._a32<>16-t),this._a16=65535&(this._a16<>16-t),this._a00=this._a00<>>32-t,i=i<>>32-t;this._a00=65535&i,this._a16=i>>>16,this._a32=65535&s,this._a48=s>>>16}return this},a.prototype.rotateRight=a.prototype.rotr=function(t){if(0!=(t%=64)){if(32<=t){var e=this._a00;if(this._a00=this._a32,this._a32=e,e=this._a48,this._a48=this._a16,this._a16=e,32==t)return this;t-=32}var e=this._a48<<16|this._a32,i=this._a16<<16|this._a00,s=e>>>t|i<<32-t,i=i>>>t|e<<32-t;this._a00=65535&i,this._a16=i>>>16,this._a32=65535&s,this._a48=s>>>16}return this},a.prototype.clone=function(){return new a(this._a00,this._a16,this._a32,this._a48)},void 0!==(e=function(){return a}.apply(e,[]))&&(t.exports=e)},455:(t,e,i)=>{var h=i(898).UINT64,a=h(\"11400714785074694791\"),c=h(\"14029467366897019727\"),n=h(\"1609587929392839161\"),u=h(\"9650029242287828579\"),l=h(\"2870177450012600261\");function s(){return 2==arguments.length?new s(arguments[1]).update(arguments[0]).digest():this instanceof s?void r.call(this,arguments[0]):new s(arguments[0])}function r(t){return this.seed=t instanceof h?t.clone():h(t),this.v1=this.seed.clone().add(a).add(c),this.v2=this.seed.clone().add(c),this.v3=this.seed.clone(),this.v4=this.seed.clone().subtract(a),this.total_len=0,this.memsize=0,this.memory=null,this}s.prototype.init=r,s.prototype.update=function(t){\"string\"==typeof t&&(t=(t=>{for(var e=[],i=0,s=t.length;i>6,128|63&r):r<55296||57344<=r?e.push(224|r>>12,128|r>>6&63,128|63&r):(i++,r=65536+((1023&r)<<10|1023&t.charCodeAt(i)),e.push(240|r>>18,128|r>>12&63,128|r>>6&63,128|63&r))}return new Uint8Array(e)})(t),e=!0),\"undefined\"!=typeof ArrayBuffer&&t instanceof ArrayBuffer&&(e=!0,t=new Uint8Array(t));var e,i=0,s=t.length,r=i+s;if(0!=s)if(this.total_len+=s,0==this.memsize&&(this.memory=new(e?Uint8Array:Buffer)(32)),this.memsize+s<32)e?this.memory.set(t.subarray(0,s),this.memsize):t.copy(this.memory,this.memsize,0,s),this.memsize+=s;else{if(0{t.exports={h64:i(455)}},741:function(t,e){function s(t,e){return this instanceof s?(this._low=0,this._high=0,this.remainder=null,void 0===e?r.call(this,t):\"string\"==typeof t?o.call(this,t,e):void i.call(this,t,e)):new s(t,e)}function i(t,e){return this._low=0|t,this._high=0|e,this}function r(t){return this._low=65535&t,this._high=t>>>16,this}function o(t,e){t=parseInt(t,e||10);return this._low=65535&t,this._high=t>>>16,this}s(Math.pow(36,5)),s(Math.pow(16,7)),s(Math.pow(10,9)),s(Math.pow(2,30)),s(36),s(16),s(10),s(2),s.prototype.fromBits=i,s.prototype.fromNumber=r,s.prototype.fromString=o,s.prototype.toNumber=function(){return 65536*this._high+this._low},s.prototype.toString=function(t){return this.toNumber().toString(t||10)},s.prototype.add=function(t){var e=this._low+t._low,i=e>>>16;return i+=this._high+t._high,this._low=65535&e,this._high=65535&i,this},s.prototype.subtract=function(t){return this.add(t.clone().negate())},s.prototype.multiply=function(t){var e,i=this._high,s=this._low,r=t._high,t=t._low,o=(e=s*t)>>>16;return o=((o+=i*t)&65535)+s*r,this._low=65535&e,this._high=65535&o,this},s.prototype.div=function(t){if(0==t._low&&0==t._high)throw Error(\"division by zero\");if(0==t._high&&1==t._low)this.remainder=new s(0);else if(t.gt(this))this.remainder=this.clone(),this._low=0,this._high=0;else if(this.eq(t))this.remainder=new s(0),this._low=1,this._high=0;else{for(var e=t.clone(),i=-1;!this.lt(e);)e.shiftLeft(1,!0),i++;for(this.remainder=this.clone(),this._low=0,this._high=0;0<=i;i--)e.shiftRight(1),this.remainder.lt(e)||(this.remainder.subtract(e),16<=i?this._high|=1<>>16)&65535,this},s.prototype.equals=s.prototype.eq=function(t){return this._low==t._low&&this._high==t._high},s.prototype.greaterThan=s.prototype.gt=function(t){return this._high>t._high||!(this._hight._low},s.prototype.lessThan=s.prototype.lt=function(t){return this._hight._high)&&this._low>t-16,this._high=0):16==t?(this._low=this._high,this._high=0):(this._low=this._low>>t|this._high<<16-t&65535,this._high>>=t),this},s.prototype.shiftLeft=s.prototype.shiftl=function(t,e){return 16>16-t,this._low=this._low<>>32-t),this._high=e>>>16,this},s.prototype.rotateRight=s.prototype.rotr=function(t){var e=this._high<<16|this._low;return this._low=65535&(e=e>>>t|e<<32-t),this._high=e>>>16,this},s.prototype.clone=function(){return new s(this._low,this._high)},void 0!==(e=function(){return s}.apply(e,[]))&&(t.exports=e)},898:(t,e,i)=>{i(741),e.UINT64=i(174)}},m={};var O,x=O.exports=function t(e){var i=m[e];return void 0!==i||(i=m[e]={exports:{}},y[e].call(i.exports,i,i.exports,t)),i.exports}(509),T=(x.XXH,N.prototype.init=function(){return k(this,void 0,Promise,function(){var e,i,s,r;return w(this,function(t){switch(t.label){case 0:if(!(e=\"undefined\"!=typeof WebAssembly))return[3,4];t.label=1;case 1:return t.trys.push([1,3,,4]),i=new Uint8Array([0,97,115,109,1,0,0,0]),[4,WebAssembly.instantiate(i)];case 2:return t.sent(),[3,4];case 3:return t.sent(),e=!1,[3,4];case 4:return e?[4,b()]:[3,6];case 5:return i=t.sent(),s=i.h64,r=i.create64,this.h64=s,this.create64=r,[3,7];case 6:this.h64=function(t){return BigInt(x.h64(t,0))},this.create64=x.h64,t.label=7;case 7:return[2]}})})},N);function N(){this.h64=null,this.create64=null}var E=\"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-_\";function F(t){if(t===BigInt(0))return\"0\";for(var e=\"\";t>BigInt(0);){var i=t&BigInt(63),e=E[Number(i)]+e;t>>=BigInt(6)}return e}Object.fromEntries(Array.from(E).map(function(t,e){return[t,BigInt(e)]})),C.prototype.init=function(){return k(this,void 0,Promise,function(){return w(this,function(t){switch(t.label){case 0:return this.useHashing&&this.hasher?[4,this.hasher.init()]:[3,2];case 1:t.sent(),t.label=2;case 2:return[2,Promise.resolve()]}})})},C.prototype.serialize=function(t,e){return p(t)&&(t=this.minTree(t)[1]),e?t:{f:this.format,vr:this.version,v:t}},C.prototype.convertObject=function(t){var e=t;if(p(t))for(var i=Object.keys(t),s=i.length,e=[],r=0;rthis.hashingThreshold){var _=this.hasher.h64(t.a[this.eightString]);if(this.hashes[_])for(var d=0,y=c;dthis.hashingThreshold){_=this.hasher.h64(t.h);if(this.hashes[_])for(var k,w=0,S=c;wF.sTO&&(F.dataColl.active=!1,this.net.socketClose(),F.endColl()),this.clearHTMLPatch(e),i.imp?this.send(t,e,i):"exit"===t?this.postMulti({async:!1,extraParam:"&ex=1"}):"flush"!==t&&(this.pB.push({type:t,data:e,offset:g.max(0,g.floor((i.time-F.getPageTime())/1e3))}),!this.canPostMulti(i))||this.postMulti())},qi.prototype.send=function(t,e,i){this.rId++,(i=At({},i)).key=i.key||"k"+this.rId,i.data=null,i.type=t,y(e)||(i.data=e),this.setPreparedParam(t,i),this.pBLT=S(),E("di_last_session_time",F.lInt),o.boolTrue.test(h(m.body,"di-heatmap"))||(this.triggerForExt(i),u.sendBeacon&&(!1===i.async||F.unloadInProgress)?this.sendWithBeacon(i):this.net.send(i))},qi.prototype.triggerForExt=function(t){this.socketActive()&&te("disocketdata",{url:t.preparedParam,postBody:t.data})},qi.prototype.sendWithBeacon=function(t){if(t.data){if(C(t.data)&&(t.data=Se(t.data)),t.dataLength=t.data.length,t.preparedParam+="&dl="+t.dataLength,144e5(this.socketActive()?0:1)||5e3{var e=c.rules[t];if(c.timesSent[e.id]=0,"object"==typeof e.event&&"object"==typeof e.action){for(var i=[],s=0,r=h;s{Q.lastIndex=0,t=t.replace(Z,"dataLayer");for(var e=[],i=Q.exec(t);i;)i[2]?!isNaN(parseFloat(i[2]))&&isFinite(i[2])?e.push(i[2].trim()):e.push(i[2]):i[3]&&e.push(i[3]),i=Q.exec(t);return"window"===e[0]&&e.shift(),e})(t);if(0this.maxAttempts))&&(this.retryRules.splice(t,1),--t),this.retryRules.length<=0)return void clearInterval(this.queueInterval)}},r.prototype.attemptRule=function(t){var e,i=!1;return this.validateRuleOptions(t)&&(this.validateCondition(t.condition)?(e=this.executeAction(t))?i=!0:!1===e&&this.addRuleToQueue(t):t.event.name===hs&&"js-var"===(null==(e=null==(e=null==(e=t.condition)?void 0:e.reference)?void 0:e.variable)?void 0:e.type)&&void 0===this.getDeepVariableFromObject((null==(e=t.condition)?void 0:e.reference).variable.name,window)&&this.addRuleToQueue(t)),i},r.prototype.addRuleToQueue=function(t){for(var e=0,i=this.retryRules;efunction(){return i.q.push([t].concat(U.call(arguments)))})(Oe[e]);if(l(L.preInit)&&(L.preInit(),At(L,Le)),L.err=L.err||[],c.onerror&&-1!==c.onerror.toString().indexOf("_da_.err.push(arguments)")||(L.oldOnError=c.onerror,c.onerror=function(){L.err.push(arguments),L.oldOnError&&L.oldOnError.apply(c,U.call(arguments))}),f(c,"pagehide",z.sendLogs,this),this._init()){for(i.q.push=function(t){return i.processQueue(t)},e=0;e{if("0"===t||""===t)return BigInt(0);for(var e=BigInt(0),i=0,s=t;i=P.FORCED_IN_SERVER?P.SERVER:t,!1,!0),this.setForceColl("replay",t,!1,!0),this.selectSessionForExperience(t,!1,"setSamplingFromNative",!0,!1,!0))},canChangeState:function(t,e,i){var s=this.dataColl.experienceLead||this.dataColl.experienceSession,e=this.dataColl[e+"Lead"]||this.dataColl[e+"Session"],i=i&&t in P?t:t?P.FORCED_IN:P.FORCED_OUT,t=[P.FORCED_OUT];return s!==P.FORCED_OUT&&e!==P.FORCED_OUT&&(e===P.FORCED_IN_SERVER&&t.push(P.FORCED_IN),e===P.FORCED_OUT_SERVER)&&(t.push(P.FORCED_IN),t.push(P.FORCED_IN_SERVER)),this.hasFeature(k.PAGE)&&t.includes(i)},selectSessionForExperience:function(t,e,i,s,r,n){n=n&&t in P?t:t?P.FORCED_IN:P.FORCED_OUT;i=i||"selectSessionForExperience",s||!this.dataColl.isDataCreditSubscription()&&!this.dataColl.experiencePurposeful()?n===this.dataColl.getStatus("experience")?R("DXA warning: No change provided for data collection status."):this.canChangeState(n,"experience",!0)||this.dataColl.isDataCreditSubscription()&&this.hasFeature(k.PAGE)?(t=this.dataColl.active,this.jCur.jE.push(i),n===P.FORCED_IN||n===P.FORCED_IN_SERVER?(!this.dataColl.isDataCreditSubscription()&&this.dataColl.experienceMethod&&(this.jspsf=1,this.cookiesAreAllowed()||E("d_sessionId",this.sId+".1")),this.setCollStart(n,t,e,i)):n!==P.FORCED_OUT&&n!==P.FORCED_OUT_SERVER||this.setCollStop(n,t,e,i,r)):R("DXA warning: Experience data collection status cannot be changed anymore for this session."):R("DXA warning: selectSessionForExperience is not supported by current subscription or sampling method.")},selectPageviewForAnalysis:function(t){var e=t?P.FORCED_IN:P.FORCED_OUT;this.dataColl.isDataCreditSubscription()||this.dataColl.analysisPurposeful()?R("DXA warning: selectPageviewForAnalysis is not supported by current subscription or sampling method."):e===this.dataColl.getStatus("analysis")?R("DXA warning: No change provided for Analysis data collection status."):this.canChangeState(t,"analysis")&&this.dataColl.analysisSession!==P.FORCED_IN&&this.dataColl.analysisPage!==P.FORCED_OUT&&this.dataColl.analysisPage!==e?(this.postApi("selectPageviewForAnalysis"),this.dataColl.analysisPage=e,this.sendSamplingStatus(!0)):R("DXA warning: Analysis data collection status cannot be changed anymore for this page.")},selectSessionForAnalysis:function(t,e){var i="selectSessionForAnalysis",s=t?P.FORCED_IN:P.FORCED_OUT,r=this.dataColl.getExperienceStatus();this.dataColl.isDataCreditSubscription()||this.dataColl.analysisPurposeful()?R("DXA warning: selectSessionForAnalysis is not supported by current subscription or sampling method."):s===this.dataColl.getStatus("analysis")?R("DXA warning: No change provided for Analysis data collection status."):this.canChangeState(t,"analysis")?this.dataColl.active?(this.postApi(i),this.setForceColl("analysis",s,e),this.sendSamplingStatus()):t&&!r&&(this.setForceColl("analysis",s,e,!0),this.selectSessionForExperience(t,e,i,!0)):R("DXA warning: Analysis data collection status cannot be changed anymore for this session.")},selectSessionForReplay:function(t,e){var i="selectSessionForReplay",s=t?P.FORCED_IN:P.FORCED_OUT,r=this.dataColl.getReplayStatus(),n=this.dataColl.getExperienceStatus();this.dataColl.isDataCreditSubscription()||this.dataColl.replayPurposeful()?R("DXA warning: selectSessionForReplay is not supported by current subscription or sampling method."):s===this.dataColl.getStatus("replay")?R("DXA warning: No change provided for Replay data collection status."):this.canChangeState(t,"replay")?this.dataColl.active?(this.postApi(i),this.setForceColl("replay",s,e),this.sendSamplingStatus(),!r&&this.dataColl.getReplayStatus()&&this.trackPageView(null,null,!0)):t&&!n&&(this.setForceColl("replay",s,e,!0),this.selectSessionForExperience(t,e,i,!0)):R("DXA warning: Replay data collection status cannot be changed anymore for this session.")},endColl:function(t,e){this.sendScroll(e),this.endJourney(e),this.endForm(),this.networkSpeedCollection.sendCollectedData(),this.pageGroups=[],t&&(this.clearTimer(["cInt","hInt"]),this.stopObserver(),this.initPV=!1),this.postInfo(e?"exit":"flush")},startColl:function(e,i){var t,s;o.boolTrue.test(h(m.body,"di-heatmap"))||(this.time=new Date,this.dC=0,this.httpEr=0,this.eC=0,this.dSize=0,this.htmlSent=!1,this.pageSent=!1,this.htmlColCB=[],this.pageColCB=[],this.realTime=new Ve,this.unloadInProgress=!1,this.dataLayerRulesModule.reset(),this.jBuf=[],s=b("di_last_session_time"),t=D(function(){var t=this;this.init?(this.phS=!1,this.pN=1,this.postInfo("page",this.pageData(),{imp:!0,callback:function(){t.pageCollected(),t.runIntScripts("intScripts"),l(i)&&i()}}),this.postBrowserData(),this.frameIdentifier=new Wi("CrossFramePVID"),this.frameIdentifier.checkFramed(),this.initPV?(this.sendTrackedPagePerf(),this.startJourney(),this.startForm(),this.startObserver(),this.dataLayerRulesModule.recreateOnLoadListeners()):(this.initPV=!0,this.initPageTrack())):this._init(),e&&this.postApi(e)},this),s=s||1e3*L.curTime,S()-s>this.sTO?+b("di_activity_json_time")!==s?(E("di_activity_json_time",s),E("di_last_session_time"),this.sendCookieFlags(!0,!1,D(this.startColl,this,e))):T.processError(this.tag,Error(Tt.C_JSON_CACHE),d.WARN,Tt.C_JSON_CACHE):t())},postBrowserData:function(){var s=this;u.userAgentData&&u.userAgentData.getHighEntropyValues(["platform","platformVersion"]).then(function(t){var e,i;t.platform&&t.platformVersion&&(e=t.platformVersion,"Windows"===t.platform&&0this.sTO;e&&(this.dataColl.active=!1),t-this.getPageTime()>this.mPT&&(e=!0,this.postInfo("extra",{maxTimeReached:1})),this.dSize>this.mDC&&(e=!0,this.postInfo("extra",{maxCreditReached:1})),e&&(this.endColl(!0),this.dataColl.active=!1,this.dataColl.inactivityTriggered=!0,setTimeout(D(this.net.socketClose,this),5e3))},addDSize:function(t){this.dSize=this.dSize+t},setSocU:function(t){this.socU=t,E("di_alt_socket",1)},checkUrlChange:function(){var t,e=!1;this.aPT&&(t=this.getURL(),this.checkUrlPart(t,"url")||this.checkQueryChange(t)||this.checkHashChange(t))&&this.trackPageView(null,null,e=!0),!e&&this.trackTitle&&(t=this.getPageTitle(),this.pTitle!==t)&&(this.pTitle=t,this.postInfo("extra",{pt:this.pTitle}))},checkQueryChange:function(t){return this.aUQ&&this.checkUrlPart(t,"query")},checkHashChange:function(t){return this.aUF&&this.fPat.test("#"+t.hash)&&this.checkUrlPart(t,"hash")},checkUrlPart:function(t,e){return t[e]!==this.pageUrl[e]&&(null===this.tUrl||t[e]!==this.tUrl[e])},hoverIntervalFn:function(){var t,e;this.canCollect()&&(e=S(),t={x:this.mX,y:this.mY},this.adjustClickHover(t),this.hasFocus&&e-this.lHovthis.cto&&(I(this.forms,function(t){I(t.fields,function(t){t.focustime=0},this)},this),this.hasFormFocus=!1)},sendFieldData:function(i){var t=i.form.di_entry,s={},e=!1,r=!1;t&&(s.s=i.sel,s.fh=t.hash,s.co=i.completed,e=!!i.error,I({delay:"de",timespent:"ti",interactions:"in",error:"er",errorStr:"erStr",changed:"ch"},function(t,e){i[e]&&(s[t]=i[e],r=!(i[e]=0))}),i.errorStr="",s.offset=(i.focustime||S())-this.getPageTime()),e||setTimeout(D(this.scanFieldError,this,i,!0),500),!r&&s.co===i.lastSentCO||(i.lastSentCO=s.co,this.postInfo("fieldview",s))},sendFormMeta:function(){var e,s,i,r,n;this.canCollect()&&Xt(this.forms)?(i=[],n={sel:"s",type:"t",name:"na",diid:"di",title:"ti",required:"r"},I(this.forms,function(t){r=[],I(t.fields,function(i){s={},I(n,function(t,e){s[t]=i[e]}),r.push(s)},this),(e=t.sel.replace("[data-di-form-track]","")).length<=128&&i.push({s:e,n:t.title,e:r,i:t.formIndex,h:t.hash,ht:t.hasTracker,cs:w(!this.form_sub_progress&&b("di_sub_form")===t.hash)})},this),this.form_sub_progress||E("di_sub_form"),i.length&&this.postInfo("formmeta",i)):E("di_sub_form")},sendFormData:function(t){this.postInfo("formview",{h:t.hash,su:t.submitted,igEr:t.ignoreEr,offset:S()-this.getPageTime()}),t.submitted=0,t.ignoreEr=0},getFormHash:function(t){var e=[],i=t.sel.replace("[data-di-form-track]",""),i=-1!==i.indexOf("data-di-form-id")?i:(I(t.fields,function(t){e.push(t.sel+"-"+t.type)}),e.sort(),e.join("|"));return gt(i)},formIndex:function(){var s=this;this.f&&this.canCollect()&&(this.scanForm()?(this.sendFormMeta(),this.scanAllFormError()):jt(this.forms)&&E("di_sub_form"),null===this.fcInt)&&(this.fcInt=setInterval(function(){zt(s.ffbind,function(t){var e,i=m.body.contains(t);return i&&(e=t).di_entry&&e!==m.activeElement&&s.getFieldval(e)!==e.di_form_curValue&&D(s.fieldEventHandler,s)({type:"change",target:t}),!i})},200))},indexForms:function(){this.formIndex()},startForm:function(){this.f&&this.formIndex()},endForm:function(){this.f&&(this.forms=[],this.ficnt=0,this.clearTimer(["fcInt"]))},addFormTracker:function(){1===this.fCol&&v.matches(":not("+this.iFs+")",v.search("form")).forEach(function(t){t.hasAttribute("data-di-form-track")||(t.setAttribute("data-di-form-track",""),t.di_formDyn=1)})},processFormDictionary:function(){var i=this;if(2===this.fCol)for(var s=this,t=0,e=this.fD.length;t{var t=s.fD[t],e=v.search(t.sel);e.length&&(e[0].hasAttribute("data-di-form-track")||e[0].setAttribute("data-di-form-track",""),t.name&&!e[0].hasAttribute("data-di-form-id")&&e[0].setAttribute("data-di-form-id",t.name),t.btnSel)&&(t=v.search(t.btnSel)).length&&!t[0].di_dict_event&&(t[0].di_dict_event=!0,f(t[0],"click",function(){return i.formSubmitted(e[0])},s),e[0].hasDXAFormSubmitHandler=!0)})(t)},formSubmitted:function(e,i){var s,r,n,a,t,o,h=this,l=0,c=0;function d(){y(s)||f()}function u(t){m.body.contains(a.el)&&(a.initEr=h.scanFormError(a),!a.initEr||t&&b("di_sub_form")!==a.hash||h.postInfo("formview",{h:a.hash,cs:1,offset:S()-h.getPageTime()}))}function p(){var t;((t=i).defaultPrevented||void 0===t.defaultPrevented&&(!1===(t=t).returnValue||t.getPreventDefault&&t.getPreventDefault()))&&u(!0),h.form_sub_progress=!1,E("di_sub_form")}function f(){h.addFormTracker(),y(a=h.forms[h.getFormSel(s,o)])&&(n=v.search(r)).length&&(a=h.forms[h.getFormSel(n[0],o)]),y(a)?++c<10&&setTimeout(f,200):(a.submitted=1,a.ignoreEr=1,a.ajax=y(i),t=h.scanFormError(a),y(i)||a.initEr!==t?(a.submitted=t?0:1,a.ignoreEr=0,a.submitted&&setTimeout(u,1e3)):y(i)||(E("di_sub_form",a.hash),h.form_sub_progress=!0,setTimeout(p,1e3)),a.initEr=t,h.sendFormData(a))}this.f&&this.canCollect()&&(_(e=y(e)?"[data-di-form-track]":e)?(o=v.search("[data-di-form-track]"),function t(){h.addFormTracker(),(n=v.search(e)).length?(s=n[0],r=h.getFormSel(s,o),d()):++l<10&&setTimeout(t,200)}()):tt(e)&&e.hasAttribute("data-di-form-track")&&(o=v.search("[data-di-form-track]"),s=e,r=this.getFormSel(s,o),d()))},onWheel:function(t){var e,i;t=Te(t),this.isJ()&&(e=this,i=1===g.max(-1,g.min(1,(t=t).wheelDelta||-t.deltaY||-t.detail))?"wu":"wd",this.wld!==i&&null!==this.wld&&(this.jCur.tE=this.wld),clearTimeout(this.wTi),this.wTi=setTimeout(function(){e.jCur.tE=i,e.wld=null},250),this.wld=i,this.hasFocus=!0)},checkformValue:function(){var e,i="di_fieldVal"+this.getPageTime();v.matches(":not([type=submit],[type=reset],[type=image],[type=file],[type=button],[type=hidden])",v.search("input, select, textarea")).forEach(function(t){A(t[i])&&(t[i]=""),e=h(t,"type"),e="radio"===e||"checkbox"===e?t.checked?"checked":"":t.value,t[i]!==e&&(t[i]=e,this.valueChanged(t))},this),zt(this.fbind,function(t){return!m.body.contains(t)})},valueChanged:function(t){var e,i;this.isJ()&&(e=et(t),i=h(t,"type"),this.lInt=S(),"select"===e?this.jCur.fE["S:"+Ft(t)]=t.selectedIndex:"radio"===i?this.jCur.fE["R:"+Ft(t)]=w(t.checked):"checkbox"===i?this.jCur.fE["C:"+Ft(t)]=w(t.checked):"input"!==e&&"textarea"!==e||this.inputValueChanged(t,e,i))},inputValueChanged:function(t,e,i){var s=t.value.toString();v.matchesSelector(t,this.ufs)&&"password"!==i||(s="__*"+s.length),this.jCur.fE["I:"+Ft(t)]=s},keyDown:function(t){var e;t=Te(t),this.isJ()&&(e=xe(t),this.setKeyPress(t.keyCode,O.evtKeyCodes["f"+e]),this.hasFocus=!0)},setKeyPress:function(t,e){e&&-1!==B(t,e.keys)&&(this.jCur.kE=e.str+t,this.lInt=S())},isJ:function(){return this.j&&this.canCollect()&&!y(this.jInt)},setFrameRate:function(t,e){y(t)||t<0||10(this.net.socketActive()?0:1)||t-this.jLT>this.pto||e)&&(this.jBuf.length&&((e=this.getParamForReplay()).content=this.jBuf,this.postInfo("patch",e)),this.jBuf=[],this.jLT=t)},buildJourney:function(){var t,e;this.canCollect()&&(t={changed:0,important:0},e=S(),this.prepareJourneyPatch(t),t.changed)&&this.addToJBuf(e,t.important)},addToJBuf:function(t,e){var i=t-this.getPageTime(),s=this.jLast.t||0;-1":t},startJourney:function(){return n(this,void 0,void 0,function(){return j(this,function(t){switch(t.label){case 0:return this.j?((y(this.jRate)||this.jRate<0||10this.jrMin?(r.name=gt(i)+"-"+i.length+".txt",r.src=this.rUrl+r.name,t.rt=r.src,this.sendResource(r)):t.rt=i,this.elList[s]=r,e.setAttribute("data-di-rand",S()))},scanHTMLRes:function(){I(this.hrsList,this.scanHTMLResFn,this)},scanHTMLResFn:function(t){v.matches(":not([data-di-res-id] *)",v.search(t.sel)).forEach(this.precessHTMLRes,{obj:t,self:this}),t.reset=!1},precessHTMLRes:function(t){var e,i=this.obj,s=this.self;t.di_dom&&((e=t.di_html_res)?s.diffHTMLRes(t,e,i):(s.markResParent(t,t),s.scanCanvas(t),(t.di_res_parent=t).di_html_res={conf:i,tries:0,done:0,diNode:t.di_dom.clone(!1,t.di_dom.i)},t.di_dom.rt&&(t.di_html_res.rootNode=t.di_dom.clone(!1))))},diffHTMLRes:function(t,e,i){e.conf||(e.conf=i),i.reset&&(e.done=0,e.tries=0),i=e.done/e.tries,e.tries++,!isNaN(i)&&i>e.conf.per||(e.changed&&(this.scanCanvas(t),e.rootNode&&(i=t.di_dom.clone(!1),Je.addDINodeDiffPatch(e.rootNode,i,this.jCur.jP),e.rootNode=i),(i=t.di_dom.clone(!1,t.di_dom.i)).i=t.di_dom.i,Je.addDINodeDiffPatch(e.diNode,i,this.jCur.jP),e.diNode=i,e.changed=!1),e.done++)},markResParent:function(t,e,i){for(var s=i||t.childNodes,r=0,n=s.length;rthis.pageBuff&&(this.lastPT=t,e=!0),e},trackPageView:function(t,e,i){this.canTrackPage()&&(this.initPV&&this.endColl(),this.tUrl=this.getURL(),this.setTrackPageVars(t,At({},e)),this.runIntScripts("intPreScripts"),l(L.trackPageWrapper)?L.trackPageWrapper(D(this.startColl,this,i?void 0:"trackPageView")):this.startColl(i?void 0:"trackPageView"))},setTrackPageVars:function(t,e){void 0===e&&(e={});var i="",s="";y(t)?this.pageUrl.url=this.tUrl.url:(O.qa.href=a.protocol+"//"+a.host+"/"+t.replace(/^\//,""),this.pageUrl.url=O.qa.protocol+"//"+O.qa.host+O.qa.pathname,i=O.qa.search,s=O.qa.hash),O.qa.href="http://test.com",i=_(e.queryString)?(O.qa.search=e.queryString,O.qa.search):i||this.tUrl.query,s=_(e.fragment)?(O.qa.hash=e.fragment,O.qa.hash):s||this.tUrl.hash,this.pageUrl.query=i.replace(/^\?/,""),this.pageUrl.hash=s.replace(/^\#/,""),!A(e.pageGroups)&&Gt(e.pageGroups)?this.setPageGroupsVar(e):this.pageGroups=[],e.title?(this.pTitle=e.title,this.trackTitle=!1):(this.pTitle=this.getPageTitle(),this.trackTitle=!0),this.pRol=e.role||this.pRol,this.pTax=e.taxonomy||this.pTax,yt(e.waitTime)&&(this.tpWaitTime=e.waitTime)},setPageGroupsVar:function(t){var i=this;this.pageGroups=[],t.pageGroups.forEach(function(e){i.dlList.forEach(function(t){t.id===e[Object.keys(e)[0]]&&2===t.e&&i.pageGroups.push(e)})})},getFromStorage:function(t){var e;return e=O.hasStor&&y(e=b(t))?qt(t):e},get_da_Session:function(){var t="d_sessionId",e=this.getFromStorage(t);return y(e)&&(e=x("sessionId_e"),this.cookiesAreAllowed()||E(t,e)),e},get_da_Lead:function(){var t="_da_da_leadId",e=this.getFromStorage(t);return y(e)&&(e=x("leadId_e"),this.cookiesAreAllowed()||Ae(t,e)),e},indexElements:function(t,e){(this.canCollect()||t)&&(this.indexElementsCounter++,!1!==t&&(this.attrHL={}),v.search(this.intSel,e).forEach(this.indexElementsFn,this))},indexElementsFn:function(t){var e;t.hasAttribute("data-di-id")||t.hasAttribute("data-di-id-done")||(t=>{for(var e=!1;!e&&tt(t)&&!it(t);)e=!y(h(t,"data-di-id")),t=t.parentNode||t.host;return e})(t)||y(e=this.getDIID(t))||t.setAttribute("data-di-id",e)},getDIID:function(t){var e;return y(e=l(this.aC)?D(this.aC,this)(t):e)&&this.canIndexForHm(t)&&(e=this.getAttributeSelector(t)),e=y(e)||-1===e.indexOf(" ")?e:"di-id-"+gt(this.aDAH?e:this.resolveDuplicateAttribution(e))},resolveDuplicateAttribution:function(t){return this.attrHL[t]?(this.attrHL[t]++,t+=this.attrHL[t]):this.attrHL[t]=1,t},canIndexForHm:function(t){return-1!==this.attG.indexOf("text")&&!y(v.getText(t).trim())||-1!==this.attG.indexOf("value")&&!y(h(t,"value"))||-1!==this.attG.indexOf("name")&&t.hasAttribute("name")||-1!==this.attG.indexOf("href")&&t.hasAttribute("href")&&Jt(t)||Wt(t.id)},getAttributeSelector:function(t){var e;return tt(t)?(e=et(t),Wt(t.id)?"#"+t.id:se(t.parentNode,this.indexElementsCounter)+" > "+e+this.getAttributeData(t)):""},getAttributeData:function(t){for(var e,i=this.attG.split(","),s="",r=2;r=this.mHT&&(i[e]=this.hvDur[e],delete this.hvDur[e]);for(e in this.scDur)wt(this.scDur,e)&&750<=this.scDur[e]&&(s[e]=this.scDur[e],delete this.scDur[e]);this.postInfo("scrollinfo",{ft:this.focusTime,scroll:s,hover:i},{onExit:t,time:this.lInt}),this.focusTime=0,this.srC=0},onPageHide:function(){this.unloadInProgress=!0,E("di_tab_active",0),this.net.socketClose(),this.canCollect()&&this.endColl(!0,!0)},onPageShow:function(t){this.unloadInProgress=!1,t.persisted&&this.trackPageView(null,null,!0)},touchForceChanged:function(t){(t=Te(t)).changedTouches&&t.changedTouches.length&&(this.tF=g.max(this.tF,g.round(1e3*t.changedTouches[0].force)))},mouseForceChanged:function(t){t=Te(t),this.tF=g.max(this.tF,g.round(t.webkitForce/3*1e3))},pointerDown:function(t){var e,i;t=Te(t),this.lInt=S(),this.canCollect()&&(this.tF=0,e=t.touches,i={single:!1,double:!1},(t=this.makePointerEvent(t)).p&&t.t&&this.pT++,this.processTouchCount(t,e,i),this.isS||(i.single?(this.cC=!0,this.tTi=S(),this.tX=t.x,this.tY=t.y):i.double&&!t.p&&(this.cP=!0,this.cC=!1,this.pDs=g.sqrt(g.pow(e[1].pageX-e[0].pageX,2)+g.pow(e[1].pageY-e[0].pageY,2)))),this.hasFocus=!0)},pointerCancel:function(t){t=Te(t),this.canCollect()&&(this.tF=0,t=this.makePointerEvent(t),this.cC=!1,t.p&&t.t&&this.pT--,this.tX=null,this.tY=null,this.tTi=0,this.cP=!1,this.pDs=0,this.pDe=0)},pointerMove:function(t){var e;t=Te(t),this.lInt=this.lHov=S(),this.canCollect()&&(e=this.makePointerEvent(t),t=t.touches,e.m&&(this.mX=e.x,this.mY=e.y,this.hEl=this.getClElID(e.target)),this.cP&&e.t&&!e.p&&2===(null==t?void 0:t.length)&&(this.pDe=g.sqrt(g.pow(t[1].pageX-t[0].pageX,2)+g.pow(t[1].pageY-t[0].pageY,2))),this.hasFocus=!0)},processTouchCount:function(t,e,i){t.m?(i.single=!0,i.double=!1):t.t&&null!=e&&e.length?(i.single=1===e.length,i.double=2===e.length):t.p&&t.t&&(i.single=1===this.pT,i.double=2===this.pT)},contextMenu:function(t){t=Te(t),this.canCollect()&&0{var e="";if(_(t)){var i=F.originalBase||document.baseURI||document.location.href;try{e=new URL(t,i).href}catch(t){}}return e})(t)).indexOf("#")){var s=t.split("#");if(0===a.href.indexOf(s[0]))return i="#"+s.slice(1).join("#")}return 0===a.href.indexOf(t)?i="":0===t.indexOf(this.pUrl)?i=t:"data:"===t.substring(0,5)?i=this.qualifyDataURL(t,e):o.protR.test(t)&&(i=this.qualifyStandardURL(t,e)),i},qualifyStandardURL:function(t,e){(t=(t=l(this.ouC)?D(this.ouC,this)(t):t).replace(o.urlFix,"").replace(o.protR,"$1/"))&&!this.isBlacklisted(t)?this.addToPUList(t):t="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7";var i="";return(i=e.prefix?this.remoteStorage?"[DI_PROXY_URL]":this.pUrl:i)+t},qualifyDataURL:function(t,e){return t.length>this.jrMin&&!e.noProxy&&(this.canCollectResource()?t=this.resourceProxy(t):this.remoteStorage||(this.lb=!0,t="")),t},resourceProxy:function(t){var e=t.match(o.dU);return y(e)||(e={content:t,name:gt(t)+"-"+t.length+"."+e[1]},this.sendResource(e),t=this.rUrl+e.name),t},canCollectResource:function(){return this.hasFeature(k.RESOURCE_PROXY)&&!this.remoteStorage},getAccountId:function(){return this.aId},getPropertyId:function(){return this.wId},getPageViewId:function(){return this.pvId},activateDXAWidget:function(){mi.activateDXAWidget()},activateHeatmap:function(t){return mi.activateHeatmap(t)},Sizzle:v,addEvent:f,ajax:Bi.execute,closest:le,extend:At,forIn:I,getAttribute:h,getCookie:ne,getLS:qt,getNodeName:et,getQualifiedSelector:se,getSS:b,getSiblings:Vt,triggerEvent:te,getEventKeys:xe,getStyle:$t,getXPath:Ft,handleException:T.processError,handleProcessedException:T.processErrorString,hash:gt,hasKey:wt,height:Ee,inArray:B,isArray:Gt,isEmpty:y,isEmptyObject:jt,isFunction:l,isNode:tt,isNumber:yt,isObject:C,isObjectNoProp:jt,isObjectWithProp:Xt,isString:_,isUndefined:A,offset:ce,parents:le,proxy:D,scrollLeft:Re,scrollTop:Ie,setLS:Ae,setSS:E,siblings:Vt,stringify:Se,trim:re,trimnlb:oe,visible:be,warn:R,width:function(t){return Lt(t).width}}).scrollEvent=Zt(ps.prototype._scrollEvent,250),ps.prototype.scrollEventContexed=Zt(ps.prototype._scrollEventContexed,250),ps.prototype.indexItems=Zt(ps.prototype._indexItems,500),ps.prototype.sendCookieFlagsThrottled=Zt(ps.prototype.sendCookieFlags,500,!0),ps.prototype.checkDocSize=Zt(ps.prototype._checkDocSize,5e3),ps.prototype.searchFixEl=Zt(ps.prototype._searchFixEl,1e3),ps.prototype.indexScrollableThrottled=Zt(ps.prototype.indexScrollable,1e3),gs.prototype.search=function(t,e,i){var s;return e?i?this._Sizzle(t,e,void 0,void 0,!0):(this._S(t,s=[],e,i),s):this._Sizzle(t)},gs.prototype.deepSearch=function(t,e,i){var s=[];return this._R(t,s,e,i),s},gs.prototype._S=function(t,e,i,s){!s&&i&&this._Sizzle.matchesSelector(i,t)&&e.push(i),H.apply(e,this._Sizzle(t,i,void 0,void 0,!0))},gs.prototype._R=function(e,i,t,s){var r=this;this._S(e,i,t,s),t&&t.shadowRoot&&this._R(e,i,t.shadowRoot,!0),this._Sizzle(":shadow",t,void 0,void 0,!0).forEach(function(t){r._R(e,i,t.shadowRoot,!0)})};var fs,ms=gs;function gs(t){this._Sizzle=t}function vs(t){-1!==m.readyState.indexOf("in")?setTimeout(vs,9,t):t()}window.performance&&performance.mark("dxa_di_start"),Array.prototype.forEach||(Array.prototype.forEach=function(t,e){var i;if(null==this)throw new TypeError(" this is null or not defined");var s=Object(this),r=s.length>>>0;if("function"!=typeof t)throw new TypeError(t+" is not a function");1