!function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=201)}([,,,function(e,t,n){"use strict";n.d(t,"a",(function(){return r})),n.d(t,"f",(function(){return i})),n.d(t,"d",(function(){return o})),n.d(t,"e",(function(){return a})),n.d(t,"b",(function(){return s})),n.d(t,"i",(function(){return c})),n.d(t,"h",(function(){return u})),n.d(t,"g",(function(){return l})),n.d(t,"j",(function(){return h})),n.d(t,"c",(function(){return d}));var r=Object.freeze({LAST_RECORDING_ACTIVITY_STORE_DEBOUNCE:5e3,MAX_TIME_SINCE_LAST_RECORDING_ACTIVITY_IN_SESSION:12e4}),i=window.hjLazyModules,o={SCRIPT:"js",STYLESHEET:"css"},a="https://hotjar.com",s=Object.freeze({id:null,selector_version:2}),c=60,u=60*c,l=24*u,h=365*l,d=c/2},,function(e,t,n){"use strict";n.d(t,"a",(function(){return m}));var r=n(17),i=n.n(r),o=n(3),a=n(15),s=n(6),c=function(e,t){if(!e)return null;var n=new s.a((new s.a).getTime()+1e3*e);if(t){var r=new s.a;r.setHours(23),r.setMinutes(59),r.setSeconds(59),r.setMilliseconds(999),n.setTime(Math.min(n,r))}return n};function u(e){var t=this,n=e.key,r=e.supportSubdomains,s=void 0!==r&&r,c=e.ttlSeconds,u=void 0===c?o.j:c,l=e.shouldSync,h=void 0===l||l,d=e.keepAliveSeconds,p=void 0===d?0:d,f=e.shouldExtendExpiryOnActivity,g=void 0!==f&&f,m=e.shouldExpireAtMidnight,v=void 0!==m&&m;this.key=n,this.ttlSeconds=u,this.shouldSync=h,this.keepAliveSeconds=p,this.shouldExpireAtMidnight=v,this.isSessionOnly=0===this.ttlSeconds,this.supportSubdomains=s,this.ttlSeconds>0&&(this.activeRefreshTimerId=null,this.keepAliveSeconds>0&&setInterval((function(){return t.refreshExpiryWithThrottling()}),1e3*p),g&&(document.addEventListener("click",(function(){return t.refreshExpiryWithThrottling()}),!1),document.addEventListener("mousemove",(function(){return t.refreshExpiryWithThrottling()}),!1),document.addEventListener("keypress",(function(){return t.refreshExpiryWithThrottling()}),!1),document.addEventListener("scroll",(function(){return t.refreshExpiryWithThrottling()}),!1),document.addEventListener("visibilityChange",(function(){return t.refreshExpiryWithThrottling()}),!1))),this.cookie=i.a.withAttributes(function(e){var t={sameSite:"None",secure:!0};if(e){var n=window.location.hostname;t.domain=Object(a.getMidLevelDomain)(n)}return t}(s))}function l(e){var t=e.key;this.key=t}function h(e){u.call(this,e)}u.prototype.getKey=function(){return this.key},u.prototype.get=function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.resetExpiry,r=void 0!==n&&n,i=null!==(e=this.cookie.get(this.key))&&void 0!==e?e:null;if(!this.isSessionOnly&&this.shouldSync&&(i=this.sync(i)),r&&this.ttlSeconds&&i){var o=c(this.ttlSeconds,this.shouldExpireAtMidnight);this.cookie.set(this.key,i,{expires:o})}return i},u.prototype._setCookie=function(e){var t=c(this.ttlSeconds,this.shouldExpireAtMidnight);this.cookie.set(this.key,e,{expires:t})},u.prototype._setLocalStorage=function(e){m.canUseLocalStorage()&&window.localStorage.setItem(this.key,e)},u.prototype._getLocalStorage=function(){if(m.canUseLocalStorage())return window.localStorage.getItem(this.key)},u.prototype._removeLocalStorage=function(){m.canUseLocalStorage()&&window.localStorage.removeItem(this.key)},u.prototype.set=function(e,t){this._setCookie(e),!t&&this.shouldSync&&(this.isSessionOnly||this._setLocalStorage(e))},u.prototype.setEncoded=function(e,t){e!==decodeURIComponent(e)&&(e=decodeURIComponent(e)),this._setCookie(e);var n=encodeURIComponent(e);!t&&this.shouldSync&&(this.isSessionOnly||this._setLocalStorage(n))},u.prototype.clear=function(){this.cookie.remove(this.key),this.isSessionOnly||this._removeLocalStorage()},u.prototype.sync=function(e){if(!m.canUseLocalStorage()||!this.shouldSync)return e;var t=this._getLocalStorage(),n=e;return e?this._setLocalStorage(e):t&&!e&&(this.set(t,!0),n=t),n},u.prototype.refreshExpiryWithThrottling=function(){var e=this;this.activeRefreshTimerId||(this.activeRefreshTimerId=setTimeout((function(){e.get({resetExpiry:!0}),e.activeRefreshTimerId=null}),1e3*o.c))},l.prototype.getKey=function(){return this.key},l.prototype.get=function(){return this._getLocalStorage()},l.prototype.set=function(e){this._setLocalStorage(e)},l.prototype.clear=function(){this._removeLocalStorage()},l.prototype._setLocalStorage=function(e){m.canUseLocalStorage()&&window.localStorage.setItem(this.key,e)},l.prototype._getLocalStorage=function(){if(m.canUseLocalStorage())return window.localStorage.getItem(this.key)},l.prototype._removeLocalStorage=function(){m.canUseLocalStorage()&&window.localStorage.removeItem(this.key)},h.prototype=Object.create(u.prototype),h.prototype.constructor=h,h.prototype.exists=function(e){var t=this.get();t=t?t.split(","):[];for(var n=0;n0||(m.items.COOKIE_TEST.set("1"),"1"===m.items.COOKIE_TEST.get()?(m.items.COOKIE_TEST.clear(),!0):void 0))}),"storage._cookieAvailabilityTest"),m={items:{ABSOLUTE_SESSION_IN_PROGRESS:new u({key:"_hjAbsoluteSessionInProgress",supportSubdomains:!0,ttlSeconds:o.h/2,shouldSync:!1,shouldExtendExpiryOnActivity:!0,shouldExpireAtMidnight:!0}),HAS_CACHED_USER_ATTRIBUTES:new u({key:"_hjHasCachedUserAttributes",ttlSeconds:0}),COOKIE_TEST:new u({key:"_hjCookieTest",ttlSeconds:0}),DEBUG_FLAG:new u({key:"hjDebug",ttlSeconds:0}),FEEDBACK_SHOW_MESSAGE:new u({key:"_hjShownFeedbackMessage",supportSubdomains:!1,ttlSeconds:o.g}),HJ_ID:new u({key:"_hjid",supportSubdomains:!0}),HJ_SESSION_USER:new u({key:"_hjSessionUser_".concat(hjSiteSettings.site_id),supportSubdomains:!0,shouldSync:!1}),HJ_SESSION:new u({key:"_hjSession_".concat(hjSiteSettings.site_id),supportSubdomains:!0,shouldSync:!1,ttlSeconds:o.h/2,shouldExtendExpiryOnActivity:!0}),FIRST_SEEN:new u({key:"_hjFirstSeen",supportSubdomains:!0,shouldSync:!1,ttlSeconds:o.h/2,shouldExtendExpiryOnActivity:!0}),HUBSPOT_UTK:new u({key:"hubspotutk"}),INCLUDE_IN_PAGEVIEW_SAMPLE:new u({key:"_hjIncludedInPageviewSample",supportSubdomains:!1,shouldSync:!1,ttlSeconds:2*o.i,keepAliveSeconds:o.i/2}),INCLUDE_IN_SESSION_SAMPLE:new u({key:"_hjIncludedInSessionSample",supportSubdomains:!1,shouldSync:!1,ttlSeconds:2*o.i,keepAliveSeconds:o.i/2}),POLL_DONE:new h({key:"_hjDonePolls",supportSubdomains:!0}),POLL_MINIMIZED:new h({key:"_hjMinimizedPolls",supportSubdomains:!0}),SESSION_RESUMED:new u({key:"_hjSessionResumed",ttlSeconds:0}),SESSION_TOO_LARGE:new u({key:"_hjSessionTooLarge",ttlSeconds:0}),SURVEY_INVITES_CLOSED:new h({key:"_hjClosedSurveyInvites"}),USER_ATTRIBUTES_HASH:new u({key:"_hjUserAttributesHash",supportSubdomains:!1,shouldSync:!1,ttlSeconds:2*o.i,keepAliveSeconds:o.i/2})},localStorage:{USER_ATTRIBUTES:new l({key:"_hjUserAttributes"})},areCookiesSupported:function(){return d},setCookiesSupported:function(e){d=e},canUseCookies:function(){return null===this.areCookiesSupported()&&this.setCookiesSupported(g()),this.areCookiesSupported()},canUseLocalStorage:hj.tryCatch((function(){if(null!==p)return p;try{localStorage.setItem("_hjLocalStorageTest",1),localStorage.removeItem("_hjLocalStorageTest"),p=!0}catch(e){p=!1}return p}),"storage.canUseLocalStorage"),canUseSessionStorage:hj.tryCatch((function(){if(null!==f)return f;try{sessionStorage.setItem("_hjSessionStorageTest",1),sessionStorage.removeItem("_hjSessionStorageTest"),f=!0}catch(e){f=!1}return f}),"storage.canUseSessionStorage")};hj.storage=m},function(e,t,n){"use strict";n.d(t,"a",(function(){return c}));var r=n(15);function i(e){return function(e){if(Array.isArray(e))return o(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return o(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n1?n-1:0),o=1;o0&&void 0!==arguments[0]||Object(l.c)(45887);return Math.floor(1e8*Math.random())}()),e.title="_hjSafeContext",e.tabIndex=-1,e.setAttribute("aria-hidden","true"),e.src="about:blank",e.style.setProperty("display","none","important"),e.style.setProperty("width","1px","important"),e.style.setProperty("height","1px","important"),e.style.setProperty("opacity","0","important"),e.style.setProperty("pointer-events","none","important"),document.body.appendChild(e),e}},p=Boolean(Object(r.getParameter)("hjUseSafeNativeWrapper")),f=(null===(s=window.hjSiteSettings.features||[])||void 0===s?void 0:s.indexOf("client_script.safe_date"))>=0;c=f||p?function(e,t){try{if(!a){var n=d();if(!n)return h("Unable to access an IFrame context, using default constructor."),e;a=n}var r=e.name||t;if(!r)return h("Unable to name property or missing fallbackConstructorName"),e;if(!a.contentWindow)return h("Unable to access contentWindow property"),e;var i=a.contentWindow[r];return i||(h("Unable to access constructor with name [".concat(r,"] from an IFrame context")),e)}catch(t){return h("An unexpected error occurred".concat(t instanceof Error?": ".concat(t.message):"",". Using default constructor")),e}}(Date,"Date"):Date},,function(e,t,n){"use strict";n.d(t,"c",(function(){return i})),n.d(t,"d",(function(){return o})),n.d(t,"j",(function(){return a})),n.d(t,"b",(function(){return s})),n.d(t,"f",(function(){return c})),n.d(t,"k",(function(){return u})),n.d(t,"h",(function(){return l})),n.d(t,"e",(function(){return h})),n.d(t,"a",(function(){return d})),n.d(t,"i",(function(){return p})),n.d(t,"g",(function(){return f}));var r=n(21),i=(n(15),function(){return Object(r.a)()}),o=function(e){return Object(r.b)(e,"ded6f544-7265-46bb-ab52-fefac2598466")},a=function(e){return JSON.stringify(e)},s=function(e){return JSON.parse(e)},c=function(e){var t=null;return function(){return null!==t?t:t=e()}},u=function(e){return 1e3*e},l=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;return Math.floor(Math.random()*e)},h=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;return function(t){Math.max(0,e--)>0&&t(e)}},d=function(){var e=0;return function(t){t(e++)}},p=function(e){return function(t){var n=e();setTimeout((function(){t(n)}),n)}},f=function(e){var t=!1;return function(){if(!t)return t=!0,e()}}},,function(e,t,n){"use strict";n.d(t,"a",(function(){return c}));var r=n(5),i=!1,o=!1,a=2,s=!1,c={isRecordingEnabled:function(){return i},setRecordingEnabled:function(e){i=e},isHeatmapEnabled:function(){return o},setHeatmapEnabled:function(e){o=e,hj.heatmapsEnabled=!0},getSelectorVersion:function(){return a},setSelectorVersion:function(e){a=e},isAnythingEnabled:function(){return this.isHeatmapEnabled()||this.isRecordingEnabled()},trackSessionResumed:function(){s=!0},isResumedSession:function(){return s},isFirstSeen:function(){return"1"===r.a.items.FIRST_SEEN.get()},setFirstSeen:function(){return r.a.items.FIRST_SEEN.set("1")}}},,,function(e,t,n){"use strict";n.d(t,"d",(function(){return a})),n.d(t,"e",(function(){return s})),n.d(t,"h",(function(){return c})),n.d(t,"j",(function(){return u})),n.d(t,"a",(function(){return l})),n.d(t,"c",(function(){return h})),n.d(t,"i",(function(){return d})),n.d(t,"g",(function(){return p})),n.d(t,"f",(function(){return f})),n.d(t,"b",(function(){return g}));var r,i=n(51),o=n(32),a=hj.tryCatch((function(e){var t=e||navigator.userAgent;return t.indexOf("MSIE ")>0?document.all&&!document.compatMode?5:document.all&&!window.XMLHttpRequest?6:document.all&&!document.querySelector?7:document.all&&!document.addEventListener?8:document.all&&!window.atob?9:10:-1!==t.indexOf("Trident/")?11:-1!==t.indexOf("Edge/")?12:"notIE"}),"utils"),s=(hj.tryCatch((function(e){return(e=e||navigator.userAgent).indexOf("Firefox")>-1}),"utils"),hj.tryCatch((function(e){return(e=e||navigator.userAgent).indexOf("Safari")>-1&&-1===e.indexOf("Chrome")}),"utils")),c=hj.tryCatch((function(e){var t,n,r;for(t=e.length-1;t>0;t-=1)n=Math.floor(Math.random()*(t+1)),r=e[t],e[t]=e[n],e[n]=r;return e}),"utils"),u=hj.tryCatch((function(e){return/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)}),"utils"),l=hj.tryCatch((function(){return hj.userDeviceType||(hj.userDeviceType=Object(i.a)(),"mobile"===hj.userDeviceType&&(hj.userDeviceType="phone")),hj.userDeviceType}),"utils"),h=hj.tryCatch((function(){if(!_hjSettings.wsHost){var e=Object(o.a)().id;_hjSettings.wsHost="ws".concat(function(e){return parseInt(e.slice(-10),16)%48+1}(e),".hotjar.com")}return _hjSettings.wsHost}),"utils"),d=function(e,t){return Object.keys(t).reduce((function(e,n){return function(e,t,n){var r=e.indexOf("#"),i=-1===r?"":e.substr(r);e=-1===r?e:e.substr(0,r);var o=new RegExp("([?&])"+t+"=.*?(&|$)","i"),a=-1!==e.indexOf("?")?"&":"?";return n?e=e.match(o)?e.replace(o,"$1"+t+"="+n+"$2"):e+a+t+"="+n:("?"===(e=e.replace(new RegExp("([?&]?)"+t+"=[^&]*","i"),"")).slice(-1)&&(e=e.slice(0,-1)),-1===e.indexOf("?")&&(e=e.replace(/&/,"?"))),e+i}(e,n,t[n])}),e)},p=function(e){var t={};return function(n){if(!t[n]){t[n]=!0;for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o-1&&(function(e){try{var t={domain:e};h.set("_hjTLDTest",e,t);var n=h.get("_hjTLDTest");return n&&h.remove("_hjTLDTest",t),n}catch(e){return!1}}(r=t.substring(i))||(r=e(t,i)));return r}(e,n),u[e]=t||e}return u[e]}var h=i.a.withAttributes({sameSite:"None",secure:!0})},,function(e,t,n){var r,i,o;function a(e){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)} /*! js-cookie v3.0.1 | MIT */o=function(){"use strict";function e(e){for(var t=1;ti.a.LAST_RECORDING_ACTIVITY_STORE_DEBOUNCE&&(sessionStorage.setItem("_hjRecordingLastActivity",s),a=s)}return hj.eventStream.write(e,t,n)}},,function(e,t,n){"use strict";n.d(t,"a",(function(){return j})),n.d(t,"b",(function(){return b}));var r=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;for(var i=function(e){return"string"==typeof e&&r.test(e)},o=[],a=0;a<256;++a)o.push((a+256).toString(16).substr(1));var s=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(o[e[t+0]]+o[e[t+1]]+o[e[t+2]]+o[e[t+3]]+"-"+o[e[t+4]]+o[e[t+5]]+"-"+o[e[t+6]]+o[e[t+7]]+"-"+o[e[t+8]]+o[e[t+9]]+"-"+o[e[t+10]]+o[e[t+11]]+o[e[t+12]]+o[e[t+13]]+o[e[t+14]]+o[e[t+15]]).toLowerCase();if(!i(n))throw TypeError("Stringified UUID is invalid");return n};var c=function(e){if(!i(e))throw TypeError("Invalid UUID");var t,n=new Uint8Array(16);return n[0]=(t=parseInt(e.slice(0,8),16))>>>24,n[1]=t>>>16&255,n[2]=t>>>8&255,n[3]=255&t,n[4]=(t=parseInt(e.slice(9,13),16))>>>8,n[5]=255&t,n[6]=(t=parseInt(e.slice(14,18),16))>>>8,n[7]=255&t,n[8]=(t=parseInt(e.slice(19,23),16))>>>8,n[9]=255&t,n[10]=(t=parseInt(e.slice(24,36),16))/1099511627776&255,n[11]=t/4294967296&255,n[12]=t>>>24&255,n[13]=t>>>16&255,n[14]=t>>>8&255,n[15]=255&t,n};function u(e,t,n,r){switch(e){case 0:return t&n^~t&r;case 1:return t^n^r;case 2:return t&n^t&r^n&r;case 3:return t^n^r}}function l(e,t){return e<>>32-t}var h,d=function(e,t,n){function r(e,r,i,o){if("string"==typeof e&&(e=function(e){e=unescape(encodeURIComponent(e));for(var t=[],n=0;n>>0;_=j,j=b,b=l(y,30)>>>0,y=v,v=k}n[0]=n[0]+v>>>0,n[1]=n[1]+y>>>0,n[2]=n[2]+b>>>0,n[3]=n[3]+j>>>0,n[4]=n[4]+_>>>0}return[n[0]>>24&255,n[0]>>16&255,n[0]>>8&255,255&n[0],n[1]>>24&255,n[1]>>16&255,n[1]>>8&255,255&n[1],n[2]>>24&255,n[2]>>16&255,n[2]>>8&255,255&n[2],n[3]>>24&255,n[3]>>16&255,n[3]>>8&255,255&n[3],n[4]>>24&255,n[4]>>16&255,n[4]>>8&255,255&n[4]]})),p=new Uint8Array(16);function f(){if(!h&&!(h="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return h(p)}var g=function(e,t,n){var r=(e=e||{}).random||(e.rng||f)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,t){n=n||0;for(var i=0;i<16;++i)t[n+i]=r[i];return t}return s(r)},m="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof window.msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto),v=new Array(16),y=m?void 0:function(){for(var e,t=0;t<16;t++)0==(3&t)&&(e=4294967296*Math.random()),v[t]=e>>>((3&t)<<3)&255;return v},b=d,j=function(e,t,n){return y&&((e=e||{}).rng=y),g(e,t,n)}},function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));var r=Object.freeze({POPOVER:"popover",FULL_SCREEN:"full_screen",EXTERNAL:"external_link"})},function(e,t,n){"use strict";n.d(t,"b",(function(){return r})),n.d(t,"a",(function(){return i}));var r=Object.freeze({MODAL:"_hj-modal",FOOTER:"_hj-footer",SURVEY_INVITES:"_hj_survey_invite_container",HEATMAP_RETAKER:"_hj-heatmap-retaker",ADMIN_WIDGET:"_hj_admin_widget",INCOMING_FEEDBACK:"_hj_feedback_container",NOTICATION:"_hj-notification"}),i=Object.freeze({RETAKER:"_hjRetakerTrsToken",TARGETING:"_hjRetakerTargeting"})},function(e,t,n){"use strict";n.d(t,"a",(function(){return r})),n.d(t,"b",(function(){return i})),n.d(t,"e",(function(){return o})),n.d(t,"h",(function(){return a})),n.d(t,"i",(function(){return s})),n.d(t,"d",(function(){return c})),n.d(t,"c",(function(){return u})),n.d(t,"j",(function(){return l})),n.d(t,"f",(function(){return h})),n.d(t,"g",(function(){return d}));var r="_hj_hm-retaker",i=340,o={htmlError:"retaker_html_error",ready:"retaker_ready",sendHTML:"retaker_send_html",start:"retaker_start"},a="k",s=[-1!=navigator.userAgent.indexOf("Mac")?"metaKey":"ctrlKey"],c="https://help.hotjar.com/hc/en-us/articles/5215291845143-How-to-Update-a-Heatmap-Screenshot",u="_hjRetakerHtmlDebug",l={button:"button",shortcut:"shortcut"},h={basicScreenshot:"basicScreenshot",dynamicElements:"dynamicElements",cookiesBanners:"cookiesBanners"},d="_hjRetakerMode"},function(e,t,n){"use strict";n.d(t,"d",(function(){return i})),n.d(t,"c",(function(){return o})),n.d(t,"a",(function(){return a})),n.d(t,"e",(function(){return s})),n.d(t,"b",(function(){return c}));var r=n(8),i=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:2,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return function(){return Math.pow(e,t++)}},o=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return function(){return e+=t}},a=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:60,t=arguments.length>1?arguments[1]:void 0;return function(){return Math.min(t(),e)}},s=function(e){return function(){return Object(r.k)(e())}},c=function(e){var t=e.exponentialTicker,n=e.jitterTicker,o=e.cliffValue,a=Object(r.g)((function(){return o}));return function(e){var t=e.exponentialTicker,n=void 0===t?i():t,o=e.jitterTicker,a=void 0===o?function(){return Object(r.h)(100)}:o;return function(){return a()+n()}}({exponentialTicker:function(){return a()||t()},jitterTicker:n})}},,function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));var r=function(e,t){return e.substring(0,t.length)===t}},function(e,t,n){"use strict";n.d(t,"a",(function(){return r})),n.d(t,"b",(function(){return i})),n.d(t,"c",(function(){return o}));var r="_hjHeatmapId",i={component:"url",match_operation:"regex",negate:!1,pattern:".*"},o=Object.freeze({LOADED:"LOADED",PROCESSING:"PROCESSING",SUCCESS:"SUCCESS",ERROR:"ERROR"})},,,,function(e,t,n){"use strict";n.d(t,"b",(function(){return d})),n.d(t,"a",(function(){return f}));var r=n(5),i=n(6),o=n(57),a=n(8);function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function c(e){for(var t=1;tT&&(T=e,Object(s.a)(a.a.SCROLL_REACH,{max_bottom:T},!0))}}),"behavior-data.scrollReach.send")},A={setup:!1,listen:hj.tryCatch((function(){A.setup||(hj.log.debug("Setting up select change listeners.","events"),hj.hq(document).on("change","select",A.send),A.setup=!0)}),"behavior-data.selectChange.listen"),send:hj.tryCatch((function(e){if(u.a.isRecordingEnabled()){var t=hj.hq(e.target),n=hj.selector().get(t),r=t.val();Object(s.a)(a.a.SELECT_CHANGE,{value:r,selector:n,time:hj.time.getNow(),timestamp:o.a.now()},!0).flush()}}),"behavior-data.selectChange.send")},x={setup:!1,listen:hj.tryCatch((function(){x.setup||(hj.log.debug("Setting up screen size change listeners.","events"),i=hj.ui.getWindowSize(),setInterval(x.checkResize,1e3),x.checkResize(),x.setup=!0)}),"behavior-data.viewportResize.listen"),checkResize:hj.tryCatch((function(){var e=hj.ui.getWindowSize();e.width===i.width&&e.height===i.height||(i=e,x.send())}),"behavior-data.viewportResize.checkResize"),send:hj.tryCatch((function(){u.a.isRecordingEnabled()&&Object(s.a)(a.a.VIEWPORT_RESIZE,{time:hj.time.getNow(),timestamp:o.a.now(),w:i.width,h:i.height}).flush()}),"behavior-data.viewportResize.send")},P={setup:!1,listen:hj.tryCatch((function(){P.setup||(hj.adoptedStyleSheets.init(),hj.adoptedStyleSheets.register(P.send.bind(P,"adopted_style_sheets"),!0),P.setup=!0)}),"behavior-data.adoptedStyleSheets.listen"),send:hj.tryCatch((function(e,t){t&&setTimeout(hj.tryCatch((function(){var n={time:hj.time.getNow(),timestamp:o.a.now(),parentSelector:t.parentSelector,sheets:t.sheets,nodeId:t.nodeId};hj.debug.emit(e,n),Object(s.a)(e,n,!1)}),"behavior-data.adoptedStyleSheets"))}),"behavior-data.adoptedStyleSheets.send")}},,function(e,t,n){"use strict";function r(e){return unescape(encodeURIComponent(e))}function i(e){return decodeURIComponent(escape(e))}function o(e){return btoa(r(e))}function a(e){return i(atob(e))}n.d(t,"d",(function(){return r})),n.d(t,"c",(function(){return i})),n.d(t,"b",(function(){return o})),n.d(t,"a",(function(){return a}))},function(e,t,n){"use strict";n.d(t,"a",(function(){return r})),n.d(t,"b",(function(){return i})),n.d(t,"c",(function(){return a})),n.d(t,"d",(function(){return s}));var r="_hj-widget-container",i="_hj-widget-iframe";function o(e,t){for(var n=e.querySelectorAll(t),r=0;r0&&void 0!==arguments[0]?arguments[0]:"unknown";if(void 0!==r)return hj.log.debug("[".concat(e,"] Included in pageview/snapshot sample (already set)? ").concat(r),"sampling",{r:hj.settings.r,user_id:o.a.getAsNumber()}),r;var t=a.a.items.INCLUDE_IN_PAGEVIEW_SAMPLE.get({resetExpiry:!0}),n="1"==t;if(hj.log.debug("[".concat(e,"] Included in pageview/snapshot sample (from cookie)? ").concat(n),"sampling",{cookie_value:t}),t)return r=n;var i=hj.url.getParameter("hjIncludeInSample")||hj.url.getParameter("hjIncludeInPageviewSample");switch(i){case"0":return r=!1,hj.log.debug("You have set includedInPageviewSample to false.","sampling"),a.a.items.INCLUDE_IN_PAGEVIEW_SAMPLE.set("0"),r;case"1":return r=!0,a.a.items.INCLUDE_IN_PAGEVIEW_SAMPLE.set("1"),hj.log.debug("You have set includedInPageviewSample to true.","sampling"),r}return(r=void 0===hj.settings.r||null===hj.settings.r?o.a.compareRatio(1):o.a.compareRatio(hj.settings.r))&&a.a.items.INCLUDE_IN_PAGEVIEW_SAMPLE.set("1"),hj.log.debug("[".concat(e,"] Included in pageview/snapshot sample? ").concat(r),"sampling",{r:hj.settings.r,user_id:o.a.getAsNumber()}),r},c=Math.random(),u=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"unknown";if(void 0!==i)return hj.log.debug("[".concat(e,"] Included in session/CC sample (already set)? ").concat(i),"sampling",{rec_value:hj.settings.rec_value,includedInSessionSample:i,mathRandomResult:c}),i;if(0===hj.settings.rec_value)return a.a.items.INCLUDE_IN_SESSION_SAMPLE.set("0"),hj.log.debug("[".concat(e,"] rec_value has gone to 0, removing from sample."),"sampling",{rec_value:hj.settings.rec_value,includedInSessionSample:i}),i=!1;if(!hj.settings.continuous_capture_enabled)return hj.log.debug("[".concat(e,"] Included in session/CC sample (setting check)? ").concat(i),"sampling",{"hj.settings.continuous_capture_enabled":hj.settings.continuous_capture_enabled}),i=!1;var t=a.a.items.INCLUDE_IN_SESSION_SAMPLE.get({resetExpiry:!0}),n="1"==t;if(hj.log.debug("[".concat(e,"] Included in session/CC sample (from cookie)? ").concat(n),"sampling",{cookie_value:t}),t)return i=n;var r=hj.url.getParameter("hjIncludeInSessionSample");switch(r){case"0":return i=!1,hj.log.debug("You have set includedInSessionSample to false.","sampling"),i;case"1":return i=!0,a.a.items.INCLUDE_IN_SESSION_SAMPLE.set(i?"1":"0"),hj.log.debug("You have set includedInSessionSample to true.","sampling"),i}return(i=1===hj.settings.rec_value||void 0!==hj.settings.rec_value&&null!==hj.settings.rec_value&&(c||1)<=hj.settings.rec_value)?a.a.items.INCLUDE_IN_SESSION_SAMPLE.set("1"):a.a.items.INCLUDE_IN_SESSION_SAMPLE.set("0"),hj.log.debug("[".concat(e,"] Included in session/CC sample? ").concat(i),"sampling",{rec_value:hj.settings.rec_value,mathRandomResult:c}),i},l=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"unknown";return hj.settings.continuous_capture_enabled?u(e):s(e)}},function(e,t,n){"use strict";n.d(t,"a",(function(){return a})),n.d(t,"e",(function(){return s})),n.d(t,"d",(function(){return u})),n.d(t,"b",(function(){return l})),n.d(t,"c",(function(){return h})),n.d(t,"f",(function(){return d}));var r=n(13);var i="tracking.performance.telemetry.if.time_to_open",o=["tracking.performance.telemetry.if.time_to_render","tracking.performance.telemetry.if.full_time_to_render",i],a={IF_TIME_TO_RENDER:"tracking.performance.telemetry.if.time_to_render",IF_FULL_TIME_TO_RENDER:"tracking.performance.telemetry.if.full_time_to_render",IF_TIME_TO_OPEN:i};function s(){return"performance"in window&&"now"in window.performance&&"getEntriesByType"in window.performance&&"find"in Array.prototype&&"lastIndexOf"in String.prototype}function c(e,t){var n;if(!s())return 0;var r=performance.getEntriesByType("resource").find((function(t){return!!t.name&&(e instanceof RegExp?e.test(t.name):-1!==t.name.lastIndexOf(e))}));return r?Math.round(null!==(n=r[t])&&void 0!==n?n:0):0}function u(){return s()?Math.round(performance.now()):0}function l(){return c("hotjar-".concat(hj.settings.site_id,".js"),"startTime")}function h(){return c(/preact-incoming-feedback\.[\w]+\.js$/,"startTime")}function d(e){var t=Object.keys(e).reduce((function(t,n){return e[n]>0&&o.indexOf(n)>-1&&t.push({metric:{name:n,type:"distribution",value:e[n]},tags:[{type:"device",value:Object(r.a)()}]}),t}),[]);!hj.isPreview&&hj.features.hasFeature("feedback.widget_telemetry")&&Math.random()<.001&&t.length>0&&hj.ajax.post("".concat(hj.apiUrlBase,"/tracking/metrics"),{metrics:t})}},function(e,t,n){"use strict";var r;function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,"a",(function(){return a})),n.d(t,"b",(function(){return c})),n.d(t,"c",(function(){return m}));var o,a=Object.freeze({LIVE:"LIVE",REVIEW_WEBAPP:"REVIEW_WEBAPP",REVIEW:"REVIEW",STAGING:"STAGING",DEV:"DEV",DEV_OLD:"DEV_OLD"}),s=(o=document.location.host.match(/^(insights-webapp|surveys-webapp|insights|surveys)-(.+)\..+\.eks\.hotjar\.com$/))&&o[2],c=Object.freeze((i(r={},a.LIVE,{INSIGHTS:"insights.hotjar.com",SURVEYS:"surveys.hotjar.com"}),i(r,a.REVIEW,{INSIGHTS:s&&"insights-".concat(s,".review.eks.hotjar.com"),SURVEYS:s&&"surveys-".concat(s,".review.eks.hotjar.com")}),i(r,a.REVIEW_WEBAPP,{INSIGHTS:s&&"insights-webapp-".concat(s,".review.eks.hotjar.com"),SURVEYS:s&&"surveys-webapp-".concat(s,".review.eks.hotjar.com")}),i(r,a.STAGING,{INSIGHTS:"insights-staging.hotjar.com",SURVEYS:"surveys-staging.hotjar.com"}),i(r,a.DEV,{INSIGHTS:"local.hotjar.com:8443",SURVEYS:"surveys.local.hotjar.com:8443"}),i(r,a.DEV_OLD,{INSIGHTS:"local.hotjar.com",SURVEYS:"surveys.local.hotjar.com"}),r)),u=function(e){return function(t,n){return t===c[e][n]}},l=u(a.DEV),h=u(a.DEV_OLD),d=u(a.LIVE),p=u(a.REVIEW_WEBAPP),f=u(a.REVIEW),g=u(a.STAGING),m=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"INSIGHTS",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document.location.host;return d(t,e)?a.LIVE:l(t,e)?a.DEV:h(t,e)?a.DEV_OLD:p(t,e)?a.REVIEW_WEBAPP:f(t,e)?a.REVIEW:g(t,e)?a.STAGING:a.LIVE}},function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));var r=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window,t=null!=e&&e==e.window,n=!t,r=(n||document.documentElement,"Tv Desktop Tablet Mobile".split(" ")),i=function(e){var t=function(t){return e.match(t)};return t(/GoogleTV|SmartTV|Internet.TV|NetCast|NETTV|AppleTV|boxee|Kylo|Roku|DLNADOC|CE\-HTML/i)||t(/Xbox|PLAYSTATION.3|Wii/i)?"tv":t(/iPad/i)||t(/tablet/i)&&!t(/RX-34/i)||t(/FOLIO/i)||t(/Linux/i)&&t(/Android/i)&&!t(/Fennec|mobi|HTC.Magic|HTCX06HT|Nexus.One|SC-02B|fone.945|Chromebook/i)||t(/Kindle/i)||t(/Mac.OS/i)&&t(/Silk/i)||t(/GT-P10|SC-01C|SHW-M180S|SGH-T849|SCH-I800|SHW-M180L|SPH-P100|SGH-I987|zt180|HTC(.Flyer|\_Flyer)|Sprint.ATP51|ViewPad7|pandigital(sprnova|nova)|Ideos.S7|Dell.Streak.7|Advent.Vega|A101IT|A70BHT|MID7015|Next2|nook/i)||t(/MB511/i)&&t(/RUTEM/i)?"tablet":t(/BOLT|Fennec|Iris|Maemo|Minimo|Mobi|mowser|NetFront|Novarra|Prism|RX-34|Skyfire|Tear|XV6875|XV6975|Google.Wireless.Transcoder/i)||t(/Opera/i)&&t(/Windows.NT.5/i)&&t(/HTC|Xda|Mini|Vario|SAMSUNG\-GT\-i8000|SAMSUNG\-SGH\-i9/i)?"mobile":t(/Windows.(NT|XP|ME|9)/)&&!t(/Phone/i)||t(/Win(9|.9|NT)/i)||t(/Macintosh|PowerPC/i)&&!t(/Silk/i)||t(/Linux/i)&&t(/X11/i)||t(/Solaris|SunOS|BSD/i)||t(/Bot|Crawler|Spider|Yahoo|ia_archiver|Covario-IDS|findlinks|DataparkSearch|larbin|Mediapartners-Google|NG-Search|Snappy|Teoma|Jeeves|TinEye/i)&&!t(/Mobile/i)||t(/\b(CrOS|Chromebook)\b/i)?"desktop":"mobile"},o=i(e.navigator?e.navigator.userAgent:e.request?e.request.headers["user-agent"]:"No User-Agent Provided"),a=function(e){return o===e},s=function(){var e=[].slice.call(arguments,0);return 2===e.length&&o===e[0]?(o=e[1],u()):1===e.length&&"string"==typeof e[0]&&(o=e[0],u()),o};function c(){for(var e=r.length;e--;)s["is"+r[e]]=a(r[e].toLowerCase())}function u(){c()}return s.is=a,s.test=i,u(),s}()},,function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(3),i=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:a,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:s,r=0,i=!1;function c(){0!==--r||i||t.bind(this)()}function u(){i=!0,n.bind(this)()}Object.keys(e).forEach((function(t){var n=e[t];"string"==typeof n&&(n=[n]),r+=n.length,n.forEach((function(e){o(e,t,c,u)}))}))},o=function(e,t,n,i){var o;t===r.d.SCRIPT?(o=document.createElement("script")).src="".concat(hj.scriptDomain).concat(e):t===r.d.STYLESHEET&&((o=document.createElement("link")).href="".concat(hj.scriptDomain).concat(e),o.rel="stylesheet"),o.onload=n,o.onerror=i,document.getElementsByTagName("head")[0].appendChild(o)};function a(){}function s(){var e=this.src||this.href;hj.exceptions.log("Failed to load module: ".concat(e,"."),"loader")}},,function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));var r=Object.freeze({IDENTIFY_USER:"identify_user",AUTOTAG_RECORDING:"autotag_recording",TAG_RECORDING:"tag_recording",HEATMAP_HELO:"heatmap_helo",RECORDING_HELO:"recording_helo",REPORT_USER_ID:"report_user_id",MUTATION:"mutation",MOUSE_CLICK:"mouse_click",INPUT_CHOICE_CHANGE:"input_choice_change",KEY_PRESS:"key_press",MOUSE_MOVE:"mouse_move",RELATIVE_MOUSE_MOVE:"relative_mouse_move",CLIPBOARD:"clipboard",PAGE_VISIBILITY:"page_visibility",SCROLL_REACH:"scroll_reach",SCROLL:"scroll",SELECT_CHANGE:"select_change",VIEWPORT_RESIZE:"viewport_resize",SCRIPT_PERFORMANCE:"script_performance",REPORT_CONTENT:"report_content",INSERTED_RULE:"inserted_rule",DELETED_RULE:"deleted_rule"})},,function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(36),i=function(e){var t=e.storageAccessor,n=e.serializer,i=e.deserializer;return{get:function(){var e=t.get();if(!e)return null;var n=function(e){try{return{result:e()}}catch(e){return e instanceof Error?{error:e}:"string"==typeof e?{error:new Error(e)}:{error:new Error("")}}}((function(){return i(Object(r.a)(e))})).result;return void 0===n?null:n},set:function(e){t.set(Object(r.b)(n(e)))}}}},function(e,t,n){"use strict";n.r(t),n.d(t,"userAttributes",(function(){return l}));var r=n(55),i=n(19),o=n(10),a=n(6),s=n(32),c=n(5),u=n(13),l={id:void 0,attributes:{},init:hj.tryCatch((function(){if(hj.settings.user_attributes_enabled){var e=f();e&&(l.id=e.userId,l.attributes=e.attributes)}}),"userAttributes.init"),reset:hj.tryCatch((function(){l.id=void 0,l.attributes={},g()}),"userAttributes.reset"),set:hj.tryCatch((function(e,t){hj.settings.user_attributes_enabled?(void 0!==l.id&&null!==l.id&&l.id!==e&&(hj.log.debug("User ID changed, resetting all attributes before continuing.","userAttributes"),l.reset()),l.id=e,l.attributes=Object(u.f)(l.attributes,t),p({attributes:l.attributes,userId:l.id}),hj.event.signal("user-attributes-set"),o.a.isRecordingEnabled()?l.flush():hj.log.debug("No recording in progress. Not sending.","userAttributes")):hj.log.debug("User attributes not enabled. Doing nothing.","userAttributes")}),"userAttributes.set"),flush:hj.tryCatch((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:hj.hq.noop;if(void 0!==l.id||Object.keys(l.attributes).length){var t=c.a.items.USER_ATTRIBUTES_HASH.get({resetExpiry:!0}),n=hj.md5(JSON.stringify({allAttributes:l.attributes,userId:l.id}));if(t===n)return e(null,l.id,l.attributes),void hj.log.debug("No changed user attributes. Not sending.","userAttributes");c.a.items.USER_ATTRIBUTES_HASH.set(n),hj.debug.isOn()&&h(l.id,l.attributes),d(l.id,l.attributes),e(null,l.id,l.attributes)}else e(Error("no_user"))}),"userAttributes.flush"),get:hj.tryCatch((function(e){return"user_id"===e?l.id:l.attributes[e]}),"userAttributes.get")},h=function(e,t){hj.ajax.post("".concat(hj.identifyEndpoint,"/sites/").concat(hj.settings.site_id,"/users/").concat(Object(s.a)().id,"/validate"),{user_id:e,attributes:t},hj.tryCatch((function(e){e.errors&&Object.keys(e.errors).length>0?hj.log.debug("User validation API call PARTIALLY successful (some errors).","userAttributes",e):hj.log.debug("User validation API call successful.","userAttributes",e)}),"userAttributes"),hj.tryCatch((function(e){hj.log.debug("User Attributes validation API call failed.","userAttributes",e.responseText&&JSON.parse(e.responseText)||"unknown_failure")}),"userAttributes"))},d=function(e,t){if(o.a.isRecordingEnabled()){var n={hj_id:Object(s.a)().id,user_id:e,attributes:t,time:hj.time.getNow(),timestamp:a.a.now()};Object(i.a)(r.a.IDENTIFY_USER,n,!0).flush(),hj.log.debug("User attributes sent up websocket.","userAttributes",n)}},p=function(e){var t=hj.b64EncodeUnicode(JSON.stringify(e));c.a.localStorage.USER_ATTRIBUTES.set(t),c.a.items.HAS_CACHED_USER_ATTRIBUTES.set("true",!0)},f=function(){var e="true"===c.a.items.HAS_CACHED_USER_ATTRIBUTES.get()?c.a.localStorage.USER_ATTRIBUTES.get():void 0;if(e)try{var t=hj.isParsableJSON(e)?e:hj.b64DecodeUnicode(e);return JSON.parse(t)}catch(e){return}},g=function(){c.a.items.HAS_CACHED_USER_ATTRIBUTES.clear(),c.a.localStorage.USER_ATTRIBUTES.clear()}},,,function(e,t,n){"use strict";n.d(t,"a",(function(){return g}));var r=n(55),i=n(10),o=n(19),a=n(94),s=n(34),c=n(117),u=n(58),l=n(6),h=n(13),d=n(5);var p=!1,f=Object(h.g)((function(e,t,n,i,s){var u,l,h;Object(o.a)((u={},l=r.a.RECORDING_HELO,h=function(){hj.metrics.timeEnd("time-to-first-event",{tag:null});var r=hj.visitData.getPageVisitInfo(e,t,hj.settings.site_id);return Object(c.b)(r,n,i)},l in u?Object.defineProperty(u,l,{value:h,enumerable:!0,configurable:!0,writable:!0}):u[l]=h,u)).flush(),hj.eventStream.reportPageContent(e.key),s?a.a.enableRecording():e.ready("pageInfo",(function(e){g.initializeTreeMirror(e),a.a.enableRecording(d.a.items.SESSION_RESUMED.get())}))})),g={autoTagsToProcess:[],tagsToProcess:[],active:!1,isTreeMirrorInitialized:function(){return p},start:hj.tryCatch((function(){i.a.setRecordingEnabled(!0),sessionStorage.setItem("_hjRecordingEnabled",!0),sessionStorage.setItem("_hjRecordingLastActivity",l.a.now()),hj.visitData.lazyTrack.execute();var e=hj.visitData.property,t=hj.ui.getWindowSize(),n=hj.time.getNow(),a=l.a.now();f(e.key,e,t,n,a,this.isTreeMirrorInitialized()),g.active=!0,g.tagsToProcess.length&&(Object(o.a)(r.a.TAG_RECORDING,g.tagsToProcess,!0).flush(),g.tagsToProcess=[]),g.autoTagsToProcess.length&&(Object(o.a)(r.a.AUTOTAG_RECORDING,g.autoTagsToProcess,!0).flush(),g.autoTagsToProcess=[]),hj.settings.user_attributes_enabled&&u.userAttributes.flush()}),"behavior-data.recording.start"),setAndSendPageContent:function(e,t){var n=e.get("pageInfo").urlMD5;hj.globals.ready("userId",(function(){return hj.eventStream.storePageContent(t,n)}))},reset:function(){hj.globals.set("pageInfo",void 0),hj.globals.set("userId",void 0),hj.eventStream.clearPageContent(),hj.treeMirror.resetMutationListeners(),p=!1},initializeTreeMirror:hj.tryCatch((function(e){hj.treeMirror.mutationObserverAvailable&&(hj.metrics.timeStart("task-execution-time",{task:"dom-serialization"}),hj.treeMirror.getTree((function(t,n){m(e,t,n)}),v))}),"behavior-data.initializeTreeMirror"),resume:function(){s.j.update(),s.f.trackCoordinatesOnNextClick()}},m=function(e,t,n){g.setAndSendPageContent(e,JSON.stringify({docType:hj.html.getPageDoctype(),rootId:t,children:n})),p=!0,hj.metrics.timeEnd("task-execution-time",{tag:{task:"dom-serialization"}}),hj.metrics.timeEnd("task-execution-time",{tag:{task:"node-suppression"},incr:{flush:!0}})},v=function(e,t,n,i){var a={};(e.length||t.length||n.length||i.length)&&(a.time=hj.time.getNow(),a.timestamp=l.a.now(),e.length&&(a.a=e),t.length&&(a.b=t),n.length&&(a.c=n),i.length&&(a.d=i),hj.debug.emit("mutation",a),Object(o.a)(r.a.MUTATION,a,!1))}},,,,,,,,,,function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var r=n(53),i=n(3),o=!1,a=function(e){var t=e.title,n=e.message,a=e.status;o?hj.widget.renderNotificationWidget({title:t,message:n,status:a}):Object(r.a)(i.f.NOTIFICATION,(function(){o=!0,hj.widget.renderNotificationWidget({title:t,message:n,status:a})}))}},,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";function r(e,t,n){t=t||hj.hq.noop,n=n||hj.hq.noop,hj.hq.ajax({url:e,success:hj.tryCatch(t,"Data"),error:hj.tryCatch(n,"Data")})}function i(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"json";return n=n||hj.hq.noop,r=r||hj.hq.noop,hj.hq.ajax({url:e,type:"POST",data:"json"===i?hj.hq.stringify(t):t,contentType:"text/plain; charset=UTF-8",success:hj.tryCatch(n,"Data"),error:hj.tryCatch(r,"Data")})}function o(e,t,n,r){n=n||hj.hq.noop,r=r||hj.hq.noop,hj.hq.ajax({url:e,type:"PUT",data:hj.hq.stringify(t),contentType:"text/plain; charset=UTF-8",success:hj.tryCatch(n,"Data"),error:hj.tryCatch(r,"Data")})}n.r(t),n.d(t,"get",(function(){return r})),n.d(t,"post",(function(){return i})),n.d(t,"putAsJSON",(function(){return o})),hj.ajax={get:r,post:i,putAsJSON:o}},function(e,t,n){"use strict";n.d(t,"a",(function(){return l}));var r=n(10),i=n(34),o=Object(i.h)("copy"),a=Object(i.h)("cut"),s=Object(i.h)("paste"),c=[i.j,i.e,i.g,i.f,i.l,i.m,i.c,i.d,o,a,i.i,s,i.b,i.a],u=[i.g,i.f,i.k,i.c],l={enableRecording:hj.tryCatch((function(e){r.a.setRecordingEnabled(!0),c.forEach((function(t){t.listen(e)})),hj.autotag.start()}),"behavior-data.events.enableRecording"),enableHeatmap:hj.tryCatch((function(e){r.a.setHeatmapEnabled(!0),u.forEach((function(e){e.listen()})),r.a.setSelectorVersion(e)}),"behavior-data.events.enableHeatmap"),disableHeatmap:hj.tryCatch((function(){r.a.setHeatmapEnabled(!1)}),"behavior-data.events.disableHeatmap")}},function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(32),i={getAsNumber:function(){var e=Object(r.a)().id;return(parseInt(e.slice(-10),16)+1)/Math.pow(2,40)},compareRatio:hj.tryCatch((function(e,t){return i.getAsNumber()*(t?100:1)<=e}),"identifier.compareRatio")}},,,,,,function(e,t,n){"use strict";n.r(t),n.d(t,"create",(function(){return o}));var r=n(21);function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var o=hj.tryCatch((function(){var e={key:Object(r.a)()},t={},n={};return e.ready=hj.tryCatch((function(r,i){i=hj.tryCatch(i,"Data"),n[r]?(hj.log.debug("Property "+r+" is ready. Calling callback() now.","property",i),i(e)):(hj.log.debug("Property "+r+" is not ready. Saving callback().","property",i),t[r]?t[r].push({callback:i,executed:!1}):t[r]=[{callback:i,executed:!1}])}),"data"),e.set=hj.tryCatch((function(r,o){hj.log.debug("Setting properties."+r+" to "+o,"property"),n[r]=o,"object"===i(t[r])&&hj.hq.each(t[r],(function(t,n){n.executed||(hj.log.debug("Calling "+r+" callback.","property"),n.callback(e),n.executed=!0)}))}),"data"),e.get=hj.tryCatch((function(e){return n[e]}),"data"),e}),"data");hj.property=hj.tryCatch((function(){var e={};return e.create=o,hj.globals=e.create(),e}),"data")()},function(e,t,n){"use strict";n.r(t),n.d(t,"Resource",(function(){return a}));var r,i=n(93),o=new RegExp("<.+:(.+)>");function a(e,t,n){var r={},i=function(){for(var t=e.split("/"),n=[],r=0;r",{put:["PUT",["token","data"]]}),r)},,,,function(e,t,n){"use strict";n.r(t);var r=n(71),i=n(21),o=n(36),a=n(5),s=n(15),c=n(58),u=n(13);function l(e){return(l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}hj.tryCatch((function(){if(void 0!==hj.scriptLoaded)return window.console=window.console||{warn:function(){}},console.warn("Hotjar Tracking Warning: Multiple Hotjar tracking codes were detected on this page. Tracking will not work as expected."),hj.verifyInstall?void Object(r.a)("Hotjar installation invalid.","It appears you have more than one Hotjar tracking code set up on this page. Hotjar cannot work properly if multiple Hotjar scripts are loaded concurrently. Please make sure you only install the one tracking code provided for this site.","bad"):void 0;var e,t,n;function h(e,t){var n=p(n=e[0],o=e[1],i=e[2],r=e[3],t[0],7,-680876936),r=p(r,n,o,i,t[1],12,-389564586),i=p(i,r,n,o,t[2],17,606105819),o=p(o,i,r,n,t[3],22,-1044525330);n=p(n,o,i,r,t[4],7,-176418897),r=p(r,n,o,i,t[5],12,1200080426),i=p(i,r,n,o,t[6],17,-1473231341),o=p(o,i,r,n,t[7],22,-45705983),n=p(n,o,i,r,t[8],7,1770035416),r=p(r,n,o,i,t[9],12,-1958414417),i=p(i,r,n,o,t[10],17,-42063),o=p(o,i,r,n,t[11],22,-1990404162),n=p(n,o,i,r,t[12],7,1804603682),r=p(r,n,o,i,t[13],12,-40341101),i=p(i,r,n,o,t[14],17,-1502002290),n=f(n,o=p(o,i,r,n,t[15],22,1236535329),i,r,t[1],5,-165796510),r=f(r,n,o,i,t[6],9,-1069501632),i=f(i,r,n,o,t[11],14,643717713),o=f(o,i,r,n,t[0],20,-373897302),n=f(n,o,i,r,t[5],5,-701558691),r=f(r,n,o,i,t[10],9,38016083),i=f(i,r,n,o,t[15],14,-660478335),o=f(o,i,r,n,t[4],20,-405537848),n=f(n,o,i,r,t[9],5,568446438),r=f(r,n,o,i,t[14],9,-1019803690),i=f(i,r,n,o,t[3],14,-187363961),o=f(o,i,r,n,t[8],20,1163531501),n=f(n,o,i,r,t[13],5,-1444681467),r=f(r,n,o,i,t[2],9,-51403784),i=f(i,r,n,o,t[7],14,1735328473),n=g(n,o=f(o,i,r,n,t[12],20,-1926607734),i,r,t[5],4,-378558),r=g(r,n,o,i,t[8],11,-2022574463),i=g(i,r,n,o,t[11],16,1839030562),o=g(o,i,r,n,t[14],23,-35309556),n=g(n,o,i,r,t[1],4,-1530992060),r=g(r,n,o,i,t[4],11,1272893353),i=g(i,r,n,o,t[7],16,-155497632),o=g(o,i,r,n,t[10],23,-1094730640),n=g(n,o,i,r,t[13],4,681279174),r=g(r,n,o,i,t[0],11,-358537222),i=g(i,r,n,o,t[3],16,-722521979),o=g(o,i,r,n,t[6],23,76029189),n=g(n,o,i,r,t[9],4,-640364487),r=g(r,n,o,i,t[12],11,-421815835),i=g(i,r,n,o,t[15],16,530742520),n=m(n,o=g(o,i,r,n,t[2],23,-995338651),i,r,t[0],6,-198630844),r=m(r,n,o,i,t[7],10,1126891415),i=m(i,r,n,o,t[14],15,-1416354905),o=m(o,i,r,n,t[5],21,-57434055),n=m(n,o,i,r,t[12],6,1700485571),r=m(r,n,o,i,t[3],10,-1894986606),i=m(i,r,n,o,t[10],15,-1051523),o=m(o,i,r,n,t[1],21,-2054922799),n=m(n,o,i,r,t[8],6,1873313359),r=m(r,n,o,i,t[15],10,-30611744),i=m(i,r,n,o,t[6],15,-1560198380),o=m(o,i,r,n,t[13],21,1309151649),n=m(n,o,i,r,t[4],6,-145523070),r=m(r,n,o,i,t[11],10,-1120210379),i=m(i,r,n,o,t[2],15,718787259),o=m(o,i,r,n,t[9],21,-343485551);e[0]=j(n,e[0]),e[1]=j(o,e[1]),e[2]=j(i,e[2]),e[3]=j(r,e[3])}function d(e,t,n,r,i,o){return t=j(j(t,e),j(r,o)),j(t<>>32-i,n)}function p(e,t,n,r,i,o,a){return d(t&n|~t&r,e,t,i,o,a)}function f(e,t,n,r,i,o,a){return d(t&r|n&~r,e,t,i,o,a)}function g(e,t,n,r,i,o,a){return d(t^n^r,e,t,i,o,a)}function m(e,t,n,r,i,o,a){return d(n^(t|~r),e,t,i,o,a)}function v(e){var t,n=[];for(t=0;64>t;t+=4)n[t>>2]=e.charCodeAt(t)+(e.charCodeAt(t+1)<<8)+(e.charCodeAt(t+2)<<16)+(e.charCodeAt(t+3)<<24);return n}window.hj=window.hj||function(){(window.hj.q=window.hj.q||[]).push(arguments)},window.hj.q=window.hj.q||[],hj.hostname=hj.host.split(":")[0],hj.port=443,hj.apiUrlBase="https://"+hj.host+"/api/v1",hj.apiUrlBaseV2="https://"+hj.host+"/api/v2",hj.isPreview=Boolean(_hjSettings.preview),hj.userDeviceType=null,hj.optOut=!1,hj.windowSize=null,hj.maxRecordingTagLength=250,hj.settings=hj.isPreview?{}:window.hjSiteSettings,hj.locationListener=(n="manual",(t={}).setMode=hj.tryCatch((function(t){n=t,e&&clearInterval(e),"automatic_with_fragments"===n?e=setInterval((function(){var e=""===location.hash&&location.href.indexOf("#")>-1?"#":location.hash,t="".concat(location.origin).concat(location.pathname).concat(location.search).concat(e);hj.currentUrl&&hj.currentUrl!=t&&hj._init.reinit(t)}),200):"automatic"===n&&(e=setInterval((function(){var e="".concat(location.origin).concat(location.pathname).concat(location.search);hj.currentUrl&&hj.currentUrl.split("#")[0]!=e&&hj._init.reinit(e)}),200))})),t);var y="0123456789abcdef".split("");function b(e){for(var t="",n=0;4>n;n++)t+=y[e>>8*n+4&15]+y[e>>8*n&15];return t}function j(e,t){return e+t&4294967295}hj.encodeAsUtf8=o.d,hj.decodeAsUtf8=o.c,hj.md5=function(e,t){var n="";try{n=function(e){for(var t=0;t>2]|=e.charCodeAt(t)<<(t%4<<3);if(i[t>>2]|=128<<(t%4<<3),55t;t++)i[t]=0;return i[14]=8*n,h(r,i),r}(hj.encodeAsUtf8(e)))}catch(e){t?n="":hj.exceptions.log(e,"md5")}return n},hj.b64EncodeUnicode=o.b,hj.b64DecodeUnicode=o.a,hj.isParsableJSON=function(e){try{var t=JSON.parse(e);if(t&&"object"===l(t))return!0}catch(e){}return!1},"5d41402abc4b2a76b9719d911017c592"!=hj.md5("hello")&&(j=function(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}),hj.time=function(){var e=(new Date).getTime(),t={reset:function(){e=(new Date).getTime()},getNow:function(){return(new Date).getTime()-e}};return t}(),hj.debug=function(){var e={isOn:function(){return _hjSettings.hjdebug},on:function(e){_hjSettings.hjdebug=!0,e&&a.a.items.DEBUG_FLAG.set(!0)},off:function(){_hjSettings.hjdebug=!1,a.a.items.DEBUG_FLAG.clear()},emit:function(e,t){"undefined"!=typeof _hjEmitters&&_hjEmitters.includes&&_hjEmitters.includes(e)&&window.postMessage({data:t,message:a.a.items.DEBUG_FLAG.getKey(),type:e},"*")}};return e}(),hj.url=s,hj.log=function(){var e=!1,t="",n={},r={autotag:"#ff0099",command:"#0079a4",data:"#009bd2",dataqueue:"#00445c",deferredpagecontent:"#7c7c7c",event:"#ff7000",events:"#ffc000",exception:"#e63946",heatmap:"#700000",init:"#6600cc",integration:"#2a9072",poll:"#00a000",property:"#ff33cc",recording:"#dd0000",rendering:"#bd00ea",sampling:"#efb0a1",survey:"#007000",targeting:"#00ee00",visitdata:"#00668a",websocket:"#0dc0ff"};return n.init=function(){void 0===window.console&&(window.console={debug:function(){},trace:function(){},log:function(){},info:function(){},warn:function(){},error:function(){}})},n.debug=function(i,o,a){var s=o&&r[o.toLowerCase()]||"#2a9d8f";t!=i&&e&&(console.groupEnd(),e=!1),t=i,hj.debug.isOn()&&("object"===l(i)?hj.hq.each(i,(function(e,t){n.debug(e+": "+t,o,null)})):(i=o&&"string"==typeof i?o.toUpperCase()+": "+i:i,i="%c"+(new Date).toTimeString().replace(/.*(\d{2}:\d{2}:\d{2}).*/,"$1")+":%c "+i,a?(e||(console.groupCollapsed(i+":","color: #999;","color: "+s+";"),e=!0),console.log(a)):console.log(i,"color: #999;","color: "+s+";")))},n.info=function(e){console.log("%c"+e,"color: #006EFF")},n.warn=function(e){console.log("%c"+e,"color: #E8910C")},n.error=function(e){console.error("Hotjar error: "+e)},n.warnIfEmpty=function(e,t){if(Array.isArray(e)?0===e.length:hj.hq.isNullOrUndefined(e)){var n=null===e?"null":void 0===e?"undefined":"no value";hj.log.debug("WARNING: [".concat(t,"] a value was expected but ").concat(n," was found!"))}},n}(),hj.loader=function(){var e={},t=[];return e.getModules=hj.tryCatch((function(){return t}),"common"),e.registerModule=hj.tryCatch((function(e,n,r){t.push({name:e,module:n,nonTracking:void 0!==r&&r})}),"common"),e}(),hj.targeting=function(){var e={};function t(t,n){var r;if(!e.matchOperations[t.match_operation])return hj.exceptions.log({message:'Targeting error - "'+t.match_operation+'" match operation does not exist.',stacktrace:""},"common.targeting.matchPatternWithRule"),!1;t.rule_type=t.rule_type||t.component;var i=function(e,t){return"date"!==e.rule_type||"less_than"!==e.match_operation&&"greater_than"!==e.match_operation?t:(new Date(t).valueOf()/1e3).toFixed(0)}(t,n);return(r=e.matchOperations[t.match_operation](t,i)).error?(hj.exceptions.log({message:'Targeting error - "'+t.match_operation+" - "+r.error,stacktrace:""},"common.targeting.matchPatternWithRule"),!1):("url"!==t.component&&t.negate&&(r=!r),function(e,t,n){var r=n?"Match ":"No Match ";!n||"url"!==e.component&&"device"!==e.component||(r+=e.component+"|"+e.match_operation+"|"+e.pattern+(e.negate?" [NEGATE]":""),hj.log.debug(r,"targeting"));"attribute"!==e.component&&"event"!==e.component||(r+=e.component+"|"+e.name+" ("+e.rule_type+")|"+e.match_operation+"|"+e.pattern+"|compared with: "+t+(e.negate?" [NEGATE]":""),hj.log.debug(r,"targeting"))}(t,n,r),r)}function n(e){var n=!1,r=Object(u.a)();return(n=0===e.length||3===e.length||e.some((function(e){return t(e,r)})))?hj.log.debug("Device match found","targeting"):hj.log.debug("No device match found","targeting"),n}function r(e,n){var r,i=!1,o=!1,a=!1;if(0===e.length)return hj.log.debug("No URL targeting rules set","targeting"),!1;for(var s=0;sNumber(e.pattern)})),less_than:p((function(e,t){return Number(t)=r}))},e}(),hj.rendering=function(){var e={},t=[];function n(e,t){hj.tryCatch(t,"Rendering")(e)}function r(e,t){hj.widgetDelay.set((function(){hj.tryCatch(t,"Rendering")(e)}),1e3*e.display_delay)}function i(e,n,r){var i=hj.hq(document),o=hj.hq(window),a=[];function s(){hj.tryCatch(n,"Rendering")(e),i.off("mousemove."+r),i.off("mouseout."+r)}t.push(r),i.off("mousemove."+r),i.off("mouseout."+r),i.on("mousemove."+r,hj.tryCatch((function(e){a.push({x:e.clientX,y:e.clientY}),a.length>2&&(a[1].x===a[2].x&&a[1].y===a[2].y?a.pop():a.shift())}),"Rendering")),i.on("mouseout."+r,hj.tryCatch((function(e){e.relatedTarget&&(e.relatedTarget===this||this.compareDocumentPosition(e.relatedTarget)&Node.DOCUMENT_POSITION_CONTAINED_BY)||function(e){var t=a[1],n=a[0];if(e|=0,void 0!==t&&!(t.y>=n.y||e>0)){n.x===t.x&&s();var r=(n.y-t.y)/(n.x-t.x),i=-(n.y-r*n.x)/r;i>0&&i=.5&&(i.off("scroll."+n),t(e))}),"Rendering"))}return e.clearAllAbandonEvents=hj.tryCatch((function(){t.forEach((function(e){hj.log.debug("Removing abandon events for "+e,"rendering"),hj.hq(document).off("mousemove."+e),hj.hq(document).off("mouseout."+e)})),t=[]}),"common"),e.addToDom=hj.tryCatch((function(e,t){if(!e)throw Error("container id not defined");if(!t)throw Error("cannot append html to container #"+e+", html not defined.");return hj.hq("#"+e).remove(),hj.hq("body").append(t),hj.hq("#"+e+">div")}),"common.addToDom"),e.TrustedString=function(e){this.value=e},e.callAccordingToCondition=hj.tryCatch((function(e,t,a){var s={immediate:n,delay:r,abandon:i,scroll:o}[e.display_condition];if(hj.log.debug("Calling active item ("+t+"): "+e.display_condition,"rendering"),!s)throw new Error('Unhandled display condition: "'+e.display_condition+'"');hj.tryCatch(s,"Rendering")(e,a,t)}),"common"),e}(),hj.survey=hj.tryCatch((function(){var e={ctrl:void 0,data:void 0,model:{},activeLanguageDirection:"ltr"};return e}),"common")(),hj.ui=function(){var e={};return e.getWindowSize=hj.tryCatch((function(){var e=function(){try{return window.self!==window.top}catch(e){return!0}}(),t={width:!e&&window.screen?window.screen.width:document.body.clientWidth,height:!e&&window.screen?window.screen.height:document.body.clientHeight};return{width:window.innerWidth||document.documentElement.clientWidth||t.width,height:window.innerHeight||document.documentElement.clientHeight||t.height}}),"common"),e.getDocumentSize=hj.tryCatch((function(){var t,n;if(document&&document.documentElement&&document.documentElement.clientWidth)t=document.documentElement.clientWidth,n=document.documentElement.clientHeight;else{var r=e.getWindowSize();t=r.width,n=r.height}return{width:t,height:n}}),"common"),e.getScrollPosition=hj.tryCatch((function(e){return e=e||window,{left:hj.hq(e).scrollLeft(),top:hj.hq(e).scrollTop()}}),"common"),e.getBottomAsPercentage=hj.tryCatch((function(){var e=parseInt(1e3*(hj.hq(window).scrollTop()+hj.ui.getWindowSize().height)/hj.hq(document).height(),10);return Math.min(1e3,e)}),"common"),e.disableScrolling=hj.tryCatch((function(e){var t=hj.ui.getScrollPosition();hj.hq(document).on("scroll.hotjarDisable resize.hotjarDisable mousewheel.hotjarDisable DOMMouseScroll.hotjarDisable touchmove.hotjarDisable",hj.tryCatch((function(n){n.preventDefault(),window.scrollTo(t.left,t.top),e&&e()}),"common"))}),"common"),e.enableScrolling=hj.tryCatch((function(){hj.hq(document).off("scroll.hotjarDisable"),hj.hq(document).off("resize.hotjarDisable"),hj.hq(document).off("mousewheel.hotjarDisable"),hj.hq(document).off("DOMMouseScroll.hotjarDisable"),hj.hq(document).off("touchmove.hotjarDisable")}),"common"),e}(),hj.dom=function(){var e={getCSSURLs:function(){var e=[],t=document.styleSheets;return hj.log.debug("Getting CSS","dpc","Starting"),t&&t.length>0&&hj.hq.each(t,(function(t,n){n.href&&0===n.href.indexOf("http")&&(hj.log.debug("Getting CSS","dpc",n.href),e.push(n.href))})),e}};return e}(),hj.html=function(){var e={};return e.getPageContent=hj.tryCatch((function(e,t){function n(e,t){t=t||document;var n=parseInt(e.split(":")[0]),r=e.substring(e.indexOf(":")+1);return t.querySelectorAll(r)[n]}t=t||[],hj.treeMirror.getMirroredDocument((function(r){var i=hj.insertedRules.getCurrentInsertedRules(),o={};i.forEach((function(e){var i=n(e.parentSelector,r);if(o[e.parentSelector]||(o[e.parentSelector]=""),"LINK"===i.tagName){var a=i.attributes,s=a.href.value.split(location.hostname).pop().replace("/",""),c=r.querySelector(".blob-hash-"+s);if(!c){c=document.createElement("style"),o[e.parentSelector]=o[e.parentSelector]+"/* Originally: 0&&(t=t.substring(0,n)),0!==(t=t.replace(",","")).indexOf("http")&&(t=o+t),e.src=t}}e.removeAttribute("srcset")}})),Array.prototype.slice.call(e.getElementsByTagName("source")).forEach((function(e){e.attributes.srcset&&e.removeAttribute("srcset")})),[].forEach.call(e.querySelectorAll("script"),(function(e){e.parentNode.removeChild(e)})),t(hj.html.getPageDoctype()+e.documentElement.outerHTML)}(r,e,t)}))}),"common"),e.getPageDoctype=hj.tryCatch((function(){return null===document.doctype?"":"\n"}),"common"),e}(),hj.features=function(){var e={};return e.getFeatures=hj.tryCatch((function(){return hj.settings.features||[]}),"hj.features.getFeatures"),e.hasFeature=hj.tryCatch((function(t){var n;try{var r=window.localStorage.getItem("HJ_OVERRIDE_FEATURE:".concat(t));n="true"===r||"1"===r}catch(e){n=!1}return e.getFeatures().indexOf(t)>-1||n}),"hj.features.hasFeature"),e}(),hj.cssBlobs=function(){var e={},t=[];return e.register=function(e){t.push(e)},e.handleBlobStyles=hj.tryCatch((function(e){var n,r=[];if("link"===e.tagName.toLowerCase()&&"rel"in e.attributes&&"stylesheet"===e.attributes.rel.value&&"href"in e.attributes&&0===e.attributes.href.value.indexOf("blob:")){n=hj.selector().get(hj.hq(e));for(var i=0,o=e.sheet.cssRules.length;i=200&&t.status<400?r.isFunction(e.success)&&e.success(t.responseText&&JSON.parse(t.responseText),t):r.isFunction(e.error)&&e.error(t)},t.onerror=function(){r.isFunction(e.error)&&e.error(t)},t.ontimeout=function(){r.isFunction(e.timeout)&&e.timeout(t)},r.isFunction(e.requestAnnotator)&&e.requestAnnotator(t),"POST"!==e.type&&"PUT"!==e.type||!e.data?t.send():t.send(e.data)},r.get=function(e,t){var n=new XMLHttpRequest;n.open("GET",e,!0),n.timeout=15e3,n.onload=function(){n.status>=200&&n.status<400&&t&&t(n.responseText)},n.send()},r.eventHandlers={},r.selector="";var i=function(e){var i,o,a,s=window._hjDocument||t;if(r.selector=e,r.isWindow(e))return this[0]=window,this.length=1,this;if(r.isDocument(e,s))return this[0]=s,this.length=1,this;if("object"===n(e))return this[0]=e,this.length=1,this;if("string"==typeof e&&"<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3)return(i=s.createElement("div")).innerHTML=e,this[0]=i.childNodes[0],this.length=1,this;if("string"==typeof e){isNaN(e.charAt(1))||"."!==e.charAt(0)&&"#"!==e.charAt(0)||(e=e.charAt(0)+"\\3"+e.charAt(1)+" "+e.slice(2));try{o=s.querySelectorAll(e)}catch(e){return this.length=0,this}for(a=0;a0&&(this[0].value=e),void 0===this[0]?void 0:this[0]?this[0].value:""},i.prototype.text=function(e){return void 0===e?this[0].textContent:this[0].textContent=e},i.prototype.each=function(e,t){Array.prototype.forEach.call(this,(function(e,n,r){t(n,e,r)}))},i.prototype.append=function(e){var i;"object"===n(e)?"body"===r.selector?t.body.appendChild(e.get(0)):this[0].appendChild(e.get(0)):"body"===r.selector?((i=t.createElement("div")).innerHTML=e,t.body.appendChild(i)):((i=t.createElement("div")).innerHTML=e,this[0].appendChild(i))},i.prototype.hasClass=function(e){return this[0].classList?this[0].classList.contains(e):new RegExp("(^| )"+e+"( |$)","gi").test(this[0].className)},i.prototype.addClass=function(e){var t;for(t=0;t=0;i-=1)if(r[i]===e)return!0;return!1}(this[0],e)},i.prototype.remove=function(){var e;for(e=0;e-1&&o.call(d,e)}},Array.isArray(r.eventHandlers[u])||(r.eventHandlers[u]=[]),r.eventHandlers[u].push(l),t.addEventListener(g[c].split(".")[0],l,!0)):("boolean"==typeof i&&!1===i&&(i=function(e){return e.preventDefault(),!1}),Array.isArray(r.eventHandlers.document)||(r.eventHandlers.document=[]),r.eventHandlers.document.push(i),this[0].addEventListener(g[c].split(".")[0],i,a));else if(r.isDocument(this[0]))for(c=0;c-1))return r(this[0]).get(0).nodeName.toLowerCase()===e;if((t=/([A-Za-z]+)\[([A-Za-z-]+)=([A-Za-z]+)]/g.exec(e)).length)return r.each(r(this[0]).get(0).attributes,(function(e,n){n.name===t[2]&&n.value===t[3]&&(i=!0)})),r(this[0]).get(0).nodeName.toLowerCase()===t[1]&&i}},i.prototype.css=function(e,t){var r,i;for(i=0;i0&&void 0!==arguments[0]?arguments[0]:document.location.href,t=[r.b[r.a.LIVE].SURVEYS,r.b[r.a.REVIEW_WEBAPP].SURVEYS,r.b[r.a.REVIEW].SURVEYS,r.b[r.a.STAGING].SURVEYS,r.b[r.a.DEV].SURVEYS,r.b[r.a.DEV_OLD].SURVEYS],n=document.createElement("a");return n.href=e,t.indexOf(n.hostname)>=0}},,,,,,,,,,,function(e,t,n){"use strict";function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}e.exports=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var n,i="boolean"==typeof t.cycles&&t.cycles,o=t.cmp&&(n=t.cmp,function(e){return function(t,r){var i={key:t,value:e[t]},o={key:r,value:e[r]};return n(i,o)}}),a=[];return function e(t){if(t&&t.toJSON&&"function"==typeof t.toJSON&&(t=t.toJSON()),void 0!==t){if("number"==typeof t)return isFinite(t)?""+t:"null";if("object"!==r(t))return JSON.stringify(t);var n,s;if(Array.isArray(t)){for(s="[",n=0;n-1&&(t=t.replace(/eval code/g,"eval").replace(/(\(eval at [^()]*)|(,.*$)/g,""));var n=t.replace(/^\s+/,"").replace(/\(eval code/g,"(").replace(/^.*?\s+/,""),r=n.match(/ (\(.+\)$)/);n=r?n.replace(r[0],""):n;var i=this.extractLocation(r?r[1]:n),o=r&&n||void 0,a=["eval",""].indexOf(i[0])>-1?void 0:i[0];return new e({functionName:o,fileName:a,lineNumber:i[1],columnNumber:i[2],source:t})}),this)},parseFFOrSafari:function(t){return t.stack.split("\n").filter((function(e){return!e.match(r)}),this).map((function(t){if(t.indexOf(" > eval")>-1&&(t=t.replace(/ line (\d+)(?: > eval line \d+)* > eval:\d+:\d+/g,":$1")),-1===t.indexOf("@")&&-1===t.indexOf(":"))return new e({functionName:t});var n=/((.*".+"[^@]*)?[^@]*)(?:@)/,r=t.match(n),i=r&&r[1]?r[1]:void 0,o=this.extractLocation(t.replace(n,""));return new e({functionName:i,fileName:o[0],lineNumber:o[1],columnNumber:o[2],source:t})}),this)},parseOpera:function(e){return!e.stacktrace||e.message.indexOf("\n")>-1&&e.message.split("\n").length>e.stacktrace.split("\n").length?this.parseOpera9(e):e.stack?this.parseOpera11(e):this.parseOpera10(e)},parseOpera9:function(t){for(var n=/Line (\d+).*script (?:in )?(\S+)/i,r=t.message.split("\n"),i=[],o=2,a=r.length;o/,"$2").replace(/\([^)]*\)/g,"")||void 0;o.match(/\(([^)]*)\)/)&&(n=o.replace(/^[^(]+\(([^)]*)\)$/,"$1"));var s=void 0===n||"[arguments not available]"===n?void 0:n.split(",");return new e({functionName:a,args:s,fileName:i[0],lineNumber:i[1],columnNumber:i[2],source:t})}),this)}}})?r.apply(t,i):r)||(e.exports=o)}()},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){n.p=hj.scriptDomain,(0,n(202).initErrorLogging)(),n(116),n(203),n(237),n(106),n(204),n(205),n(209),n(230),n(58),n(112),n(210),n(211),n(212),n(238),n(213),n(218),n(219),n(220),n(221),n(222),n(232)},function(e,t,n){"use strict";n.r(t),n.d(t,"exceptionLogger",(function(){return u})),n.d(t,"initErrorLogging",(function(){return l}));var r=n(3);function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function a(e){for(var t=1;t0?1:.002,y=(null==e?void 0:e.throttleDelay)||1e3,b=(null==e?void 0:e.maxErrors)||10,j=["event_id","stacktrace","release","useragent","User-Agent","logger","scriptversion","module","errorgroup","errormessagegroup"];function _(){return u.every((function(e){return"loaded"===e.state}))}function w(e){e.state="loaded",e.onLoad(),_()&&m&&f.startProcessing&&f.startProcessing()}function S(){u.filter((function(e){return"unloaded"===e.state})).forEach((function(e){e.check()?w(e):(function(e){var t;e.state="loading";var n=document.createElement("script");n.src=e.url,null===(t=document.getElementsByTagName("head")[0])||void 0===t||t.appendChild(n)}(e),function(e){var t=setInterval((function(){e.check()&&(clearInterval(t),w(e))}),10)}(e))}))}return u=[{name:"sentry",check:function(){return void 0!==hj.Sentry},url:"".concat(hj.scriptDomain).concat(null===(t=r.f.SENTRY)||void 0===t?void 0:t.js),state:"unloaded",onLoad:function(){var e=new hj.Sentry.BrowserClient({dsn:hj.errorUrl,environment:hj.environmentID,release:"insights-client-script-"+window.hjBootstrap.revision,sampleRate:v,defaultIntegrations:!1,integrations:[],beforeSend:function(e){if(!/.*Google.*/.test(window.navigator.userAgent))return function e(t){return hj.hq.each(t,(function(n,r){r&&"object"===i(r)?e(r):r&&"string"==typeof r&&-1==j.indexOf(n)&&(r=(r=(r=(r=r.replace(h,"")).replace(l,"")).replace(d,"123456789012")).replace(p,"<******>"),t[n]=r)})),t}(e)}});(o=new hj.Sentry.Hub(e)).setUser({id:_hjSettings.hjid}),o.getScope().addEventProcessor(c)}}],f.sendException=function(e){try{o.captureException(e.exception,{tags:{logger:e.module}})}catch(e){n("Failed to log exception: "+e,"Exception")}},f.tryCatch=function(e,t){return function(){try{return e.apply(this,arguments)}catch(e){if(/[?&]logErrors/.test(location.search)&&console.error(e),window.__TESTS__)throw e;f.log&&f.log(e,t||"Generic")}}},f.log=function(e,t){var r;n("Exception occurred in '"+t+"'","Exception",e),r={exception:e,module:t},g.length=b&&f.stopProcessing&&f.stopProcessing()}),y))},f.isProcessing=function(){return null!==a},f.stopProcessing=function(){f.isProcessing&&f.isProcessing()&&a&&(clearInterval(a),a=null)},f};function l(){window.hj=window.hj||function(){(window.hj.q=window.hj.q||[]).push(arguments)},window._hjSettings=window._hjSettings||{},hj.defaults={host:"in.hotjar.com",environment:"live",environmentID:"live",insightsHost:"insights.hotjar.com",insightsApiHost:"insights.hotjar.com",staticHost:"static.hotjar.com",varsHost:"vars.hotjar.com",surveysHost:"surveys.hotjar.com",errorUrl:"https://1f207eb734724d2698fcacdeae569a24@sentry-proxy.hotjar.com/1803150",identifyEndpoint:"https://identify.hotjar.com",viewCounterEndpoint:"https://vc.hotjar.io/sessions",viewCounterHitPercentage:.25,surveyImpressionsEndpoint:"https://surveystats.hotjar.io/hit"},hj.host=_hjSettings.host||hj.defaults.host,hj.insightsHost=_hjSettings.insightsHost||hj.defaults.insightsHost,hj.insightsApiHost=_hjSettings.insightsApiHost||hj.defaults.insightsApiHost,hj.staticHost=_hjSettings.staticHost||hj.defaults.staticHost,hj.varsHost=_hjSettings.varsHost||hj.defaults.varsHost,hj.surveysHost=_hjSettings.surveysHost||hj.defaults.surveysHost,hj.errorUrl=void 0!==_hjSettings.errorUrl?_hjSettings.errorUrl:hj.defaults.errorUrl,hj.environment=_hjSettings.environment||hj.defaults.environment,hj.environmentID=_hjSettings.environmentID||hj.defaults.environmentID,hj.identifyEndpoint=_hjSettings.identifyEndpoint||hj.defaults.identifyEndpoint,hj.viewCounterEndpoint=void 0!==_hjSettings.viewCounterEndpoint?_hjSettings.viewCounterEndpoint:hj.defaults.viewCounterEndpoint,hj.viewCounterHitPercentage=void 0!==_hjSettings.viewCounterHitPercentage?_hjSettings.viewCounterHitPercentage:hj.defaults.viewCounterHitPercentage,hj.surveyImpressionsEndpoint=void 0!==_hjSettings.surveyImpressionsEndpoint?_hjSettings.surveyImpressionsEndpoint:hj.defaults.surveyImpressionsEndpoint,hj.exceptions=u(),hj.tryCatch=hj.exceptions.tryCatch}},function(e,t){hj.tryCatch((function(){if(void 0!==window.MutationObserver||void 0!==window.WebKitMutationObserver||void 0!==window.MozMutationObserver){var e,t=(this||{}).__extends||function(e,t){function n(){this.constructor=e}for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r]);n.prototype=t.prototype,e.prototype=new n};if(void 0===(e="undefined"!=typeof WebKitMutationObserver?WebKitMutationObserver:MutationObserver))throw console.error("DOM Mutation Observers are required."),console.error("https://developer.mozilla.org/en-US/docs/DOM/MutationObserver"),Error("DOM Mutation Observers are required");var n,r=function(){function e(){this.nodes=[],this.values=[]}return e.prototype.isIndex=function(e){return+e==e>>>0},e.prototype.nodeId=function(t){var n=t[e.ID_PROP];return n||(n=t[e.ID_PROP]=e.nextId_++),n},e.prototype.set=function(e,t){var n=this.nodeId(e);this.nodes[n]=e,this.values[n]=t},e.prototype.get=function(e){return e=this.nodeId(e),this.values[e]},e.prototype.has=function(e){return this.nodeId(e)in this.nodes},e.prototype.deleteNode=function(e){e=this.nodeId(e),delete this.nodes[e],this.values[e]=void 0},e.prototype.keys=function(){var e,t=[];for(e in this.nodes)this.isIndex(e)&&t.push(this.nodes[e]);return t},e.prototype.getValues=function(){var e,t=[];for(e in this.values)this.isIndex(e)&&t.push(this.values[e]);return t},e.ID_PROP="__hj_mutation_summary_node_map_id__",e.nextId_=1,e}();(v=n||(n={}))[v.STAYED_OUT=0]="STAYED_OUT",v[v.ENTERED=1]="ENTERED",v[v.STAYED_IN=2]="STAYED_IN",v[v.REPARENTED=3]="REPARENTED",v[v.REORDERED=4]="REORDERED",v[v.EXITED=5]="EXITED";var i=function(){function e(e,t,n,r,i,o,a,s){void 0===t&&(t=!1),void 0===n&&(n=!1),void 0===r&&(r=!1),void 0===i&&(i=null),void 0===o&&(o=!1),void 0===a&&(a=null),void 0===s&&(s=null),this.node=e,this.childList=t,this.attributes=n,this.characterData=r,this.oldParentNode=i,this.added=o,this.attributeOldValues=a,this.characterDataOldValue=s,this.isCaseInsensitive=this.node.nodeType===Node.ELEMENT_NODE&&this.node instanceof HTMLElement&&this.node.ownerDocument instanceof HTMLDocument}return e.prototype.getAttributeOldValue=function(e){if(this.attributeOldValues)return this.isCaseInsensitive&&(e=e.toLowerCase()),this.attributeOldValues[e]},e.prototype.getAttributeNamesMutated=function(){var e=[];if(!this.attributeOldValues)return e;for(var t in this.attributeOldValues)e.push(t);return e},e.prototype.attributeMutated=function(e,t){this.attributes=!0,this.attributeOldValues=this.attributeOldValues||{},e in this.attributeOldValues||(this.attributeOldValues[e]=t)},e.prototype.characterDataMutated=function(e){this.characterData||(this.characterData=!0,this.characterDataOldValue=e)},e.prototype.removedFromParent=function(e){this.childList=!0,this.added||this.oldParentNode?this.added=!1:this.oldParentNode=e},e.prototype.insertedIntoParent=function(){this.added=this.childList=!0},e.prototype.getOldParent=function(){if(this.childList){if(this.oldParentNode)return this.oldParentNode;if(this.added)return null}return this.node.parentNode},e}(),o=function(){this.added=new r,this.removed=new r,this.maybeMoved=new r,this.oldPrevious=new r,this.moved=void 0},a=function(e){function n(t,n){e.call(this),this.rootNode=t,this.wasReachableCache=this.reachableCache=void 0,this.anyCharacterDataChanged=this.anyAttributesChanged=this.anyParentsChanged=!1;for(var r=0;r1&&void 0!==arguments[1]&&arguments[1];e.property=hj.property.create(),hj.eventStream.setCurrentPageVisitKey(e.property.key),n=n||document.location.href,hj.log.debug("Tracking: ".concat(n,", sessionOnly: ").concat(r),"visitData"),e.property.set("pageInfo",{url:n,urlMD5:hj.md5(hj.b64EncodeUnicode(n))}),t({isVpv:!1,sessionOnly:r})}),"data"),e.lazyTrack={calls:[],enqueue:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];hj.log.debug("Enqueued for lazy tracking: ".concat(e,", sessionOnly: ").concat(t),"visitData"),this.calls.push({url:e,sessionOnly:t})},execute:function(){var t=this.calls.shift();null!=t&&(hj.log.debug("Lazy tracking: ".concat(t.url,", sessionOnly: ").concat(t.sessionOnly),"visitData"),e.track(t.url,t.sessionOnly))}},e.trackVpv=hj.tryCatch((function(e){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];e=e||document.location.href,hj.log.debug("Tracking vpv: ".concat(e,", sessionOnly: ").concat(n),"visitData"),t({isVpv:!0,sessionOnly:n})}),"data"),e}),"data")(),hj.pageVisit=hj.visitData},function(e,t,n){"use strict";n.r(t);var r=n(58),i=n(112),o=n(32);function a(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{try{r||null==s.return||s.return()}finally{if(i)throw o}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return s(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return s(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n|`|'|:|"|!|;|,|\?|%|\}|\{|\.|\*|\+|\||\[|\]|\(|\)|\/|\^|\$)/g,r=/(\s|#|@|&|~|=|<|>|`|'|:|"|!|;|,|\?|%|\}|\{|\.|\*|\+|\||\[|\]|\(|\)|\/|\^|\$)/g,i=t.ignoreUUIDClasses?/^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}$/:{test:function(){return!1}},o=hj.tryCatch((function(e){var t,n,r,i,o,u;if(i=function(e,n){for(r=hj.hq(n),t=0;t"+o+n)}),"common"),s=function(e){var r=[];return!(void 0===(e=hj.hq.trim((e||"").replace(/\s\s+/g," ")))||""===e||e.indexOf("yui_")>-1)&&((e=e.replace(n,"\\$1")).split(/\s/g).forEach((function(e){!(r.length-1||h(e))&&(e=e.replace(r,"\\$1"),e=l(e),e=u(e))},u=function(e){if(!e)return e;var t=e.charAt(0);return/\d/.test(t)?"\\3"+t+" "+e.slice(1):e},l=function(e){if(!e||"-"!==e.charAt(0))return e;var t=e.charAt(0),n=e.charAt(1);return/\d/.test(n)?t+"\\3"+n+" "+e.slice(2):e},h=function(e){return 1===e.length&&"-"===e},d=function(e){var r=[];return!(void 0===(e=hj.hq.trim((e||"").replace(/\s\s+/g," ")))||""===e||e.indexOf("yui_")>-1||h(e))&&((e=e.replace(n,"\\$1")).split(/\s/g).forEach((function(e){!(r.length=0}(e[0])?hj.log.debug('Command "'+e[0]+'" blocked due to opt-out',"command"):hj.tryCatch(r,"command")(i):hj.log.debug('Unknown command: "'+e[0]+'"',"command"),n.length>0&&hj.tryCatch(u)()}function l(e){e[0]&&hj.event.signal("trigger:"+e[0])}function h(e){if(e[0]&&Array.isArray(e[0])){var t=hj.privacy.getTagsWithoutPII(e[0]);hj.behaviorData.tagRecording(t)}else hj.log.error("tagRecording was called with an invalid argument. Please provide an array of tags. For example: hj('tagRecording', ['tag1', 'tag2']).\n\nRead more here: https://help.hotjar.com/hc/en-us/articles/115011819488-How-to-Tag-your-Hotjar-Recordings")}return t.vpv=function(e){if(!hj.optOut){var t=e[0];if(t){var n=location.protocol+"//"+location.hostname+t;hj.log.debug('Sending virtual page view for URL "'.concat(n,'"'),"command"),Object(o.a)("commands.vpv")?hj.visitData.trackVpv(n,!1):Object(o.b)("commands.vpv")&&hj.visitData.trackVpv(n,!0)}hj.visitData.trackView()}},t.stateChange=function(e){var t=window.location.href;e&&e.length>=1&&e[0]&&(t=hj.url.getUrlFromString(e[0])),hj.log.debug('Changing state to URL "'+t+'"',"command"),hj.currentUrl&&hj.currentUrl!=t&&hj._init.reinit(t)},t.tagRecording=function(e){h(e)},t.trigger=function(e){l(e)},t.identify=function(e){if(e[1]){var t=e[0];t=!t&&0!==t||"null"===t||"undefined"===t?null:String(t),r.userAttributes.set(t,e[1])}else null!=e[0]&&"object"===a(e[0])&&r.userAttributes.set(null,e[0])},t.event=function(e){l(e),h([[e[0]]])},t.session_event=function(e){i.sessionEvents.set(e[0])},t.gaSetTracker=function(e){e[0]&&hj.integrations.google_analytics.sendHotjarUserId.setTracker(e[0])},t._xhr=function(){},t.ready=function(e){e.forEach((function(e){e()}))},e.run=function(){hj.command=this},e.activate=function(){c||(c=!0,n.push=function(){var e;for(e=0;e0&&u())},hj.initialVisitDataSent&&e.activate(),e}(),!0)}),"command")()},function(e,t){function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}hj.tryCatch((function(){var e=function(){var t=/\S+/g,n=/\s?background[^;]+;?\s?/g;function r(){return Math.random()<.5?-1:1}function i(e,t){return e=e||16,t=t||"*",new Array(e+1).join(t)}var o=hj.tryCatch((function(e){var t={};return e.style&&e.style.width||(t.width=e.offsetWidth+"px"),e.style&&e.style.height||(t.height=e.offsetHeight+"px"),t}),"Suppresser.getSuppressedImageSize"),a=hj.tryCatch((function(e){return e&&e.length?e.replace(t,(function(e){return i(Math.max(1,e.length+r()))})):i(16+r())}),"Suppresser.textHandler"),s=hj.tryCatch((function(e){return hj.settings.anonymize_emails&&(e=e.replace(b,a)),hj.settings.anonymize_digits&&(e=e.replace(p,a)),e=e.replace(m,(function(e){return e.replace(p,a)}))}),"Suppresser.textContentHandler"),c=hj.tryCatch((function(){return i()}),"Suppresser.passwordHandler"),u=hj.tryCatch((function(){return i(16,1)}),"Suppresser.numberHandler"),l=hj.tryCatch((function(e){var t=e?16:10;return new Date(2839968e5).toISOString().substring(0,t)}),"Suppresser.getLocalDateStr"),h=hj.tryCatch((function(){return l(!1)}),"Suppresser.dateHandler"),d=hj.tryCatch((function(){return l(!0)}),"Suppresser.datetimeHandler"),f=hj.tryCatch((function(){return"00:00"}),"Suppresser.timeHandler"),g=hj.tryCatch((function(){return"1979-01"}),"Suppresser.monthHandler"),v=hj.tryCatch((function(){return"1979-W1"}),"Suppresser.weekHandler"),y=hj.tryCatch((function(e){if(e)return e.replace(n,"")}),"Suppresser.imageStyleHandler"),j={full:a,partial:s,textContent:s,password:c,number:u,date:h,datetime:d,"datetime-local":d,time:f,month:g,imgStyle:y,week:v};return{getSuppressedText:function(e,t){return j[e]?j[e](t):a(t)},getSuppressedImageNode:function(t){var n={src:"",meta:{style:o(t)}},r=e.getSuppressedText("imgStyle",t.getAttribute("style"));return r&&(n.style=r),n},textHandler:a}}(),t=function(e){return e&&e.parentNode?"#document-fragment"===e.parentNode.nodeName?e.parentNode.host:e.parentNode:null},r=["button","reset","submit"],i=hj.tryCatch((function(e){var t=e.tagName.toLowerCase(),n=e.type.toLowerCase();return"input"===t&&r.indexOf(n)>-1}),"hj.privacy._isAllowlistedInputType"),o=["default-style","content-type","refresh"],a=function(e){var t=e["http-equiv"]&&e["http-equiv"].value;return!t||o.some((function(e){return!!t.match(e)}))},s=hj.tryCatch((function(e){return hj.settings.recording_capture_keystrokes&&(e.attributes&&void 0!==e.attributes["data-hj-whitelist"]||e.className&&e.className.indexOf("data-hj-whitelist")>-1||e.attributes&&void 0!==e.attributes["data-hj-allow"]||e.className&&e.className.indexOf("data-hj-allow")>-1)}),"hj.privacy._isUserAllowlisted"),c=["password","email","hidden"],u=hj.tryCatch((function(e){var t=e.tagName.toLowerCase(),n=e.type.toLowerCase();return"input"===t&&c.indexOf(n)>-1}),"hj.privacy._isSupressedInputType"),l=["address","address1","address2","addressline1","addressline2","cell","cellphone","dateofbirth","dob","email","familyname","firstname","fullname","lastname","mobile","name","phone","postalcode","postcode","surname","tel","telephone","username","zip","zipcode","nationalinsurancenumber","nin","ppsn","security","securitynum","socialsec","socialsecuritynumber","socsec","ssn","adgangskode","authpw","contrasena","contrasenya","contraseña","contrasinal","cyfrinair","fjalëkalim","focalfaire","geslo","hasło","heslo","jelszó","kennwort","kωδικός","kωδικόςπρόσβασης","lozinka","lykilorð","lösenord","motdepasse","parakalw","parola","paroladordine","parole","parool","pasahitza","pass","passord","password","passwort","pw","pwd","pword","pwrd","salasana","sapwd","senha","sifre","slaptažodis","userpw","userpwd","wachtwoord","лозинка","парола","пароль","פּאַראָל","كلمهالسر","पासवर्ड","パスワード","密码","密碼","암호","cc","cccsc","cccvc","cccvv","ccexp","ccexpiry","ccexpmonth","ccexpyear","ccname","ccnum","ccnumber","cctype","creditcard","csc","cvc","cvv","exp","accountnum","accountnumber","bic","iban","ibanaccountnum","ibanaccountnumber","pin","pinno","pinnum","secq","secret","secretq","secretquestion","securityq","securityquestion","sortcode","swift"],h=hj.tryCatch((function(e){return[e.name,e.id].map((function(e){return e.replace(/[\s_-]+/g,"").toLocaleLowerCase()})).some((function(e){return l.indexOf(e)>-1}))}),"hj.privacy._hasSuppressedNameOrId"),d=/\d+/,p=new RegExp(d.source,"g"),f=hj.tryCatch((function(e){return d.test(e)}),"hj.privacy._hasDigitSequence"),g=/([+(]{0,2}\d[-_ ()/]{0,4}){9,}/,m=new RegExp(g.source,"g"),v=hj.tryCatch((function(e){return g.test(e)}),"hj.privacy._hasCCNumOrSSN"),y=/[^@\s]+@[^@\s]+\.[^@\s]+/,b=new RegExp(y.source,"g"),j=hj.tryCatch((function(e){return e.indexOf("@")>-1&&y.test(e)}),"hj.privacy._hasEmail"),_=/(?:\d{1,3}\.){3}\d{1,3}/,w=/(?:[A-F0-9]{1,4}:){7}[A-F0-9]{1,4}/,S=hj.tryCatch((function(e){return _.test(e)||w.test(e)}),"hj.privacy._hasIPAddress"),k=[function(e){return!!hj.settings.anonymize_digits&&f(e)},function(e){return!hj.settings.anonymize_digits&&v(e)},function(e){return!!hj.settings.anonymize_emails&&("string"==typeof e&&j(e))}],E=["style","script"],C=hj.tryCatch((function(e){if(e&&e.tagName){var t=e.tagName.toLowerCase();return E.indexOf(t)>-1}}),"hj.privacy._isAllowlistedElement"),O=hj.tryCatch((function(e,t){return(!t||!C(t))&&k.some((function(t){return t(e)}))}),"hj.privacy._shouldSuppressTextContent"),I=hj.tryCatch((function(e){return e.value||e.textContent})),N=[u,h,function(e){return v(I(e))},function(e){return j(I(e))}],T=hj.tryCatch((function(e){return N.some((function(t){return t(e)}))}),"hj.privacy._shouldSuppressInputOrTextarea"),R=hj.tryCatch((function(e){return"object"===n(e.attributes)&&(void 0!==e.attributes["data-hj-suppress"]||void 0!==e.attributes["data-hj-masked"])||"string"==typeof e.className&&e.className&&e.className.indexOf("data-hj-suppress")>-1}),"hj.privacy._isExplicitlySuppressed"),A=hj.tryCatch((function(e){var t=Object.prototype.toString.call(e);return-1!==["[object HTMLDocument]","[object Document]"].indexOf(t)}),"hj.privacy._isDocument"),x=hj.tryCatch((function(e){for(;e&&!A(e);){if(R(e))return!0;e=t(e)}return!1}),"hj.privacy._isSelfOrAncestorSuppressed");hj.privacy=hj.tryCatch((function(){var t={};return t.isRiskyNotAllowlistedOrSuppressedElement=hj.tryCatch((function(e,t){if(void 0===e||!e||void 0===e.tagName)return!1;if(hj.settings.suppress_all)return!0;if(hj.settings.suppress_text)return"IMG"!==e.tagName||!t||"src"!==t.name&&"style"!==t.name&&"srcset"!==t.name||x(e);var n="TEXTAREA"===e.tagName||"INPUT"===e.tagName&&!i(e);return n&&s(e)?T(e):n||x(e)}),"hj.privacy.isRiskyNotAllowlistedOrSuppressedElement"),t.isAttributeSuppressable=hj.tryCatch((function(e,t,n,r){var i={INPUT:{attrs:["value","placeholder"]},TEXTAREA:{attrs:["value","placeholder"]},A:{attrs:["href"],shouldSuppressAttrValueCheck:function(e){return!!!e.match(/^data:/)}},OPTION:{attrs:["label","value"]},PROGRESS:{attrs:["value"]},OPTGROUP:{attrs:["label"]},IMG:{attrs:["alt"]},DIV:{attrs:["title"]},META:function(e,t,n){switch(e){case"content":return(!n.name||"viewport"!==n.name.value)&&(!n["http-equiv"]||!a(n));case"name":return"viewport"!==t;case"http-equiv":return!a(n);case"charset":return!1;default:return!0}}}[e];return void 0!==i&&("function"==typeof i?i(t,n,r):!(i.attrs.indexOf(t)<0)&&(void 0===i.shouldSuppressAttrValueCheck||i.shouldSuppressAttrValueCheck(n)))}),"hj.privacy.isAttributeSuppressable"),t.hasPotentialPIIData=hj.tryCatch((function(e,t){return t=A(t)?null:t,O(e,t)}),"hj.privacy.hasPotentialPIIData"),t.getSuppressedText=hj.tryCatch((function(t,n){return e.getSuppressedText(t,n)}),"hj.privacy.getSuppressedText"),t.getSuppressedTextNode=hj.tryCatch((function(n,r){var i=hj.metrics.time(),o=n.parentNode||null,a=(r=r||t.isRiskyNotAllowlistedOrSuppressedElement(o))||o&&"textarea"===o.type?"full":"partial",s=(r=!C(o)&&(r||t.hasPotentialPIIData(n.textContent,o)))?e.getSuppressedText(a,n.textContent):n.textContent;return hj.metrics.timeEnd("task-execution-time",{tag:{task:"node-suppression"},incr:{start:i}}),{content:s,shouldSuppressNode:r}})),t.getSuppressedNodeAttribute=hj.tryCatch((function(n,r,i){var o=r.value,a=r.name;if("data-hj-suppressed"!==a)return"IMG"!==n.tagName||"src"!==a&&"srcset"!==a&&"style"!==a||(i=t.isRiskyNotAllowlistedOrSuppressedElement(n,r),t.isRiskyNotAllowlistedOrSuppressedElement(n,r)&&(a="data-hj-suppressed",o=e.getSuppressedImageNode(n))),t.isAttributeSuppressable(n.tagName,a,o,n.attributes)&&((i=i||t.isRiskyNotAllowlistedOrSuppressedElement(n))||"META"===n.tagName?o=e.getSuppressedText("full",o):t.hasPotentialPIIData(o)&&(o=e.getSuppressedText("partial",o))),{name:a,value:o,shouldSuppressNode:i}})),t.getSuppressedNode=hj.tryCatch((function(e,n){for(var r=hj.metrics.time(),i={},o=n,a=0;adocument.documentElement.clientWidth||document.documentElement.clientHeight&&i>document.documentElement.clientHeight||l||(a++,t&&clearInterval(t),t=setTimeout(s,e.time),function(t,n){var r=Math.abs(t-o.x),i=Math.abs(n-o.y);Math.sqrt(Math.pow(r,2)+Math.pow(i,2))>e.distance&&s()}(n.clientX,n.clientY),o.x=n.clientX,o.y=n.clientY,o.pageX=n.pageX,o.pageY=n.pageY,a===e.clicks&&hj.autotag.rageClick())}return n.listen=function(){e=i[Object(r.a)()],hj.hq(document).on("mousedown.user_behavior_rageclick",c)},n}(),i=function(){var e,t,n={},i={desktop:{time:1e3,directionChanges:4},mobile:{time:1e3,directionChanges:4},tablet:{time:1e3,directionChanges:4},tv:{time:1e3,directionChanges:4}},o=0,a=!1,s=0;function c(){o=0,a=!1}function u(){t&&clearInterval(t),t=setTimeout(c,e.time);var n=hj.hq(window).scrollTop(),r=s-n<0?"down":"up";a&&r!==a&&++o===e.directionChanges&&hj.autotag.wildScroll(),a=r,s=n}return n.listen=function(){e=i[Object(r.a)()],hj.hq(document).on("scroll.user_behavior_wildscroll",u)},n}(),o=function(){var e,t,n={},i={desktop:{time:100,distance:200,directionChanges:5},mobile:{time:100,distance:200,directionChanges:5},tablet:{time:100,distance:200,directionChanges:5},tv:{time:100,distance:200,directionChanges:5}},o=0,a={x:!1,y:!1},s={x:0,y:0},c={x:0,y:0};function u(){o=0,a.x=!1,a.y=!1}function l(n){var r={x:n.clientX,y:n.clientY},i={x:r.x0&&(hj.log.debug("Removing previously shown widget from DOM","widgets"),hj.hq("#_hj_poll_container,#_hj_feedback_container,._hj-widget-container").remove())}),"widgets"),n.disableSubmit=hj.tryCatch((function(){hj.widget.ctrl.find("#_hj-f5b2a1eb-9b07_action_submit").addClass("_hj-f5b2a1eb-9b07_btn_disabled")}),"common"),n.emptyMatchingWidgets=function(){a=[],hj.rendering.clearAllAbandonEvents(),s=!1},n.enableSubmit=hj.tryCatch((function(){hj.widget.ctrl.find("#_hj-f5b2a1eb-9b07_action_submit").removeClass("_hj-f5b2a1eb-9b07_btn_disabled")}),"common"),n.renderLegal=hj.tryCatch((function(e){var t=hj.settings.legal_name||"",r=hj.settings.privacy_policy_url||"",i="";return e&&""!==t&&""!==r&&(i=hj.rendering.renderTemplate('',{p:n.widgetAttributePrefix,legalName:t,privacyPolicyUrl:new hj.rendering.TrustedString(r)})),i})),n.enterFullScreen=hj.tryCatch((function(){var e,t;n.isPhoneOrTablet()&&((e=hj.hq("body")).addClass("_hj-f5b2a1eb-9b07_position_fixed"),0===hj.hq("#hotjar-viewport-meta").length&&((t=document.createElement("meta")).id="hotjar-viewport-meta",t.name="viewport",t.content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no",document.getElementsByTagName("head")[0].appendChild(t)),e.addClass("_hj-f5b2a1eb-9b07_fullscreen_page"))}),"common"),n.exitFullScreen=hj.tryCatch((function(){hj.hq("#hotjar-viewport-meta").remove(),hj.hq("body").removeClass("_hj-f5b2a1eb-9b07_fullscreen_page").removeClass("_hj-f5b2a1eb-9b07_position_fixed")}),"common"),n.isPhoneOrTablet=hj.tryCatch((function(){return hj.widget.isVeryNarrowScreen()||"phone"===Object(r.a)()||"tablet"===Object(r.a)()}),"common"),n.isVeryNarrowScreen=hj.tryCatch((function(){return hj.hq(window).width()<=450}),"common"),n.removeActiveWidget=function(e){e=e||function(){},n.activeWidget?(n.activeWidget.removeCallback&&n.activeWidget.removeCallback(e),delete n.activeWidget):e()},n.runLatestMatchingWidget=function(){var e;a.forEach((function(t){(!e||e.created-1?"rtl":"ltr",hj.widget.isActiveLanguageDirectionRtl="rtl"===hj.widget.activeLanguageDirection}),"common"),n),hj.widgetDelay=function(){var e={},t=null;return e.clear=hj.tryCatch((function(){clearTimeout(t),t=null}),"hj.widgetDelay.clear"),e.set=hj.tryCatch((function(n,r){e.clear(),t=setTimeout(n,r)}),"hj.widgetDelay.set"),e}()}),"widgets")()},function(e,t,n){"use strict";n.r(t);var r=n(53),i=n(3);hj.tryCatch((function(){hj.loader.registerModule("Feedback",function(){var e={loaded:!1};function t(){Object(r.a)(i.f.PREACT_INCOMING_FEEDBACK)}function n(){Object(r.a)(i.f.INCOMING_FEEDBACK)}function o(){var r=arguments.length>0&&void 0!==arguments[0]&&arguments[0];e.loaded&&!r||(e.loaded=!0,hj.widget.setLanguage(hj.widget.feedbackData.language),hj.features.hasFeature("feedback.widgetV2")?t():n())}function a(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];e.loaded&&!t||(e.loaded=!0,hj.widget.setLanguage(hj.widget.embeddedFeedbackWidgets[0].language),Object(r.a)(i.f.PREACT_INCOMING_FEEDBACK))}function s(t){var n=(hj.settings.feedback_widgets||[]).filter((function(e){var t=e.display_type;return"button"===(void 0===t?"button":t)}));hj.hq.each(n,(function(n,r){hj.targeting.matchRules(r.targeting,t,hj.tryCatch((function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];hj.log.debug("Feedback widget #"+r.id+" has matched.","feedback"),!hj.widget.data||hj.widget.data.id===r.id&&"incoming"===hj.widget.data.type?(r.created_epoch_time-=31536e4,hj.widget.addMatchingWidget("incoming",r.id,r.created_epoch_time,r.targeting_percentage,(function(){hj.widget.feedbackData=r,hj.tryCatch(o,"feedback-button-load")(t)}),e.remove)):hj.log.debug("Another feedback widget is already present.","feedback")}),"feedback.run.matchRules-callback"))}))}function c(e){var t=(hj.settings.feedback_widgets||[]).filter((function(e){return"inline"===e.display_type})).filter((function(t){return hj.targeting.matchRules(t.targeting,e,(function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];void 0!==hj.widget.embeddedFeedbackWidgets&&(hj.widget.embeddedFeedbackWidgets.push(t),hj.tryCatch(a,"feedback-embeddable-load")(e))}))}));hj.widget.embeddedFeedbackWidgets=t,t.length>0&&hj.tryCatch(a,"feedback-embeddable-load")()}return e.run=hj.tryCatch((function(t){e.loaded=!1,hj.tryCatch(s,"feedback-button")(t),hj.tryCatch(c,"feedback-embeddable")(t)}),"feedback"),e.remove=hj.tryCatch((function(e){hj.widget.feedbackData?(hj.hq("#_hj_feedback_container").length>0&&hj.hq("#_hj_feedback_container").parent().remove(),delete hj.widget.feedbackData,hj.hq(window).off("resize"),setTimeout((function(){e()}),1)):e()})),hj.isPreview&&(window._hjFeedbackReload=hj.tryCatch((function(e,t){hj.widget.feedbackData=e,hj.settings.legal_name=e.legal_name,hj.settings.privacy_policy_url=e.privacy_policy_url,t&&(hj.settings.features=t),hj.tryCatch(o,"feedback")(!0)}),"feedback")),e}(),!0)}),"feedback")()},function(e,t,n){"use strict";n.r(t);var r=n(133),i=n(53),o=n(3),a=n(22),s=n(5),c=n(13),u=n(37),l=n(21);hj.tryCatch((function(){hj.loader.registerModule("Polls",function(){var e,t={};function n(e,t){!function(e){if(hj.surveyImpressionsEndpoint&&!hj.isPreview){var t="".concat(hj.surveyImpressionsEndpoint,"?id=").concat(e,"&device=").concat(Object(c.a)());hj.log.debug("poll id: ".concat(e," recording impression."),"poll"),hj.ajax.get(t)}else hj.log.debug("poll id: ".concat(e," skipping recording impression."),"poll")}(e.id);var n={scriptSrc:"".concat(hj.scriptDomain).concat(o.f.SURVEY_ISOLATED.js)};hj.widget.renderSurvey(e,t,n)}function h(e){return hj.features.hasFeature("survey.iframe.".concat(e.display_type))?o.f.SURVEY_BOOTSTRAPPER:o.f.SURVEY_V2}function d(t,r){hj.widget.pollResponseUUID=Object(l.a)(),hj.widget.setLanguage(hj.widget.pollData.language),hj.log.debug("Rendering poll widget.","poll");var o=h(hj.widget.pollData);o!==e?Object(i.a)(h(hj.widget.pollData),(function(){e=o,n(hj.widget.pollData,r)})):n(hj.widget.pollData,r)}var p=hj.tryCatch((function(e){var t=JSON.parse(JSON.stringify(e));return function(e){hj.hq.each(e.content.questions,(function(e,t){t.answers&&hj.hq.each(t.answers,(function(e,t){t.index=e}))}))}(t),function(e){hj.hq.each(e.content.questions,(function(e,t){t.randomize_answer_order&&(t.pin_last_to_bottom?t.answers=Object(c.h)(t.answers.slice(0,-1)).concat(t.answers.slice(-1)):Object(c.h)(t.answers))}))}(t),t}),"polls");return t.add=hj.tryCatch((function(e){hj.widget.pollData=p(e),hj.tryCatch(hj.rendering.callAccordingToCondition,"polls")(hj.widget.pollData,"poll",d)}),"polls"),t.addEmbedded=hj.tryCatch((function(e,n){hj.widget.emptyMatchingWidgets();var r="external_link"===e.display_type?void 0:e.targeting_percentage;hj.widget.addMatchingWidget("poll",e.id,e.created_epoch_time,r,(function(){var t=p(e);t.skin="light",t.background="#ffffff",s.a.items.POLL_DONE.exists(e.id)&&"always"!==e.persist_condition&&(hj.log.debug("Offsite poll "+e.id+" was already submitted.","poll"),t.is_submitted=!0),hj.widget.pollData=t,d(0,n[0]),"function"==typeof window.hjRenderCallback&&window.hjRenderCallback({background:e.background})}),t.remove)}),"polls"),t.remove=hj.tryCatch((function(e){hj.widget.pollData?(Object(u.c)(document.body),Object(u.d)(document.body),delete hj.widget.pollData,setTimeout((function(){e()}),1)):e()}),"polls"),t.run=hj.tryCatch((function(e){var n=hj.hq("._hj-survey-embed-container"),i=n.attr("data-survey-id"),o=Object(r.b)(e),c=!1;hj.hq.each(hj.settings.polls||[],(function(r,u){var l=u.display_type===a.a.EXTERNAL,h=u.display_type===a.a.POPOVER||u.display_type===a.a.FULL_SCREEN;n.length>0&&l?u.uuid===i&&(hj.log.debug("Offsite poll #"+u.id+" has matched with the embedded UUID "+i,"poll"),c=!0,t.addEmbedded(u,n)):!o&&h&&hj.targeting.matchRules(u.targeting,e,hj.tryCatch((function(){hj.log.debug("Poll #"+u.id+" has matched.","poll"),s.a.items.POLL_DONE.exists(u.id)&&"always"!==u.persist_condition?hj.log.debug("Poll was already submitted.","poll"):hj.widget.addMatchingWidget("poll",u.id,u.created_epoch_time,u.targeting_percentage,(function(){return t.add(u)}),t.remove)}),"polls.run.matchRules-callback"))})),o&&!c&&(hj.hq(document).trigger("hj-embedded-survey-mismatch"),hj.widgetDelay.clear(),hj.widget.emptyMatchingWidgets(),hj.log.debug("Could not match the embedded UUID.","poll"))}),"polls"),hj.isPreview&&(window._hjPollReload=hj.tryCatch((function(e,t){hj.widget.pollData=p(e),hj.settings.legal_name=e.legal_name,hj.settings.privacy_policy_url=e.privacy_policy_url,t&&(hj.settings.features=t),hj.tryCatch(d,"polls")()}),"polls")),t}(),!0)}),"polls")()},function(e,t,n){"use strict";n.r(t);var r=n(5),i=n(53),o=n(3),a=n(23),s=n(22),c=n(133);hj.tryCatch((function(){hj.loader.registerModule("Surveys",function(){var e={};function t(e){return e.display_type===s.a.EXTERNAL?Object(c.a)(e.uuid,hj.surveysHost):e.public_url}return e.run=hj.tryCatch((function(n){if(!Object(c.b)(n)){var a=(hj.settings.polls||[]).filter((function(e){return e.invite_enabled&&e.display_type===s.a.EXTERNAL})),u=(hj.settings.surveys||[]).concat(a);hj.hq.each(u||[],(function(a,s){hj.targeting.matchRules(s.targeting,n,hj.tryCatch((function(){hj.log.debug("Survey #"+s.id+" has matched.","survey"),r.a.items.SURVEY_INVITES_CLOSED.exists(s.id)?hj.log.debug("Survey was already viewed.","survey"):hj.widget.addMatchingWidget("survey",s.id,s.created_epoch_time,s.targeting_percentage,(function(){hj.survey.data=s,hj.rendering.callAccordingToCondition(hj.survey.data,"survey",(function(){var e;e=hj.survey.data,hj.widget.surveyInvitationData={id:e.id,effectiveShowBranding:e.effective_show_branding,title:e.invite.title,description:e.invite.description,button:e.invite.button,close:e.invite.close,url:t(e)},Object(i.a)(o.f.SURVEY_INVITATION)}))}),e.remove)}),"surveys.run.matchRules-callback"))}))}}),"surveys"),e.remove=hj.tryCatch((function(e){hj.survey.data?(hj.hq(".".concat(a.b.SURVEY_INVITES)).length>0&&hj.hq(".".concat(a.b.SURVEY_INVITES)).remove(),delete hj.survey.data,setTimeout((function(){e()}),1)):e()})),e}(),!0)}),"surveys")()},function(e,t,n){var r,i,o;!function(n,a){"use strict";i=[],void 0===(o="function"==typeof(r=function(){function e(e){return e.charAt(0).toUpperCase()+e.substring(1)}function t(e){return function(){return this[e]}}var n=["isConstructor","isEval","isNative","isToplevel"],r=["columnNumber","lineNumber"],i=["fileName","functionName","source"],o=n.concat(r,i,["args"],["evalOrigin"]);function a(t){if(t)for(var n=0;ne.length)&&(t=e.length);for(var n=0,r=new Array(t);n-1})).reduce((function(e,t){return o(o({},e),{},a({},t[0],t[1]))}),{});if(!t.t)return{};return{event:t.t,category:t.ec||"",action:t.ea||"",label:t.el||"",value:t.ev||""}}(e.get("hitPayload"));"event"===n.event&&h("ga",n)}))}))}function h(e,t){if(!function(e){return"detect_user"===e.action&&"Hotjar"===e.category}(t)){var n=function(e){return"GA_"+[e.action,e.category,e.label,e.value].filter((function(e){return 0===e||Boolean(e)})).join("-")}(t);hj.log.debug("intercepting ".concat(e,": ")+JSON.stringify(t)),hj("event",n),hj.event.signal("int.ga",t)}}function d(e){return!(!e||"string"!=typeof e)&&!!e.match(r)}function p(e,t){return function(n){hj.log.debug("[".concat(e,"] ").concat(n),t)}}function f(e){return Array.from(e).map((function(e){return JSON.stringify(e)}))}var g,m,v,y=p("ga.forward_events"),b={setup:hj.tryCatch((function(e){if(e.tag_sessions){var t=u(),n="function"==typeof window.gtag;!function e(t,n,r,i){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0;o>=i&&n(!1),setTimeout((function(){t()?n(!0):e(t,n,r,i,o+1)}),r)}((function(){return void 0!==window.dataLayer}),(function(e){if(e)return y("Intercepting dataLayer"),void function(){var e=window.dataLayer;if(!0!==e._hj){var t=e.push;e.push=function(){t.apply(e,arguments);var n=arguments[0];n.length>=3&&"event"===n[0]&&h("dataLayer",{action:n[1],category:n[2].event_category||"",label:n[2].event_label||"",value:n[2].value||""})},e._hj=!0}}();var t;n&&(y("Intercepting gtag"),t=window.gtag,window.gtag=function(){var e=Array.prototype.slice.call(arguments);t.apply(null,e),e.length<3||"event"!==e[0]||h("gtag",{action:e[1],category:e[2].event_category||"",label:e[2].event_label||"",value:e[2].value||""})})}),3e3,5),t&&(y("Intercepting ga"),l())}}),"ga.forward_events")},j=p("ga.send_hjuid"),_=60,w=!0,S=hj.tryCatch((function(e){var t=e.hjuid_dimension_index;d(t)?(j("setup dimension index: ".concat(t)),g="dimension".concat(t),hj.globals.ready("userId",(function(e){var t=e.get("userId");"string"!=typeof t||t.length<8?j("invalid userid: '".concat(t,"'")):(j("got userId"),v=t.substring(0,8),C())})),k()):j("dimension index is not valid: '".concat(t,"'"))}),"integrations.googleAnalytics"),k=hj.tryCatch((function(){if(!m){if(u()){var e=window[window.GoogleAnalyticsObject||"ga"];return j("`ga` variable is available, waiting for tracker."),void e((function(e){E(e,!0)}))}_<=0?j("given up looking for GA module"):(_-=1,setTimeout(k,500))}}),"integrations"),E=hj.tryCatch((function(e,t){g&&e&&(m&&t||(m!==e&&(j("got fresh tracker"),w=!0),m=e,C()))}),"integrations"),C=hj.tryCatch((function(){w&&v&&m&&g&&(w=!1,m.set(g,v),m.send("event","Hotjar","detect_user",v,{nonInteraction:1}),j("successfully sent detect_user event"))}),"integrations"),O={setup:S,setTracker:hj.tryCatch((function(e){E(e,!1)}),"integrations.googleAnalytics")};var I=p("ga.send_hjuid_gtag"),N={setup:hj.tryCatch((function(e){var t=window.dataLayer;function n(){I("calling gtag(".concat(f(arguments),")")),t.push(arguments)}void 0!==t?hj.globals.ready("userId",(function(t){var r=t.get("userId");if(r&&"string"==typeof r&&!(r.length<8)){var i,o,a,s=r.substring(0,8),c=e.hjuid_dimension_index;d(c)?n("set",(i={},o="dimension".concat(c),a=s,o in i?Object.defineProperty(i,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):i[o]=a,i)):I("Invalid dimension index ".concat(c)),n("set","user_properties",{hjuid:s}),n("event","detect_user",{event_category:"Hotjar",event_label:s,non_interaction:!0})}})):I("`dataLayer` is undefined")}),"ga.send_hjuid_gtag")};function T(e){return(T="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function R(e){hj.log.debug("[GTM Patch] ".concat(e))}function A(){window.dataLayer.push(arguments)}var x={setup:function(){if(window.dataLayer&&"function"==typeof window.dataLayer.push&&"object"===T(window.google_optimize)&&"object"===T(window.google_tag_manager)&&Object.keys(window.google_tag_manager).some((function(e){return e.startsWith("OPT-")||e.startsWith("GTM-")}))){var e,t,n=window.gtag||A;e=0,(t=window.google_tag_manager.mb)&&t.m&&t.m.length&&(t.m=t.m.map((function(t){return function(n){n&&n.message&&"optimize.callback"===n.message[1]?(e>10?(R("Trial ".concat(e," - pausing for ").concat(Math.floor(10),"s")),setTimeout((function(){t(n)}),1e4),setTimeout((function(){e=0}),6e4)):t(n),e++):t(n)}}))),n("event","optimize.callback",{callback:function(e,t,n){R("Experiment with ID: ".concat(t," is on variant: ").concat(e)),hj.event.signal("exp.go",{experimentId:t,variantId:e,containerId:n})}})}else R("Skipping Google Optimize integration since it was not active in this page")}},P={},D=window.optimizely;function M(e){"applied"===e.name&&(hj.log.debug("Optimizely - campaign decided; ready to tag experiments.","integration"),L())}function L(){var e,t,n,r,i;hj.log.debug("Optimizely - attempting to tag active experiments.","integration"),hj.log.debug("Optimizely - refreshing active experiment variation map.","integration"),P={},D&&"get"in D&&(r=D.get("state"),i=D.get("data"),r.getActiveExperimentIds().forEach((function(o){t=i.experiments[o].name||o,e=r.getVariationMap()[o],n=e.name||e.id,P[t]=n}))),function(){hj.log.debug("Optimizely - looking for tags.","integration");var e=[];for(var t in P)hj.event.signal("exp.opt",{experimentId:t,variantId:P[t]}),e.push(t+"/"+P[t]);return e.length>0?hj.log.debug("Optimizely - found "+e.length+" tags.","integration",e):hj.log.debug("Optimizely - no tags found.","integration"),e}().forEach((function(e){hj("event",e)}))}var H={setup:function(){void 0!==window.optimizely&&"function"==typeof window.optimizely.push?(hj.log.debug("Optimizely - listening for campaignDecided event.","integration"),(D=window.optimizely||[]).push({type:"addListener",filter:{name:"campaignDecided"},handler:M}),L()):hj.log.debug("`window.optimizely` is not an array","integration")}};hj.tryCatch((function(){hj.loader.registerModule("IntegrationsModule",(hj.integrations=hj.tryCatch((function(){return{optimizely:H,google_analytics:{forwardEvents:b,sendHotjarUserId:O,sendHotjarUserIdGtag:N},google_optimize:x}}),"integrations")(),{run:hj.tryCatch((function(){var e=hj.settings.integrations;e&&(e.optimizely&&e.optimizely.tag_recordings&&hj.integrations.optimizely.setup(),e.google_analytics&&(hj.integrations.google_analytics.forwardEvents.setup(e.google_analytics),e.google_analytics.send_hotjar_id&&(hj.integrations.google_analytics.sendHotjarUserId.setup(e.google_analytics),hj.integrations.google_analytics.sendHotjarUserIdGtag.setup(e.google_analytics))),e.google_optimize&&e.google_optimize.tag_recordings&&hj.integrations.google_optimize.setup())}))}),!1)}),"integrations")()},function(e,t,n){"use strict";n.r(t),n.d(t,"eventStream",(function(){return O}));n(106),n(116);var r=n(55),i=Object.freeze({MOUSE_CLICK:r.a.MOUSE_CLICK,MOUSE_MOVE:r.a.MOUSE_MOVE,SCROLL:r.a.SCROLL,VIEWPORT_RESIZE:r.a.VIEWPORT_RESIZE,KEY_PRESS:r.a.KEY_PRESS,SELECT_CHANGE:r.a.SELECT_CHANGE,INPUT_CHOICE_CHANGE:r.a.INPUT_CHOICE_CHANGE,CLIPBOARD:r.a.CLIPBOARD}),o=n(6);function a(e){return"".concat(parseFloat(e/1048576).toFixed(2))}var s=n(101),c=n(5);function u(e){return(u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var l=hj.tryCatch((function(e){var t,n,l,h,d={},p="",f=void 0,g=null,m=o.a.now(),v=!1;d.events=[];var y=s.create();d.storePageContent=function(t,n){hj.log.warnIfEmpty(t,"tryStorePageContent: content"),hj.log.warnIfEmpty(n,"tryStorePageContent: urlMD5"),e.storePageContent(t,(function(e){var t=e.content_uuid;t?(hj.globals.set("pageContentUUID",t),y.set("pageContent",{uuid:t,md5:n})):hj.log.warn("Expecting res.content_uuid but it was not found!")}),(function(e){if(413===e.status){var n=a(t.length);d.write("content_size_too_large",{size:n,source:"page_visit",timestamp:o.a.now()},!1)}}))},d.reportPageContent=function(e){y.ready("pageContent",(function(t){if(t.get("pageContent")){var n=t.get("pageContent"),i=n.uuid,o=n.md5,a=hj.dom.getCSSURLs().map((function(e){return{content_type:2,url:e,url_hash:hj.md5(hj.b64EncodeUnicode(e))}}));hj.log.warnIfEmpty(e,"sendReportContent: pageVisitKey"),hj.log.warnIfEmpty(i,"sendReportContent: uuid"),hj.log.warnIfEmpty(o,"sendReportContent: md5"),hj.log.warnIfEmpty(a,"sendReportContent: webResourceInfos");var s,c,u,l={page_content_url_md5:o,page_content_uuid:i,web_resource_infos:a};d.writeNewFrame((s={},c=r.a.REPORT_CONTENT,u=l,c in s?Object.defineProperty(s,c,{value:u,enumerable:!0,configurable:!0,writable:!0}):s[c]=u,s),e).flush()}}))},d.clearPageContent=function(){hj.globals.set("pageContentUUID",void 0),y.set("pageContent",void 0)},d.setCurrentPageVisitKey=hj.tryCatch((function(e){p!==e&&(p=e,t()),d.flush()}),"data"),d.writeNewFrame=hj.tryCatch((function(e,n){return t(n),d.write(e),t(),d})),d.write=hj.tryCatch((function(e,t,n){var r;if(hj.isPreview)return d;if("object"===u(e))return hj.hq.each(e,(function(e,t){d.write(e,t,!0)})),d;var i=e,a=j(i);if(!a&&v)return d;if(!a&&w())return S(),d;a&&(g=o.a.now()),a&&v&&k();var s=null!==(r=d.events.pop())&&void 0!==r?r:b(p);return n?s[i]=t:(s[i]=s[i]||[],s[i].push(t)),d.events.push(s),d}),"data"),d.flush=hj.tryCatch((function(){var n=hj.globals.get("userId");if(f&&clearInterval(f),!n)return hj.globals.ready("userId",d.flush),t();var r=_(),i=r.length;if(i>0)for(var o=0;o1){var c=[];e.autotag_recording&&(c=e.autotag_recording.filter((function(e){return"rageclick"===e.name}))),c.length>0?o.push(e):(e.clipboard&&i.push(e.clipboard),a.push(n(e)))}var u=h(o,i);return d.events=u.leftover,t(),[].concat(a,u.sendable)}),"data");h=hj.tryCatch((function(e,t){var r=[],i=[];return hj.hq.each(t,(function(t,n){e=e.filter((function(e){if("copy"===n.action||"cut"===n.action)return n.time-e.autotag_recording[0].time>5e3}))})),hj.hq.each(e,(function(e,t){hj.time.getNow()-t.autotag_recording[0].time<5e3?r.push(t):i.push(n(t))})),{leftover:r,sendable:i}}),"data.filterRageClicks"),n=hj.tryCatch((function(e){return hj.hq.each(e,(function(t,n){hj.hq.isFunction(n)&&(e[t]=n())})),e.page_visit_key=e.pageVisitKey,delete e.pageVisitKey,e.viewport_id=hj.viewport.getId(),"object"===u(e.mutation)&&(e.mutation=l(e.mutation)),e}),"data"),l=hj.tryCatch((function(e){var t,n="";if("object"===u(e))return hj.hq.each(e,(function(r,i){"object"===u(i.c)&&(hj.hq.each(i.c,(function(i,o){"object"===u(o.attributes)&&"string"==typeof o.attributes.style&&(o.attributes.style===t&&o.id===n&&(e[r].c[i]=null),t=o.attributes.style,n=o.id)})),e[r].c=e[r].c.filter((function(e){return e})),e[r].c.length||delete e[r].c),void 0===e[r].a&&void 0===e[r].b&&void 0===e[r].c&&void 0===e[r].d&&(e[r]=null)})),e.filter((function(e){return e}))}),"data");var w=function(){var e,t=null!==(e=g)&&void 0!==e?e:m;return o.a.now()-t>18e5},S=function(){sessionStorage.removeItem("_hjRecordingEnabled"),sessionStorage.removeItem("_hjRecordingLastActivity"),v=!0},k=function(){v=!1,c.a.items.SESSION_RESUMED.set(!0),hj._init.reinit(window.location.href,!0)};return d})),h=n(25),d=n(8),p=n(13),f=Object(h.a)(180,Object(h.d)(2,4)),g=Object(d.i)(Object(h.e)(Object(h.b)({cliffValue:30,exponentialTicker:function(){return f()},jitterTicker:function(){return Object(d.h)(30)}})));function m(e){if(!e)throw new Error("HotjarWebSocket requires a flush callback");this._connected=!1,this._connecting=!1,this._closedPermanently=!1,this.sessionTimedOutDueToInactivity=!1,this._finished=!1,this._pingInterval=3e4,this._pingIntervalId=void 0,this._sessionInactiveInterval=18e5,this._lastUserActivityTime=(new Date).getTime(),this._unloadTimeoutStarted=!1,this._ws=null,this._wsUrl="",this._flush=e,this.reconnecting=!1,this.retryOnError=!1}function v(e){return(v="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}m.prototype.connect=hj.tryCatch((function(){if(this._sessionIsDisabled())return!1;if(!this._connected&&!this._connecting){this._connecting=!0;var e=this;hj.globals.ready("userId",(function(){if(e._wsUrl=_hjSettings.wsMockUrl||"wss://".concat(Object(p.c)(),"/api/v2/client/ws"),!e.reconnecting)try{e._createAndConnect()}catch(e){hj.log.debug("The Web Socket connection was refused. \n ".concat(e))}}))}return!0}),"data.HotjarWebSocket.connect"),m.prototype.updateLastUserActivityTime=hj.tryCatch((function(){this._lastUserActivityTime=(new Date).getTime()}),"data.HotjarWebSocket.updateLastUserActivityTime"),m.prototype.disconnect=hj.tryCatch((function(){this._connected&&(hj.log.debug("Disconnecting Web Socket.","websocket"),this._flush(),this._connected=!1,this._connecting=!1,this._finished=!0,this.close())}),"data.HotjarWebSocket.disconnect"),m.prototype.isConnected=hj.tryCatch((function(){return!!this._connected&&((new Date).getTime()-this._lastUserActivityTime<=this._sessionInactiveInterval||(sessionStorage.removeItem("_hjRecordingEnabled"),sessionStorage.removeItem("_hjRecordingLastActivity"),this.close(),this.sessionTimedOutDueToInactivity=!0,!1))}),"data.HotjarWebSocket.isConnected"),m.prototype.send=hj.tryCatch((function(e){this._sessionIsDisabled()||(hj.log.debug("Sending data to Web Socket","websocket",e),this._ws.send(e))}),"data.HotjarWebSocket.send"),m.prototype.close=hj.tryCatch((function(){hj.log.debug("Closing Web Socket.","websocket"),this._ws.close()}),"data.HotjarWebSocket.close"),m.prototype.getBufferedAmount=hj.tryCatch((function(){return this._ws.bufferedAmount}),"data.HotjarWebSocket.getBufferedAmount"),m.prototype._sessionIsDisabled=hj.tryCatch((function(){return this._closedPermanently||this.sessionTimedOutDueToInactivity||"1"===c.a.items.SESSION_TOO_LARGE.get()}),"data.HotjarWebSocket._sessionIsDisabled"),m.prototype._createAndConnect=hj.tryCatch((function(){var e=this,t=this;if(t._finished)hj.log.debug("Unload event triggered, don't reconnect"),!1===t._unloadTimeoutStarted&&(t._unloadTimeoutStarted=!0,setTimeout((function(){t._finished=!1,t._unloadTimeoutStarted=!1}),1e3));else{hj.log.debug("Connecting to Web Socket ["+this._wsUrl+"]","websocket");var n=Object(d.a)();t._ws=function r(i){var o;t.reconnecting=!1;try{o=new WebSocket(t._wsUrl)}catch(e){return void hj.log.debug("Web socket connection retry error. \n ".concat(e))}return o.onopen=function(e){i(o),t._onOpen.call(t,e),t.retryOnError&&(hj.log.debug("Successfully opened WS. Disabling WS reconnections.","websocket"),t.retryOnError=!1)},o.onmessage=function(e){t._onMessage.call(t,e)},o.onclose=function(o){hj.log.debug("onClose was called.","websocket",o),t._onClose.call(t,o),o.wasClean&&1012!=o.code?(e._connected=!1,e._connecting=!1,e._closedPermanently=!0):(e._connecting=!0,g((function(){return n((function(t){if(t>=8)return e._connected=!1,e._connecting=!1,void(e._closedPermanently=!0);r(i)}))})))},o.onerror=function(e){hj.log.debug("onError was called.","websocket",e),t._onError.call(t,e)},o}((function(e){t._ws=e})),window.addEventListener("beforeunload",this.disconnect,!1)}}),"data.HotjarWebSocket._createAndConnect"),m.prototype._ping=hj.tryCatch((function(){this._connected&&(hj.log.debug("Pinging Web Socket.","websocket"),this._ws.send("ping"))}),"data.HotjarWebSocket._ping"),m.prototype._onOpen=hj.tryCatch((function(){hj.log.debug("Web Socket opened.","websocket"),this._pingIntervalId=setInterval(this._ping.bind(this),this._pingInterval),this._connected=!0,this._connecting=!1,this._flush()}),"data.HotjarWebSocket._onOpen"),m.prototype._onMessage=hj.tryCatch((function(e){var t;try{t=JSON.parse(e.data)}catch(t){throw hj.log.warn("Could not parse websocket message: "+e.data),t}switch(t.type){case"SESSION_TOO_LARGE":hj.log.warn("Session became too large. Will stop sending websocket data."),c.a.items.SESSION_TOO_LARGE.set("1"),this.disconnect();break;default:hj.log.warn("Received unknown websocket message: "+e.data)}}),"data.HotjarWebSocket._onMessage"),m.prototype._onClose=hj.tryCatch((function(e){hj.log.debug("Web Socket closed.","websocket"),e.wasClean||hj.log.warn("Websocket close was unclean: "+e.code),this._connected&&(clearInterval(this._pingIntervalId),this._connected=!1)}),"data.HotjarWebSocket._onClose"),m.prototype._onError=hj.tryCatch((function(){hj.log.debug("Web Socket errored.","websocket"),this._connected&&(clearInterval(this._pingIntervalId),this._connected=!1)}),"data.HotjarWebSocket._onError");var y=hj.tryCatch((function(e){var t,n,u,l,h,d={},p="",f=void 0;d.events=[];var g=s.create();d.storePageContent=function(t,n){hj.log.warnIfEmpty(t,"tryStorePageContent: content"),hj.log.warnIfEmpty(n,"tryStorePageContent: urlMD5"),e.storePageContent(t,(function(e){var t=e.content_uuid;t?(hj.globals.set("pageContentUUID",t),g.set("pageContent",{uuid:t,md5:n})):hj.log.warn("Expecting res.content_uuid but it was not found!")}),(function(e){if(413===e.status){var n=a(t.length);d.write("content_size_too_large",{size:n,source:"page_visit",timestamp:o.a.now()},!1)}}))},d.reportPageContent=function(e){g.ready("pageContent",(function(t){var n=t.get("pageContent");if(n){var i=n.uuid,o=n.md5,a=hj.dom.getCSSURLs().map((function(e){return{content_type:2,url:e,url_hash:hj.md5(hj.b64EncodeUnicode(e))}}));hj.log.warnIfEmpty(e,"sendReportContent: pageVisitKey"),hj.log.warnIfEmpty(i,"sendReportContent: uuid"),hj.log.warnIfEmpty(o,"sendReportContent: md5"),hj.log.warnIfEmpty(a,"sendReportContent: webResourceInfos");var s,c,u,l={page_content_url_md5:o,page_content_uuid:i,web_resource_infos:a};d.writeNewFrame((s={},c=r.a.REPORT_CONTENT,u=l,c in s?Object.defineProperty(s,c,{value:u,enumerable:!0,configurable:!0,writable:!0}):s[c]=u,s),e).flush()}}))},d.clearPageContent=function(){hj.globals.set("pageContentUUID",void 0),g.set("pageContent",void 0)},d.setCurrentPageVisitKey=hj.tryCatch((function(e){p!==e&&(p=e,t()),d.flush()}),"data"),d.writeNewFrame=hj.tryCatch((function(e,n){return t(n),d.write(e),t(),d})),d.write=hj.tryCatch((function(e,t,n,r){var i;if(hj.isPreview)return d;if("object"===v(e))return hj.hq.each(e,(function(e,t){d.write(e,t,!0,r)})),d;var o=e;if(!r&&!d._ws.connect()){if(!d._ws.sessionTimedOutDueToInactivity||!b(o))return d;c.a.items.SESSION_RESUMED.set(!0),d._ws=new m(d.flush),hj._init.reinit(window.location.href,!0),d._ws.connect()}var a=null!==(i=d.events.pop())&&void 0!==i?i:y(p);return n?a[o]=t:(a[o]=a[o]||[],a[o].push(t)),d.events.push(a),d}),"data"),d.flush=hj.tryCatch((function(){var e,r,i=hj.globals.get("userId");if(f&&clearInterval(f),i||(hj.globals.ready("userId",d.flush),t()),d._ws.isConnected()&&i){if((r=(e=n()).length)>0){var s={uuid:i,viewportid:hj.viewport.getId(),site_id:hj.settings.site_id},c=hj.hq.stringify(s)+"\n";j(e)&&d._ws.updateLastUserActivityTime();for(var u=0;u1){var s=[];e.autotag_recording&&(s=e.autotag_recording.filter((function(e){return"rageclick"===e.name}))),s.length>0?i.push(e):(e.clipboard&&r.push(e.clipboard),o.push(u(e)))}var c=h(i,r);return d.events=c.leftover,t(),[].concat(o,c.sendable)}),"data"),h=hj.tryCatch((function(e,t){var n=[],r=[];return hj.hq.each(t,(function(t,n){e=e.filter((function(e){if("copy"===n.action||"cut"===n.action)return n.time-e.autotag_recording[0].time>5e3}))})),hj.hq.each(e,(function(e,t){hj.time.getNow()-t.autotag_recording[0].time<5e3?n.push(t):r.push(u(t))})),{leftover:n,sendable:r}}),"data.filterRageClicks"),u=hj.tryCatch((function(e){return hj.hq.each(e,(function(t,n){hj.hq.isFunction(n)&&(e[t]=n())})),e.page_visit_key=e.pageVisitKey,delete e.pageVisitKey,e.viewport_id=hj.viewport.getId(),"object"===v(e.mutation)&&(e.mutation=l(e.mutation)),e}),"data"),l=hj.tryCatch((function(e){var t,n="";if("object"===v(e))return hj.hq.each(e,(function(r,i){"object"===v(i.c)&&(hj.hq.each(i.c,(function(i,o){"object"===v(o.attributes)&&"string"==typeof o.attributes.style&&(o.attributes.style===t&&o.id===n&&(e[r].c[i]=null),t=o.attributes.style,n=o.id)})),e[r].c=e[r].c.filter((function(e){return e})),e[r].c.length||delete e[r].c),void 0===e[r].a&&void 0===e[r].b&&void 0===e[r].c&&void 0===e[r].d&&(e[r]=null)})),e.filter((function(e){return e}))}),"data"),d})),b=n(102);function j(e,t){for(var n=0;n/recordings/content",{post:["POST",["content"]]},p.c),w=Object(b.Resource)("/",{post:["POST"]},(function(){return _hjSettings.contentHost||(_hjSettings.contentHost="content.hotjar.io"),_hjSettings.contentHost})),S=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),t.hasFeature("ingestion.http.page_content")?(this.pageContentResource=w,this.isHttpPageContent=!0):(this.isHttpPageContent=!1,this.pageContentResource=_)}var t,n,r;return t=e,(n=[{key:"storePageContent",value:function(e,t,n){var r={site_id:hj.settings.site_id,content:e},i=this.isHttpPageContent?"text":"json",o="text"===i?e:r;return this.pageContentResource.post(o,t,n,i)}},{key:"send",value:function(){}}])&&j(t.prototype,n),r&&j(t,r),e}(),k=n(93);function E(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function C(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:3;E(this,e),this.viewport=t,this.siteId=n,this.maxRetries=r}var t,n,r;return t=e,(n=[{key:"storePageContent",value:function(e,t,n){return N.post(e,t,n,"text")}},{key:"send",value:function(e,t){var n=(_hjSettings.eventsHost||(_hjSettings.eventsHost="https://events.hotjar.io"),_hjSettings.eventsHost+"/"),r={uuid:t,viewportid:this.viewport.getId(),site_id:this.siteId},i=hj.hq.stringify(r)+"\n"+hj.hq.stringify(e),o=Object(d.i)(Object(h.e)(Object(h.b)({cliffValue:30,exponentialTicker:function(){return I()},jitterTicker:function(){return Object(d.h)(30)}}))),a=Object(d.e)(this.maxRetries),s=function e(){return Object(k.post)(n,i,(function(e){hj.log.debug("Events sent successfully to host","events",e)}),(function(){hj.log.debug("Events failed to send to host, retrying","events"),o((function(){return a((function(){return e()}))}))}),"text")};s()}}])&&C(t.prototype,n),r&&C(t,r),e}();O=hj.features.hasFeature("ingestion.http")?l(new T(hj.viewport,hj.settings.site_id)):y(new S(hj.features)),hj.eventStream=O},function(e,t,n){"use strict";n.r(t);var r=n(49),i=n(71),o=n(55),a=n(133),s=n(21),c=n(53),u=n(3),l=n(28),h=n(13),d=n(23);function p(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var f=n(27),g=n(24),m=!1;function v(e,t){return!!e&&(e.startsWith?e.startsWith(t):Object(f.a)(e,t))}var y="https://".concat(hj.insightsHost);try{hj.ui.retaker=Object.freeze({loadWidget:function(){document.getElementById(g.a)||(m=!1,window.opener.postMessage({type:g.e.ready,origin:window.location.origin},y))}})}catch(e){}var b=function(){!function(){var e=sessionStorage.getItem(d.a.RETAKER),t=hj.url.getParameter(d.a.RETAKER),n=sessionStorage.getItem(d.a.TARGETING),r=atob(decodeURIComponent(hj.url.getParameter(d.a.TARGETING)));if((t||e)&&(r||n)){var i=hj.url.getParameter(l.a);if(t){var o;sessionStorage.setItem(d.a.RETAKER,t),sessionStorage.setItem(l.a,i),sessionStorage.setItem(d.a.TARGETING,r);var a=Object(h.i)(window.location.href,(p(o={},d.a.RETAKER,null),p(o,l.a,null),p(o,d.a.TARGETING,null),o));history.replaceState&&history.replaceState(null,"",a)}Object(c.a)(u.f.HEATMAP_SCREENSHOTTER)}}(),function(){if(hj.features.hasFeature("heatmap.continuous.manual_retaker")){var e="https://".concat(hj.insightsHost);if(v(document.referrer+"",e))if(!(!window.opener||!window.opener.postMessage)){window.addEventListener("message",(function(t){if(v(t.origin,e)&&t.data&&t.data.type===g.e.start){if(m)return;sessionStorage.setItem(g.g,t.data.mode),Object(c.a)(u.f.HEATMAP_RETAKER),m=!0}}));try{t()}catch(e){window.addEventListener("load",(function(){t()}))}window.addEventListener("popstate",(function(){n()})),window.addEventListener("hashchange",(function(){n()}))}}function t(){window.opener.postMessage({type:g.e.ready,origin:window.location.origin},e)}function n(){document.getElementById(g.a)||(m=!1,t())}}()},j=n(94),_=n(61),w=n(10),S=n(48),k=n(5),E=n(6),C=n(57),O=n(8),I=Object(C.a)({storageAccessor:k.a.items.HJ_SESSION,serializer:O.j,deserializer:O.b}),N=function(e){var t,n,r,i=null!==(t=null==e?void 0:e.id)&&void 0!==t?t:Object(O.c)(),o=null!==(n=null==e?void 0:e.created)&&void 0!==n?n:E.a.now(),a=null!==(r=null==e?void 0:e.inSample)&&void 0!==r?r:Object(S.b)();return Object.freeze({id:i,created:o,inSample:a})},T=n(32),R=n(58),A=n(144),x=n.n(A),P=n(145),D=n.n(P),M=n(19);function L(e){return(L="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var H={maxLogsPerPage:100,_overflow:!1,_total:0,init:function(){hj.tryCatch((function(){hj.features.hasFeature("error_reporting")&&hj.settings.session_capture_console&&(hj.isPreview||(Object(S.b)("error-capture.run")||Object(S.a)("error-capture.run"))&&(window.addEventListener("error",H.onError),window.addEventListener("unhandledrejection",H.onUnhandledRejection)))}),"error-capture.run")()},onError:function(e){H.addError(e)},onUnhandledRejection:function(e){H.addError({error:e.reason,message:"Uncaught (in promise)",filename:"",lineno:0})},addError:function(e){hj.tryCatch((function(){var t=e.error,n=e.message,r=e.lineno,i=e.filename;if((t||n||r||i)&&H.hasReachedOverflow()){var o=i&&"object"===L(i)?H.truncate(H.stringify(i),100):i,a="object"===L(r)?null:r,s=t&&t instanceof Error&&t.stack?D.a.parse(t).slice(0,20):null;Object(M.a)("error",{text:hj.privacy.suppressErrorMessage(H.getErrorMessage(e)),filename:o,lineno:a,trace:s,time:hj.time.getNow(),timestamp:E.a.now()})}}),"error-capture.addError")()},getErrorMessage:function(e){if(!e.error)return e.message||"";var t=H.truncate(H.stringify(e.error),1e3);if(!e.message)return t;var n=e.error instanceof Error?e.error.toString():void 0;return-1!==e.message.indexOf(n)?t.replace(n,e.message):"".concat(e.message," ").concat(t)},stringify:function(e){if(e instanceof Error){var t=e.toString();return e.stack?-1!==e.stack.indexOf(t)?e.stack:[t,e.stack].join("\n"):t}return x()(e)},truncate:function(e,t){return e.length<=t?e:"".concat(e.substring(0,t-3),"...")},hasReachedOverflow:function(){return H._overflow||H._total===H.maxLogsPerPage?(H._overflow=!0,!1):(H._total++,!0)}};function U(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function z(e){for(var t=1;t1){var a,s=window.hjBootstrapCalled.filter((function(e,t){return window.hjBootstrapCalled.indexOf(e)===t})),c="You have "+window.hjBootstrapCalled.length+" tracking scripts installed on your site. ",u=2===window.hjBootstrapCalled.length?"script as this":"scripts as these",l=!!window.dataLayer;s.length>1?(a=c+"Please remove the duplicate "+u+" will cause issues.",Object(i.a)({title:"Multiple different Hotjar scripts detected",message:a,status:"bad"}),e._reportVerificationResults(r,"multiple_codes",{expected:String(hj.verifyInstall),actual:s,gtm:!1})):l?(a=c+"If you've installed Hotjar through GTM - please remove the duplicate "+u+" will cause issues.",e._reportVerificationResults(r,"multiple_codes",{expected:String(hj.verifyInstall),actual:s,gtm:!0}),Object(i.a)({title:"Multiple Hotjar scripts detected",message:a,status:"bad"})):hj.verifyInstall===hj.settings.site_id?(a=c+"This will not affect data collection, but we do suggest removing redundant scripts.",e._reportVerificationResults(r,"warning",{expected:String(hj.verifyInstall),reason:"multiple scripts"}),Object(i.a)({title:"Multiple Hotjar scripts detected",message:a,status:"warning"})):o();var h="Passed Site ID: "+hj.verifyInstall+" contains multiple scripts "+window.hjBootstrapCalled.join(", ");hj.exceptions.log({message:h,stacktrace:""})}else hj.verifyInstall===hj.settings.site_id?(e._sendVisitData((function(e){e.success||hj.exceptions.log({message:"Verify installation endpoint failed",stacktrace:""})})),Object(i.a)({title:"Hotjar installation verified",message:"The Hotjar tracking code has been properly installed on this page. Browse your site in this window if you wish to verify installation on any other pages.",status:"good"}),e._reportVerificationResults(r,"ok")):o()}},e._browserIsSupported=hj.tryCatch((function(){return!(Object(h.d)()<11)||(hj.log.debug("IE < 11 is not supported.","init"),"1"===hj.url.getParameter("hjVerifyInstallation")&&Object(i.a)({title:"Hotjar installation cannot be verified.",message:"Sorry – your browser is not supported.",status:"bad"}),!1)}),"init"),e._checkDebug=hj.tryCatch((function(){var e=hj.url.getParameter(k.a.items.DEBUG_FLAG.getKey());e&&("1"===e||"true"===e?hj.debug.on(!0):hj.debug.off()),"true"===k.a.items.DEBUG_FLAG.get()&&hj.debug.on(!1)}),"init"),e._canRun=hj.tryCatch((function(){return-1===navigator.userAgent.indexOf("Hotjar")&&(k.a.canUseCookies()?k.a.canUseLocalStorage()?!!k.a.canUseSessionStorage()||(hj.log.debug("sessionStorage is not available","init"),!1):(hj.log.debug("localStorage is not available","init"),!1):(hj.metrics.count("session-rejection",{tag:{reason:"cookies"}}),hj.log.debug("Cookies are not enabled"),!1))}),"init"),e._configureStateChangeListenMode=function(){var e="manual";hj.settings&&hj.settings.state_change_listen_mode&&(e=hj.settings.state_change_listen_mode),hj.locationListener.setMode(e)},e.run=hj.tryCatch((function(t){hj.currentUrl=t,hj.scriptLoaded=!0,e._browserIsSupported()&&(e._checkDebug(),e._canRun()?hj.remoteStorage.get("_hjOptOut",(function(n){e._run(t,n)})):hj._init._verifyInstallation())}),"init"),e._run=hj.tryCatch((function(t,n){if("true"!==n&&"1"!==navigator.doNotTrack&&"1"!==window.doNotTrack&&"1"!==navigator.msDoNotTrack||(hj.log.debug("Visitor has opted out of tracking.","init"),hj.optOut=!0),hj.log.debug("Site settings","init",hj.settings),b(),hj.settings.site_id){hj.isIncludedInSample=S.b;var r=Object(T.a)();Object(T.b)(r),r.existing||w.a.setFirstSeen(),!function(e){I.set(e)}(function(){var e=I.get();return null===e?N():N(e)}()),R.userAttributes.init(),H.init(),e._configureStateChangeListenMode(),e._runPage(t),e._verifyInstallation(),hj.command.activate(),"1"===hj.url.getParameter("hjIncludeInSample")&&Object(i.a)({title:"Hotjar tracking active.",message:"Hotjar tracking is active for your session.",status:"good"})}else hj.log.warn("Script execution for halted due to no site id: ".concat(window.location.href),"init")}),"init"),e.reinit=hj.tryCatch((function(t,n){hj.currentUrl=t,hj.widgetDelay.clear(),j.a.disableHeatmap(),hj.widget.emptyMatchingWidgets(),hj.metrics.reset(),n&&(k.a.items.HAS_CACHED_USER_ATTRIBUTES.clear(),k.a.localStorage.USER_ATTRIBUTES.clear(),_.a.reset()),e._runPage(t)}),"init"),e._runPage=hj.tryCatch((function(t){hj.optOut||(Object(a.b)(t)||(Object(S.a)("init._runPage")?(hj.visitData.track(t,!1),e.performanceData&&hj.eventStream.write(o.a.SCRIPT_PERFORMANCE,{loading_start:e.performanceData.loading_start,execution_start:e.performanceData.execution_start},!1,!0)):Object(S.b)("init._runPage")&&hj.visitData.lazyTrack.enqueue(t,!0)),hj.visitData.trackView()),hj.hq.each(hj.loader.getModules(),(function(e,n){hj.optOut&&!n.nonTracking||(hj.log.debug("Running module","init",n.name),n.module.run(t))})),hj.widget.runLatestMatchingWidget()}),"init"),e}),"init")(),hj.hq(document).ready((function(){hj.log.debug("Document is ready. Initializing...","init"),hj.scriptContextId=Object(s.a)(),hj._init.run(location.href)})))}),"init")()},,,,,function(e,t,n){"use strict";function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}n.r(t);var i=function(e,t,n){[["src","https://"+(n||hj.insightsHost)+"/static/app/img/transparent.png"],["style",function(e,t){var n="https://"+(t||hj.insightsHost)+"/static/app/img/suppressed.png",r=(e.meta||{}).style||{},i=r.width,o=r.height;return[e.style,'background: url("'+n+'") repeat !important',i?"width: "+i:"",o?"height: "+o:""].filter((function(e){return e}))}(t,n).join(";")]].forEach((function(t){e.setAttribute(t[0],t[1])}))},o=n(13);hj.tryCatch((function(){var e=hj.tryCatch((function(){function e(e,t){this.root=e,this.delegate=t,this.idMap={}}return e.prototype.initialize=function(e,t){this.idMap[e]=this.root;for(var n=0;n0)){var h=l.adoptedStyleSheets.reduce((function(e,t){for(var n=[],r=0;r