clarity-js 0.7.39 → 0.7.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/clarity.js CHANGED
@@ -163,7 +163,7 @@ function stop$F() {
163
163
  startTime = 0;
164
164
  }
165
165
 
166
- var version$1 = "0.7.39";
166
+ var version$1 = "0.7.40";
167
167
 
168
168
  // tslint:disable: no-bitwise
169
169
  function hash (input, precision) {
@@ -1742,6 +1742,7 @@ function stop$u() {
1742
1742
  }
1743
1743
 
1744
1744
  var state$9 = [];
1745
+ var elementAnimate = null;
1745
1746
  var animationPlay = null;
1746
1747
  var animationPause = null;
1747
1748
  var animationCancel = null;
@@ -1759,6 +1760,14 @@ function start$v() {
1759
1760
  overrideAnimationHelper(animationPause, "pause");
1760
1761
  overrideAnimationHelper(animationCancel, "cancel");
1761
1762
  overrideAnimationHelper(animationFinish, "finish");
1763
+ if (elementAnimate === null) {
1764
+ elementAnimate = Element.prototype.animate;
1765
+ Element.prototype.animate = function () {
1766
+ var createdAnimation = elementAnimate.apply(this, arguments);
1767
+ trackAnimationOperation(createdAnimation, "play");
1768
+ return createdAnimation;
1769
+ };
1770
+ }
1762
1771
  }
1763
1772
  }
1764
1773
  function reset$i() {
@@ -1786,42 +1795,45 @@ function overrideAnimationHelper(functionToOverride, name) {
1786
1795
  if (functionToOverride === null) {
1787
1796
  functionToOverride = Animation.prototype[name];
1788
1797
  Animation.prototype[name] = function () {
1789
- if (active()) {
1790
- var effect = this.effect;
1791
- var target = getId(this.effect.target);
1792
- if (target !== null && effect.getKeyframes && effect.getTiming) {
1793
- if (!this[animationId]) {
1794
- this[animationId] = shortid();
1795
- this[operationCount] = 0;
1796
- var keyframes = effect.getKeyframes();
1797
- var timing = effect.getTiming();
1798
- track$5(time(), this[animationId], 0 /* AnimationOperation.Create */, JSON.stringify(keyframes), JSON.stringify(timing), target);
1799
- }
1800
- if (this[operationCount]++ < maxOperations) {
1801
- var operation = null;
1802
- switch (name) {
1803
- case "play":
1804
- operation = 1 /* AnimationOperation.Play */;
1805
- break;
1806
- case "pause":
1807
- operation = 2 /* AnimationOperation.Pause */;
1808
- break;
1809
- case "cancel":
1810
- operation = 3 /* AnimationOperation.Cancel */;
1811
- break;
1812
- case "finish":
1813
- operation = 4 /* AnimationOperation.Finish */;
1814
- break;
1815
- }
1816
- if (operation) {
1817
- track$5(time(), this[animationId], operation);
1818
- }
1819
- }
1820
- }
1821
- }
1798
+ trackAnimationOperation(this, name);
1822
1799
  return functionToOverride.apply(this, arguments);
1823
1800
  };
1824
1801
  }
1802
+ }
1803
+ function trackAnimationOperation(animation, name) {
1804
+ if (active()) {
1805
+ var effect = animation.effect;
1806
+ var target = getId(effect.target);
1807
+ if (target !== null && effect.getKeyframes && effect.getTiming) {
1808
+ if (!animation[animationId]) {
1809
+ animation[animationId] = shortid();
1810
+ animation[operationCount] = 0;
1811
+ var keyframes = effect.getKeyframes();
1812
+ var timing = effect.getTiming();
1813
+ track$5(time(), animation[animationId], 0 /* AnimationOperation.Create */, JSON.stringify(keyframes), JSON.stringify(timing), target);
1814
+ }
1815
+ if (animation[operationCount]++ < maxOperations) {
1816
+ var operation = null;
1817
+ switch (name) {
1818
+ case "play":
1819
+ operation = 1 /* AnimationOperation.Play */;
1820
+ break;
1821
+ case "pause":
1822
+ operation = 2 /* AnimationOperation.Pause */;
1823
+ break;
1824
+ case "cancel":
1825
+ operation = 3 /* AnimationOperation.Cancel */;
1826
+ break;
1827
+ case "finish":
1828
+ operation = 4 /* AnimationOperation.Finish */;
1829
+ break;
1830
+ }
1831
+ if (operation) {
1832
+ track$5(time(), animation[animationId], operation);
1833
+ }
1834
+ }
1835
+ }
1836
+ }
1825
1837
  }
1826
1838
 
1827
1839
  function encode$4 (type, timer, ts) {
@@ -1 +1 @@
1
- !function(){"use strict";var t=Object.freeze({__proto__:null,get queue(){return Ga},get start(){return Ja},get stop(){return Ka},get track(){return qa}}),e=Object.freeze({__proto__:null,get clone(){return mr},get compute(){return br},get data(){return sr},get keys(){return lr},get reset(){return yr},get start(){return vr},get stop(){return kr},get trigger(){return gr},get update(){return wr}}),n=Object.freeze({__proto__:null,get check(){return xr},get compute(){return _r},get data(){return cr},get start(){return Sr},get stop(){return Ir},get trigger(){return Mr}}),a=Object.freeze({__proto__:null,get compute(){return Lr},get data(){return Dr},get log(){return Rr},get reset(){return zr},get start(){return jr},get stop(){return Ar},get updates(){return Cr}}),r=Object.freeze({__proto__:null,get callbacks(){return Pr},get clear(){return Br},get consent(){return Vr},get data(){return Hr},get electron(){return Wr},get id(){return Fr},get metadata(){return Ur},get save(){return Jr},get shortid(){return Zr},get start(){return Yr},get stop(){return qr}}),i=Object.freeze({__proto__:null,get data(){return ri},get envelope(){return ui},get start(){return ii},get stop(){return oi}}),o={projectId:null,delay:1e3,lean:!1,track:!0,content:!0,drop:[],mask:[],unmask:[],regions:[],cookies:[],fraud:!0,checksum:[],report:null,upload:null,fallback:null,upgrade:null,action:null,dob:null,delayDom:!1,throttleDom:!0,conversions:!1};function u(t){return window.Zone&&"__symbol__"in window.Zone?window.Zone.__symbol__(t):t}var c=0;function s(t){void 0===t&&(t=null);var e=t&&t.timeStamp>0?t.timeStamp:performance.now(),n=t&&t.view?t.view.performance.timeOrigin:performance.timeOrigin;return Math.max(Math.round(e+n-c),0)}var l="0.7.39";function d(t,e){void 0===e&&(e=null);for(var n,a=5381,r=a,i=0;i<t.length;i+=2){if(a=(a<<5)+a^t.charCodeAt(i),i+1<t.length)r=(r<<5)+r^t.charCodeAt(i+1)}return n=Math.abs(a+11579*r),(e?n%Math.pow(2,e):n).toString(36)}var f=/\S/gi,h=!0,p=null,v=null,g=null;function m(t,e,n,a){if(void 0===a&&(a=!1),t)switch(n){case 0:return t;case 1:switch(e){case"*T":case"value":case"placeholder":case"click":return function(t){var e=-1,n=0,a=!1,r=!1,i=!1,o=null;O();for(var u=0;u<t.length;u++){var c=t.charCodeAt(u);if(a=a||c>=48&&c<=57,r=r||64===c,i=9===c||10===c||13===c||32===c,0===u||u===t.length-1||i){if(a||r){null===o&&(o=t.split(""));var s=t.substring(e+1,i?u:u+1);s=h&&null!==g?s.match(g)?s:k(s,"▪","▫"):w(s),o.splice(e+1-n,s.length,s),n+=s.length-1}i&&(a=!1,r=!1,e=u)}}return o?o.join(""):t}(t);case"input":case"change":return E(t)}return t;case 2:case 3:switch(e){case"*T":case"data-":return a?y(t):w(t);case"src":case"srcset":case"title":case"alt":return 3===n?"":t;case"value":case"click":case"input":case"change":return E(t);case"placeholder":return w(t)}break;case 4:switch(e){case"*T":case"data-":return a?y(t):w(t);case"value":case"input":case"click":case"change":return Array(5).join("•");case"checksum":return""}break;case 5:switch(e){case"*T":case"data-":return k(t,"▪","▫");case"value":case"input":case"click":case"change":return Array(5).join("•");case"checksum":case"src":case"srcset":case"alt":case"title":return""}}return t}function b(t,e){if(void 0===e&&(e=!1),e)return"".concat("https://").concat("Electron");var n=o.drop;if(n&&n.length>0&&t&&t.indexOf("?")>0){var a=t.split("?"),r=a[0],i=a[1];return r+"?"+i.split("&").map((function(t){return n.some((function(e){return 0===t.indexOf("".concat(e,"="))}))?"".concat(t.split("=")[0],"=").concat("*na*"):t})).join("&")}return t}function y(t){var e=t.trim();if(e.length>0){var n=e[0],a=t.indexOf(n),r=t.substr(0,a),i=t.substr(a+e.length);return"".concat(r).concat(e.length.toString(36)).concat(i)}return t}function w(t){return t.replace(f,"•")}function k(t,e,n){return O(),t?t.replace(v,e).replace(p,n):t}function E(t){for(var e=5*(Math.floor(t.length/5)+1),n="",a=0;a<e;a++)n+=a>0&&a%5==0?" ":"•";return n}function O(){if(h&&null===p)try{p=new RegExp("\\p{N}","gu"),v=new RegExp("\\p{L}","gu"),g=new RegExp("\\p{Sc}","gu")}catch(t){h=!1}}var N=null,T=null,S=!1;function x(){S&&(N={time:s(),event:4,data:{visible:T.visible,docWidth:T.docWidth,docHeight:T.docHeight,screenWidth:T.screenWidth,screenHeight:T.screenHeight,scrollX:T.scrollX,scrollY:T.scrollY,pointerX:T.pointerX,pointerY:T.pointerY,activityTime:T.activityTime,scrollTime:T.scrollTime}}),T=T||{visible:1,docWidth:0,docHeight:0,screenWidth:0,screenHeight:0,scrollX:0,scrollY:0,pointerX:0,pointerY:0,activityTime:0,scrollTime:0}}function M(t,e,n,a){switch(t){case 8:T.docWidth=e,T.docHeight=n;break;case 11:T.screenWidth=e,T.screenHeight=n;break;case 10:T.scrollX=e,T.scrollY=n,T.scrollTime=a;break;default:T.pointerX=e,T.pointerY=n}S=!0}function _(t){T.activityTime=t}function I(t,e){T.visible="visible"===e?1:0,T.visible||_(t),S=!0}function D(){S&&Tr(4)}var C=Object.freeze({__proto__:null,activity:_,compute:D,reset:x,start:function(){S=!1,x()},get state(){return N},stop:function(){x()},track:M,visibility:I}),j=null;function A(t,e){Ti()&&t&&"string"==typeof t&&t.length<255&&(j=e&&"string"==typeof e&&e.length<255?{key:t,value:e}:{value:t},Tr(24))}var R,L=null,z=null;function H(t){t in L||(L[t]=0),t in z||(z[t]=0),L[t]++,z[t]++}function P(t,e){null!==e&&(t in L||(L[t]=0),t in z||(z[t]=0),L[t]+=e,z[t]+=e)}function W(t,e){null!==e&&!1===isNaN(e)&&(t in L||(L[t]=0),(e>L[t]||0===L[t])&&(z[t]=e,L[t]=e))}function X(t,e,n){return window.setTimeout(li(t),e,n)}function Y(t){return window.clearTimeout(t)}var q=0,U=0,F=null;function V(){F&&Y(F),F=X(B,U),q=s()}function B(){var t=s();R={gap:t-q},Tr(25),R.gap<3e5?F=X(B,U):Ei&&(A("clarity","suspend"),Xi(),["mousemove","touchstart"].forEach((function(t){return fi(document,t,xi)})),["resize","scroll","pageshow"].forEach((function(t){return fi(window,t,xi)})))}var J=Object.freeze({__proto__:null,get data(){return R},reset:V,start:function(){U=6e4,q=0},stop:function(){Y(F),q=0,U=0}}),G=null;function K(t,e){if(t in G){var n=G[t],a=n[n.length-1];e-a[0]>100?G[t].push([e,0]):a[1]=e-a[0]}else G[t]=[[e,0]]}function Z(){Tr(36)}function Q(){G={}}var $=Object.freeze({__proto__:null,compute:Z,get data(){return G},reset:Q,start:function(){G={}},stop:function(){G={}},track:K}),tt=null;function et(t){Ti()&&o.lean&&(o.lean=!1,tt={key:t},Jr(),o.upgrade&&o.upgrade(t),Tr(3))}var nt=Object.freeze({__proto__:null,get data(){return tt},start:function(){!o.lean&&o.upgrade&&o.upgrade("Config"),tt=null},stop:function(){tt=null},upgrade:et});function at(t,e,n,a){return new(n||(n=Promise))((function(r,i){function o(t){try{c(a.next(t))}catch(t){i(t)}}function u(t){try{c(a.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(o,u)}c((a=a.apply(t,e||[])).next())}))}function rt(t,e){var n,a,r,i,o={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(u){return function(c){return function(u){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,u[0]&&(o=0)),o;)try{if(n=1,a&&(r=2&u[0]?a.return:u[0]?a.throw||((r=a.return)&&r.call(a),0):a.next)&&!(r=r.call(a,u[1])).done)return r;switch(a=0,r&&(u=[2&u[0],r.value]),u[0]){case 0:case 1:r=u;break;case 4:return o.label++,{value:u[1],done:!1};case 5:o.label++,a=u[1],u=[0];continue;case 7:u=o.ops.pop(),o.trys.pop();continue;default:if(!(r=o.trys,(r=r.length>0&&r[r.length-1])||6!==u[0]&&2!==u[0])){o=0;continue}if(3===u[0]&&(!r||u[1]>r[0]&&u[1]<r[3])){o.label=u[1];break}if(6===u[0]&&o.label<r[1]){o.label=r[1],r=u;break}if(r&&o.label<r[2]){o.label=r[2],o.ops.push(u);break}r[2]&&o.ops.pop(),o.trys.pop();continue}u=e.call(t,o)}catch(t){u=[6,t],a=0}finally{n=r=0}if(5&u[0])throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}([u,c])}}}var it=null;function ot(t,e){ct(t,"string"==typeof e?[e]:e)}function ut(t,e,n,a){return void 0===e&&(e=null),void 0===n&&(n=null),void 0===a&&(a=null),at(this,void 0,void 0,(function(){var r,i;return rt(this,(function(o){switch(o.label){case 0:return i={},[4,dt(t)];case 1:return i.userId=o.sent(),i.userHint=a||((u=t)&&u.length>=5?"".concat(u.substring(0,2)).concat(k(u.substring(2),"*","*")):k(u,"*","*")),ct("userId",[(r=i).userId]),ct("userHint",[r.userHint]),ct("userType",[ft(t)]),e&&(ct("sessionId",[e]),r.sessionId=e),n&&(ct("pageId",[n]),r.pageId=n),[2,r]}var u}))}))}function ct(t,e){if(Ti()&&t&&e&&"string"==typeof t&&t.length<255){for(var n=(t in it?it[t]:[]),a=0;a<e.length;a++)"string"==typeof e[a]&&e[a].length<255&&n.push(e[a]);it[t]=n}}function st(){Tr(34)}function lt(){it={}}function dt(t){return at(this,void 0,void 0,(function(){var e;return rt(this,(function(n){switch(n.label){case 0:return n.trys.push([0,4,,5]),crypto&&t?[4,crypto.subtle.digest("SHA-256",(new TextEncoder).encode(t))]:[3,2];case 1:return e=n.sent(),[2,Array.prototype.map.call(new Uint8Array(e),(function(t){return("00"+t.toString(16)).slice(-2)})).join("")];case 2:return[2,""];case 3:return[3,5];case 4:return n.sent(),[2,""];case 5:return[2]}}))}))}function ft(t){return t&&t.indexOf("@")>0?"email":"string"}var ht="CompressionStream"in window;function pt(t){return at(this,void 0,void 0,(function(){var e,n;return rt(this,(function(a){switch(a.label){case 0:return a.trys.push([0,3,,4]),ht?(e=new ReadableStream({start:function(e){return at(this,void 0,void 0,(function(){return rt(this,(function(n){return e.enqueue(t),e.close(),[2]}))}))}}).pipeThrough(new TextEncoderStream).pipeThrough(new window.CompressionStream("gzip")),n=Uint8Array.bind,[4,vt(e)]):[3,2];case 1:return[2,new(n.apply(Uint8Array,[void 0,a.sent()]))];case 2:return[3,4];case 3:return a.sent(),[3,4];case 4:return[2,null]}}))}))}function vt(t){return at(this,void 0,void 0,(function(){var e,n,a,r,i;return rt(this,(function(o){switch(o.label){case 0:e=t.getReader(),n=[],a=!1,r=[],o.label=1;case 1:return a?[3,3]:[4,e.read()];case 2:return i=o.sent(),a=i.done,r=i.value,a?[2,n]:(n.push.apply(n,r),[3,1]);case 3:return[2,n]}}))}))}var gt=null;function mt(t){try{if(!gt)return;var e=function(t){try{return JSON.parse(t)}catch(t){return[]}}(t);e.forEach((function(t){gt(t)}))}catch(t){}}var bt=[C,a,Object.freeze({__proto__:null,compute:st,get data(){return it},identify:ut,reset:lt,set:ot,start:function(){lt()},stop:function(){lt()}}),n,$,r,i,t,J,nt,e];function yt(){L={},z={},H(5),bt.forEach((function(t){return li(t.start)()}))}function wt(){bt.slice().reverse().forEach((function(t){return li(t.stop)()})),L={},z={}}function kt(){st(),D(),Lr(),Tr(0),Z(),_r(),br()}var Et,Ot=[];function Nt(t,e,n){o.fraud&&null!==t&&n&&n.length>=5&&(Et={id:t,target:e,checksum:d(n,24)},Ot.indexOf(Et.checksum)<0&&(Ot.push(Et.checksum),rr(41)))}var Tt="load,active,fixed,visible,focus,show,collaps,animat".split(","),St={};function xt(t,e){var n=t.attributes,a=t.prefix?t.prefix[e]:null,r=0===e?"".concat("~").concat(t.position-1):":nth-of-type(".concat(t.position,")");switch(t.tag){case"STYLE":case"TITLE":case"LINK":case"META":case"*T":case"*D":return"";case"HTML":return"HTML";default:if(null===a)return"";a="".concat(a).concat(">"),t.tag=0===t.tag.indexOf("svg:")?t.tag.substr("svg:".length):t.tag;var i="".concat(a).concat(t.tag).concat(r),o="id"in n&&n.id.length>0?n.id:null,u="BODY"!==t.tag&&"class"in n&&n.class.length>0?n.class.trim().split(/\s+/).filter((function(t){return Mt(t)})).join("."):null;if(u&&u.length>0)if(0===e){var c="".concat(function(t){for(var e=t.split(">"),n=0;n<e.length;n++){var a=e[n].indexOf("~"),r=e[n].indexOf(".");e[n]=e[n].substring(0,r>0?r:a>0?a:e[n].length)}return e.join(">")}(a)).concat(t.tag).concat(".").concat(u);c in St||(St[c]=[]),St[c].indexOf(t.id)<0&&St[c].push(t.id),i="".concat(c).concat("~").concat(St[c].indexOf(t.id))}else i="".concat(a).concat(t.tag,".").concat(u).concat(r);return i=o&&Mt(o)?"".concat(function(t){var e=t.lastIndexOf("*S"),n=t.lastIndexOf("".concat("iframe:").concat("HTML")),a=Math.max(e,n);if(a<0)return"";return t.substring(0,t.indexOf(">",a)+1)}(a)).concat("#").concat(o):i,i}}function Mt(t){if(!t)return!1;if(Tt.some((function(e){return t.toLowerCase().indexOf(e)>=0})))return!1;for(var e=0;e<t.length;e++){var n=t.charCodeAt(e);if(n>=48&&n<=57)return!1}return!0}var _t=1,It=null,Dt=[],Ct=[],jt={},At=[],Rt=[],Lt=[],zt=[],Ht=[],Pt=[],Wt=null,Xt=null,Yt=null,qt=null;function Ut(){Vt(),Bt(document,!0)}function Ft(){Vt()}function Vt(){_t=1,Dt=[],Ct=[],jt={},At=[],Rt=[],Lt="address,password,contact".split(","),zt="password,secret,pass,social,ssn,code,hidden".split(","),Ht="radio,checkbox,range,button,reset,submit".split(","),Pt="INPUT,SELECT,TEXTAREA".split(","),It=new Map,Wt=new WeakMap,Xt=new WeakMap,Yt=new WeakMap,qt=new WeakMap,St={}}function Bt(t,e){void 0===e&&(e=!1);try{e&&o.unmask.forEach((function(t){return t.indexOf("!")<0?Rt.push(t):At.push(t.substr(1))})),"querySelectorAll"in t&&(o.regions.forEach((function(e){return t.querySelectorAll(e[1]).forEach((function(t){return Ze(t,"".concat(e[0]))}))})),o.mask.forEach((function(e){return t.querySelectorAll(e).forEach((function(t){return Yt.set(t,3)}))})),o.checksum.forEach((function(e){return t.querySelectorAll(e[1]).forEach((function(t){return qt.set(t,e[0])}))})),Rt.forEach((function(e){return t.querySelectorAll(e).forEach((function(t){return Yt.set(t,0)}))})))}catch(t){ur(5,1,t?t.name:null)}}function Jt(t,e){if(void 0===e&&(e=!1),null===t)return null;var n=Wt.get(t);return!n&&e&&(n=_t++,Wt.set(t,n)),n||null}function Gt(t){var e=!1;if(t.nodeType===Node.ELEMENT_NODE&&"IFRAME"===t.tagName){var n=t;try{n.contentDocument&&(Xt.set(n.contentDocument,n),e=!0)}catch(t){}}return e}function Kt(t){var e=t.nodeType===Node.DOCUMENT_NODE?t:null;return e&&Xt.has(e)?Xt.get(e):null}function Zt(t,e,n){if("object"==typeof t[n]&&"object"==typeof e[n]){for(var a in t[n])if(t[n][a]!==e[n][a])return!0;for(var a in e[n])if(e[n][a]!==t[n][a])return!0;return!1}return t[n]!==e[n]}function Qt(t){var e=t.parent&&t.parent in Dt?Dt[t.parent]:null,n=e?e.selector:null,a=t.data,r=function(t,e){e.metadata.position=1;for(var n=t?t.children.indexOf(e.id):-1;n-- >0;){var a=Dt[t.children[n]];if(e.data.tag===a.data.tag){e.metadata.position=a.metadata.position+1;break}}return e.metadata.position}(e,t),i={id:t.id,tag:a.tag,prefix:n,position:r,attributes:a.attributes};t.selector=[xt(i,0),xt(i,1)],t.hash=t.selector.map((function(t){return t?d(t):null})),t.hash.forEach((function(e){return jt[e]=t.id}))}function $t(t){var e=te(ne(t));return null!==e&&null!==e.textContent?e.textContent.substr(0,25):""}function te(t){return It.has(t)?It.get(t):null}function ee(t){var e=Jt(t);return e in Dt?Dt[e]:null}function ne(t){return t in jt?jt[t]:null}function ae(t){return It.has(Jt(t))}function re(){for(var t=[],e=0,n=Ct;e<n.length;e++){var a=n[e];a in Dt&&t.push(Dt[a])}return Ct=[],t}function ie(t){if(It.get(t).nodeType!==Node.DOCUMENT_FRAGMENT_NODE){It.delete(t);var e=t in Dt?Dt[t]:null;if(e&&e.children)for(var n=0,a=e.children;n<a.length;n++){ie(a[n])}}}function oe(t){for(var e=null;null===e&&t.previousSibling;)e=Jt(t.previousSibling),t=t.previousSibling;return e}function ue(t,e,n,a){void 0===n&&(n=!0),void 0===a&&(a=!1);var r=Ct.indexOf(t);r>=0&&1===e&&a?(Ct.splice(r,1),Ct.push(t)):-1===r&&n&&Ct.push(t)}var ce=Object.freeze({__proto__:null,add:function(t,e,n,a){var r,i=Jt(t,!0),u=e?Jt(e):null,c=oe(t),s=null,l=Qe(t)?i:null,d=qt.has(t)?qt.get(t):null,f=o.content?1:3;u>=0&&Dt[u]&&((s=Dt[u]).children.push(i),l=null===l?s.region:l,d=null===d?s.metadata.fraud:d,f=s.metadata.privacy),n.attributes&&"data-clarity-region"in n.attributes&&(Ze(t,n.attributes["data-clarity-region"]),l=i),It.set(i,t),Dt[i]={id:i,parent:u,previous:c,children:[],data:n,selector:null,hash:null,region:l,metadata:{active:!0,suspend:!1,privacy:f,position:null,fraud:d,size:null}},function(t,e,n){var a=e.data,r=e.metadata,i=r.privacy,o=a.attributes||{},u=a.tag.toUpperCase();switch(!0){case Pt.indexOf(u)>=0:var c=o.type,s="";Object.keys(o).forEach((function(t){return s+=o[t].toLowerCase()}));var l=zt.some((function(t){return s.indexOf(t)>=0}));r.privacy="INPUT"===u&&Ht.indexOf(c)>=0?i:l?4:2;break;case"data-clarity-mask"in o:r.privacy=3;break;case"data-clarity-unmask"in o:r.privacy=0;break;case Yt.has(t):r.privacy=Yt.get(t);break;case qt.has(t):r.privacy=2;break;case"*T"===u:var d=n&&n.data?n.data.tag:"",f=n&&n.selector?n.selector[1]:"",h=["STYLE","TITLE","svg:style"];r.privacy=h.includes(d)||At.some((function(t){return f.indexOf(t)>=0}))?0:i;break;case 1===i:r.privacy=function(t,e,n){if(t&&e.some((function(e){return t.indexOf(e)>=0})))return 2;return n.privacy}(o.class,Lt,r)}}(t,Dt[i],s),Qt(Dt[i]),"IMG"===(r=Dt[i]).data.tag&&3===r.metadata.privacy&&(r.metadata.size=[]),ue(i,a)},get:ee,getId:Jt,getNode:te,getValue:function(t){return t in Dt?Dt[t]:null},has:ae,hashText:$t,iframe:Kt,lookup:ne,parse:Bt,sameorigin:Gt,start:Ut,stop:Ft,update:function(t,e,n,a){var r=Jt(t),i=e?Jt(e):null,o=oe(t),u=!1,c=!1;if(r in Dt){var s=Dt[r];if(s.metadata.active=!0,s.previous!==o&&(u=!0,s.previous=o),s.parent!==i){u=!0;var l=s.parent;if(s.parent=i,null!==i&&i>=0){var d=null===o?0:Dt[i].children.indexOf(o)+1;Dt[i].children.splice(d,0,r),s.region=Qe(t)?r:Dt[i].region}else!function(t,e){if(t in Dt){var n=Dt[t];n.metadata.active=!1,n.parent=null,ue(t,e),ie(t)}}(r,a);if(null!==l&&l>=0){var f=Dt[l].children.indexOf(r);f>=0&&Dt[l].children.splice(f,1)}c=!0}for(var h in n)Zt(s.data,n,h)&&(u=!0,s.data[h]=n[h]);Qt(s),ue(r,a,u,c)}},updates:re}),se=5e3,le={},de=[],fe=null,he=null,pe=null;function ve(){le={},de=[],fe=null,he=null}function ge(t,e){return void 0===e&&(e=0),at(this,void 0,void 0,(function(){var n,a,r;return rt(this,(function(i){for(n=0,a=de;n<a.length;n++)if(a[n].task===t)return[2];return r=new Promise((function(n){de[1===e?"unshift":"push"]({task:t,resolve:n,id:Fr()})})),null===fe&&null===he&&me(),[2,r]}))}))}function me(){var t=de.shift();t&&(fe=t,t.task().then((function(){t.id===Fr()&&(t.resolve(),fe=null,me())})).catch((function(e){t.id===Fr()&&(e&&ur(0,1,e.name,e.message,e.stack),fe=null,me())})))}function be(t){var e=Ee(t);return e in le?performance.now()-le[e].start>le[e].yield?0:1:2}function ye(t){le[Ee(t)]={start:performance.now(),calls:0,yield:30}}function we(t){var e=performance.now(),n=Ee(t),a=e-le[n].start;P(t.cost,a),H(5),le[n].calls>0&&P(4,a)}function ke(t){return at(this,void 0,void 0,(function(){var e,n;return rt(this,(function(a){switch(a.label){case 0:return(e=Ee(t))in le?(we(t),n=le[e],[4,Oe()]):[3,2];case 1:n.yield=a.sent().timeRemaining(),function(t){var e=Ee(t);if(le&&le[e]){var n=le[e].calls,a=le[e].yield;ye(t),le[e].calls=n+1,le[e].yield=a}}(t),a.label=2;case 2:return[2,e in le?1:2]}}))}))}function Ee(t){return"".concat(t.id,".").concat(t.cost)}function Oe(){return at(this,void 0,void 0,(function(){return rt(this,(function(t){switch(t.label){case 0:return he?[4,he]:[3,2];case 1:t.sent(),t.label=2;case 2:return[2,new Promise((function(t){Te(t,{timeout:se})}))]}}))}))}var Ne,Te=window.requestIdleCallback||function(t,e){var n=performance.now(),a=new MessageChannel,r=a.port1,i=a.port2;r.onmessage=function(a){var r=performance.now(),o=r-n,u=r-a.data;if(u>30&&o<e.timeout)requestAnimationFrame((function(){i.postMessage(r)}));else{var c=o>e.timeout;t({didTimeout:c,timeRemaining:function(){return c?30:Math.max(0,30-u)}})}},requestAnimationFrame((function(){i.postMessage(performance.now())}))};function Se(){Ne=null}function xe(){var t=document.body,e=document.documentElement,n=t?t.clientWidth:null,a=t?t.scrollWidth:null,r=t?t.offsetWidth:null,i=e?e.clientWidth:null,o=e?e.scrollWidth:null,u=e?e.offsetWidth:null,c=Math.max(n,a,r,i,o,u),s=t?t.clientHeight:null,l=t?t.scrollHeight:null,d=t?t.offsetHeight:null,f=e?e.clientHeight:null,h=e?e.scrollHeight:null,p=e?e.offsetHeight:null,v=Math.max(s,l,d,f,h,p);null!==Ne&&c===Ne.width&&v===Ne.height||null===c||null===v||(Ne={width:c,height:v},Xe(8))}var Me=[],_e=[],Ie=[],De=null,Ce=null,je=null,Ae=null,Re="clarityAnimationId",Le="clarityOperationCount",ze=20;function He(){Ie=[]}function Pe(t,e,n,a,r,i,o){Ie.push({time:t,event:44,data:{id:e,operation:n,keyFrames:a,timing:r,targetId:i,timeline:o}}),Xe(44)}function We(t,e){null===t&&(t=Animation.prototype[e],Animation.prototype[e]=function(){if(Ti()){var n=this.effect,a=Jt(this.effect.target);if(null!==a&&n.getKeyframes&&n.getTiming){if(!this[Re]){this[Re]=Zr(),this[Le]=0;var r=n.getKeyframes(),i=n.getTiming();Pe(s(),this[Re],0,JSON.stringify(r),JSON.stringify(i),a)}if(this[Le]++<ze){var o=null;switch(e){case"play":o=1;break;case"pause":o=2;break;case"cancel":o=3;break;case"finish":o=4}o&&Pe(s(),this[Re],o)}}}return t.apply(this,arguments)})}function Xe(t,e,n){return void 0===e&&(e=null),void 0===n&&(n=null),at(this,void 0,void 0,(function(){var a,r,i,u,c,l,d,f,h,p,v,g,b,y,w,k,E,O,N,T,S,x,I,D,C,j,A,R,L;return rt(this,(function(z){switch(z.label){case 0:switch(a=n||s(),r=[a,t],t){case 8:return[3,1];case 7:return[3,2];case 45:case 46:return[3,3];case 44:return[3,4];case 5:case 6:return[3,5]}return[3,12];case 1:return i=Ne,r.push(i.width),r.push(i.height),M(t,i.width,i.height),Ga(r),[3,12];case 2:for(u=0,c=Fe;u<c.length;u++)l=c[u],(r=[l.time,7]).push(l.data.id),r.push(l.data.interaction),r.push(l.data.visibility),r.push(l.data.name),Ga(r);return an(),[3,12];case 3:for(d=0,f=Me;d<f.length;d++)b=f[d],(r=[b.time,b.event]).push(b.data.id),r.push(b.data.operation),r.push(b.data.newIds),Ga(r);for(h=0,p=_e;h<p.length;h++)b=p[h],(r=[b.time,b.event]).push(b.data.id),r.push(b.data.operation),r.push(b.data.cssRules),Ga(r);return[3,12];case 4:for(v=0,g=Ie;v<g.length;v++)b=g[v],(r=[b.time,b.event]).push(b.data.id),r.push(b.data.operation),r.push(b.data.keyFrames),r.push(b.data.timing),r.push(b.data.timeline),r.push(b.data.targetId),Ga(r);return He(),[3,12];case 5:if(2===be(e))return[3,12];if(!((y=re()).length>0))return[3,11];w=0,k=y,z.label=6;case 6:return w<k.length?(E=k[w],0!==(O=be(e))?[3,8]:[4,ke(e)]):[3,10];case 7:O=z.sent(),z.label=8;case 8:if(2===O)return[3,10];for(N=E.data,T=E.metadata.active,S=E.metadata.suspend,x=E.metadata.privacy,I=function(t){var e=t.metadata.privacy;return"*T"===t.data.tag&&!(0===e||1===e)}(E),D=0,C=T?["tag","attributes","value"]:["tag"];D<C.length;D++)if(N[j=C[D]])switch(j){case"tag":A=Ye(E),R=I?-1:1,r.push(E.id*R),E.parent&&T&&(r.push(E.parent),E.previous&&r.push(E.previous)),r.push(S?"*M":N[j]),A&&2===A.length&&r.push("".concat("#").concat(qe(A[0]),".").concat(qe(A[1])));break;case"attributes":for(L in N[j])void 0!==N[j][L]&&r.push(Ue(L,N[j][L],x));break;case"value":Nt(E.metadata.fraud,E.id,N[j]),r.push(m(N[j],N.tag,x,I))}z.label=9;case 9:return w++,[3,6];case 10:6===t&&_(a),Ga(function(t){for(var e=[],n={},a=0,r=null,i=0;i<t.length;i++)if("string"==typeof t[i]){var o=t[i],u=n[o]||-1;u>=0?r?r.push(u):(r=[u],e.push(r),a++):(r=null,e.push(o),n[o]=a++)}else r=null,e.push(t[i]),a++;return e}(r),!o.lean),z.label=11;case 11:return[3,12];case 12:return[2]}}))}))}function Ye(t){if(null!==t.metadata.size&&0===t.metadata.size.length){var e=te(t.id);if(e)return[Math.floor(100*e.offsetWidth),Math.floor(100*e.offsetHeight)]}return t.metadata.size}function qe(t){return t.toString(36)}function Ue(t,e,n){return"".concat(t,"=").concat(m(e,0===t.indexOf("data-")?"data-":t,n))}var Fe=[],Ve=null,Be={},Je=[],Ge=!1,Ke=null;function Ze(t,e){!1===Ve.has(t)&&(Ve.set(t,e),(Ke=null===Ke&&Ge?new IntersectionObserver(tn,{threshold:[0,.05,.1,.2,.3,.4,.5,.6,.7,.8,.9,1]}):Ke)&&t&&t.nodeType===Node.ELEMENT_NODE&&Ke.observe(t))}function Qe(t){return Ve&&Ve.has(t)}function $e(){for(var t=[],e=0,n=Je;e<n.length;e++){var a=n[e],r=Jt(a.node);r?(a.state.data.id=r,Be[r]=a.state.data,Fe.push(a.state)):t.push(a)}Je=t,Fe.length>0&&Xe(7)}function tn(t){for(var e=0,n=t;e<n.length;e++){var a=n[e],r=a.target,i=a.boundingClientRect,o=a.intersectionRect,u=a.rootBounds;if(Ve.has(r)&&i.width+i.height>0&&u.width>0&&u.height>0){var c=r?Jt(r):null,s=c in Be?Be[c]:{id:c,name:Ve.get(r),interaction:16,visibility:0},l=(o?o.width*o.height*1/(u.width*u.height):0)>.05||a.intersectionRatio>.8,d=(l||10==s.visibility)&&Math.abs(i.top)+u.height>i.height;en(r,s,s.interaction,d?13:l?10:0),s.visibility>=13&&Ke&&Ke.unobserve(r)}}Fe.length>0&&Xe(7)}function en(t,e,n,a){var r=n>e.interaction||a>e.visibility;e.interaction=n>e.interaction?n:e.interaction,e.visibility=a>e.visibility?a:e.visibility,e.id?(e.id in Be&&r||!(e.id in Be))&&(Be[e.id]=e,Fe.push(nn(e))):Je.push({node:t,state:nn(e)})}function nn(t){return{time:s(),data:{id:t.id,interaction:t.interaction,visibility:t.visibility,name:t.name}}}function an(){Fe=[]}var rn=[];function on(t){var e=Ca(t);if(e){var n=e.value,a=n&&n.length>=5&&o.fraud&&-1==="password,secret,pass,social,ssn,code,hidden".indexOf(e.type)?d(n,24):"";rn.push({time:s(t),event:42,data:{target:Ca(t),type:e.type,value:n,checksum:a}}),ge(Aa.bind(this,42))}}function un(){rn=[]}function cn(t){var e={x:0,y:0};if(t&&t.offsetParent)do{var n=t.offsetParent,a=null===n?Kt(t.ownerDocument):null;e.x+=t.offsetLeft,e.y+=t.offsetTop,t=a||n}while(t);return e}var sn=["input","textarea","radio","button","canvas"],ln=[];function dn(t){fi(t,"click",fn.bind(this,9,t),!0)}function fn(t,e,n){var a=Kt(e),r=a?a.contentDocument.documentElement:document.documentElement,i="pageX"in n?Math.round(n.pageX):"clientX"in n?Math.round(n.clientX+r.scrollLeft):null,o="pageY"in n?Math.round(n.pageY):"clientY"in n?Math.round(n.clientY+r.scrollTop):null;if(a){var u=cn(a);i=i?i+Math.round(u.x):i,o=o?o+Math.round(u.y):o}var c=Ca(n),l=function(t){for(;t&&t!==document;){if(t.nodeType===Node.ELEMENT_NODE){var e=t;if("A"===e.tagName)return e}t=t.parentNode}return null}(c),d=function(t){var e=null,n=document.documentElement;if("function"==typeof t.getBoundingClientRect){var a=t.getBoundingClientRect();a&&a.width>0&&a.height>0&&(e={x:Math.floor(a.left+("pageXOffset"in window?window.pageXOffset:n.scrollLeft)),y:Math.floor(a.top+("pageYOffset"in window?window.pageYOffset:n.scrollTop)),w:Math.floor(a.width),h:Math.floor(a.height)})}return e}(c);0===n.detail&&d&&(i=Math.round(d.x+d.w/2),o=Math.round(d.y+d.h/2));var f=d?Math.max(Math.floor((i-d.x)/d.w*32767),0):0,h=d?Math.max(Math.floor((o-d.y)/d.h*32767),0):0;null!==i&&null!==o&&(ln.push({time:s(n),event:t,data:{target:c,x:i,y:o,eX:f,eY:h,button:n.button,reaction:pn(c),context:vn(l),text:hn(c),link:l?l.href:null,hash:null,trust:n.isTrusted?1:0}}),ge(Aa.bind(this,t)))}function hn(t){var e=null;if(t){var n=t.textContent||String(t.value||"")||t.alt;n&&(e=n.replace(/\s+/g," ").trim().substr(0,25))}return e}function pn(t){if(t.nodeType===Node.ELEMENT_NODE){var e=t.tagName.toLowerCase();if(sn.indexOf(e)>=0)return 0}return 1}function vn(t){if(t&&t.hasAttribute("target"))switch(t.getAttribute("target")){case"_blank":return 1;case"_parent":return 2;case"_top":return 3}return 0}function gn(){ln=[]}var mn=[];function bn(t,e){mn.push({time:s(e),event:38,data:{target:Ca(e),action:t}}),ge(Aa.bind(this,38))}function yn(){mn=[]}var wn=null,kn=[];function En(t){var e=Ca(t),n=ee(e);if(e&&e.type&&n){var a=e.value;switch(e.type){case"radio":case"checkbox":a=e.checked?"true":"false"}var r={target:e,value:a};kn.length>0&&kn[kn.length-1].data.target===r.target&&kn.pop(),kn.push({time:s(t),event:27,data:r}),Y(wn),wn=X(On,1e3,27)}}function On(t){ge(Aa.bind(this,t))}function Nn(){kn=[]}var Tn,Sn=[],xn=null;function Mn(t,e,n){var a=Kt(e),r=a?a.contentDocument.documentElement:document.documentElement,i="pageX"in n?Math.round(n.pageX):"clientX"in n?Math.round(n.clientX+r.scrollLeft):null,o="pageY"in n?Math.round(n.pageY):"clientY"in n?Math.round(n.clientY+r.scrollTop):null;if(a){var u=cn(a);i=i?i+Math.round(u.x):i,o=o?o+Math.round(u.y):o}null!==i&&null!==o&&In({time:s(n),event:t,data:{target:Ca(n),x:i,y:o}})}function _n(t,e,n){var a=Kt(e),r=a?a.contentDocument.documentElement:document.documentElement,i=n.changedTouches,o=s(n);if(i)for(var u=0;u<i.length;u++){var c=i[u],l="clientX"in c?Math.round(c.clientX+r.scrollLeft):null,d="clientY"in c?Math.round(c.clientY+r.scrollTop):null;l=l&&a?l+Math.round(a.offsetLeft):l,d=d&&a?d+Math.round(a.offsetTop):d,null!==l&&null!==d&&In({time:o,event:t,data:{target:Ca(n),x:l,y:d}})}}function In(t){switch(t.event){case 12:case 15:case 19:var e=Sn.length,n=e>1?Sn[e-2]:null;n&&function(t,e){var n=t.data.x-e.data.x,a=t.data.y-e.data.y,r=Math.sqrt(n*n+a*a),i=e.time-t.time,o=e.data.target===t.data.target;return e.event===t.event&&o&&r<20&&i<25}(n,t)&&Sn.pop(),Sn.push(t),Y(xn),xn=X(Dn,500,t.event);break;default:Sn.push(t),Dn(t.event)}}function Dn(t){ge(Aa.bind(this,t))}function Cn(){Sn=[]}function jn(){var t=document.documentElement;Tn={width:t&&"clientWidth"in t?Math.min(t.clientWidth,window.innerWidth):window.innerWidth,height:t&&"clientHeight"in t?Math.min(t.clientHeight,window.innerHeight):window.innerHeight},Aa(11)}function An(){Tn=null}var Rn=[],Ln=null,zn=null,Hn=null;function Pn(t){void 0===t&&(t=null);var e=window,n=document.documentElement,a=t?Ca(t):n;if(a&&a.nodeType===Node.DOCUMENT_NODE){var r=Kt(a);e=r?r.contentWindow:e,a=n=a.documentElement}var i=a===n&&"pageXOffset"in e?Math.round(e.pageXOffset):Math.round(a.scrollLeft),o=a===n&&"pageYOffset"in e?Math.round(e.pageYOffset):Math.round(a.scrollTop),u=window.innerWidth,c=window.innerHeight,l=u/3,d=u>c?.15*c:.2*c,f=c-d,h=Wn(l,d),p=Wn(l,f),v={time:s(t),event:10,data:{target:a,x:i,y:o,top:h,bottom:p}};if(null===t&&0===i&&0===o||null===i||null===o)return Ln=h,void(zn=p);var g=Rn.length,m=g>1?Rn[g-2]:null;m&&function(t,e){var n=t.data.x-e.data.x,a=t.data.y-e.data.y;return n*n+a*a<400&&e.time-t.time<25}(m,v)&&Rn.pop(),Rn.push(v),Y(Hn),Hn=X(Xn,500,10)}function Wn(t,e){var n,a,r;return"caretPositionFromPoint"in document?r=null===(n=document.caretPositionFromPoint(t,e))||void 0===n?void 0:n.offsetNode:"caretRangeFromPoint"in document&&(r=null===(a=document.caretRangeFromPoint(t,e))||void 0===a?void 0:a.startContainer),r||(r=document.elementFromPoint(t,e)),r&&r.nodeType===Node.TEXT_NODE&&(r=r.parentNode),r}function Xn(t){ge(Aa.bind(this,t))}function Yn(){var t,e;if(Ln){var n=ja(Ln,null);Rr(31,null===(t=null==n?void 0:n.hash)||void 0===t?void 0:t.join("."))}if(zn){var a=ja(zn,null);Rr(32,null===(e=null==a?void 0:a.hash)||void 0===e?void 0:e.join("."))}}var qn=null,Un=null,Fn=null;function Vn(t){var e=(t.nodeType===Node.DOCUMENT_NODE?t:document).getSelection();if(null!==e&&!(null===e.anchorNode&&null===e.focusNode||e.anchorNode===e.focusNode&&e.anchorOffset===e.focusOffset)){var n=qn.start?qn.start:null;null!==Un&&null!==qn.start&&n!==e.anchorNode&&(Y(Fn),Bn(21)),qn={start:e.anchorNode,startOffset:e.anchorOffset,end:e.focusNode,endOffset:e.focusOffset},Un=e,Y(Fn),Fn=X(Bn,500,21)}}function Bn(t){ge(Aa.bind(this,t))}function Jn(){Un=null,qn={start:0,startOffset:0,end:0,endOffset:0}}var Gn,Kn,Zn=[];function Qn(t){Zn.push({time:s(t),event:39,data:{target:Ca(t)}}),ge(Aa.bind(this,39))}function $n(){Zn=[]}function ta(t){Gn={name:t.type},Aa(26,s(t)),Xi()}function ea(){Gn=null}function na(t){void 0===t&&(t=null),Kn={visible:"visibilityState"in document?document.visibilityState:"default"},Aa(28,s(t))}function aa(){Kn=null}function ra(t){!function(t){var e=Kt(t);fi(e?e.contentWindow:t===document?window:t,"scroll",Pn,!0)}(t),t.nodeType===Node.DOCUMENT_NODE&&(dn(t),function(t){fi(t,"cut",bn.bind(this,0),!0),fi(t,"copy",bn.bind(this,1),!0),fi(t,"paste",bn.bind(this,2),!0)}(t),function(t){fi(t,"mousedown",Mn.bind(this,13,t),!0),fi(t,"mouseup",Mn.bind(this,14,t),!0),fi(t,"mousemove",Mn.bind(this,12,t),!0),fi(t,"wheel",Mn.bind(this,15,t),!0),fi(t,"dblclick",Mn.bind(this,16,t),!0),fi(t,"touchstart",_n.bind(this,17,t),!0),fi(t,"touchend",_n.bind(this,18,t),!0),fi(t,"touchmove",_n.bind(this,19,t),!0),fi(t,"touchcancel",_n.bind(this,20,t),!0)}(t),function(t){fi(t,"input",En,!0)}(t),function(t){fi(t,"selectstart",Vn.bind(this,t),!0),fi(t,"selectionchange",Vn.bind(this,t),!0)}(t),function(t){fi(t,"change",on,!0)}(t),function(t){fi(t,"submit",Qn,!0)}(t))}var ia=Object.freeze({__proto__:null,observe:ra,start:function(){Ra=[],za(),gn(),yn(),Cn(),Nn(),fi(window,"resize",jn),jn(),fi(document,"visibilitychange",na),na(),Rn=[],Pn(),Jn(),un(),$n(),fi(window,"pagehide",ta)},stop:function(){Ra=[],za(),gn(),yn(),Y(xn),Sn.length>0&&Dn(Sn[Sn.length-1].event),Y(wn),Nn(),An(),aa(),Y(Hn),Rn=[],Ln=null,zn=null,Jn(),Y(Fn),un(),$n(),ea()}}),oa=/[^0-9\.]/g;function ua(t){for(var e=0,n=Object.keys(t);e<n.length;e++){var a=n[e],r=t[a];if("@type"===a&&"string"==typeof r)switch(r=(r=r.toLowerCase()).indexOf("article")>=0||r.indexOf("posting")>=0?"article":r){case"article":case"recipe":Rr(5,t[a]),Rr(8,t.creator),Rr(18,t.headline);break;case"product":Rr(5,t[a]),Rr(10,t.name),Rr(12,t.sku),t.brand&&Rr(6,t.brand.name);break;case"aggregaterating":t.ratingValue&&(W(11,ca(t.ratingValue,100)),W(18,ca(t.bestRating)),W(19,ca(t.worstRating))),W(12,ca(t.ratingCount)),W(17,ca(t.reviewCount));break;case"person":Rr(8,t.name);break;case"offer":Rr(7,t.availability),Rr(14,t.itemCondition),Rr(13,t.priceCurrency),Rr(12,t.sku),W(13,ca(t.price));break;case"brand":Rr(6,t.name)}null!==r&&"object"==typeof r&&ua(r)}}function ca(t,e){if(void 0===e&&(e=1),null!==t)switch(typeof t){case"number":return Math.round(t*e);case"string":return Math.round(parseFloat(t.replace(oa,""))*e)}return null}var sa=["title","alt","onload","onfocus","onerror","data-drupal-form-submit-last","aria-label"],la=/[\r\n]+/g;function da(t,e,n){var a,r=null;if(2===e&&!1===ae(t))return r;0!==e&&t.nodeType===Node.TEXT_NODE&&t.parentElement&&"STYLE"===t.parentElement.tagName&&(t=t.parentNode);var i=!1===ae(t)?"add":"update",o=t.parentElement?t.parentElement:null,u=t.ownerDocument!==document;switch(t.nodeType){case Node.DOCUMENT_TYPE_NODE:o=u&&t.parentNode?Kt(t.parentNode):o;var c=t,s={tag:(u?"iframe:":"")+"*D",attributes:{name:c.name,publicId:c.publicId,systemId:c.systemId}};ce[i](t,o,s,e);break;case Node.DOCUMENT_NODE:t===document&&Bt(document),fa(t);break;case Node.DOCUMENT_FRAGMENT_NODE:var l=t;if(l.host)if(Bt(l),"function"===typeof l.constructor&&l.constructor.toString().indexOf("[native code]")>=0){fa(l);var d={tag:"*S",attributes:{style:""}};ce[i](t,l.host,d,e)}else ce[i](t,l.host,{tag:"*P",attributes:{}},e);break;case Node.TEXT_NODE:if(o=o||t.parentNode,"update"===i||o&&ae(o)&&"STYLE"!==o.tagName&&"NOSCRIPT"!==o.tagName){var f={tag:"*T",value:t.nodeValue};ce[i](t,o,f,e)}break;case Node.ELEMENT_NODE:var h=t,p=h.tagName,v=function(t){var e={},n=t.attributes;if(n&&n.length>0)for(var a=0;a<n.length;a++){var r=n[a].name;sa.indexOf(r)<0&&(e[r]=n[a].value)}"INPUT"===t.tagName&&!("value"in e)&&t.value&&(e.value=t.value);return e}(h);switch(o=t.parentElement?t.parentElement:t.parentNode?t.parentNode:null,"http://www.w3.org/2000/svg"===h.namespaceURI&&(p="svg:"+p),p){case"HTML":o=u&&o?Kt(o):null;var g={tag:(u?"iframe:":"")+p,attributes:v};ce[i](t,o,g,e);break;case"SCRIPT":if("type"in v&&"application/ld+json"===v.type)try{ua(JSON.parse(h.text.replace(la,"")))}catch(t){}break;case"NOSCRIPT":var m={tag:p,attributes:{},value:""};ce[i](t,o,m,e);break;case"META":var b="property"in v?"property":"name"in v?"name":null;if(b&&"content"in v){var y=v.content;switch(v[b]){case"og:title":Rr(20,y);break;case"og:type":Rr(19,y);break;case"generator":Rr(21,y)}}break;case"HEAD":var w={tag:p,attributes:v},k=u&&(null===(a=t.ownerDocument)||void 0===a?void 0:a.location)?t.ownerDocument.location:location;w.attributes["*B"]=k.protocol+"//"+k.host+k.pathname,ce[i](t,o,w,e);break;case"BASE":var E=ee(t.parentElement);if(E){var O=document.createElement("a");O.href=v.href,E.data.attributes["*B"]=O.protocol+"//"+O.host+O.pathname}break;case"STYLE":var N={tag:p,attributes:v,value:ha(h)};ce[i](t,o,N,e);break;case"IFRAME":var T=t,S={tag:p,attributes:v};Gt(T)&&(!function(t){!1===ae(t)&&fi(t,"load",Da.bind(this,t,"childList"),!0)}(T),S.attributes["*O"]="true",T.contentDocument&&T.contentWindow&&"loading"!==T.contentDocument.readyState&&(r=T.contentDocument)),ce[i](t,o,S,e);break;case"LINK":if(Wr&&"stylesheet"===v.rel){for(var x in Object.keys(document.styleSheets)){var M=document.styleSheets[x];if(M.ownerNode==h){var _={tag:"STYLE",attributes:v,value:pa(M)};ce[i](t,o,_,e);break}}break}var I={tag:p,attributes:v};ce[i](t,o,I,e);break;case"VIDEO":case"AUDIO":case"SOURCE":"src"in v&&v.src.startsWith("data:")&&(v.src="");var D={tag:p,attributes:v};ce[i](t,o,D,e);break;default:var C={tag:p,attributes:v};h.shadowRoot&&(r=h.shadowRoot),ce[i](t,o,C,e)}}return r}function fa(t){ae(t)||(!function(t){try{var e=u("MutationObserver"),n=e in window?new window[e](li(Sa)):null;n&&(n.observe(t,{attributes:!0,childList:!0,characterData:!0,subtree:!0}),ga.push(n))}catch(t){ur(2,0,t?t.name:null)}}(t),ra(t))}function ha(t){var e=t.textContent?t.textContent.trim():"",n=t.dataset?Object.keys(t.dataset).length:0;return(0===e.length||n>0)&&(e=pa(t.sheet)),e}function pa(t){var e="",n=null;try{n=t?t.cssRules:[]}catch(t){if(ur(1,1,t?t.name:null),t&&"SecurityError"!==t.name)throw t}if(null!==n)for(var a=0;a<n.length;a++)e+=n[a].cssText;return e}function va(t,e,n,a){return at(this,void 0,void 0,(function(){var a,r,i,o,u;return rt(this,(function(c){switch(c.label){case 0:a=[t],c.label=1;case 1:if(!(a.length>0))return[3,4];for(r=a.shift(),i=r.firstChild;i;)a.push(i),i=i.nextSibling;return 0!==(o=be(e))?[3,3]:[4,ke(e)];case 2:o=c.sent(),c.label=3;case 3:return 2===o?[3,4]:((u=da(r,n))&&a.push(u),[3,1]);case 4:return[2]}}))}))}var ga=[],ma=[],ba=null,ya=null,wa=null,ka=[],Ea=null,Oa=null,Na={};function Ta(){if(ga=[],ka=[],Ea=null,Oa=0,Na={},null===ba&&(ba=CSSStyleSheet.prototype.insertRule,CSSStyleSheet.prototype.insertRule=function(){return Ti()&&Ia(this.ownerNode),ba.apply(this,arguments)}),null===ya&&(ya=CSSStyleSheet.prototype.deleteRule,CSSStyleSheet.prototype.deleteRule=function(){return Ti()&&Ia(this.ownerNode),ya.apply(this,arguments)}),null===wa){wa=Element.prototype.attachShadow;try{Element.prototype.attachShadow=function(){return Ti()?Ia(wa.apply(this,arguments)):wa.apply(this,arguments)}}catch(t){wa=null}}}function Sa(t){var e=s();K(6,e),ma.push({time:e,mutations:t}),ge(xa,1).then((function(){X(xe),li($e)()}))}function xa(){return at(this,void 0,void 0,(function(){var t,e,n,a,r,i,u,c,l,d;return rt(this,(function(f){switch(f.label){case 0:ye(t={id:Fr(),cost:3}),f.label=1;case 1:if(!(ma.length>0))return[3,8];e=ma.shift(),n=s(),a=0,r=e.mutations,f.label=2;case 2:return a<r.length?(i=r[a],0!==(u=be(t))?[3,4]:[4,ke(t)]):[3,6];case 3:u=f.sent(),f.label=4;case 4:if(2===u)return[3,6];switch(c=i.target,l=o.throttleDom?function(t,e,n,a){var r=t.target?ee(t.target.parentNode):null;if(r&&"HTML"!==r.data.tag){var i=a>Oa,o=ee(t.target),u=o&&o.selector?o.selector.join():t.target.nodeName,c=[r.selector?r.selector.join():"",u,t.attributeName,Ma(t.addedNodes),Ma(t.removedNodes)].join();Na[c]=c in Na?Na[c]:[0,n];var s=Na[c];if(!1===i&&s[0]>=10&&_a(s[2],2,e),s[0]=i?s[1]===n?s[0]:s[0]+1:1,s[1]=n,10===s[0])return s[2]=t.removedNodes,"suspend";if(s[0]>10)return""}return t.type}(i,t,n,e.time):i.type,l&&c&&c.ownerDocument&&Bt(c.ownerDocument),l&&c&&c.nodeType==Node.DOCUMENT_FRAGMENT_NODE&&c.host&&Bt(c),l){case"attributes":da(c,3,e.time);break;case"characterData":da(c,4,e.time);break;case"childList":_a(i.addedNodes,1,t,e.time),_a(i.removedNodes,2,t,e.time);break;case"suspend":(d=ee(c))&&(d.metadata.suspend=!0)}f.label=5;case 5:return a++,[3,2];case 6:return[4,Xe(6,t,e.time)];case 7:return f.sent(),[3,1];case 8:return we(t),[2]}}))}))}function Ma(t){for(var e=[],n=0;t&&n<t.length;n++)e.push(t[n].nodeName);return e.join()}function _a(t,e,n,a){return at(this,void 0,void 0,(function(){var a,r,i;return rt(this,(function(o){switch(o.label){case 0:a=t?t.length:0,r=0,o.label=1;case 1:return r<a?1!==e?[3,2]:(va(t[r],n,e),[3,5]):[3,6];case 2:return 0!==(i=be(n))?[3,4]:[4,ke(n)];case 3:i=o.sent(),o.label=4;case 4:if(2===i)return[3,6];da(t[r],e),o.label=5;case 5:return r++,[3,1];case 6:return[2]}}))}))}function Ia(t){return ka.indexOf(t)<0&&ka.push(t),Ea&&Y(Ea),Ea=X((function(){!function(){for(var t=0,e=ka;t<e.length;t++){var n=e[t];if(n){var a=n.nodeType===Node.DOCUMENT_FRAGMENT_NODE;if(a&&ae(n))continue;Da(n,a?"childList":"characterData")}}ka=[]}()}),33),t}function Da(t,e){li(Sa)([{addedNodes:[t],attributeName:null,attributeNamespace:null,nextSibling:null,oldValue:null,previousSibling:null,removedNodes:[],target:t,type:e}])}function Ca(t){var e=t.composed&&t.composedPath?t.composedPath():null,n=e&&e.length>0?e[0]:t.target;return Oa=s()+3e3,n.nodeType===Node.DOCUMENT_NODE?n.documentElement:n}function ja(t,e,n){void 0===n&&(n=null);var a={id:0,hash:null,privacy:2,node:t};if(t){var r=ee(t);if(null!==r){var i=r.metadata;a.id=r.id,a.hash=r.hash,a.privacy=i.privacy,r.region&&function(t,e){var n=te(t),a=t in Be?Be[t]:{id:t,visibility:0,interaction:16,name:Ve.get(n)},r=16;switch(e){case 9:r=20;break;case 27:r=30}en(n,a,r,a.visibility)}(r.region,e),i.fraud&&Nt(i.fraud,r.id,n||r.data.value)}}return a}function Aa(t,e){return void 0===e&&(e=null),at(this,void 0,void 0,(function(){var n,a,r,i,o,u,c,l,d,f,h,p,v,g,y,w,k,E,O,N,T,S,x,_,D,C,j,A,R,L,z,H,P,W,X;return rt(this,(function(Y){switch(n=e||s(),a=[n,t],t){case 13:case 14:case 12:case 15:case 16:case 17:case 18:case 19:case 20:for(r=0,i=Sn;r<i.length;r++)W=i[r],(o=ja(W.data.target,W.event)).id>0&&((a=[W.time,W.event]).push(o.id),a.push(W.data.x),a.push(W.data.y),Ga(a),M(W.event,W.data.x,W.data.y));Cn();break;case 9:for(u=0,c=ln;u<c.length;u++)W=c[u],l=ja(W.data.target,W.event,W.data.text),a=[W.time,W.event],d=l.hash?l.hash.join("."):"",a.push(l.id),a.push(W.data.x),a.push(W.data.y),a.push(W.data.eX),a.push(W.data.eY),a.push(W.data.button),a.push(W.data.reaction),a.push(W.data.context),a.push(m(W.data.text,"click",l.privacy)),a.push(b(W.data.link)),a.push(d),a.push(W.data.trust),Ga(a),Ha(W.time,W.event,d,W.data.x,W.data.y,W.data.reaction,W.data.context);gn();break;case 38:for(f=0,h=mn;f<h.length;f++)W=h[f],a=[W.time,W.event],(z=ja(W.data.target,W.event)).id>0&&(a.push(z.id),a.push(W.data.action),Ga(a));yn();break;case 11:p=Tn,a.push(p.width),a.push(p.height),M(t,p.width,p.height),An(),Ga(a);break;case 26:v=Gn,a.push(v.name),ea(),Ga(a);break;case 27:for(g=0,y=kn;g<y.length;g++)W=y[g],w=ja(W.data.target,W.event,W.data.value),(a=[W.time,W.event]).push(w.id),a.push(m(W.data.value,"input",w.privacy)),Ga(a);Nn();break;case 21:(k=qn)&&(E=ja(k.start,t),O=ja(k.end,t),a.push(E.id),a.push(k.startOffset),a.push(O.id),a.push(k.endOffset),Jn(),Ga(a));break;case 10:for(N=0,T=Rn;N<T.length;N++)W=T[N],S=ja(W.data.target,W.event),x=ja(W.data.top,W.event),_=ja(W.data.bottom,W.event),D=(null==x?void 0:x.hash)?x.hash.join("."):"",C=(null==_?void 0:_.hash)?_.hash.join("."):"",S.id>0&&((a=[W.time,W.event]).push(S.id),a.push(W.data.x),a.push(W.data.y),a.push(D),a.push(C),Ga(a),M(W.event,W.data.x,W.data.y,W.time));Rn=[],Ln=null,zn=null;break;case 42:for(j=0,A=rn;j<A.length;j++)W=A[j],a=[W.time,W.event],(z=ja(W.data.target,W.event)).id>0&&((a=[W.time,W.event]).push(z.id),a.push(W.data.type),a.push(m(W.data.value,"change",z.privacy)),a.push(m(W.data.checksum,"checksum",z.privacy)),Ga(a));un();break;case 39:for(R=0,L=Zn;R<L.length;R++)W=L[R],a=[W.time,W.event],(z=ja(W.data.target,W.event)).id>0&&(a.push(z.id),Ga(a));$n();break;case 22:for(H=0,P=La;H<P.length;H++)W=P[H],(a=[W.time,W.event]).push(W.data.type),a.push(W.data.hash),a.push(W.data.x),a.push(W.data.y),a.push(W.data.reaction),a.push(W.data.context),Ga(a,!1);za();break;case 28:X=Kn,a.push(X.visible),Ga(a),I(n,X.visible),aa()}return[2]}))}))}var Ra=[],La=[];function za(){La=[]}function Ha(t,e,n,a,r,i,o){void 0===i&&(i=1),void 0===o&&(o=0),Ra.push({time:t,event:22,data:{type:e,hash:n,x:a,y:r,reaction:i,context:o}}),M(e,a,r)}var Pa,Wa,Xa,Ya,qa,Ua=0,Fa=0,Va=null,Ba=0;function Ja(){Ya=!0,Ua=0,Fa=0,Ba=0,Pa=[],Wa=[],Xa={},qa=null}function Ga(t,e){if(void 0===e&&(e=!0),Ya){var n=s(),a=t.length>1?t[1]:null,r=JSON.stringify(t);switch(a){case 5:Ua+=r.length;case 37:case 6:case 43:case 45:case 46:Fa+=r.length,Pa.push(r);break;default:Wa.push(r)}H(25);var i=function(){var t=!1===o.lean&&Ua>0?100:ri.sequence*o.delay;return"string"==typeof o.upload?Math.max(Math.min(t,3e4),100):o.delay}();n-Ba>2*i&&(Y(Va),Va=null),e&&null===Va&&(25!==a&&V(),Va=X(Za,i),Ba=n,xr(Fa))}}function Ka(){Y(Va),Za(!0),Ua=0,Fa=0,Ba=0,Pa=[],Wa=[],Xa={},qa=null,Ya=!1}function Za(t){return void 0===t&&(t=!1),at(this,void 0,void 0,(function(){var e,n,a,r,i,u,c,s;return rt(this,(function(l){switch(l.label){case 0:return Va=null,(e=!1===o.lean&&Fa>0&&(Fa<1048576||ri.sequence>0))&&W(1,1),$e(),function(){var t=[];La=[];for(var e=ri.start+ri.duration,n=Math.max(e-2e3,0),a=0,r=Ra;a<r.length;a++){var i=r[a];i.time>=n&&(i.time<=e&&La.push(i),t.push(i))}Ra=t,Aa(22)}(),kt(),n=!0===t,a=JSON.stringify(ui(n)),r="[".concat(Wa.join(),"]"),i=e?"[".concat(Pa.join(),"]"):"",u=function(t){return t.p.length>0?'{"e":'.concat(t.e,',"a":').concat(t.a,',"p":').concat(t.p,"}"):'{"e":'.concat(t.e,',"a":').concat(t.a,"}")}({e:a,a:r,p:i}),n?(s=null,[3,3]):[3,1];case 1:return[4,pt(u)];case 2:s=l.sent(),l.label=3;case 3:return P(2,(c=s)?c.length:u.length),Qa(u,c,ri.sequence,n),Wa=[],e&&(Pa=[],Fa=0,Ua=0),[2]}}))}))}function Qa(t,e,n,a){if(void 0===a&&(a=!1),"string"==typeof o.upload){var r=o.upload,i=!1;if(a&&"sendBeacon"in navigator)try{(i=navigator.sendBeacon.bind(navigator)(r,t))&&tr(n)}catch(t){}if(!1===i){n in Xa?Xa[n].attempts++:Xa[n]={data:t,attempts:1};var u=new XMLHttpRequest;u.open("POST",r,!0),u.timeout=15e3,u.ontimeout=function(){si(new Error("".concat("Timeout"," : ").concat(r)))},null!==n&&(u.onreadystatechange=function(){li($a)(u,n)}),u.withCredentials=!0,e?(u.setRequestHeader("Accept","application/x-clarity-gzip"),u.send(e)):u.send(t)}}else if(o.upload){(0,o.upload)(t),tr(n)}}function $a(t,e){var n=Xa[e];t&&4===t.readyState&&n&&((t.status<200||t.status>208)&&n.attempts<=1?t.status>=400&&t.status<500?Mr(6):(0===t.status&&(o.upload=o.fallback?o.fallback:o.upload),Qa(n.data,null,e)):(qa={sequence:e,attempts:n.attempts,status:t.status},n.attempts>1&&Tr(2),200===t.status&&t.responseText&&function(t){for(var e=t&&t.length>0?t.split("\n"):[],n=0,a=e;n<a.length;n++){var r=a[n],i=r&&r.length>0?r.split(/ (.*)/):[""];switch(i[0]){case"END":Mr(6);break;case"UPGRADE":et("Auto");break;case"ACTION":o.action&&i.length>1&&o.action(i[1]);break;case"EXTRACT":i.length>1&&gr(i[1]);break;case"SIGNAL":i.length>1&&mt(i[1])}}}(t.responseText),0===t.status&&(Qa(n.data,null,e,!0),Mr(3)),t.status>=200&&t.status<=208&&tr(e),delete Xa[e]))}function tr(t){1===t&&Jr()}var er,nr={};function ar(t){var e=t.error||t;return e.message in nr||(nr[e.message]=0),nr[e.message]++>=5||e&&e.message&&(er={message:e.message,line:t.lineno,column:t.colno,stack:e.stack,source:t.filename},rr(31)),!0}function rr(t){return at(this,void 0,void 0,(function(){var e;return rt(this,(function(n){switch(e=[s(),t],t){case 31:e.push(er.message),e.push(er.line),e.push(er.column),e.push(er.stack),e.push(b(er.source)),Ga(e);break;case 33:ir&&(e.push(ir.code),e.push(ir.name),e.push(ir.message),e.push(ir.stack),e.push(ir.severity),Ga(e,!1));break;case 41:Et&&(e.push(Et.id),e.push(Et.target),e.push(Et.checksum),Ga(e,!1))}return[2]}))}))}var ir,or={};function ur(t,e,n,a,r){void 0===n&&(n=null),void 0===a&&(a=null),void 0===r&&(r=null);var i=n?"".concat(n,"|").concat(a):"";t in or&&or[t].indexOf(i)>=0||(ir={code:t,name:n,message:a,stack:r,severity:e},t in or?or[t].push(i):or[t]=[i],rr(33))}var cr,sr={},lr=new Set,dr={},fr={},hr={},pr={};function vr(){yr()}function gr(t){try{var e=t&&t.length>0?t.split(/ (.*)/):[""],n=e[0].split(/\|(.*)/),a=parseInt(n[0]),r=n.length>1?n[1]:"",i=e.length>1?JSON.parse(e[1]):{};for(var o in dr[a]={},fr[a]={},hr[a]={},pr[a]=r,i){var u=parseInt(o),c=i[o],s=2;switch(c.startsWith("~")?s=0:c.startsWith("!")&&(s=4),s){case 0:var l=c.substring(1,c.length);dr[a][u]=Er(l);break;case 2:fr[a][u]=c;break;case 4:var d=c.substring(1,c.length);hr[a][u]=d}}}catch(t){ur(8,1,t?t.name:null)}}function mr(t){return JSON.parse(JSON.stringify(t))}function br(){try{for(var t in dr){var e=parseInt(t);if(""==pr[e]||document.querySelector(pr[e])){var n=dr[e];for(var a in n){var r=parseInt(a),i=(h=Or(mr(n[r])))?JSON.stringify(h).substring(0,1e4):h;i&&wr(e,r,i)}var o=fr[e];for(var u in o){var c=parseInt(u),s=document.querySelectorAll(o[c]);if(s)wr(e,c,Array.from(s).map((function(t){return t.textContent})).join("<SEP>").substring(0,1e4))}var l=hr[e];for(var d in l){var f=parseInt(d);wr(e,f,$t(l[f]).trim().substring(0,1e4))}}}lr.size>0&&Tr(40)}catch(t){ur(5,1,t?t.name:null)}var h}function yr(){lr.clear()}function wr(t,e,n){var a,r=!1;t in sr||(sr[t]={},r=!0),a=hr[t],0==Object.keys(a).length||e in sr[t]&&sr[t][e]==n||(r=!0),sr[t][e]=n,r&&lr.add(t)}function kr(){yr()}function Er(t){for(var e=[],n=t.split(".");n.length>0;){var a=n.shift(),r=a.indexOf("["),i=a.indexOf("{"),o=a.indexOf("}");e.push({name:r>0?a.substring(0,r):i>0?a.substring(0,i):a,type:r>0?1:i>0?2:3,condition:i>0?a.substring(i+1,o):null})}return e}function Or(t,e){if(void 0===e&&(e=window),0==t.length)return e;var n,a=t.shift();if(e&&e[a.name]){var r=e[a.name];if(1!==a.type&&Nr(r,a.condition))n=Or(t,r);else if(Array.isArray(r)){for(var i=[],o=0,u=r;o<u.length;o++){var c=u[o];if(Nr(c,a.condition)){var s=Or(t,c);s&&i.push(s)}}n=i}return n}return null}function Nr(t,e){if(e){var n=e.split(":");return n.length>1?t[n[0]]==n[1]:t[n[0]]}return!0}function Tr(t){var e=[s(),t];switch(t){case 4:var n=N;n&&((e=[n.time,n.event]).push(n.data.visible),e.push(n.data.docWidth),e.push(n.data.docHeight),e.push(n.data.screenWidth),e.push(n.data.screenHeight),e.push(n.data.scrollX),e.push(n.data.scrollY),e.push(n.data.pointerX),e.push(n.data.pointerY),e.push(n.data.activityTime),e.push(n.data.scrollTime),Ga(e,!1)),x();break;case 25:e.push(R.gap),Ga(e);break;case 35:e.push(cr.check),Ga(e,!1);break;case 3:e.push(tt.key),Ga(e);break;case 2:e.push(qa.sequence),e.push(qa.attempts),e.push(qa.status),Ga(e,!1);break;case 24:j.key&&e.push(j.key),e.push(j.value),Ga(e);break;case 34:var a=Object.keys(it);if(a.length>0){for(var r=0,i=a;r<i.length;r++){var o=i[r];e.push(o),e.push(it[o])}lt(),Ga(e,!1)}break;case 0:var u=Object.keys(z);if(u.length>0){for(var c=0,l=u;c<l.length;c++){var d=l[c],f=parseInt(d,10);e.push(f),e.push(Math.round(z[d]))}z={},Ga(e,!1)}break;case 1:var h=Object.keys(Cr);if(h.length>0){for(var p=0,v=h;p<v.length;p++){var g=v[p];f=parseInt(g,10);e.push(f),e.push(Cr[g])}zr(),Ga(e,!1)}break;case 36:var m=Object.keys(G);if(m.length>0){for(var b=0,y=m;b<y.length;b++){var w=y[b];f=parseInt(w,10);e.push(f),e.push([].concat.apply([],G[w]))}Q(),Ga(e,!1)}break;case 40:lr.forEach((function(t){e.push(t);var n=[];for(var a in sr[t]){var r=parseInt(a,10);n.push(r),n.push(sr[t][a])}e.push(n)})),yr(),Ga(e,!1)}}function Sr(){cr={check:0}}function xr(t){if(0===cr.check){var e=cr.check;e=ri.sequence>=128?1:e,e=ri.pageNum>=128?7:e,e=s()>72e5?2:e,(e=t>10485760?2:e)!==cr.check&&Mr(e)}}function Mr(t){cr.check=t,Br(),Xi()}function _r(){0!==cr.check&&Tr(35)}function Ir(){cr=null}var Dr=null,Cr=null;function jr(){Dr={},Cr={}}function Ar(){Dr={},Cr={}}function Rr(t,e){e&&(e="".concat(e),t in Dr||(Dr[t]=[]),Dr[t].indexOf(e)<0&&(Dr[t].push(e),t in Cr||(Cr[t]=[]),Cr[t].push(e),Dr[t].length>128&&Mr(5)))}function Lr(){Tr(1)}function zr(){Cr={}}var Hr=null,Pr=[],Wr=0,Xr=null;function Yr(){Xr=null;var t=navigator&&"userAgent"in navigator?navigator.userAgent:"",e=document&&document.title?document.title:"";Wr=t.indexOf("Electron")>0?1:0;var n,a=function(){var t={session:Zr(),ts:Math.round(Date.now()),count:1,upgrade:null,upload:""},e=ti("_clsk");if(e){var n=e.split("|");n.length>=5&&t.ts-Qr(n[1])<18e5&&(t.session=n[0],t.count=Qr(n[2])+1,t.upgrade=Qr(n[3]),t.upload=n.length>=6?"".concat("https://").concat(n[5],"/").concat(n[4]):"".concat("https://").concat(n[4]))}return t}(),r=$r(),i=o.projectId||d(location.host);Hr={projectId:i,userId:r.id,sessionId:a.session,pageNum:a.count},o.lean=o.track&&null!==a.upgrade?0===a.upgrade:o.lean,o.upload=o.track&&"string"==typeof o.upload&&a.upload&&a.upload.length>"https://".length?a.upload:o.upload,Rr(0,t),Rr(3,e),Rr(1,b(location.href,!!Wr)),Rr(2,document.referrer),Rr(15,function(){var t=Zr();if(o.track&&Gr(window,"sessionStorage")){var e=sessionStorage.getItem("_cltk");t=e||t,sessionStorage.setItem("_cltk",t)}return t}()),Rr(16,document.documentElement.lang),Rr(17,document.dir),Rr(26,"".concat(window.devicePixelRatio)),Rr(28,r.dob.toString()),Rr(29,r.version.toString()),W(0,a.ts),W(1,0),W(35,Wr),navigator&&(Rr(9,navigator.language),W(33,navigator.hardwareConcurrency),W(32,navigator.maxTouchPoints),W(34,Math.round(navigator.deviceMemory)),(n=navigator.userAgentData)&&n.getHighEntropyValues?n.getHighEntropyValues(["model","platform","platformVersion","uaFullVersion"]).then((function(t){var e;Rr(22,t.platform),Rr(23,t.platformVersion),null===(e=t.brands)||void 0===e||e.forEach((function(t){Rr(24,t.name+"~"+t.version)})),Rr(25,t.model),W(27,t.mobile?1:0)})):Rr(22,navigator.platform)),screen&&(W(14,Math.round(screen.width)),W(15,Math.round(screen.height)),W(16,Math.round(screen.colorDepth)));for(var u=0,c=o.cookies;u<c.length;u++){var s=c[u],l=ti(s);l&&ot(s,l)}Kr(r)}function qr(){Xr=null,Hr=null}function Ur(t,e){void 0===e&&(e=!0);var n=o.lean?0:1;Hr&&(n||!1===e)?t(Hr,!o.lean):Pr.push({callback:t,wait:e})}function Fr(){return Hr?[Hr.userId,Hr.sessionId,Hr.pageNum].join("."):""}function Vr(t){if(void 0===t&&(t=!0),!t)return o.track=!1,ni("_clsk","",-Number.MAX_VALUE),ni("_clck","",-Number.MAX_VALUE),Xi(),void window.setTimeout(Wi,250);Ti()&&(o.track=!0,Kr($r(),1))}function Br(){ni("_clsk","",0)}function Jr(){var t=Math.round(Date.now()),e=o.upload&&"string"==typeof o.upload?o.upload.replace("https://",""):"",n=o.lean?0:1;!function(t){Pr.length>0&&Pr.forEach((function(e){!e.callback||e.wait&&!t||e.callback(Hr,!o.lean)}))}(n),ni("_clsk",[Hr.sessionId,t,Hr.pageNum,n,e].join("|"),1)}function Gr(t,e){try{return!!t[e]}catch(t){return!1}}function Kr(t,e){void 0===e&&(e=null),e=null===e?t.consent:e;var n=Math.ceil((Date.now()+31536e6)/864e5),a=0===t.dob?null===o.dob?0:o.dob:t.dob;(null===t.expiry||Math.abs(n-t.expiry)>=1||t.consent!==e||t.dob!==a)&&ni("_clck",[Hr.userId,2,n.toString(36),e,a].join("|"),365)}function Zr(){var t=Math.floor(Math.random()*Math.pow(2,32));return window&&window.crypto&&window.crypto.getRandomValues&&Uint32Array&&(t=window.crypto.getRandomValues(new Uint32Array(1))[0]),t.toString(36)}function Qr(t,e){return void 0===e&&(e=10),parseInt(t,e)}function $r(){var t={id:Zr(),version:0,expiry:null,consent:0,dob:0},e=ti("_clck");if(e&&e.length>0){for(var n=e.split("|"),a=0,r=0,i=document.cookie.split(";");r<i.length;r++){a+="_clck"===i[r].split("=")[0].trim()?1:0}if(1===n.length||a>1){var u="".concat(";").concat("expires=").concat(new Date(0).toUTCString()).concat(";path=/");document.cookie="".concat("_clck","=").concat(u),document.cookie="".concat("_clsk","=").concat(u)}n.length>1&&(t.version=Qr(n[1])),n.length>2&&(t.expiry=Qr(n[2],36)),n.length>3&&1===Qr(n[3])&&(t.consent=1),n.length>4&&Qr(n[1])>1&&(t.dob=Qr(n[4])),o.track=o.track||1===t.consent,t.id=o.track?n[0]:t.id}return t}function ti(t){var e;if(Gr(document,"cookie")){var n=document.cookie.split(";");if(n)for(var a=0;a<n.length;a++){var r=n[a].split("=");if(r.length>1&&r[0]&&r[0].trim()===t){for(var i=ei(r[1]),o=i[0],u=i[1];o;)o=(e=ei(u))[0],u=e[1];return u}}}return null}function ei(t){try{var e=decodeURIComponent(t);return[e!=t,e]}catch(t){}return[!1,t]}function ni(t,e,n){if((o.track||""==e)&&(navigator&&navigator.cookieEnabled||Gr(document,"cookie"))){var a=function(t){return encodeURIComponent(t)}(e),r=new Date;r.setDate(r.getDate()+n);var i=r?"expires="+r.toUTCString():"",u="".concat(t,"=").concat(a).concat(";").concat(i).concat(";path=/");try{if(null===Xr){for(var c=location.hostname?location.hostname.split("."):[],s=c.length-1;s>=0;s--)if(Xr=".".concat(c[s]).concat(Xr||""),s<c.length-1&&(document.cookie="".concat(u).concat(";").concat("domain=").concat(Xr),ti(t)===e))return;Xr=""}}catch(t){Xr=""}document.cookie=Xr?"".concat(u).concat(";").concat("domain=").concat(Xr):u}}var ai,ri=null;function ii(){var t=Hr;ri={version:l,sequence:0,start:0,duration:0,projectId:t.projectId,userId:t.userId,sessionId:t.sessionId,pageNum:t.pageNum,upload:0,end:0}}function oi(){ri=null}function ui(t){return ri.start=ri.start+ri.duration,ri.duration=s()-ri.start,ri.sequence++,ri.upload=t&&"sendBeacon"in navigator?1:0,ri.end=t?1:0,[ri.version,ri.sequence,ri.start,ri.duration,ri.projectId,ri.userId,ri.sessionId,ri.pageNum,ri.upload,ri.end]}function ci(){ai=[]}function si(t){if(ai&&-1===ai.indexOf(t.message)){var e=o.report;if(e&&e.length>0){var n={v:ri.version,p:ri.projectId,u:ri.userId,s:ri.sessionId,n:ri.pageNum};t.message&&(n.m=t.message),t.stack&&(n.e=t.stack);var a=new XMLHttpRequest;a.open("POST",e,!0),a.send(JSON.stringify(n)),ai.push(t.message)}}return t}function li(t){return function(){var e=performance.now();try{t.apply(this,arguments)}catch(t){throw si(t)}var n=performance.now()-e;P(4,n),n>30&&(H(7),W(6,n))}}var di=[];function fi(t,e,n,a){void 0===a&&(a=!1),n=li(n);try{t[u("addEventListener")](e,n,a),di.push({event:e,target:t,listener:n,capture:a})}catch(t){}}function hi(){for(var t=0,e=di;t<e.length;t++){var n=e[t];try{n.target[u("removeEventListener")](n.event,n.listener,n.capture)}catch(t){}}di=[]}var pi=null,vi=null,gi=null,mi=0;function bi(){return!(mi++>20)||(ur(4,0),!1)}function yi(){mi=0,gi!==ki()&&(Xi(),window.setTimeout(wi,250))}function wi(){Wi(),W(29,1)}function ki(){return location.href?location.href.replace(location.hash,""):location.href}var Ei=!1;function Oi(){Ei=!0,c=performance.now()+performance.timeOrigin,ve(),hi(),ci(),gi=ki(),mi=0,fi(window,"popstate",yi),null===pi&&(pi=history.pushState,history.pushState=function(){pi.apply(this,arguments),Ti()&&bi()&&yi()}),null===vi&&(vi=history.replaceState,history.replaceState=function(){vi.apply(this,arguments),Ti()&&bi()&&yi()})}function Ni(){gi=null,mi=0,ci(),hi(),ve(),c=0,Ei=!1}function Ti(){return Ei}function Si(t){if(null===t||Ei)return!1;for(var e in t)e in o&&(o[e]=t[e]);return!0}function xi(){Wi(),A("clarity","restart")}var Mi=Object.freeze({__proto__:null,start:function(){!function(){Ot=[],W(26,navigator.webdriver?1:0);try{W(31,window.top==window.self?1:2)}catch(t){W(31,0)}}(),fi(window,"error",ar),nr={},or={}},stop:function(){or={}}});function _i(){return at(this,void 0,void 0,(function(){var t,e;return rt(this,(function(n){switch(n.label){case 0:return t=s(),ye(e={id:Fr(),cost:3}),[4,va(document,e,0)];case 1:return n.sent(),[4,Xe(5,e,t)];case 2:return n.sent(),we(e),[2]}}))}))}var Ii=Object.freeze({__proto__:null,hashText:$t,start:function(){Se(),xe(),an(),Ke=null,Ve=new WeakMap,Be={},Je=[],Ge=!!window.IntersectionObserver,Ut(),o.delayDom?fi(window,"load",(function(){Ta()})):Ta(),ge(_i,1).then((function(){li(xe)(),li($e)(),li(Yn)()})),window.Animation&&window.KeyframeEffect&&window.KeyframeEffect.prototype.getKeyframes&&window.KeyframeEffect.prototype.getTiming&&(He(),We(De,"play"),We(Ce,"pause"),We(je,"cancel"),We(Ae,"finish"))},stop:function(){an(),Ve=null,Be={},Je=[],Ke&&(Ke.disconnect(),Ke=null),Ge=!1,Ft(),function(){for(var t=0,e=ga;t<e.length;t++){var n=e[t];n&&n.disconnect()}ga=[],Na={},ma=[],ka=[],Oa=0,Ea=null}(),Se(),He()}});var Di,Ci=null;function ji(){Ci=null}function Ai(t){Ci={fetchStart:Math.round(t.fetchStart),connectStart:Math.round(t.connectStart),connectEnd:Math.round(t.connectEnd),requestStart:Math.round(t.requestStart),responseStart:Math.round(t.responseStart),responseEnd:Math.round(t.responseEnd),domInteractive:Math.round(t.domInteractive),domComplete:Math.round(t.domComplete),loadEventStart:Math.round(t.loadEventStart),loadEventEnd:Math.round(t.loadEventEnd),redirectCount:Math.round(t.redirectCount),size:t.transferSize?t.transferSize:0,type:t.type,protocol:t.nextHopProtocol,encodedSize:t.encodedBodySize?t.encodedBodySize:0,decodedSize:t.decodedBodySize?t.decodedBodySize:0},function(t){at(this,void 0,void 0,(function(){var e,n;return rt(this,(function(a){return e=s(),n=[e,t],29===t&&(n.push(Ci.fetchStart),n.push(Ci.connectStart),n.push(Ci.connectEnd),n.push(Ci.requestStart),n.push(Ci.responseStart),n.push(Ci.responseEnd),n.push(Ci.domInteractive),n.push(Ci.domComplete),n.push(Ci.loadEventStart),n.push(Ci.loadEventEnd),n.push(Ci.redirectCount),n.push(Ci.size),n.push(Ci.type),n.push(Ci.protocol),n.push(Ci.encodedSize),n.push(Ci.decodedSize),ji(),Ga(n)),[2]}))}))}(29)}var Ri=["navigation","resource","longtask","first-input","layout-shift","largest-contentful-paint"];function Li(){try{Di&&Di.disconnect(),Di=new PerformanceObserver(li(zi));for(var t=0,e=Ri;t<e.length;t++){var n=e[t];PerformanceObserver.supportedEntryTypes.indexOf(n)>=0&&("layout-shift"===n&&P(9,0),Di.observe({type:n,buffered:!0}))}}catch(t){ur(3,1)}}function zi(t){!function(t){for(var e=(!("visibilityState"in document)||"visible"===document.visibilityState),n=0;n<t.length;n++){var a=t[n];switch(a.entryType){case"navigation":Ai(a);break;case"resource":var r=a.name;Rr(4,Hi(r)),r!==o.upload&&r!==o.fallback||W(28,a.duration);break;case"longtask":H(7);break;case"first-input":e&&W(10,a.processingStart-a.startTime);break;case"layout-shift":e&&!a.hadRecentInput&&P(9,1e3*a.value);break;case"largest-contentful-paint":e&&W(8,a.startTime)}}}(t.getEntries())}function Hi(t){var e=document.createElement("a");return e.href=t,e.host}var Pi=[Mi,Ii,ia,Object.freeze({__proto__:null,start:function(){ji(),function(){navigator&&"connection"in navigator&&Rr(27,navigator.connection.effectiveType),window.PerformanceObserver&&PerformanceObserver.supportedEntryTypes?"complete"!==document.readyState?fi(window,"load",X.bind(this,Li,0)):Li():ur(3,0)}()},stop:function(){Di&&Di.disconnect(),Di=null,ji()}})];function Wi(t){void 0===t&&(t=null),function(){try{var t=navigator&&"globalPrivacyControl"in navigator&&1==navigator.globalPrivacyControl;return!1===Ei&&"undefined"!=typeof Promise&&window.MutationObserver&&document.createTreeWalker&&"now"in Date&&"now"in performance&&"undefined"!=typeof WeakMap&&!t}catch(t){return!1}}()&&(Si(t),Oi(),yt(),Pi.forEach((function(t){return li(t.start)()})),null===t&&Fi())}function Xi(){Ti()&&(Pi.slice().reverse().forEach((function(t){return li(t.stop)()})),wt(),Ni(),void 0!==qi&&(qi[Ui]=function(){(qi[Ui].q=qi[Ui].q||[]).push(arguments),"start"===arguments[0]&&qi[Ui].q.unshift(qi[Ui].q.pop())&&Fi()}))}var Yi=Object.freeze({__proto__:null,consent:Vr,event:A,hashText:$t,identify:ut,metadata:Ur,pause:function(){Ti()&&(A("clarity","pause"),null===he&&(he=new Promise((function(t){pe=t}))))},resume:function(){Ti()&&(he&&(pe(),he=null,null===fe&&me()),A("clarity","resume"))},set:ot,signal:function(t){gt=t},start:Wi,stop:Xi,upgrade:et,version:l}),qi=window,Ui="clarity";function Fi(){if(void 0!==qi){if(qi[Ui]&&qi[Ui].v)return console.warn("Error CL001: Multiple Clarity tags detected.");var t=qi[Ui]&&qi[Ui].q||[];for(qi[Ui]=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return Yi[t].apply(Yi,e)},qi[Ui].v=l;t.length>0;)qi[Ui].apply(qi,t.shift())}}Fi()}();
1
+ !function(){"use strict";var t=Object.freeze({__proto__:null,get queue(){return Za},get start(){return Ka},get stop(){return Qa},get track(){return Fa}}),e=Object.freeze({__proto__:null,get clone(){return yr},get compute(){return wr},get data(){return dr},get keys(){return fr},get reset(){return kr},get start(){return mr},get stop(){return Or},get trigger(){return br},get update(){return Er}}),n=Object.freeze({__proto__:null,get check(){return _r},get compute(){return Dr},get data(){return lr},get start(){return Mr},get stop(){return Cr},get trigger(){return Ir}}),a=Object.freeze({__proto__:null,get compute(){return Hr},get data(){return jr},get log(){return zr},get reset(){return Pr},get start(){return Rr},get stop(){return Lr},get updates(){return Ar}}),r=Object.freeze({__proto__:null,get callbacks(){return Xr},get clear(){return Gr},get consent(){return Jr},get data(){return Wr},get electron(){return Yr},get id(){return Br},get metadata(){return Vr},get save(){return Kr},get shortid(){return $r},get start(){return Ur},get stop(){return Fr}}),i=Object.freeze({__proto__:null,get data(){return oi},get envelope(){return si},get start(){return ui},get stop(){return ci}}),o={projectId:null,delay:1e3,lean:!1,track:!0,content:!0,drop:[],mask:[],unmask:[],regions:[],cookies:[],fraud:!0,checksum:[],report:null,upload:null,fallback:null,upgrade:null,action:null,dob:null,delayDom:!1,throttleDom:!0,conversions:!1};function u(t){return window.Zone&&"__symbol__"in window.Zone?window.Zone.__symbol__(t):t}var c=0;function s(t){void 0===t&&(t=null);var e=t&&t.timeStamp>0?t.timeStamp:performance.now(),n=t&&t.view?t.view.performance.timeOrigin:performance.timeOrigin;return Math.max(Math.round(e+n-c),0)}var l="0.7.40";function d(t,e){void 0===e&&(e=null);for(var n,a=5381,r=a,i=0;i<t.length;i+=2){if(a=(a<<5)+a^t.charCodeAt(i),i+1<t.length)r=(r<<5)+r^t.charCodeAt(i+1)}return n=Math.abs(a+11579*r),(e?n%Math.pow(2,e):n).toString(36)}var f=/\S/gi,h=!0,p=null,v=null,g=null;function m(t,e,n,a){if(void 0===a&&(a=!1),t)switch(n){case 0:return t;case 1:switch(e){case"*T":case"value":case"placeholder":case"click":return function(t){var e=-1,n=0,a=!1,r=!1,i=!1,o=null;O();for(var u=0;u<t.length;u++){var c=t.charCodeAt(u);if(a=a||c>=48&&c<=57,r=r||64===c,i=9===c||10===c||13===c||32===c,0===u||u===t.length-1||i){if(a||r){null===o&&(o=t.split(""));var s=t.substring(e+1,i?u:u+1);s=h&&null!==g?s.match(g)?s:k(s,"▪","▫"):w(s),o.splice(e+1-n,s.length,s),n+=s.length-1}i&&(a=!1,r=!1,e=u)}}return o?o.join(""):t}(t);case"input":case"change":return E(t)}return t;case 2:case 3:switch(e){case"*T":case"data-":return a?y(t):w(t);case"src":case"srcset":case"title":case"alt":return 3===n?"":t;case"value":case"click":case"input":case"change":return E(t);case"placeholder":return w(t)}break;case 4:switch(e){case"*T":case"data-":return a?y(t):w(t);case"value":case"input":case"click":case"change":return Array(5).join("•");case"checksum":return""}break;case 5:switch(e){case"*T":case"data-":return k(t,"▪","▫");case"value":case"input":case"click":case"change":return Array(5).join("•");case"checksum":case"src":case"srcset":case"alt":case"title":return""}}return t}function b(t,e){if(void 0===e&&(e=!1),e)return"".concat("https://").concat("Electron");var n=o.drop;if(n&&n.length>0&&t&&t.indexOf("?")>0){var a=t.split("?"),r=a[0],i=a[1];return r+"?"+i.split("&").map((function(t){return n.some((function(e){return 0===t.indexOf("".concat(e,"="))}))?"".concat(t.split("=")[0],"=").concat("*na*"):t})).join("&")}return t}function y(t){var e=t.trim();if(e.length>0){var n=e[0],a=t.indexOf(n),r=t.substr(0,a),i=t.substr(a+e.length);return"".concat(r).concat(e.length.toString(36)).concat(i)}return t}function w(t){return t.replace(f,"•")}function k(t,e,n){return O(),t?t.replace(v,e).replace(p,n):t}function E(t){for(var e=5*(Math.floor(t.length/5)+1),n="",a=0;a<e;a++)n+=a>0&&a%5==0?" ":"•";return n}function O(){if(h&&null===p)try{p=new RegExp("\\p{N}","gu"),v=new RegExp("\\p{L}","gu"),g=new RegExp("\\p{Sc}","gu")}catch(t){h=!1}}var N=null,T=null,S=!1;function x(){S&&(N={time:s(),event:4,data:{visible:T.visible,docWidth:T.docWidth,docHeight:T.docHeight,screenWidth:T.screenWidth,screenHeight:T.screenHeight,scrollX:T.scrollX,scrollY:T.scrollY,pointerX:T.pointerX,pointerY:T.pointerY,activityTime:T.activityTime,scrollTime:T.scrollTime}}),T=T||{visible:1,docWidth:0,docHeight:0,screenWidth:0,screenHeight:0,scrollX:0,scrollY:0,pointerX:0,pointerY:0,activityTime:0,scrollTime:0}}function M(t,e,n,a){switch(t){case 8:T.docWidth=e,T.docHeight=n;break;case 11:T.screenWidth=e,T.screenHeight=n;break;case 10:T.scrollX=e,T.scrollY=n,T.scrollTime=a;break;default:T.pointerX=e,T.pointerY=n}S=!0}function _(t){T.activityTime=t}function I(t,e){T.visible="visible"===e?1:0,T.visible||_(t),S=!0}function D(){S&&xr(4)}var C=Object.freeze({__proto__:null,activity:_,compute:D,reset:x,start:function(){S=!1,x()},get state(){return N},stop:function(){x()},track:M,visibility:I}),j=null;function A(t,e){xi()&&t&&"string"==typeof t&&t.length<255&&(j=e&&"string"==typeof e&&e.length<255?{key:t,value:e}:{value:t},xr(24))}var R,L=null,z=null;function H(t){t in L||(L[t]=0),t in z||(z[t]=0),L[t]++,z[t]++}function P(t,e){null!==e&&(t in L||(L[t]=0),t in z||(z[t]=0),L[t]+=e,z[t]+=e)}function W(t,e){null!==e&&!1===isNaN(e)&&(t in L||(L[t]=0),(e>L[t]||0===L[t])&&(z[t]=e,L[t]=e))}function X(t,e,n){return window.setTimeout(fi(t),e,n)}function Y(t){return window.clearTimeout(t)}var q=0,U=0,F=null;function V(){F&&Y(F),F=X(B,U),q=s()}function B(){var t=s();R={gap:t-q},xr(25),R.gap<3e5?F=X(B,U):Ni&&(A("clarity","suspend"),qi(),["mousemove","touchstart"].forEach((function(t){return pi(document,t,_i)})),["resize","scroll","pageshow"].forEach((function(t){return pi(window,t,_i)})))}var J=Object.freeze({__proto__:null,get data(){return R},reset:V,start:function(){U=6e4,q=0},stop:function(){Y(F),q=0,U=0}}),G=null;function K(t,e){if(t in G){var n=G[t],a=n[n.length-1];e-a[0]>100?G[t].push([e,0]):a[1]=e-a[0]}else G[t]=[[e,0]]}function Z(){xr(36)}function Q(){G={}}var $=Object.freeze({__proto__:null,compute:Z,get data(){return G},reset:Q,start:function(){G={}},stop:function(){G={}},track:K}),tt=null;function et(t){xi()&&o.lean&&(o.lean=!1,tt={key:t},Kr(),o.upgrade&&o.upgrade(t),xr(3))}var nt=Object.freeze({__proto__:null,get data(){return tt},start:function(){!o.lean&&o.upgrade&&o.upgrade("Config"),tt=null},stop:function(){tt=null},upgrade:et});function at(t,e,n,a){return new(n||(n=Promise))((function(r,i){function o(t){try{c(a.next(t))}catch(t){i(t)}}function u(t){try{c(a.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(o,u)}c((a=a.apply(t,e||[])).next())}))}function rt(t,e){var n,a,r,i,o={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(u){return function(c){return function(u){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,u[0]&&(o=0)),o;)try{if(n=1,a&&(r=2&u[0]?a.return:u[0]?a.throw||((r=a.return)&&r.call(a),0):a.next)&&!(r=r.call(a,u[1])).done)return r;switch(a=0,r&&(u=[2&u[0],r.value]),u[0]){case 0:case 1:r=u;break;case 4:return o.label++,{value:u[1],done:!1};case 5:o.label++,a=u[1],u=[0];continue;case 7:u=o.ops.pop(),o.trys.pop();continue;default:if(!(r=o.trys,(r=r.length>0&&r[r.length-1])||6!==u[0]&&2!==u[0])){o=0;continue}if(3===u[0]&&(!r||u[1]>r[0]&&u[1]<r[3])){o.label=u[1];break}if(6===u[0]&&o.label<r[1]){o.label=r[1],r=u;break}if(r&&o.label<r[2]){o.label=r[2],o.ops.push(u);break}r[2]&&o.ops.pop(),o.trys.pop();continue}u=e.call(t,o)}catch(t){u=[6,t],a=0}finally{n=r=0}if(5&u[0])throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}([u,c])}}}var it=null;function ot(t,e){ct(t,"string"==typeof e?[e]:e)}function ut(t,e,n,a){return void 0===e&&(e=null),void 0===n&&(n=null),void 0===a&&(a=null),at(this,void 0,void 0,(function(){var r,i;return rt(this,(function(o){switch(o.label){case 0:return i={},[4,dt(t)];case 1:return i.userId=o.sent(),i.userHint=a||((u=t)&&u.length>=5?"".concat(u.substring(0,2)).concat(k(u.substring(2),"*","*")):k(u,"*","*")),ct("userId",[(r=i).userId]),ct("userHint",[r.userHint]),ct("userType",[ft(t)]),e&&(ct("sessionId",[e]),r.sessionId=e),n&&(ct("pageId",[n]),r.pageId=n),[2,r]}var u}))}))}function ct(t,e){if(xi()&&t&&e&&"string"==typeof t&&t.length<255){for(var n=(t in it?it[t]:[]),a=0;a<e.length;a++)"string"==typeof e[a]&&e[a].length<255&&n.push(e[a]);it[t]=n}}function st(){xr(34)}function lt(){it={}}function dt(t){return at(this,void 0,void 0,(function(){var e;return rt(this,(function(n){switch(n.label){case 0:return n.trys.push([0,4,,5]),crypto&&t?[4,crypto.subtle.digest("SHA-256",(new TextEncoder).encode(t))]:[3,2];case 1:return e=n.sent(),[2,Array.prototype.map.call(new Uint8Array(e),(function(t){return("00"+t.toString(16)).slice(-2)})).join("")];case 2:return[2,""];case 3:return[3,5];case 4:return n.sent(),[2,""];case 5:return[2]}}))}))}function ft(t){return t&&t.indexOf("@")>0?"email":"string"}var ht="CompressionStream"in window;function pt(t){return at(this,void 0,void 0,(function(){var e,n;return rt(this,(function(a){switch(a.label){case 0:return a.trys.push([0,3,,4]),ht?(e=new ReadableStream({start:function(e){return at(this,void 0,void 0,(function(){return rt(this,(function(n){return e.enqueue(t),e.close(),[2]}))}))}}).pipeThrough(new TextEncoderStream).pipeThrough(new window.CompressionStream("gzip")),n=Uint8Array.bind,[4,vt(e)]):[3,2];case 1:return[2,new(n.apply(Uint8Array,[void 0,a.sent()]))];case 2:return[3,4];case 3:return a.sent(),[3,4];case 4:return[2,null]}}))}))}function vt(t){return at(this,void 0,void 0,(function(){var e,n,a,r,i;return rt(this,(function(o){switch(o.label){case 0:e=t.getReader(),n=[],a=!1,r=[],o.label=1;case 1:return a?[3,3]:[4,e.read()];case 2:return i=o.sent(),a=i.done,r=i.value,a?[2,n]:(n.push.apply(n,r),[3,1]);case 3:return[2,n]}}))}))}var gt=null;function mt(t){try{if(!gt)return;var e=function(t){try{return JSON.parse(t)}catch(t){return[]}}(t);e.forEach((function(t){gt(t)}))}catch(t){}}var bt=[C,a,Object.freeze({__proto__:null,compute:st,get data(){return it},identify:ut,reset:lt,set:ot,start:function(){lt()},stop:function(){lt()}}),n,$,r,i,t,J,nt,e];function yt(){L={},z={},H(5),bt.forEach((function(t){return fi(t.start)()}))}function wt(){bt.slice().reverse().forEach((function(t){return fi(t.stop)()})),L={},z={}}function kt(){st(),D(),Hr(),xr(0),Z(),Dr(),wr()}var Et,Ot=[];function Nt(t,e,n){o.fraud&&null!==t&&n&&n.length>=5&&(Et={id:t,target:e,checksum:d(n,24)},Ot.indexOf(Et.checksum)<0&&(Ot.push(Et.checksum),or(41)))}var Tt="load,active,fixed,visible,focus,show,collaps,animat".split(","),St={};function xt(t,e){var n=t.attributes,a=t.prefix?t.prefix[e]:null,r=0===e?"".concat("~").concat(t.position-1):":nth-of-type(".concat(t.position,")");switch(t.tag){case"STYLE":case"TITLE":case"LINK":case"META":case"*T":case"*D":return"";case"HTML":return"HTML";default:if(null===a)return"";a="".concat(a).concat(">"),t.tag=0===t.tag.indexOf("svg:")?t.tag.substr("svg:".length):t.tag;var i="".concat(a).concat(t.tag).concat(r),o="id"in n&&n.id.length>0?n.id:null,u="BODY"!==t.tag&&"class"in n&&n.class.length>0?n.class.trim().split(/\s+/).filter((function(t){return Mt(t)})).join("."):null;if(u&&u.length>0)if(0===e){var c="".concat(function(t){for(var e=t.split(">"),n=0;n<e.length;n++){var a=e[n].indexOf("~"),r=e[n].indexOf(".");e[n]=e[n].substring(0,r>0?r:a>0?a:e[n].length)}return e.join(">")}(a)).concat(t.tag).concat(".").concat(u);c in St||(St[c]=[]),St[c].indexOf(t.id)<0&&St[c].push(t.id),i="".concat(c).concat("~").concat(St[c].indexOf(t.id))}else i="".concat(a).concat(t.tag,".").concat(u).concat(r);return i=o&&Mt(o)?"".concat(function(t){var e=t.lastIndexOf("*S"),n=t.lastIndexOf("".concat("iframe:").concat("HTML")),a=Math.max(e,n);if(a<0)return"";return t.substring(0,t.indexOf(">",a)+1)}(a)).concat("#").concat(o):i,i}}function Mt(t){if(!t)return!1;if(Tt.some((function(e){return t.toLowerCase().indexOf(e)>=0})))return!1;for(var e=0;e<t.length;e++){var n=t.charCodeAt(e);if(n>=48&&n<=57)return!1}return!0}var _t=1,It=null,Dt=[],Ct=[],jt={},At=[],Rt=[],Lt=[],zt=[],Ht=[],Pt=[],Wt=null,Xt=null,Yt=null,qt=null;function Ut(){Vt(),Bt(document,!0)}function Ft(){Vt()}function Vt(){_t=1,Dt=[],Ct=[],jt={},At=[],Rt=[],Lt="address,password,contact".split(","),zt="password,secret,pass,social,ssn,code,hidden".split(","),Ht="radio,checkbox,range,button,reset,submit".split(","),Pt="INPUT,SELECT,TEXTAREA".split(","),It=new Map,Wt=new WeakMap,Xt=new WeakMap,Yt=new WeakMap,qt=new WeakMap,St={}}function Bt(t,e){void 0===e&&(e=!1);try{e&&o.unmask.forEach((function(t){return t.indexOf("!")<0?Rt.push(t):At.push(t.substr(1))})),"querySelectorAll"in t&&(o.regions.forEach((function(e){return t.querySelectorAll(e[1]).forEach((function(t){return $e(t,"".concat(e[0]))}))})),o.mask.forEach((function(e){return t.querySelectorAll(e).forEach((function(t){return Yt.set(t,3)}))})),o.checksum.forEach((function(e){return t.querySelectorAll(e[1]).forEach((function(t){return qt.set(t,e[0])}))})),Rt.forEach((function(e){return t.querySelectorAll(e).forEach((function(t){return Yt.set(t,0)}))})))}catch(t){sr(5,1,t?t.name:null)}}function Jt(t,e){if(void 0===e&&(e=!1),null===t)return null;var n=Wt.get(t);return!n&&e&&(n=_t++,Wt.set(t,n)),n||null}function Gt(t){var e=!1;if(t.nodeType===Node.ELEMENT_NODE&&"IFRAME"===t.tagName){var n=t;try{n.contentDocument&&(Xt.set(n.contentDocument,n),e=!0)}catch(t){}}return e}function Kt(t){var e=t.nodeType===Node.DOCUMENT_NODE?t:null;return e&&Xt.has(e)?Xt.get(e):null}function Zt(t,e,n){if("object"==typeof t[n]&&"object"==typeof e[n]){for(var a in t[n])if(t[n][a]!==e[n][a])return!0;for(var a in e[n])if(e[n][a]!==t[n][a])return!0;return!1}return t[n]!==e[n]}function Qt(t){var e=t.parent&&t.parent in Dt?Dt[t.parent]:null,n=e?e.selector:null,a=t.data,r=function(t,e){e.metadata.position=1;for(var n=t?t.children.indexOf(e.id):-1;n-- >0;){var a=Dt[t.children[n]];if(e.data.tag===a.data.tag){e.metadata.position=a.metadata.position+1;break}}return e.metadata.position}(e,t),i={id:t.id,tag:a.tag,prefix:n,position:r,attributes:a.attributes};t.selector=[xt(i,0),xt(i,1)],t.hash=t.selector.map((function(t){return t?d(t):null})),t.hash.forEach((function(e){return jt[e]=t.id}))}function $t(t){var e=te(ne(t));return null!==e&&null!==e.textContent?e.textContent.substr(0,25):""}function te(t){return It.has(t)?It.get(t):null}function ee(t){var e=Jt(t);return e in Dt?Dt[e]:null}function ne(t){return t in jt?jt[t]:null}function ae(t){return It.has(Jt(t))}function re(){for(var t=[],e=0,n=Ct;e<n.length;e++){var a=n[e];a in Dt&&t.push(Dt[a])}return Ct=[],t}function ie(t){if(It.get(t).nodeType!==Node.DOCUMENT_FRAGMENT_NODE){It.delete(t);var e=t in Dt?Dt[t]:null;if(e&&e.children)for(var n=0,a=e.children;n<a.length;n++){ie(a[n])}}}function oe(t){for(var e=null;null===e&&t.previousSibling;)e=Jt(t.previousSibling),t=t.previousSibling;return e}function ue(t,e,n,a){void 0===n&&(n=!0),void 0===a&&(a=!1);var r=Ct.indexOf(t);r>=0&&1===e&&a?(Ct.splice(r,1),Ct.push(t)):-1===r&&n&&Ct.push(t)}var ce=Object.freeze({__proto__:null,add:function(t,e,n,a){var r,i=Jt(t,!0),u=e?Jt(e):null,c=oe(t),s=null,l=tn(t)?i:null,d=qt.has(t)?qt.get(t):null,f=o.content?1:3;u>=0&&Dt[u]&&((s=Dt[u]).children.push(i),l=null===l?s.region:l,d=null===d?s.metadata.fraud:d,f=s.metadata.privacy),n.attributes&&"data-clarity-region"in n.attributes&&($e(t,n.attributes["data-clarity-region"]),l=i),It.set(i,t),Dt[i]={id:i,parent:u,previous:c,children:[],data:n,selector:null,hash:null,region:l,metadata:{active:!0,suspend:!1,privacy:f,position:null,fraud:d,size:null}},function(t,e,n){var a=e.data,r=e.metadata,i=r.privacy,o=a.attributes||{},u=a.tag.toUpperCase();switch(!0){case Pt.indexOf(u)>=0:var c=o.type,s="";Object.keys(o).forEach((function(t){return s+=o[t].toLowerCase()}));var l=zt.some((function(t){return s.indexOf(t)>=0}));r.privacy="INPUT"===u&&Ht.indexOf(c)>=0?i:l?4:2;break;case"data-clarity-mask"in o:r.privacy=3;break;case"data-clarity-unmask"in o:r.privacy=0;break;case Yt.has(t):r.privacy=Yt.get(t);break;case qt.has(t):r.privacy=2;break;case"*T"===u:var d=n&&n.data?n.data.tag:"",f=n&&n.selector?n.selector[1]:"",h=["STYLE","TITLE","svg:style"];r.privacy=h.includes(d)||At.some((function(t){return f.indexOf(t)>=0}))?0:i;break;case 1===i:r.privacy=function(t,e,n){if(t&&e.some((function(e){return t.indexOf(e)>=0})))return 2;return n.privacy}(o.class,Lt,r)}}(t,Dt[i],s),Qt(Dt[i]),"IMG"===(r=Dt[i]).data.tag&&3===r.metadata.privacy&&(r.metadata.size=[]),ue(i,a)},get:ee,getId:Jt,getNode:te,getValue:function(t){return t in Dt?Dt[t]:null},has:ae,hashText:$t,iframe:Kt,lookup:ne,parse:Bt,sameorigin:Gt,start:Ut,stop:Ft,update:function(t,e,n,a){var r=Jt(t),i=e?Jt(e):null,o=oe(t),u=!1,c=!1;if(r in Dt){var s=Dt[r];if(s.metadata.active=!0,s.previous!==o&&(u=!0,s.previous=o),s.parent!==i){u=!0;var l=s.parent;if(s.parent=i,null!==i&&i>=0){var d=null===o?0:Dt[i].children.indexOf(o)+1;Dt[i].children.splice(d,0,r),s.region=tn(t)?r:Dt[i].region}else!function(t,e){if(t in Dt){var n=Dt[t];n.metadata.active=!1,n.parent=null,ue(t,e),ie(t)}}(r,a);if(null!==l&&l>=0){var f=Dt[l].children.indexOf(r);f>=0&&Dt[l].children.splice(f,1)}c=!0}for(var h in n)Zt(s.data,n,h)&&(u=!0,s.data[h]=n[h]);Qt(s),ue(r,a,u,c)}},updates:re}),se=5e3,le={},de=[],fe=null,he=null,pe=null;function ve(){le={},de=[],fe=null,he=null}function ge(t,e){return void 0===e&&(e=0),at(this,void 0,void 0,(function(){var n,a,r;return rt(this,(function(i){for(n=0,a=de;n<a.length;n++)if(a[n].task===t)return[2];return r=new Promise((function(n){de[1===e?"unshift":"push"]({task:t,resolve:n,id:Br()})})),null===fe&&null===he&&me(),[2,r]}))}))}function me(){var t=de.shift();t&&(fe=t,t.task().then((function(){t.id===Br()&&(t.resolve(),fe=null,me())})).catch((function(e){t.id===Br()&&(e&&sr(0,1,e.name,e.message,e.stack),fe=null,me())})))}function be(t){var e=Ee(t);return e in le?performance.now()-le[e].start>le[e].yield?0:1:2}function ye(t){le[Ee(t)]={start:performance.now(),calls:0,yield:30}}function we(t){var e=performance.now(),n=Ee(t),a=e-le[n].start;P(t.cost,a),H(5),le[n].calls>0&&P(4,a)}function ke(t){return at(this,void 0,void 0,(function(){var e,n;return rt(this,(function(a){switch(a.label){case 0:return(e=Ee(t))in le?(we(t),n=le[e],[4,Oe()]):[3,2];case 1:n.yield=a.sent().timeRemaining(),function(t){var e=Ee(t);if(le&&le[e]){var n=le[e].calls,a=le[e].yield;ye(t),le[e].calls=n+1,le[e].yield=a}}(t),a.label=2;case 2:return[2,e in le?1:2]}}))}))}function Ee(t){return"".concat(t.id,".").concat(t.cost)}function Oe(){return at(this,void 0,void 0,(function(){return rt(this,(function(t){switch(t.label){case 0:return he?[4,he]:[3,2];case 1:t.sent(),t.label=2;case 2:return[2,new Promise((function(t){Te(t,{timeout:se})}))]}}))}))}var Ne,Te=window.requestIdleCallback||function(t,e){var n=performance.now(),a=new MessageChannel,r=a.port1,i=a.port2;r.onmessage=function(a){var r=performance.now(),o=r-n,u=r-a.data;if(u>30&&o<e.timeout)requestAnimationFrame((function(){i.postMessage(r)}));else{var c=o>e.timeout;t({didTimeout:c,timeRemaining:function(){return c?30:Math.max(0,30-u)}})}},requestAnimationFrame((function(){i.postMessage(performance.now())}))};function Se(){Ne=null}function xe(){var t=document.body,e=document.documentElement,n=t?t.clientWidth:null,a=t?t.scrollWidth:null,r=t?t.offsetWidth:null,i=e?e.clientWidth:null,o=e?e.scrollWidth:null,u=e?e.offsetWidth:null,c=Math.max(n,a,r,i,o,u),s=t?t.clientHeight:null,l=t?t.scrollHeight:null,d=t?t.offsetHeight:null,f=e?e.clientHeight:null,h=e?e.scrollHeight:null,p=e?e.offsetHeight:null,v=Math.max(s,l,d,f,h,p);null!==Ne&&c===Ne.width&&v===Ne.height||null===c||null===v||(Ne={width:c,height:v},qe(8))}var Me=[],_e=[],Ie=[],De=null,Ce=null,je=null,Ae=null,Re=null,Le="clarityAnimationId",ze="clarityOperationCount",He=20;function Pe(){Ie=[]}function We(t,e,n,a,r,i,o){Ie.push({time:t,event:44,data:{id:e,operation:n,keyFrames:a,timing:r,targetId:i,timeline:o}}),qe(44)}function Xe(t,e){null===t&&(t=Animation.prototype[e],Animation.prototype[e]=function(){return Ye(this,e),t.apply(this,arguments)})}function Ye(t,e){if(xi()){var n=t.effect,a=Jt(n.target);if(null!==a&&n.getKeyframes&&n.getTiming){if(!t[Le]){t[Le]=$r(),t[ze]=0;var r=n.getKeyframes(),i=n.getTiming();We(s(),t[Le],0,JSON.stringify(r),JSON.stringify(i),a)}if(t[ze]++<He){var o=null;switch(e){case"play":o=1;break;case"pause":o=2;break;case"cancel":o=3;break;case"finish":o=4}o&&We(s(),t[Le],o)}}}}function qe(t,e,n){return void 0===e&&(e=null),void 0===n&&(n=null),at(this,void 0,void 0,(function(){var a,r,i,u,c,l,d,f,h,p,v,g,b,y,w,k,E,O,N,T,S,x,I,D,C,j,A,R,L;return rt(this,(function(z){switch(z.label){case 0:switch(a=n||s(),r=[a,t],t){case 8:return[3,1];case 7:return[3,2];case 45:case 46:return[3,3];case 44:return[3,4];case 5:case 6:return[3,5]}return[3,12];case 1:return i=Ne,r.push(i.width),r.push(i.height),M(t,i.width,i.height),Za(r),[3,12];case 2:for(u=0,c=Be;u<c.length;u++)l=c[u],(r=[l.time,7]).push(l.data.id),r.push(l.data.interaction),r.push(l.data.visibility),r.push(l.data.name),Za(r);return on(),[3,12];case 3:for(d=0,f=Me;d<f.length;d++)b=f[d],(r=[b.time,b.event]).push(b.data.id),r.push(b.data.operation),r.push(b.data.newIds),Za(r);for(h=0,p=_e;h<p.length;h++)b=p[h],(r=[b.time,b.event]).push(b.data.id),r.push(b.data.operation),r.push(b.data.cssRules),Za(r);return[3,12];case 4:for(v=0,g=Ie;v<g.length;v++)b=g[v],(r=[b.time,b.event]).push(b.data.id),r.push(b.data.operation),r.push(b.data.keyFrames),r.push(b.data.timing),r.push(b.data.timeline),r.push(b.data.targetId),Za(r);return Pe(),[3,12];case 5:if(2===be(e))return[3,12];if(!((y=re()).length>0))return[3,11];w=0,k=y,z.label=6;case 6:return w<k.length?(E=k[w],0!==(O=be(e))?[3,8]:[4,ke(e)]):[3,10];case 7:O=z.sent(),z.label=8;case 8:if(2===O)return[3,10];for(N=E.data,T=E.metadata.active,S=E.metadata.suspend,x=E.metadata.privacy,I=function(t){var e=t.metadata.privacy;return"*T"===t.data.tag&&!(0===e||1===e)}(E),D=0,C=T?["tag","attributes","value"]:["tag"];D<C.length;D++)if(N[j=C[D]])switch(j){case"tag":A=Ue(E),R=I?-1:1,r.push(E.id*R),E.parent&&T&&(r.push(E.parent),E.previous&&r.push(E.previous)),r.push(S?"*M":N[j]),A&&2===A.length&&r.push("".concat("#").concat(Fe(A[0]),".").concat(Fe(A[1])));break;case"attributes":for(L in N[j])void 0!==N[j][L]&&r.push(Ve(L,N[j][L],x));break;case"value":Nt(E.metadata.fraud,E.id,N[j]),r.push(m(N[j],N.tag,x,I))}z.label=9;case 9:return w++,[3,6];case 10:6===t&&_(a),Za(function(t){for(var e=[],n={},a=0,r=null,i=0;i<t.length;i++)if("string"==typeof t[i]){var o=t[i],u=n[o]||-1;u>=0?r?r.push(u):(r=[u],e.push(r),a++):(r=null,e.push(o),n[o]=a++)}else r=null,e.push(t[i]),a++;return e}(r),!o.lean),z.label=11;case 11:return[3,12];case 12:return[2]}}))}))}function Ue(t){if(null!==t.metadata.size&&0===t.metadata.size.length){var e=te(t.id);if(e)return[Math.floor(100*e.offsetWidth),Math.floor(100*e.offsetHeight)]}return t.metadata.size}function Fe(t){return t.toString(36)}function Ve(t,e,n){return"".concat(t,"=").concat(m(e,0===t.indexOf("data-")?"data-":t,n))}var Be=[],Je=null,Ge={},Ke=[],Ze=!1,Qe=null;function $e(t,e){!1===Je.has(t)&&(Je.set(t,e),(Qe=null===Qe&&Ze?new IntersectionObserver(nn,{threshold:[0,.05,.1,.2,.3,.4,.5,.6,.7,.8,.9,1]}):Qe)&&t&&t.nodeType===Node.ELEMENT_NODE&&Qe.observe(t))}function tn(t){return Je&&Je.has(t)}function en(){for(var t=[],e=0,n=Ke;e<n.length;e++){var a=n[e],r=Jt(a.node);r?(a.state.data.id=r,Ge[r]=a.state.data,Be.push(a.state)):t.push(a)}Ke=t,Be.length>0&&qe(7)}function nn(t){for(var e=0,n=t;e<n.length;e++){var a=n[e],r=a.target,i=a.boundingClientRect,o=a.intersectionRect,u=a.rootBounds;if(Je.has(r)&&i.width+i.height>0&&u.width>0&&u.height>0){var c=r?Jt(r):null,s=c in Ge?Ge[c]:{id:c,name:Je.get(r),interaction:16,visibility:0},l=(o?o.width*o.height*1/(u.width*u.height):0)>.05||a.intersectionRatio>.8,d=(l||10==s.visibility)&&Math.abs(i.top)+u.height>i.height;an(r,s,s.interaction,d?13:l?10:0),s.visibility>=13&&Qe&&Qe.unobserve(r)}}Be.length>0&&qe(7)}function an(t,e,n,a){var r=n>e.interaction||a>e.visibility;e.interaction=n>e.interaction?n:e.interaction,e.visibility=a>e.visibility?a:e.visibility,e.id?(e.id in Ge&&r||!(e.id in Ge))&&(Ge[e.id]=e,Be.push(rn(e))):Ke.push({node:t,state:rn(e)})}function rn(t){return{time:s(),data:{id:t.id,interaction:t.interaction,visibility:t.visibility,name:t.name}}}function on(){Be=[]}var un=[];function cn(t){var e=Aa(t);if(e){var n=e.value,a=n&&n.length>=5&&o.fraud&&-1==="password,secret,pass,social,ssn,code,hidden".indexOf(e.type)?d(n,24):"";un.push({time:s(t),event:42,data:{target:Aa(t),type:e.type,value:n,checksum:a}}),ge(La.bind(this,42))}}function sn(){un=[]}function ln(t){var e={x:0,y:0};if(t&&t.offsetParent)do{var n=t.offsetParent,a=null===n?Kt(t.ownerDocument):null;e.x+=t.offsetLeft,e.y+=t.offsetTop,t=a||n}while(t);return e}var dn=["input","textarea","radio","button","canvas"],fn=[];function hn(t){pi(t,"click",pn.bind(this,9,t),!0)}function pn(t,e,n){var a=Kt(e),r=a?a.contentDocument.documentElement:document.documentElement,i="pageX"in n?Math.round(n.pageX):"clientX"in n?Math.round(n.clientX+r.scrollLeft):null,o="pageY"in n?Math.round(n.pageY):"clientY"in n?Math.round(n.clientY+r.scrollTop):null;if(a){var u=ln(a);i=i?i+Math.round(u.x):i,o=o?o+Math.round(u.y):o}var c=Aa(n),l=function(t){for(;t&&t!==document;){if(t.nodeType===Node.ELEMENT_NODE){var e=t;if("A"===e.tagName)return e}t=t.parentNode}return null}(c),d=function(t){var e=null,n=document.documentElement;if("function"==typeof t.getBoundingClientRect){var a=t.getBoundingClientRect();a&&a.width>0&&a.height>0&&(e={x:Math.floor(a.left+("pageXOffset"in window?window.pageXOffset:n.scrollLeft)),y:Math.floor(a.top+("pageYOffset"in window?window.pageYOffset:n.scrollTop)),w:Math.floor(a.width),h:Math.floor(a.height)})}return e}(c);0===n.detail&&d&&(i=Math.round(d.x+d.w/2),o=Math.round(d.y+d.h/2));var f=d?Math.max(Math.floor((i-d.x)/d.w*32767),0):0,h=d?Math.max(Math.floor((o-d.y)/d.h*32767),0):0;null!==i&&null!==o&&(fn.push({time:s(n),event:t,data:{target:c,x:i,y:o,eX:f,eY:h,button:n.button,reaction:gn(c),context:mn(l),text:vn(c),link:l?l.href:null,hash:null,trust:n.isTrusted?1:0}}),ge(La.bind(this,t)))}function vn(t){var e=null;if(t){var n=t.textContent||String(t.value||"")||t.alt;n&&(e=n.replace(/\s+/g," ").trim().substr(0,25))}return e}function gn(t){if(t.nodeType===Node.ELEMENT_NODE){var e=t.tagName.toLowerCase();if(dn.indexOf(e)>=0)return 0}return 1}function mn(t){if(t&&t.hasAttribute("target"))switch(t.getAttribute("target")){case"_blank":return 1;case"_parent":return 2;case"_top":return 3}return 0}function bn(){fn=[]}var yn=[];function wn(t,e){yn.push({time:s(e),event:38,data:{target:Aa(e),action:t}}),ge(La.bind(this,38))}function kn(){yn=[]}var En=null,On=[];function Nn(t){var e=Aa(t),n=ee(e);if(e&&e.type&&n){var a=e.value;switch(e.type){case"radio":case"checkbox":a=e.checked?"true":"false"}var r={target:e,value:a};On.length>0&&On[On.length-1].data.target===r.target&&On.pop(),On.push({time:s(t),event:27,data:r}),Y(En),En=X(Tn,1e3,27)}}function Tn(t){ge(La.bind(this,t))}function Sn(){On=[]}var xn,Mn=[],_n=null;function In(t,e,n){var a=Kt(e),r=a?a.contentDocument.documentElement:document.documentElement,i="pageX"in n?Math.round(n.pageX):"clientX"in n?Math.round(n.clientX+r.scrollLeft):null,o="pageY"in n?Math.round(n.pageY):"clientY"in n?Math.round(n.clientY+r.scrollTop):null;if(a){var u=ln(a);i=i?i+Math.round(u.x):i,o=o?o+Math.round(u.y):o}null!==i&&null!==o&&Cn({time:s(n),event:t,data:{target:Aa(n),x:i,y:o}})}function Dn(t,e,n){var a=Kt(e),r=a?a.contentDocument.documentElement:document.documentElement,i=n.changedTouches,o=s(n);if(i)for(var u=0;u<i.length;u++){var c=i[u],l="clientX"in c?Math.round(c.clientX+r.scrollLeft):null,d="clientY"in c?Math.round(c.clientY+r.scrollTop):null;l=l&&a?l+Math.round(a.offsetLeft):l,d=d&&a?d+Math.round(a.offsetTop):d,null!==l&&null!==d&&Cn({time:o,event:t,data:{target:Aa(n),x:l,y:d}})}}function Cn(t){switch(t.event){case 12:case 15:case 19:var e=Mn.length,n=e>1?Mn[e-2]:null;n&&function(t,e){var n=t.data.x-e.data.x,a=t.data.y-e.data.y,r=Math.sqrt(n*n+a*a),i=e.time-t.time,o=e.data.target===t.data.target;return e.event===t.event&&o&&r<20&&i<25}(n,t)&&Mn.pop(),Mn.push(t),Y(_n),_n=X(jn,500,t.event);break;default:Mn.push(t),jn(t.event)}}function jn(t){ge(La.bind(this,t))}function An(){Mn=[]}function Rn(){var t=document.documentElement;xn={width:t&&"clientWidth"in t?Math.min(t.clientWidth,window.innerWidth):window.innerWidth,height:t&&"clientHeight"in t?Math.min(t.clientHeight,window.innerHeight):window.innerHeight},La(11)}function Ln(){xn=null}var zn=[],Hn=null,Pn=null,Wn=null;function Xn(t){void 0===t&&(t=null);var e=window,n=document.documentElement,a=t?Aa(t):n;if(a&&a.nodeType===Node.DOCUMENT_NODE){var r=Kt(a);e=r?r.contentWindow:e,a=n=a.documentElement}var i=a===n&&"pageXOffset"in e?Math.round(e.pageXOffset):Math.round(a.scrollLeft),o=a===n&&"pageYOffset"in e?Math.round(e.pageYOffset):Math.round(a.scrollTop),u=window.innerWidth,c=window.innerHeight,l=u/3,d=u>c?.15*c:.2*c,f=c-d,h=Yn(l,d),p=Yn(l,f),v={time:s(t),event:10,data:{target:a,x:i,y:o,top:h,bottom:p}};if(null===t&&0===i&&0===o||null===i||null===o)return Hn=h,void(Pn=p);var g=zn.length,m=g>1?zn[g-2]:null;m&&function(t,e){var n=t.data.x-e.data.x,a=t.data.y-e.data.y;return n*n+a*a<400&&e.time-t.time<25}(m,v)&&zn.pop(),zn.push(v),Y(Wn),Wn=X(qn,500,10)}function Yn(t,e){var n,a,r;return"caretPositionFromPoint"in document?r=null===(n=document.caretPositionFromPoint(t,e))||void 0===n?void 0:n.offsetNode:"caretRangeFromPoint"in document&&(r=null===(a=document.caretRangeFromPoint(t,e))||void 0===a?void 0:a.startContainer),r||(r=document.elementFromPoint(t,e)),r&&r.nodeType===Node.TEXT_NODE&&(r=r.parentNode),r}function qn(t){ge(La.bind(this,t))}function Un(){var t,e;if(Hn){var n=Ra(Hn,null);zr(31,null===(t=null==n?void 0:n.hash)||void 0===t?void 0:t.join("."))}if(Pn){var a=Ra(Pn,null);zr(32,null===(e=null==a?void 0:a.hash)||void 0===e?void 0:e.join("."))}}var Fn=null,Vn=null,Bn=null;function Jn(t){var e=(t.nodeType===Node.DOCUMENT_NODE?t:document).getSelection();if(null!==e&&!(null===e.anchorNode&&null===e.focusNode||e.anchorNode===e.focusNode&&e.anchorOffset===e.focusOffset)){var n=Fn.start?Fn.start:null;null!==Vn&&null!==Fn.start&&n!==e.anchorNode&&(Y(Bn),Gn(21)),Fn={start:e.anchorNode,startOffset:e.anchorOffset,end:e.focusNode,endOffset:e.focusOffset},Vn=e,Y(Bn),Bn=X(Gn,500,21)}}function Gn(t){ge(La.bind(this,t))}function Kn(){Vn=null,Fn={start:0,startOffset:0,end:0,endOffset:0}}var Zn,Qn,$n=[];function ta(t){$n.push({time:s(t),event:39,data:{target:Aa(t)}}),ge(La.bind(this,39))}function ea(){$n=[]}function na(t){Zn={name:t.type},La(26,s(t)),qi()}function aa(){Zn=null}function ra(t){void 0===t&&(t=null),Qn={visible:"visibilityState"in document?document.visibilityState:"default"},La(28,s(t))}function ia(){Qn=null}function oa(t){!function(t){var e=Kt(t);pi(e?e.contentWindow:t===document?window:t,"scroll",Xn,!0)}(t),t.nodeType===Node.DOCUMENT_NODE&&(hn(t),function(t){pi(t,"cut",wn.bind(this,0),!0),pi(t,"copy",wn.bind(this,1),!0),pi(t,"paste",wn.bind(this,2),!0)}(t),function(t){pi(t,"mousedown",In.bind(this,13,t),!0),pi(t,"mouseup",In.bind(this,14,t),!0),pi(t,"mousemove",In.bind(this,12,t),!0),pi(t,"wheel",In.bind(this,15,t),!0),pi(t,"dblclick",In.bind(this,16,t),!0),pi(t,"touchstart",Dn.bind(this,17,t),!0),pi(t,"touchend",Dn.bind(this,18,t),!0),pi(t,"touchmove",Dn.bind(this,19,t),!0),pi(t,"touchcancel",Dn.bind(this,20,t),!0)}(t),function(t){pi(t,"input",Nn,!0)}(t),function(t){pi(t,"selectstart",Jn.bind(this,t),!0),pi(t,"selectionchange",Jn.bind(this,t),!0)}(t),function(t){pi(t,"change",cn,!0)}(t),function(t){pi(t,"submit",ta,!0)}(t))}var ua=Object.freeze({__proto__:null,observe:oa,start:function(){za=[],Pa(),bn(),kn(),An(),Sn(),pi(window,"resize",Rn),Rn(),pi(document,"visibilitychange",ra),ra(),zn=[],Xn(),Kn(),sn(),ea(),pi(window,"pagehide",na)},stop:function(){za=[],Pa(),bn(),kn(),Y(_n),Mn.length>0&&jn(Mn[Mn.length-1].event),Y(En),Sn(),Ln(),ia(),Y(Wn),zn=[],Hn=null,Pn=null,Kn(),Y(Bn),sn(),ea(),aa()}}),ca=/[^0-9\.]/g;function sa(t){for(var e=0,n=Object.keys(t);e<n.length;e++){var a=n[e],r=t[a];if("@type"===a&&"string"==typeof r)switch(r=(r=r.toLowerCase()).indexOf("article")>=0||r.indexOf("posting")>=0?"article":r){case"article":case"recipe":zr(5,t[a]),zr(8,t.creator),zr(18,t.headline);break;case"product":zr(5,t[a]),zr(10,t.name),zr(12,t.sku),t.brand&&zr(6,t.brand.name);break;case"aggregaterating":t.ratingValue&&(W(11,la(t.ratingValue,100)),W(18,la(t.bestRating)),W(19,la(t.worstRating))),W(12,la(t.ratingCount)),W(17,la(t.reviewCount));break;case"person":zr(8,t.name);break;case"offer":zr(7,t.availability),zr(14,t.itemCondition),zr(13,t.priceCurrency),zr(12,t.sku),W(13,la(t.price));break;case"brand":zr(6,t.name)}null!==r&&"object"==typeof r&&sa(r)}}function la(t,e){if(void 0===e&&(e=1),null!==t)switch(typeof t){case"number":return Math.round(t*e);case"string":return Math.round(parseFloat(t.replace(ca,""))*e)}return null}var da=["title","alt","onload","onfocus","onerror","data-drupal-form-submit-last","aria-label"],fa=/[\r\n]+/g;function ha(t,e,n){var a,r=null;if(2===e&&!1===ae(t))return r;0!==e&&t.nodeType===Node.TEXT_NODE&&t.parentElement&&"STYLE"===t.parentElement.tagName&&(t=t.parentNode);var i=!1===ae(t)?"add":"update",o=t.parentElement?t.parentElement:null,u=t.ownerDocument!==document;switch(t.nodeType){case Node.DOCUMENT_TYPE_NODE:o=u&&t.parentNode?Kt(t.parentNode):o;var c=t,s={tag:(u?"iframe:":"")+"*D",attributes:{name:c.name,publicId:c.publicId,systemId:c.systemId}};ce[i](t,o,s,e);break;case Node.DOCUMENT_NODE:t===document&&Bt(document),pa(t);break;case Node.DOCUMENT_FRAGMENT_NODE:var l=t;if(l.host)if(Bt(l),"function"===typeof l.constructor&&l.constructor.toString().indexOf("[native code]")>=0){pa(l);var d={tag:"*S",attributes:{style:""}};ce[i](t,l.host,d,e)}else ce[i](t,l.host,{tag:"*P",attributes:{}},e);break;case Node.TEXT_NODE:if(o=o||t.parentNode,"update"===i||o&&ae(o)&&"STYLE"!==o.tagName&&"NOSCRIPT"!==o.tagName){var f={tag:"*T",value:t.nodeValue};ce[i](t,o,f,e)}break;case Node.ELEMENT_NODE:var h=t,p=h.tagName,v=function(t){var e={},n=t.attributes;if(n&&n.length>0)for(var a=0;a<n.length;a++){var r=n[a].name;da.indexOf(r)<0&&(e[r]=n[a].value)}"INPUT"===t.tagName&&!("value"in e)&&t.value&&(e.value=t.value);return e}(h);switch(o=t.parentElement?t.parentElement:t.parentNode?t.parentNode:null,"http://www.w3.org/2000/svg"===h.namespaceURI&&(p="svg:"+p),p){case"HTML":o=u&&o?Kt(o):null;var g={tag:(u?"iframe:":"")+p,attributes:v};ce[i](t,o,g,e);break;case"SCRIPT":if("type"in v&&"application/ld+json"===v.type)try{sa(JSON.parse(h.text.replace(fa,"")))}catch(t){}break;case"NOSCRIPT":var m={tag:p,attributes:{},value:""};ce[i](t,o,m,e);break;case"META":var b="property"in v?"property":"name"in v?"name":null;if(b&&"content"in v){var y=v.content;switch(v[b]){case"og:title":zr(20,y);break;case"og:type":zr(19,y);break;case"generator":zr(21,y)}}break;case"HEAD":var w={tag:p,attributes:v},k=u&&(null===(a=t.ownerDocument)||void 0===a?void 0:a.location)?t.ownerDocument.location:location;w.attributes["*B"]=k.protocol+"//"+k.host+k.pathname,ce[i](t,o,w,e);break;case"BASE":var E=ee(t.parentElement);if(E){var O=document.createElement("a");O.href=v.href,E.data.attributes["*B"]=O.protocol+"//"+O.host+O.pathname}break;case"STYLE":var N={tag:p,attributes:v,value:va(h)};ce[i](t,o,N,e);break;case"IFRAME":var T=t,S={tag:p,attributes:v};Gt(T)&&(!function(t){!1===ae(t)&&pi(t,"load",ja.bind(this,t,"childList"),!0)}(T),S.attributes["*O"]="true",T.contentDocument&&T.contentWindow&&"loading"!==T.contentDocument.readyState&&(r=T.contentDocument)),ce[i](t,o,S,e);break;case"LINK":if(Yr&&"stylesheet"===v.rel){for(var x in Object.keys(document.styleSheets)){var M=document.styleSheets[x];if(M.ownerNode==h){var _={tag:"STYLE",attributes:v,value:ga(M)};ce[i](t,o,_,e);break}}break}var I={tag:p,attributes:v};ce[i](t,o,I,e);break;case"VIDEO":case"AUDIO":case"SOURCE":"src"in v&&v.src.startsWith("data:")&&(v.src="");var D={tag:p,attributes:v};ce[i](t,o,D,e);break;default:var C={tag:p,attributes:v};h.shadowRoot&&(r=h.shadowRoot),ce[i](t,o,C,e)}}return r}function pa(t){ae(t)||(!function(t){try{var e=u("MutationObserver"),n=e in window?new window[e](fi(Ma)):null;n&&(n.observe(t,{attributes:!0,childList:!0,characterData:!0,subtree:!0}),ba.push(n))}catch(t){sr(2,0,t?t.name:null)}}(t),oa(t))}function va(t){var e=t.textContent?t.textContent.trim():"",n=t.dataset?Object.keys(t.dataset).length:0;return(0===e.length||n>0)&&(e=ga(t.sheet)),e}function ga(t){var e="",n=null;try{n=t?t.cssRules:[]}catch(t){if(sr(1,1,t?t.name:null),t&&"SecurityError"!==t.name)throw t}if(null!==n)for(var a=0;a<n.length;a++)e+=n[a].cssText;return e}function ma(t,e,n,a){return at(this,void 0,void 0,(function(){var a,r,i,o,u;return rt(this,(function(c){switch(c.label){case 0:a=[t],c.label=1;case 1:if(!(a.length>0))return[3,4];for(r=a.shift(),i=r.firstChild;i;)a.push(i),i=i.nextSibling;return 0!==(o=be(e))?[3,3]:[4,ke(e)];case 2:o=c.sent(),c.label=3;case 3:return 2===o?[3,4]:((u=ha(r,n))&&a.push(u),[3,1]);case 4:return[2]}}))}))}var ba=[],ya=[],wa=null,ka=null,Ea=null,Oa=[],Na=null,Ta=null,Sa={};function xa(){if(ba=[],Oa=[],Na=null,Ta=0,Sa={},null===wa&&(wa=CSSStyleSheet.prototype.insertRule,CSSStyleSheet.prototype.insertRule=function(){return xi()&&Ca(this.ownerNode),wa.apply(this,arguments)}),null===ka&&(ka=CSSStyleSheet.prototype.deleteRule,CSSStyleSheet.prototype.deleteRule=function(){return xi()&&Ca(this.ownerNode),ka.apply(this,arguments)}),null===Ea){Ea=Element.prototype.attachShadow;try{Element.prototype.attachShadow=function(){return xi()?Ca(Ea.apply(this,arguments)):Ea.apply(this,arguments)}}catch(t){Ea=null}}}function Ma(t){var e=s();K(6,e),ya.push({time:e,mutations:t}),ge(_a,1).then((function(){X(xe),fi(en)()}))}function _a(){return at(this,void 0,void 0,(function(){var t,e,n,a,r,i,u,c,l,d;return rt(this,(function(f){switch(f.label){case 0:ye(t={id:Br(),cost:3}),f.label=1;case 1:if(!(ya.length>0))return[3,8];e=ya.shift(),n=s(),a=0,r=e.mutations,f.label=2;case 2:return a<r.length?(i=r[a],0!==(u=be(t))?[3,4]:[4,ke(t)]):[3,6];case 3:u=f.sent(),f.label=4;case 4:if(2===u)return[3,6];switch(c=i.target,l=o.throttleDom?function(t,e,n,a){var r=t.target?ee(t.target.parentNode):null;if(r&&"HTML"!==r.data.tag){var i=a>Ta,o=ee(t.target),u=o&&o.selector?o.selector.join():t.target.nodeName,c=[r.selector?r.selector.join():"",u,t.attributeName,Ia(t.addedNodes),Ia(t.removedNodes)].join();Sa[c]=c in Sa?Sa[c]:[0,n];var s=Sa[c];if(!1===i&&s[0]>=10&&Da(s[2],2,e),s[0]=i?s[1]===n?s[0]:s[0]+1:1,s[1]=n,10===s[0])return s[2]=t.removedNodes,"suspend";if(s[0]>10)return""}return t.type}(i,t,n,e.time):i.type,l&&c&&c.ownerDocument&&Bt(c.ownerDocument),l&&c&&c.nodeType==Node.DOCUMENT_FRAGMENT_NODE&&c.host&&Bt(c),l){case"attributes":ha(c,3,e.time);break;case"characterData":ha(c,4,e.time);break;case"childList":Da(i.addedNodes,1,t,e.time),Da(i.removedNodes,2,t,e.time);break;case"suspend":(d=ee(c))&&(d.metadata.suspend=!0)}f.label=5;case 5:return a++,[3,2];case 6:return[4,qe(6,t,e.time)];case 7:return f.sent(),[3,1];case 8:return we(t),[2]}}))}))}function Ia(t){for(var e=[],n=0;t&&n<t.length;n++)e.push(t[n].nodeName);return e.join()}function Da(t,e,n,a){return at(this,void 0,void 0,(function(){var a,r,i;return rt(this,(function(o){switch(o.label){case 0:a=t?t.length:0,r=0,o.label=1;case 1:return r<a?1!==e?[3,2]:(ma(t[r],n,e),[3,5]):[3,6];case 2:return 0!==(i=be(n))?[3,4]:[4,ke(n)];case 3:i=o.sent(),o.label=4;case 4:if(2===i)return[3,6];ha(t[r],e),o.label=5;case 5:return r++,[3,1];case 6:return[2]}}))}))}function Ca(t){return Oa.indexOf(t)<0&&Oa.push(t),Na&&Y(Na),Na=X((function(){!function(){for(var t=0,e=Oa;t<e.length;t++){var n=e[t];if(n){var a=n.nodeType===Node.DOCUMENT_FRAGMENT_NODE;if(a&&ae(n))continue;ja(n,a?"childList":"characterData")}}Oa=[]}()}),33),t}function ja(t,e){fi(Ma)([{addedNodes:[t],attributeName:null,attributeNamespace:null,nextSibling:null,oldValue:null,previousSibling:null,removedNodes:[],target:t,type:e}])}function Aa(t){var e=t.composed&&t.composedPath?t.composedPath():null,n=e&&e.length>0?e[0]:t.target;return Ta=s()+3e3,n.nodeType===Node.DOCUMENT_NODE?n.documentElement:n}function Ra(t,e,n){void 0===n&&(n=null);var a={id:0,hash:null,privacy:2,node:t};if(t){var r=ee(t);if(null!==r){var i=r.metadata;a.id=r.id,a.hash=r.hash,a.privacy=i.privacy,r.region&&function(t,e){var n=te(t),a=t in Ge?Ge[t]:{id:t,visibility:0,interaction:16,name:Je.get(n)},r=16;switch(e){case 9:r=20;break;case 27:r=30}an(n,a,r,a.visibility)}(r.region,e),i.fraud&&Nt(i.fraud,r.id,n||r.data.value)}}return a}function La(t,e){return void 0===e&&(e=null),at(this,void 0,void 0,(function(){var n,a,r,i,o,u,c,l,d,f,h,p,v,g,y,w,k,E,O,N,T,S,x,_,D,C,j,A,R,L,z,H,P,W,X;return rt(this,(function(Y){switch(n=e||s(),a=[n,t],t){case 13:case 14:case 12:case 15:case 16:case 17:case 18:case 19:case 20:for(r=0,i=Mn;r<i.length;r++)W=i[r],(o=Ra(W.data.target,W.event)).id>0&&((a=[W.time,W.event]).push(o.id),a.push(W.data.x),a.push(W.data.y),Za(a),M(W.event,W.data.x,W.data.y));An();break;case 9:for(u=0,c=fn;u<c.length;u++)W=c[u],l=Ra(W.data.target,W.event,W.data.text),a=[W.time,W.event],d=l.hash?l.hash.join("."):"",a.push(l.id),a.push(W.data.x),a.push(W.data.y),a.push(W.data.eX),a.push(W.data.eY),a.push(W.data.button),a.push(W.data.reaction),a.push(W.data.context),a.push(m(W.data.text,"click",l.privacy)),a.push(b(W.data.link)),a.push(d),a.push(W.data.trust),Za(a),Wa(W.time,W.event,d,W.data.x,W.data.y,W.data.reaction,W.data.context);bn();break;case 38:for(f=0,h=yn;f<h.length;f++)W=h[f],a=[W.time,W.event],(z=Ra(W.data.target,W.event)).id>0&&(a.push(z.id),a.push(W.data.action),Za(a));kn();break;case 11:p=xn,a.push(p.width),a.push(p.height),M(t,p.width,p.height),Ln(),Za(a);break;case 26:v=Zn,a.push(v.name),aa(),Za(a);break;case 27:for(g=0,y=On;g<y.length;g++)W=y[g],w=Ra(W.data.target,W.event,W.data.value),(a=[W.time,W.event]).push(w.id),a.push(m(W.data.value,"input",w.privacy)),Za(a);Sn();break;case 21:(k=Fn)&&(E=Ra(k.start,t),O=Ra(k.end,t),a.push(E.id),a.push(k.startOffset),a.push(O.id),a.push(k.endOffset),Kn(),Za(a));break;case 10:for(N=0,T=zn;N<T.length;N++)W=T[N],S=Ra(W.data.target,W.event),x=Ra(W.data.top,W.event),_=Ra(W.data.bottom,W.event),D=(null==x?void 0:x.hash)?x.hash.join("."):"",C=(null==_?void 0:_.hash)?_.hash.join("."):"",S.id>0&&((a=[W.time,W.event]).push(S.id),a.push(W.data.x),a.push(W.data.y),a.push(D),a.push(C),Za(a),M(W.event,W.data.x,W.data.y,W.time));zn=[],Hn=null,Pn=null;break;case 42:for(j=0,A=un;j<A.length;j++)W=A[j],a=[W.time,W.event],(z=Ra(W.data.target,W.event)).id>0&&((a=[W.time,W.event]).push(z.id),a.push(W.data.type),a.push(m(W.data.value,"change",z.privacy)),a.push(m(W.data.checksum,"checksum",z.privacy)),Za(a));sn();break;case 39:for(R=0,L=$n;R<L.length;R++)W=L[R],a=[W.time,W.event],(z=Ra(W.data.target,W.event)).id>0&&(a.push(z.id),Za(a));ea();break;case 22:for(H=0,P=Ha;H<P.length;H++)W=P[H],(a=[W.time,W.event]).push(W.data.type),a.push(W.data.hash),a.push(W.data.x),a.push(W.data.y),a.push(W.data.reaction),a.push(W.data.context),Za(a,!1);Pa();break;case 28:X=Qn,a.push(X.visible),Za(a),I(n,X.visible),ia()}return[2]}))}))}var za=[],Ha=[];function Pa(){Ha=[]}function Wa(t,e,n,a,r,i,o){void 0===i&&(i=1),void 0===o&&(o=0),za.push({time:t,event:22,data:{type:e,hash:n,x:a,y:r,reaction:i,context:o}}),M(e,a,r)}var Xa,Ya,qa,Ua,Fa,Va=0,Ba=0,Ja=null,Ga=0;function Ka(){Ua=!0,Va=0,Ba=0,Ga=0,Xa=[],Ya=[],qa={},Fa=null}function Za(t,e){if(void 0===e&&(e=!0),Ua){var n=s(),a=t.length>1?t[1]:null,r=JSON.stringify(t);switch(a){case 5:Va+=r.length;case 37:case 6:case 43:case 45:case 46:Ba+=r.length,Xa.push(r);break;default:Ya.push(r)}H(25);var i=function(){var t=!1===o.lean&&Va>0?100:oi.sequence*o.delay;return"string"==typeof o.upload?Math.max(Math.min(t,3e4),100):o.delay}();n-Ga>2*i&&(Y(Ja),Ja=null),e&&null===Ja&&(25!==a&&V(),Ja=X($a,i),Ga=n,_r(Ba))}}function Qa(){Y(Ja),$a(!0),Va=0,Ba=0,Ga=0,Xa=[],Ya=[],qa={},Fa=null,Ua=!1}function $a(t){return void 0===t&&(t=!1),at(this,void 0,void 0,(function(){var e,n,a,r,i,u,c,s;return rt(this,(function(l){switch(l.label){case 0:return Ja=null,(e=!1===o.lean&&Ba>0&&(Ba<1048576||oi.sequence>0))&&W(1,1),en(),function(){var t=[];Ha=[];for(var e=oi.start+oi.duration,n=Math.max(e-2e3,0),a=0,r=za;a<r.length;a++){var i=r[a];i.time>=n&&(i.time<=e&&Ha.push(i),t.push(i))}za=t,La(22)}(),kt(),n=!0===t,a=JSON.stringify(si(n)),r="[".concat(Ya.join(),"]"),i=e?"[".concat(Xa.join(),"]"):"",u=function(t){return t.p.length>0?'{"e":'.concat(t.e,',"a":').concat(t.a,',"p":').concat(t.p,"}"):'{"e":'.concat(t.e,',"a":').concat(t.a,"}")}({e:a,a:r,p:i}),n?(s=null,[3,3]):[3,1];case 1:return[4,pt(u)];case 2:s=l.sent(),l.label=3;case 3:return P(2,(c=s)?c.length:u.length),tr(u,c,oi.sequence,n),Ya=[],e&&(Xa=[],Ba=0,Va=0),[2]}}))}))}function tr(t,e,n,a){if(void 0===a&&(a=!1),"string"==typeof o.upload){var r=o.upload,i=!1;if(a&&"sendBeacon"in navigator)try{(i=navigator.sendBeacon.bind(navigator)(r,t))&&nr(n)}catch(t){}if(!1===i){n in qa?qa[n].attempts++:qa[n]={data:t,attempts:1};var u=new XMLHttpRequest;u.open("POST",r,!0),u.timeout=15e3,u.ontimeout=function(){di(new Error("".concat("Timeout"," : ").concat(r)))},null!==n&&(u.onreadystatechange=function(){fi(er)(u,n)}),u.withCredentials=!0,e?(u.setRequestHeader("Accept","application/x-clarity-gzip"),u.send(e)):u.send(t)}}else if(o.upload){(0,o.upload)(t),nr(n)}}function er(t,e){var n=qa[e];t&&4===t.readyState&&n&&((t.status<200||t.status>208)&&n.attempts<=1?t.status>=400&&t.status<500?Ir(6):(0===t.status&&(o.upload=o.fallback?o.fallback:o.upload),tr(n.data,null,e)):(Fa={sequence:e,attempts:n.attempts,status:t.status},n.attempts>1&&xr(2),200===t.status&&t.responseText&&function(t){for(var e=t&&t.length>0?t.split("\n"):[],n=0,a=e;n<a.length;n++){var r=a[n],i=r&&r.length>0?r.split(/ (.*)/):[""];switch(i[0]){case"END":Ir(6);break;case"UPGRADE":et("Auto");break;case"ACTION":o.action&&i.length>1&&o.action(i[1]);break;case"EXTRACT":i.length>1&&br(i[1]);break;case"SIGNAL":i.length>1&&mt(i[1])}}}(t.responseText),0===t.status&&(tr(n.data,null,e,!0),Ir(3)),t.status>=200&&t.status<=208&&nr(e),delete qa[e]))}function nr(t){1===t&&Kr()}var ar,rr={};function ir(t){var e=t.error||t;return e.message in rr||(rr[e.message]=0),rr[e.message]++>=5||e&&e.message&&(ar={message:e.message,line:t.lineno,column:t.colno,stack:e.stack,source:t.filename},or(31)),!0}function or(t){return at(this,void 0,void 0,(function(){var e;return rt(this,(function(n){switch(e=[s(),t],t){case 31:e.push(ar.message),e.push(ar.line),e.push(ar.column),e.push(ar.stack),e.push(b(ar.source)),Za(e);break;case 33:ur&&(e.push(ur.code),e.push(ur.name),e.push(ur.message),e.push(ur.stack),e.push(ur.severity),Za(e,!1));break;case 41:Et&&(e.push(Et.id),e.push(Et.target),e.push(Et.checksum),Za(e,!1))}return[2]}))}))}var ur,cr={};function sr(t,e,n,a,r){void 0===n&&(n=null),void 0===a&&(a=null),void 0===r&&(r=null);var i=n?"".concat(n,"|").concat(a):"";t in cr&&cr[t].indexOf(i)>=0||(ur={code:t,name:n,message:a,stack:r,severity:e},t in cr?cr[t].push(i):cr[t]=[i],or(33))}var lr,dr={},fr=new Set,hr={},pr={},vr={},gr={};function mr(){kr()}function br(t){try{var e=t&&t.length>0?t.split(/ (.*)/):[""],n=e[0].split(/\|(.*)/),a=parseInt(n[0]),r=n.length>1?n[1]:"",i=e.length>1?JSON.parse(e[1]):{};for(var o in hr[a]={},pr[a]={},vr[a]={},gr[a]=r,i){var u=parseInt(o),c=i[o],s=2;switch(c.startsWith("~")?s=0:c.startsWith("!")&&(s=4),s){case 0:var l=c.substring(1,c.length);hr[a][u]=Nr(l);break;case 2:pr[a][u]=c;break;case 4:var d=c.substring(1,c.length);vr[a][u]=d}}}catch(t){sr(8,1,t?t.name:null)}}function yr(t){return JSON.parse(JSON.stringify(t))}function wr(){try{for(var t in hr){var e=parseInt(t);if(""==gr[e]||document.querySelector(gr[e])){var n=hr[e];for(var a in n){var r=parseInt(a),i=(h=Tr(yr(n[r])))?JSON.stringify(h).substring(0,1e4):h;i&&Er(e,r,i)}var o=pr[e];for(var u in o){var c=parseInt(u),s=document.querySelectorAll(o[c]);if(s)Er(e,c,Array.from(s).map((function(t){return t.textContent})).join("<SEP>").substring(0,1e4))}var l=vr[e];for(var d in l){var f=parseInt(d);Er(e,f,$t(l[f]).trim().substring(0,1e4))}}}fr.size>0&&xr(40)}catch(t){sr(5,1,t?t.name:null)}var h}function kr(){fr.clear()}function Er(t,e,n){var a,r=!1;t in dr||(dr[t]={},r=!0),a=vr[t],0==Object.keys(a).length||e in dr[t]&&dr[t][e]==n||(r=!0),dr[t][e]=n,r&&fr.add(t)}function Or(){kr()}function Nr(t){for(var e=[],n=t.split(".");n.length>0;){var a=n.shift(),r=a.indexOf("["),i=a.indexOf("{"),o=a.indexOf("}");e.push({name:r>0?a.substring(0,r):i>0?a.substring(0,i):a,type:r>0?1:i>0?2:3,condition:i>0?a.substring(i+1,o):null})}return e}function Tr(t,e){if(void 0===e&&(e=window),0==t.length)return e;var n,a=t.shift();if(e&&e[a.name]){var r=e[a.name];if(1!==a.type&&Sr(r,a.condition))n=Tr(t,r);else if(Array.isArray(r)){for(var i=[],o=0,u=r;o<u.length;o++){var c=u[o];if(Sr(c,a.condition)){var s=Tr(t,c);s&&i.push(s)}}n=i}return n}return null}function Sr(t,e){if(e){var n=e.split(":");return n.length>1?t[n[0]]==n[1]:t[n[0]]}return!0}function xr(t){var e=[s(),t];switch(t){case 4:var n=N;n&&((e=[n.time,n.event]).push(n.data.visible),e.push(n.data.docWidth),e.push(n.data.docHeight),e.push(n.data.screenWidth),e.push(n.data.screenHeight),e.push(n.data.scrollX),e.push(n.data.scrollY),e.push(n.data.pointerX),e.push(n.data.pointerY),e.push(n.data.activityTime),e.push(n.data.scrollTime),Za(e,!1)),x();break;case 25:e.push(R.gap),Za(e);break;case 35:e.push(lr.check),Za(e,!1);break;case 3:e.push(tt.key),Za(e);break;case 2:e.push(Fa.sequence),e.push(Fa.attempts),e.push(Fa.status),Za(e,!1);break;case 24:j.key&&e.push(j.key),e.push(j.value),Za(e);break;case 34:var a=Object.keys(it);if(a.length>0){for(var r=0,i=a;r<i.length;r++){var o=i[r];e.push(o),e.push(it[o])}lt(),Za(e,!1)}break;case 0:var u=Object.keys(z);if(u.length>0){for(var c=0,l=u;c<l.length;c++){var d=l[c],f=parseInt(d,10);e.push(f),e.push(Math.round(z[d]))}z={},Za(e,!1)}break;case 1:var h=Object.keys(Ar);if(h.length>0){for(var p=0,v=h;p<v.length;p++){var g=v[p];f=parseInt(g,10);e.push(f),e.push(Ar[g])}Pr(),Za(e,!1)}break;case 36:var m=Object.keys(G);if(m.length>0){for(var b=0,y=m;b<y.length;b++){var w=y[b];f=parseInt(w,10);e.push(f),e.push([].concat.apply([],G[w]))}Q(),Za(e,!1)}break;case 40:fr.forEach((function(t){e.push(t);var n=[];for(var a in dr[t]){var r=parseInt(a,10);n.push(r),n.push(dr[t][a])}e.push(n)})),kr(),Za(e,!1)}}function Mr(){lr={check:0}}function _r(t){if(0===lr.check){var e=lr.check;e=oi.sequence>=128?1:e,e=oi.pageNum>=128?7:e,e=s()>72e5?2:e,(e=t>10485760?2:e)!==lr.check&&Ir(e)}}function Ir(t){lr.check=t,Gr(),qi()}function Dr(){0!==lr.check&&xr(35)}function Cr(){lr=null}var jr=null,Ar=null;function Rr(){jr={},Ar={}}function Lr(){jr={},Ar={}}function zr(t,e){e&&(e="".concat(e),t in jr||(jr[t]=[]),jr[t].indexOf(e)<0&&(jr[t].push(e),t in Ar||(Ar[t]=[]),Ar[t].push(e),jr[t].length>128&&Ir(5)))}function Hr(){xr(1)}function Pr(){Ar={}}var Wr=null,Xr=[],Yr=0,qr=null;function Ur(){qr=null;var t=navigator&&"userAgent"in navigator?navigator.userAgent:"",e=document&&document.title?document.title:"";Yr=t.indexOf("Electron")>0?1:0;var n,a=function(){var t={session:$r(),ts:Math.round(Date.now()),count:1,upgrade:null,upload:""},e=ni("_clsk");if(e){var n=e.split("|");n.length>=5&&t.ts-ti(n[1])<18e5&&(t.session=n[0],t.count=ti(n[2])+1,t.upgrade=ti(n[3]),t.upload=n.length>=6?"".concat("https://").concat(n[5],"/").concat(n[4]):"".concat("https://").concat(n[4]))}return t}(),r=ei(),i=o.projectId||d(location.host);Wr={projectId:i,userId:r.id,sessionId:a.session,pageNum:a.count},o.lean=o.track&&null!==a.upgrade?0===a.upgrade:o.lean,o.upload=o.track&&"string"==typeof o.upload&&a.upload&&a.upload.length>"https://".length?a.upload:o.upload,zr(0,t),zr(3,e),zr(1,b(location.href,!!Yr)),zr(2,document.referrer),zr(15,function(){var t=$r();if(o.track&&Zr(window,"sessionStorage")){var e=sessionStorage.getItem("_cltk");t=e||t,sessionStorage.setItem("_cltk",t)}return t}()),zr(16,document.documentElement.lang),zr(17,document.dir),zr(26,"".concat(window.devicePixelRatio)),zr(28,r.dob.toString()),zr(29,r.version.toString()),W(0,a.ts),W(1,0),W(35,Yr),navigator&&(zr(9,navigator.language),W(33,navigator.hardwareConcurrency),W(32,navigator.maxTouchPoints),W(34,Math.round(navigator.deviceMemory)),(n=navigator.userAgentData)&&n.getHighEntropyValues?n.getHighEntropyValues(["model","platform","platformVersion","uaFullVersion"]).then((function(t){var e;zr(22,t.platform),zr(23,t.platformVersion),null===(e=t.brands)||void 0===e||e.forEach((function(t){zr(24,t.name+"~"+t.version)})),zr(25,t.model),W(27,t.mobile?1:0)})):zr(22,navigator.platform)),screen&&(W(14,Math.round(screen.width)),W(15,Math.round(screen.height)),W(16,Math.round(screen.colorDepth)));for(var u=0,c=o.cookies;u<c.length;u++){var s=c[u],l=ni(s);l&&ot(s,l)}Qr(r)}function Fr(){qr=null,Wr=null}function Vr(t,e){void 0===e&&(e=!0);var n=o.lean?0:1;Wr&&(n||!1===e)?t(Wr,!o.lean):Xr.push({callback:t,wait:e})}function Br(){return Wr?[Wr.userId,Wr.sessionId,Wr.pageNum].join("."):""}function Jr(t){if(void 0===t&&(t=!0),!t)return o.track=!1,ri("_clsk","",-Number.MAX_VALUE),ri("_clck","",-Number.MAX_VALUE),qi(),void window.setTimeout(Yi,250);xi()&&(o.track=!0,Qr(ei(),1))}function Gr(){ri("_clsk","",0)}function Kr(){var t=Math.round(Date.now()),e=o.upload&&"string"==typeof o.upload?o.upload.replace("https://",""):"",n=o.lean?0:1;!function(t){Xr.length>0&&Xr.forEach((function(e){!e.callback||e.wait&&!t||e.callback(Wr,!o.lean)}))}(n),ri("_clsk",[Wr.sessionId,t,Wr.pageNum,n,e].join("|"),1)}function Zr(t,e){try{return!!t[e]}catch(t){return!1}}function Qr(t,e){void 0===e&&(e=null),e=null===e?t.consent:e;var n=Math.ceil((Date.now()+31536e6)/864e5),a=0===t.dob?null===o.dob?0:o.dob:t.dob;(null===t.expiry||Math.abs(n-t.expiry)>=1||t.consent!==e||t.dob!==a)&&ri("_clck",[Wr.userId,2,n.toString(36),e,a].join("|"),365)}function $r(){var t=Math.floor(Math.random()*Math.pow(2,32));return window&&window.crypto&&window.crypto.getRandomValues&&Uint32Array&&(t=window.crypto.getRandomValues(new Uint32Array(1))[0]),t.toString(36)}function ti(t,e){return void 0===e&&(e=10),parseInt(t,e)}function ei(){var t={id:$r(),version:0,expiry:null,consent:0,dob:0},e=ni("_clck");if(e&&e.length>0){for(var n=e.split("|"),a=0,r=0,i=document.cookie.split(";");r<i.length;r++){a+="_clck"===i[r].split("=")[0].trim()?1:0}if(1===n.length||a>1){var u="".concat(";").concat("expires=").concat(new Date(0).toUTCString()).concat(";path=/");document.cookie="".concat("_clck","=").concat(u),document.cookie="".concat("_clsk","=").concat(u)}n.length>1&&(t.version=ti(n[1])),n.length>2&&(t.expiry=ti(n[2],36)),n.length>3&&1===ti(n[3])&&(t.consent=1),n.length>4&&ti(n[1])>1&&(t.dob=ti(n[4])),o.track=o.track||1===t.consent,t.id=o.track?n[0]:t.id}return t}function ni(t){var e;if(Zr(document,"cookie")){var n=document.cookie.split(";");if(n)for(var a=0;a<n.length;a++){var r=n[a].split("=");if(r.length>1&&r[0]&&r[0].trim()===t){for(var i=ai(r[1]),o=i[0],u=i[1];o;)o=(e=ai(u))[0],u=e[1];return u}}}return null}function ai(t){try{var e=decodeURIComponent(t);return[e!=t,e]}catch(t){}return[!1,t]}function ri(t,e,n){if((o.track||""==e)&&(navigator&&navigator.cookieEnabled||Zr(document,"cookie"))){var a=function(t){return encodeURIComponent(t)}(e),r=new Date;r.setDate(r.getDate()+n);var i=r?"expires="+r.toUTCString():"",u="".concat(t,"=").concat(a).concat(";").concat(i).concat(";path=/");try{if(null===qr){for(var c=location.hostname?location.hostname.split("."):[],s=c.length-1;s>=0;s--)if(qr=".".concat(c[s]).concat(qr||""),s<c.length-1&&(document.cookie="".concat(u).concat(";").concat("domain=").concat(qr),ni(t)===e))return;qr=""}}catch(t){qr=""}document.cookie=qr?"".concat(u).concat(";").concat("domain=").concat(qr):u}}var ii,oi=null;function ui(){var t=Wr;oi={version:l,sequence:0,start:0,duration:0,projectId:t.projectId,userId:t.userId,sessionId:t.sessionId,pageNum:t.pageNum,upload:0,end:0}}function ci(){oi=null}function si(t){return oi.start=oi.start+oi.duration,oi.duration=s()-oi.start,oi.sequence++,oi.upload=t&&"sendBeacon"in navigator?1:0,oi.end=t?1:0,[oi.version,oi.sequence,oi.start,oi.duration,oi.projectId,oi.userId,oi.sessionId,oi.pageNum,oi.upload,oi.end]}function li(){ii=[]}function di(t){if(ii&&-1===ii.indexOf(t.message)){var e=o.report;if(e&&e.length>0){var n={v:oi.version,p:oi.projectId,u:oi.userId,s:oi.sessionId,n:oi.pageNum};t.message&&(n.m=t.message),t.stack&&(n.e=t.stack);var a=new XMLHttpRequest;a.open("POST",e,!0),a.send(JSON.stringify(n)),ii.push(t.message)}}return t}function fi(t){return function(){var e=performance.now();try{t.apply(this,arguments)}catch(t){throw di(t)}var n=performance.now()-e;P(4,n),n>30&&(H(7),W(6,n))}}var hi=[];function pi(t,e,n,a){void 0===a&&(a=!1),n=fi(n);try{t[u("addEventListener")](e,n,a),hi.push({event:e,target:t,listener:n,capture:a})}catch(t){}}function vi(){for(var t=0,e=hi;t<e.length;t++){var n=e[t];try{n.target[u("removeEventListener")](n.event,n.listener,n.capture)}catch(t){}}hi=[]}var gi=null,mi=null,bi=null,yi=0;function wi(){return!(yi++>20)||(sr(4,0),!1)}function ki(){yi=0,bi!==Oi()&&(qi(),window.setTimeout(Ei,250))}function Ei(){Yi(),W(29,1)}function Oi(){return location.href?location.href.replace(location.hash,""):location.href}var Ni=!1;function Ti(){Ni=!0,c=performance.now()+performance.timeOrigin,ve(),vi(),li(),bi=Oi(),yi=0,pi(window,"popstate",ki),null===gi&&(gi=history.pushState,history.pushState=function(){gi.apply(this,arguments),xi()&&wi()&&ki()}),null===mi&&(mi=history.replaceState,history.replaceState=function(){mi.apply(this,arguments),xi()&&wi()&&ki()})}function Si(){bi=null,yi=0,li(),vi(),ve(),c=0,Ni=!1}function xi(){return Ni}function Mi(t){if(null===t||Ni)return!1;for(var e in t)e in o&&(o[e]=t[e]);return!0}function _i(){Yi(),A("clarity","restart")}var Ii=Object.freeze({__proto__:null,start:function(){!function(){Ot=[],W(26,navigator.webdriver?1:0);try{W(31,window.top==window.self?1:2)}catch(t){W(31,0)}}(),pi(window,"error",ir),rr={},cr={}},stop:function(){cr={}}});function Di(){return at(this,void 0,void 0,(function(){var t,e;return rt(this,(function(n){switch(n.label){case 0:return t=s(),ye(e={id:Br(),cost:3}),[4,ma(document,e,0)];case 1:return n.sent(),[4,qe(5,e,t)];case 2:return n.sent(),we(e),[2]}}))}))}var Ci=Object.freeze({__proto__:null,hashText:$t,start:function(){Se(),xe(),on(),Qe=null,Je=new WeakMap,Ge={},Ke=[],Ze=!!window.IntersectionObserver,Ut(),o.delayDom?pi(window,"load",(function(){xa()})):xa(),ge(Di,1).then((function(){fi(xe)(),fi(en)(),fi(Un)()})),window.Animation&&window.KeyframeEffect&&window.KeyframeEffect.prototype.getKeyframes&&window.KeyframeEffect.prototype.getTiming&&(Pe(),Xe(Ce,"play"),Xe(je,"pause"),Xe(Ae,"cancel"),Xe(Re,"finish"),null===De&&(De=Element.prototype.animate,Element.prototype.animate=function(){var t=De.apply(this,arguments);return Ye(t,"play"),t}))},stop:function(){on(),Je=null,Ge={},Ke=[],Qe&&(Qe.disconnect(),Qe=null),Ze=!1,Ft(),function(){for(var t=0,e=ba;t<e.length;t++){var n=e[t];n&&n.disconnect()}ba=[],Sa={},ya=[],Oa=[],Ta=0,Na=null}(),Se(),Pe()}});var ji,Ai=null;function Ri(){Ai=null}function Li(t){Ai={fetchStart:Math.round(t.fetchStart),connectStart:Math.round(t.connectStart),connectEnd:Math.round(t.connectEnd),requestStart:Math.round(t.requestStart),responseStart:Math.round(t.responseStart),responseEnd:Math.round(t.responseEnd),domInteractive:Math.round(t.domInteractive),domComplete:Math.round(t.domComplete),loadEventStart:Math.round(t.loadEventStart),loadEventEnd:Math.round(t.loadEventEnd),redirectCount:Math.round(t.redirectCount),size:t.transferSize?t.transferSize:0,type:t.type,protocol:t.nextHopProtocol,encodedSize:t.encodedBodySize?t.encodedBodySize:0,decodedSize:t.decodedBodySize?t.decodedBodySize:0},function(t){at(this,void 0,void 0,(function(){var e,n;return rt(this,(function(a){return e=s(),n=[e,t],29===t&&(n.push(Ai.fetchStart),n.push(Ai.connectStart),n.push(Ai.connectEnd),n.push(Ai.requestStart),n.push(Ai.responseStart),n.push(Ai.responseEnd),n.push(Ai.domInteractive),n.push(Ai.domComplete),n.push(Ai.loadEventStart),n.push(Ai.loadEventEnd),n.push(Ai.redirectCount),n.push(Ai.size),n.push(Ai.type),n.push(Ai.protocol),n.push(Ai.encodedSize),n.push(Ai.decodedSize),Ri(),Za(n)),[2]}))}))}(29)}var zi=["navigation","resource","longtask","first-input","layout-shift","largest-contentful-paint"];function Hi(){try{ji&&ji.disconnect(),ji=new PerformanceObserver(fi(Pi));for(var t=0,e=zi;t<e.length;t++){var n=e[t];PerformanceObserver.supportedEntryTypes.indexOf(n)>=0&&("layout-shift"===n&&P(9,0),ji.observe({type:n,buffered:!0}))}}catch(t){sr(3,1)}}function Pi(t){!function(t){for(var e=(!("visibilityState"in document)||"visible"===document.visibilityState),n=0;n<t.length;n++){var a=t[n];switch(a.entryType){case"navigation":Li(a);break;case"resource":var r=a.name;zr(4,Wi(r)),r!==o.upload&&r!==o.fallback||W(28,a.duration);break;case"longtask":H(7);break;case"first-input":e&&W(10,a.processingStart-a.startTime);break;case"layout-shift":e&&!a.hadRecentInput&&P(9,1e3*a.value);break;case"largest-contentful-paint":e&&W(8,a.startTime)}}}(t.getEntries())}function Wi(t){var e=document.createElement("a");return e.href=t,e.host}var Xi=[Ii,Ci,ua,Object.freeze({__proto__:null,start:function(){Ri(),function(){navigator&&"connection"in navigator&&zr(27,navigator.connection.effectiveType),window.PerformanceObserver&&PerformanceObserver.supportedEntryTypes?"complete"!==document.readyState?pi(window,"load",X.bind(this,Hi,0)):Hi():sr(3,0)}()},stop:function(){ji&&ji.disconnect(),ji=null,Ri()}})];function Yi(t){void 0===t&&(t=null),function(){try{var t=navigator&&"globalPrivacyControl"in navigator&&1==navigator.globalPrivacyControl;return!1===Ni&&"undefined"!=typeof Promise&&window.MutationObserver&&document.createTreeWalker&&"now"in Date&&"now"in performance&&"undefined"!=typeof WeakMap&&!t}catch(t){return!1}}()&&(Mi(t),Ti(),yt(),Xi.forEach((function(t){return fi(t.start)()})),null===t&&Bi())}function qi(){xi()&&(Xi.slice().reverse().forEach((function(t){return fi(t.stop)()})),wt(),Si(),void 0!==Fi&&(Fi[Vi]=function(){(Fi[Vi].q=Fi[Vi].q||[]).push(arguments),"start"===arguments[0]&&Fi[Vi].q.unshift(Fi[Vi].q.pop())&&Bi()}))}var Ui=Object.freeze({__proto__:null,consent:Jr,event:A,hashText:$t,identify:ut,metadata:Vr,pause:function(){xi()&&(A("clarity","pause"),null===he&&(he=new Promise((function(t){pe=t}))))},resume:function(){xi()&&(he&&(pe(),he=null,null===fe&&me()),A("clarity","resume"))},set:ot,signal:function(t){gt=t},start:Yi,stop:qi,upgrade:et,version:l}),Fi=window,Vi="clarity";function Bi(){if(void 0!==Fi){if(Fi[Vi]&&Fi[Vi].v)return console.warn("Error CL001: Multiple Clarity tags detected.");var t=Fi[Vi]&&Fi[Vi].q||[];for(Fi[Vi]=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return Ui[t].apply(Ui,e)},Fi[Vi].v=l;t.length>0;)Fi[Vi].apply(Fi,t.shift())}}Bi()}();
@@ -161,7 +161,7 @@ function stop$F() {
161
161
  startTime = 0;
162
162
  }
163
163
 
164
- var version$1 = "0.7.39";
164
+ var version$1 = "0.7.40";
165
165
 
166
166
  // tslint:disable: no-bitwise
167
167
  function hash (input, precision) {
@@ -1740,6 +1740,7 @@ function stop$u() {
1740
1740
  }
1741
1741
 
1742
1742
  var state$9 = [];
1743
+ var elementAnimate = null;
1743
1744
  var animationPlay = null;
1744
1745
  var animationPause = null;
1745
1746
  var animationCancel = null;
@@ -1757,6 +1758,14 @@ function start$v() {
1757
1758
  overrideAnimationHelper(animationPause, "pause");
1758
1759
  overrideAnimationHelper(animationCancel, "cancel");
1759
1760
  overrideAnimationHelper(animationFinish, "finish");
1761
+ if (elementAnimate === null) {
1762
+ elementAnimate = Element.prototype.animate;
1763
+ Element.prototype.animate = function () {
1764
+ var createdAnimation = elementAnimate.apply(this, arguments);
1765
+ trackAnimationOperation(createdAnimation, "play");
1766
+ return createdAnimation;
1767
+ };
1768
+ }
1760
1769
  }
1761
1770
  }
1762
1771
  function reset$i() {
@@ -1784,42 +1793,45 @@ function overrideAnimationHelper(functionToOverride, name) {
1784
1793
  if (functionToOverride === null) {
1785
1794
  functionToOverride = Animation.prototype[name];
1786
1795
  Animation.prototype[name] = function () {
1787
- if (active()) {
1788
- var effect = this.effect;
1789
- var target = getId(this.effect.target);
1790
- if (target !== null && effect.getKeyframes && effect.getTiming) {
1791
- if (!this[animationId]) {
1792
- this[animationId] = shortid();
1793
- this[operationCount] = 0;
1794
- var keyframes = effect.getKeyframes();
1795
- var timing = effect.getTiming();
1796
- track$5(time(), this[animationId], 0 /* AnimationOperation.Create */, JSON.stringify(keyframes), JSON.stringify(timing), target);
1797
- }
1798
- if (this[operationCount]++ < maxOperations) {
1799
- var operation = null;
1800
- switch (name) {
1801
- case "play":
1802
- operation = 1 /* AnimationOperation.Play */;
1803
- break;
1804
- case "pause":
1805
- operation = 2 /* AnimationOperation.Pause */;
1806
- break;
1807
- case "cancel":
1808
- operation = 3 /* AnimationOperation.Cancel */;
1809
- break;
1810
- case "finish":
1811
- operation = 4 /* AnimationOperation.Finish */;
1812
- break;
1813
- }
1814
- if (operation) {
1815
- track$5(time(), this[animationId], operation);
1816
- }
1817
- }
1818
- }
1819
- }
1796
+ trackAnimationOperation(this, name);
1820
1797
  return functionToOverride.apply(this, arguments);
1821
1798
  };
1822
1799
  }
1800
+ }
1801
+ function trackAnimationOperation(animation, name) {
1802
+ if (active()) {
1803
+ var effect = animation.effect;
1804
+ var target = getId(effect.target);
1805
+ if (target !== null && effect.getKeyframes && effect.getTiming) {
1806
+ if (!animation[animationId]) {
1807
+ animation[animationId] = shortid();
1808
+ animation[operationCount] = 0;
1809
+ var keyframes = effect.getKeyframes();
1810
+ var timing = effect.getTiming();
1811
+ track$5(time(), animation[animationId], 0 /* AnimationOperation.Create */, JSON.stringify(keyframes), JSON.stringify(timing), target);
1812
+ }
1813
+ if (animation[operationCount]++ < maxOperations) {
1814
+ var operation = null;
1815
+ switch (name) {
1816
+ case "play":
1817
+ operation = 1 /* AnimationOperation.Play */;
1818
+ break;
1819
+ case "pause":
1820
+ operation = 2 /* AnimationOperation.Pause */;
1821
+ break;
1822
+ case "cancel":
1823
+ operation = 3 /* AnimationOperation.Cancel */;
1824
+ break;
1825
+ case "finish":
1826
+ operation = 4 /* AnimationOperation.Finish */;
1827
+ break;
1828
+ }
1829
+ if (operation) {
1830
+ track$5(time(), animation[animationId], operation);
1831
+ }
1832
+ }
1833
+ }
1834
+ }
1823
1835
  }
1824
1836
 
1825
1837
  function encode$4 (type, timer, ts) {