!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},t=(new e.Error).stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="8871c4a2-2693-43f2-84e0-ded72156ef40",e._sentryDebugIdIdentifier="sentry-dbid-8871c4a2-2693-43f2-84e0-ded72156ef40")}catch(e){}}();"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9425],{7128:function(e,t,n){n.d(t,{yV:function(){return n7},S1:function(){return n6},j:function(){return n8}});var r,i,o,s,u,a,c,l,d,f,h,p=n(87398);(r=a||(a={}))[r.None=0]="None",r[r.Error=1]="Error",r[r.Warn=2]="Warn",r[r.Verbose=3]="Verbose",r[r.Debug=4]="Debug";var v=function(e){return function(){var t=(0,p.pi)({},e.config);return{logger:t.loggerProvider,logLevel:t.logLevel}}},g=function(e,t){var n,r;t=(t=t.replace(/\[(\w+)\]/g,".$1")).replace(/^\./,"");try{for(var i=(0,p.XA)(t.split(".")),o=i.next();!o.done;o=i.next()){var s=o.value;if(!(s in e))return;e=e[s]}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}return e},y=function(e,t){return function(){var n,r,i={};try{for(var o=(0,p.XA)(t),s=o.next();!s.done;s=o.next()){var u=s.value;i[u]=g(e,u)}}catch(e){n={error:e}}finally{try{s&&!s.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return i}},m=function(e,t,n,r,i){return void 0===i&&(i=null),function(){for(var o=[],s=0;s<arguments.length;s++)o[s]=arguments[s];var u=n(),c=u.logger,l=u.logLevel;if(l&&l<a.Debug||!l||!c)return e.apply(i,o);var d={type:"invoke public method",name:t,args:o,stacktrace:(Error().stack||"").split("\n").slice(3).map(function(e){return e.trim()}),time:{start:new Date().toISOString()},states:{}};r&&d.states&&(d.states.before=r());var f=e.apply(i,o);return f&&f.promise?f.promise.then(function(){r&&d.states&&(d.states.after=r()),d.time&&(d.time.end=new Date().toISOString()),c.debug(JSON.stringify(d,null,2))}):(r&&d.states&&(d.states.after=r()),d.time&&(d.time.end=new Date().toISOString()),c.debug(JSON.stringify(d,null,2))),f}},b=function(e){return{promise:e||Promise.resolve()}};(i=c||(c={})).Unknown="unknown",i.Skipped="skipped",i.Success="success",i.RateLimit="rate_limit",i.PayloadTooLarge="payload_too_large",i.Invalid="invalid",i.Failed="failed",i.Timeout="Timeout",i.SystemError="SystemError";var w=n(85062),_=function(e,t){var n=Math.max(t,1);return e.reduce(function(e,t,r){var i=Math.floor(r/n);return e[i]||(e[i]=[]),e[i].push(t),e},[])},E=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=c.Unknown),{event:e,code:t,message:n}},S="Amplitude Logger ",I=function(){function e(){this.logLevel=a.None}return e.prototype.disable=function(){this.logLevel=a.None},e.prototype.enable=function(e){void 0===e&&(e=a.Warn),this.logLevel=e},e.prototype.log=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.logLevel<a.Verbose||console.log("".concat(S,"[Log]: ").concat(e.join(" ")))},e.prototype.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.logLevel<a.Warn||console.warn("".concat(S,"[Warn]: ").concat(e.join(" ")))},e.prototype.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.logLevel<a.Error||console.error("".concat(S,"[Error]: ").concat(e.join(" ")))},e.prototype.debug=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.logLevel<a.Debug||console.log("".concat(S,"[Debug]: ").concat(e.join(" ")))},e}(),T=function(){return{flushMaxRetries:12,flushQueueSize:200,flushIntervalMillis:1e4,instanceName:"$default_instance",logLevel:a.Warn,loggerProvider:new I,offline:!1,optOut:!1,serverUrl:w.EG,serverZone:"US",useBatch:!1}},k=function(){function e(e){this._optOut=!1;var t,n,r,i,o=T();this.apiKey=e.apiKey,this.flushIntervalMillis=null!==(t=e.flushIntervalMillis)&&void 0!==t?t:o.flushIntervalMillis,this.flushMaxRetries=e.flushMaxRetries||o.flushMaxRetries,this.flushQueueSize=e.flushQueueSize||o.flushQueueSize,this.instanceName=e.instanceName||o.instanceName,this.loggerProvider=e.loggerProvider||o.loggerProvider,this.logLevel=null!==(n=e.logLevel)&&void 0!==n?n:o.logLevel,this.minIdLength=e.minIdLength,this.plan=e.plan,this.ingestionMetadata=e.ingestionMetadata,this.offline=void 0!==e.offline?e.offline:o.offline,this.optOut=null!==(r=e.optOut)&&void 0!==r?r:o.optOut,this.serverUrl=e.serverUrl,this.serverZone=e.serverZone||o.serverZone,this.storageProvider=e.storageProvider,this.transportProvider=e.transportProvider,this.useBatch=null!==(i=e.useBatch)&&void 0!==i?i:o.useBatch,this.loggerProvider.enable(this.logLevel);var s=C(e.serverUrl,e.serverZone,e.useBatch);this.serverZone=s.serverZone,this.serverUrl=s.serverUrl}return Object.defineProperty(e.prototype,"optOut",{get:function(){return this._optOut},set:function(e){this._optOut=e},enumerable:!1,configurable:!0}),e}(),C=function(e,t,n){if(void 0===e&&(e=""),void 0===t&&(t=T().serverZone),void 0===n&&(n=T().useBatch),e)return{serverUrl:e,serverZone:void 0};var r,i=["US","EU"].includes(t)?t:T().serverZone;return{serverZone:i,serverUrl:(r=n,"EU"===i?r?w.RE:w.y_:r?w.h8:w.EG)}},P=function(){function e(){this.sdk={metrics:{histogram:{}}}}return e.prototype.recordHistogram=function(e,t){this.sdk.metrics.histogram[e]=t},e}(),O=function(e){return e?(e^16*Math.random()>>e/4).toString(16):(String(1e7)+String(-1e3)+String(-4e3)+String(-8e3)+String(-1e11)).replace(/[018]/g,O)};function A(e){var t="";try{"body"in e&&(t=JSON.stringify(e.body,null,2))}catch(e){}return t}var x=function(){function e(){this.name="amplitude",this.type="destination",this.retryTimeout=1e3,this.throttleTimeout=3e4,this.storageKey="",this.scheduled=null,this.queue=[]}return e.prototype.setup=function(e){var t;return(0,p.mG)(this,void 0,void 0,function(){var n,r=this;return(0,p.Jh)(this,function(i){switch(i.label){case 0:return this.config=e,this.storageKey="".concat(w.f1,"_").concat(this.config.apiKey.substring(0,10)),[4,null===(t=this.config.storageProvider)||void 0===t?void 0:t.get(this.storageKey)];case 1:return(n=i.sent())&&n.length>0&&Promise.all(n.map(function(e){return r.execute(e)})).catch(),[2,Promise.resolve(void 0)]}})})},e.prototype.execute=function(e){var t=this;return e.insert_id||(e.insert_id=O()),new Promise(function(n){t.addToQueue({event:e,attempts:0,callback:function(e){return n(e)},timeout:0})})},e.prototype.getTryableList=function(e){var t=this;return e.filter(function(e){return e.attempts<t.config.flushMaxRetries?(e.attempts+=1,!0):(t.fulfillRequest([e],500,"Event rejected due to exceeded retry count"),!1)})},e.prototype.scheduleTryable=function(e,t){var n=this;void 0===t&&(t=!1),e.forEach(function(e){if(t&&(n.queue=n.queue.concat(e)),0===e.timeout){n.schedule(n.config.flushIntervalMillis);return}setTimeout(function(){e.timeout=0,n.schedule(0)},e.timeout)})},e.prototype.addToQueue=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=this.getTryableList(e);this.scheduleTryable(n,!0),this.saveEvents()},e.prototype.schedule=function(e){var t=this;this.scheduled||this.config.offline||(this.scheduled=setTimeout(function(){t.flush(!0).then(function(){t.queue.length>0&&t.schedule(e)})},e))},e.prototype.flush=function(e){return void 0===e&&(e=!1),(0,p.mG)(this,void 0,void 0,function(){var t,n,r=this;return(0,p.Jh)(this,function(i){switch(i.label){case 0:if(this.config.offline)return this.config.loggerProvider.debug("Skipping flush while offline."),[2];return t=[],n=[],this.queue.forEach(function(e){return 0===e.timeout?t.push(e):n.push(e)}),this.scheduled&&(clearTimeout(this.scheduled),this.scheduled=null),[4,Promise.all(_(t,this.config.flushQueueSize).map(function(t){return r.send(t,e)}))];case 1:return i.sent(),this.scheduleTryable(n),[2]}})})},e.prototype.send=function(e,t){return void 0===t&&(t=!0),(0,p.mG)(this,void 0,void 0,function(){var n,r,i,o;return(0,p.Jh)(this,function(s){switch(s.label){case 0:if(!this.config.apiKey)return[2,this.fulfillRequest(e,400,"Event rejected due to missing API key")];n={api_key:this.config.apiKey,events:e.map(function(e){var t=e.event;return t.extra,(0,p._T)(t,["extra"])}),options:{min_id_length:this.config.minIdLength},client_upload_time:new Date().toISOString(),request_metadata:this.config.requestMetadata},this.config.requestMetadata=new P,s.label=1;case 1:return s.trys.push([1,3,,4]),r=C(this.config.serverUrl,this.config.serverZone,this.config.useBatch).serverUrl,[4,this.config.transportProvider.send(r,n)];case 2:if(null===(i=s.sent()))return this.fulfillRequest(e,0,"Unexpected error occurred"),[2];if(!t)return"body"in i?this.fulfillRequest(e,i.statusCode,"".concat(i.status,": ").concat(A(i))):this.fulfillRequest(e,i.statusCode,i.status),[2];return this.handleResponse(i,e),[3,4];case 3:var u;return o=(u=s.sent())instanceof Error?u.message:String(u),this.config.loggerProvider.error(o),this.handleResponse({status:c.Failed,statusCode:0},e),[3,4];case 4:return[2]}})})},e.prototype.handleResponse=function(e,t){var n=e.status;switch(n){case c.Success:this.handleSuccessResponse(e,t);break;case c.Invalid:this.handleInvalidResponse(e,t);break;case c.PayloadTooLarge:this.handlePayloadTooLargeResponse(e,t);break;case c.RateLimit:this.handleRateLimitResponse(e,t);break;default:this.config.loggerProvider.warn("{code: 0, error: \"Status '".concat(n,"' provided for ").concat(t.length,' events"}')),this.handleOtherResponse(t)}},e.prototype.handleSuccessResponse=function(e,t){this.fulfillRequest(t,e.statusCode,"Event tracked successfully")},e.prototype.handleInvalidResponse=function(e,t){var n=this;if(e.body.missingField||e.body.error.startsWith("Invalid API key")){this.fulfillRequest(t,e.statusCode,e.body.error);return}var r=new Set((0,p.ev)((0,p.ev)((0,p.ev)((0,p.ev)([],(0,p.CR)(Object.values(e.body.eventsWithInvalidFields)),!1),(0,p.CR)(Object.values(e.body.eventsWithMissingFields)),!1),(0,p.CR)(Object.values(e.body.eventsWithInvalidIdLengths)),!1),(0,p.CR)(e.body.silencedEvents),!1).flat()),i=t.filter(function(t,i){if(r.has(i)){n.fulfillRequest([t],e.statusCode,e.body.error);return}return!0});i.length>0&&this.config.loggerProvider.warn(A(e));var o=this.getTryableList(i);this.scheduleTryable(o)},e.prototype.handlePayloadTooLargeResponse=function(e,t){if(1===t.length){this.fulfillRequest(t,e.statusCode,e.body.error);return}this.config.loggerProvider.warn(A(e)),this.config.flushQueueSize/=2;var n=this.getTryableList(t);this.scheduleTryable(n)},e.prototype.handleRateLimitResponse=function(e,t){var n=this,r=Object.keys(e.body.exceededDailyQuotaUsers),i=Object.keys(e.body.exceededDailyQuotaDevices),o=e.body.throttledEvents,s=new Set(r),u=new Set(i),a=new Set(o),c=t.filter(function(t,r){if(t.event.user_id&&s.has(t.event.user_id)||t.event.device_id&&u.has(t.event.device_id)){n.fulfillRequest([t],e.statusCode,e.body.error);return}return a.has(r)&&(t.timeout=n.throttleTimeout),!0});c.length>0&&this.config.loggerProvider.warn(A(e));var l=this.getTryableList(c);this.scheduleTryable(l)},e.prototype.handleOtherResponse=function(e){var t=this,n=e.map(function(e){return e.timeout=e.attempts*t.retryTimeout,e}),r=this.getTryableList(n);this.scheduleTryable(r)},e.prototype.fulfillRequest=function(e,t,n){this.removeEvents(e),e.forEach(function(e){return e.callback(E(e.event,t,n))})},e.prototype.saveEvents=function(){if(this.config.storageProvider){var e=this.queue.map(function(e){return e.event});this.config.storageProvider.set(this.storageKey,e)}},e.prototype.removeEvents=function(e){this.queue=this.queue.filter(function(t){return!e.some(function(e){return e.event.insert_id===t.event.insert_id})}),this.saveEvents()},e}(),R=n(35772),N=n(35909),L=n(90445),q=function(){function e(){this.productId="",this.quantity=1,this.price=0}return e.prototype.setProductId=function(e){return this.productId=e,this},e.prototype.setQuantity=function(e){return e>0&&(this.quantity=e),this},e.prototype.setPrice=function(e){return this.price=e,this},e.prototype.setRevenueType=function(e){return this.revenueType=e,this},e.prototype.setRevenue=function(e){return this.revenue=e,this},e.prototype.setEventProperties=function(e){return(0,L.L)(e)&&(this.properties=e),this},e.prototype.getEventProperties=function(){var e=this.properties?(0,p.pi)({},this.properties):{};return e[N.al.REVENUE_PRODUCT_ID]=this.productId,e[N.al.REVENUE_QUANTITY]=this.quantity,e[N.al.REVENUE_PRICE]=this.price,e[N.al.REVENUE_TYPE]=this.revenueType,e[N.al.REVENUE]=this.revenue,e},e}(),U=function(){function e(e){this.client=e,this.queue=[],this.applying=!1,this.plugins=[]}return e.prototype.register=function(e,t){var n,r;return(0,p.mG)(this,void 0,void 0,function(){return(0,p.Jh)(this,function(i){switch(i.label){case 0:if(this.plugins.some(function(t){return t.name===e.name}))return t.loggerProvider.warn("Plugin with name ".concat(e.name," already exists, skipping registration")),[2];return void 0===e.name&&(e.name=O(),t.loggerProvider.warn("Plugin name is undefined. \n      Generating a random UUID for plugin name: ".concat(e.name,". \n      Set a name for the plugin to prevent it from being added multiple times."))),e.type=null!==(n=e.type)&&void 0!==n?n:"enrichment",[4,null===(r=e.setup)||void 0===r?void 0:r.call(e,t,this.client)];case 1:return i.sent(),this.plugins.push(e),[2]}})})},e.prototype.deregister=function(e){var t;return(0,p.mG)(this,void 0,void 0,function(){var n,r;return(0,p.Jh)(this,function(i){switch(i.label){case 0:return n=this.plugins.findIndex(function(t){return t.name===e}),r=this.plugins[n],this.plugins.splice(n,1),[4,null===(t=r.teardown)||void 0===t?void 0:t.call(r)];case 1:return i.sent(),[2]}})})},e.prototype.reset=function(e){this.applying=!1,this.plugins.map(function(e){var t;return null===(t=e.teardown)||void 0===t?void 0:t.call(e)}),this.plugins=[],this.client=e},e.prototype.push=function(e){var t=this;return new Promise(function(n){t.queue.push([e,n]),t.scheduleApply(0)})},e.prototype.scheduleApply=function(e){var t=this;this.applying||(this.applying=!0,setTimeout(function(){t.apply(t.queue.shift()).then(function(){t.applying=!1,t.queue.length>0&&t.scheduleApply(0)})},e))},e.prototype.apply=function(e){return(0,p.mG)(this,void 0,void 0,function(){var t,n,r,i,o,s,u,a,c,l,d,f,h,v;return(0,p.Jh)(this,function(g){switch(g.label){case 0:if(!e)return[2];t=(0,p.CR)(e,1)[0],n=(0,p.CR)(e,2)[1],r=this.plugins.filter(function(e){return"before"===e.type}),g.label=1;case 1:g.trys.push([1,6,7,8]),o=(i=(0,p.XA)(r)).next(),g.label=2;case 2:if(o.done)return[3,5];if(!(s=o.value).execute)return[3,4];return[4,s.execute((0,p.pi)({},t))];case 3:if(null===(u=g.sent()))return n({event:t,code:0,message:""}),[2];t=u,g.label=4;case 4:return o=i.next(),[3,2];case 5:return[3,8];case 6:return d={error:g.sent()},[3,8];case 7:try{o&&!o.done&&(f=i.return)&&f.call(i)}finally{if(d)throw d.error}return[7];case 8:a=this.plugins.filter(function(e){return"enrichment"===e.type||void 0===e.type}),g.label=9;case 9:g.trys.push([9,14,15,16]),l=(c=(0,p.XA)(a)).next(),g.label=10;case 10:if(l.done)return[3,13];if(!(s=l.value).execute)return[3,12];return[4,s.execute((0,p.pi)({},t))];case 11:if(null===(u=g.sent()))return n({event:t,code:0,message:""}),[2];t=u,g.label=12;case 12:return l=c.next(),[3,10];case 13:return[3,16];case 14:return h={error:g.sent()},[3,16];case 15:try{l&&!l.done&&(v=c.return)&&v.call(c)}finally{if(h)throw h.error}return[7];case 16:return Promise.all(this.plugins.filter(function(e){return"destination"===e.type}).map(function(e){var n=(0,p.pi)({},t);return e.execute(n).catch(function(e){return E(n,0,String(e))})})).then(function(e){var r=(0,p.CR)(e,1)[0]||E(t,100,"Event not tracked, no destination plugins on the instance");n(r)}),[2]}})})},e.prototype.flush=function(){return(0,p.mG)(this,void 0,void 0,function(){var e,t=this;return(0,p.Jh)(this,function(n){switch(n.label){case 0:return e=this.queue,this.queue=[],[4,Promise.all(e.map(function(e){return t.apply(e)}))];case 1:return n.sent(),[4,Promise.all(this.plugins.filter(function(e){return"destination"===e.type}).map(function(e){return e.flush&&e.flush()}))];case 2:return n.sent(),[2]}})})},e}(),D=function(e,t){return(0,p.pi)((0,p.pi)({},t),{event_type:N.JU.IDENTIFY,user_properties:e.getUserProperties()})},J=function(e,t,n,r){var i;return(0,p.pi)((0,p.pi)({},r),{event_type:N.JU.GROUP_IDENTIFY,group_properties:n.getUserProperties(),groups:((i={})[e]=t,i)})},j=function(e,t,n){var r,i=new R.h;return i.set(e,t),(0,p.pi)((0,p.pi)({},n),{event_type:N.JU.IDENTIFY,user_properties:i.getUserProperties(),groups:((r={})[e]=t,r)})},G=function(){function e(e){void 0===e&&(e="$default"),this.initializing=!1,this.isReady=!1,this.q=[],this.dispatchQ=[],this.logEvent=this.track.bind(this),this.timeline=new U(this),this.name=e}return e.prototype._init=function(e){return(0,p.mG)(this,void 0,void 0,function(){return(0,p.Jh)(this,function(t){switch(t.label){case 0:return this.config=e,this.timeline.reset(this),[4,this.runQueuedFunctions("q")];case 1:return t.sent(),this.isReady=!0,[2]}})})},e.prototype.runQueuedFunctions=function(e){return(0,p.mG)(this,void 0,void 0,function(){var t,n,r,i,o,s;return(0,p.Jh)(this,function(u){switch(u.label){case 0:t=this[e],this[e]=[],u.label=1;case 1:u.trys.push([1,8,9,10]),r=(n=(0,p.XA)(t)).next(),u.label=2;case 2:if(r.done)return[3,7];if(!((i=(0,r.value)())&&"promise"in i))return[3,4];return[4,i.promise];case 3:return u.sent(),[3,6];case 4:return[4,i];case 5:u.sent(),u.label=6;case 6:return r=n.next(),[3,2];case 7:return[3,10];case 8:return o={error:u.sent()},[3,10];case 9:try{r&&!r.done&&(s=n.return)&&s.call(n)}finally{if(o)throw o.error}return[7];case 10:if(!this[e].length)return[3,12];return[4,this.runQueuedFunctions(e)];case 11:u.sent(),u.label=12;case 12:return[2]}})})},e.prototype.track=function(e,t,n){var r=(0,p.pi)((0,p.pi)((0,p.pi)({},"string"==typeof e?{event_type:e}:e),n),t&&{event_properties:t});return b(this.dispatch(r))},e.prototype.identify=function(e,t){var n=D(e,t);return b(this.dispatch(n))},e.prototype.groupIdentify=function(e,t,n,r){var i=J(e,t,n,r);return b(this.dispatch(i))},e.prototype.setGroup=function(e,t,n){var r=j(e,t,n);return b(this.dispatch(r))},e.prototype.revenue=function(e,t){var n=(0,p.pi)((0,p.pi)({},t),{event_type:N.JU.REVENUE,event_properties:e.getEventProperties()});return b(this.dispatch(n))},e.prototype.add=function(e){return this.isReady?this._addPlugin(e):(this.q.push(this._addPlugin.bind(this,e)),b())},e.prototype._addPlugin=function(e){return b(this.timeline.register(e,this.config))},e.prototype.remove=function(e){return this.isReady?this._removePlugin(e):(this.q.push(this._removePlugin.bind(this,e)),b())},e.prototype._removePlugin=function(e){return b(this.timeline.deregister(e))},e.prototype.dispatchWithCallback=function(e,t){if(!this.isReady)return t(E(e,0,"Client not initialized"));this.process(e).then(t)},e.prototype.dispatch=function(e){return(0,p.mG)(this,void 0,void 0,function(){var t=this;return(0,p.Jh)(this,function(n){return this.isReady?[2,this.process(e)]:[2,new Promise(function(n){t.dispatchQ.push(t.dispatchWithCallback.bind(t,e,n))})]})})},e.prototype.process=function(e){return(0,p.mG)(this,void 0,void 0,function(){var t,n;return(0,p.Jh)(this,function(r){switch(r.label){case 0:if(r.trys.push([0,2,,3]),this.config.optOut)return[2,E(e,0,"Event skipped due to optOut config")];return[4,this.timeline.push(e)];case 1:return 200===(t=r.sent()).code?this.config.loggerProvider.log(t.message):100===t.code?this.config.loggerProvider.warn(t.message):this.config.loggerProvider.error(t.message),[2,t];case 2:return n=String(r.sent()),this.config.loggerProvider.error(n),[2,t=E(e,0,n)];case 3:return[2]}})})},e.prototype.setOptOut=function(e){if(!this.isReady){this.q.push(this._setOptOut.bind(this,!!e));return}this._setOptOut(e)},e.prototype._setOptOut=function(e){this.config.optOut=!!e},e.prototype.flush=function(){return b(this.timeline.flush())},e}(),M=function(e,t){return"boolean"==typeof e?e:(null==e?void 0:e[t])!==!1},F=function(e){return M(e,"attribution")},K=function(e){return M(e,"pageViews")},V=function(e){return M(e,"sessions")},z=function(e){return"boolean"==typeof e?e:"object"==typeof e&&(!0===e.elementInteractions||"object"==typeof e.elementInteractions)},Q=function(e){if(z(e.autocapture)&&"object"==typeof e.autocapture&&"object"==typeof e.autocapture.elementInteractions)return e.autocapture.elementInteractions},$=function(e){var t,n=function(){return!1},r=void 0,i=e.pageCounter;return K(e.defaultTracking)&&(n=void 0,t=void 0,e.defaultTracking&&"object"==typeof e.defaultTracking&&e.defaultTracking.pageViews&&"object"==typeof e.defaultTracking.pageViews&&("trackOn"in e.defaultTracking.pageViews&&(n=e.defaultTracking.pageViews.trackOn),"trackHistoryChanges"in e.defaultTracking.pageViews&&(r=e.defaultTracking.pageViews.trackHistoryChanges),"eventType"in e.defaultTracking.pageViews&&e.defaultTracking.pageViews.eventType&&(t=e.defaultTracking.pageViews.eventType))),{trackOn:n,trackHistoryChanges:r,eventType:t,pageCounter:i}},Z="dclid",B="fbclid",W="gbraid",H="gclid",X="ko_click_id",Y="li_fat_id",ee="msclkid",et="rtd_cid",en="ttclid",er="twclid",ei="wbraid",eo={utm_campaign:void 0,utm_content:void 0,utm_id:void 0,utm_medium:void 0,utm_source:void 0,utm_term:void 0,referrer:void 0,referring_domain:void 0,dclid:void 0,gbraid:void 0,gclid:void 0,fbclid:void 0,ko_click_id:void 0,li_fat_id:void 0,msclkid:void 0,rtd_cid:void 0,ttclid:void 0,twclid:void 0,wbraid:void 0},es=function(e){var t=e.split(".");return t.length<=2?e:t.slice(t.length-2,t.length).join(".")},eu=function(e,t,n,r){void 0===r&&(r=!0),e.referrer;var i=e.referring_domain,o=(0,p._T)(e,["referrer","referring_domain"]),s=t||{},u=(s.referrer,s.referring_domain),a=(0,p._T)(s,["referrer","referring_domain"]);if(ea(n.excludeReferrers,e.referring_domain)||!r&&Object.values(e).every(function(e){return!e})&&t)return!1;var c=JSON.stringify(o)!==JSON.stringify(a),l=es(i||"")!==es(u||"");return!t||c||l},ea=function(e,t){return void 0===e&&(e=[]),void 0===t&&(t=""),e.some(function(e){return e instanceof RegExp?e.test(t):e===t})},ec=function(e){var t=e;return t?(t.startsWith(".")&&(t=t.substring(1)),[new RegExp("".concat(t.replace(".","\\."),"$"))]):[]},el=function(){var e="ampIntegrationContext";return"undefined"!=typeof globalThis&&void 0!==globalThis[e]?globalThis[e]:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof self?self:void 0!==n.g?n.g:void 0},ed=function(){var e,t=el();return(null===(e=null==t?void 0:t.location)||void 0===e?void 0:e.search)?t.location.search.substring(1).split("&").filter(Boolean).reduce(function(e,t){var n=t.split("=",2),r=ef(n[0]),i=ef(n[1]);return i&&(e[r]=i),e},{}):{}},ef=function(e){void 0===e&&(e="");try{return decodeURIComponent(e)}catch(e){return""}},eh=function(){function e(){}return e.prototype.parse=function(){return(0,p.mG)(this,void 0,void 0,function(){return(0,p.Jh)(this,function(e){return[2,(0,p.pi)((0,p.pi)((0,p.pi)((0,p.pi)({},eo),this.getUtmParam()),this.getReferrer()),this.getClickIds())]})})},e.prototype.getUtmParam=function(){var e=ed();return{utm_campaign:e.utm_campaign,utm_content:e.utm_content,utm_id:e.utm_id,utm_medium:e.utm_medium,utm_source:e.utm_source,utm_term:e.utm_term}},e.prototype.getReferrer=function(){var e,t,n={referrer:void 0,referring_domain:void 0};try{n.referrer=document.referrer||void 0,n.referring_domain=null!==(t=null===(e=n.referrer)||void 0===e?void 0:e.split("/")[2])&&void 0!==t?t:void 0}catch(e){}return n},e.prototype.getClickIds=function(){var e,t=ed();return(e={})[Z]=t[Z],e[B]=t[B],e[W]=t[W],e[H]=t[H],e[X]=t[X],e[Y]=t[Y],e[ee]=t[ee],e[et]=t[et],e[en]=t[en],e[er]=t[er],e[ei]=t[ei],e},e}(),ep=function(e,t){return void 0===t&&(t=Date.now()),Date.now()-t>e},ev=function(){function e(e,t){var n,r,i,o;this.shouldTrackNewCampaign=!1,this.options=(0,p.pi)({initialEmptyValue:"EMPTY",resetSessionOnNewCampaign:!1,excludeReferrers:ec(null===(n=t.cookieOptions)||void 0===n?void 0:n.domain)},e),this.storage=t.cookieStorage,this.storageKey=(r=t.apiKey,i="MKTG",void 0===o&&(o=10),[w.xp,i,r.substring(0,o)].filter(Boolean).join("_")),this.currentCampaign=eo,this.sessionTimeout=t.sessionTimeout,this.lastEventTime=t.lastEventTime,t.loggerProvider.log("Installing web attribution tracking.")}return e.prototype.init=function(){return(0,p.mG)(this,void 0,void 0,function(){var e,t;return(0,p.Jh)(this,function(n){switch(n.label){case 0:return[4,this.fetchCampaign()];case 1:if(t=p.CR.apply(void 0,[n.sent(),2]),this.currentCampaign=t[0],this.previousCampaign=t[1],e=!this.lastEventTime||ep(this.sessionTimeout,this.lastEventTime),!eu(this.currentCampaign,this.previousCampaign,this.options,e))return[3,3];return this.shouldTrackNewCampaign=!0,[4,this.storage.set(this.storageKey,this.currentCampaign)];case 2:n.sent(),n.label=3;case 3:return[2]}})})},e.prototype.fetchCampaign=function(){return(0,p.mG)(this,void 0,void 0,function(){return(0,p.Jh)(this,function(e){switch(e.label){case 0:return[4,Promise.all([new eh().parse(),this.storage.get(this.storageKey)])];case 1:return[2,e.sent()]}})})},e.prototype.generateCampaignEvent=function(e){this.shouldTrackNewCampaign=!1;var t,n,r=(t=this.currentCampaign,n=this.options,D(Object.entries((0,p.pi)((0,p.pi)({},eo),t)).reduce(function(e,t){var r,i=(0,p.CR)(t,2),o=i[0],s=i[1];return(e.setOnce("initial_".concat(o),null!==(r=null!=s?s:n.initialEmptyValue)&&void 0!==r?r:"EMPTY"),s)?e.set(o,s):e.unset(o)},new R.h)));return e&&(r.event_id=e),r},e.prototype.shouldSetSessionIdOnNewCampaign=function(){return this.shouldTrackNewCampaign&&!!this.options.resetSessionOnNewCampaign},e}(),eg=function(){function e(){}return e.prototype.getApplicationContext=function(){return{versionName:this.versionName,language:ey(),platform:"Web",os:void 0,deviceModel:void 0}},e}(),ey=function(){return"undefined"!=typeof navigator&&(navigator.languages&&navigator.languages[0]||navigator.language)||""},em=function(){function e(){this.queue=[]}return e.prototype.logEvent=function(e){this.receiver?this.receiver(e):this.queue.length<512&&this.queue.push(e)},e.prototype.setEventReceiver=function(e){this.receiver=e,this.queue.length>0&&(this.queue.forEach(function(t){e(t)}),this.queue=[])},e}(),eb=function(){return(eb=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},ew=function(e,t){var n=typeof e;if(n!==typeof t)return!1;for(var r=0,i=["string","number","boolean","undefined"];r<i.length;r++)if(i[r]===n)return e===t;if(null==e&&null==t)return!0;if(null==e||null==t||e.length!==t.length)return!1;var o=Array.isArray(e),s=Array.isArray(t);if(o!==s)return!1;if(o&&s){for(var u=0;u<e.length;u++)if(!ew(e[u],t[u]))return!1}else{if(!ew(Object.keys(e).sort(),Object.keys(t).sort()))return!1;var a=!0;return Object.keys(e).forEach(function(n){ew(e[n],t[n])||(a=!1)}),a}return!0};Object.entries||(Object.entries=function(e){for(var t=Object.keys(e),n=t.length,r=Array(n);n--;)r[n]=[t[n],e[t[n]]];return r});var e_=function(){function e(){this.identity={userProperties:{}},this.listeners=new Set}return e.prototype.editIdentity=function(){var e=this,t=eb({},this.identity.userProperties),n=eb(eb({},this.identity),{userProperties:t});return{setUserId:function(e){return n.userId=e,this},setDeviceId:function(e){return n.deviceId=e,this},setUserProperties:function(e){return n.userProperties=e,this},setOptOut:function(e){return n.optOut=e,this},updateUserProperties:function(e){for(var t=n.userProperties||{},r=0,i=Object.entries(e);r<i.length;r++){var o=i[r],s=o[0],u=o[1];switch(s){case"$set":for(var a=0,c=Object.entries(u);a<c.length;a++){var l=c[a],d=l[0],f=l[1];t[d]=f}break;case"$unset":for(var h=0,p=Object.keys(u);h<p.length;h++){var d=p[h];delete t[d]}break;case"$clearAll":t={}}}return n.userProperties=t,this},commit:function(){return e.setIdentity(n),this}}},e.prototype.getIdentity=function(){return eb({},this.identity)},e.prototype.setIdentity=function(e){var t=eb({},this.identity);this.identity=eb({},e),ew(t,this.identity)||this.listeners.forEach(function(t){t(e)})},e.prototype.addIdentityListener=function(e){this.listeners.add(e)},e.prototype.removeIdentityListener=function(e){this.listeners.delete(e)},e}(),eE="undefined"!=typeof globalThis?globalThis:void 0!==n.g?n.g:self,eS=function(){function e(){this.identityStore=new e_,this.eventBridge=new em,this.applicationContextProvider=new eg}return e.getInstance=function(t){return eE.analyticsConnectorInstances||(eE.analyticsConnectorInstances={}),eE.analyticsConnectorInstances[t]||(eE.analyticsConnectorInstances[t]=new e),eE.analyticsConnectorInstances[t]},e}(),eI=function(e){return void 0===e&&(e="$default_instance"),eS.getInstance(e)},eT=function(e,t){eI(t).identityStore.editIdentity().setUserId(e).commit()},ek=function(e,t){eI(t).identityStore.editIdentity().setDeviceId(e).commit()},eC=function(){function e(){this.name="identity",this.type="before",this.identityStore=eI().identityStore}return e.prototype.execute=function(e){return(0,p.mG)(this,void 0,void 0,function(){var t;return(0,p.Jh)(this,function(n){return(t=e.user_properties)&&this.identityStore.editIdentity().updateUserProperties(t).commit(),[2,e]})})},e.prototype.setup=function(e){return(0,p.mG)(this,void 0,void 0,function(){return(0,p.Jh)(this,function(t){return e.instanceName&&(this.identityStore=eI(e.instanceName).identityStore),[2]})})},e}(),eP=function(e,t){for(var n=0;n<t.length;n++){var r=t[n],i=r.name,o=r.args,s=r.resolve,u=e&&e[i];if("function"==typeof u){var a=u.apply(e,o);"function"==typeof s&&s(null==a?void 0:a.promise)}}return e},eO=function(e){return e&&void 0!==e._q},eA=function(){if("undefined"==typeof navigator)return"";var e,t,n,r,i=navigator.userLanguage;return null!==(r=null!==(n=null!==(t=null===(e=navigator.languages)||void 0===e?void 0:e[0])&&void 0!==t?t:navigator.language)&&void 0!==n?n:i)&&void 0!==r?r:""},ex=function(){function e(){this.name="@amplitude/plugin-context-browser",this.type="before",this.library="amplitude-ts/".concat("2.11.2"),"undefined"!=typeof navigator&&(this.userAgent=navigator.userAgent)}return e.prototype.setup=function(e){return this.config=e,Promise.resolve(void 0)},e.prototype.execute=function(e){var t,n;return(0,p.mG)(this,void 0,void 0,function(){var r,i,o;return(0,p.Jh)(this,function(s){return r=new Date().getTime(),i=null!==(t=this.config.lastEventId)&&void 0!==t?t:-1,o=null!==(n=e.event_id)&&void 0!==n?n:i+1,this.config.lastEventId=o,e.time||(this.config.lastEventTime=r),[2,(0,p.pi)((0,p.pi)((0,p.pi)((0,p.pi)((0,p.pi)((0,p.pi)((0,p.pi)((0,p.pi)({user_id:this.config.userId,device_id:this.config.deviceId,session_id:this.config.sessionId,time:r},this.config.appVersion&&{app_version:this.config.appVersion}),this.config.trackingOptions.platform&&{platform:"Web"}),this.config.trackingOptions.language&&{language:eA()}),this.config.trackingOptions.ipAddress&&{ip:"$remote"}),{insert_id:O(),partner_id:this.config.partnerId,plan:this.config.plan}),this.config.ingestionMetadata&&{ingestion_metadata:{source_name:this.config.ingestionMetadata.sourceName,source_version:this.config.ingestionMetadata.sourceVersion}}),e),{event_id:o,library:this.library,user_agent:this.userAgent})]})})},e}(),eR=function(){function e(){this.memoryStorage=new Map}return e.prototype.isEnabled=function(){return(0,p.mG)(this,void 0,void 0,function(){return(0,p.Jh)(this,function(e){return[2,!0]})})},e.prototype.get=function(e){return(0,p.mG)(this,void 0,void 0,function(){return(0,p.Jh)(this,function(t){return[2,this.memoryStorage.get(e)]})})},e.prototype.getRaw=function(e){return(0,p.mG)(this,void 0,void 0,function(){var t;return(0,p.Jh)(this,function(n){switch(n.label){case 0:return[4,this.get(e)];case 1:return[2,(t=n.sent())?JSON.stringify(t):void 0]}})})},e.prototype.set=function(e,t){return(0,p.mG)(this,void 0,void 0,function(){return(0,p.Jh)(this,function(n){return this.memoryStorage.set(e,t),[2]})})},e.prototype.remove=function(e){return(0,p.mG)(this,void 0,void 0,function(){return(0,p.Jh)(this,function(t){return this.memoryStorage.delete(e),[2]})})},e.prototype.reset=function(){return(0,p.mG)(this,void 0,void 0,function(){return(0,p.Jh)(this,function(e){return this.memoryStorage.clear(),[2]})})},e}(),eN=function(e,t,n){return void 0===t&&(t=""),void 0===n&&(n=10),[w.xp,t,e.substring(0,n)].filter(Boolean).join("_")},eL=function(){function e(e){this.options=(0,p.pi)({},e)}return e.prototype.isEnabled=function(){return(0,p.mG)(this,void 0,void 0,function(){var t,n;return(0,p.Jh)(this,function(r){switch(r.label){case 0:if(!el())return[2,!1];e.testValue=String(Date.now()),t=new e(this.options),n="AMP_TEST",r.label=1;case 1:return r.trys.push([1,4,5,7]),[4,t.set(n,e.testValue)];case 2:return r.sent(),[4,t.get(n)];case 3:return[2,r.sent()===e.testValue];case 4:return r.sent(),[2,!1];case 5:return[4,t.remove(n)];case 6:return r.sent(),[7];case 7:return[2]}})})},e.prototype.get=function(e){var t;return(0,p.mG)(this,void 0,void 0,function(){var n,r;return(0,p.Jh)(this,function(i){switch(i.label){case 0:return[4,this.getRaw(e)];case 1:if(!(n=i.sent()))return[2,void 0];try{if(r=null!==(t=eq(n))&&void 0!==t?t:eU(n),void 0===r)return console.error("Amplitude Logger [Error]: Failed to decode cookie value for key: ".concat(e,", value: ").concat(n)),[2,void 0];return[2,JSON.parse(r)]}catch(t){return console.error("Amplitude Logger [Error]: Failed to parse cookie value for key: ".concat(e,", value: ").concat(n)),[2,void 0]}return[2]}})})},e.prototype.getRaw=function(e){var t,n;return(0,p.mG)(this,void 0,void 0,function(){var r,i;return(0,p.Jh)(this,function(o){return(i=(null!==(n=null===(t=null==(r=el())?void 0:r.document)||void 0===t?void 0:t.cookie.split("; "))&&void 0!==n?n:[]).find(function(t){return 0===t.indexOf(e+"=")}))?[2,i.substring(e.length+1)]:[2,void 0]})})},e.prototype.set=function(e,t){var n;return(0,p.mG)(this,void 0,void 0,function(){var r,i,o,s,u,a,c;return(0,p.Jh)(this,function(l){try{r=null!==(n=this.options.expirationDays)&&void 0!==n?n:0,i=null!==t?r:-1,o=void 0,i&&((s=new Date).setTime(s.getTime()+864e5*i),o=s),u="".concat(e,"=").concat(btoa(encodeURIComponent(JSON.stringify(t)))),o&&(u+="; expires=".concat(o.toUTCString())),u+="; path=/",this.options.domain&&(u+="; domain=".concat(this.options.domain)),this.options.secure&&(u+="; Secure"),this.options.sameSite&&(u+="; SameSite=".concat(this.options.sameSite)),(a=el())&&(a.document.cookie=u)}catch(t){c=t instanceof Error?t.message:String(t),console.error("Amplitude Logger [Error]: Failed to set cookie for key: ".concat(e,". Error: ").concat(c))}return[2]})})},e.prototype.remove=function(e){return(0,p.mG)(this,void 0,void 0,function(){return(0,p.Jh)(this,function(t){switch(t.label){case 0:return[4,this.set(e,null)];case 1:return t.sent(),[2]}})})},e.prototype.reset=function(){return(0,p.mG)(this,void 0,void 0,function(){return(0,p.Jh)(this,function(e){return[2]})})},e}(),eq=function(e){try{return decodeURIComponent(atob(e))}catch(e){return}},eU=function(e){try{return decodeURIComponent(atob(decodeURIComponent(e)))}catch(e){return}},eD=function(){function e(){}return e.prototype.send=function(e,t){return Promise.resolve(null)},e.prototype.buildResponse=function(e){if("object"!=typeof e)return null;var t,n,r,i,o,s,u,a,l,d,f,h,p,v,g,y,m,b,w,_,E,S,I=e.code||0,T=this.buildStatus(I);switch(T){case c.Success:return{status:T,statusCode:I,body:{eventsIngested:null!==(t=e.events_ingested)&&void 0!==t?t:0,payloadSizeBytes:null!==(n=e.payload_size_bytes)&&void 0!==n?n:0,serverUploadTime:null!==(r=e.server_upload_time)&&void 0!==r?r:0}};case c.Invalid:return{status:T,statusCode:I,body:{error:null!==(i=e.error)&&void 0!==i?i:"",missingField:null!==(o=e.missing_field)&&void 0!==o?o:"",eventsWithInvalidFields:null!==(s=e.events_with_invalid_fields)&&void 0!==s?s:{},eventsWithMissingFields:null!==(u=e.events_with_missing_fields)&&void 0!==u?u:{},eventsWithInvalidIdLengths:null!==(a=e.events_with_invalid_id_lengths)&&void 0!==a?a:{},epsThreshold:null!==(l=e.eps_threshold)&&void 0!==l?l:0,exceededDailyQuotaDevices:null!==(d=e.exceeded_daily_quota_devices)&&void 0!==d?d:{},silencedDevices:null!==(f=e.silenced_devices)&&void 0!==f?f:[],silencedEvents:null!==(h=e.silenced_events)&&void 0!==h?h:[],throttledDevices:null!==(p=e.throttled_devices)&&void 0!==p?p:{},throttledEvents:null!==(v=e.throttled_events)&&void 0!==v?v:[]}};case c.PayloadTooLarge:return{status:T,statusCode:I,body:{error:null!==(g=e.error)&&void 0!==g?g:""}};case c.RateLimit:return{status:T,statusCode:I,body:{error:null!==(y=e.error)&&void 0!==y?y:"",epsThreshold:null!==(m=e.eps_threshold)&&void 0!==m?m:0,throttledDevices:null!==(b=e.throttled_devices)&&void 0!==b?b:{},throttledUsers:null!==(w=e.throttled_users)&&void 0!==w?w:{},exceededDailyQuotaDevices:null!==(_=e.exceeded_daily_quota_devices)&&void 0!==_?_:{},exceededDailyQuotaUsers:null!==(E=e.exceeded_daily_quota_users)&&void 0!==E?E:{},throttledEvents:null!==(S=e.throttled_events)&&void 0!==S?S:[]}};case c.Timeout:default:return{status:T,statusCode:I}}},e.prototype.buildStatus=function(e){return e>=200&&e<300?c.Success:429===e?c.RateLimit:413===e?c.PayloadTooLarge:408===e?c.Timeout:e>=400&&e<500?c.Invalid:e>=500?c.Failed:c.Unknown},e}(),eJ=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,p.ZT)(t,e),t.prototype.send=function(e,t){return(0,p.mG)(this,void 0,void 0,function(){var n,r;return(0,p.Jh)(this,function(i){switch(i.label){case 0:if("undefined"==typeof fetch)throw Error("FetchTransport is not supported");return[4,fetch(e,{headers:{"Content-Type":"application/json",Accept:"*/*"},body:JSON.stringify(t),method:"POST"})];case 1:return[4,(n=i.sent()).text()];case 2:r=i.sent();try{return[2,this.buildResponse(JSON.parse(r))]}catch(e){return[2,this.buildResponse({code:n.status})]}return[2]}})})},t}(eD),ej=function(){function e(e){this.storage=e}return e.prototype.isEnabled=function(){return(0,p.mG)(this,void 0,void 0,function(){var t,n,r;return(0,p.Jh)(this,function(i){switch(i.label){case 0:if(!this.storage)return[2,!1];t=String(Date.now()),n=new e(this.storage),r="AMP_TEST",i.label=1;case 1:return i.trys.push([1,4,5,7]),[4,n.set(r,t)];case 2:return i.sent(),[4,n.get(r)];case 3:return[2,i.sent()===t];case 4:return i.sent(),[2,!1];case 5:return[4,n.remove(r)];case 6:return i.sent(),[7];case 7:return[2]}})})},e.prototype.get=function(e){return(0,p.mG)(this,void 0,void 0,function(){var t;return(0,p.Jh)(this,function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),[4,this.getRaw(e)];case 1:if(!(t=n.sent()))return[2,void 0];return[2,JSON.parse(t)];case 2:return n.sent(),console.error("[Amplitude] Error: Could not get value from storage"),[2,void 0];case 3:return[2]}})})},e.prototype.getRaw=function(e){var t;return(0,p.mG)(this,void 0,void 0,function(){return(0,p.Jh)(this,function(n){return[2,(null===(t=this.storage)||void 0===t?void 0:t.getItem(e))||void 0]})})},e.prototype.set=function(e,t){var n;return(0,p.mG)(this,void 0,void 0,function(){return(0,p.Jh)(this,function(r){try{null===(n=this.storage)||void 0===n||n.setItem(e,JSON.stringify(t))}catch(e){}return[2]})})},e.prototype.remove=function(e){var t;return(0,p.mG)(this,void 0,void 0,function(){return(0,p.Jh)(this,function(n){try{null===(t=this.storage)||void 0===t||t.removeItem(e)}catch(e){}return[2]})})},e.prototype.reset=function(){var e;return(0,p.mG)(this,void 0,void 0,function(){return(0,p.Jh)(this,function(t){try{null===(e=this.storage)||void 0===e||e.clear()}catch(e){}return[2]})})},e}(),eG=function(e){function t(t){var n,r=this;return(r=e.call(this,null===(n=el())||void 0===n?void 0:n.localStorage)||this).loggerProvider=null==t?void 0:t.loggerProvider,r}return(0,p.ZT)(t,e),t.prototype.set=function(t,n){var r;return(0,p.mG)(this,void 0,void 0,function(){var i;return(0,p.Jh)(this,function(o){switch(o.label){case 0:if(!(Array.isArray(n)&&n.length>1e3))return[3,2];return i=n.length-1e3,[4,e.prototype.set.call(this,t,n.slice(0,1e3))];case 1:return o.sent(),null===(r=this.loggerProvider)||void 0===r||r.error("Failed to save ".concat(i," events because the queue length exceeded ").concat(1e3,".")),[3,4];case 2:return[4,e.prototype.set.call(this,t,n)];case 3:o.sent(),o.label=4;case 4:return[2]}})})},t}(ej),eM=function(e){function t(){var t;return e.call(this,null===(t=el())||void 0===t?void 0:t.sessionStorage)||this}return(0,p.ZT)(t,e),t}(ej),eF=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={done:4},t}return(0,p.ZT)(t,e),t.prototype.send=function(e,t){return(0,p.mG)(this,void 0,void 0,function(){var n=this;return(0,p.Jh)(this,function(r){return[2,new Promise(function(r,i){"undefined"==typeof XMLHttpRequest&&i(Error("XHRTransport is not supported."));var o=new XMLHttpRequest;o.open("POST",e,!0),o.onreadystatechange=function(){if(o.readyState===n.state.done){var e=o.responseText;try{r(n.buildResponse(JSON.parse(e)))}catch(e){r(n.buildResponse({code:o.status}))}}},o.setRequestHeader("Content-Type","application/json"),o.setRequestHeader("Accept","*/*"),o.send(JSON.stringify(t))})]})})},t}(eD),eK=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,p.ZT)(t,e),t.prototype.send=function(e,t){return(0,p.mG)(this,void 0,void 0,function(){var n=this;return(0,p.Jh)(this,function(r){return[2,new Promise(function(r,i){var o=el();if(!(null==o?void 0:o.navigator.sendBeacon))throw Error("SendBeaconTransport is not supported");try{var s=JSON.stringify(t);if(o.navigator.sendBeacon(e,JSON.stringify(t)))return r(n.buildResponse({code:200,events_ingested:t.events.length,payload_size_bytes:s.length,server_upload_time:Date.now()}));return r(n.buildResponse({code:500}))}catch(e){i(e)}})]})})},t}(eD),eV=function(e){var t=parseInt(e,32);if(!isNaN(t))return t},ez=function(e){if(atob&&escape&&e)try{return decodeURIComponent(escape(atob(e)))}catch(e){return}},eQ="[Amplitude]",e$="".concat(eQ," Form Started"),eZ="".concat(eQ," Form Submitted"),eB="".concat(eQ," File Downloaded"),eW="session_start",eH="session_end",eX="".concat(eQ," File Extension"),eY="".concat(eQ," File Name"),e0="".concat(eQ," Link ID"),e1="".concat(eQ," Link Text"),e2="".concat(eQ," Link URL"),e4="".concat(eQ," Form ID"),e3="".concat(eQ," Form Name"),e5="".concat(eQ," Form Destination"),e9="cookie",e7=function(e){function t(t,n,r,i,o,s,u,c,l,d,f,h,p,v,g,y,m,b,w,_,E,S,T,k,C,P,O,A,x,R,N,L,q,U){void 0===r&&(r=new eR),void 0===i&&(i={domain:"",expiration:365,sameSite:"Lax",secure:!1,upgrade:!0}),void 0===c&&(c=1e3),void 0===l&&(l=5),void 0===d&&(d=30),void 0===f&&(f=e9),void 0===y&&(y=new I),void 0===m&&(m=a.Warn),void 0===w&&(w=!1),void 0===_&&(_=!1),void 0===T&&(T=""),void 0===k&&(k="US"),void 0===P&&(P=18e5),void 0===O&&(O=new eG({loggerProvider:y})),void 0===A&&(A={ipAddress:!0,language:!0,platform:!0}),void 0===x&&(x="fetch"),void 0===R&&(R=!1),void 0===N&&(N=!1);var D=e.call(this,{apiKey:t,storageProvider:O,transportProvider:e8(x)})||this;return D.apiKey=t,D.appVersion=n,D.cookieOptions=i,D.defaultTracking=o,D.autocapture=s,D.flushIntervalMillis=c,D.flushMaxRetries=l,D.flushQueueSize=d,D.identityStorage=f,D.ingestionMetadata=h,D.instanceName=p,D.loggerProvider=y,D.logLevel=m,D.minIdLength=b,D.offline=w,D.partnerId=E,D.plan=S,D.serverUrl=T,D.serverZone=k,D.sessionTimeout=P,D.storageProvider=O,D.trackingOptions=A,D.transport=x,D.useBatch=R,D.fetchRemoteConfig=N,D._optOut=!1,D._cookieStorage=r,D.deviceId=u,D.lastEventId=v,D.lastEventTime=g,D.optOut=_,D.sessionId=C,D.pageCounter=q,D.userId=L,D.debugLogsEnabled=U,D.loggerProvider.enable(U?a.Debug:D.logLevel),D}return(0,p.ZT)(t,e),Object.defineProperty(t.prototype,"cookieStorage",{get:function(){return this._cookieStorage},set:function(e){this._cookieStorage!==e&&(this._cookieStorage=e,this.updateStorage())},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"deviceId",{get:function(){return this._deviceId},set:function(e){this._deviceId!==e&&(this._deviceId=e,this.updateStorage())},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"userId",{get:function(){return this._userId},set:function(e){this._userId!==e&&(this._userId=e,this.updateStorage())},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"sessionId",{get:function(){return this._sessionId},set:function(e){this._sessionId!==e&&(this._sessionId=e,this.updateStorage())},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"optOut",{get:function(){return this._optOut},set:function(e){this._optOut!==e&&(this._optOut=e,this.updateStorage())},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"lastEventTime",{get:function(){return this._lastEventTime},set:function(e){this._lastEventTime!==e&&(this._lastEventTime=e,this.updateStorage())},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"lastEventId",{get:function(){return this._lastEventId},set:function(e){this._lastEventId!==e&&(this._lastEventId=e,this.updateStorage())},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"pageCounter",{get:function(){return this._pageCounter},set:function(e){this._pageCounter!==e&&(this._pageCounter=e,this.updateStorage())},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"debugLogsEnabled",{set:function(e){this._debugLogsEnabled!==e&&(this._debugLogsEnabled=e,this.updateStorage())},enumerable:!1,configurable:!0}),t.prototype.updateStorage=function(){var e={deviceId:this._deviceId,userId:this._userId,sessionId:this._sessionId,optOut:this._optOut,lastEventTime:this._lastEventTime,lastEventId:this._lastEventId,pageCounter:this._pageCounter,debugLogsEnabled:this._debugLogsEnabled};this.cookieStorage.set(eN(this.apiKey),e)},t}(k),e6=function(e,t){switch(void 0===e&&(e=e9),void 0===t&&(t={}),e){case"localStorage":return new eG;case"sessionStorage":return new eM;case"none":return new eR;default:return new eL((0,p.pi)((0,p.pi)({},t),{expirationDays:t.expiration}))}},e8=function(e){return"xhr"===e?new eF:"beacon"===e?new eK:new eJ},te=function(e){var t={};for(var n in e){var r=e[n];r&&(t[n]=r)}return t},tt=function(e){void 0===e&&(e={});var t,n,r,i=el(),o=void 0,s=e.trackOn,u=e.trackHistoryChanges,a=e.eventType,c=void 0===a?"[Amplitude] Page Viewed":a,l=function(){return(0,p.mG)(void 0,void 0,void 0,function(){var e,t;return(0,p.Jh)(this,function(n){switch(n.label){case 0:return t={event_type:c},e=[{}],[4,tn()];case 1:return[2,(t.event_properties=p.pi.apply(void 0,[p.pi.apply(void 0,e.concat([n.sent()])),{"[Amplitude] Page Domain":"undefined"!=typeof location&&location.hostname||"","[Amplitude] Page Location":"undefined"!=typeof location&&location.href||"","[Amplitude] Page Path":"undefined"!=typeof location&&location.pathname||"","[Amplitude] Page Title":"undefined"!=typeof document&&document.title||"","[Amplitude] Page URL":"undefined"!=typeof location&&location.href.split("?")[0]||""}]),t)]}})})},d=function(){return void 0===s||"function"==typeof s&&s()},f="undefined"!=typeof location?location.href:null,h=function(){return(0,p.mG)(void 0,void 0,void 0,function(){var e,n,r,i;return(0,p.Jh)(this,function(s){switch(s.label){case 0:if(n=ti(u,e=location.href,f||"")&&d(),f=e,!n)return[3,4];if(null==o||o.log("Tracking page view event"),null!=t)return[3,1];return[3,3];case 1:return i=(r=t).track,[4,l()];case 2:i.apply(r,[s.sent()]),s.label=3;case 3:s.label=4;case 4:return[2]}})})},v=function(){h()};return{name:"@amplitude/plugin-page-view-tracking-browser",type:"enrichment",setup:function(e,s){return(0,p.mG)(void 0,void 0,void 0,function(){var u,a;return(0,p.Jh)(this,function(c){switch(c.label){case 0:if(t=s,r=e,(o=e.loggerProvider).log("Installing @amplitude/plugin-page-view-tracking-browser"),i&&(i.addEventListener("popstate",v),n=i.history.pushState,i.history.pushState=new Proxy(i.history.pushState,{apply:function(e,t,n){var r=(0,p.CR)(n,3),i=r[0],o=r[1],s=r[2];e.apply(t,[i,o,s]),h()}})),!d())return[3,2];return o.log("Tracking page view event"),a=(u=t).track,[4,l()];case 1:a.apply(u,[c.sent()]),c.label=2;case 2:return[2]}})})},execute:function(e){return(0,p.mG)(void 0,void 0,void 0,function(){var t;return(0,p.Jh)(this,function(n){switch(n.label){case 0:if(!("attribution"===s&&tr(e)))return[3,2];return null==o||o.log("Enriching campaign event to page view event with campaign parameters"),[4,l()];case 1:t=n.sent(),e.event_type=t.event_type,e.event_properties=(0,p.pi)((0,p.pi)({},e.event_properties),t.event_properties),n.label=2;case 2:return r&&e.event_type===c&&(r.pageCounter=r.pageCounter?r.pageCounter+1:1,e.event_properties=(0,p.pi)((0,p.pi)({},e.event_properties),{"[Amplitude] Page Counter":r.pageCounter})),[2,e]}})})},teardown:function(){return(0,p.mG)(void 0,void 0,void 0,function(){return(0,p.Jh)(this,function(e){return i&&(i.removeEventListener("popstate",v),n&&(i.history.pushState=n)),[2]})})}}},tn=function(){return(0,p.mG)(void 0,void 0,void 0,function(){var e;return(0,p.Jh)(this,function(t){switch(t.label){case 0:return e=te,[4,new eh().parse()];case 1:return[2,e.apply(void 0,[t.sent()])]}})})},tr=function(e){if("$identify"===e.event_type&&e.user_properties){var t=e.user_properties,n=t[N.h9.SET]||{},r=t[N.h9.UNSET]||{},i=(0,p.ev)((0,p.ev)([],(0,p.CR)(Object.keys(n)),!1),(0,p.CR)(Object.keys(r)),!1);return Object.keys(eo).every(function(e){return i.includes(e)})}return!1},ti=function(e,t,n){return"pathOnly"===e?t.split("?")[0]!==n.split("?")[0]:t!==n},to=function(){var e,t=[],n=function(e,n,r){e.addEventListener(n,r),t.push({element:e,type:n,handler:r})},r=function(){t.forEach(function(e){var t=e.element,n=e.type,r=e.handler;null==t||t.removeEventListener(n,r)}),t=[]};return{name:"@amplitude/plugin-form-interaction-tracking-browser",type:"enrichment",setup:function(t,r){return(0,p.mG)(void 0,void 0,void 0,function(){var i;return(0,p.Jh)(this,function(o){return null===(i=el())||void 0===i||i.addEventListener("load",function(){if(!r){t.loggerProvider.warn("Form interaction tracking requires a later version of @amplitude/analytics-browser. Form interaction events are not tracked.");return}if("undefined"!=typeof document){var i=function(e){var t=!1;n(e,"change",function(){var n;t||r.track(e$,((n={})[e4]=ts(e.id),n[e3]=ts(e.name),n[e5]=e.action,n)),t=!0}),n(e,"submit",function(){var n,i;t||r.track(e$,((n={})[e4]=ts(e.id),n[e3]=ts(e.name),n[e5]=e.action,n)),r.track(eZ,((i={})[e4]=ts(e.id),i[e3]=ts(e.name),i[e5]=e.action,i)),t=!1})};Array.from(document.getElementsByTagName("form")).forEach(i),"undefined"!=typeof MutationObserver&&(e=new MutationObserver(function(e){e.forEach(function(e){e.addedNodes.forEach(function(e){"FORM"===e.nodeName&&i(e),"querySelectorAll"in e&&"function"==typeof e.querySelectorAll&&Array.from(e.querySelectorAll("form")).map(i)})})})).observe(document.body,{subtree:!0,childList:!0})}}),[2]})})},execute:function(e){return(0,p.mG)(void 0,void 0,void 0,function(){return(0,p.Jh)(this,function(t){return[2,e]})})},teardown:function(){return(0,p.mG)(void 0,void 0,void 0,function(){return(0,p.Jh)(this,function(t){return null==e||e.disconnect(),r(),[2]})})}}},ts=function(e){if("string"==typeof e)return e},tu=function(){var e,t=[],n=function(e,n,r){e.addEventListener(n,r),t.push({element:e,type:n,handler:r})},r=function(){t.forEach(function(e){var t=e.element,n=e.type,r=e.handler;null==t||t.removeEventListener(n,r)}),t=[]};return{name:"@amplitude/plugin-file-download-tracking-browser",type:"enrichment",setup:function(t,r){return(0,p.mG)(void 0,void 0,void 0,function(){var i;return(0,p.Jh)(this,function(o){return null===(i=el())||void 0===i||i.addEventListener("load",function(){if(!r){t.loggerProvider.warn("File download tracking requires a later version of @amplitude/analytics-browser. File download events are not tracked.");return}if("undefined"!=typeof document){var i=function(e){try{t=new URL(e.href,window.location.href)}catch(e){return}var t,i=o.exec(t.href),s=null==i?void 0:i[1];s&&n(e,"click",function(){var n;s&&r.track(eB,((n={})[eX]=s,n[eY]=t.pathname,n[e0]=e.id,n[e1]=e.text,n[e2]=e.href,n))})},o=/\.(pdf|xlsx?|docx?|txt|rtf|csv|exe|key|pp(s|t|tx)|7z|pkg|rar|gz|zip|avi|mov|mp4|mpe?g|wmv|midi?|mp3|wav|wma)$/;Array.from(document.getElementsByTagName("a")).forEach(i),"undefined"!=typeof MutationObserver&&(e=new MutationObserver(function(e){e.forEach(function(e){e.addedNodes.forEach(function(e){"A"===e.nodeName&&i(e),"querySelectorAll"in e&&"function"==typeof e.querySelectorAll&&Array.from(e.querySelectorAll("a")).map(i)})})})).observe(document.body,{subtree:!0,childList:!0})}}),[2]})})},execute:function(e){return(0,p.mG)(void 0,void 0,void 0,function(){return(0,p.Jh)(this,function(t){return[2,e]})})},teardown:function(){return(0,p.mG)(void 0,void 0,void 0,function(){return(0,p.Jh)(this,function(t){return null==e||e.disconnect(),r(),[2]})})}}},ta=!1,tc=function(e){ta||void 0!==e.defaultTracking||(e.loggerProvider.warn("`options.defaultTracking` is set to undefined. This implicitly configures your Amplitude instance to track Page Views, Sessions, File Downloads, and Form Interactions. You can suppress this warning by explicitly setting a value to `options.defaultTracking`. The value must either be a boolean, to enable and disable all default events, or an object, for advanced configuration. For example:\n\namplitude.init(<YOUR_API_KEY>, {\n  defaultTracking: true,\n});\n\nVisit https://www.docs.developers.amplitude.com/data/sdks/browser-2/#tracking-default-events for more details."),ta=!0)},tl=function(){var e=el(),t=[],n=function(n,r){e&&(e.addEventListener(n,r),t.push({type:n,handler:r}))},r=function(){t.forEach(function(t){var n=t.type,r=t.handler;e&&e.removeEventListener(n,r)}),t=[]};return{name:"@amplitude/plugin-network-checker-browser",type:"before",setup:function(e,t){return(0,p.mG)(void 0,void 0,void 0,function(){return(0,p.Jh)(this,function(r){return e.offline=!navigator.onLine,n("online",function(){e.loggerProvider.debug("Network connectivity changed to online."),e.offline=!1,setTimeout(function(){t.flush()},e.flushIntervalMillis)}),n("offline",function(){e.loggerProvider.debug("Network connectivity changed to offline."),e.offline=!0}),[2]})})},teardown:function(){return(0,p.mG)(void 0,void 0,void 0,function(){return(0,p.Jh)(this,function(e){return r(),[2]})})}}};(o=l||(l={})).US="US",o.EU="EU";var td="Remote config fetch rejected due to timeout after 5 seconds",tf=function(){function e(e){var t=e.localConfig,n=e.configKeys,r=this;this.retryTimeout=1e3,this.attempts=0,this.sessionTargetingMatch=!1,this.metrics={},this.getRemoteConfig=function(e,t,n){return(0,p.mG)(r,void 0,void 0,function(){var r,i,o;return(0,p.Jh)(this,function(s){switch(s.label){case 0:return r=Date.now(),[4,this.fetchWithTimeout(n)];case 1:if((i=s.sent())&&(o=i.configs&&i.configs[e]))return this.metrics.fetchTimeAPISuccess=Date.now()-r,[2,o[t]];return this.metrics.fetchTimeAPIFail=Date.now()-r,[2,void 0]}})})},this.fetchWithTimeout=function(e){return(0,p.mG)(r,void 0,void 0,function(){var t,n,r;return(0,p.Jh)(this,function(i){switch(i.label){case 0:return t=new AbortController,n=setTimeout(function(){return t.abort()},5e3),[4,this.fetchRemoteConfig(t.signal,e)];case 1:return r=i.sent(),clearTimeout(n),[2,r]}})})},this.fetchRemoteConfig=function(e,t){return(0,p.mG)(r,void 0,void 0,function(){var n,r,i,o,s,u,a,l,d,f;return(0,p.Jh)(this,function(h){switch(h.label){case 0:if(t===this.lastFetchedSessionId&&this.attempts>=this.localConfig.flushMaxRetries)return[2,this.completeRequest({err:"Remote config fetch rejected due to exceeded retry count"})];if(e.aborted)return[2,this.completeRequest({err:td})];t!==this.lastFetchedSessionId&&(this.lastFetchedSessionId=t,this.attempts=0),h.label=1;case 1:h.trys.push([1,3,,4]),n=new URLSearchParams({api_key:this.localConfig.apiKey});try{for(i=(r=(0,p.XA)(this.configKeys)).next();!i.done;i=r.next())o=i.value,n.append("config_keys",o)}catch(e){d={error:e}}finally{try{i&&!i.done&&(f=r.return)&&f.call(r)}finally{if(d)throw d.error}}return t&&n.set("session_id",String(t)),s={headers:{Accept:"*/*"},method:"GET"},u="".concat(this.getServerUrl(),"?").concat(n.toString()),this.attempts+=1,[4,fetch(u,(0,p.pi)((0,p.pi)({},s),{signal:e}))];case 2:if(null===(a=h.sent()))return[2,this.completeRequest({err:"Unexpected error occurred"})];switch(new eD().buildStatus(a.status)){case c.Success:return this.attempts=0,[2,this.parseAndStoreConfig(a)];case c.Failed:return[2,this.retryFetch(e,t)];default:return[2,this.completeRequest({err:"Network error occurred, remote config fetch failed"})]}return[3,4];case 3:if(l=h.sent(),e.aborted)return[2,this.completeRequest({err:td})];return[2,this.completeRequest({err:l.message})];case 4:return[2]}})})},this.retryFetch=function(e,t){return(0,p.mG)(r,void 0,void 0,function(){var n=this;return(0,p.Jh)(this,function(r){switch(r.label){case 0:return[4,new Promise(function(e){return setTimeout(e,n.attempts*n.retryTimeout)})];case 1:return r.sent(),[2,this.fetchRemoteConfig(e,t)]}})})},this.parseAndStoreConfig=function(e){return(0,p.mG)(r,void 0,void 0,function(){var t;return(0,p.Jh)(this,function(n){switch(n.label){case 0:return[4,e.json()];case 1:return t=n.sent(),this.completeRequest({success:"Remote config successfully fetched"}),[2,t]}})})},this.localConfig=t,this.configKeys=n}return e.prototype.getServerUrl=function(){return this.localConfig.serverZone===l.STAGING?"https://sr-client-cfg.stag2.amplitude.com/config":this.localConfig.serverZone===l.EU?"https://sr-client-cfg.eu.amplitude.com/config":"https://sr-client-cfg.amplitude.com/config"},e.prototype.completeRequest=function(e){var t=e.err,n=e.success;if(t)throw Error(t);n&&this.localConfig.loggerProvider.log(n)},e}(),th=function(e){var t=e.localConfig,n=e.configKeys;return(0,p.mG)(void 0,void 0,void 0,function(){return(0,p.Jh)(this,function(e){return[2,new tf({localConfig:t,configKeys:n})]})})},tp=function(){function e(e){this.config=e,this.config.loggerProvider.debug("Local configuration before merging with remote config",JSON.stringify(this.config,null,2))}return e.prototype.initialize=function(){return(0,p.mG)(this,void 0,void 0,function(){var e;return(0,p.Jh)(this,function(t){switch(t.label){case 0:return e=this,[4,th({localConfig:this.config,configKeys:["analyticsSDK"]})];case 1:return e.remoteConfigFetch=t.sent(),[2]}})})},e.prototype.generateJoinedConfig=function(){var e,t,n,r;return(0,p.mG)(this,void 0,void 0,function(){var i,o,s;return(0,p.Jh)(this,function(u){switch(u.label){case 0:if(u.trys.push([0,3,,4]),!(o=this.remoteConfigFetch))return[3,2];return[4,this.remoteConfigFetch.getRemoteConfig("analyticsSDK","browserSDK",this.config.sessionId)];case 1:o=u.sent(),u.label=2;case 2:return i=o,this.config.loggerProvider.debug("Remote configuration:",JSON.stringify(i,null,2)),i&&"autocapture"in i&&("boolean"==typeof i.autocapture&&(this.config.autocapture=i.autocapture),"object"==typeof i.autocapture&&(void 0===this.config.autocapture&&(this.config.autocapture=i.autocapture),"boolean"==typeof this.config.autocapture&&(this.config.autocapture=(0,p.pi)({attribution:this.config.autocapture,fileDownloads:this.config.autocapture,formInteractions:this.config.autocapture,pageViews:this.config.autocapture,sessions:this.config.autocapture,elementInteractions:this.config.autocapture},i.autocapture)),"object"==typeof this.config.autocapture&&(this.config.autocapture=(0,p.pi)((0,p.pi)({},this.config.autocapture),i.autocapture))),this.config.defaultTracking=this.config.autocapture),this.config.loggerProvider.debug("Joined configuration: ",JSON.stringify(this.config,null,2)),null!==(e=(r=this.config).requestMetadata)&&void 0!==e||(r.requestMetadata=new P),(null===(t=this.remoteConfigFetch)||void 0===t?void 0:t.metrics.fetchTimeAPISuccess)&&this.config.requestMetadata.recordHistogram("remote_config_fetch_time_API_success",this.remoteConfigFetch.metrics.fetchTimeAPISuccess),(null===(n=this.remoteConfigFetch)||void 0===n?void 0:n.metrics.fetchTimeAPIFail)&&this.config.requestMetadata.recordHistogram("remote_config_fetch_time_API_fail",this.remoteConfigFetch.metrics.fetchTimeAPIFail),[3,4];case 3:return s=u.sent(),this.config.loggerProvider.error("Failed to fetch remote configuration because of error: ",s),[3,4];case 4:return[2,this.config]}})})},e}(),tv="[Amplitude] Element Clicked",tg="[Amplitude] Element Tag",ty="[Amplitude] Element Text",tm="[Amplitude] Element Selector",tb="[Amplitude] Page URL",tw="https://app.amplitude.com",t_={US:tw,EU:"https://app.eu.amplitude.com",STAGING:"https://apps.stag2.amplitude.com"},tE="amp-visual-tagging-selector-highlight",tS=n(14583),tI=function(e){return e&&"number"==typeof e.length&&"function"!=typeof e};function tT(e){return"function"==typeof e}function tk(e){return tT(null==e?void 0:e.then)}function tC(e){var t=e(function(e){Error.call(e),e.stack=Error().stack});return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}var tP=tC(function(e){return function(t){e(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map(function(e,t){return t+1+") "+e.toString()}).join("\n  "):"",this.name="UnsubscriptionError",this.errors=t}});function tO(e,t){if(e){var n=e.indexOf(t);0<=n&&e.splice(n,1)}}var tA=function(){var e;function t(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}return t.prototype.unsubscribe=function(){if(!this.closed){this.closed=!0;var e,t,n,r,i,o=this._parentage;if(o){if(this._parentage=null,Array.isArray(o))try{for(var s=(0,tS.XA)(o),u=s.next();!u.done;u=s.next())u.value.remove(this)}catch(t){e={error:t}}finally{try{u&&!u.done&&(t=s.return)&&t.call(s)}finally{if(e)throw e.error}}else o.remove(this)}var a=this.initialTeardown;if(tT(a))try{a()}catch(e){i=e instanceof tP?e.errors:[e]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var l=(0,tS.XA)(c),d=l.next();!d.done;d=l.next()){var f=d.value;try{tR(f)}catch(e){i=null!=i?i:[],e instanceof tP?i=(0,tS.ev)((0,tS.ev)([],(0,tS.CR)(i)),(0,tS.CR)(e.errors)):i.push(e)}}}catch(e){n={error:e}}finally{try{d&&!d.done&&(r=l.return)&&r.call(l)}finally{if(n)throw n.error}}}if(i)throw new tP(i)}},t.prototype.add=function(e){var n;if(e&&e!==this){if(this.closed)tR(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=null!==(n=this._finalizers)&&void 0!==n?n:[]).push(e)}}},t.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},t.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},t.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&tO(t,e)},t.prototype.remove=function(e){var n=this._finalizers;n&&tO(n,e),e instanceof t&&e._removeParent(this)},t.EMPTY=((e=new t).closed=!0,e),t}();function tx(e){return e instanceof tA||e&&"closed"in e&&tT(e.remove)&&tT(e.add)&&tT(e.unsubscribe)}function tR(e){tT(e)?e():e.unsubscribe()}tA.EMPTY;var tN={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},tL={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=tL.delegate;return(null==i?void 0:i.setTimeout)?i.setTimeout.apply(i,(0,tS.ev)([e,t],(0,tS.CR)(n))):setTimeout.apply(void 0,(0,tS.ev)([e,t],(0,tS.CR)(n)))},clearTimeout:function(e){var t=tL.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function tq(e){tL.setTimeout(function(){var t=tN.onUnhandledError;if(t)t(e);else throw e})}function tU(){}var tD=tJ("C",void 0,void 0);function tJ(e,t,n){return{kind:e,value:t,error:n}}var tj=null,tG=function(e){function t(t){var n=e.call(this)||this;return n.isStopped=!1,t?(n.destination=t,tx(t)&&t.add(n)):n.destination=t$,n}return(0,tS.ZT)(t,e),t.create=function(e,t,n){return new tV(e,t,n)},t.prototype.next=function(e){this.isStopped?tQ(tJ("N",e,void 0),this):this._next(e)},t.prototype.error=function(e){this.isStopped?tQ(tJ("E",void 0,e),this):(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped?tQ(tD,this):(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(tA),tM=Function.prototype.bind;function tF(e,t){return tM.call(e,t)}var tK=function(){function e(e){this.partialObserver=e}return e.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){tz(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){tz(e)}else tz(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){tz(e)}},e}(),tV=function(e){function t(t,n,r){var i,o,s=e.call(this)||this;return tT(t)||!t?i={next:null!=t?t:void 0,error:null!=n?n:void 0,complete:null!=r?r:void 0}:s&&tN.useDeprecatedNextContext?((o=Object.create(t)).unsubscribe=function(){return s.unsubscribe()},i={next:t.next&&tF(t.next,o),error:t.error&&tF(t.error,o),complete:t.complete&&tF(t.complete,o)}):i=t,s.destination=new tK(i),s}return(0,tS.ZT)(t,e),t}(tG);function tz(e){tN.useDeprecatedSynchronousErrorHandling?tN.useDeprecatedSynchronousErrorHandling&&tj&&(tj.errorThrown=!0,tj.error=e):tq(e)}function tQ(e,t){var n=tN.onStoppedNotification;n&&tL.setTimeout(function(){return n(e,t)})}var t$={closed:!0,next:tU,error:function(e){throw e},complete:tU},tZ="function"==typeof Symbol&&Symbol.observable||"@@observable";function tB(e){return e}var tW=function(){function e(e){e&&(this._subscribe=e)}return e.prototype.lift=function(t){var n=new e;return n.source=this,n.operator=t,n},e.prototype.subscribe=function(e,t,n){var r,i=this,o=(r=e)&&r instanceof tG||r&&tT(r.next)&&tT(r.error)&&tT(r.complete)&&tx(r)?e:new tV(e,t,n);return function(e){if(tN.useDeprecatedSynchronousErrorHandling){var t=!tj;if(t&&(tj={errorThrown:!1,error:null}),e(),t){var n=tj,r=n.errorThrown,i=n.error;if(tj=null,r)throw i}}else e()}(function(){var e=i.operator,t=i.source;o.add(e?e.call(o,t):t?i._subscribe(o):i._trySubscribe(o))}),o},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var n=this;return new(t=tH(t))(function(t,r){var i=new tV({next:function(t){try{e(t)}catch(e){r(e),i.unsubscribe()}},error:r,complete:t});n.subscribe(i)})},e.prototype._subscribe=function(e){var t;return null===(t=this.source)||void 0===t?void 0:t.subscribe(e)},e.prototype[tZ]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return(0===e.length?tB:1===e.length?e[0]:function(t){return e.reduce(function(e,t){return t(e)},t)})(this)},e.prototype.toPromise=function(e){var t=this;return new(e=tH(e))(function(e,n){var r;t.subscribe(function(e){return r=e},function(e){return n(e)},function(){return e(r)})})},e.create=function(t){return new e(t)},e}();function tH(e){var t;return null!==(t=null!=e?e:tN.Promise)&&void 0!==t?t:Promise}function tX(e){return Symbol.asyncIterator&&tT(null==e?void 0:e[Symbol.asyncIterator])}function tY(e){return TypeError("You provided "+(null!==e&&"object"==typeof e?"an invalid object":"'"+e+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}var t0="function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator";function t1(e){return tT(null==e?void 0:e[t0])}function t2(e){return(0,tS.FC)(this,arguments,function(){var t,n,r;return(0,tS.Jh)(this,function(i){switch(i.label){case 0:t=e.getReader(),i.label=1;case 1:i.trys.push([1,,9,10]),i.label=2;case 2:return[4,(0,tS.qq)(t.read())];case 3:if(r=(n=i.sent()).value,!n.done)return[3,5];return[4,(0,tS.qq)(void 0)];case 4:return[2,i.sent()];case 5:return[4,(0,tS.qq)(r)];case 6:return[4,i.sent()];case 7:return i.sent(),[3,2];case 8:return[3,10];case 9:return t.releaseLock(),[7];case 10:return[2]}})})}function t4(e){return tT(null==e?void 0:e.getReader)}function t3(e){if(e instanceof tW)return e;if(null!=e){if(tT(e[tZ]))return new tW(function(t){var n=e[tZ]();if(tT(n.subscribe))return n.subscribe(t);throw TypeError("Provided object does not correctly implement Symbol.observable")});if(tI(e))return new tW(function(t){for(var n=0;n<e.length&&!t.closed;n++)t.next(e[n]);t.complete()});if(tk(e))return new tW(function(t){e.then(function(e){t.closed||(t.next(e),t.complete())},function(e){return t.error(e)}).then(null,tq)});if(tX(e))return t5(e);if(t1(e))return new tW(function(t){var n,r;try{for(var i=(0,tS.XA)(e),o=i.next();!o.done;o=i.next()){var s=o.value;if(t.next(s),t.closed)return}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}t.complete()});if(t4(e))return t5(t2(e))}throw tY(e)}function t5(e){return new tW(function(t){(function(e,t){var n,r,i,o;return(0,tS.mG)(this,void 0,void 0,function(){var s;return(0,tS.Jh)(this,function(u){switch(u.label){case 0:u.trys.push([0,5,6,11]),n=(0,tS.KL)(e),u.label=1;case 1:return[4,n.next()];case 2:if((r=u.sent()).done)return[3,4];if(s=r.value,t.next(s),t.closed)return[2];u.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return i={error:u.sent()},[3,11];case 6:if(u.trys.push([6,,9,10]),!(r&&!r.done&&(o=n.return)))return[3,8];return[4,o.call(n)];case 7:u.sent(),u.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return t.complete(),[2]}})})})(e,t).catch(function(e){return t.error(e)})})}function t9(e){return function(t){if(tT(null==t?void 0:t.lift))return t.lift(function(t){try{return e(t,this)}catch(e){this.error(e)}});throw TypeError("Unable to lift unknown Observable type")}}function t7(e,t,n,r,i){return new t6(e,t,n,r,i)}var t6=function(e){function t(t,n,r,i,o,s){var u=e.call(this,t)||this;return u.onFinalize=o,u.shouldUnsubscribe=s,u._next=n?function(e){try{n(e)}catch(e){t.error(e)}}:e.prototype._next,u._error=i?function(e){try{i(e)}catch(e){t.error(e)}finally{this.unsubscribe()}}:e.prototype._error,u._complete=r?function(){try{r()}catch(e){t.error(e)}finally{this.unsubscribe()}}:e.prototype._complete,u}return(0,tS.ZT)(t,e),t.prototype.unsubscribe=function(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var n=this.closed;e.prototype.unsubscribe.call(this),n||null===(t=this.onFinalize)||void 0===t||t.call(this)}},t}(tG);function t8(e,t){return t9(function(n,r){var i=0;n.subscribe(t7(r,function(n){r.next(e.call(t,n,i++))}))})}function ne(e,t,n,r,i){void 0===r&&(r=0),void 0===i&&(i=!1);var o=t.schedule(function(){n(),i?e.add(this.schedule(null,r)):this.unsubscribe()},r);if(e.add(o),!i)return o}function nt(e,t,n){return(void 0===n&&(n=1/0),tT(t))?nt(function(n,r){return t8(function(e,i){return t(n,e,r,i)})(t3(e(n,r)))},n):("number"==typeof t&&(n=t),t9(function(t,r){var i,o,s,u,a,c,l,d,f;return i=n,s=[],u=0,a=0,c=!1,l=function(){!c||s.length||u||r.complete()},d=function(e){return u<i?f(e):s.push(e)},f=function(t){u++;var n=!1;t3(e(t,a++)).subscribe(t7(r,function(e){o?d(e):r.next(e)},function(){n=!0},void 0,function(){if(n)try{for(u--;s.length&&u<i;)!function(){var e=s.shift();f(e)}();l()}catch(e){r.error(e)}}))},t.subscribe(t7(r,d,function(){c=!0,l()})),function(){}}))}var nn=Array.isArray,nr=["addListener","removeListener"],ni=["addEventListener","removeEventListener"],no=["on","off"];function ns(e,t,n,r){if(tT(n)&&(r=n,n=void 0),r)return ns(e,t,n).pipe((i=r,t8(function(e){return nn(e)?i.apply(void 0,(0,tS.ev)([],(0,tS.CR)(e))):i(e)})));var i,o=(0,tS.CR)(tT(e.addEventListener)&&tT(e.removeEventListener)?ni.map(function(r){return function(i){return e[r](t,i,n)}}):tT(e.addListener)&&tT(e.removeListener)?nr.map(nu(e,t)):tT(e.on)&&tT(e.off)?no.map(nu(e,t)):[],2),s=o[0],u=o[1];if(!s&&tI(e))return nt(function(e){return ns(e,t,n)})(t3(e));if(!s)throw TypeError("Invalid event target");return new tW(function(e){var t=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return e.next(1<t.length?t:t[0])};return s(t),function(){return u(t)}})}function nu(e,t){return function(n){return function(r){return e[n](t,r)}}}function na(e,t,n){for(var r=null,i=[],o=e,s=0;o&&"break"!==function(){var e,u,a,c,l=ng((e=o.getAttribute("id"))&&d.idName(e)?{name:"#"+CSS.escape(e),penalty:0}:null)||ng.apply(void 0,(0,p.ev)([],(0,p.CR)(Array.from(o.attributes).filter(function(e){return d.attr(e.name,e.value)}).map(function(e){return{name:"[".concat(CSS.escape(e.name),'="').concat(CSS.escape(e.value),'"]'),penalty:.5}})),!1))||ng.apply(void 0,(0,p.ev)([],(0,p.CR)(Array.from(o.classList).filter(d.className).map(function(e){return{name:"."+CSS.escape(e),penalty:1}})),!1))||ng((u=o.tagName.toLowerCase(),d.tagName(u)?{name:u,penalty:2}:null))||[nh()],f=function(e){var t=e.parentNode;if(!t)return null;var n=t.firstChild;if(!n)return null;for(var r=0;n&&(n.nodeType===Node.ELEMENT_NODE&&r++,n!==e);)n=n.nextSibling;return r}(o);if("all"==t)f&&(l=l.concat(l.filter(nv).map(function(e){return np(e,f)})));else if("two"==t)l=l.slice(0,1),f&&(l=l.concat(l.filter(nv).map(function(e){return np(e,f)})));else if("one"==t){var h=(0,p.CR)(l=l.slice(0,1),1)[0];f&&nv(h)&&(l=[np(h,f)])}else"none"==t&&(l=[nh()],f&&(l=[np(l[0],f)]));try{for(var v=(a=void 0,(0,p.XA)(l)),g=v.next();!g.done;g=v.next()){var h=g.value;h.level=s}}catch(e){a={error:e}}finally{try{g&&!g.done&&(c=v.return)&&c.call(v)}finally{if(a)throw a.error}}if(i.push(l),i.length>=d.seedMinLength&&(r=nc(i,n)))return"break";o=o.parentElement,s++}(););return(r||(r=nc(i,n)),!r&&n)?n():r}function nc(e,t){if(e.reduce(function(e,t){return e*t.length},1)>d.threshold)return t?t():null;var n,r,i=nm(function e(t,n){var r,i,o,s,u;return void 0===n&&(n=[]),(0,p.Jh)(this,function(a){switch(a.label){case 0:if(!(t.length>0))return[3,9];a.label=1;case 1:a.trys.push([1,6,7,8]),i=(r=(0,p.XA)(t[0])).next(),a.label=2;case 2:if(i.done)return[3,5];return o=i.value,[5,(0,p.XA)(e(t.slice(1,t.length),n.concat(o)))];case 3:a.sent(),a.label=4;case 4:return i=r.next(),[3,2];case 5:return[3,8];case 6:return s={error:a.sent()},[3,8];case 7:try{i&&!i.done&&(u=r.return)&&u.call(r)}finally{if(s)throw s.error}return[7];case 8:return[3,11];case 9:return[4,n];case 10:a.sent(),a.label=11;case 11:return[2]}})}(e));try{for(var o=(0,p.XA)(i),s=o.next();!s.done;s=o.next()){var u=s.value;if(nf(u))return u}}catch(e){n={error:e}}finally{try{s&&!s.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return null}function nl(e){for(var t=e[0],n=t.name,r=1;r<e.length;r++){var i=e[r].level||0;n=t.level===i-1?"".concat(e[r].name," > ").concat(n):"".concat(e[r].name," ").concat(n),t=e[r]}return n}function nd(e){return e.map(function(e){return e.penalty}).reduce(function(e,t){return e+t},0)}function nf(e){var t=nl(e);switch(f.querySelectorAll(t).length){case 0:throw Error("Can't select any node with this selector: ".concat(t));case 1:return!0;default:return!1}}function nh(){return{name:"*",penalty:3}}function np(e,t){return{name:e.name+":nth-child(".concat(t,")"),penalty:e.penalty+1}}function nv(e){return"html"!==e.name&&!e.name.startsWith("#")}function ng(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=e.filter(ny);return n.length>0?n:null}function ny(e){return null!=e}function nm(e){return(0,p.ev)([],(0,p.CR)(e),!1).sort(function(e,t){return nd(e)-nd(t)})}var nb=["input","select","textarea"],nw=function(e,t){return function(n,r){var i,o,s,u=e.pageUrlAllowlist,a=e.shouldTrackEventResolver,c=null===(o=null===(i=null==r?void 0:r.tagName)||void 0===i?void 0:i.toLowerCase)||void 0===o?void 0:o.call(i);if(!c)return!1;if(a)return a(n,r);if(!nT(window.location.href,u))return!1;var l=(null==r?void 0:r.type)||"";if("string"==typeof l)switch(l.toLowerCase()){case"hidden":case"password":return!1}if(t&&!t.some(function(e){var t;return!!(null===(t=null==r?void 0:r.matches)||void 0===t?void 0:t.call(r,e))}))return!1;switch(c){case"input":case"select":case"textarea":return"change"===n||"click"===n;default:var d=null===(s=null==window?void 0:window.getComputedStyle)||void 0===s?void 0:s.call(window,r);if(d&&"pointer"===d.getPropertyValue("cursor")&&"click"===n)return!0;return"click"===n}}},n_=function(e){return!(null==e||"string"==typeof e&&(/^(?:(4[0-9]{12}(?:[0-9]{3})?)|(5[1-5][0-9]{14})|(6(?:011|5[0-9]{2})[0-9]{12})|(3[47][0-9]{13})|(3(?:0[0-5]|[68][0-9])[0-9]{11})|((?:2131|1800|35[0-9]{3})[0-9]{11}))$/.test((e||"").replace(/[- ]/g,""))||/(^\d{3}-?\d{2}-?\d{4}$)/.test(e)))},nE=function(e){var t,n,r,i=null===(n=null===(t=null==e?void 0:e.tagName)||void 0===t?void 0:t.toLowerCase)||void 0===n?void 0:n.call(t),o=e instanceof HTMLElement&&(null===(r=e.getAttribute("contenteditable"))||void 0===r?void 0:r.toLowerCase())==="true";return!nb.includes(i)&&!o},nS=function(e){var t="";return nE(e)&&e.childNodes&&e.childNodes.length&&e.childNodes.forEach(function(e){var n="";e&&3===e.nodeType?e.textContent&&(n=e.textContent):n=nS(e),t+=n.split(/(\s+)/).filter(n_).join("").replace(/[\r\n]/g," ").replace(/[ ]+/g," ").substring(0,255)}),t},nI=function(e,t){var n,r,i="";try{return i=function(e,t){if(e.nodeType!==Node.ELEMENT_NODE)throw Error("Can't generate CSS selector for non-element node type.");if("html"===e.tagName.toLowerCase())return"html";var n,r={root:document.body,idName:function(e){return!0},className:function(e){return!0},tagName:function(e){return!0},attr:function(e,t){return!1},seedMinLength:1,optimizedMinLength:2,threshold:1e3,maxNumberOfTries:1e4};f=(n=(d=(0,p.pi)((0,p.pi)({},r),t)).root).nodeType===Node.DOCUMENT_NODE?n:n===r.root?n.ownerDocument:n;var i=na(e,"all",function(){return na(e,"two",function(){return na(e,"one",function(){return na(e,"none")})})});if(i){var o=nm(function e(t,n,r){var i,o,s;return void 0===r&&(r={counter:0,visited:new Map}),(0,p.Jh)(this,function(u){switch(u.label){case 0:if(!(t.length>2&&t.length>d.optimizedMinLength))return[3,5];i=1,u.label=1;case 1:var a;if(!(i<t.length-1))return[3,5];if(r.counter>d.maxNumberOfTries||(r.counter+=1,(o=(0,p.ev)([],(0,p.CR)(t),!1)).splice(i,1),s=nl(o),r.visited.has(s)))return[2];if(!(nf(o)&&(a=o,f.querySelector(nl(a))===n)))return[3,4];return[4,o];case 2:return u.sent(),r.visited.set(s,!0),[5,(0,p.XA)(e(o,n,r))];case 3:u.sent(),u.label=4;case 4:return i++,[3,1];case 5:return[2]}})}(i,e));return o.length>0&&(i=o[0]),nl(i)}throw Error("Selector was not found.")}(e,{className:function(e){return e!==tE},maxNumberOfTries:1e3})}catch(e){t&&t.warn("Failed to get selector with finder, use fallback strategy instead: ".concat(e.toString()))}var o=null===(r=null===(n=null==e?void 0:e.tagName)||void 0===n?void 0:n.toLowerCase)||void 0===r?void 0:r.call(n);if(o&&(i=o),e.id)i="#".concat(e.id);else if(e.className){var s=e.className.split(" ").filter(function(e){return e!==tE}).join(".");s&&(i="".concat(i,".").concat(s))}return i},nT=function(e,t){return!t||!t.length||t.some(function(t){return"string"==typeof t?e===t:e.match(t)})},nk=function(e){return Object.keys(e).reduce(function(t,n){var r=e[n];return null==r||"object"==typeof r&&0===Object.keys(r).length||"string"==typeof r&&0===r.trim().length||(t[n]=r),t},{})},nC=function(e){var t=e.parentElement;if(!t)return"";var n=t.querySelector(":scope>span,h1,h2,h3,h4,h5,h6");if(n){var r=n.textContent||"";return n_(r)?r:""}return nC(t)},nP=function(e,t){return e?t.some(function(t){var n;return null===(n=null==e?void 0:e.matches)||void 0===n?void 0:n.call(e,t)})?e:nP(null==e?void 0:e.parentElement,t):null},nO=function(e,t){if(!e)return{};var n,r,i,o=null===(i=null===(r=null==e?void 0:e.tagName)||void 0===r?void 0:r.toLowerCase)||void 0===i?void 0:i.call(r),s=nI(e,t);return nk(((n={})[tg]=o,n[ty]=nS(e),n[tm]=s,n[tb]=window.location.href.split("?")[0],n))},nA=function(e){return null!==e.event.target&&!!e.closestTrackedAncestor},nx=function(){function e(e){var t=(void 0===e?{}:e).origin,n=this;this.endpoint=tw,this.requestCallbacks={},this.onSelect=function(e){n.notify({action:"element-selected",data:e})},this.onTrack=function(e,t){"selector-mode-changed"===e?n.notify({action:"track-selector-mode-changed",data:t}):"selector-moved"===e&&n.notify({action:"track-selector-moved",data:t})},this.endpoint=void 0===t?tw:t}return e.prototype.notify=function(e){var t,n,r,i;null===(n=null===(t=this.logger)||void 0===t?void 0:t.debug)||void 0===n||n.call(t,"Message sent: ",JSON.stringify(e)),null===(i=null===(r=window.opener)||void 0===r?void 0:r.postMessage)||void 0===i||i.call(r,e,this.endpoint)},e.prototype.sendRequest=function(e,t,n){var r=this;void 0===n&&(n={timeout:15e3});var i="".concat(Date.now(),"-").concat(Math.random().toString(36).substr(2,9)),o={id:i,action:e,args:t};return new Promise(function(t,s){r.requestCallbacks[i]={resolve:t,reject:s},r.notify(o),(null==n?void 0:n.timeout)>0&&setTimeout(function(){s(Error("".concat(e," timed out (id: ").concat(i,")"))),delete r.requestCallbacks[i]},n.timeout)})},e.prototype.handleResponse=function(e){var t;if(!this.requestCallbacks[e.id]){null===(t=this.logger)||void 0===t||t.warn("No callback found for request id: ".concat(e.id));return}this.requestCallbacks[e.id].resolve(e.responseData),delete this.requestCallbacks[e.id]},e.prototype.setup=function(e){var t=this,n=void 0===e?{}:e,r=n.logger,i=n.endpoint,o=n.isElementSelectable,s=n.cssSelectorAllowlist,u=n.actionClickAllowlist;this.logger=r,i&&this.endpoint===tw&&(this.endpoint=i);var a=null;window.addEventListener("message",function(e){if(null===(r=null===(n=t.logger)||void 0===n?void 0:n.debug)||void 0===r||r.call(n,"Message received: ",JSON.stringify(e)),t.endpoint===e.origin){var n,r,i,c,l,d=null==e?void 0:e.data,f=null==d?void 0:d.action;if(f){if("id"in d)null===(c=null===(i=t.logger)||void 0===i?void 0:i.debug)||void 0===c||c.call(i,"Received Response to previous request: ",JSON.stringify(e)),t.handleResponse(d);else if("ping"===f)t.notify({action:"pong"});else if("initialize-visual-tagging-selector"===f){var h,p=null==d?void 0:d.data;(h="https://cdn.amplitude.com/libs/visual-tagging-selector-1.0.0-alpha.js.gz",new Promise(function(e,t){var n;try{var r=document.createElement("script");r.type="text/javascript",r.async=!0,r.src=h,r.addEventListener("load",function(){e({status:!0})},{once:!0}),r.addEventListener("error",function(){t({status:!1,message:"Failed to load the script ".concat(h)})}),null===(n=document.head)||void 0===n||n.appendChild(r)}catch(e){t(e)}})).then(function(){var e;a=null===(e=null==window?void 0:window.amplitudeVisualTaggingSelector)||void 0===e?void 0:e.call(window,{getEventTagProps:nO,isElementSelectable:function(e){return!o||o((null==p?void 0:p.actionType)||"click",e)},onTrack:t.onTrack,onSelect:t.onSelect,visualHighlightClass:tE,messenger:t,cssSelectorAllowlist:s,actionClickAllowlist:u}),t.notify({action:"selector-loaded"})}).catch(function(){var e;null===(e=t.logger)||void 0===e||e.warn("Failed to initialize visual tagging selector")})}else"close-visual-tagging-selector"===f&&(null===(l=null==a?void 0:a.close)||void 0===l||l.call(a))}}}),this.notify({action:"page-loaded"})},e}(),nR=["id","class","style","value","onclick","onchange","oninput","onblur","onsubmit","onfocus","onkeydown","onkeyup","onkeypress","data-reactid","data-react-checksum","data-reactroot"],nN=["type"],nL=["svg","path","g"],nq=["password","hidden"];function nU(e,t){return t9(function(n,r){var i=0;n.subscribe(t7(r,function(n){return e.call(t,n,i++)&&r.next(n)}))})}var nD=function(e){function t(t,n){return e.call(this)||this}return(0,tS.ZT)(t,e),t.prototype.schedule=function(e,t){return void 0===t&&(t=0),this},t}(tA),nJ={setInterval:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=nJ.delegate;return(null==i?void 0:i.setInterval)?i.setInterval.apply(i,(0,tS.ev)([e,t],(0,tS.CR)(n))):setInterval.apply(void 0,(0,tS.ev)([e,t],(0,tS.CR)(n)))},clearInterval:function(e){var t=nJ.delegate;return((null==t?void 0:t.clearInterval)||clearInterval)(e)},delegate:void 0},nj=function(e){function t(t,n){var r=e.call(this,t,n)||this;return r.scheduler=t,r.work=n,r.pending=!1,r}return(0,tS.ZT)(t,e),t.prototype.schedule=function(e,t){if(void 0===t&&(t=0),this.closed)return this;this.state=e;var n,r=this.id,i=this.scheduler;return null!=r&&(this.id=this.recycleAsyncId(i,r,t)),this.pending=!0,this.delay=t,this.id=null!==(n=this.id)&&void 0!==n?n:this.requestAsyncId(i,this.id,t),this},t.prototype.requestAsyncId=function(e,t,n){return void 0===n&&(n=0),nJ.setInterval(e.flush.bind(e,this),n)},t.prototype.recycleAsyncId=function(e,t,n){if(void 0===n&&(n=0),null!=n&&this.delay===n&&!1===this.pending)return t;null!=t&&nJ.clearInterval(t)},t.prototype.execute=function(e,t){if(this.closed)return Error("executing a cancelled action");this.pending=!1;var n=this._execute(e,t);if(n)return n;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},t.prototype._execute=function(e,t){var n,r=!1;try{this.work(e)}catch(e){r=!0,n=e||Error("Scheduled action threw falsy error")}if(r)return this.unsubscribe(),n},t.prototype.unsubscribe=function(){if(!this.closed){var t=this.id,n=this.scheduler,r=n.actions;this.work=this.state=this.scheduler=null,this.pending=!1,tO(r,this),null!=t&&(this.id=this.recycleAsyncId(n,t,null)),this.delay=null,e.prototype.unsubscribe.call(this)}},t}(nD),nG={now:function(){return(nG.delegate||Date).now()},delegate:void 0},nM=function(){function e(t,n){void 0===n&&(n=e.now),this.schedulerActionCtor=t,this.now=n}return e.prototype.schedule=function(e,t,n){return void 0===t&&(t=0),new this.schedulerActionCtor(this,e).schedule(n,t)},e.now=nG.now,e}(),nF=new(function(e){function t(t,n){void 0===n&&(n=nM.now);var r=e.call(this,t,n)||this;return r.actions=[],r._active=!1,r}return(0,tS.ZT)(t,e),t.prototype.flush=function(e){var t,n=this.actions;if(this._active){n.push(e);return}this._active=!0;do if(t=e.execute(e.state,e.delay))break;while(e=n.shift());if(this._active=!1,t){for(;e=n.shift();)e.unsubscribe();throw t}},t}(nM))(nj);function nK(e){return void 0===e&&(e=1/0),nt(tB,e)}var nV=new tW(function(e){return e.complete()});function nz(e){return e&&tT(e.schedule)}function nQ(e){return e[e.length-1]}function n$(e){return nz(nQ(e))?e.pop():void 0}function nZ(e,t){return void 0===t&&(t=0),t9(function(n,r){n.subscribe(t7(r,function(n){return ne(r,e,function(){return r.next(n)},t)},function(){return ne(r,e,function(){return r.complete()},t)},function(n){return ne(r,e,function(){return r.error(n)},t)}))})}function nB(e,t){return void 0===t&&(t=0),t9(function(n,r){r.add(e.schedule(function(){return n.subscribe(r)},t))})}function nW(e,t){if(!e)throw Error("Iterable cannot be null");return new tW(function(n){ne(n,t,function(){var r=e[Symbol.asyncIterator]();ne(n,t,function(){r.next().then(function(e){e.done?n.complete():n.next(e.value)})},0,!0)})})}function nH(e,t){return t?function(e,t){if(null!=e){if(tT(e[tZ]))return t3(e).pipe(nB(t),nZ(t));if(tI(e))return new tW(function(n){var r=0;return t.schedule(function(){r===e.length?n.complete():(n.next(e[r++]),n.closed||this.schedule())})});if(tk(e))return t3(e).pipe(nB(t),nZ(t));if(tX(e))return nW(e,t);if(t1(e))return new tW(function(n){var r;return ne(n,t,function(){r=e[t0](),ne(n,t,function(){var e,t,i;try{t=(e=r.next()).value,i=e.done}catch(e){n.error(e);return}i?n.complete():n.next(t)},0,!0)}),function(){return tT(null==r?void 0:r.return)&&r.return()}});if(t4(e))return nW(t2(e),t)}throw tY(e)}(e,t):t3(e)}function nX(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var r=n$(t),i=(e=1/0,"number"==typeof nQ(t)?t.pop():e);return t.length?1===t.length?t3(t[0]):nK(i)(nH(t,r)):nV}function nY(e){return e<=0?function(){return nV}:t9(function(t,n){var r=0;t.subscribe(t7(n,function(t){++r<=e&&(n.next(t),e<=r&&n.complete())}))})}function n0(e){return e instanceof Date&&!isNaN(e)}var n1=tC(function(e){return function(t){void 0===t&&(t=null),e(this),this.message="Timeout has occurred",this.name="TimeoutError",this.info=t}});function n2(e){throw new n1(e)}var n4=["a","button","input","select","textarea","label","video","audio",'[contenteditable="true" i]',"[data-amp-default-track]",".amp-default-track"],n3=["div","span","h1","h2","h3","h4","h5","h6"];(s=h||(h={})).ClickObservable="clickObservable",s.ChangeObservable="changeObservable",s.NavigateObservable="navigateObservable",s.MutationObservable="mutationObservable";var n5=function(e){void 0===e&&(e={});var t,n,r,i=e.dataAttributePrefix,o=void 0===i?"data-amp-track-":i,s=e.visualTaggingOptions,u=void 0===s?{enabled:!0,messenger:new nx}:s;e.cssSelectorAllowlist=null!==(t=e.cssSelectorAllowlist)&&void 0!==t?t:n4,e.actionClickAllowlist=null!==(n=e.actionClickAllowlist)&&void 0!==n?n:n3,e.debounceTime=null!==(r=e.debounceTime)&&void 0!==r?r:0;var a="@amplitude/plugin-autocapture-browser",c=[],l=void 0,d=function(){var e,t,n=ns(document,"click",{capture:!0}).pipe(t8(function(e){return v(e,"click")})),r=ns(document,"change",{capture:!0}).pipe(t8(function(e){return v(e,"change")}));window.navigation&&(t=ns(window.navigation,"navigate").pipe(t8(function(e){return v(e,"navigate")})));var i=new tW(function(e){var t=new MutationObserver(function(t){e.next(t)});return t.observe(document.body,{childList:!0,attributes:!0,characterData:!0,subtree:!0}),function(){return t.disconnect()}}).pipe(t8(function(e){return v(e,"mutation")}));return(e={})[h.ClickObservable]=n,e[h.ChangeObservable]=r,e[h.NavigateObservable]=t,e[h.MutationObservable]=i,e},f=function(e,t){var n,r,i,s,u=null===(s=null===(i=null==t?void 0:t.tagName)||void 0===i?void 0:i.toLowerCase)||void 0===s?void 0:s.call(i),a="function"==typeof t.getBoundingClientRect?t.getBoundingClientRect():{left:null,top:null},c=t.getAttribute("aria-label"),d=t.getAttributeNames().reduce(function(e,n){if(n.startsWith(o)){var r=n.replace(o,""),i=t.getAttribute(n);r&&(e[r]=i||"")}return e},{}),f=nC(t),h=nI(t,l),v=((r={})["[Amplitude] Element ID"]=t.id,r["[Amplitude] Element Class"]=t.className,r["[Amplitude] Element Hierarchy"]=(n=t)?function(e,t){for(var n=0,r=0;r<e.length;r++){var i=e[r];if(null===i)n+=4;else{var o=function e(t,n){void 0===n&&(n=!1);try{if(null==t){if(n)return"None";return null}if("string"==typeof t){if(n){if((t=t.replace(/\\/g,"\\\\").replace(/\n/g,"\\n").replace(/\t/g,"\\t").replace(/\r/g,"\\r")).includes('"'))return"'".concat(t,"'");if(t.includes("'"))return'"'.concat(t.replace(/'/g,"\\'"),'"');return"'".concat(t,"'")}return t}if("boolean"==typeof t)return t?"True":"False";if(Array.isArray(t)){var r=t.map(function(t){return e(t,!0)});return"[".concat(r.join(", "),"]")}else if("object"==typeof t){var i=Object.entries(t).filter(function(e){var t=(0,p.CR)(e,1)[0];return null!=t}).map(function(t){var n=(0,p.CR)(t,2),r=n[0],i=n[1];return"".concat(String(e(r,!0)),": ").concat(String(e(i,!0)))}),o="{".concat(i.join(", "),"}");return o.includes("\\'")&&(o=o.replace(/'/g,"'").replace(/'/g,"\\'")),o}return t.toString()}catch(e){return null}}(i);n+=o?Array.from(o).length:4}if(n>1024)return e.slice(0,r)}return e}((function(e){var t=[];if(!e)return t;t.push(e);for(var n=e.parentElement;n&&"HTML"!==n.tagName;)t.push(n),n=n.parentElement;return t})(n).map(function(e){return function(e){if(null===e)return null;var t,n,r,i,o,s,u=e.tagName.toLowerCase(),a={tag:u},c=Array.from(null!==(i=null===(r=e.parentElement)||void 0===r?void 0:r.children)&&void 0!==i?i:[]);c.length&&(a.index=c.indexOf(e),a.indexOfType=c.filter(function(t){return t.tagName===e.tagName}).indexOf(e));var l=null===(s=null===(o=e.previousElementSibling)||void 0===o?void 0:o.tagName)||void 0===s?void 0:s.toLowerCase();l&&(a.prevSib=l);var d=e.id;d&&(a.id=d);var f=Array.from(e.classList);f.length&&(a.classes=f);var h={},v=Array.from(e.attributes).filter(function(e){return!nR.includes(e.name)}),g=!nE(e);if(!nq.includes(e.type)&&!nL.includes(u))try{for(var y=(0,p.XA)(v),m=y.next();!m.done;m=y.next()){var b=m.value;(!g||nN.includes(b.name))&&(h[b.name]=String(b.value).substring(0,128))}}catch(e){t={error:e}}finally{try{m&&!m.done&&(n=y.return)&&n.call(y)}finally{if(t)throw t.error}}return Object.keys(h).length&&(a.attrs=h),a}(e)}),0):[],r[tg]=u,r[ty]=nS(t),r["[Amplitude] Element Position Left"]=null==a.left?null:Math.round(a.left),r["[Amplitude] Element Position Top"]=null==a.top?null:Math.round(a.top),r["[Amplitude] Element Aria Label"]=c,r["[Amplitude] Element Attributes"]=d,r[tm]=h,r["[Amplitude] Element Parent Label"]=f,r[tb]=window.location.href.split("?")[0],r["[Amplitude] Page Title"]="undefined"!=typeof document&&document.title||"",r["[Amplitude] Viewport Height"]=window.innerHeight,r["[Amplitude] Viewport Width"]=window.innerWidth,r);return"a"===u&&"click"===e&&t instanceof HTMLAnchorElement&&(v["[Amplitude] Element Href"]=t.href),nk(v)},v=function(t,n){var r={event:t,timestamp:Date.now(),type:n};if(("click"===r.type||"change"===r.type)&&null!==r.event.target){var i=nP(r.event.target,e.cssSelectorAllowlist);i&&(r.closestTrackedAncestor=i,r.targetElementProperties=f(r.type,i))}return r};return{name:a,type:"enrichment",setup:function(t,n){return(0,p.mG)(void 0,void 0,void 0,function(){var r,i,o,s,h,v,g,y,m,b,w;return(0,p.Jh)(this,function(_){var E,S,I,T,k,C,P,O,A,x,R,N,L,q,U,D,J,j,G,M,F,K,V,z,Q,$,Z,B,W,H,X,Y,ee,et;return n?(l=t.loggerProvider,"undefined"==typeof document||(r=nw(e,e.cssSelectorAllowlist),i=nw(e,e.actionClickAllowlist),S=(E={allObservables:o=d(),options:e,amplitude:n,shouldTrackEvent:r}).amplitude,I=E.allObservables,T=E.options,k=E.shouldTrackEvent,A=nX((C=I.clickObservable).pipe(t9(function(e,t){var n,r=!1;e.subscribe(t7(t,function(e){var i=n;n=e,r&&t.next([i,e]),r=!0}))}),nU(function(e){var t=(0,p.CR)(e,2),n=t[0],r=t[1],i=n.event.target!==r.event.target,o=20>=Math.abs(r.event.screenX-n.event.screenX)&&20>=Math.abs(r.event.screenY-n.event.screenY);return i&&!o})),C.pipe((P=T.debounceTime,void 0===O&&(O=nF),t9(function(e,t){var n=null,r=null,i=null,o=function(){if(n){n.unsubscribe(),n=null;var e=r;r=null,t.next(e)}};function s(){var e=i+P,r=O.now();if(r<e){n=this.schedule(void 0,e-r),t.add(n);return}o()}e.subscribe(t7(t,function(e){r=e,i=O.now(),n||(n=O.schedule(s,P),t.add(n))},function(){o(),t.complete()},void 0,function(){r=n=null}))})),t8(function(){return"timeout"}))),s=C.pipe((void 0===x&&(x=nF),R=0,N=x,void 0===R&&(R=0),void 0===L&&(L=nF),q=-1,null!=N&&(nz(N)?L=N:q=N),U=new tW(function(e){var t=n0(R)?+R-L.now():R;t<0&&(t=0);var n=0;return L.schedule(function(){e.closed||(e.next(n++),0<=q?this.schedule(void 0,q):e.complete())},t)}),function e(t,n){return n?function(r){return function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return nK(1)(nH(e,n$(e)))}(n.pipe(nY(1),t9(function(e,t){e.subscribe(t7(t,tU))})),r.pipe(e(t)))}:nt(function(e,n){return t3(t(e,n)).pipe(nY(1),t8(function(){return e}))})}(function(){return U})),nU(nA),nU(function(e){return k("click",e.closestTrackedAncestor)}),t9(function(e,t){var n=[];return e.subscribe(t7(t,function(e){return n.push(e)},function(){t.next(n),t.complete()})),t3(A).subscribe(t7(t,function(){var e=n;n=[],t.next(e)},tU)),function(){n=null}})).subscribe(function(e){var t,n,r=(e.length,tv);try{for(var i=(0,p.XA)(e),o=i.next();!o.done;o=i.next()){var s=o.value;null==S||S.track(r,s.targetElementProperties,{time:s.timestamp})}}catch(e){t={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}}),c.push(s),J=(D={allObservables:o,getEventProperties:f,amplitude:n,shouldTrackEvent:r}).amplitude,j=D.allObservables,G=D.getEventProperties,M=D.shouldTrackEvent,h=j.changeObservable.pipe(nU(nA),nU(function(e){return M("change",e.closestTrackedAncestor)})).subscribe(function(e){null==J||J.track("[Amplitude] Element Changed",G("change",e.closestTrackedAncestor))}),c.push(h),K=(F={allObservables:o,options:e,getEventProperties:f,amplitude:n,shouldTrackEvent:r,shouldTrackActionClick:i}).amplitude,V=F.allObservables,z=F.options,Q=F.getEventProperties,$=F.shouldTrackEvent,Z=F.shouldTrackActionClick,B=V.clickObservable,W=V.mutationObservable,H=V.navigateObservable,X=B.pipe(nU(function(e){return!$("click",e.closestTrackedAncestor)}),t8(function(e){var t=nP(e.event.target,z.actionClickAllowlist);return e.closestTrackedAncestor=t,null!==e.closestTrackedAncestor&&(e.targetElementProperties=Q(e.type,e.closestTrackedAncestor)),e}),nU(nA),nU(function(e){return Z("click",e.closestTrackedAncestor)})),Y=[W],H&&Y.push(H),ee=nX.apply(void 0,(0,p.ev)([],(0,p.CR)(Y),!1)),v=X.pipe((et=function(e){return ee.pipe(nY(1),function(e,t){var n=n0(e)?{first:e}:"number"==typeof e?{each:e}:e,r=n.first,i=n.each,o=n.with,s=void 0===o?n2:o,u=n.scheduler,a=void 0===u?nF:u,c=n.meta,l=void 0===c?null:c;if(null==r&&null==i)throw TypeError("No timeout provided.");return t9(function(e,t){var n,o,u=null,c=0,d=function(e){o=ne(t,a,function(){try{n.unsubscribe(),t3(s({meta:l,lastValue:u,seen:c})).subscribe(t)}catch(e){t.error(e)}},e)};n=e.subscribe(t7(t,function(e){null==o||o.unsubscribe(),c++,t.next(u=e),i>0&&d(i)},void 0,void 0,function(){(null==o?void 0:o.closed)||null==o||o.unsubscribe(),u=null})),c||d(null!=r?"number"==typeof r?r:+r-a.now():i)})}({first:500,with:function(){return nV}}),t8(function(){return e}))},t9(function(e,t){var n=null,r=0,i=!1,o=function(){return i&&!n&&t.complete()};e.subscribe(t7(t,function(e){null==n||n.unsubscribe(),t3(et(e,r++)).subscribe(n=t7(t,function(e){return t.next(e)},function(){n=null,o()}))},function(){i=!0,o()}))}))).subscribe(function(e){null==K||K.track(tv,Q("click",e.closestTrackedAncestor),{time:e.timestamp})}),c.push(v),null===(b=null==t?void 0:t.loggerProvider)||void 0===b||b.log("".concat(a," has been successfully added.")),window.opener&&u.enabled&&(g=e.cssSelectorAllowlist,y=e.actionClickAllowlist,null===(w=u.messenger)||void 0===w||w.setup((0,p.pi)((0,p.pi)({logger:null==t?void 0:t.loggerProvider},(null==t?void 0:t.serverZone)&&{endpoint:t_[t.serverZone]}),{isElementSelectable:nw(e,(0,p.ev)((0,p.ev)([],(0,p.CR)(g),!1),(0,p.CR)(y),!1)),cssSelectorAllowlist:g,actionClickAllowlist:y}))))):null===(m=null==t?void 0:t.loggerProvider)||void 0===m||m.warn("".concat(a," plugin requires a later version of @amplitude/analytics-browser. Events are not tracked.")),[2]})})},execute:function(e){return(0,p.mG)(void 0,void 0,void 0,function(){return(0,p.Jh)(this,function(t){return[2,e]})})},teardown:function(){return(0,p.mG)(void 0,void 0,void 0,function(){var e,t,n,r;return(0,p.Jh)(this,function(i){try{for(t=(e=(0,p.XA)(c)).next();!t.done;t=e.next())t.value.unsubscribe()}catch(e){n={error:e}}finally{try{t&&!t.done&&(r=e.return)&&r.call(e)}finally{if(n)throw n.error}}return[2]})})}}},n9={init:m((u=new(function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,p.ZT)(t,e),t.prototype.init=function(e,t,n){var r,i;return void 0===e&&(e=""),arguments.length>2?(r=t,i=n):"string"==typeof t?(r=t,i=void 0):(r=null==t?void 0:t.userId,i=t),b(this._init((0,p.pi)((0,p.pi)({},i),{userId:r,apiKey:e})))},t.prototype._init=function(t){var n,r,i;return(0,p.mG)(this,void 0,void 0,function(){var o,s,u,a,c,l=this;return(0,p.Jh)(this,function(d){var f,h,v,g,y;switch(d.label){case 0:if(this.initializing)return[2];return this.initializing=!0,[4,(f=t.apiKey,h=t,v=this,void 0===h&&(h={}),(0,p.mG)(void 0,void 0,void 0,function(){var e,t,n,r,i,o,s,u,a,c,l,d,g,y,m,b,_,E,S,I,T,k,C,P,A,x,R,N,L,q,U,D,J,j,G,M,F,K,V,z,Q,$,Z;return(0,p.Jh)(this,function(B){var W,H,X;switch(B.label){case 0:if(e=h.identityStorage||e9,S={},!(e!==e9))return[3,1];return n="",[3,5];case 1:if(!(null!==(T=null===(I=h.cookieOptions)||void 0===I?void 0:I.domain)&&void 0!==T))return[3,2];return r=T,[3,4];case 2:return[4,(0,p.mG)(void 0,void 0,void 0,function(){var e,t,n,r,i,o;return(0,p.Jh)(this,function(s){switch(s.label){case 0:return[4,new eL().isEnabled()];case 1:if(!s.sent()||"undefined"==typeof location||!location.hostname)return[2,""];for(e=(null!=W?W:location.hostname).split("."),t=[],n="AMP_TLDTEST",r=e.length-2;r>=0;--r)t.push(e.slice(r).join("."));r=0,s.label=2;case 2:if(!(r<t.length))return[3,7];return[4,(o=new eL({domain:"."+(i=t[r])})).set(n,1)];case 3:return s.sent(),[4,o.get(n)];case 4:if(!s.sent())return[3,6];return[4,o.remove(n)];case 5:return s.sent(),[2,"."+i];case 6:return r++,[3,2];case 7:return[2,""]}})})];case 3:r=B.sent(),B.label=4;case 4:n=r,B.label=5;case 5:return t=p.pi.apply(void 0,[(S.domain=n,S.expiration=365,S.sameSite="Lax",S.secure=!1,S.upgrade=!0,S),h.cookieOptions]),[4,(H=i=e6(h.identityStorage,t),void 0===(X=null===(C=null===(k=h.cookieOptions)||void 0===k?void 0:k.upgrade)||void 0===C||C)&&(X=!0),(0,p.mG)(void 0,void 0,void 0,function(){var e,t,n,r,i,o,s,u,a;return(0,p.Jh)(this,function(c){switch(c.label){case 0:return e="".concat(w.xp.toLowerCase(),"_").concat(f.substring(0,6)),[4,H.getRaw(e)];case 1:if(!(t=c.sent()))return[2,{optOut:!1}];if(!X)return[3,3];return[4,H.remove(e)];case 2:c.sent(),c.label=3;case 3:return r=(n=(0,p.CR)(t.split("."),6))[0],i=n[1],o=n[2],s=n[3],u=n[4],a=n[5],[2,{deviceId:r,userId:ez(i),sessionId:eV(s),lastEventId:eV(a),lastEventTime:eV(u),optOut:!!o}]}})}))];case 6:return o=B.sent(),[4,i.get(eN(f))];case 7:return s=B.sent(),u=ed(),a=null!==(N=null!==(R=null!==(x=null!==(A=null!==(P=h.deviceId)&&void 0!==P?P:u.ampDeviceId)&&void 0!==A?A:u.deviceId)&&void 0!==x?x:null==s?void 0:s.deviceId)&&void 0!==R?R:o.deviceId)&&void 0!==N?N:O(),c=null!==(L=null==s?void 0:s.lastEventId)&&void 0!==L?L:o.lastEventId,l=null!==(q=null==s?void 0:s.lastEventTime)&&void 0!==q?q:o.lastEventTime,d=null!==(D=null!==(U=h.optOut)&&void 0!==U?U:null==s?void 0:s.optOut)&&void 0!==D?D:o.optOut,g=null!==(J=null==s?void 0:s.sessionId)&&void 0!==J?J:o.sessionId,y=null!==(G=null!==(j=h.userId)&&void 0!==j?j:null==s?void 0:s.userId)&&void 0!==G?G:o.userId,v.previousSessionDeviceId=null!==(M=null==s?void 0:s.deviceId)&&void 0!==M?M:o.deviceId,v.previousSessionUserId=null!==(F=null==s?void 0:s.userId)&&void 0!==F?F:o.userId,m={ipAddress:null===(V=null===(K=h.trackingOptions)||void 0===K?void 0:K.ipAddress)||void 0===V||V,language:null===(Q=null===(z=h.trackingOptions)||void 0===z?void 0:z.language)||void 0===Q||Q,platform:null===(Z=null===($=h.trackingOptions)||void 0===$?void 0:$.platform)||void 0===Z||Z},b=null==s?void 0:s.pageCounter,_=null==s?void 0:s.debugLogsEnabled,void 0!==h.autocapture&&(h.defaultTracking=h.autocapture),[4,(E=new e7(f,h.appVersion,i,t,h.defaultTracking,h.autocapture,a,h.flushIntervalMillis,h.flushMaxRetries,h.flushQueueSize,e,h.ingestionMetadata,h.instanceName,c,l,h.loggerProvider,h.logLevel,h.minIdLength,h.offline,d,h.partnerId,h.plan,h.serverUrl,h.serverZone,g,h.sessionTimeout,h.storageProvider,m,h.transport,h.useBatch,h.fetchRemoteConfig,y,b,_)).storageProvider.isEnabled()];case 8:return B.sent()||(E.loggerProvider.warn("Storage provider ".concat(E.storageProvider.constructor.name," is not enabled. Falling back to MemoryStorage.")),E.storageProvider=new eR),[2,E]}})}))];case 1:if(o=d.sent(),!t.fetchRemoteConfig)return[3,4];return[4,(g=o,(0,p.mG)(void 0,void 0,void 0,function(){var e;return(0,p.Jh)(this,function(t){switch(t.label){case 0:return[4,(e=new tp(g)).initialize()];case 1:return t.sent(),[2,e]}})}))];case 2:return[4,d.sent().generateJoinedConfig()];case 3:o=d.sent(),d.label=4;case 4:return[4,e.prototype._init.call(this,o)];case 5:if(d.sent(),this.logBrowserOptions(o),!F(this.config.defaultTracking))return[3,7];return s=F((y=this.config).defaultTracking)&&y.defaultTracking&&"object"==typeof y.defaultTracking&&y.defaultTracking.attribution&&"object"==typeof y.defaultTracking.attribution?(0,p.pi)({},y.defaultTracking.attribution):{},this.webAttribution=new ev(s,this.config),[4,this.webAttribution.init()];case 6:d.sent(),d.label=7;case 7:if(a=Number.isNaN(Number((u=ed()).ampSessionId))?void 0:Number(u.ampSessionId),this.setSessionId(null!==(i=null!==(r=null!==(n=t.sessionId)&&void 0!==n?n:a)&&void 0!==r?r:this.config.sessionId)&&void 0!==i?i:Date.now()),(c=eI(t.instanceName)).identityStore.setIdentity({userId:this.config.userId,deviceId:this.config.deviceId}),!(null!==this.config.offline))return[3,9];return[4,this.add(tl()).promise];case 8:d.sent(),d.label=9;case 9:return[4,this.add(new x).promise];case 10:return d.sent(),[4,this.add(new ex).promise];case 11:return d.sent(),[4,this.add(new eC).promise];case 12:if(d.sent(),tc(this.config),!M(this.config.defaultTracking,"fileDownloads"))return[3,14];return this.config.loggerProvider.debug("Adding file download tracking plugin"),[4,this.add(tu()).promise];case 13:d.sent(),d.label=14;case 14:if(!M(this.config.defaultTracking,"formInteractions"))return[3,16];return this.config.loggerProvider.debug("Adding form interaction plugin"),[4,this.add(to()).promise];case 15:d.sent(),d.label=16;case 16:if(!K(this.config.defaultTracking))return[3,18];return this.config.loggerProvider.debug("Adding page view tracking plugin"),[4,this.add(tt($(this.config))).promise];case 17:d.sent(),d.label=18;case 18:if(!z(this.config.autocapture))return[3,20];return this.config.loggerProvider.debug("Adding user interactions plugin (autocapture plugin)"),[4,this.add(n5(Q(this.config))).promise];case 19:d.sent(),d.label=20;case 20:return this.initializing=!1,[4,this.runQueuedFunctions("dispatchQ")];case 21:return d.sent(),c.eventBridge.setEventReceiver(function(e){l.track(e.eventType,e.eventProperties)}),[2]}})})},t.prototype.getUserId=function(){var e;return null===(e=this.config)||void 0===e?void 0:e.userId},t.prototype.setUserId=function(e){if(!this.config){this.q.push(this.setUserId.bind(this,e));return}this.config.loggerProvider.debug("function setUserId: ",e),(e!==this.config.userId||void 0===e)&&(this.config.userId=e,eT(e,this.config.instanceName))},t.prototype.getDeviceId=function(){var e;return null===(e=this.config)||void 0===e?void 0:e.deviceId},t.prototype.setDeviceId=function(e){if(!this.config){this.q.push(this.setDeviceId.bind(this,e));return}this.config.loggerProvider.debug("function setDeviceId: ",e),this.config.deviceId=e,ek(e,this.config.instanceName)},t.prototype.reset=function(){this.setDeviceId(O()),this.setUserId(void 0)},t.prototype.getSessionId=function(){var e;return null===(e=this.config)||void 0===e?void 0:e.sessionId},t.prototype.setSessionId=function(e){var t,n=[];if(!this.config)return this.q.push(this.setSessionId.bind(this,e)),b(Promise.resolve());if(e===this.config.sessionId)return b(Promise.resolve());this.config.loggerProvider.debug("function setSessionId: ",e);var r=this.getSessionId(),i=this.config.lastEventTime,o=null!==(t=this.config.lastEventId)&&void 0!==t?t:-1;this.config.sessionId=e,this.config.lastEventTime=void 0,this.config.pageCounter=0,V(this.config.defaultTracking)&&(r&&i&&n.push(this.track(eH,void 0,{device_id:this.previousSessionDeviceId,event_id:++o,session_id:r,time:i+1,user_id:this.previousSessionUserId}).promise),this.config.lastEventTime=this.config.sessionId);var s=this.trackCampaignEventIfNeeded(++o,n);return V(this.config.defaultTracking)&&n.push(this.track(eW,void 0,{event_id:s?++o:o,session_id:this.config.sessionId,time:this.config.lastEventTime}).promise),this.previousSessionDeviceId=this.config.deviceId,this.previousSessionUserId=this.config.userId,b(Promise.all(n))},t.prototype.extendSession=function(){if(!this.config){this.q.push(this.extendSession.bind(this));return}this.config.lastEventTime=Date.now()},t.prototype.setTransport=function(e){if(!this.config){this.q.push(this.setTransport.bind(this,e));return}this.config.transportProvider=e8(e)},t.prototype.identify=function(t,n){if(eO(t)){var r=t._q;t._q=[],t=eP(new R.h,r)}return(null==n?void 0:n.user_id)&&this.setUserId(n.user_id),(null==n?void 0:n.device_id)&&this.setDeviceId(n.device_id),e.prototype.identify.call(this,t,n)},t.prototype.groupIdentify=function(t,n,r,i){if(eO(r)){var o=r._q;r._q=[],r=eP(new R.h,o)}return e.prototype.groupIdentify.call(this,t,n,r,i)},t.prototype.revenue=function(t,n){if(eO(t)){var r=t._q;t._q=[],t=eP(new q,r)}return e.prototype.revenue.call(this,t,n)},t.prototype.trackCampaignEventIfNeeded=function(e,t){if(!this.webAttribution||!this.webAttribution.shouldTrackNewCampaign)return!1;var n=this.webAttribution.generateCampaignEvent(e);return t?t.push(this.track(n).promise):this.track(n),this.config.loggerProvider.log("Tracking attribution."),!0},t.prototype.process=function(t){return(0,p.mG)(this,void 0,void 0,function(){var n,r,i;return(0,p.Jh)(this,function(o){return n=Date.now(),r=ep(this.config.sessionTimeout,this.config.lastEventTime),i=this.webAttribution&&this.webAttribution.shouldSetSessionIdOnNewCampaign(),t.event_type===eW||t.event_type===eH||t.session_id&&t.session_id!==this.getSessionId()||(r||i?(this.setSessionId(n),i&&this.config.loggerProvider.log("Created a new session for new campaign.")):r||this.trackCampaignEventIfNeeded()),[2,e.prototype.process.call(this,t)]})})},t.prototype.logBrowserOptions=function(e){try{var t=(0,p.pi)((0,p.pi)({},e),{apiKey:e.apiKey.substring(0,10)+"********"});this.config.loggerProvider.debug("Initialized Amplitude with BrowserConfig:",JSON.stringify(t))}catch(e){this.config.loggerProvider.error("Error logging browser config",e)}},t}(G))).init.bind(u),"init",v(u),y(u,["config"])),add:m(u.add.bind(u),"add",v(u),y(u,["config.apiKey","timeline.plugins"])),remove:m(u.remove.bind(u),"remove",v(u),y(u,["config.apiKey","timeline.plugins"])),track:m(u.track.bind(u),"track",v(u),y(u,["config.apiKey","timeline.queue.length"])),logEvent:m(u.logEvent.bind(u),"logEvent",v(u),y(u,["config.apiKey","timeline.queue.length"])),identify:m(u.identify.bind(u),"identify",v(u),y(u,["config.apiKey","timeline.queue.length"])),groupIdentify:m(u.groupIdentify.bind(u),"groupIdentify",v(u),y(u,["config.apiKey","timeline.queue.length"])),setGroup:m(u.setGroup.bind(u),"setGroup",v(u),y(u,["config.apiKey","timeline.queue.length"])),revenue:m(u.revenue.bind(u),"revenue",v(u),y(u,["config.apiKey","timeline.queue.length"])),flush:m(u.flush.bind(u),"flush",v(u),y(u,["config.apiKey","timeline.queue.length"])),getUserId:m(u.getUserId.bind(u),"getUserId",v(u),y(u,["config","config.userId"])),setUserId:m(u.setUserId.bind(u),"setUserId",v(u),y(u,["config","config.userId"])),getDeviceId:m(u.getDeviceId.bind(u),"getDeviceId",v(u),y(u,["config","config.deviceId"])),setDeviceId:m(u.setDeviceId.bind(u),"setDeviceId",v(u),y(u,["config","config.deviceId"])),reset:m(u.reset.bind(u),"reset",v(u),y(u,["config","config.userId","config.deviceId"])),getSessionId:m(u.getSessionId.bind(u),"getSessionId",v(u),y(u,["config"])),setSessionId:m(u.setSessionId.bind(u),"setSessionId",v(u),y(u,["config"])),extendSession:m(u.extendSession.bind(u),"extendSession",v(u),y(u,["config"])),setOptOut:m(u.setOptOut.bind(u),"setOptOut",v(u),y(u,["config"])),setTransport:m(u.setTransport.bind(u),"setTransport",v(u),y(u,["config"]))};n9.add,n9.extendSession,n9.flush,n9.getDeviceId,n9.getSessionId,n9.getUserId,n9.groupIdentify;var n7=n9.identify,n6=n9.init,n8=(n9.logEvent,n9.remove,n9.reset,n9.revenue,n9.setDeviceId,n9.setGroup,n9.setOptOut,n9.setSessionId,n9.setTransport,n9.setUserId,n9.track)},85062:function(e,t,n){n.d(t,{EG:function(){return s},RE:function(){return c},f1:function(){return o},h8:function(){return a},q$:function(){return r},xp:function(){return i},y_:function(){return u}});var r="-",i="AMP",o="".concat(i,"_unsent"),s="https://api2.amplitude.com/2/httpapi",u="https://api.eu.amplitude.com/2/httpapi",a="https://api2.amplitude.com/batch",c="https://api.eu.amplitude.com/batch"},35772:function(e,t,n){n.d(t,{h:function(){return u}});var r=n(87398),i=n(35909),o=n(85062),s=n(90445),u=function(){function e(){this._propertySet=new Set,this._properties={}}return e.prototype.getUserProperties=function(){return(0,r.pi)({},this._properties)},e.prototype.set=function(e,t){return this._safeSet(i.h9.SET,e,t),this},e.prototype.setOnce=function(e,t){return this._safeSet(i.h9.SET_ONCE,e,t),this},e.prototype.append=function(e,t){return this._safeSet(i.h9.APPEND,e,t),this},e.prototype.prepend=function(e,t){return this._safeSet(i.h9.PREPEND,e,t),this},e.prototype.postInsert=function(e,t){return this._safeSet(i.h9.POSTINSERT,e,t),this},e.prototype.preInsert=function(e,t){return this._safeSet(i.h9.PREINSERT,e,t),this},e.prototype.remove=function(e,t){return this._safeSet(i.h9.REMOVE,e,t),this},e.prototype.add=function(e,t){return this._safeSet(i.h9.ADD,e,t),this},e.prototype.unset=function(e){return this._safeSet(i.h9.UNSET,e,o.q$),this},e.prototype.clearAll=function(){return this._properties={},this._properties[i.h9.CLEAR_ALL]=o.q$,this},e.prototype._safeSet=function(e,t,n){if(this._validate(e,t,n)){var r=this._properties[e];return void 0===r&&(r={},this._properties[e]=r),r[t]=n,this._propertySet.add(t),!0}return!1},e.prototype._validate=function(e,t,n){return!(void 0!==this._properties[i.h9.CLEAR_ALL]||this._propertySet.has(t))&&(e===i.h9.ADD?"number"==typeof n:e===i.h9.UNSET||e===i.h9.REMOVE||(0,s.T)(t,n))},e}()},90445:function(e,t,n){n.d(t,{L:function(){return i},T:function(){return o}});var r=n(87398),i=function(e){if(Object.keys(e).length>1e3)return!1;for(var t in e){var n=e[t];if(!o(t,n))return!1}return!0},o=function(e,t){var n,o;if("string"!=typeof e)return!1;if(Array.isArray(t)){var s=!0;try{for(var u=(0,r.XA)(t),a=u.next();!a.done;a=u.next()){var c=a.value;if(Array.isArray(c))return!1;if("object"==typeof c)s=s&&i(c);else if(!["number","string"].includes(typeof c))return!1;if(!s)return!1}}catch(e){n={error:e}}finally{try{a&&!a.done&&(o=u.return)&&o.call(u)}finally{if(n)throw n.error}}}else if(null==t)return!1;else if("object"==typeof t)return i(t);else if(!["number","string","boolean"].includes(typeof t))return!1;return!0}},35909:function(e,t,n){var r,i,o,s,u,a;n.d(t,{JU:function(){return o},al:function(){return i},h9:function(){return r}}),(s=r||(r={})).SET="$set",s.SET_ONCE="$setOnce",s.ADD="$add",s.APPEND="$append",s.PREPEND="$prepend",s.REMOVE="$remove",s.PREINSERT="$preInsert",s.POSTINSERT="$postInsert",s.UNSET="$unset",s.CLEAR_ALL="$clearAll",(u=i||(i={})).REVENUE_PRODUCT_ID="$productId",u.REVENUE_QUANTITY="$quantity",u.REVENUE_PRICE="$price",u.REVENUE_TYPE="$revenueType",u.REVENUE="$revenue",(a=o||(o={})).IDENTIFY="$identify",a.GROUP_IDENTIFY="$groupidentify",a.REVENUE="revenue_amount"},49262:function(e,t,n){n.d(t,{kR:function(){return s},no:function(){return o}});var r=e=>{let t=Object.keys(e).sort((e,t)=>e.localeCompare(t));if(t.some(e=>e.startsWith("_")))throw Error('Keys that start with "_" are reserved for Query Key Factory');return t};function i(e){return Object.assign(Object.create(null),e)}function o(e,t){let n={_def:[e]};if(null==t)return i(n);let o=(e,t)=>r(e).reduce((n,r)=>{let s=e[r],u=[...t,r],a=e=>Array.isArray(e),c;if("function"==typeof s){let e=(...e)=>{let t=s(...e);if(a(t))return i({queryKey:[...u,...t]});let n=[...u,...t.queryKey];if("queryFn"in t){let e={queryKey:n,queryFn:t.queryFn};return"contextQueries"in t?i({_ctx:i(Object.fromEntries(o(t.contextQueries,n))),...e}):i({...e})}return"contextQueries"in t?i({_ctx:i(Object.fromEntries(o(t.contextQueries,n))),queryKey:n}):i({queryKey:n})};e._def=u,c=e}else if(null==s)c=i({queryKey:u});else if(a(s))c=i({_def:u,queryKey:[...u,...s]});else if("queryFn"in s){let e={...s.queryKey?{_def:u}:void 0},t=[...u,...s.queryKey??[]],n={queryKey:t,queryFn:s.queryFn};c="contextQueries"in s?i({_ctx:i(Object.fromEntries(o(s.contextQueries,t))),...e,...n}):i({...e,...n})}else if("contextQueries"in s){let e={...s.queryKey?{_def:u}:void 0},t=[...u,...s.queryKey??[]];c=i({_ctx:i(Object.fromEntries(o(s.contextQueries,t))),queryKey:t,...e})}else{let e={...s.queryKey?{_def:u}:void 0};c=i({queryKey:[...u,...s.queryKey??[]],...e})}return n.set(r,c),n},new Map);return i({...Object.fromEntries(o(t,n._def)),...n})}function s(...e){return i(Object.fromEntries(e.reduce((e,t)=>{let[n]=t._def;return e.set(n,{...e.get(n),...t}),e},new Map)))}},71752:function(e,t,n){n.d(t,{a:function(){return h}});var r=n(6775),i=n(49469),o=n(63560),s=n(13520),u=n(75840),a=n(63100),c=n(51264),l=n(34191),d=n(86427),f=n(71077);function h(e,t,n){return function(e,t){let n=(0,c.NL)({context:e.context}),r=(0,l.S)(),i=(0,a._)(),h=n.defaultQueryOptions(e);h._optimisticResults=r?"isRestoring":"optimistic",h.onError&&(h.onError=u.V.batchCalls(h.onError)),h.onSuccess&&(h.onSuccess=u.V.batchCalls(h.onSuccess)),h.onSettled&&(h.onSettled=u.V.batchCalls(h.onSettled)),(0,f.Fb)(h),(0,d.pf)(h,i),(0,d.JN)(i);let[p]=o.useState(()=>new t(n,h)),v=p.getOptimisticResult(h);if((0,s.$)(o.useCallback(e=>r?()=>void 0:p.subscribe(u.V.batchCalls(e)),[p,r]),()=>p.getCurrentResult(),()=>p.getCurrentResult()),o.useEffect(()=>{p.setOptions(h,{listeners:!1})},[h,p]),(0,f.SB)(h,v,r))throw(0,f.j8)(h,p,i);if((0,d.KJ)({result:v,errorResetBoundary:i,useErrorBoundary:h.useErrorBoundary,query:p.getCurrentQuery()}))throw v.error;return h.notifyOnChangeProps?v:p.trackResult(v)}((0,r._v)(e,t,n),i.z)}}}]);
//# sourceMappingURL=9425-0fd32eda4cf822ed.js.map