pixelfed/public/js/vendor.js

2 lines
2.4 MiB
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*! For license information please see vendor.js.LICENSE.txt */
(self.webpackChunkpixelfed=self.webpackChunkpixelfed||[]).push([[898],{29655:(e,t,n)=>{"use strict";function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function i(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){r(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}n.r(t),n.d(t,{default:()=>g});var s=function(e,t){return e.matches?e.matches(t):e.msMatchesSelector?e.msMatchesSelector(t):e.webkitMatchesSelector?e.webkitMatchesSelector(t):null},l=function(e,t){return e.closest?e.closest(t):function(e,t){for(var n=e;n&&1===n.nodeType;){if(s(n,t))return n;n=n.parentNode}return null}(e,t)},c=function(e){return Boolean(e&&"function"==typeof e.then)},u=function e(){var t=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},o=n.search,i=n.autoSelect,s=void 0!==i&&i,u=n.setValue,d=void 0===u?function(){}:u,h=n.setAttribute,p=void 0===h?function(){}:h,f=n.onUpdate,m=void 0===f?function(){}:f,v=n.onSubmit,g=void 0===v?function(){}:v,_=n.onShow,b=void 0===_?function(){}:_,y=n.onHide,M=void 0===y?function(){}:y,I=n.onLoading,B=void 0===I?function(){}:I,k=n.onLoaded,P=void 0===k?function(){}:k;a(this,e),r(this,"value",""),r(this,"searchCounter",0),r(this,"results",[]),r(this,"selectedIndex",-1),r(this,"handleInput",(function(e){var n=e.target.value;t.updateResults(n),t.value=n})),r(this,"handleKeyDown",(function(e){var n=e.key;switch(n){case"Up":case"Down":case"ArrowUp":case"ArrowDown":var a="ArrowUp"===n||"Up"===n?t.selectedIndex-1:t.selectedIndex+1;e.preventDefault(),t.handleArrows(a);break;case"Tab":t.selectResult();break;case"Enter":var r=t.results[t.selectedIndex];t.selectResult(),t.onSubmit(r);break;case"Esc":case"Escape":t.hideResults(),t.setValue();break;default:return}})),r(this,"handleFocus",(function(e){var n=e.target.value;t.updateResults(n),t.value=n})),r(this,"handleBlur",(function(){t.hideResults()})),r(this,"handleResultMouseDown",(function(e){e.preventDefault()})),r(this,"handleResultClick",(function(e){var n=e.target,a=l(n,"[data-result-index]");if(a){t.selectedIndex=parseInt(a.dataset.resultIndex,10);var r=t.results[t.selectedIndex];t.selectResult(),t.onSubmit(r)}})),r(this,"handleArrows",(function(e){var n=t.results.length;t.selectedIndex=(e%n+n)%n,t.onUpdate(t.results,t.selectedIndex)})),r(this,"selectResult",(function(){var e=t.results[t.selectedIndex];e&&t.setValue(e),t.hideResults()})),r(this,"updateResults",(function(e){var n=++t.searchCounter;t.onLoading(),t.search(e).then((function(e){n===t.searchCounter&&(t.results=e,t.onLoaded(),0!==t.results.length?(t.selectedIndex=t.autoSelect?0:-1,t.onUpdate(t.results,t.selectedIndex),t.showResults()):t.hideResults())}))})),r(this,"showResults",(function(){t.setAttribute("aria-expanded",!0),t.onShow()})),r(this,"hideResults",(function(){t.selectedIndex=-1,t.results=[],t.setAttribute("aria-expanded",!1),t.setAttribute("aria-activedescendant",""),t.onUpdate(t.results,t.selectedIndex),t.onHide()})),r(this,"checkSelectedResultVisible",(function(e){var n=e.querySelector('[data-result-index="'.concat(t.selectedIndex,'"]'));if(n){var a=e.getBoundingClientRect(),r=n.getBoundingClientRect();r.top<a.top?e.scrollTop-=a.top-r.top:r.bottom>a.bottom&&(e.scrollTop+=r.bottom-a.bottom)}})),this.search=c(o)?o:function(e){return Promise.resolve(o(e))},this.autoSelect=s,this.setValue=d,this.setAttribute=p,this.onUpdate=m,this.onSubmit=g,this.onShow=b,this.onHide=M,this.onLoading=B,this.onLoaded=P},d=0,h=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return"".concat(e).concat(++d)};const p=function(e,t,n,a,r,o,i,s,l,c){"boolean"!=typeof i&&(l=s,s=i,i=!1);const u="function"==typeof n?n.options:n;let d;if(e&&e.render&&(u.render=e.render,u.staticRenderFns=e.staticRenderFns,u._compiled=!0,r&&(u.functional=!0)),a&&(u._scopeId=a),o?(d=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),t&&t.call(this,l(e)),e&&e._registeredComponents&&e._registeredComponents.add(o)},u._ssrRegister=d):t&&(d=i?function(e){t.call(this,c(e,this.$root.$options.shadowRoot))}:function(e){t.call(this,s(e))}),d)if(u.functional){const e=u.render;u.render=function(t,n){return d.call(n),e(t,n)}}else{const e=u.beforeCreate;u.beforeCreate=e?[].concat(e,d):[d]}return n}({render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{ref:"root"},[e._t("default",[n("div",e._b({},"div",e.rootProps,!1),[n("input",e._g(e._b({ref:"input",on:{input:e.handleInput,keydown:e.core.handleKeyDown,focus:e.core.handleFocus,blur:e.core.handleBlur}},"input",e.inputProps,!1),e.$listeners)),e._v(" "),n("ul",e._g(e._b({ref:"resultList"},"ul",e.resultListProps,!1),e.resultListListeners),[e._l(e.results,(function(t,a){return[e._t("result",[n("li",e._b({key:e.resultProps[a].id},"li",e.resultProps[a],!1),[e._v("\n "+e._s(e.getResultValue(t))+"\n ")])],{result:t,props:e.resultProps[a]})]}))],2)])],{rootProps:e.rootProps,inputProps:e.inputProps,inputListeners:e.inputListeners,resultListProps:e.resultListProps,resultListListeners:e.resultListListeners,results:e.results,resultProps:e.resultProps})],2)},staticRenderFns:[]},undefined,{name:"Autocomplete",inheritAttrs:!1,props:{search:{type:Function,required:!0},baseClass:{type:String,default:"autocomplete"},autoSelect:{type:Boolean,default:!1},getResultValue:{type:Function,default:function(e){return e}},defaultValue:{type:String,default:""},debounceTime:{type:Number,default:0}},data:function(){var e,t,n,a,r=new u({search:this.search,autoSelect:this.autoSelect,setValue:this.setValue,onUpdate:this.handleUpdate,onSubmit:this.handleSubmit,onShow:this.handleShow,onHide:this.handleHide,onLoading:this.handleLoading,onLoaded:this.handleLoaded});return this.debounceTime>0&&(r.handleInput=(e=r.handleInput,t=this.debounceTime,function(){var r=this,o=arguments,i=function(){a=null,n||e.apply(r,o)},s=n&&!a;clearTimeout(a),a=setTimeout(i,t),s&&e.apply(r,o)})),{core:r,value:this.defaultValue,resultListId:h("".concat(this.baseClass,"-result-list-")),results:[],selectedIndex:-1,expanded:!1,loading:!1,position:"below",resetPosition:!0}},computed:{rootProps:function(){return{class:this.baseClass,style:{position:"relative"},"data-expanded":this.expanded,"data-loading":this.loading,"data-position":this.position}},inputProps:function(){return i({class:"".concat(this.baseClass,"-input"),value:this.value,role:"combobox",autocomplete:"off",autocapitalize:"off",autocorrect:"off",spellcheck:"false","aria-autocomplete":"list","aria-haspopup":"listbox","aria-owns":this.resultListId,"aria-expanded":this.expanded?"true":"false","aria-activedescendant":this.selectedIndex>-1?this.resultProps[this.selectedIndex].id:""},this.$attrs)},inputListeners:function(){return{input:this.handleInput,keydown:this.core.handleKeyDown,focus:this.core.handleFocus,blur:this.core.handleBlur}},resultListProps:function(){var e="below"===this.position?"top":"bottom";return{id:this.resultListId,class:"".concat(this.baseClass,"-result-list"),role:"listbox",style:r({position:"absolute",zIndex:1,width:"100%",visibility:this.expanded?"visible":"hidden",pointerEvents:this.expanded?"auto":"none"},e,"100%")}},resultListListeners:function(){return{mousedown:this.core.handleResultMouseDown,click:this.core.handleResultClick}},resultProps:function(){var e=this;return this.results.map((function(t,n){return i({id:"".concat(e.baseClass,"-result-").concat(n),class:"".concat(e.baseClass,"-result"),"data-result-index":n,role:"option"},e.selectedIndex===n?{"aria-selected":"true"}:{})}))}},mounted:function(){document.body.addEventListener("click",this.handleDocumentClick)},beforeDestroy:function(){document.body.removeEventListener("click",this.handleDocumentClick)},updated:function(){var e,t,n,a;this.$refs.input&&this.$refs.resultList&&(this.resetPosition&&this.results.length>0&&(this.resetPosition=!1,this.position=(e=this.$refs.input,t=this.$refs.resultList,n=e.getBoundingClientRect(),a=t.getBoundingClientRect(),n.bottom+a.height>window.innerHeight&&window.innerHeight-n.bottom<n.top&&window.pageYOffset+n.top-a.height>0?"above":"below")),this.core.checkSelectedResultVisible(this.$refs.resultList))},methods:{setValue:function(e){this.value=e?this.getResultValue(e):""},handleUpdate:function(e,t){this.results=e,this.selectedIndex=t,this.$emit("update",e,t)},handleShow:function(){this.expanded=!0},handleHide:function(){this.expanded=!1,this.resetPosition=!0},handleLoading:function(){this.loading=!0},handleLoaded:function(){this.loading=!1},handleInput:function(e){this.value=e.target.value,this.core.handleInput(e)},handleSubmit:function(e){this.$emit("submit",e)},handleDocumentClick:function(e){this.$refs.root.contains(e.target)||this.core.hideResults()}}},undefined,!1,undefined,!1,void 0,void 0,void 0);function f(e){f.installed||(f.installed=!0,e.component("Autocomplete",p))}var m,v={install:f};"undefined"!=typeof window?m=window.Vue:void 0!==n.g&&(m=n.g.Vue),m&&m.use(v),p.install=f;const g=p},9669:(e,t,n)=>{e.exports=n(51609)},55448:(e,t,n)=>{"use strict";var a=n(64867),r=n(36026),o=n(4372),i=n(15327),s=n(94097),l=n(84109),c=n(67985),u=n(85061);e.exports=function(e){return new Promise((function(t,n){var d=e.data,h=e.headers,p=e.responseType;a.isFormData(d)&&delete h["Content-Type"];var f=new XMLHttpRequest;if(e.auth){var m=e.auth.username||"",v=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";h.Authorization="Basic "+btoa(m+":"+v)}var g=s(e.baseURL,e.url);function _(){if(f){var a="getAllResponseHeaders"in f?l(f.getAllResponseHeaders()):null,o={data:p&&"text"!==p&&"json"!==p?f.response:f.responseText,status:f.status,statusText:f.statusText,headers:a,config:e,request:f};r(t,n,o),f=null}}if(f.open(e.method.toUpperCase(),i(g,e.params,e.paramsSerializer),!0),f.timeout=e.timeout,"onloadend"in f?f.onloadend=_:f.onreadystatechange=function(){f&&4===f.readyState&&(0!==f.status||f.responseURL&&0===f.responseURL.indexOf("file:"))&&setTimeout(_)},f.onabort=function(){f&&(n(u("Request aborted",e,"ECONNABORTED",f)),f=null)},f.onerror=function(){n(u("Network Error",e,null,f)),f=null},f.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(u(t,e,e.transitional&&e.transitional.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",f)),f=null},a.isStandardBrowserEnv()){var b=(e.withCredentials||c(g))&&e.xsrfCookieName?o.read(e.xsrfCookieName):void 0;b&&(h[e.xsrfHeaderName]=b)}"setRequestHeader"in f&&a.forEach(h,(function(e,t){void 0===d&&"content-type"===t.toLowerCase()?delete h[t]:f.setRequestHeader(t,e)})),a.isUndefined(e.withCredentials)||(f.withCredentials=!!e.withCredentials),p&&"json"!==p&&(f.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&f.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&f.upload&&f.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){f&&(f.abort(),n(e),f=null)})),d||(d=null),f.send(d)}))}},51609:(e,t,n)=>{"use strict";var a=n(64867),r=n(91849),o=n(30321),i=n(47185);function s(e){var t=new o(e),n=r(o.prototype.request,t);return a.extend(n,o.prototype,t),a.extend(n,t),n}var l=s(n(45655));l.Axios=o,l.create=function(e){return s(i(l.defaults,e))},l.Cancel=n(65263),l.CancelToken=n(14972),l.isCancel=n(26502),l.all=function(e){return Promise.all(e)},l.spread=n(8713),l.isAxiosError=n(16268),e.exports=l,e.exports.default=l},65263:e=>{"use strict";function t(e){this.message=e}t.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},t.prototype.__CANCEL__=!0,e.exports=t},14972:(e,t,n)=>{"use strict";var a=n(65263);function r(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;e((function(e){n.reason||(n.reason=new a(e),t(n.reason))}))}r.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},r.source=function(){var e;return{token:new r((function(t){e=t})),cancel:e}},e.exports=r},26502:e=>{"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},30321:(e,t,n)=>{"use strict";var a=n(64867),r=n(15327),o=n(80782),i=n(13572),s=n(47185),l=n(54875),c=l.validators;function u(e){this.defaults=e,this.interceptors={request:new o,response:new o}}u.prototype.request=function(e){"string"==typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=s(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=e.transitional;void 0!==t&&l.assertOptions(t,{silentJSONParsing:c.transitional(c.boolean,"1.0.0"),forcedJSONParsing:c.transitional(c.boolean,"1.0.0"),clarifyTimeoutError:c.transitional(c.boolean,"1.0.0")},!1);var n=[],a=!0;this.interceptors.request.forEach((function(t){"function"==typeof t.runWhen&&!1===t.runWhen(e)||(a=a&&t.synchronous,n.unshift(t.fulfilled,t.rejected))}));var r,o=[];if(this.interceptors.response.forEach((function(e){o.push(e.fulfilled,e.rejected)})),!a){var u=[i,void 0];for(Array.prototype.unshift.apply(u,n),u=u.concat(o),r=Promise.resolve(e);u.length;)r=r.then(u.shift(),u.shift());return r}for(var d=e;n.length;){var h=n.shift(),p=n.shift();try{d=h(d)}catch(e){p(e);break}}try{r=i(d)}catch(e){return Promise.reject(e)}for(;o.length;)r=r.then(o.shift(),o.shift());return r},u.prototype.getUri=function(e){return e=s(this.defaults,e),r(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},a.forEach(["delete","get","head","options"],(function(e){u.prototype[e]=function(t,n){return this.request(s(n||{},{method:e,url:t,data:(n||{}).data}))}})),a.forEach(["post","put","patch"],(function(e){u.prototype[e]=function(t,n,a){return this.request(s(a||{},{method:e,url:t,data:n}))}})),e.exports=u},80782:(e,t,n)=>{"use strict";var a=n(64867);function r(){this.handlers=[]}r.prototype.use=function(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1},r.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},r.prototype.forEach=function(e){a.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=r},94097:(e,t,n)=>{"use strict";var a=n(91793),r=n(7303);e.exports=function(e,t){return e&&!a(t)?r(e,t):t}},85061:(e,t,n)=>{"use strict";var a=n(80481);e.exports=function(e,t,n,r,o){var i=new Error(e);return a(i,t,n,r,o)}},13572:(e,t,n)=>{"use strict";var a=n(64867),r=n(18527),o=n(26502),i=n(45655);function s(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){return s(e),e.headers=e.headers||{},e.data=r.call(e,e.data,e.headers,e.transformRequest),e.headers=a.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),a.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||i.adapter)(e).then((function(t){return s(e),t.data=r.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return o(t)||(s(e),t&&t.response&&(t.response.data=r.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},80481:e=>{"use strict";e.exports=function(e,t,n,a,r){return e.config=t,n&&(e.code=n),e.request=a,e.response=r,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}},47185:(e,t,n)=>{"use strict";var a=n(64867);e.exports=function(e,t){t=t||{};var n={},r=["url","method","data"],o=["headers","auth","proxy","params"],i=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],s=["validateStatus"];function l(e,t){return a.isPlainObject(e)&&a.isPlainObject(t)?a.merge(e,t):a.isPlainObject(t)?a.merge({},t):a.isArray(t)?t.slice():t}function c(r){a.isUndefined(t[r])?a.isUndefined(e[r])||(n[r]=l(void 0,e[r])):n[r]=l(e[r],t[r])}a.forEach(r,(function(e){a.isUndefined(t[e])||(n[e]=l(void 0,t[e]))})),a.forEach(o,c),a.forEach(i,(function(r){a.isUndefined(t[r])?a.isUndefined(e[r])||(n[r]=l(void 0,e[r])):n[r]=l(void 0,t[r])})),a.forEach(s,(function(a){a in t?n[a]=l(e[a],t[a]):a in e&&(n[a]=l(void 0,e[a]))}));var u=r.concat(o).concat(i).concat(s),d=Object.keys(e).concat(Object.keys(t)).filter((function(e){return-1===u.indexOf(e)}));return a.forEach(d,c),n}},36026:(e,t,n)=>{"use strict";var a=n(85061);e.exports=function(e,t,n){var r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(a("Request failed with status code "+n.status,n.config,null,n.request,n)):e(n)}},18527:(e,t,n)=>{"use strict";var a=n(64867),r=n(45655);e.exports=function(e,t,n){var o=this||r;return a.forEach(n,(function(n){e=n.call(o,e,t)})),e}},45655:(e,t,n)=>{"use strict";var a=n(34155),r=n(64867),o=n(16016),i=n(80481),s={"Content-Type":"application/x-www-form-urlencoded"};function l(e,t){!r.isUndefined(e)&&r.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var c,u={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==a&&"[object process]"===Object.prototype.toString.call(a))&&(c=n(55448)),c),transformRequest:[function(e,t){return o(t,"Accept"),o(t,"Content-Type"),r.isFormData(e)||r.isArrayBuffer(e)||r.isBuffer(e)||r.isStream(e)||r.isFile(e)||r.isBlob(e)?e:r.isArrayBufferView(e)?e.buffer:r.isURLSearchParams(e)?(l(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):r.isObject(e)||t&&"application/json"===t["Content-Type"]?(l(t,"application/json"),function(e,t,n){if(r.isString(e))try{return(t||JSON.parse)(e),r.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional,n=t&&t.silentJSONParsing,a=t&&t.forcedJSONParsing,o=!n&&"json"===this.responseType;if(o||a&&r.isString(e)&&e.length)try{return JSON.parse(e)}catch(e){if(o){if("SyntaxError"===e.name)throw i(e,this,"E_JSON_PARSE");throw e}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300}};u.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],(function(e){u.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){u.headers[e]=r.merge(s)})),e.exports=u},91849:e=>{"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),a=0;a<n.length;a++)n[a]=arguments[a];return e.apply(t,n)}}},15327:(e,t,n)=>{"use strict";var a=n(64867);function r(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var o;if(n)o=n(t);else if(a.isURLSearchParams(t))o=t.toString();else{var i=[];a.forEach(t,(function(e,t){null!=e&&(a.isArray(e)?t+="[]":e=[e],a.forEach(e,(function(e){a.isDate(e)?e=e.toISOString():a.isObject(e)&&(e=JSON.stringify(e)),i.push(r(t)+"="+r(e))})))})),o=i.join("&")}if(o){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+o}return e}},7303:e=>{"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},4372:(e,t,n)=>{"use strict";var a=n(64867);e.exports=a.isStandardBrowserEnv()?{write:function(e,t,n,r,o,i){var s=[];s.push(e+"="+encodeURIComponent(t)),a.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),a.isString(r)&&s.push("path="+r),a.isString(o)&&s.push("domain="+o),!0===i&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},91793:e=>{"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},16268:e=>{"use strict";e.exports=function(e){return"object"==typeof e&&!0===e.isAxiosError}},67985:(e,t,n)=>{"use strict";var a=n(64867);e.exports=a.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function r(e){var a=e;return t&&(n.setAttribute("href",a),a=n.href),n.setAttribute("href",a),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=r(window.location.href),function(t){var n=a.isString(t)?r(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0}},16016:(e,t,n)=>{"use strict";var a=n(64867);e.exports=function(e,t){a.forEach(e,(function(n,a){a!==t&&a.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[a])}))}},84109:(e,t,n)=>{"use strict";var a=n(64867),r=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,o,i={};return e?(a.forEach(e.split("\n"),(function(e){if(o=e.indexOf(":"),t=a.trim(e.substr(0,o)).toLowerCase(),n=a.trim(e.substr(o+1)),t){if(i[t]&&r.indexOf(t)>=0)return;i[t]="set-cookie"===t?(i[t]?i[t]:[]).concat([n]):i[t]?i[t]+", "+n:n}})),i):i}},8713:e=>{"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},54875:(e,t,n)=>{"use strict";var a=n(88593),r={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){r[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));var o={},i=a.version.split(".");function s(e,t){for(var n=t?t.split("."):i,a=e.split("."),r=0;r<3;r++){if(n[r]>a[r])return!0;if(n[r]<a[r])return!1}return!1}r.transitional=function(e,t,n){var r=t&&s(t);function i(e,t){return"[Axios v"+a.version+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,a,s){if(!1===e)throw new Error(i(a," has been removed in "+t));return r&&!o[a]&&(o[a]=!0,console.warn(i(a," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,a,s)}},e.exports={isOlderVersion:s,assertOptions:function(e,t,n){if("object"!=typeof e)throw new TypeError("options must be an object");for(var a=Object.keys(e),r=a.length;r-- >0;){var o=a[r],i=t[o];if(i){var s=e[o],l=void 0===s||i(s,o,e);if(!0!==l)throw new TypeError("option "+o+" must be "+l)}else if(!0!==n)throw Error("Unknown option "+o)}},validators:r}},64867:(e,t,n)=>{"use strict";var a=n(91849),r=Object.prototype.toString;function o(e){return"[object Array]"===r.call(e)}function i(e){return void 0===e}function s(e){return null!==e&&"object"==typeof e}function l(e){if("[object Object]"!==r.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function c(e){return"[object Function]"===r.call(e)}function u(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),o(e))for(var n=0,a=e.length;n<a;n++)t.call(null,e[n],n,e);else for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.call(null,e[r],r,e)}e.exports={isArray:o,isArrayBuffer:function(e){return"[object ArrayBuffer]"===r.call(e)},isBuffer:function(e){return null!==e&&!i(e)&&null!==e.constructor&&!i(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){return"undefined"!=typeof FormData&&e instanceof FormData},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:s,isPlainObject:l,isUndefined:i,isDate:function(e){return"[object Date]"===r.call(e)},isFile:function(e){return"[object File]"===r.call(e)},isBlob:function(e){return"[object Blob]"===r.call(e)},isFunction:c,isStream:function(e){return s(e)&&c(e.pipe)},isURLSearchParams:function(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:u,merge:function e(){var t={};function n(n,a){l(t[a])&&l(n)?t[a]=e(t[a],n):l(n)?t[a]=e({},n):o(n)?t[a]=n.slice():t[a]=n}for(var a=0,r=arguments.length;a<r;a++)u(arguments[a],n);return t},extend:function(e,t,n){return u(t,(function(t,r){e[r]=n&&"function"==typeof t?a(t,n):t})),e},trim:function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e}}},99347:(e,t,n)=>{"use strict";let a,r,o,i,s,l,c,u,d,h,p,f,m,v,g,_,b,y,M,I,B,k;n.r(t),n.d(t,{default:()=>V});const P=[];let T,w,E,O,A,L,S,C,z,x,D,F={};const H="appendChild",N="createElement",R="removeChild",V=e=>{var t;return r||function(e){let t,n;function a(e){const t=document[N]("button");return t.className=e,t.innerHTML='<svg viewBox="0 0 48 48"><path d="M28 24L47 5a3 3 0 1 0-4-4L24 20 5 1a3 3 0 1 0-4 4l19 19L1 43a3 3 0 1 0 4 4l19-19 19 19a3 3 0 0 0 4 0v-4L28 24z"/></svg>',t}function h(e,t){const n=document[N]("button");return n.className="bp-lr",n.innerHTML='<svg viewBox="0 0 129 129" height="70" fill="#fff"><path d="M88.6 121.3c.8.8 1.8 1.2 2.9 1.2s2.1-.4 2.9-1.2a4.1 4.1 0 0 0 0-5.8l-51-51 51-51a4.1 4.1 0 0 0-5.8-5.8l-54 53.9a4.1 4.1 0 0 0 0 5.8l54 53.9z"/></svg>',Z(n,t),n.onclick=t=>{t.stopPropagation(),j(e)},n}const f=document[N]("STYLE"),v=e&&e.overlayColor?e.overlayColor:"rgba(0,0,0,.7)";f.innerHTML=`#bp_caption,#bp_container{bottom:0;left:0;right:0;position:fixed;opacity:0}#bp_container>*,#bp_loader{position:absolute;right:0;z-index:10}#bp_container,#bp_caption,#bp_container svg{pointer-events:none}#bp_container{top:0;z-index:9999;background:${v};opacity:0;transition:opacity .35s}#bp_loader{top:0;left:0;bottom:0;display:flex;align-items:center;cursor:wait;background:0;z-index:9}#bp_loader svg{width:50%;max-width:300px;max-height:50%;margin:auto;animation:bpturn 1s infinite linear}#bp_aud,#bp_container img,#bp_sv,#bp_vid{user-select:none;max-height:96%;max-width:96%;top:0;bottom:0;left:0;margin:auto;box-shadow:0 0 3em rgba(0,0,0,.4);z-index:-1}#bp_sv{background:#111}#bp_sv svg{width:66px}#bp_caption{font-size:.9em;padding:1.3em;background:rgba(15,15,15,.94);color:#fff;text-align:center;transition:opacity .3s}#bp_aud{width:650px;top:calc(50% - 20px);bottom:auto;box-shadow:none}#bp_count{left:0;right:auto;padding:14px;color:rgba(255,255,255,.7);font-size:22px;cursor:default}#bp_container button{position:absolute;border:0;outline:0;background:0;cursor:pointer;transition:all .1s}#bp_container>.bp-x{padding:0;height:41px;width:41px;border-radius:100%;top:8px;right:14px;opacity:.8;line-height:1}#bp_container>.bp-x:focus,#bp_container>.bp-x:hover{background:rgba(255,255,255,.2)}.bp-x svg,.bp-xc svg{height:21px;width:20px;fill:#fff;vertical-align:top;}.bp-xc svg{width:16px}#bp_container .bp-xc{left:2%;bottom:100%;padding:9px 20px 7px;background:#d04444;border-radius:2px 2px 0 0;opacity:.85}#bp_container .bp-xc:focus,#bp_container .bp-xc:hover{opacity:1}.bp-lr{top:50%;top:calc(50% - 130px);padding:99px 0;width:6%;background:0;border:0;opacity:.4;transition:opacity .1s}.bp-lr:focus,.bp-lr:hover{opacity:.8}@keyframes bpf{50%{transform:translatex(15px)}100%{transform:none}}@keyframes bpl{50%{transform:translatex(-15px)}100%{transform:none}}@keyframes bpfl{0%{opacity:0;transform:translatex(70px)}100%{opacity:1;transform:none}}@keyframes bpfr{0%{opacity:0;transform:translatex(-70px)}100%{opacity:1;transform:none}}@keyframes bpfol{0%{opacity:1;transform:none}100%{opacity:0;transform:translatex(-70px)}}@keyframes bpfor{0%{opacity:1;transform:none}100%{opacity:0;transform:translatex(70px)}}@keyframes bpturn{0%{transform:none}100%{transform:rotate(360deg)}}@media (max-width:600px){.bp-lr{font-size:15vw}}`,document.head[H](f),o=document[N]("DIV"),o.id="bp_container",o.onclick=K,p=a("bp-x"),o[H](p),"ontouchend"in window&&window.visualViewport&&(x=!0,o.ontouchstart=({touches:e,changedTouches:a})=>{n=e.length>1,t=a[0].pageX},o.ontouchend=({changedTouches:e})=>{if(B&&!n&&window.visualViewport.scale<=1){let n=e[0].pageX-t;n<-30&&j(1),n>30&&j(-1)}});s=document[N]("IMG"),l=document[N]("VIDEO"),l.id="bp_vid",l.setAttribute("playsinline",!0),l.controls=!0,l.loop=!0,c=document[N]("audio"),c.id="bp_aud",c.controls=!0,c.loop=!0,z=document[N]("span"),z.id="bp_count",_=document[N]("DIV"),_.id="bp_caption",M=a("bp-xc"),M.onclick=q.bind(null,!1),_[H](M),b=document[N]("SPAN"),_[H](b),o[H](_),A=h(1,"transform:scalex(-1)"),L=h(-1,"left:0;right:auto"),g=document[N]("DIV"),g.id="bp_loader",g.innerHTML='<svg viewbox="0 0 32 32" fill="#fff" opacity=".8"><path d="M16 0a16 16 0 0 0 0 32 16 16 0 0 0 0-32m0 4a12 12 0 0 1 0 24 12 12 0 0 1 0-24" fill="#000" opacity=".5"/><path d="M16 0a16 16 0 0 1 16 16h-4A12 12 0 0 0 16 4z"/></svg>',u=document[N]("DIV"),u.id="bp_sv",d=document[N]("IFRAME"),d.setAttribute("allowfullscreen",!0),d.allow="autoplay; fullscreen",d.onload=()=>u[R](g),Z(d,"border:0;position:absolute;height:100%;width:100%;left:0;top:0"),u[H](d),s.onload=J,s.onerror=J.bind(null,"image"),window.addEventListener("resize",(()=>{B||m&&W(!0),i===u&&U()})),document.addEventListener("keyup",(({keyCode:e})=>{27===e&&I&&K(),B&&(39===e&&j(1),37===e&&j(-1),38===e&&j(10),40===e&&j(-10))})),document.addEventListener("keydown",(e=>{B&&~[37,38,39,40].indexOf(e.keyCode)&&e.preventDefault()})),document.addEventListener("focus",(e=>{I&&!o.contains(e.target)&&(e.stopPropagation(),p.focus())}),!0),r=!0}(e),m&&(clearTimeout(v),Q()),D=e,f=e.ytSrc||e.vimeoSrc,w=e.animationStart,E=e.animationEnd,O=e.onChangeImage,a=e.el,T=!1,y=a.getAttribute("data-caption"),e.gallery?function(e,t){let n=D.galleryAttribute||"data-bp";if(Array.isArray(e))S=t||0,C=e,y=e[S].caption;else{C=[].slice.call("string"==typeof e?document.querySelectorAll(`${e} [${n}]`):e);const r=C.indexOf(a);S=0===t||t?t:-1!==r?r:0,C=C.map((e=>({el:e,src:e.getAttribute(n),caption:e.getAttribute("data-caption")})))}T=!0,h=C[S].src,!~P.indexOf(h)&&W(!0),C.length>1?(o[H](z),z.innerHTML=`${S+1}/${C.length}`,x||(o[H](A),o[H](L))):C=!1;i=s,i.src=h}(e.gallery,e.position):f||e.iframeSrc?(i=u,function(){let e;const t="https://",n="autoplay=1";D.ytSrc?e=`${t}www.youtube${D.ytNoCookie?"-nocookie":""}.com/embed/${f}?html5=1&rel=0&playsinline=1&${n}`:D.vimeoSrc?e=`${t}player.vimeo.com/video/${f}?${n}`:D.iframeSrc&&(e=D.iframeSrc);Z(g,""),u[H](g),d.src=e,U(),setTimeout(J,9)}()):e.imgSrc?(T=!0,h=e.imgSrc,!~P.indexOf(h)&&W(!0),i=s,i.src=h):e.audio?(W(!0),i=c,i.src=e.audio,G("audio file")):e.vidSrc?(W(!0),e.dimensions&&Z(l,`width:${e.dimensions[0]}px`),t=e.vidSrc,Array.isArray(t)?(i=l.cloneNode(),t.forEach((e=>{const t=document[N]("SOURCE");t.src=e,t.type=`video/${e.match(/.(\w+)$/)[1]}`,i[H](t)}))):(i=l,i.src=t),G("video")):(i=s,i.src="IMG"===a.tagName?a.src:window.getComputedStyle(a).backgroundImage.replace(/^url|[(|)|'|"]/g,"")),o[H](i),document.body[H](o),{close:K,opts:D,updateDimensions:U,display:i,next:()=>j(1),prev:()=>j(-1)}};function Y(){const{top:e,left:t,width:n,height:r}=a.getBoundingClientRect();return`transform:translate3D(${t-(o.clientWidth-n)/2}px, ${e-(o.clientHeight-r)/2}px, 0) scale3D(${a.clientWidth/i.clientWidth}, ${a.clientHeight/i.clientHeight}, 0)`}function j(e){const t=C.length-1;if(m)return;if(e>0&&S===t||e<0&&!S){if(!D.loop)return Z(s,""),void setTimeout(Z,9,s,`animation:${e>0?"bpl":"bpf"} .3s;transition:transform .35s`);S=e>0?-1:t+1}if(S=Math.max(0,Math.min(S+e,t)),[S-1,S,S+1].forEach((e=>{if(e=Math.max(0,Math.min(e,t)),F[e])return;const n=C[e].src,a=document[N]("IMG");a.addEventListener("load",X.bind(null,n)),a.src=n,F[e]=a})),F[S].complete)return $(e);m=!0,Z(g,"opacity:.4;"),o[H](g),F[S].onload=()=>{B&&$(e)},F[S].onerror=()=>{C[S]={error:"Error loading image"},B&&$(e)}}function $(e){m&&(o[R](g),m=!1);const t=C[S];if(t.error)alert(t.error);else{const n=o.querySelector("img:last-of-type");s=i=F[S],Z(s,`animation:${e>0?"bpfl":"bpfr"} .35s;transition:transform .35s`),Z(n,`animation:${e>0?"bpfol":"bpfor"} .35s both`),o[H](s),t.el&&(a=t.el)}z.innerHTML=`${S+1}/${C.length}`,q(C[S].caption),O&&O([s,C[S]])}function U(){let e,t;const n=.95*window.innerHeight,a=.95*window.innerWidth,r=n/a,[o,i]=D.dimensions||[1920,1080],s=i/o;s>r?(e=Math.min(i,n),t=e/s):(t=Math.min(o,a),e=t*s),u.style.cssText+=`width:${t}px;height:${e}px;`}function G(e){~[1,4].indexOf(i.readyState)?(J(),setTimeout((()=>{i.play()}),99)):i.error?J(e):v=setTimeout(G,35,e)}function W(e){D.noLoader||(e&&Z(g,`top:${a.offsetTop}px;left:${a.offsetLeft}px;height:${a.clientHeight}px;width:${a.clientWidth}px`),a.parentElement[e?H:R](g),m=e)}function q(e){e&&(b.innerHTML=e),Z(_,"opacity:"+(e?"1;pointer-events:auto":"0"))}function X(e){!~P.indexOf(e)&&P.push(e)}function J(e){if(m&&W(),w&&w(),"string"==typeof e)return Q(),D.onError?D.onError():alert(`Error: The requested ${e} could not be loaded.`);T&&X(h),i.style.cssText+=Y(),Z(o,"opacity:1;pointer-events:auto"),E&&(E=setTimeout(E,410)),I=!0,B=!!C,setTimeout((()=>{i.style.cssText+="transition:transform .35s;transform:none",y&&setTimeout(q,250,y)}),60)}function K(e){const t=e?e.target:o,n=[_,M,l,c,b,L,A,g];t.blur(),k||~n.indexOf(t)||(i.style.cssText+=Y(),Z(o,"pointer-events:auto"),setTimeout(Q,350),clearTimeout(E),I=!1,k=!0)}function Q(){if((i===u?d:i).removeAttribute("src"),document.body[R](o),o[R](i),Z(o,""),Z(i,""),q(!1),B){const e=o.querySelectorAll("img");for(let t=0;t<e.length;t++)o[R](e[t]);m&&o[R](g),o[R](z),B=C=!1,F={},x||o[R](A),x||o[R](L),s.onload=J,s.onerror=J.bind(null,"image")}D.onClose&&D.onClose(),k=m=!1}function Z({style:e},t){e.cssText=t}},41557:(e,t,n)=>{"use strict";n.r(t),n.d(t,{decode83:()=>r,encode83:()=>o});const a=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","#","$","%","*","+",",","-",".",":",";","=","?","@","[","]","^","_","{","|","}","~"],r=e=>{let t=0;for(let n=0;n<e.length;n++){const r=e[n];t=83*t+a.indexOf(r)}return t},o=(e,t)=>{var n="";for(let r=1;r<=t;r++){let o=Math.floor(e)/Math.pow(83,t-r)%83;n+=a[Math.floor(o)]}return n}},19634:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>u,isBlurhashValid:()=>s});var a=n(41557),r=n(53222),o=n(26126);const i=e=>{if(!e||e.length<6)throw new o.ValidationError("The blurhash string must be at least 6 characters");const t=(0,a.decode83)(e[0]),n=Math.floor(t/9)+1,r=t%9+1;if(e.length!==4+2*r*n)throw new o.ValidationError(`blurhash length mismatch: length is ${e.length} but it should be ${4+2*r*n}`)},s=e=>{try{i(e)}catch(e){return{result:!1,errorReason:e.message}}return{result:!0}},l=e=>{const t=e>>16,n=e>>8&255,a=255&e;return[(0,r.sRGBToLinear)(t),(0,r.sRGBToLinear)(n),(0,r.sRGBToLinear)(a)]},c=(e,t)=>{const n=Math.floor(e/361),a=Math.floor(e/19)%19,o=e%19;return[(0,r.signPow)((n-9)/9,2)*t,(0,r.signPow)((a-9)/9,2)*t,(0,r.signPow)((o-9)/9,2)*t]},u=(e,t,n,o)=>{i(e),o|=1;const s=(0,a.decode83)(e[0]),u=Math.floor(s/9)+1,d=s%9+1,h=((0,a.decode83)(e[1])+1)/166,p=new Array(d*u);for(let t=0;t<p.length;t++)if(0===t){const n=(0,a.decode83)(e.substring(2,6));p[t]=l(n)}else{const n=(0,a.decode83)(e.substring(4+2*t,6+2*t));p[t]=c(n,h*o)}const f=4*t,m=new Uint8ClampedArray(f*n);for(let e=0;e<n;e++)for(let a=0;a<t;a++){let o=0,i=0,s=0;for(let r=0;r<u;r++)for(let l=0;l<d;l++){const c=Math.cos(Math.PI*a*l/t)*Math.cos(Math.PI*e*r/n);let u=p[l+r*d];o+=u[0]*c,i+=u[1]*c,s+=u[2]*c}let l=(0,r.linearTosRGB)(o),c=(0,r.linearTosRGB)(i),h=(0,r.linearTosRGB)(s);m[4*a+0+e*f]=l,m[4*a+1+e*f]=c,m[4*a+2+e*f]=h,m[4*a+3+e*f]=255}return m}},5413:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var a=n(41557),r=n(53222),o=n(26126);const i=(e,t,n,a)=>{let o=0,i=0,s=0;const l=4*t;for(let c=0;c<t;c++)for(let t=0;t<n;t++){const n=a(c,t);o+=n*(0,r.sRGBToLinear)(e[4*c+0+t*l]),i+=n*(0,r.sRGBToLinear)(e[4*c+1+t*l]),s+=n*(0,r.sRGBToLinear)(e[4*c+2+t*l])}let c=1/(t*n);return[o*c,i*c,s*c]},s=(e,t,n,s,l)=>{if(s<1||s>9||l<1||l>9)throw new o.ValidationError("BlurHash must have between 1 and 9 components");if(t*n*4!==e.length)throw new o.ValidationError("Width and height must match the pixels array");let c=[];for(let a=0;a<l;a++)for(let r=0;r<s;r++){const o=0==r&&0==a?1:2,s=i(e,t,n,((e,i)=>o*Math.cos(Math.PI*r*e/t)*Math.cos(Math.PI*a*i/n)));c.push(s)}const u=c[0],d=c.slice(1);let h,p="",f=s-1+9*(l-1);if(p+=(0,a.encode83)(f,1),d.length>0){let e=Math.max(...d.map((e=>Math.max(...e)))),t=Math.floor(Math.max(0,Math.min(82,Math.floor(166*e-.5))));h=(t+1)/166,p+=(0,a.encode83)(t,1)}else h=1,p+=(0,a.encode83)(0,1);var m;return p+=(0,a.encode83)((m=u,((0,r.linearTosRGB)(m[0])<<16)+((0,r.linearTosRGB)(m[1])<<8)+(0,r.linearTosRGB)(m[2])),4),d.forEach((e=>{p+=(0,a.encode83)(((e,t)=>19*Math.floor(Math.max(0,Math.min(18,Math.floor(9*(0,r.signPow)(e[0]/t,.5)+9.5))))*19+19*Math.floor(Math.max(0,Math.min(18,Math.floor(9*(0,r.signPow)(e[1]/t,.5)+9.5))))+Math.floor(Math.max(0,Math.min(18,Math.floor(9*(0,r.signPow)(e[2]/t,.5)+9.5)))))(e,h),2)})),p}},26126:(e,t,n)=>{"use strict";n.r(t),n.d(t,{ValidationError:()=>a});class a extends Error{constructor(e){super(e),this.name="ValidationError",this.message=e}}},43985:(e,t,n)=>{"use strict";n.r(t),n.d(t,{decode:()=>a.default,encode:()=>r.default,isBlurhashValid:()=>a.isBlurhashValid});var a=n(19634),r=n(5413),o=n(26126),i={};for(const e in o)["default","decode","isBlurhashValid","encode"].indexOf(e)<0&&(i[e]=()=>o[e]);n.d(t,i)},53222:(e,t,n)=>{"use strict";n.r(t),n.d(t,{linearTosRGB:()=>r,sRGBToLinear:()=>a,sign:()=>o,signPow:()=>i});const a=e=>{let t=e/255;return t<=.04045?t/12.92:Math.pow((t+.055)/1.055,2.4)},r=e=>{let t=Math.max(0,Math.min(1,e));return t<=.0031308?Math.round(12.92*t*255+.5):Math.round(255*(1.055*Math.pow(t,1/2.4)-.055)+.5)},o=e=>e<0?-1:1,i=(e,t)=>o(e)*Math.pow(Math.abs(e),t)},77354:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BVConfigPlugin:()=>a});var a=(0,n(11638).pluginFactory)()},73106:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BAlert:()=>O,props:()=>E});var a,r=n(1915),o=n(94689),i=n(63294),s=n(12299),l=n(90494),c=n(26410),u=n(33284),d=n(54602),h=n(93954),p=n(67040),f=n(20451),m=n(18280),v=n(91451),g=n(17100);function _(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function b(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?_(Object(n),!0).forEach((function(t){y(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):_(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function y(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var M=(0,d.makeModelMixin)("show",{type:s.PROP_TYPE_BOOLEAN_NUMBER_STRING,defaultValue:!1}),I=M.mixin,B=M.props,k=M.prop,P=M.event,T=function(e){return""===e||(0,u.isBoolean)(e)?0:(e=(0,h.toInteger)(e,0))>0?e:0},w=function(e){return""===e||!0===e||!((0,h.toInteger)(e,0)<1)&&!!e},E=(0,f.makePropsConfigurable)((0,p.sortKeys)(b(b({},B),{},{dismissLabel:(0,f.makeProp)(s.PROP_TYPE_STRING,"Close"),dismissible:(0,f.makeProp)(s.PROP_TYPE_BOOLEAN,!1),fade:(0,f.makeProp)(s.PROP_TYPE_BOOLEAN,!1),variant:(0,f.makeProp)(s.PROP_TYPE_STRING,"info")})),o.NAME_ALERT),O=r.Vue.extend({name:o.NAME_ALERT,mixins:[I,m.normalizeSlotMixin],props:E,data:function(){return{countDown:0,localShow:w(this[k])}},watch:(a={},y(a,k,(function(e){this.countDown=T(e),this.localShow=w(e)})),y(a,"countDown",(function(e){var t=this;this.clearCountDownInterval();var n=this[k];(0,u.isNumeric)(n)&&(this.$emit(i.EVENT_NAME_DISMISS_COUNT_DOWN,e),n!==e&&this.$emit(P,e),e>0?(this.localShow=!0,this.$_countDownTimeout=setTimeout((function(){t.countDown--}),1e3)):this.$nextTick((function(){(0,c.requestAF)((function(){t.localShow=!1}))})))})),y(a,"localShow",(function(e){var t=this[k];e||!this.dismissible&&!(0,u.isNumeric)(t)||this.$emit(i.EVENT_NAME_DISMISSED),(0,u.isNumeric)(t)||t===e||this.$emit(P,e)})),a),created:function(){this.$_filterTimer=null;var e=this[k];this.countDown=T(e),this.localShow=w(e)},beforeDestroy:function(){this.clearCountDownInterval()},methods:{dismiss:function(){this.clearCountDownInterval(),this.countDown=0,this.localShow=!1},clearCountDownInterval:function(){clearTimeout(this.$_countDownTimeout),this.$_countDownTimeout=null}},render:function(e){var t=e();if(this.localShow){var n=this.dismissible,a=this.variant,o=e();n&&(o=e(v.BButtonClose,{attrs:{"aria-label":this.dismissLabel},on:{click:this.dismiss}},[this.normalizeSlot(l.SLOT_NAME_DISMISS)])),t=e("div",{staticClass:"alert",class:y({"alert-dismissible":n},"alert-".concat(a),a),attrs:{role:"alert","aria-live":"polite","aria-atomic":!0},key:this[r.COMPONENT_UID_KEY]},[o,this.normalizeSlot()])}return e(g.BVTransition,{props:{noFade:!this.fade}},[t])}})},45279:(e,t,n)=>{"use strict";n.r(t),n.d(t,{AlertPlugin:()=>r,BAlert:()=>a.BAlert});var a=n(73106),r=(0,n(11638).pluginFactory)({components:{BAlert:a.BAlert}})},98688:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BAspect:()=>m,props:()=>f});var a=n(1915),r=n(94689),o=n(12299),i=n(30824),s=n(21578),l=n(93954),c=n(20451),u=n(18280);function d(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==n)return;var a,r,o=[],i=!0,s=!1;try{for(n=n.call(e);!(i=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{i||null==n.return||n.return()}finally{if(s)throw r}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return h(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return h(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function h(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}var p="b-aspect",f=(0,c.makePropsConfigurable)({aspect:(0,c.makeProp)(o.PROP_TYPE_NUMBER_STRING,"1:1"),tag:(0,c.makeProp)(o.PROP_TYPE_STRING,"div")},r.NAME_ASPECT),m=a.Vue.extend({name:r.NAME_ASPECT,mixins:[u.normalizeSlotMixin],props:f,computed:{padding:function(){var e=this.aspect,t=1;if(i.RX_ASPECT.test(e)){var n=d(e.split(i.RX_ASPECT_SEPARATOR).map((function(e){return(0,l.toFloat)(e)||1})),2);t=n[0]/n[1]}else t=(0,l.toFloat)(e)||1;return"".concat(100/(0,s.mathAbs)(t),"%")}},render:function(e){var t=e("div",{staticClass:"".concat(p,"-sizer flex-grow-1"),style:{paddingBottom:this.padding,height:0}}),n=e("div",{staticClass:"".concat(p,"-content flex-grow-1 w-100 mw-100"),style:{marginLeft:"-100%"}},this.normalizeSlot());return e(this.tag,{staticClass:"".concat(p," d-flex")},[t,n])}})},74278:(e,t,n)=>{"use strict";n.r(t),n.d(t,{AspectPlugin:()=>r,BAspect:()=>a.BAspect});var a=n(98688),r=(0,n(11638).pluginFactory)({components:{BAspect:a.BAspect}})},74829:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BAvatarGroup:()=>h,props:()=>d});var a=n(1915),r=n(94689),o=n(12299),i=n(21578),s=n(93954),l=n(20451),c=n(18280),u=n(47389),d=(0,l.makePropsConfigurable)({overlap:(0,l.makeProp)(o.PROP_TYPE_NUMBER_STRING,.3),rounded:(0,l.makeProp)(o.PROP_TYPE_BOOLEAN_STRING,!1),size:(0,l.makeProp)(o.PROP_TYPE_STRING),square:(0,l.makeProp)(o.PROP_TYPE_BOOLEAN,!1),tag:(0,l.makeProp)(o.PROP_TYPE_STRING,"div"),variant:(0,l.makeProp)(o.PROP_TYPE_STRING)},r.NAME_AVATAR_GROUP),h=a.Vue.extend({name:r.NAME_AVATAR_GROUP,mixins:[c.normalizeSlotMixin],provide:function(){return{bvAvatarGroup:this}},props:d,computed:{computedSize:function(){return(0,u.computeSize)(this.size)},overlapScale:function(){return(0,i.mathMin)((0,i.mathMax)((0,s.toFloat)(this.overlap,0),0),1)/2},paddingStyle:function(){var e=this.computedSize;return(e=e?"calc(".concat(e," * ").concat(this.overlapScale,")"):null)?{paddingLeft:e,paddingRight:e}:{}}},render:function(e){var t=e("div",{staticClass:"b-avatar-group-inner",style:this.paddingStyle},this.normalizeSlot());return e(this.tag,{staticClass:"b-avatar-group",attrs:{role:"group"}},[t])}})},47389:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BAvatar:()=>T,computeSize:()=>B,props:()=>P});var a=n(1915),r=n(94689),o=n(63294),i=n(12299),s=n(90494),l=n(33284),c=n(93954),u=n(67040),d=n(20451),h=n(30488),p=n(18280),f=n(43022),m=n(7543),v=n(15193),g=n(67347);function _(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function b(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?_(Object(n),!0).forEach((function(t){y(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):_(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function y(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var M="b-avatar",I=["sm",null,"lg"],B=function(e){return e=(0,l.isString)(e)&&(0,l.isNumeric)(e)?(0,c.toFloat)(e,0):e,(0,l.isNumber)(e)?"".concat(e,"px"):e||null},k=(0,u.omit)(g.props,["active","event","routerTag"]),P=(0,d.makePropsConfigurable)((0,u.sortKeys)(b(b({},k),{},{alt:(0,d.makeProp)(i.PROP_TYPE_STRING,"avatar"),ariaLabel:(0,d.makeProp)(i.PROP_TYPE_STRING),badge:(0,d.makeProp)(i.PROP_TYPE_BOOLEAN_STRING,!1),badgeLeft:(0,d.makeProp)(i.PROP_TYPE_BOOLEAN,!1),badgeOffset:(0,d.makeProp)(i.PROP_TYPE_STRING),badgeTop:(0,d.makeProp)(i.PROP_TYPE_BOOLEAN,!1),badgeVariant:(0,d.makeProp)(i.PROP_TYPE_STRING,"primary"),button:(0,d.makeProp)(i.PROP_TYPE_BOOLEAN,!1),buttonType:(0,d.makeProp)(i.PROP_TYPE_STRING,"button"),icon:(0,d.makeProp)(i.PROP_TYPE_STRING),rounded:(0,d.makeProp)(i.PROP_TYPE_BOOLEAN_STRING,!1),size:(0,d.makeProp)(i.PROP_TYPE_NUMBER_STRING),square:(0,d.makeProp)(i.PROP_TYPE_BOOLEAN,!1),src:(0,d.makeProp)(i.PROP_TYPE_STRING),text:(0,d.makeProp)(i.PROP_TYPE_STRING),variant:(0,d.makeProp)(i.PROP_TYPE_STRING,"secondary")})),r.NAME_AVATAR),T=a.Vue.extend({name:r.NAME_AVATAR,mixins:[p.normalizeSlotMixin],inject:{bvAvatarGroup:{default:null}},props:P,data:function(){return{localSrc:this.src||null}},computed:{computedSize:function(){var e=this.bvAvatarGroup;return B(e?e.size:this.size)},computedVariant:function(){var e=this.bvAvatarGroup;return e&&e.variant?e.variant:this.variant},computedRounded:function(){var e=this.bvAvatarGroup,t=!(!e||!e.square)||this.square,n=e&&e.rounded?e.rounded:this.rounded;return t?"0":""===n||(n||"circle")},fontStyle:function(){var e=this.computedSize,t=-1===I.indexOf(e)?"calc(".concat(e," * ").concat(.4,")"):null;return t?{fontSize:t}:{}},marginStyle:function(){var e=this.computedSize,t=this.bvAvatarGroup,n=t?t.overlapScale:0,a=e&&n?"calc(".concat(e," * -").concat(n,")"):null;return a?{marginLeft:a,marginRight:a}:{}},badgeStyle:function(){var e=this.computedSize,t=this.badgeTop,n=this.badgeLeft,a=this.badgeOffset||"0px";return{fontSize:-1===I.indexOf(e)?"calc(".concat(e," * ").concat(.27999999999999997," )"):null,top:t?a:null,bottom:t?null:a,left:n?a:null,right:n?null:a}}},watch:{src:function(e,t){e!==t&&(this.localSrc=e||null)}},methods:{onImgError:function(e){this.localSrc=null,this.$emit(o.EVENT_NAME_IMG_ERROR,e)},onClick:function(e){this.$emit(o.EVENT_NAME_CLICK,e)}},render:function(e){var t,n=this.computedVariant,a=this.disabled,r=this.computedRounded,o=this.icon,i=this.localSrc,l=this.text,c=this.fontStyle,u=this.marginStyle,p=this.computedSize,_=this.button,B=this.buttonType,P=this.badge,T=this.badgeVariant,w=this.badgeStyle,E=!_&&(0,h.isLink)(this),O=_?v.BButton:E?g.BLink:"span",A=this.alt,L=this.ariaLabel||null,S=null;this.hasNormalizedSlot()?S=e("span",{staticClass:"b-avatar-custom"},[this.normalizeSlot()]):i?(S=e("img",{style:n?{}:{width:"100%",height:"100%"},attrs:{src:i,alt:A},on:{error:this.onImgError}}),S=e("span",{staticClass:"b-avatar-img"},[S])):S=o?e(f.BIcon,{props:{icon:o},attrs:{"aria-hidden":"true",alt:A}}):l?e("span",{staticClass:"b-avatar-text",style:c},[e("span",l)]):e(m.BIconPersonFill,{attrs:{"aria-hidden":"true",alt:A}});var C=e(),z=this.hasNormalizedSlot(s.SLOT_NAME_BADGE);if(P||""===P||z){var x=!0===P?"":P;C=e("span",{staticClass:"b-avatar-badge",class:y({},"badge-".concat(T),T),style:w},[z?this.normalizeSlot(s.SLOT_NAME_BADGE):x])}return e(O,{staticClass:M,class:(t={},y(t,"".concat(M,"-").concat(p),p&&-1!==I.indexOf(p)),y(t,"badge-".concat(n),!_&&n),y(t,"rounded",!0===r),y(t,"rounded-".concat(r),r&&!0!==r),y(t,"disabled",a),t),style:b(b({},u),{},{width:p,height:p}),attrs:{"aria-label":L||null},props:_?{variant:n,disabled:a,type:B}:E?(0,d.pluckProps)(k,this):{},on:_||E?{click:this.onClick}:{}},[S,C])}})},48391:(e,t,n)=>{"use strict";n.r(t),n.d(t,{AvatarPlugin:()=>o,BAvatar:()=>a.BAvatar,BAvatarGroup:()=>r.BAvatarGroup});var a=n(47389),r=n(74829),o=(0,n(11638).pluginFactory)({components:{BAvatar:a.BAvatar,BAvatarGroup:r.BAvatarGroup}})},26034:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BBadge:()=>m,props:()=>f});var a=n(1915),r=n(94689),o=n(12299),i=n(67040),s=n(20451),l=n(30488),c=n(67347);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){h(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p=(0,i.omit)(c.props,["event","routerTag"]);delete p.href.default,delete p.to.default;var f=(0,s.makePropsConfigurable)((0,i.sortKeys)(d(d({},p),{},{pill:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1),tag:(0,s.makeProp)(o.PROP_TYPE_STRING,"span"),variant:(0,s.makeProp)(o.PROP_TYPE_STRING,"secondary")})),r.NAME_BADGE),m=a.Vue.extend({name:r.NAME_BADGE,functional:!0,props:f,render:function(e,t){var n=t.props,r=t.data,o=t.children,i=n.active,u=n.disabled,d=(0,l.isLink)(n),h=d?c.BLink:n.tag,f=n.variant||"secondary";return e(h,(0,a.mergeData)(r,{staticClass:"badge",class:["badge-".concat(f),{"badge-pill":n.pill,active:i,disabled:u}],props:d?(0,s.pluckProps)(p,n):{}}),o)}})},32026:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BBadge:()=>a.BBadge,BadgePlugin:()=>r});var a=n(26034),r=(0,n(11638).pluginFactory)({components:{BBadge:a.BBadge}})},90854:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BBreadcrumbItem:()=>l,props:()=>s});var a=n(1915),r=n(94689),o=n(20451),i=n(89595),s=(0,o.makePropsConfigurable)(i.props,r.NAME_BREADCRUMB_ITEM),l=a.Vue.extend({name:r.NAME_BREADCRUMB_ITEM,functional:!0,props:s,render:function(e,t){var n=t.props,r=t.data,o=t.children;return e("li",(0,a.mergeData)(r,{staticClass:"breadcrumb-item",class:{active:n.active}}),[e(i.BBreadcrumbLink,{props:n},o)])}})},89595:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BBreadcrumbLink:()=>f,props:()=>p});var a=n(1915),r=n(94689),o=n(12299),i=n(18735),s=n(67040),l=n(20451),c=n(67347);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){h(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p=(0,l.makePropsConfigurable)((0,s.sortKeys)(d(d({},(0,s.omit)(c.props,["event","routerTag"])),{},{ariaCurrent:(0,l.makeProp)(o.PROP_TYPE_STRING,"location"),html:(0,l.makeProp)(o.PROP_TYPE_STRING),text:(0,l.makeProp)(o.PROP_TYPE_STRING)})),r.NAME_BREADCRUMB_LINK),f=a.Vue.extend({name:r.NAME_BREADCRUMB_LINK,functional:!0,props:p,render:function(e,t){var n=t.props,r=t.data,o=t.children,s=n.active,u=s?"span":c.BLink,d={attrs:{"aria-current":s?n.ariaCurrent:null},props:(0,l.pluckProps)(p,n)};return o||(d.domProps=(0,i.htmlOrText)(n.html,n.text)),e(u,(0,a.mergeData)(r,d),o)}})},74825:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BBreadcrumb:()=>f,props:()=>p});var a=n(1915),r=n(94689),o=n(12299),i=n(33284),s=n(20451),l=n(46595),c=n(90854);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){h(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p=(0,s.makePropsConfigurable)({items:(0,s.makeProp)(o.PROP_TYPE_ARRAY)},r.NAME_BREADCRUMB),f=a.Vue.extend({name:r.NAME_BREADCRUMB,functional:!0,props:p,render:function(e,t){var n=t.props,r=t.data,o=t.children,s=n.items,u=o;if((0,i.isArray)(s)){var h=!1;u=s.map((function(t,n){(0,i.isObject)(t)||(t={text:(0,l.toString)(t)});var a=t.active;return a&&(h=!0),a||h||(a=n+1===s.length),e(c.BBreadcrumbItem,{props:d(d({},t),{},{active:a})})}))}return e("ol",(0,a.mergeData)(r,{staticClass:"breadcrumb"}),u)}})},93575:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BBreadcrumb:()=>a.BBreadcrumb,BBreadcrumbItem:()=>r.BBreadcrumbItem,BBreadcrumbLink:()=>o.BBreadcrumbLink,BreadcrumbPlugin:()=>i});var a=n(74825),r=n(90854),o=n(89595),i=(0,n(11638).pluginFactory)({components:{BBreadcrumb:a.BBreadcrumb,BBreadcrumbItem:r.BBreadcrumbItem,BBreadcrumbLink:o.BBreadcrumbLink}})},45969:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BButtonGroup:()=>p,props:()=>h});var a=n(1915),r=n(94689),o=n(12299),i=n(67040),s=n(20451),l=n(15193);function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function u(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?c(Object(n),!0).forEach((function(t){d(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function d(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var h=(0,s.makePropsConfigurable)((0,i.sortKeys)(u(u({},(0,i.pick)(l.props,["size"])),{},{ariaRole:(0,s.makeProp)(o.PROP_TYPE_STRING,"group"),size:(0,s.makeProp)(o.PROP_TYPE_STRING),tag:(0,s.makeProp)(o.PROP_TYPE_STRING,"div"),vertical:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1)})),r.NAME_BUTTON_GROUP),p=a.Vue.extend({name:r.NAME_BUTTON_GROUP,functional:!0,props:h,render:function(e,t){var n=t.props,r=t.data,o=t.children;return e(n.tag,(0,a.mergeData)(r,{class:d({"btn-group":!n.vertical,"btn-group-vertical":n.vertical},"btn-group-".concat(n.size),n.size),attrs:{role:n.ariaRole}}),o)}})},47070:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BButtonGroup:()=>a.BButtonGroup,ButtonGroupPlugin:()=>r});var a=n(45969),r=(0,n(11638).pluginFactory)({components:{BButtonGroup:a.BButtonGroup,BBtnGroup:a.BButtonGroup}})},41984:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BButtonToolbar:()=>p,props:()=>h});var a=n(1915),r=n(94689),o=n(12299),i=n(63663),s=n(26410),l=n(28415),c=n(20451),u=n(18280),d=[".btn:not(.disabled):not([disabled]):not(.dropdown-item)",".form-control:not(.disabled):not([disabled])","select:not(.disabled):not([disabled])",'input[type="checkbox"]:not(.disabled)','input[type="radio"]:not(.disabled)'].join(","),h=(0,c.makePropsConfigurable)({justify:(0,c.makeProp)(o.PROP_TYPE_BOOLEAN,!1),keyNav:(0,c.makeProp)(o.PROP_TYPE_BOOLEAN,!1)},r.NAME_BUTTON_TOOLBAR),p=a.Vue.extend({name:r.NAME_BUTTON_TOOLBAR,mixins:[u.normalizeSlotMixin],props:h,mounted:function(){this.keyNav&&this.getItems()},methods:{getItems:function(){var e=(0,s.selectAll)(d,this.$el);return e.forEach((function(e){e.tabIndex=-1})),e.filter((function(e){return(0,s.isVisible)(e)}))},focusFirst:function(){var e=this.getItems();(0,s.attemptFocus)(e[0])},focusPrev:function(e){var t=this.getItems(),n=t.indexOf(e.target);n>-1&&(t=t.slice(0,n).reverse(),(0,s.attemptFocus)(t[0]))},focusNext:function(e){var t=this.getItems(),n=t.indexOf(e.target);n>-1&&(t=t.slice(n+1),(0,s.attemptFocus)(t[0]))},focusLast:function(){var e=this.getItems().reverse();(0,s.attemptFocus)(e[0])},onFocusin:function(e){var t=this.$el;e.target!==t||(0,s.contains)(t,e.relatedTarget)||((0,l.stopEvent)(e),this.focusFirst(e))},onKeydown:function(e){var t=e.keyCode,n=e.shiftKey;t===i.CODE_UP||t===i.CODE_LEFT?((0,l.stopEvent)(e),n?this.focusFirst(e):this.focusPrev(e)):t!==i.CODE_DOWN&&t!==i.CODE_RIGHT||((0,l.stopEvent)(e),n?this.focusLast(e):this.focusNext(e))}},render:function(e){var t=this.keyNav;return e("div",{staticClass:"btn-toolbar",class:{"justify-content-between":this.justify},attrs:{role:"toolbar",tabindex:t?"0":null},on:t?{focusin:this.onFocusin,keydown:this.onKeydown}:{}},[this.normalizeSlot()])}})},23059:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BButtonToolbar:()=>a.BButtonToolbar,ButtonToolbarPlugin:()=>r});var a=n(41984),r=(0,n(11638).pluginFactory)({components:{BButtonToolbar:a.BButtonToolbar,BBtnToolbar:a.BButtonToolbar}})},91451:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BButtonClose:()=>h,props:()=>d});var a=n(1915),r=n(94689),o=n(12299),i=n(90494),s=n(28415),l=n(33284),c=n(20451),u=n(72345);var d=(0,c.makePropsConfigurable)({ariaLabel:(0,c.makeProp)(o.PROP_TYPE_STRING,"Close"),content:(0,c.makeProp)(o.PROP_TYPE_STRING,"&times;"),disabled:(0,c.makeProp)(o.PROP_TYPE_BOOLEAN,!1),textVariant:(0,c.makeProp)(o.PROP_TYPE_STRING)},r.NAME_BUTTON_CLOSE),h=a.Vue.extend({name:r.NAME_BUTTON_CLOSE,functional:!0,props:d,render:function(e,t){var n,r,o,c=t.props,d=t.data,h=t.slots,p=t.scopedSlots,f=h(),m=p||{},v={staticClass:"close",class:(n={},r="text-".concat(c.textVariant),o=c.textVariant,r in n?Object.defineProperty(n,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[r]=o,n),attrs:{type:"button",disabled:c.disabled,"aria-label":c.ariaLabel?String(c.ariaLabel):null},on:{click:function(e){c.disabled&&(0,l.isEvent)(e)&&(0,s.stopEvent)(e)}}};return(0,u.hasNormalizedSlot)(i.SLOT_NAME_DEFAULT,m,f)||(v.domProps={innerHTML:c.content}),e("button",(0,a.mergeData)(d,v),(0,u.normalizeSlot)(i.SLOT_NAME_DEFAULT,{},m,f))}})},15193:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BButton:()=>E,props:()=>b});var a=n(1915),r=n(94689),o=n(63663),i=n(12299),s=n(11572),l=n(26410),c=n(28415),u=n(33284),d=n(67040),h=n(20451),p=n(30488),f=n(67347);function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function v(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?m(Object(n),!0).forEach((function(t){g(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function g(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var _=(0,d.omit)(f.props,["event","routerTag"]);delete _.href.default,delete _.to.default;var b=(0,h.makePropsConfigurable)((0,d.sortKeys)(v(v({},_),{},{block:(0,h.makeProp)(i.PROP_TYPE_BOOLEAN,!1),disabled:(0,h.makeProp)(i.PROP_TYPE_BOOLEAN,!1),pill:(0,h.makeProp)(i.PROP_TYPE_BOOLEAN,!1),pressed:(0,h.makeProp)(i.PROP_TYPE_BOOLEAN,null),size:(0,h.makeProp)(i.PROP_TYPE_STRING),squared:(0,h.makeProp)(i.PROP_TYPE_BOOLEAN,!1),tag:(0,h.makeProp)(i.PROP_TYPE_STRING,"button"),type:(0,h.makeProp)(i.PROP_TYPE_STRING,"button"),variant:(0,h.makeProp)(i.PROP_TYPE_STRING,"secondary")})),r.NAME_BUTTON),y=function(e){"focusin"===e.type?(0,l.addClass)(e.target,"focus"):"focusout"===e.type&&(0,l.removeClass)(e.target,"focus")},M=function(e){return(0,p.isLink)(e)||(0,l.isTag)(e.tag,"a")},I=function(e){return(0,u.isBoolean)(e.pressed)},B=function(e){return!(M(e)||e.tag&&!(0,l.isTag)(e.tag,"button"))},k=function(e){return!M(e)&&!B(e)},P=function(e){var t;return["btn-".concat(e.variant||"secondary"),(t={},g(t,"btn-".concat(e.size),e.size),g(t,"btn-block",e.block),g(t,"rounded-pill",e.pill),g(t,"rounded-0",e.squared&&!e.pill),g(t,"disabled",e.disabled),g(t,"active",e.pressed),t)]},T=function(e){return M(e)?(0,h.pluckProps)(_,e):{}},w=function(e,t){var n=B(e),a=M(e),r=I(e),o=k(e),i=a&&"#"===e.href,s=t.attrs&&t.attrs.role?t.attrs.role:null,l=t.attrs?t.attrs.tabindex:null;return(o||i)&&(l="0"),{type:n&&!a?e.type:null,disabled:n?e.disabled:null,role:o||i?"button":s,"aria-disabled":o?String(e.disabled):null,"aria-pressed":r?String(e.pressed):null,autocomplete:r?"off":null,tabindex:e.disabled&&!n?"-1":l}},E=a.Vue.extend({name:r.NAME_BUTTON,functional:!0,props:b,render:function(e,t){var n=t.props,r=t.data,i=t.listeners,l=t.children,d=I(n),h=M(n),p=k(n),m=h&&"#"===n.href,v={keydown:function(e){if(!n.disabled&&(p||m)){var t=e.keyCode;if(t===o.CODE_SPACE||t===o.CODE_ENTER&&p){var a=e.currentTarget||e.target;(0,c.stopEvent)(e,{propagation:!1}),a.click()}}},click:function(e){n.disabled&&(0,u.isEvent)(e)?(0,c.stopEvent)(e):d&&i&&i["update:pressed"]&&(0,s.concat)(i["update:pressed"]).forEach((function(e){(0,u.isFunction)(e)&&e(!n.pressed)}))}};d&&(v.focusin=y,v.focusout=y);var g={staticClass:"btn",class:P(n),props:T(n),attrs:w(n,r),on:v};return e(h?f.BLink:n.tag,(0,a.mergeData)(r,g),l)}})},1869:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BButton:()=>a.BButton,BButtonClose:()=>r.BButtonClose,ButtonPlugin:()=>o});var a=n(15193),r=n(91451),o=(0,n(11638).pluginFactory)({components:{BButton:a.BButton,BBtn:a.BButton,BButtonClose:r.BButtonClose,BBtnClose:r.BButtonClose}})},67065:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCalendar:()=>H,props:()=>F});var a,r=n(1915),o=n(94689),i=n(18413),s=n(63294),l=n(63663),c=n(12299),u=n(90494),d=n(11572),h=n(68001),p=n(26410),f=n(28415),m=n(68265),v=n(33284),g=n(9439),_=n(3058),b=n(21578),y=n(54602),M=n(93954),I=n(67040),B=n(20451),k=n(46595),P=n(28492),T=n(73727),w=n(18280),E=n(7543);function O(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function A(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?O(Object(n),!0).forEach((function(t){L(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):O(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function L(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var S=(0,y.makeModelMixin)("value",{type:c.PROP_TYPE_DATE_STRING}),C=S.mixin,z=S.props,x=S.prop,D=S.event,F=(0,B.makePropsConfigurable)((0,I.sortKeys)(A(A(A({},T.props),z),{},{ariaControls:(0,B.makeProp)(c.PROP_TYPE_STRING),block:(0,B.makeProp)(c.PROP_TYPE_BOOLEAN,!1),dateDisabledFn:(0,B.makeProp)(c.PROP_TYPE_FUNCTION),dateFormatOptions:(0,B.makeProp)(c.PROP_TYPE_OBJECT,{year:i.DATE_FORMAT_NUMERIC,month:i.CALENDAR_LONG,day:i.DATE_FORMAT_NUMERIC,weekday:i.CALENDAR_LONG}),dateInfoFn:(0,B.makeProp)(c.PROP_TYPE_FUNCTION),direction:(0,B.makeProp)(c.PROP_TYPE_STRING),disabled:(0,B.makeProp)(c.PROP_TYPE_BOOLEAN,!1),headerTag:(0,B.makeProp)(c.PROP_TYPE_STRING,"header"),hidden:(0,B.makeProp)(c.PROP_TYPE_BOOLEAN,!1),hideHeader:(0,B.makeProp)(c.PROP_TYPE_BOOLEAN,!1),initialDate:(0,B.makeProp)(c.PROP_TYPE_DATE_STRING),labelCalendar:(0,B.makeProp)(c.PROP_TYPE_STRING,"Calendar"),labelCurrentMonth:(0,B.makeProp)(c.PROP_TYPE_STRING,"Current month"),labelHelp:(0,B.makeProp)(c.PROP_TYPE_STRING,"Use cursor keys to navigate calendar dates"),labelNav:(0,B.makeProp)(c.PROP_TYPE_STRING,"Calendar navigation"),labelNextDecade:(0,B.makeProp)(c.PROP_TYPE_STRING,"Next decade"),labelNextMonth:(0,B.makeProp)(c.PROP_TYPE_STRING,"Next month"),labelNextYear:(0,B.makeProp)(c.PROP_TYPE_STRING,"Next year"),labelNoDateSelected:(0,B.makeProp)(c.PROP_TYPE_STRING,"No date selected"),labelPrevDecade:(0,B.makeProp)(c.PROP_TYPE_STRING,"Previous decade"),labelPrevMonth:(0,B.makeProp)(c.PROP_TYPE_STRING,"Previous month"),labelPrevYear:(0,B.makeProp)(c.PROP_TYPE_STRING,"Previous year"),labelSelected:(0,B.makeProp)(c.PROP_TYPE_STRING,"Selected date"),labelToday:(0,B.makeProp)(c.PROP_TYPE_STRING,"Today"),locale:(0,B.makeProp)(c.PROP_TYPE_ARRAY_STRING),max:(0,B.makeProp)(c.PROP_TYPE_DATE_STRING),min:(0,B.makeProp)(c.PROP_TYPE_DATE_STRING),navButtonVariant:(0,B.makeProp)(c.PROP_TYPE_STRING,"secondary"),noHighlightToday:(0,B.makeProp)(c.PROP_TYPE_BOOLEAN,!1),noKeyNav:(0,B.makeProp)(c.PROP_TYPE_BOOLEAN,!1),readonly:(0,B.makeProp)(c.PROP_TYPE_BOOLEAN,!1),roleDescription:(0,B.makeProp)(c.PROP_TYPE_STRING),selectedVariant:(0,B.makeProp)(c.PROP_TYPE_STRING,"primary"),showDecadeNav:(0,B.makeProp)(c.PROP_TYPE_BOOLEAN,!1),startWeekday:(0,B.makeProp)(c.PROP_TYPE_NUMBER_STRING,0),todayVariant:(0,B.makeProp)(c.PROP_TYPE_STRING),valueAsDate:(0,B.makeProp)(c.PROP_TYPE_BOOLEAN,!1),weekdayHeaderFormat:(0,B.makeProp)(c.PROP_TYPE_STRING,i.CALENDAR_SHORT,(function(e){return(0,d.arrayIncludes)([i.CALENDAR_LONG,i.CALENDAR_SHORT,i.CALENDAR_NARROW],e)})),width:(0,B.makeProp)(c.PROP_TYPE_STRING,"270px")})),o.NAME_CALENDAR),H=r.Vue.extend({name:o.NAME_CALENDAR,mixins:[P.attrsMixin,T.idMixin,C,w.normalizeSlotMixin],props:F,data:function(){var e=(0,h.formatYMD)(this[x])||"";return{selectedYMD:e,activeYMD:e||(0,h.formatYMD)((0,h.constrainDate)(this.initialDate||this.getToday()),this.min,this.max),gridHasFocus:!1,isLive:!1}},computed:{valueId:function(){return this.safeId()},widgetId:function(){return this.safeId("_calendar-wrapper_")},navId:function(){return this.safeId("_calendar-nav_")},gridId:function(){return this.safeId("_calendar-grid_")},gridCaptionId:function(){return this.safeId("_calendar-grid-caption_")},gridHelpId:function(){return this.safeId("_calendar-grid-help_")},activeId:function(){return this.activeYMD?this.safeId("_cell-".concat(this.activeYMD,"_")):null},selectedDate:function(){return(0,h.parseYMD)(this.selectedYMD)},activeDate:function(){return(0,h.parseYMD)(this.activeYMD)},computedMin:function(){return(0,h.parseYMD)(this.min)},computedMax:function(){return(0,h.parseYMD)(this.max)},computedWeekStarts:function(){return(0,b.mathMax)((0,M.toInteger)(this.startWeekday,0),0)%7},computedLocale:function(){return(0,h.resolveLocale)((0,d.concat)(this.locale).filter(m.identity),i.CALENDAR_GREGORY)},computedDateDisabledFn:function(){var e=this.dateDisabledFn;return(0,B.hasPropFunction)(e)?e:function(){return!1}},computedDateInfoFn:function(){var e=this.dateInfoFn;return(0,B.hasPropFunction)(e)?e:function(){return{}}},calendarLocale:function(){var e=new Intl.DateTimeFormat(this.computedLocale,{calendar:i.CALENDAR_GREGORY}),t=e.resolvedOptions().calendar,n=e.resolvedOptions().locale;return t!==i.CALENDAR_GREGORY&&(n=n.replace(/-u-.+$/i,"").concat("-u-ca-gregory")),n},calendarYear:function(){return this.activeDate.getFullYear()},calendarMonth:function(){return this.activeDate.getMonth()},calendarFirstDay:function(){return(0,h.createDate)(this.calendarYear,this.calendarMonth,1,12)},calendarDaysInMonth:function(){var e=(0,h.createDate)(this.calendarFirstDay);return e.setMonth(e.getMonth()+1,0),e.getDate()},computedVariant:function(){return"btn-".concat(this.selectedVariant||"primary")},computedTodayVariant:function(){return"btn-outline-".concat(this.todayVariant||this.selectedVariant||"primary")},computedNavButtonVariant:function(){return"btn-outline-".concat(this.navButtonVariant||"primary")},isRTL:function(){var e=(0,k.toString)(this.direction).toLowerCase();return"rtl"===e||"ltr"!==e&&(0,g.isLocaleRTL)(this.computedLocale)},context:function(){var e=this.selectedYMD,t=this.activeYMD,n=(0,h.parseYMD)(e),a=(0,h.parseYMD)(t);return{selectedYMD:e,selectedDate:n,selectedFormatted:n?this.formatDateString(n):this.labelNoDateSelected,activeYMD:t,activeDate:a,activeFormatted:a?this.formatDateString(a):"",disabled:this.dateDisabled(a),locale:this.computedLocale,calendarLocale:this.calendarLocale,rtl:this.isRTL}},dateOutOfRange:function(){var e=this.computedMin,t=this.computedMax;return function(n){return n=(0,h.parseYMD)(n),e&&n<e||t&&n>t}},dateDisabled:function(){var e=this,t=this.dateOutOfRange;return function(n){n=(0,h.parseYMD)(n);var a=(0,h.formatYMD)(n);return!(!t(n)&&!e.computedDateDisabledFn(a,n))}},formatDateString:function(){return(0,h.createDateFormatter)(this.calendarLocale,A(A({year:i.DATE_FORMAT_NUMERIC,month:i.DATE_FORMAT_2_DIGIT,day:i.DATE_FORMAT_2_DIGIT},this.dateFormatOptions),{},{hour:void 0,minute:void 0,second:void 0,calendar:i.CALENDAR_GREGORY}))},formatYearMonth:function(){return(0,h.createDateFormatter)(this.calendarLocale,{year:i.DATE_FORMAT_NUMERIC,month:i.CALENDAR_LONG,calendar:i.CALENDAR_GREGORY})},formatWeekdayName:function(){return(0,h.createDateFormatter)(this.calendarLocale,{weekday:i.CALENDAR_LONG,calendar:i.CALENDAR_GREGORY})},formatWeekdayNameShort:function(){return(0,h.createDateFormatter)(this.calendarLocale,{weekday:this.weekdayHeaderFormat||i.CALENDAR_SHORT,calendar:i.CALENDAR_GREGORY})},formatDay:function(){var e=new Intl.NumberFormat([this.computedLocale],{style:"decimal",minimumIntegerDigits:1,minimumFractionDigits:0,maximumFractionDigits:0,notation:"standard"});return function(t){return e.format(t.getDate())}},prevDecadeDisabled:function(){var e=this.computedMin;return this.disabled||e&&(0,h.lastDateOfMonth)((0,h.oneDecadeAgo)(this.activeDate))<e},prevYearDisabled:function(){var e=this.computedMin;return this.disabled||e&&(0,h.lastDateOfMonth)((0,h.oneYearAgo)(this.activeDate))<e},prevMonthDisabled:function(){var e=this.computedMin;return this.disabled||e&&(0,h.lastDateOfMonth)((0,h.oneMonthAgo)(this.activeDate))<e},thisMonthDisabled:function(){return this.disabled},nextMonthDisabled:function(){var e=this.computedMax;return this.disabled||e&&(0,h.firstDateOfMonth)((0,h.oneMonthAhead)(this.activeDate))>e},nextYearDisabled:function(){var e=this.computedMax;return this.disabled||e&&(0,h.firstDateOfMonth)((0,h.oneYearAhead)(this.activeDate))>e},nextDecadeDisabled:function(){var e=this.computedMax;return this.disabled||e&&(0,h.firstDateOfMonth)((0,h.oneDecadeAhead)(this.activeDate))>e},calendar:function(){for(var e=[],t=this.calendarFirstDay,n=t.getFullYear(),a=t.getMonth(),r=this.calendarDaysInMonth,o=t.getDay(),i=0-((this.computedWeekStarts>o?7:0)-this.computedWeekStarts)-o,s=0;s<6&&i<r;s++){e[s]=[];for(var l=0;l<7;l++){i++;var c=(0,h.createDate)(n,a,i),u=c.getMonth(),d=(0,h.formatYMD)(c),p=this.dateDisabled(c),f=this.computedDateInfoFn(d,(0,h.parseYMD)(d));f=(0,v.isString)(f)||(0,v.isArray)(f)?{class:f}:(0,v.isPlainObject)(f)?A({class:""},f):{class:""},e[s].push({ymd:d,day:this.formatDay(c),label:this.formatDateString(c),isThisMonth:u===a,isDisabled:p,info:f})}}return e},calendarHeadings:function(){var e=this;return this.calendar[0].map((function(t){return{text:e.formatWeekdayNameShort((0,h.parseYMD)(t.ymd)),label:e.formatWeekdayName((0,h.parseYMD)(t.ymd))}}))}},watch:(a={},L(a,x,(function(e,t){var n=(0,h.formatYMD)(e)||"",a=(0,h.formatYMD)(t)||"";(0,h.datesEqual)(n,a)||(this.activeYMD=n||this.activeYMD,this.selectedYMD=n)})),L(a,"selectedYMD",(function(e,t){e!==t&&this.$emit(D,this.valueAsDate?(0,h.parseYMD)(e)||null:e||"")})),L(a,"context",(function(e,t){(0,_.looseEqual)(e,t)||this.$emit(s.EVENT_NAME_CONTEXT,e)})),L(a,"hidden",(function(e){this.activeYMD=this.selectedYMD||(0,h.formatYMD)(this[x]||this.constrainDate(this.initialDate||this.getToday())),this.setLive(!e)})),a),created:function(){var e=this;this.$nextTick((function(){e.$emit(s.EVENT_NAME_CONTEXT,e.context)}))},mounted:function(){this.setLive(!0)},activated:function(){this.setLive(!0)},deactivated:function(){this.setLive(!1)},beforeDestroy:function(){this.setLive(!1)},methods:{focus:function(){this.disabled||(0,p.attemptFocus)(this.$refs.grid)},blur:function(){this.disabled||(0,p.attemptBlur)(this.$refs.grid)},setLive:function(e){var t=this;e?this.$nextTick((function(){(0,p.requestAF)((function(){t.isLive=!0}))})):this.isLive=!1},getToday:function(){return(0,h.parseYMD)((0,h.createDate)())},constrainDate:function(e){return(0,h.constrainDate)(e,this.computedMin,this.computedMax)},emitSelected:function(e){var t=this;this.$nextTick((function(){t.$emit(s.EVENT_NAME_SELECTED,(0,h.formatYMD)(e)||"",(0,h.parseYMD)(e)||null)}))},setGridFocusFlag:function(e){this.gridHasFocus=!this.disabled&&"focus"===e.type},onKeydownWrapper:function(e){if(!this.noKeyNav){var t=e.altKey,n=e.ctrlKey,a=e.keyCode;if((0,d.arrayIncludes)([l.CODE_PAGEUP,l.CODE_PAGEDOWN,l.CODE_END,l.CODE_HOME,l.CODE_LEFT,l.CODE_UP,l.CODE_RIGHT,l.CODE_DOWN],a)){(0,f.stopEvent)(e);var r=(0,h.createDate)(this.activeDate),o=(0,h.createDate)(this.activeDate),i=r.getDate(),s=this.constrainDate(this.getToday()),c=this.isRTL;a===l.CODE_PAGEUP?(r=(t?n?h.oneDecadeAgo:h.oneYearAgo:h.oneMonthAgo)(r),(o=(0,h.createDate)(r)).setDate(1)):a===l.CODE_PAGEDOWN?(r=(t?n?h.oneDecadeAhead:h.oneYearAhead:h.oneMonthAhead)(r),(o=(0,h.createDate)(r)).setMonth(o.getMonth()+1),o.setDate(0)):a===l.CODE_LEFT?(r.setDate(i+(c?1:-1)),o=r=this.constrainDate(r)):a===l.CODE_RIGHT?(r.setDate(i+(c?-1:1)),o=r=this.constrainDate(r)):a===l.CODE_UP?(r.setDate(i-7),o=r=this.constrainDate(r)):a===l.CODE_DOWN?(r.setDate(i+7),o=r=this.constrainDate(r)):a===l.CODE_HOME?o=r=s:a===l.CODE_END&&(o=r=(0,h.parseYMD)(this.selectedDate)||s),this.dateOutOfRange(o)||(0,h.datesEqual)(r,this.activeDate)||(this.activeYMD=(0,h.formatYMD)(r)),this.focus()}}},onKeydownGrid:function(e){var t=e.keyCode,n=this.activeDate;t!==l.CODE_ENTER&&t!==l.CODE_SPACE||((0,f.stopEvent)(e),this.disabled||this.readonly||this.dateDisabled(n)||(this.selectedYMD=(0,h.formatYMD)(n),this.emitSelected(n)),this.focus())},onClickDay:function(e){var t=this.selectedDate,n=this.activeDate,a=(0,h.parseYMD)(e.ymd);this.disabled||e.isDisabled||this.dateDisabled(a)||(this.readonly||(this.selectedYMD=(0,h.formatYMD)((0,h.datesEqual)(a,t)?t:a),this.emitSelected(a)),this.activeYMD=(0,h.formatYMD)((0,h.datesEqual)(a,n)?n:(0,h.createDate)(a)),this.focus())},gotoPrevDecade:function(){this.activeYMD=(0,h.formatYMD)(this.constrainDate((0,h.oneDecadeAgo)(this.activeDate)))},gotoPrevYear:function(){this.activeYMD=(0,h.formatYMD)(this.constrainDate((0,h.oneYearAgo)(this.activeDate)))},gotoPrevMonth:function(){this.activeYMD=(0,h.formatYMD)(this.constrainDate((0,h.oneMonthAgo)(this.activeDate)))},gotoCurrentMonth:function(){this.activeYMD=(0,h.formatYMD)(this.constrainDate(this.getToday()))},gotoNextMonth:function(){this.activeYMD=(0,h.formatYMD)(this.constrainDate((0,h.oneMonthAhead)(this.activeDate)))},gotoNextYear:function(){this.activeYMD=(0,h.formatYMD)(this.constrainDate((0,h.oneYearAhead)(this.activeDate)))},gotoNextDecade:function(){this.activeYMD=(0,h.formatYMD)(this.constrainDate((0,h.oneDecadeAhead)(this.activeDate)))},onHeaderClick:function(){this.disabled||(this.activeYMD=this.selectedYMD||(0,h.formatYMD)(this.getToday()),this.focus())}},render:function(e){var t=this;if(this.hidden)return e();var n=this.valueId,a=this.widgetId,r=this.navId,o=this.gridId,i=this.gridCaptionId,s=this.gridHelpId,l=this.activeId,c=this.disabled,d=this.noKeyNav,p=this.isLive,f=this.isRTL,v=this.activeYMD,g=this.selectedYMD,_=this.safeId,b=!this.showDecadeNav,y=(0,h.formatYMD)(this.getToday()),M=!this.noHighlightToday,I=e("output",{staticClass:"form-control form-control-sm text-center",class:{"text-muted":c,readonly:this.readonly||c},attrs:{id:n,for:o,role:"status",tabindex:c?null:"-1","data-selected":(0,k.toString)(g),"aria-live":p?"polite":"off","aria-atomic":p?"true":null},on:{click:this.onHeaderClick,focus:this.onHeaderClick}},this.selectedDate?[e("bdi",{staticClass:"sr-only"}," (".concat((0,k.toString)(this.labelSelected),") ")),e("bdi",this.formatDateString(this.selectedDate))]:this.labelNoDateSelected||" ");I=e(this.headerTag,{staticClass:"b-calendar-header",class:{"sr-only":this.hideHeader},attrs:{title:this.selectedDate&&this.labelSelectedDate||null}},[I]);var B={isRTL:f},P={shiftV:.5},T=A(A({},P),{},{flipH:f}),w=A(A({},P),{},{flipH:!f}),O=this.normalizeSlot(u.SLOT_NAME_NAV_PEV_DECADE,B)||e(E.BIconChevronBarLeft,{props:T}),S=this.normalizeSlot(u.SLOT_NAME_NAV_PEV_YEAR,B)||e(E.BIconChevronDoubleLeft,{props:T}),C=this.normalizeSlot(u.SLOT_NAME_NAV_PEV_MONTH,B)||e(E.BIconChevronLeft,{props:T}),z=this.normalizeSlot(u.SLOT_NAME_NAV_THIS_MONTH,B)||e(E.BIconCircleFill,{props:P}),x=this.normalizeSlot(u.SLOT_NAME_NAV_NEXT_MONTH,B)||e(E.BIconChevronLeft,{props:w}),D=this.normalizeSlot(u.SLOT_NAME_NAV_NEXT_YEAR,B)||e(E.BIconChevronDoubleLeft,{props:w}),F=this.normalizeSlot(u.SLOT_NAME_NAV_NEXT_DECADE,B)||e(E.BIconChevronBarLeft,{props:w}),H=function(n,a,r,o,i){return e("button",{staticClass:"btn btn-sm border-0 flex-fill",class:[t.computedNavButtonVariant,{disabled:o}],attrs:{title:a||null,type:"button",tabindex:d?"-1":null,"aria-label":a||null,"aria-disabled":o?"true":null,"aria-keyshortcuts":i||null},on:o?{}:{click:r}},[e("div",{attrs:{"aria-hidden":"true"}},[n])])},N=e("div",{staticClass:"b-calendar-nav d-flex",attrs:{id:r,role:"group",tabindex:d?"-1":null,"aria-hidden":c?"true":null,"aria-label":this.labelNav||null,"aria-controls":o}},[b?e():H(O,this.labelPrevDecade,this.gotoPrevDecade,this.prevDecadeDisabled,"Ctrl+Alt+PageDown"),H(S,this.labelPrevYear,this.gotoPrevYear,this.prevYearDisabled,"Alt+PageDown"),H(C,this.labelPrevMonth,this.gotoPrevMonth,this.prevMonthDisabled,"PageDown"),H(z,this.labelCurrentMonth,this.gotoCurrentMonth,this.thisMonthDisabled,"Home"),H(x,this.labelNextMonth,this.gotoNextMonth,this.nextMonthDisabled,"PageUp"),H(D,this.labelNextYear,this.gotoNextYear,this.nextYearDisabled,"Alt+PageUp"),b?e():H(F,this.labelNextDecade,this.gotoNextDecade,this.nextDecadeDisabled,"Ctrl+Alt+PageUp")]),R=e("div",{staticClass:"b-calendar-grid-caption text-center font-weight-bold",class:{"text-muted":c},attrs:{id:i,"aria-live":p?"polite":null,"aria-atomic":p?"true":null},key:"grid-caption"},this.formatYearMonth(this.calendarFirstDay)),V=e("div",{staticClass:"b-calendar-grid-weekdays row no-gutters border-bottom",attrs:{"aria-hidden":"true"}},this.calendarHeadings.map((function(t,n){return e("small",{staticClass:"col text-truncate",class:{"text-muted":c},attrs:{title:t.label===t.text?null:t.label,"aria-label":t.label},key:n},t.text)}))),Y=this.calendar.map((function(n){var a=n.map((function(n,a){var r,o=n.ymd===g,i=n.ymd===v,s=n.ymd===y,l=_("_cell-".concat(n.ymd,"_")),u=e("span",{staticClass:"btn border-0 rounded-circle text-nowrap",class:(r={focus:i&&t.gridHasFocus,disabled:n.isDisabled||c,active:o},L(r,t.computedVariant,o),L(r,t.computedTodayVariant,s&&M&&!o&&n.isThisMonth),L(r,"btn-outline-light",!(s&&M||o||i)),L(r,"btn-light",!(s&&M)&&!o&&i),L(r,"text-muted",!n.isThisMonth&&!o),L(r,"text-dark",!(s&&M)&&!o&&!i&&n.isThisMonth),L(r,"font-weight-bold",(o||n.isThisMonth)&&!n.isDisabled),r),on:{click:function(){return t.onClickDay(n)}}},n.day);return e("div",{staticClass:"col p-0",class:n.isDisabled?"bg-light":n.info.class||"",attrs:{id:l,role:"button","data-date":n.ymd,"aria-hidden":n.isThisMonth?null:"true","aria-disabled":n.isDisabled||c?"true":null,"aria-label":[n.label,o?"(".concat(t.labelSelected,")"):null,s?"(".concat(t.labelToday,")"):null].filter(m.identity).join(" "),"aria-selected":o?"true":null,"aria-current":o?"date":null},key:a},[u])}));return e("div",{staticClass:"row no-gutters",key:n[0].ymd},a)}));Y=e("div",{staticClass:"b-calendar-grid-body",style:c?{pointerEvents:"none"}:{}},Y);var j=e("div",{staticClass:"b-calendar-grid-help border-top small text-muted text-center bg-light",attrs:{id:s}},[e("div",{staticClass:"small"},this.labelHelp)]),$=e("div",{staticClass:"b-calendar-grid form-control h-auto text-center",attrs:{id:o,role:"application",tabindex:d?"-1":c?null:"0","data-month":v.slice(0,-3),"aria-roledescription":this.labelCalendar||null,"aria-labelledby":i,"aria-describedby":s,"aria-disabled":c?"true":null,"aria-activedescendant":l},on:{keydown:this.onKeydownGrid,focus:this.setGridFocusFlag,blur:this.setGridFocusFlag},ref:"grid"},[R,V,Y,j]),U=this.normalizeSlot();U=U?e("footer",{staticClass:"b-calendar-footer"},U):e();var G=e("div",{staticClass:"b-calendar-inner",style:this.block?{}:{width:this.width},attrs:{id:a,dir:f?"rtl":"ltr",lang:this.computedLocale||null,role:"group","aria-disabled":c?"true":null,"aria-controls":this.ariaControls||null,"aria-roledescription":this.roleDescription||null,"aria-describedby":[this.bvAttrs["aria-describedby"],n,s].filter(m.identity).join(" ")},on:{keydown:this.onKeydownWrapper}},[I,N,$,U]);return e("div",{staticClass:"b-calendar",class:{"d-block":this.block}},[G])}})},75360:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCalendar:()=>a.BCalendar,CalendarPlugin:()=>r});var a=n(67065),r=(0,n(11638).pluginFactory)({components:{BCalendar:a.BCalendar}})},19279:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCardBody:()=>m,props:()=>f});var a=n(1915),r=n(94689),o=n(12299),i=n(67040),s=n(20451),l=n(38881),c=n(49379),u=n(49034);function d(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function h(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?d(Object(n),!0).forEach((function(t){p(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function p(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var f=(0,s.makePropsConfigurable)((0,i.sortKeys)(h(h(h(h({},c.props),u.props),(0,s.copyProps)(l.props,s.prefixPropName.bind(null,"body"))),{},{bodyClass:(0,s.makeProp)(o.PROP_TYPE_ARRAY_OBJECT_STRING),overlay:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1)})),r.NAME_CARD_BODY),m=a.Vue.extend({name:r.NAME_CARD_BODY,functional:!0,props:f,render:function(e,t){var n,r=t.props,o=t.data,i=t.children,l=r.bodyBgVariant,d=r.bodyBorderVariant,h=r.bodyTextVariant,f=e();r.title&&(f=e(c.BCardTitle,{props:(0,s.pluckProps)(c.props,r)}));var m=e();return r.subTitle&&(m=e(u.BCardSubTitle,{props:(0,s.pluckProps)(u.props,r),class:["mb-2"]})),e(r.bodyTag,(0,a.mergeData)(o,{staticClass:"card-body",class:[(n={"card-img-overlay":r.overlay},p(n,"bg-".concat(l),l),p(n,"border-".concat(d),d),p(n,"text-".concat(h),h),n),r.bodyClass]}),[f,m,i])}})},37674:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCardFooter:()=>f,props:()=>p});var a=n(1915),r=n(94689),o=n(12299),i=n(18735),s=n(67040),l=n(20451),c=n(38881);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){h(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p=(0,l.makePropsConfigurable)((0,s.sortKeys)(d(d({},(0,l.copyProps)(c.props,l.prefixPropName.bind(null,"footer"))),{},{footer:(0,l.makeProp)(o.PROP_TYPE_STRING),footerClass:(0,l.makeProp)(o.PROP_TYPE_ARRAY_OBJECT_STRING),footerHtml:(0,l.makeProp)(o.PROP_TYPE_STRING)})),r.NAME_CARD_FOOTER),f=a.Vue.extend({name:r.NAME_CARD_FOOTER,functional:!0,props:p,render:function(e,t){var n,r=t.props,o=t.data,s=t.children,l=r.footerBgVariant,c=r.footerBorderVariant,u=r.footerTextVariant;return e(r.footerTag,(0,a.mergeData)(o,{staticClass:"card-footer",class:[r.footerClass,(n={},h(n,"bg-".concat(l),l),h(n,"border-".concat(c),c),h(n,"text-".concat(u),u),n)],domProps:s?{}:(0,i.htmlOrText)(r.footerHtml,r.footer)}),s)}})},97794:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCardGroup:()=>l,props:()=>s});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=(0,i.makePropsConfigurable)({columns:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),deck:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),tag:(0,i.makeProp)(o.PROP_TYPE_STRING,"div")},r.NAME_CARD_GROUP),l=a.Vue.extend({name:r.NAME_CARD_GROUP,functional:!0,props:s,render:function(e,t){var n=t.props,r=t.data,o=t.children;return e(n.tag,(0,a.mergeData)(r,{class:n.deck?"card-deck":n.columns?"card-columns":"card-group"}),o)}})},87047:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCardHeader:()=>f,props:()=>p});var a=n(1915),r=n(94689),o=n(12299),i=n(18735),s=n(67040),l=n(20451),c=n(38881);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){h(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p=(0,l.makePropsConfigurable)((0,s.sortKeys)(d(d({},(0,l.copyProps)(c.props,l.prefixPropName.bind(null,"header"))),{},{header:(0,l.makeProp)(o.PROP_TYPE_STRING),headerClass:(0,l.makeProp)(o.PROP_TYPE_ARRAY_OBJECT_STRING),headerHtml:(0,l.makeProp)(o.PROP_TYPE_STRING)})),r.NAME_CARD_HEADER),f=a.Vue.extend({name:r.NAME_CARD_HEADER,functional:!0,props:p,render:function(e,t){var n,r=t.props,o=t.data,s=t.children,l=r.headerBgVariant,c=r.headerBorderVariant,u=r.headerTextVariant;return e(r.headerTag,(0,a.mergeData)(o,{staticClass:"card-header",class:[r.headerClass,(n={},h(n,"bg-".concat(l),l),h(n,"border-".concat(c),c),h(n,"text-".concat(u),u),n)],domProps:s?{}:(0,i.htmlOrText)(r.headerHtml,r.header)}),s)}})},19546:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCardImgLazy:()=>f,props:()=>p});var a=n(1915),r=n(94689),o=n(67040),i=n(20451),s=n(98156),l=n(78130),c=n(13481);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){h(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p=(0,i.makePropsConfigurable)((0,o.sortKeys)(d(d({},(0,o.omit)(l.props,(0,o.keys)(s.props))),(0,o.omit)(c.props,["src","alt","width","height"]))),r.NAME_CARD_IMG_LAZY),f=a.Vue.extend({name:r.NAME_CARD_IMG_LAZY,functional:!0,props:p,render:function(e,t){var n=t.props,r=t.data,i="card-img";return n.top?i+="-top":n.right||n.end?i+="-right":n.bottom?i+="-bottom":(n.left||n.start)&&(i+="-left"),e(l.BImgLazy,(0,a.mergeData)(r,{class:[i],props:(0,o.omit)(n,["left","right"])}))}})},13481:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCardImg:()=>p,props:()=>h});var a=n(1915),r=n(94689),o=n(12299),i=n(67040),s=n(20451),l=n(98156);function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function u(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?c(Object(n),!0).forEach((function(t){d(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function d(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var h=(0,s.makePropsConfigurable)((0,i.sortKeys)(u(u({},(0,i.pick)(l.props,["src","alt","width","height","left","right"])),{},{bottom:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1),end:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1),start:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1),top:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1)})),r.NAME_CARD_IMG),p=a.Vue.extend({name:r.NAME_CARD_IMG,functional:!0,props:h,render:function(e,t){var n=t.props,r=t.data,o=n.src,i=n.alt,s=n.width,l=n.height,c="card-img";return n.top?c+="-top":n.right||n.end?c+="-right":n.bottom?c+="-bottom":(n.left||n.start)&&(c+="-left"),e("img",(0,a.mergeData)(r,{class:c,attrs:{src:o,alt:i,width:s,height:l}}))}})},49034:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCardSubTitle:()=>c,props:()=>l});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=n(46595),l=(0,i.makePropsConfigurable)({subTitle:(0,i.makeProp)(o.PROP_TYPE_STRING),subTitleTag:(0,i.makeProp)(o.PROP_TYPE_STRING,"h6"),subTitleTextVariant:(0,i.makeProp)(o.PROP_TYPE_STRING,"muted")},r.NAME_CARD_SUB_TITLE),c=a.Vue.extend({name:r.NAME_CARD_SUB_TITLE,functional:!0,props:l,render:function(e,t){var n=t.props,r=t.data,o=t.children;return e(n.subTitleTag,(0,a.mergeData)(r,{staticClass:"card-subtitle",class:[n.subTitleTextVariant?"text-".concat(n.subTitleTextVariant):null]}),o||(0,s.toString)(n.subTitle))}})},64206:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCardText:()=>l,props:()=>s});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=(0,i.makePropsConfigurable)({textTag:(0,i.makeProp)(o.PROP_TYPE_STRING,"p")},r.NAME_CARD_TEXT),l=a.Vue.extend({name:r.NAME_CARD_TEXT,functional:!0,props:s,render:function(e,t){var n=t.props,r=t.data,o=t.children;return e(n.textTag,(0,a.mergeData)(r,{staticClass:"card-text"}),o)}})},49379:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCardTitle:()=>c,props:()=>l});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=n(46595),l=(0,i.makePropsConfigurable)({title:(0,i.makeProp)(o.PROP_TYPE_STRING),titleTag:(0,i.makeProp)(o.PROP_TYPE_STRING,"h4")},r.NAME_CARD_TITLE),c=a.Vue.extend({name:r.NAME_CARD_TITLE,functional:!0,props:l,render:function(e,t){var n=t.props,r=t.data,o=t.children;return e(n.titleTag,(0,a.mergeData)(r,{staticClass:"card-title"}),o||(0,s.toString)(n.title))}})},86855:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCard:()=>M,props:()=>y});var a=n(1915),r=n(94689),o=n(12299),i=n(90494),s=n(18735),l=n(72345),c=n(67040),u=n(20451),d=n(38881),h=n(19279),p=n(87047),f=n(37674),m=n(13481);function v(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function g(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?v(Object(n),!0).forEach((function(t){_(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):v(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function _(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var b=(0,u.copyProps)(m.props,u.prefixPropName.bind(null,"img"));b.imgSrc.required=!1;var y=(0,u.makePropsConfigurable)((0,c.sortKeys)(g(g(g(g(g(g({},h.props),p.props),f.props),b),d.props),{},{align:(0,u.makeProp)(o.PROP_TYPE_STRING),noBody:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,!1)})),r.NAME_CARD),M=a.Vue.extend({name:r.NAME_CARD,functional:!0,props:y,render:function(e,t){var n,r=t.props,o=t.data,c=t.slots,d=t.scopedSlots,v=r.imgSrc,g=r.imgLeft,y=r.imgRight,M=r.imgStart,I=r.imgEnd,B=r.imgBottom,k=r.header,P=r.headerHtml,T=r.footer,w=r.footerHtml,E=r.align,O=r.textVariant,A=r.bgVariant,L=r.borderVariant,S=d||{},C=c(),z={},x=e(),D=e();if(v){var F=e(m.BCardImg,{props:(0,u.pluckProps)(b,r,u.unprefixPropName.bind(null,"img"))});B?D=F:x=F}var H=e(),N=(0,l.hasNormalizedSlot)(i.SLOT_NAME_HEADER,S,C);(N||k||P)&&(H=e(p.BCardHeader,{props:(0,u.pluckProps)(p.props,r),domProps:N?{}:(0,s.htmlOrText)(P,k)},(0,l.normalizeSlot)(i.SLOT_NAME_HEADER,z,S,C)));var R=(0,l.normalizeSlot)(i.SLOT_NAME_DEFAULT,z,S,C);r.noBody||(R=e(h.BCardBody,{props:(0,u.pluckProps)(h.props,r)},R),r.overlay&&v&&(R=e("div",{staticClass:"position-relative"},[x,R,D]),x=e(),D=e()));var V=e();return((0,l.hasNormalizedSlot)(i.SLOT_NAME_FOOTER,S,C)||T||w)&&(V=e(f.BCardFooter,{props:(0,u.pluckProps)(f.props,r),domProps:N?{}:(0,s.htmlOrText)(w,T)},(0,l.normalizeSlot)(i.SLOT_NAME_FOOTER,z,S,C))),e(r.tag,(0,a.mergeData)(o,{staticClass:"card",class:(n={"flex-row":g||M,"flex-row-reverse":(y||I)&&!(g||M)},_(n,"text-".concat(E),E),_(n,"bg-".concat(A),A),_(n,"border-".concat(L),L),_(n,"text-".concat(O),O),n)}),[x,H,R,V,D])}})},51684:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCard:()=>a.BCard,BCardBody:()=>o.BCardBody,BCardFooter:()=>l.BCardFooter,BCardGroup:()=>h.BCardGroup,BCardHeader:()=>r.BCardHeader,BCardImg:()=>c.BCardImg,BCardImgLazy:()=>u.BCardImgLazy,BCardSubTitle:()=>s.BCardSubTitle,BCardText:()=>d.BCardText,BCardTitle:()=>i.BCardTitle,CardPlugin:()=>p});var a=n(86855),r=n(87047),o=n(19279),i=n(49379),s=n(49034),l=n(37674),c=n(13481),u=n(19546),d=n(64206),h=n(97794),p=(0,n(11638).pluginFactory)({components:{BCard:a.BCard,BCardHeader:r.BCardHeader,BCardBody:o.BCardBody,BCardTitle:i.BCardTitle,BCardSubTitle:s.BCardSubTitle,BCardFooter:l.BCardFooter,BCardImg:c.BCardImg,BCardImgLazy:u.BCardImgLazy,BCardText:d.BCardText,BCardGroup:h.BCardGroup}})},25835:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCarouselSlide:()=>M,props:()=>y});var a=n(1915),r=n(94689),o=n(43935),i=n(12299),s=n(90494),l=n(28415),c=n(18735),u=n(68265),d=n(67040),h=n(20451),p=n(73727),f=n(18280),m=n(98156);function v(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function g(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?v(Object(n),!0).forEach((function(t){_(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):v(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function _(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var b={imgAlt:(0,h.makeProp)(i.PROP_TYPE_STRING),imgBlank:(0,h.makeProp)(i.PROP_TYPE_BOOLEAN,!1),imgBlankColor:(0,h.makeProp)(i.PROP_TYPE_STRING,"transparent"),imgHeight:(0,h.makeProp)(i.PROP_TYPE_NUMBER_STRING),imgSrc:(0,h.makeProp)(i.PROP_TYPE_STRING),imgWidth:(0,h.makeProp)(i.PROP_TYPE_NUMBER_STRING)},y=(0,h.makePropsConfigurable)((0,d.sortKeys)(g(g(g({},p.props),b),{},{background:(0,h.makeProp)(i.PROP_TYPE_STRING),caption:(0,h.makeProp)(i.PROP_TYPE_STRING),captionHtml:(0,h.makeProp)(i.PROP_TYPE_STRING),captionTag:(0,h.makeProp)(i.PROP_TYPE_STRING,"h3"),contentTag:(0,h.makeProp)(i.PROP_TYPE_STRING,"div"),contentVisibleUp:(0,h.makeProp)(i.PROP_TYPE_STRING),text:(0,h.makeProp)(i.PROP_TYPE_STRING),textHtml:(0,h.makeProp)(i.PROP_TYPE_STRING),textTag:(0,h.makeProp)(i.PROP_TYPE_STRING,"p")})),r.NAME_CAROUSEL_SLIDE),M=a.Vue.extend({name:r.NAME_CAROUSEL_SLIDE,mixins:[p.idMixin,f.normalizeSlotMixin],inject:{bvCarousel:{default:function(){return{noTouch:!0}}}},props:y,computed:{contentClasses:function(){return[this.contentVisibleUp?"d-none":"",this.contentVisibleUp?"d-".concat(this.contentVisibleUp,"-block"):""]},computedWidth:function(){return this.imgWidth||this.bvCarousel.imgWidth||null},computedHeight:function(){return this.imgHeight||this.bvCarousel.imgHeight||null}},render:function(e){var t=this.normalizeSlot(s.SLOT_NAME_IMG);if(!t&&(this.imgSrc||this.imgBlank)){var n={};!this.bvCarousel.noTouch&&o.HAS_TOUCH_SUPPORT&&(n.dragstart=function(e){return(0,l.stopEvent)(e,{propagation:!1})}),t=e(m.BImg,{props:g(g({},(0,h.pluckProps)(b,this.$props,h.unprefixPropName.bind(null,"img"))),{},{width:this.computedWidth,height:this.computedHeight,fluidGrow:!0,block:!0}),on:n})}var a=[!(!this.caption&&!this.captionHtml)&&e(this.captionTag,{domProps:(0,c.htmlOrText)(this.captionHtml,this.caption)}),!(!this.text&&!this.textHtml)&&e(this.textTag,{domProps:(0,c.htmlOrText)(this.textHtml,this.text)}),this.normalizeSlot()||!1],r=e();return a.some(u.identity)&&(r=e(this.contentTag,{staticClass:"carousel-caption",class:this.contentClasses},a.map((function(t){return t||e()})))),e("div",{staticClass:"carousel-item",style:{background:this.background||this.bvCarousel.background||null},attrs:{id:this.safeId(),role:"listitem"}},[t,r])}})},37072:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCarousel:()=>z,props:()=>C});var a,r=n(1915),o=n(94689),i=n(43935),s=n(63294),l=n(63663),c=n(12299),u=n(26410),d=n(28415),h=n(33284),p=n(21578),f=n(54602),m=n(93954),v=n(84941),g=n(67040),_=n(63078),b=n(20451),y=n(73727),M=n(18280);function I(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function B(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?I(Object(n),!0).forEach((function(t){k(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):I(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function k(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var P=(0,f.makeModelMixin)("value",{type:c.PROP_TYPE_NUMBER,defaultValue:0}),T=P.mixin,w=P.props,E=P.prop,O=P.event,A={next:{dirClass:"carousel-item-left",overlayClass:"carousel-item-next"},prev:{dirClass:"carousel-item-right",overlayClass:"carousel-item-prev"}},L={TOUCH:"touch",PEN:"pen"},S={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"otransitionend oTransitionEnd",transition:"transitionend"},C=(0,b.makePropsConfigurable)((0,g.sortKeys)(B(B(B({},y.props),w),{},{background:(0,b.makeProp)(c.PROP_TYPE_STRING),controls:(0,b.makeProp)(c.PROP_TYPE_BOOLEAN,!1),fade:(0,b.makeProp)(c.PROP_TYPE_BOOLEAN,!1),imgHeight:(0,b.makeProp)(c.PROP_TYPE_NUMBER_STRING),imgWidth:(0,b.makeProp)(c.PROP_TYPE_NUMBER_STRING),indicators:(0,b.makeProp)(c.PROP_TYPE_BOOLEAN,!1),interval:(0,b.makeProp)(c.PROP_TYPE_NUMBER,5e3),labelGotoSlide:(0,b.makeProp)(c.PROP_TYPE_STRING,"Goto slide"),labelIndicators:(0,b.makeProp)(c.PROP_TYPE_STRING,"Select a slide to display"),labelNext:(0,b.makeProp)(c.PROP_TYPE_STRING,"Next slide"),labelPrev:(0,b.makeProp)(c.PROP_TYPE_STRING,"Previous slide"),noAnimation:(0,b.makeProp)(c.PROP_TYPE_BOOLEAN,!1),noHoverPause:(0,b.makeProp)(c.PROP_TYPE_BOOLEAN,!1),noTouch:(0,b.makeProp)(c.PROP_TYPE_BOOLEAN,!1),noWrap:(0,b.makeProp)(c.PROP_TYPE_BOOLEAN,!1)})),o.NAME_CAROUSEL),z=r.Vue.extend({name:o.NAME_CAROUSEL,mixins:[y.idMixin,T,M.normalizeSlotMixin],provide:function(){return{bvCarousel:this}},props:C,data:function(){return{index:this[E]||0,isSliding:!1,transitionEndEvent:null,slides:[],direction:null,isPaused:!((0,m.toInteger)(this.interval,0)>0),touchStartX:0,touchDeltaX:0}},computed:{numSlides:function(){return this.slides.length}},watch:(a={},k(a,E,(function(e,t){e!==t&&this.setSlide((0,m.toInteger)(e,0))})),k(a,"interval",(function(e,t){e!==t&&(e?(this.pause(!0),this.start(!1)):this.pause(!1))})),k(a,"isPaused",(function(e,t){e!==t&&this.$emit(e?s.EVENT_NAME_PAUSED:s.EVENT_NAME_UNPAUSED)})),k(a,"index",(function(e,t){e===t||this.isSliding||this.doSlide(e,t)})),a),created:function(){this.$_interval=null,this.$_animationTimeout=null,this.$_touchTimeout=null,this.$_observer=null,this.isPaused=!((0,m.toInteger)(this.interval,0)>0)},mounted:function(){this.transitionEndEvent=function(e){for(var t in S)if(!(0,h.isUndefined)(e.style[t]))return S[t];return null}(this.$el)||null,this.updateSlides(),this.setObserver(!0)},beforeDestroy:function(){this.clearInterval(),this.clearAnimationTimeout(),this.clearTouchTimeout(),this.setObserver(!1)},methods:{clearInterval:function(e){function t(){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(){clearInterval(this.$_interval),this.$_interval=null})),clearAnimationTimeout:function(){clearTimeout(this.$_animationTimeout),this.$_animationTimeout=null},clearTouchTimeout:function(){clearTimeout(this.$_touchTimeout),this.$_touchTimeout=null},setObserver:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.$_observer&&this.$_observer.disconnect(),this.$_observer=null,e&&(this.$_observer=(0,_.observeDom)(this.$refs.inner,this.updateSlides.bind(this),{subtree:!1,childList:!0,attributes:!0,attributeFilter:["id"]}))},setSlide:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!(i.IS_BROWSER&&document.visibilityState&&document.hidden)){var a=this.noWrap,r=this.numSlides;e=(0,p.mathFloor)(e),0!==r&&(this.isSliding?this.$once(s.EVENT_NAME_SLIDING_END,(function(){(0,u.requestAF)((function(){return t.setSlide(e,n)}))})):(this.direction=n,this.index=e>=r?a?r-1:0:e<0?a?0:r-1:e,a&&this.index!==e&&this.index!==this[E]&&this.$emit(O,this.index)))}},prev:function(){this.setSlide(this.index-1,"prev")},next:function(){this.setSlide(this.index+1,"next")},pause:function(e){e||(this.isPaused=!0),this.clearInterval()},start:function(e){e||(this.isPaused=!1),this.clearInterval(),this.interval&&this.numSlides>1&&(this.$_interval=setInterval(this.next,(0,p.mathMax)(1e3,this.interval)))},restart:function(){this.$el.contains((0,u.getActiveElement)())||this.start()},doSlide:function(e,t){var n=this,a=Boolean(this.interval),r=this.calcDirection(this.direction,t,e),o=r.overlayClass,i=r.dirClass,l=this.slides[t],c=this.slides[e];if(l&&c){if(this.isSliding=!0,a&&this.pause(!1),this.$emit(s.EVENT_NAME_SLIDING_START,e),this.$emit(O,this.index),this.noAnimation)(0,u.addClass)(c,"active"),(0,u.removeClass)(l,"active"),this.isSliding=!1,this.$nextTick((function(){return n.$emit(s.EVENT_NAME_SLIDING_END,e)}));else{(0,u.addClass)(c,o),(0,u.reflow)(c),(0,u.addClass)(l,i),(0,u.addClass)(c,i);var h=!1,p=function t(){if(!h){if(h=!0,n.transitionEndEvent)n.transitionEndEvent.split(/\s+/).forEach((function(e){return(0,d.eventOff)(c,e,t,s.EVENT_OPTIONS_NO_CAPTURE)}));n.clearAnimationTimeout(),(0,u.removeClass)(c,i),(0,u.removeClass)(c,o),(0,u.addClass)(c,"active"),(0,u.removeClass)(l,"active"),(0,u.removeClass)(l,i),(0,u.removeClass)(l,o),(0,u.setAttr)(l,"aria-current","false"),(0,u.setAttr)(c,"aria-current","true"),(0,u.setAttr)(l,"aria-hidden","true"),(0,u.setAttr)(c,"aria-hidden","false"),n.isSliding=!1,n.direction=null,n.$nextTick((function(){return n.$emit(s.EVENT_NAME_SLIDING_END,e)}))}};if(this.transitionEndEvent)this.transitionEndEvent.split(/\s+/).forEach((function(e){return(0,d.eventOn)(c,e,p,s.EVENT_OPTIONS_NO_CAPTURE)}));this.$_animationTimeout=setTimeout(p,650)}a&&this.start(!1)}},updateSlides:function(){this.pause(!0),this.slides=(0,u.selectAll)(".carousel-item",this.$refs.inner);var e=this.slides.length,t=(0,p.mathMax)(0,(0,p.mathMin)((0,p.mathFloor)(this.index),e-1));this.slides.forEach((function(n,a){var r=a+1;a===t?((0,u.addClass)(n,"active"),(0,u.setAttr)(n,"aria-current","true")):((0,u.removeClass)(n,"active"),(0,u.setAttr)(n,"aria-current","false")),(0,u.setAttr)(n,"aria-posinset",String(r)),(0,u.setAttr)(n,"aria-setsize",String(e))})),this.setSlide(t),this.start(this.isPaused)},calcDirection:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;return e?A[e]:n>t?A.next:A.prev},handleClick:function(e,t){var n=e.keyCode;"click"!==e.type&&n!==l.CODE_SPACE&&n!==l.CODE_ENTER||((0,d.stopEvent)(e),t())},handleSwipe:function(){var e=(0,p.mathAbs)(this.touchDeltaX);if(!(e<=40)){var t=e/this.touchDeltaX;this.touchDeltaX=0,t>0?this.prev():t<0&&this.next()}},touchStart:function(e){i.HAS_POINTER_EVENT_SUPPORT&&L[e.pointerType.toUpperCase()]?this.touchStartX=e.clientX:i.HAS_POINTER_EVENT_SUPPORT||(this.touchStartX=e.touches[0].clientX)},touchMove:function(e){e.touches&&e.touches.length>1?this.touchDeltaX=0:this.touchDeltaX=e.touches[0].clientX-this.touchStartX},touchEnd:function(e){i.HAS_POINTER_EVENT_SUPPORT&&L[e.pointerType.toUpperCase()]&&(this.touchDeltaX=e.clientX-this.touchStartX),this.handleSwipe(),this.pause(!1),this.clearTouchTimeout(),this.$_touchTimeout=setTimeout(this.start,500+(0,p.mathMax)(1e3,this.interval))}},render:function(e){var t=this,n=this.indicators,a=this.background,r=this.noAnimation,o=this.noHoverPause,s=this.noTouch,c=this.index,u=this.isSliding,h=this.pause,p=this.restart,f=this.touchStart,m=this.touchEnd,g=this.safeId("__BV_inner_"),_=e("div",{staticClass:"carousel-inner",attrs:{id:g,role:"list"},ref:"inner"},[this.normalizeSlot()]),b=e();if(this.controls){var y=function(n,a,r){var o=function(e){u?(0,d.stopEvent)(e,{propagation:!1}):t.handleClick(e,r)};return e("a",{staticClass:"carousel-control-".concat(n),attrs:{href:"#",role:"button","aria-controls":g,"aria-disabled":u?"true":null},on:{click:o,keydown:o}},[e("span",{staticClass:"carousel-control-".concat(n,"-icon"),attrs:{"aria-hidden":"true"}}),e("span",{class:"sr-only"},[a])])};b=[y("prev",this.labelPrev,this.prev),y("next",this.labelNext,this.next)]}var M=e("ol",{staticClass:"carousel-indicators",directives:[{name:"show",value:n}],attrs:{id:this.safeId("__BV_indicators_"),"aria-hidden":n?"false":"true","aria-label":this.labelIndicators,"aria-owns":g}},this.slides.map((function(a,r){var o=function(e){t.handleClick(e,(function(){t.setSlide(r)}))};return e("li",{class:{active:r===c},attrs:{role:"button",id:t.safeId("__BV_indicator_".concat(r+1,"_")),tabindex:n?"0":"-1","aria-current":r===c?"true":"false","aria-label":"".concat(t.labelGotoSlide," ").concat(r+1),"aria-describedby":a.id||null,"aria-controls":g},on:{click:o,keydown:o},key:"slide_".concat(r)})}))),I={mouseenter:o?v.noop:h,mouseleave:o?v.noop:p,focusin:h,focusout:p,keydown:function(e){if(!/input|textarea/i.test(e.target.tagName)){var n=e.keyCode;n!==l.CODE_LEFT&&n!==l.CODE_RIGHT||((0,d.stopEvent)(e),t[n===l.CODE_LEFT?"prev":"next"]())}}};return i.HAS_TOUCH_SUPPORT&&!s&&(i.HAS_POINTER_EVENT_SUPPORT?(I["&pointerdown"]=f,I["&pointerup"]=m):(I["&touchstart"]=f,I["&touchmove"]=this.touchMove,I["&touchend"]=m)),e("div",{staticClass:"carousel",class:{slide:!r,"carousel-fade":!r&&this.fade,"pointer-event":i.HAS_TOUCH_SUPPORT&&i.HAS_POINTER_EVENT_SUPPORT&&!s},style:{background:a},attrs:{role:"region",id:this.safeId(),"aria-busy":u?"true":"false"},on:I},[_,b,M])}})},68512:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCarousel:()=>a.BCarousel,BCarouselSlide:()=>r.BCarouselSlide,CarouselPlugin:()=>o});var a=n(37072),r=n(25835),o=(0,n(11638).pluginFactory)({components:{BCarousel:a.BCarousel,BCarouselSlide:r.BCarouselSlide}})},68283:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCollapse:()=>z,props:()=>C});var a,r=n(1915),o=n(94689),i=n(90622),s=n(43935),l=n(63294),c=n(12299),u=n(90494),d=n(26410),h=n(28415),p=n(54602),f=n(67040),m=n(20451),v=n(73727),g=n(98596),_=n(18280),b=n(62079);function y(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function M(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?y(Object(n),!0).forEach((function(t){I(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):y(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function I(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var B=(0,h.getRootActionEventName)(o.NAME_COLLAPSE,"toggle"),k=(0,h.getRootActionEventName)(o.NAME_COLLAPSE,"request-state"),P=(0,h.getRootEventName)(o.NAME_COLLAPSE,"accordion"),T=(0,h.getRootEventName)(o.NAME_COLLAPSE,"state"),w=(0,h.getRootEventName)(o.NAME_COLLAPSE,"sync-state"),E=(0,p.makeModelMixin)("visible",{type:c.PROP_TYPE_BOOLEAN,defaultValue:!1}),O=E.mixin,A=E.props,L=E.prop,S=E.event,C=(0,m.makePropsConfigurable)((0,f.sortKeys)(M(M(M({},v.props),A),{},{accordion:(0,m.makeProp)(c.PROP_TYPE_STRING),appear:(0,m.makeProp)(c.PROP_TYPE_BOOLEAN,!1),isNav:(0,m.makeProp)(c.PROP_TYPE_BOOLEAN,!1),tag:(0,m.makeProp)(c.PROP_TYPE_STRING,"div")})),o.NAME_COLLAPSE),z=r.Vue.extend({name:o.NAME_COLLAPSE,mixins:[v.idMixin,O,_.normalizeSlotMixin,g.listenOnRootMixin],props:C,data:function(){return{show:this[L],transitioning:!1}},computed:{classObject:function(){var e=this.transitioning;return{"navbar-collapse":this.isNav,collapse:!e,show:this.show&&!e}},slotScope:function(){var e=this;return{visible:this.show,close:function(){e.show=!1}}}},watch:(a={},I(a,L,(function(e){e!==this.show&&(this.show=e)})),I(a,"show",(function(e,t){e!==t&&this.emitState()})),a),created:function(){this.show=this[L]},mounted:function(){var e=this;this.show=this[L],this.listenOnRoot(B,this.handleToggleEvent),this.listenOnRoot(P,this.handleAccordionEvent),this.isNav&&(this.setWindowEvents(!0),this.handleResize()),this.$nextTick((function(){e.emitState()})),this.listenOnRoot(k,(function(t){t===e.safeId()&&e.$nextTick(e.emitSync)}))},updated:function(){this.emitSync()},deactivated:function(){this.isNav&&this.setWindowEvents(!1)},activated:function(){this.isNav&&this.setWindowEvents(!0),this.emitSync()},beforeDestroy:function(){this.show=!1,this.isNav&&s.IS_BROWSER&&this.setWindowEvents(!1)},methods:{setWindowEvents:function(e){(0,h.eventOnOff)(e,window,"resize",this.handleResize,l.EVENT_OPTIONS_NO_CAPTURE),(0,h.eventOnOff)(e,window,"orientationchange",this.handleResize,l.EVENT_OPTIONS_NO_CAPTURE)},toggle:function(){this.show=!this.show},onEnter:function(){this.transitioning=!0,this.$emit(l.EVENT_NAME_SHOW)},onAfterEnter:function(){this.transitioning=!1,this.$emit(l.EVENT_NAME_SHOWN)},onLeave:function(){this.transitioning=!0,this.$emit(l.EVENT_NAME_HIDE)},onAfterLeave:function(){this.transitioning=!1,this.$emit(l.EVENT_NAME_HIDDEN)},emitState:function(){var e=this.show,t=this.accordion,n=this.safeId();this.$emit(S,e),this.emitOnRoot(T,n,e),t&&e&&this.emitOnRoot(P,n,t)},emitSync:function(){this.emitOnRoot(w,this.safeId(),this.show)},checkDisplayBlock:function(){var e=this.$el,t=(0,d.hasClass)(e,i.CLASS_NAME_SHOW);(0,d.removeClass)(e,i.CLASS_NAME_SHOW);var n="block"===(0,d.getCS)(e).display;return t&&(0,d.addClass)(e,i.CLASS_NAME_SHOW),n},clickHandler:function(e){var t=e.target;this.isNav&&t&&"block"===(0,d.getCS)(this.$el).display&&(!(0,d.matches)(t,".nav-link,.dropdown-item")&&!(0,d.closest)(".nav-link,.dropdown-item",t)||this.checkDisplayBlock()||(this.show=!1))},handleToggleEvent:function(e){e===this.safeId()&&this.toggle()},handleAccordionEvent:function(e,t){var n=this.accordion,a=this.show;if(n&&n===t){var r=e===this.safeId();(r&&!a||!r&&a)&&this.toggle()}},handleResize:function(){this.show="block"===(0,d.getCS)(this.$el).display}},render:function(e){var t=this.appear,n=e(this.tag,{class:this.classObject,directives:[{name:"show",value:this.show}],attrs:{id:this.safeId()},on:{click:this.clickHandler}},this.normalizeSlot(u.SLOT_NAME_DEFAULT,this.slotScope));return e(b.BVCollapse,{props:{appear:t},on:{enter:this.onEnter,afterEnter:this.onAfterEnter,leave:this.onLeave,afterLeave:this.onAfterLeave}},[n])}})},62079:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BVCollapse:()=>d,props:()=>u});var a=n(1915),r=n(94689),o=n(12299),i=n(26410),s=n(20451),l={css:!0,enterClass:"",enterActiveClass:"collapsing",enterToClass:"collapse show",leaveClass:"collapse show",leaveActiveClass:"collapsing",leaveToClass:"collapse"},c={enter:function(e){(0,i.setStyle)(e,"height",0),(0,i.requestAF)((function(){(0,i.reflow)(e),(0,i.setStyle)(e,"height","".concat(e.scrollHeight,"px"))}))},afterEnter:function(e){(0,i.removeStyle)(e,"height")},leave:function(e){(0,i.setStyle)(e,"height","auto"),(0,i.setStyle)(e,"display","block"),(0,i.setStyle)(e,"height","".concat((0,i.getBCR)(e).height,"px")),(0,i.reflow)(e),(0,i.setStyle)(e,"height",0)},afterLeave:function(e){(0,i.removeStyle)(e,"height")}},u={appear:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1)},d=a.Vue.extend({name:r.NAME_COLLAPSE_HELPER,functional:!0,props:u,render:function(e,t){var n=t.props,r=t.data,o=t.children;return e("transition",(0,a.mergeData)(r,{props:l,on:c},{props:n}),o)}})},31586:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCollapse:()=>a.BCollapse,CollapsePlugin:()=>o});var a=n(68283),r=n(7351),o=(0,n(11638).pluginFactory)({components:{BCollapse:a.BCollapse},plugins:{VBTogglePlugin:r.VBTogglePlugin}})},41294:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BDropdownDivider:()=>h,props:()=>d});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=n(67040);function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function c(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?l(Object(n),!0).forEach((function(t){u(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var d=(0,i.makePropsConfigurable)({tag:(0,i.makeProp)(o.PROP_TYPE_STRING,"hr")},r.NAME_DROPDOWN_DIVIDER),h=a.Vue.extend({name:r.NAME_DROPDOWN_DIVIDER,functional:!0,props:d,render:function(e,t){var n=t.props,r=t.data;return e("li",(0,a.mergeData)((0,s.omit)(r,["attrs"]),{attrs:{role:"presentation"}}),[e(n.tag,{staticClass:"dropdown-divider",attrs:c(c({},r.attrs||{}),{},{role:"separator","aria-orientation":"horizontal"}),ref:"divider"})])}})},44424:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BDropdownForm:()=>p,props:()=>h});var a=n(1915),r=n(94689),o=n(12299),i=n(67040),s=n(20451),l=n(54909);function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function u(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?c(Object(n),!0).forEach((function(t){d(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function d(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var h=(0,s.makePropsConfigurable)((0,i.sortKeys)(u(u({},l.props),{},{disabled:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1),formClass:(0,s.makeProp)(o.PROP_TYPE_ARRAY_OBJECT_STRING)})),r.NAME_DROPDOWN_FORM),p=a.Vue.extend({name:r.NAME_DROPDOWN_FORM,functional:!0,props:h,render:function(e,t){var n=t.props,r=t.data,o=t.listeners,s=t.children;return e("li",(0,a.mergeData)((0,i.omit)(r,["attrs","on"]),{attrs:{role:"presentation"}}),[e(l.BForm,{staticClass:"b-dropdown-form",class:[n.formClass,{disabled:n.disabled}],props:n,attrs:u(u({},r.attrs||{}),{},{disabled:n.disabled,tabindex:n.disabled?null:"-1"}),on:o,ref:"form"},s)])}})},540:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BDropdownGroup:()=>v,props:()=>m});var a=n(1915),r=n(94689),o=n(12299),i=n(90494),s=n(26410),l=n(68265),c=n(72345),u=n(67040),d=n(20451);function h(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function p(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?h(Object(n),!0).forEach((function(t){f(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):h(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function f(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var m=(0,d.makePropsConfigurable)({ariaDescribedby:(0,d.makeProp)(o.PROP_TYPE_STRING),header:(0,d.makeProp)(o.PROP_TYPE_STRING),headerClasses:(0,d.makeProp)(o.PROP_TYPE_ARRAY_OBJECT_STRING),headerTag:(0,d.makeProp)(o.PROP_TYPE_STRING,"header"),headerVariant:(0,d.makeProp)(o.PROP_TYPE_STRING),id:(0,d.makeProp)(o.PROP_TYPE_STRING)},r.NAME_DROPDOWN_GROUP),v=a.Vue.extend({name:r.NAME_DROPDOWN_GROUP,functional:!0,props:m,render:function(e,t){var n=t.props,r=t.data,o=t.slots,d=t.scopedSlots,h=n.id,m=n.variant,v=n.header,g=n.headerTag,_=o(),b=d||{},y={},M=h?"_bv_".concat(h,"_group_dd_header"):null,I=e();return((0,c.hasNormalizedSlot)(i.SLOT_NAME_HEADER,b,_)||v)&&(I=e(g,{staticClass:"dropdown-header",class:[n.headerClasses,f({},"text-".concat(m),m)],attrs:{id:M,role:(0,s.isTag)(g,"header")?null:"heading"}},(0,c.normalizeSlot)(i.SLOT_NAME_HEADER,y,b,_)||v)),e("li",(0,a.mergeData)((0,u.omit)(r,["attrs"]),{attrs:{role:"presentation"}}),[I,e("ul",{staticClass:"list-unstyled",attrs:p(p({},r.attrs||{}),{},{id:h,role:"group","aria-describedby":[M,n.ariaDescribedBy].filter(l.identity).join(" ").trim()||null})},(0,c.normalizeSlot)(i.SLOT_NAME_DEFAULT,y,b,_))])}})},53630:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BDropdownHeader:()=>p,props:()=>h});var a=n(1915),r=n(94689),o=n(12299),i=n(26410),s=n(67040),l=n(20451);function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function u(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?c(Object(n),!0).forEach((function(t){d(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function d(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var h=(0,l.makePropsConfigurable)({id:(0,l.makeProp)(o.PROP_TYPE_STRING),tag:(0,l.makeProp)(o.PROP_TYPE_STRING,"header"),variant:(0,l.makeProp)(o.PROP_TYPE_STRING)},r.NAME_DROPDOWN_HEADER),p=a.Vue.extend({name:r.NAME_DROPDOWN_HEADER,functional:!0,props:h,render:function(e,t){var n=t.props,r=t.data,o=t.children,l=n.tag,c=n.variant;return e("li",(0,a.mergeData)((0,s.omit)(r,["attrs"]),{attrs:{role:"presentation"}}),[e(l,{staticClass:"dropdown-header",class:d({},"text-".concat(c),c),attrs:u(u({},r.attrs||{}),{},{id:n.id||null,role:(0,i.isTag)(l,"header")?null:"heading"}),ref:"header"},o)])}})},2332:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BDropdownItemButton:()=>f,props:()=>p});var a=n(1915),r=n(94689),o=n(63294),i=n(12299),s=n(20451),l=n(28492),c=n(18280);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){h(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p=(0,s.makePropsConfigurable)({active:(0,s.makeProp)(i.PROP_TYPE_BOOLEAN,!1),activeClass:(0,s.makeProp)(i.PROP_TYPE_STRING,"active"),buttonClass:(0,s.makeProp)(i.PROP_TYPE_ARRAY_OBJECT_STRING),disabled:(0,s.makeProp)(i.PROP_TYPE_BOOLEAN,!1),variant:(0,s.makeProp)(i.PROP_TYPE_STRING)},r.NAME_DROPDOWN_ITEM_BUTTON),f=a.Vue.extend({name:r.NAME_DROPDOWN_ITEM_BUTTON,mixins:[l.attrsMixin,c.normalizeSlotMixin],inject:{bvDropdown:{default:null}},inheritAttrs:!1,props:p,computed:{computedAttrs:function(){return d(d({},this.bvAttrs),{},{role:"menuitem",type:"button",disabled:this.disabled})}},methods:{closeDropdown:function(){this.bvDropdown&&this.bvDropdown.hide(!0)},onClick:function(e){this.$emit(o.EVENT_NAME_CLICK,e),this.closeDropdown()}},render:function(e){var t,n=this.active,a=this.variant,r=this.bvAttrs;return e("li",{class:r.class,style:r.style,attrs:{role:"presentation"}},[e("button",{staticClass:"dropdown-item",class:[this.buttonClass,(t={},h(t,this.activeClass,n),h(t,"text-".concat(a),a&&!(n||this.disabled)),t)],attrs:this.computedAttrs,on:{click:this.onClick},ref:"button"},this.normalizeSlot())])}})},87379:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BDropdownItem:()=>_,props:()=>g});var a=n(1915),r=n(94689),o=n(63294),i=n(12299),s=n(26410),l=n(67040),c=n(20451),u=n(28492),d=n(18280),h=n(67347);function p(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?p(Object(n),!0).forEach((function(t){m(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):p(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function m(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var v=(0,l.omit)(h.props,["event","routerTag"]),g=(0,c.makePropsConfigurable)((0,l.sortKeys)(f(f({},v),{},{linkClass:(0,c.makeProp)(i.PROP_TYPE_ARRAY_OBJECT_STRING),variant:(0,c.makeProp)(i.PROP_TYPE_STRING)})),r.NAME_DROPDOWN_ITEM),_=a.Vue.extend({name:r.NAME_DROPDOWN_ITEM,mixins:[u.attrsMixin,d.normalizeSlotMixin],inject:{bvDropdown:{default:null}},inheritAttrs:!1,props:g,computed:{computedAttrs:function(){return f(f({},this.bvAttrs),{},{role:"menuitem"})}},methods:{closeDropdown:function(){var e=this;(0,s.requestAF)((function(){e.bvDropdown&&e.bvDropdown.hide(!0)}))},onClick:function(e){this.$emit(o.EVENT_NAME_CLICK,e),this.closeDropdown()}},render:function(e){var t=this.linkClass,n=this.variant,a=this.active,r=this.disabled,o=this.onClick,i=this.bvAttrs;return e("li",{class:i.class,style:i.style,attrs:{role:"presentation"}},[e(h.BLink,{staticClass:"dropdown-item",class:[t,m({},"text-".concat(n),n&&!(a||r))],props:(0,c.pluckProps)(v,this.$props),attrs:this.computedAttrs,on:{click:o},ref:"item"},this.normalizeSlot())])}})},25880:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BDropdownText:()=>c,props:()=>l});var a=n(1915),r=n(94689),o=n(12299),i=n(67040),s=n(20451);var l=(0,s.makePropsConfigurable)({tag:(0,s.makeProp)(o.PROP_TYPE_STRING,"p"),textClass:(0,s.makeProp)(o.PROP_TYPE_ARRAY_OBJECT_STRING),variant:(0,s.makeProp)(o.PROP_TYPE_STRING)},r.NAME_DROPDOWN_TEXT),c=a.Vue.extend({name:r.NAME_DROPDOWN_TEXT,functional:!0,props:l,render:function(e,t){var n,r,o,s=t.props,l=t.data,c=t.children,u=s.tag,d=s.textClass,h=s.variant;return e("li",(0,a.mergeData)((0,i.omit)(l,["attrs"]),{attrs:{role:"presentation"}}),[e(u,{staticClass:"b-dropdown-text",class:[d,(n={},r="text-".concat(h),o=h,r in n?Object.defineProperty(n,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[r]=o,n)],props:s,attrs:l.attrs||{},ref:"text"},c)])}})},31642:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BDropdown:()=>y,props:()=>b});var a=n(1915),r=n(94689),o=n(12299),i=n(90494),s=n(11572),l=n(18735),c=n(20451),u=n(46595),d=n(87649),h=n(73727),p=n(18280),f=n(15193),m=n(67040);function v(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function g(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?v(Object(n),!0).forEach((function(t){_(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):v(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function _(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var b=(0,c.makePropsConfigurable)((0,m.sortKeys)(g(g(g({},h.props),d.props),{},{block:(0,c.makeProp)(o.PROP_TYPE_BOOLEAN,!1),html:(0,c.makeProp)(o.PROP_TYPE_STRING),lazy:(0,c.makeProp)(o.PROP_TYPE_BOOLEAN,!1),menuClass:(0,c.makeProp)(o.PROP_TYPE_ARRAY_OBJECT_STRING),noCaret:(0,c.makeProp)(o.PROP_TYPE_BOOLEAN,!1),role:(0,c.makeProp)(o.PROP_TYPE_STRING,"menu"),size:(0,c.makeProp)(o.PROP_TYPE_STRING),split:(0,c.makeProp)(o.PROP_TYPE_BOOLEAN,!1),splitButtonType:(0,c.makeProp)(o.PROP_TYPE_STRING,"button",(function(e){return(0,s.arrayIncludes)(["button","submit","reset"],e)})),splitClass:(0,c.makeProp)(o.PROP_TYPE_ARRAY_OBJECT_STRING),splitHref:(0,c.makeProp)(o.PROP_TYPE_STRING),splitTo:(0,c.makeProp)(o.PROP_TYPE_OBJECT_STRING),splitVariant:(0,c.makeProp)(o.PROP_TYPE_STRING),text:(0,c.makeProp)(o.PROP_TYPE_STRING),toggleAttrs:(0,c.makeProp)(o.PROP_TYPE_OBJECT,{}),toggleClass:(0,c.makeProp)(o.PROP_TYPE_ARRAY_OBJECT_STRING),toggleTag:(0,c.makeProp)(o.PROP_TYPE_STRING,"button"),toggleText:(0,c.makeProp)(o.PROP_TYPE_STRING,"Toggle dropdown"),variant:(0,c.makeProp)(o.PROP_TYPE_STRING,"secondary")})),r.NAME_DROPDOWN),y=a.Vue.extend({name:r.NAME_DROPDOWN,mixins:[h.idMixin,d.dropdownMixin,p.normalizeSlotMixin],props:b,computed:{dropdownClasses:function(){var e=this.block,t=this.split;return[this.directionClass,this.boundaryClass,{show:this.visible,"btn-group":t||!e,"d-flex":e&&t}]},menuClasses:function(){return[this.menuClass,{"dropdown-menu-right":this.right,show:this.visible}]},toggleClasses:function(){var e=this.split;return[this.toggleClass,{"dropdown-toggle-split":e,"dropdown-toggle-no-caret":this.noCaret&&!e}]}},render:function(e){var t=this.visible,n=this.variant,a=this.size,r=this.block,o=this.disabled,s=this.split,c=this.role,d=this.hide,h=this.toggle,p={variant:n,size:a,block:r,disabled:o},m=this.normalizeSlot(i.SLOT_NAME_BUTTON_CONTENT),v=this.hasNormalizedSlot(i.SLOT_NAME_BUTTON_CONTENT)?{}:(0,l.htmlOrText)(this.html,this.text),_=e();if(s){var b=this.splitTo,y=this.splitHref,M=this.splitButtonType,I=g(g({},p),{},{variant:this.splitVariant||n});b?I.to=b:y?I.href=y:M&&(I.type=M),_=e(f.BButton,{class:this.splitClass,attrs:{id:this.safeId("_BV_button_")},props:I,domProps:v,on:{click:this.onSplitClick},ref:"button"},m),m=[e("span",{class:["sr-only"]},[this.toggleText])],v={}}var B=e(f.BButton,{staticClass:"dropdown-toggle",class:this.toggleClasses,attrs:g(g({},this.toggleAttrs),{},{id:this.safeId("_BV_toggle_"),"aria-haspopup":["menu","listbox","tree","grid","dialog"].includes(c)?c:"false","aria-expanded":(0,u.toString)(t)}),props:g(g({},p),{},{tag:this.toggleTag,block:r&&!s}),domProps:v,on:{mousedown:this.onMousedown,click:h,keydown:h},ref:"toggle"},m),k=e("ul",{staticClass:"dropdown-menu",class:this.menuClasses,attrs:{role:c,tabindex:"-1","aria-labelledby":this.safeId(s?"_BV_button_":"_BV_toggle_")},on:{keydown:this.onKeydown},ref:"menu"},[!this.lazy||t?this.normalizeSlot(i.SLOT_NAME_DEFAULT,{hide:d}):e()]);return e("div",{staticClass:"dropdown b-dropdown",class:this.dropdownClasses,attrs:{id:this.safeId()}},[_,B,k])}})},25952:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BDropdown:()=>a.BDropdown,BDropdownDivider:()=>s.BDropdownDivider,BDropdownForm:()=>l.BDropdownForm,BDropdownGroup:()=>u.BDropdownGroup,BDropdownHeader:()=>i.BDropdownHeader,BDropdownItem:()=>r.BDropdownItem,BDropdownItemButton:()=>o.BDropdownItemButton,BDropdownText:()=>c.BDropdownText,DropdownPlugin:()=>d});var a=n(31642),r=n(87379),o=n(2332),i=n(53630),s=n(41294),l=n(44424),c=n(25880),u=n(540),d=(0,n(11638).pluginFactory)({components:{BDropdown:a.BDropdown,BDd:a.BDropdown,BDropdownItem:r.BDropdownItem,BDdItem:r.BDropdownItem,BDropdownItemButton:o.BDropdownItemButton,BDropdownItemBtn:o.BDropdownItemButton,BDdItemButton:o.BDropdownItemButton,BDdItemBtn:o.BDropdownItemButton,BDropdownHeader:i.BDropdownHeader,BDdHeader:i.BDropdownHeader,BDropdownDivider:s.BDropdownDivider,BDdDivider:s.BDropdownDivider,BDropdownForm:l.BDropdownForm,BDdForm:l.BDropdownForm,BDropdownText:c.BDropdownText,BDdText:c.BDropdownText,BDropdownGroup:u.BDropdownGroup,BDdGroup:u.BDropdownGroup}})},14289:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BEmbed:()=>d,props:()=>u});var a=n(1915),r=n(94689),o=n(12299),i=n(11572),s=n(67040),l=n(20451);var c=["iframe","embed","video","object","img","b-img","b-img-lazy"],u=(0,l.makePropsConfigurable)({aspect:(0,l.makeProp)(o.PROP_TYPE_STRING,"16by9"),tag:(0,l.makeProp)(o.PROP_TYPE_STRING,"div"),type:(0,l.makeProp)(o.PROP_TYPE_STRING,"iframe",(function(e){return(0,i.arrayIncludes)(c,e)}))},r.NAME_EMBED),d=a.Vue.extend({name:r.NAME_EMBED,functional:!0,props:u,render:function(e,t){var n,r,o,i=t.props,l=t.data,c=t.children,u=i.aspect;return e(i.tag,{staticClass:"embed-responsive",class:(n={},r="embed-responsive-".concat(u),o=u,r in n?Object.defineProperty(n,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[r]=o,n),ref:l.ref},[e(i.type,(0,a.mergeData)((0,s.omit)(l,["ref"]),{staticClass:"embed-responsive-item"}),c)])}})},49244:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BEmbed:()=>a.BEmbed,EmbedPlugin:()=>r});var a=n(14289),r=(0,n(11638).pluginFactory)({components:{BEmbed:a.BEmbed}})},82170:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BVFormBtnLabelControl:()=>k,props:()=>B});var a=n(1915),r=n(94689),o=n(12299),i=n(90494),s=n(26410),l=n(28415),c=n(67040),u=n(20451),d=n(46595),h=n(87649),p=n(32023),f=n(49035),m=n(95505),v=n(73727),g=n(18280),_=n(25700),b=n(7543);function y(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function M(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?y(Object(n),!0).forEach((function(t){I(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):y(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function I(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var B=(0,c.sortKeys)(M(M(M(M(M(M({},v.props),f.props),m.props),(0,c.omit)(h.props,["disabled"])),(0,c.omit)(p.props,["autofocus"])),{},{buttonOnly:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,!1),buttonVariant:(0,u.makeProp)(o.PROP_TYPE_STRING,"secondary"),formattedValue:(0,u.makeProp)(o.PROP_TYPE_STRING),labelSelected:(0,u.makeProp)(o.PROP_TYPE_STRING),lang:(0,u.makeProp)(o.PROP_TYPE_STRING),menuClass:(0,u.makeProp)(o.PROP_TYPE_ARRAY_OBJECT_STRING),placeholder:(0,u.makeProp)(o.PROP_TYPE_STRING),readonly:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,!1),rtl:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,null),value:(0,u.makeProp)(o.PROP_TYPE_STRING,"")})),k=a.Vue.extend({name:r.NAME_FORM_BUTTON_LABEL_CONTROL,directives:{"b-hover":_.VBHover},mixins:[v.idMixin,f.formSizeMixin,m.formStateMixin,h.dropdownMixin,g.normalizeSlotMixin],props:B,data:function(){return{isHovered:!1,hasFocus:!1}},computed:{idButton:function(){return this.safeId()},idLabel:function(){return this.safeId("_value_")},idMenu:function(){return this.safeId("_dialog_")},idWrapper:function(){return this.safeId("_outer_")},computedDir:function(){return!0===this.rtl?"rtl":!1===this.rtl?"ltr":null}},methods:{focus:function(){this.disabled||(0,s.attemptFocus)(this.$refs.toggle)},blur:function(){this.disabled||(0,s.attemptBlur)(this.$refs.toggle)},setFocus:function(e){this.hasFocus="focus"===e.type},handleHover:function(e){this.isHovered=e}},render:function(e){var t,n=this.idButton,a=this.idLabel,r=this.idMenu,o=this.idWrapper,s=this.disabled,c=this.readonly,u=this.required,h=this.name,p=this.state,f=this.visible,m=this.size,v=this.isHovered,g=this.hasFocus,_=this.labelSelected,y=this.buttonVariant,M=this.buttonOnly,B=(0,d.toString)(this.value)||"",k=!1===p||u&&!B,P={isHovered:v,hasFocus:g,state:p,opened:f},T=e("button",{staticClass:"btn",class:(t={},I(t,"btn-".concat(y),M),I(t,"btn-".concat(m),m),I(t,"h-auto",!M),I(t,"dropdown-toggle",M),I(t,"dropdown-toggle-no-caret",M),t),attrs:{id:n,type:"button",disabled:s,"aria-haspopup":"dialog","aria-expanded":f?"true":"false","aria-invalid":k?"true":null,"aria-required":u?"true":null},directives:[{name:"b-hover",value:this.handleHover}],on:{mousedown:this.onMousedown,click:this.toggle,keydown:this.toggle,"!focus":this.setFocus,"!blur":this.setFocus},ref:"toggle"},[this.hasNormalizedSlot(i.SLOT_NAME_BUTTON_CONTENT)?this.normalizeSlot(i.SLOT_NAME_BUTTON_CONTENT,P):e(b.BIconChevronDown,{props:{scale:1.25}})]),w=e();h&&!s&&(w=e("input",{attrs:{type:"hidden",name:h||null,form:this.form||null,value:B}}));var E=e("div",{staticClass:"dropdown-menu",class:[this.menuClass,{show:f,"dropdown-menu-right":this.right}],attrs:{id:r,role:"dialog",tabindex:"-1","aria-modal":"false","aria-labelledby":a},on:{keydown:this.onKeydown},ref:"menu"},[this.normalizeSlot(i.SLOT_NAME_DEFAULT,{opened:f})]),O=e("label",{class:M?"sr-only":["form-control",{"text-muted":!B},this.stateClass,this.sizeFormClass],attrs:{id:a,for:n,"aria-invalid":k?"true":null,"aria-required":u?"true":null},directives:[{name:"b-hover",value:this.handleHover}],on:{"!click":function(e){(0,l.stopEvent)(e,{preventDefault:!1})}}},[B?this.formattedValue||B:this.placeholder||"",B&&_?e("bdi",{staticClass:"sr-only"},_):""]);return e("div",{staticClass:"b-form-btn-label-control dropdown",class:[this.directionClass,this.boundaryClass,[{"btn-group":M,"form-control":!M,focus:g&&!M,show:f,"is-valid":!0===p,"is-invalid":!1===p},M?null:this.sizeFormClass]],attrs:{id:o,role:M?null:"group",lang:this.lang||null,dir:this.computedDir,"aria-disabled":s,"aria-readonly":c&&!s,"aria-labelledby":a,"aria-invalid":!1===p||u&&!B?"true":null,"aria-required":u?"true":null}},[T,w,E,O])}})},64431:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormCheckboxGroup:()=>f,props:()=>p});var a,r=n(1915),o=n(94689),i=n(12299),s=n(67040),l=n(20451),c=n(72985);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){h(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p=(0,l.makePropsConfigurable)((0,s.sortKeys)(d(d({},c.props),{},(h(a={},c.MODEL_PROP_NAME,(0,l.makeProp)(i.PROP_TYPE_ARRAY,[])),h(a,"switches",(0,l.makeProp)(i.PROP_TYPE_BOOLEAN,!1)),a))),o.NAME_FORM_CHECKBOX_GROUP),f=r.Vue.extend({name:o.NAME_FORM_CHECKBOX_GROUP,mixins:[c.formRadioCheckGroupMixin],provide:function(){return{bvCheckGroup:this}},props:p,computed:{isRadioGroup:function(){return!1}}})},65098:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormCheckbox:()=>y,props:()=>b});var a,r=n(1915),o=n(94689),i=n(63294),s=n(12299),l=n(33284),c=n(3058),u=n(10408),d=n(67040),h=n(20451),p=n(6298);function f(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function m(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?f(Object(n),!0).forEach((function(t){v(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function v(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var g="indeterminate",_=i.MODEL_EVENT_NAME_PREFIX+g,b=(0,h.makePropsConfigurable)((0,d.sortKeys)(m(m({},p.props),{},(v(a={},g,(0,h.makeProp)(s.PROP_TYPE_BOOLEAN,!1)),v(a,"switch",(0,h.makeProp)(s.PROP_TYPE_BOOLEAN,!1)),v(a,"uncheckedValue",(0,h.makeProp)(s.PROP_TYPE_ANY,!1)),v(a,"value",(0,h.makeProp)(s.PROP_TYPE_ANY,!0)),a))),o.NAME_FORM_CHECKBOX),y=r.Vue.extend({name:o.NAME_FORM_CHECKBOX,mixins:[p.formRadioCheckMixin],inject:{bvGroup:{from:"bvCheckGroup",default:null}},props:b,computed:{isChecked:function(){var e=this.value,t=this.computedLocalChecked;return(0,l.isArray)(t)?(0,u.looseIndexOf)(t,e)>-1:(0,c.looseEqual)(t,e)},isRadio:function(){return!1}},watch:v({},g,(function(e,t){(0,c.looseEqual)(e,t)||this.setIndeterminate(e)})),mounted:function(){this.setIndeterminate(this.indeterminate)},methods:{computedLocalCheckedWatcher:function(e,t){if(!(0,c.looseEqual)(e,t)){this.$emit(p.MODEL_EVENT_NAME,e);var n=this.$refs.input;n&&this.$emit(_,n.indeterminate)}},handleChange:function(e){var t=this,n=e.target,a=n.checked,r=n.indeterminate,o=this.value,s=this.uncheckedValue,c=this.computedLocalChecked;if((0,l.isArray)(c)){var d=(0,u.looseIndexOf)(c,o);a&&d<0?c=c.concat(o):!a&&d>-1&&(c=c.slice(0,d).concat(c.slice(d+1)))}else c=a?o:s;this.computedLocalChecked=c,this.$nextTick((function(){t.$emit(i.EVENT_NAME_CHANGE,c),t.isGroup&&t.bvGroup.$emit(i.EVENT_NAME_CHANGE,c),t.$emit(_,r)}))},setIndeterminate:function(e){(0,l.isArray)(this.computedLocalChecked)&&(e=!1);var t=this.$refs.input;t&&(t.indeterminate=e,this.$emit(_,e))}}})},15696:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormCheckbox:()=>a.BFormCheckbox,BFormCheckboxGroup:()=>r.BFormCheckboxGroup,FormCheckboxPlugin:()=>o});var a=n(65098),r=n(64431),o=(0,n(11638).pluginFactory)({components:{BFormCheckbox:a.BFormCheckbox,BCheckbox:a.BFormCheckbox,BCheck:a.BFormCheckbox,BFormCheckboxGroup:r.BFormCheckboxGroup,BCheckboxGroup:r.BFormCheckboxGroup,BCheckGroup:r.BFormCheckboxGroup}})},92629:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormDatepicker:()=>L,props:()=>A});var a,r=n(1915),o=n(94689),i=n(63294),s=n(12299),l=n(90494),c=n(68001),u=n(26410),d=n(33284),h=n(54602),p=n(67040),f=n(20451),m=n(73727),v=n(7543),g=n(15193),_=n(67065),b=n(82170);function y(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function M(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?y(Object(n),!0).forEach((function(t){I(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):y(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function I(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var B=(0,h.makeModelMixin)("value",{type:s.PROP_TYPE_DATE_STRING}),k=B.mixin,P=B.props,T=B.prop,w=B.event,E=(0,p.omit)(_.props,["block","hidden","id","noKeyNav","roleDescription","value","width"]),O=(0,p.omit)(b.props,["formattedValue","id","lang","rtl","value"]),A=(0,f.makePropsConfigurable)((0,p.sortKeys)(M(M(M(M(M({},m.props),P),E),O),{},{calendarWidth:(0,f.makeProp)(s.PROP_TYPE_STRING,"270px"),closeButton:(0,f.makeProp)(s.PROP_TYPE_BOOLEAN,!1),closeButtonVariant:(0,f.makeProp)(s.PROP_TYPE_STRING,"outline-secondary"),dark:(0,f.makeProp)(s.PROP_TYPE_BOOLEAN,!1),labelCloseButton:(0,f.makeProp)(s.PROP_TYPE_STRING,"Close"),labelResetButton:(0,f.makeProp)(s.PROP_TYPE_STRING,"Reset"),labelTodayButton:(0,f.makeProp)(s.PROP_TYPE_STRING,"Select today"),noCloseOnSelect:(0,f.makeProp)(s.PROP_TYPE_BOOLEAN,!1),resetButton:(0,f.makeProp)(s.PROP_TYPE_BOOLEAN,!1),resetButtonVariant:(0,f.makeProp)(s.PROP_TYPE_STRING,"outline-danger"),resetValue:(0,f.makeProp)(s.PROP_TYPE_DATE_STRING),todayButton:(0,f.makeProp)(s.PROP_TYPE_BOOLEAN,!1),todayButtonVariant:(0,f.makeProp)(s.PROP_TYPE_STRING,"outline-primary")})),o.NAME_FORM_DATEPICKER),L=r.Vue.extend({name:o.NAME_FORM_DATEPICKER,mixins:[m.idMixin,k],props:A,data:function(){return{localYMD:(0,c.formatYMD)(this[T])||"",isVisible:!1,localLocale:null,isRTL:!1,formattedValue:"",activeYMD:""}},computed:{calendarYM:function(){return this.activeYMD.slice(0,-3)},computedLang:function(){return(this.localLocale||"").replace(/-u-.*$/i,"")||null},computedResetValue:function(){return(0,c.formatYMD)((0,c.constrainDate)(this.resetValue))||""}},watch:(a={},I(a,T,(function(e){this.localYMD=(0,c.formatYMD)(e)||""})),I(a,"localYMD",(function(e){this.isVisible&&this.$emit(w,this.valueAsDate?(0,c.parseYMD)(e)||null:e||"")})),I(a,"calendarYM",(function(e,t){if(e!==t&&t)try{this.$refs.control.updatePopper()}catch(e){}})),a),methods:{focus:function(){this.disabled||(0,u.attemptFocus)(this.$refs.control)},blur:function(){this.disabled||(0,u.attemptBlur)(this.$refs.control)},setAndClose:function(e){var t=this;this.localYMD=e,this.noCloseOnSelect||this.$nextTick((function(){t.$refs.control.hide(!0)}))},onSelected:function(e){var t=this;this.$nextTick((function(){t.setAndClose(e)}))},onInput:function(e){this.localYMD!==e&&(this.localYMD=e)},onContext:function(e){var t=e.activeYMD,n=e.isRTL,a=e.locale,r=e.selectedYMD,o=e.selectedFormatted;this.isRTL=n,this.localLocale=a,this.formattedValue=o,this.localYMD=r,this.activeYMD=t,this.$emit(i.EVENT_NAME_CONTEXT,e)},onTodayButton:function(){this.setAndClose((0,c.formatYMD)((0,c.constrainDate)((0,c.createDate)(),this.min,this.max)))},onResetButton:function(){this.setAndClose(this.computedResetValue)},onCloseButton:function(){this.$refs.control.hide(!0)},onShow:function(){this.isVisible=!0},onShown:function(){var e=this;this.$nextTick((function(){(0,u.attemptFocus)(e.$refs.calendar),e.$emit(i.EVENT_NAME_SHOWN)}))},onHidden:function(){this.isVisible=!1,this.$emit(i.EVENT_NAME_HIDDEN)},defaultButtonFn:function(e){var t=e.isHovered,n=e.hasFocus;return this.$createElement(t||n?v.BIconCalendarFill:v.BIconCalendar,{attrs:{"aria-hidden":"true"}})}},render:function(e){var t=this.localYMD,n=this.disabled,a=this.readonly,r=this.dark,o=this.$props,i=this.$scopedSlots,s=(0,d.isUndefinedOrNull)(this.placeholder)?this.labelNoDateSelected:this.placeholder,c=[];if(this.todayButton){var u=this.labelTodayButton;c.push(e(g.BButton,{props:{disabled:n||a,size:"sm",variant:this.todayButtonVariant},attrs:{"aria-label":u||null},on:{click:this.onTodayButton}},u))}if(this.resetButton){var h=this.labelResetButton;c.push(e(g.BButton,{props:{disabled:n||a,size:"sm",variant:this.resetButtonVariant},attrs:{"aria-label":h||null},on:{click:this.onResetButton}},h))}if(this.closeButton){var m=this.labelCloseButton;c.push(e(g.BButton,{props:{disabled:n,size:"sm",variant:this.closeButtonVariant},attrs:{"aria-label":m||null},on:{click:this.onCloseButton}},m))}c.length>0&&(c=[e("div",{staticClass:"b-form-date-controls d-flex flex-wrap",class:{"justify-content-between":c.length>1,"justify-content-end":c.length<2}},c)]);var v=e(_.BCalendar,{staticClass:"b-form-date-calendar w-100",props:M(M({},(0,f.pluckProps)(E,o)),{},{hidden:!this.isVisible,value:t,valueAsDate:!1,width:this.calendarWidth}),on:{selected:this.onSelected,input:this.onInput,context:this.onContext},scopedSlots:(0,p.pick)(i,["nav-prev-decade","nav-prev-year","nav-prev-month","nav-this-month","nav-next-month","nav-next-year","nav-next-decade"]),key:"calendar",ref:"calendar"},c);return e(b.BVFormBtnLabelControl,{staticClass:"b-form-datepicker",props:M(M({},(0,f.pluckProps)(O,o)),{},{formattedValue:t?this.formattedValue:"",id:this.safeId(),lang:this.computedLang,menuClass:[{"bg-dark":r,"text-light":r},this.menuClass],placeholder:s,rtl:this.isRTL,value:t}),on:{show:this.onShow,shown:this.onShown,hidden:this.onHidden},scopedSlots:I({},l.SLOT_NAME_BUTTON_CONTENT,i[l.SLOT_NAME_BUTTON_CONTENT]||this.defaultButtonFn),ref:"control"},[v])}})},88126:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormDatepicker:()=>a.BFormDatepicker,FormDatepickerPlugin:()=>r});var a=n(92629),r=(0,n(11638).pluginFactory)({components:{BFormDatepicker:a.BFormDatepicker,BDatepicker:a.BFormDatepicker}})},40986:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormFile:()=>$});var a,r=n(1915),o=n(94689),i=n(43935),s=n(63294),l=n(12299),c=n(90494),u=n(30824),d=n(28112),h=n(11572),p=n(30158),f=n(26410),m=n(28415),v=n(68265),g=n(33284),_=n(3058),b=n(54602),y=n(67040),M=n(20451),I=n(46595),B=n(37568),k=n(28492),P=n(32023),T=n(58137),w=n(95505),E=n(73727),O=n(18280),A=n(49035);function L(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function S(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?L(Object(n),!0).forEach((function(t){C(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):L(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function C(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var z=(0,b.makeModelMixin)("value",{type:[l.PROP_TYPE_ARRAY,d.File],defaultValue:null,validator:function(e){return""===e?((0,B.warn)(N,o.NAME_FORM_FILE),!0):(0,g.isUndefinedOrNull)(e)||R(e)}}),x=z.mixin,D=z.props,F=z.prop,H=z.event,N='Setting "value"/"v-model" to an empty string for reset is deprecated. Set to "null" instead.',R=function e(t){return(0,g.isFile)(t)||(0,g.isArray)(t)&&t.every((function(t){return e(t)}))},V=function(e){return(0,g.isFunction)(e.getAsEntry)?e.getAsEntry():(0,g.isFunction)(e.webkitGetAsEntry)?e.webkitGetAsEntry():null},Y=function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return new Promise((function(a){var r=[];!function o(){t.readEntries((function(t){0===t.length?a(Promise.all(r).then((function(e){return(0,h.flatten)(e)}))):(r.push(Promise.all(t.map((function(t){if(t){if(t.isDirectory)return e(t.createReader(),"".concat(n).concat(t.name,"/"));if(t.isFile)return new Promise((function(e){t.file((function(t){t.$path="".concat(n).concat(t.name),e(t)}))}))}return null})).filter(v.identity))),o())}))}()}))},j=(0,M.makePropsConfigurable)((0,y.sortKeys)(S(S(S(S(S(S(S({},E.props),D),P.props),T.props),w.props),A.props),{},{accept:(0,M.makeProp)(l.PROP_TYPE_STRING,""),browseText:(0,M.makeProp)(l.PROP_TYPE_STRING,"Browse"),capture:(0,M.makeProp)(l.PROP_TYPE_BOOLEAN,!1),directory:(0,M.makeProp)(l.PROP_TYPE_BOOLEAN,!1),dropPlaceholder:(0,M.makeProp)(l.PROP_TYPE_STRING,"Drop files here"),fileNameFormatter:(0,M.makeProp)(l.PROP_TYPE_FUNCTION),multiple:(0,M.makeProp)(l.PROP_TYPE_BOOLEAN,!1),noDrop:(0,M.makeProp)(l.PROP_TYPE_BOOLEAN,!1),noDropPlaceholder:(0,M.makeProp)(l.PROP_TYPE_STRING,"Not allowed"),noTraverse:(0,M.makeProp)(l.PROP_TYPE_BOOLEAN,!1),placeholder:(0,M.makeProp)(l.PROP_TYPE_STRING,"No file chosen")})),o.NAME_FORM_FILE),$=r.Vue.extend({name:o.NAME_FORM_FILE,mixins:[k.attrsMixin,E.idMixin,x,O.normalizeSlotMixin,P.formControlMixin,w.formStateMixin,T.formCustomMixin,O.normalizeSlotMixin],inheritAttrs:!1,props:j,data:function(){return{files:[],dragging:!1,dropAllowed:!this.noDrop,hasFocus:!1}},computed:{computedAccept:function(){var e=this.accept;return 0===(e=(e||"").trim().split(/[,\s]+/).filter(v.identity)).length?null:e.map((function(e){var t="name",n="^",a="$";return u.RX_EXTENSION.test(e)?n="":(t="type",u.RX_STAR.test(e)&&(a=".+$",e=e.slice(0,-1))),e=(0,I.escapeRegExp)(e),{rx:new RegExp("".concat(n).concat(e).concat(a)),prop:t}}))},computedCapture:function(){var e=this.capture;return!0===e||""===e||(e||null)},computedAttrs:function(){var e=this.name,t=this.disabled,n=this.required,a=this.form,r=this.computedCapture,o=this.accept,i=this.multiple,s=this.directory;return S(S({},this.bvAttrs),{},{type:"file",id:this.safeId(),name:e,disabled:t,required:n,form:a||null,capture:r,accept:o||null,multiple:i,directory:s,webkitdirectory:s,"aria-required":n?"true":null})},computedFileNameFormatter:function(){var e=this.fileNameFormatter;return(0,M.hasPropFunction)(e)?e:this.defaultFileNameFormatter},clonedFiles:function(){return(0,p.cloneDeep)(this.files)},flattenedFiles:function(){return(0,h.flattenDeep)(this.files)},fileNames:function(){return this.flattenedFiles.map((function(e){return e.name}))},labelContent:function(){if(this.dragging&&!this.noDrop)return this.normalizeSlot(c.SLOT_NAME_DROP_PLACEHOLDER,{allowed:this.dropAllowed})||(this.dropAllowed?this.dropPlaceholder:this.$createElement("span",{staticClass:"text-danger"},this.noDropPlaceholder));if(0===this.files.length)return this.normalizeSlot(c.SLOT_NAME_PLACEHOLDER)||this.placeholder;var e=this.flattenedFiles,t=this.clonedFiles,n=this.fileNames,a=this.computedFileNameFormatter;return this.hasNormalizedSlot(c.SLOT_NAME_FILE_NAME)?this.normalizeSlot(c.SLOT_NAME_FILE_NAME,{files:e,filesTraversed:t,names:n}):a(e,t,n)}},watch:(a={},C(a,F,(function(e){(!e||(0,g.isArray)(e)&&0===e.length)&&this.reset()})),C(a,"files",(function(e,t){if(!(0,_.looseEqual)(e,t)){var n=this.multiple,a=this.noTraverse,r=!n||a?(0,h.flattenDeep)(e):e;this.$emit(H,n?r:r[0]||null)}})),a),created:function(){this.$_form=null},mounted:function(){var e=(0,f.closest)("form",this.$el);e&&((0,m.eventOn)(e,"reset",this.reset,s.EVENT_OPTIONS_PASSIVE),this.$_form=e)},beforeDestroy:function(){var e=this.$_form;e&&(0,m.eventOff)(e,"reset",this.reset,s.EVENT_OPTIONS_PASSIVE)},methods:{isFileValid:function(e){if(!e)return!1;var t=this.computedAccept;return!t||t.some((function(t){return t.rx.test(e[t.prop])}))},isFilesArrayValid:function(e){var t=this;return(0,g.isArray)(e)?e.every((function(e){return t.isFileValid(e)})):this.isFileValid(e)},defaultFileNameFormatter:function(e,t,n){return n.join(", ")},setFiles:function(e){this.dropAllowed=!this.noDrop,this.dragging=!1,this.files=this.multiple?this.directory?e:(0,h.flattenDeep)(e):(0,h.flattenDeep)(e).slice(0,1)},setInputFiles:function(e){try{var t=new ClipboardEvent("").clipboardData||new DataTransfer;(0,h.flattenDeep)((0,p.cloneDeep)(e)).forEach((function(e){delete e.$path,t.items.add(e)})),this.$refs.input.files=t.files}catch(e){}},reset:function(){try{var e=this.$refs.input;e.value="",e.type="",e.type="file"}catch(e){}this.files=[]},handleFiles:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(t){var n=e.filter(this.isFilesArrayValid);n.length>0&&(this.setFiles(n),this.setInputFiles(n))}else this.setFiles(e)},focusHandler:function(e){this.plain||"focusout"===e.type?this.hasFocus=!1:this.hasFocus=!0},onChange:function(e){var t=this,n=e.type,a=e.target,r=e.dataTransfer,o=void 0===r?{}:r,l="drop"===n;this.$emit(s.EVENT_NAME_CHANGE,e);var c=(0,h.from)(o.items||[]);if(i.HAS_PROMISE_SUPPORT&&c.length>0&&!(0,g.isNull)(V(c[0])))(function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return Promise.all((0,h.from)(e).filter((function(e){return"file"===e.kind})).map((function(e){var n=V(e);if(n){if(n.isDirectory&&t)return Y(n.createReader(),"".concat(n.name,"/"));if(n.isFile)return new Promise((function(e){n.file((function(t){t.$path="",e(t)}))}))}return null})).filter(v.identity))})(c,this.directory).then((function(e){return t.handleFiles(e,l)}));else{var u=(0,h.from)(a.files||o.files||[]).map((function(e){return e.$path=e.webkitRelativePath||"",e}));this.handleFiles(u,l)}},onDragenter:function(e){(0,m.stopEvent)(e),this.dragging=!0;var t=e.dataTransfer,n=void 0===t?{}:t;if(this.noDrop||this.disabled||!this.dropAllowed)return n.dropEffect="none",void(this.dropAllowed=!1);n.dropEffect="copy"},onDragover:function(e){(0,m.stopEvent)(e),this.dragging=!0;var t=e.dataTransfer,n=void 0===t?{}:t;if(this.noDrop||this.disabled||!this.dropAllowed)return n.dropEffect="none",void(this.dropAllowed=!1);n.dropEffect="copy"},onDragleave:function(e){var t=this;(0,m.stopEvent)(e),this.$nextTick((function(){t.dragging=!1,t.dropAllowed=!t.noDrop}))},onDrop:function(e){var t=this;(0,m.stopEvent)(e),this.dragging=!1,this.noDrop||this.disabled||!this.dropAllowed?this.$nextTick((function(){t.dropAllowed=!t.noDrop})):this.onChange(e)}},render:function(e){var t=this.custom,n=this.plain,a=this.size,r=this.dragging,o=this.stateClass,i=this.bvAttrs,s=e("input",{class:[{"form-control-file":n,"custom-file-input":t,focus:t&&this.hasFocus},o],style:t?{zIndex:-5}:{},attrs:this.computedAttrs,on:{change:this.onChange,focusin:this.focusHandler,focusout:this.focusHandler,reset:this.reset},ref:"input"});if(n)return s;var l=e("label",{staticClass:"custom-file-label",class:{dragging:r},attrs:{for:this.safeId(),"data-browse":this.browseText||null}},[e("span",{staticClass:"d-block form-file-text",style:{pointerEvents:"none"}},[this.labelContent])]);return e("div",{staticClass:"custom-file b-form-file",class:[C({},"b-custom-control-".concat(a),a),o,i.class],style:i.style,attrs:{id:this.safeId("_BV_file_outer_")},on:{dragenter:this.onDragenter,dragover:this.onDragover,dragleave:this.onDragleave,drop:this.onDrop}},[s,l])}})},67786:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormFile:()=>a.BFormFile,FormFilePlugin:()=>r});var a=n(40986),r=(0,n(11638).pluginFactory)({components:{BFormFile:a.BFormFile,BFile:a.BFormFile}})},46709:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormGroup:()=>S,generateProps:()=>L});var a=n(94689),r=n(43935),o=n(12299),i=n(30824),s=n(90494),l=n(11572),c=n(79968),u=n(64679),d=n(26410),h=n(68265),p=n(33284),f=n(93954),m=n(67040),v=n(20451),g=n(95505),_=n(73727),b=n(18280),y=n(50725),M=n(46310),I=n(51666),B=n(52307),k=n(98761);function P(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function T(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?P(Object(n),!0).forEach((function(t){w(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):P(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function w(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var E=["input","select","textarea"],O=E.map((function(e){return"".concat(e,":not([disabled])")})).join(),A=[].concat(E,["a","button","label"]),L=function(){return(0,v.makePropsConfigurable)((0,m.sortKeys)(T(T(T(T({},_.props),g.props),(0,c.getBreakpointsUpCached)().reduce((function(e,t){return e[(0,v.suffixPropName)(t,"contentCols")]=(0,v.makeProp)(o.PROP_TYPE_BOOLEAN_NUMBER_STRING),e[(0,v.suffixPropName)(t,"labelAlign")]=(0,v.makeProp)(o.PROP_TYPE_STRING),e[(0,v.suffixPropName)(t,"labelCols")]=(0,v.makeProp)(o.PROP_TYPE_BOOLEAN_NUMBER_STRING),e}),(0,m.create)(null))),{},{description:(0,v.makeProp)(o.PROP_TYPE_STRING),disabled:(0,v.makeProp)(o.PROP_TYPE_BOOLEAN,!1),feedbackAriaLive:(0,v.makeProp)(o.PROP_TYPE_STRING,"assertive"),invalidFeedback:(0,v.makeProp)(o.PROP_TYPE_STRING),label:(0,v.makeProp)(o.PROP_TYPE_STRING),labelClass:(0,v.makeProp)(o.PROP_TYPE_ARRAY_OBJECT_STRING),labelFor:(0,v.makeProp)(o.PROP_TYPE_STRING),labelSize:(0,v.makeProp)(o.PROP_TYPE_STRING),labelSrOnly:(0,v.makeProp)(o.PROP_TYPE_BOOLEAN,!1),tooltip:(0,v.makeProp)(o.PROP_TYPE_BOOLEAN,!1),validFeedback:(0,v.makeProp)(o.PROP_TYPE_STRING),validated:(0,v.makeProp)(o.PROP_TYPE_BOOLEAN,!1)})),a.NAME_FORM_GROUP)},S={name:a.NAME_FORM_GROUP,mixins:[_.idMixin,g.formStateMixin,b.normalizeSlotMixin],get props(){return delete this.props,this.props=L()},data:function(){return{ariaDescribedby:null}},computed:{contentColProps:function(){return this.getColProps(this.$props,"content")},labelAlignClasses:function(){return this.getAlignClasses(this.$props,"label")},labelColProps:function(){return this.getColProps(this.$props,"label")},isHorizontal:function(){return(0,m.keys)(this.contentColProps).length>0||(0,m.keys)(this.labelColProps).length>0}},watch:{ariaDescribedby:function(e,t){e!==t&&this.updateAriaDescribedby(e,t)}},mounted:function(){var e=this;this.$nextTick((function(){e.updateAriaDescribedby(e.ariaDescribedby)}))},methods:{getAlignClasses:function(e,t){return(0,c.getBreakpointsUpCached)().reduce((function(n,a){var r=e[(0,v.suffixPropName)(a,"".concat(t,"Align"))]||null;return r&&n.push(["text",a,r].filter(h.identity).join("-")),n}),[])},getColProps:function(e,t){return(0,c.getBreakpointsUpCached)().reduce((function(n,a){var r=e[(0,v.suffixPropName)(a,"".concat(t,"Cols"))];return r=""===r||(r||!1),(0,p.isBoolean)(r)||"auto"===r||(r=(r=(0,f.toInteger)(r,0))>0&&r),r&&(n[a||((0,p.isBoolean)(r)?"col":"cols")]=r),n}),{})},updateAriaDescribedby:function(e,t){var n=this.labelFor;if(r.IS_BROWSER&&n){var a=(0,d.select)("#".concat((0,u.cssEscape)(n)),this.$refs.content);if(a){var o="aria-describedby",s=(e||"").split(i.RX_SPACE_SPLIT),c=(t||"").split(i.RX_SPACE_SPLIT),p=((0,d.getAttr)(a,o)||"").split(i.RX_SPACE_SPLIT).filter((function(e){return!(0,l.arrayIncludes)(c,e)})).concat(s).filter((function(e,t,n){return n.indexOf(e)===t})).filter(h.identity).join(" ").trim();p?(0,d.setAttr)(a,o,p):(0,d.removeAttr)(a,o)}}},onLegendClick:function(e){if(!this.labelFor){var t=e.target,n=t?t.tagName:"";if(-1===A.indexOf(n)){var a=(0,d.selectAll)(O,this.$refs.content).filter(d.isVisible);1===a.length&&(0,d.attemptFocus)(a[0])}}}},render:function(e){var t=this.computedState,n=this.feedbackAriaLive,a=this.isHorizontal,r=this.labelFor,o=this.normalizeSlot,i=this.safeId,l=this.tooltip,c=i(),u=!r,d=e(),p=o(s.SLOT_NAME_LABEL)||this.label,f=p?i("_BV_label_"):null;if(p||a){var m=this.labelSize,v=this.labelColProps,g=u?"legend":"label";this.labelSrOnly?(p&&(d=e(g,{class:"sr-only",attrs:{id:f,for:r||null}},[p])),d=e(a?y.BCol:"div",{props:a?v:{}},[d])):d=e(a?y.BCol:g,{on:u?{click:this.onLegendClick}:{},props:a?T(T({},v),{},{tag:g}):{},attrs:{id:f,for:r||null,tabindex:u?"-1":null},class:[u?"bv-no-focus-ring":"",a||u?"col-form-label":"",!a&&u?"pt-0":"",a||u?"":"d-block",m?"col-form-label-".concat(m):"",this.labelAlignClasses,this.labelClass]},[p])}var _=e(),b=o(s.SLOT_NAME_INVALID_FEEDBACK)||this.invalidFeedback,P=b?i("_BV_feedback_invalid_"):null;b&&(_=e(B.BFormInvalidFeedback,{props:{ariaLive:n,id:P,state:t,tooltip:l},attrs:{tabindex:b?"-1":null}},[b]));var w=e(),E=o(s.SLOT_NAME_VALID_FEEDBACK)||this.validFeedback,O=E?i("_BV_feedback_valid_"):null;E&&(w=e(k.BFormValidFeedback,{props:{ariaLive:n,id:O,state:t,tooltip:l},attrs:{tabindex:E?"-1":null}},[E]));var A=e(),L=o(s.SLOT_NAME_DESCRIPTION)||this.description,S=L?i("_BV_description_"):null;L&&(A=e(I.BFormText,{attrs:{id:S,tabindex:"-1"}},[L]));var C=this.ariaDescribedby=[S,!1===t?P:null,!0===t?O:null].filter(h.identity).join(" ")||null,z=e(a?y.BCol:"div",{props:a?this.contentColProps:{},ref:"content"},[o(s.SLOT_NAME_DEFAULT,{ariaDescribedby:C,descriptionId:S,id:c,labelId:f})||e(),_,w,A]);return e(u?"fieldset":a?M.BFormRow:"div",{staticClass:"form-group",class:[{"was-validated":this.validated},this.stateClass],attrs:{id:c,disabled:u?this.disabled:null,role:u?null:"group","aria-invalid":this.computedAriaInvalid,"aria-labelledby":u&&a?f:null}},a&&u?[e(M.BFormRow,[d,z])]:[d,z])}}},25613:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormGroup:()=>a.BFormGroup,FormGroupPlugin:()=>r});var a=n(46709),r=(0,n(11638).pluginFactory)({components:{BFormGroup:a.BFormGroup,BFormFieldset:a.BFormGroup}})},22183:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormInput:()=>k,props:()=>B});var a=n(1915),r=n(94689),o=n(12299),i=n(11572),s=n(26410),l=n(28415),c=n(67040),u=n(20451),d=n(32023),h=n(80685),p=n(49035),f=n(95505),m=n(70403),v=n(94791),g=n(73727),_=n(76677);function b(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function y(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?b(Object(n),!0).forEach((function(t){M(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):b(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function M(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var I=["text","password","email","number","url","tel","search","range","color","date","time","datetime","datetime-local","month","week"],B=(0,u.makePropsConfigurable)((0,c.sortKeys)(y(y(y(y(y(y({},g.props),d.props),p.props),f.props),m.props),{},{list:(0,u.makeProp)(o.PROP_TYPE_STRING),max:(0,u.makeProp)(o.PROP_TYPE_NUMBER_STRING),min:(0,u.makeProp)(o.PROP_TYPE_NUMBER_STRING),noWheel:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,!1),step:(0,u.makeProp)(o.PROP_TYPE_NUMBER_STRING),type:(0,u.makeProp)(o.PROP_TYPE_STRING,"text",(function(e){return(0,i.arrayIncludes)(I,e)}))})),r.NAME_FORM_INPUT),k=a.Vue.extend({name:r.NAME_FORM_INPUT,mixins:[_.listenersMixin,g.idMixin,d.formControlMixin,p.formSizeMixin,f.formStateMixin,m.formTextMixin,h.formSelectionMixin,v.formValidityMixin],props:B,computed:{localType:function(){var e=this.type;return(0,i.arrayIncludes)(I,e)?e:"text"},computedAttrs:function(){var e=this.localType,t=this.name,n=this.form,a=this.disabled,r=this.placeholder,o=this.required,i=this.min,s=this.max,l=this.step;return{id:this.safeId(),name:t,form:n,type:e,disabled:a,placeholder:r,required:o,autocomplete:this.autocomplete||null,readonly:this.readonly||this.plaintext,min:i,max:s,step:l,list:"password"!==e?this.list:null,"aria-required":o?"true":null,"aria-invalid":this.computedAriaInvalid}},computedListeners:function(){return y(y({},this.bvListeners),{},{input:this.onInput,change:this.onChange,blur:this.onBlur})}},watch:{noWheel:function(e){this.setWheelStopper(e)}},mounted:function(){this.setWheelStopper(this.noWheel)},deactivated:function(){this.setWheelStopper(!1)},activated:function(){this.setWheelStopper(this.noWheel)},beforeDestroy:function(){this.setWheelStopper(!1)},methods:{setWheelStopper:function(e){var t=this.$el;(0,l.eventOnOff)(e,t,"focus",this.onWheelFocus),(0,l.eventOnOff)(e,t,"blur",this.onWheelBlur),e||(0,l.eventOff)(document,"wheel",this.stopWheel)},onWheelFocus:function(){(0,l.eventOn)(document,"wheel",this.stopWheel)},onWheelBlur:function(){(0,l.eventOff)(document,"wheel",this.stopWheel)},stopWheel:function(e){(0,l.stopEvent)(e,{propagation:!1}),(0,s.attemptBlur)(this.$el)}},render:function(e){return e("input",{class:this.computedClass,attrs:this.computedAttrs,domProps:{value:this.localValue},on:this.computedListeners,ref:"input"})}})},34274:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormInput:()=>a.BFormInput,FormInputPlugin:()=>r});var a=n(22183),r=(0,n(11638).pluginFactory)({components:{BFormInput:a.BFormInput,BInput:a.BFormInput}})},87167:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormRadioGroup:()=>l,props:()=>s});var a=n(1915),r=n(94689),o=n(20451),i=n(72985),s=(0,o.makePropsConfigurable)(i.props,r.NAME_FORM_RADIO_GROUP),l=a.Vue.extend({name:r.NAME_FORM_RADIO_GROUP,mixins:[i.formRadioCheckGroupMixin],provide:function(){return{bvRadioGroup:this}},props:s,computed:{isRadioGroup:function(){return!0}}})},76398:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormRadio:()=>c,props:()=>l});var a=n(1915),r=n(94689),o=n(3058),i=n(20451),s=n(6298),l=(0,i.makePropsConfigurable)(s.props,r.NAME_FORM_RADIO),c=a.Vue.extend({name:r.NAME_FORM_RADIO,mixins:[s.formRadioCheckMixin],inject:{bvGroup:{from:"bvRadioGroup",default:!1}},props:l,watch:{computedLocalChecked:function(e,t){(0,o.looseEqual)(e,t)||this.$emit(s.MODEL_EVENT_NAME,e)}}})},35779:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormRadio:()=>a.BFormRadio,BFormRadioGroup:()=>r.BFormRadioGroup,FormRadioPlugin:()=>o});var a=n(76398),r=n(87167),o=(0,n(11638).pluginFactory)({components:{BFormRadio:a.BFormRadio,BRadio:a.BFormRadio,BFormRadioGroup:r.BFormRadioGroup,BRadioGroup:r.BFormRadioGroup}})},16398:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormRating:()=>R,props:()=>N});var a,r=n(1915),o=n(94689),i=n(63294),s=n(12299),l=n(63663),c=n(90494),u=n(11572),d=n(26410),h=n(28415),p=n(68265),f=n(33284),m=n(9439),v=n(21578),g=n(54602),_=n(93954),b=n(67040),y=n(20451),M=n(46595),I=n(49035),B=n(73727),k=n(18280),P=n(32023),T=n(43022),w=n(7543);function E(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function O(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?E(Object(n),!0).forEach((function(t){A(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):E(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function A(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var L=(0,g.makeModelMixin)("value",{type:s.PROP_TYPE_NUMBER_STRING,event:i.EVENT_NAME_CHANGE}),S=L.mixin,C=L.props,z=L.prop,x=L.event,D=function(e){return(0,v.mathMax)(3,(0,_.toInteger)(e,5))},F=function(e,t,n){return(0,v.mathMax)((0,v.mathMin)(e,n),t)},H=r.Vue.extend({name:o.NAME_FORM_RATING_STAR,mixins:[k.normalizeSlotMixin],props:{disabled:(0,y.makeProp)(s.PROP_TYPE_BOOLEAN,!1),focused:(0,y.makeProp)(s.PROP_TYPE_BOOLEAN,!1),hasClear:(0,y.makeProp)(s.PROP_TYPE_BOOLEAN,!1),rating:(0,y.makeProp)(s.PROP_TYPE_NUMBER,0),readonly:(0,y.makeProp)(s.PROP_TYPE_BOOLEAN,!1),star:(0,y.makeProp)(s.PROP_TYPE_NUMBER,0),variant:(0,y.makeProp)(s.PROP_TYPE_STRING)},methods:{onClick:function(e){this.disabled||this.readonly||((0,h.stopEvent)(e,{propagation:!1}),this.$emit(i.EVENT_NAME_SELECTED,this.star))}},render:function(e){var t=this.rating,n=this.star,a=this.focused,r=this.hasClear,o=this.variant,i=this.disabled,s=this.readonly,l=r?0:1,c=t>=n?"full":t>=n-.5?"half":"empty",u={variant:o,disabled:i,readonly:s};return e("span",{staticClass:"b-rating-star",class:{focused:a&&t===n||!(0,_.toInteger)(t)&&n===l,"b-rating-star-empty":"empty"===c,"b-rating-star-half":"half"===c,"b-rating-star-full":"full"===c},attrs:{tabindex:i||s?null:"-1"},on:{click:this.onClick}},[e("span",{staticClass:"b-rating-icon"},[this.normalizeSlot(c,u)])])}}),N=(0,y.makePropsConfigurable)((0,b.sortKeys)(O(O(O(O(O({},B.props),C),(0,b.omit)(P.props,["required","autofocus"])),I.props),{},{color:(0,y.makeProp)(s.PROP_TYPE_STRING),iconClear:(0,y.makeProp)(s.PROP_TYPE_STRING,"x"),iconEmpty:(0,y.makeProp)(s.PROP_TYPE_STRING,"star"),iconFull:(0,y.makeProp)(s.PROP_TYPE_STRING,"star-fill"),iconHalf:(0,y.makeProp)(s.PROP_TYPE_STRING,"star-half"),inline:(0,y.makeProp)(s.PROP_TYPE_BOOLEAN,!1),locale:(0,y.makeProp)(s.PROP_TYPE_ARRAY_STRING),noBorder:(0,y.makeProp)(s.PROP_TYPE_BOOLEAN,!1),precision:(0,y.makeProp)(s.PROP_TYPE_NUMBER_STRING),readonly:(0,y.makeProp)(s.PROP_TYPE_BOOLEAN,!1),showClear:(0,y.makeProp)(s.PROP_TYPE_BOOLEAN,!1),showValue:(0,y.makeProp)(s.PROP_TYPE_BOOLEAN,!1),showValueMax:(0,y.makeProp)(s.PROP_TYPE_BOOLEAN,!1),stars:(0,y.makeProp)(s.PROP_TYPE_NUMBER_STRING,5,(function(e){return(0,_.toInteger)(e)>=3})),variant:(0,y.makeProp)(s.PROP_TYPE_STRING)})),o.NAME_FORM_RATING),R=r.Vue.extend({name:o.NAME_FORM_RATING,components:{BIconStar:w.BIconStar,BIconStarHalf:w.BIconStarHalf,BIconStarFill:w.BIconStarFill,BIconX:w.BIconX},mixins:[B.idMixin,S,I.formSizeMixin],props:N,data:function(){var e=(0,_.toFloat)(this[z],null),t=D(this.stars);return{localValue:(0,f.isNull)(e)?null:F(e,0,t),hasFocus:!1}},computed:{computedStars:function(){return D(this.stars)},computedRating:function(){var e=(0,_.toFloat)(this.localValue,0),t=(0,_.toInteger)(this.precision,3);return F((0,_.toFloat)(e.toFixed(t)),0,this.computedStars)},computedLocale:function(){var e=(0,u.concat)(this.locale).filter(p.identity);return new Intl.NumberFormat(e).resolvedOptions().locale},isInteractive:function(){return!this.disabled&&!this.readonly},isRTL:function(){return(0,m.isLocaleRTL)(this.computedLocale)},formattedRating:function(){var e=(0,_.toInteger)(this.precision),t=this.showValueMax,n=this.computedLocale,a={notation:"standard",minimumFractionDigits:isNaN(e)?0:e,maximumFractionDigits:isNaN(e)?3:e},r=this.computedStars.toLocaleString(n),o=this.localValue;return o=(0,f.isNull)(o)?t?"-":"":o.toLocaleString(n,a),t?"".concat(o,"/").concat(r):o}},watch:(a={},A(a,z,(function(e,t){if(e!==t){var n=(0,_.toFloat)(e,null);this.localValue=(0,f.isNull)(n)?null:F(n,0,this.computedStars)}})),A(a,"localValue",(function(e,t){e!==t&&e!==(this.value||0)&&this.$emit(x,e||null)})),A(a,"disabled",(function(e){e&&(this.hasFocus=!1,this.blur())})),a),methods:{focus:function(){this.disabled||(0,d.attemptFocus)(this.$el)},blur:function(){this.disabled||(0,d.attemptBlur)(this.$el)},onKeydown:function(e){var t=e.keyCode;if(this.isInteractive&&(0,u.arrayIncludes)([l.CODE_LEFT,l.CODE_DOWN,l.CODE_RIGHT,l.CODE_UP],t)){(0,h.stopEvent)(e,{propagation:!1});var n=(0,_.toInteger)(this.localValue,0),a=this.showClear?0:1,r=this.computedStars,o=this.isRTL?-1:1;t===l.CODE_LEFT?this.localValue=F(n-o,a,r)||null:t===l.CODE_RIGHT?this.localValue=F(n+o,a,r):t===l.CODE_DOWN?this.localValue=F(n-1,a,r)||null:t===l.CODE_UP&&(this.localValue=F(n+1,a,r))}},onSelected:function(e){this.isInteractive&&(this.localValue=e)},onFocus:function(e){this.hasFocus=!!this.isInteractive&&"focus"===e.type},renderIcon:function(e){return this.$createElement(T.BIcon,{props:{icon:e,variant:this.disabled||this.color?null:this.variant||null}})},iconEmptyFn:function(){return this.renderIcon(this.iconEmpty)},iconHalfFn:function(){return this.renderIcon(this.iconHalf)},iconFullFn:function(){return this.renderIcon(this.iconFull)},iconClearFn:function(){return this.$createElement(T.BIcon,{props:{icon:this.iconClear}})}},render:function(e){var t=this,n=this.disabled,a=this.readonly,r=this.name,o=this.form,i=this.inline,s=this.variant,l=this.color,u=this.noBorder,d=this.hasFocus,h=this.computedRating,p=this.computedStars,m=this.formattedRating,v=this.showClear,g=this.isRTL,_=this.isInteractive,b=this.$scopedSlots,y=[];if(v&&!n&&!a){var I=e("span",{staticClass:"b-rating-icon"},[(b[c.SLOT_NAME_ICON_CLEAR]||this.iconClearFn)()]);y.push(e("span",{staticClass:"b-rating-star b-rating-star-clear flex-grow-1",class:{focused:d&&0===h},attrs:{tabindex:_?"-1":null},on:{click:function(){return t.onSelected(null)}},key:"clear"},[I]))}for(var B=0;B<p;B++){var k=B+1;y.push(e(H,{staticClass:"flex-grow-1",style:l&&!n?{color:l}:{},props:{rating:h,star:k,variant:n?null:s||null,disabled:n,readonly:a,focused:d,hasClear:v},on:{selected:this.onSelected},scopedSlots:{empty:b[c.SLOT_NAME_ICON_EMPTY]||this.iconEmptyFn,half:b[c.SLOT_NAME_ICON_HALF]||this.iconHalfFn,full:b[c.SLOT_NAME_ICON_FULL]||this.iconFullFn},key:B}))}return r&&y.push(e("input",{attrs:{type:"hidden",value:(0,f.isNull)(this.localValue)?"":h,name:r,form:o||null},key:"hidden"})),this.showValue&&y.push(e("b",{staticClass:"b-rating-value flex-grow-1",attrs:{"aria-hidden":"true"},key:"value"},(0,M.toString)(m))),e("output",{staticClass:"b-rating form-control align-items-center",class:[{"d-inline-flex":i,"d-flex":!i,"border-0":u,disabled:n,readonly:!n&&a},this.sizeFormClass],attrs:{id:this.safeId(),dir:g?"rtl":"ltr",tabindex:n?null:"0",disabled:n,role:"slider","aria-disabled":n?"true":null,"aria-readonly":!n&&a?"true":null,"aria-live":"off","aria-valuemin":v?"0":"1","aria-valuemax":(0,M.toString)(p),"aria-valuenow":h?(0,M.toString)(h):null},on:{keydown:this.onKeydown,focus:this.onFocus,blur:this.onFocus}},y)}})},9487:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormRating:()=>a.BFormRating,FormRatingPlugin:()=>r});var a=n(16398),r=(0,n(11638).pluginFactory)({components:{BFormRating:a.BFormRating,BRating:a.BFormRating}})},2938:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormSelectOptionGroup:()=>g,props:()=>v});var a=n(1915),r=n(94689),o=n(12299),i=n(90494),s=n(18735),l=n(67040),c=n(20451),u=n(77330),d=n(18280),h=n(78959);function p(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?p(Object(n),!0).forEach((function(t){m(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):p(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function m(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var v=(0,c.makePropsConfigurable)((0,l.sortKeys)(f(f({},u.props),{},{label:(0,c.makeProp)(o.PROP_TYPE_STRING,void 0,!0)})),r.NAME_FORM_SELECT_OPTION_GROUP),g=a.Vue.extend({name:r.NAME_FORM_SELECT_OPTION_GROUP,mixins:[d.normalizeSlotMixin,u.formOptionsMixin],props:v,render:function(e){var t=this.label,n=this.formOptions.map((function(t,n){var a=t.value,r=t.text,o=t.html,i=t.disabled;return e(h.BFormSelectOption,{attrs:{value:a,disabled:i},domProps:(0,s.htmlOrText)(o,r),key:"option_".concat(n)})}));return e("optgroup",{attrs:{label:t}},[this.normalizeSlot(i.SLOT_NAME_FIRST),n,this.normalizeSlot()])}})},78959:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormSelectOption:()=>l,props:()=>s});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=(0,i.makePropsConfigurable)({disabled:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),value:(0,i.makeProp)(o.PROP_TYPE_ANY,void 0,!0)},r.NAME_FORM_SELECT_OPTION),l=a.Vue.extend({name:r.NAME_FORM_SELECT_OPTION,functional:!0,props:s,render:function(e,t){var n=t.props,r=t.data,o=t.children,i=n.value,s=n.disabled;return e("option",(0,a.mergeData)(r,{attrs:{disabled:s},domProps:{value:i}}),o)}})},71567:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormSelect:()=>E,props:()=>w});var a=n(1915),r=n(94689),o=n(63294),i=n(12299),s=n(90494),l=n(11572),c=n(26410),u=n(18735),d=n(33284),h=n(67040),p=n(20451),f=n(32023),m=n(58137),v=n(49035),g=n(95505),_=n(73727),b=n(5504),y=n(18280),M=n(73837),I=n(78959),B=n(2938);function k(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function P(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?k(Object(n),!0).forEach((function(t){T(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):k(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function T(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var w=(0,p.makePropsConfigurable)((0,h.sortKeys)(P(P(P(P(P(P(P({},_.props),b.props),f.props),m.props),v.props),g.props),{},{ariaInvalid:(0,p.makeProp)(i.PROP_TYPE_BOOLEAN_STRING,!1),multiple:(0,p.makeProp)(i.PROP_TYPE_BOOLEAN,!1),selectSize:(0,p.makeProp)(i.PROP_TYPE_NUMBER,0)})),r.NAME_FORM_SELECT),E=a.Vue.extend({name:r.NAME_FORM_SELECT,mixins:[_.idMixin,b.modelMixin,f.formControlMixin,v.formSizeMixin,g.formStateMixin,m.formCustomMixin,M.optionsMixin,y.normalizeSlotMixin],props:w,data:function(){return{localValue:this[b.MODEL_PROP_NAME]}},computed:{computedSelectSize:function(){return this.plain||0!==this.selectSize?this.selectSize:null},inputClass:function(){return[this.plain?"form-control":"custom-select",this.size&&this.plain?"form-control-".concat(this.size):null,this.size&&!this.plain?"custom-select-".concat(this.size):null,this.stateClass]}},watch:{value:function(e){this.localValue=e},localValue:function(){this.$emit(b.MODEL_EVENT_NAME,this.localValue)}},methods:{focus:function(){(0,c.attemptFocus)(this.$refs.input)},blur:function(){(0,c.attemptBlur)(this.$refs.input)},onChange:function(e){var t=this,n=e.target,a=(0,l.from)(n.options).filter((function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));this.localValue=n.multiple?a:a[0],this.$nextTick((function(){t.$emit(o.EVENT_NAME_CHANGE,t.localValue)}))}},render:function(e){var t=this.name,n=this.disabled,a=this.required,r=this.computedSelectSize,o=this.localValue,i=this.formOptions.map((function(t,n){var a=t.value,r=t.label,o=t.options,i=t.disabled,s="option_".concat(n);return(0,d.isArray)(o)?e(B.BFormSelectOptionGroup,{props:{label:r,options:o},key:s}):e(I.BFormSelectOption,{props:{value:a,disabled:i},domProps:(0,u.htmlOrText)(t.html,t.text),key:s})}));return e("select",{class:this.inputClass,attrs:{id:this.safeId(),name:t,form:this.form||null,multiple:this.multiple||null,size:r,disabled:n,required:a,"aria-required":a?"true":null,"aria-invalid":this.computedAriaInvalid},on:{change:this.onChange},directives:[{name:"model",value:o}],ref:"input"},[this.normalizeSlot(s.SLOT_NAME_FIRST),i,this.normalizeSlot()])}})},73837:(e,t,n)=>{"use strict";n.r(t),n.d(t,{optionsMixin:()=>f,props:()=>p});var a=n(1915),r=n(12299),o=n(37668),i=n(33284),s=n(67040),l=n(20451),c=n(77330);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){h(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p=(0,l.makePropsConfigurable)((0,s.sortKeys)(d(d({},c.props),{},{labelField:(0,l.makeProp)(r.PROP_TYPE_STRING,"label"),optionsField:(0,l.makeProp)(r.PROP_TYPE_STRING,"options")})),"formOptions"),f=a.Vue.extend({mixins:[c.formOptionsMixin],props:p,methods:{normalizeOption:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if((0,i.isPlainObject)(e)){var n=(0,o.get)(e,this.valueField),a=(0,o.get)(e,this.textField),r=(0,o.get)(e,this.optionsField,null);return(0,i.isNull)(r)?{value:(0,i.isUndefined)(n)?t||a:n,text:String((0,i.isUndefined)(a)?t:a),html:(0,o.get)(e,this.htmlField),disabled:Boolean((0,o.get)(e,this.disabledField))}:{label:String((0,o.get)(e,this.labelField)||a),options:this.normalizeOptions(r)}}return{value:t||e,text:String(e),disabled:!1}}}})},99888:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormSelect:()=>a.BFormSelect,BFormSelectOption:()=>r.BFormSelectOption,BFormSelectOptionGroup:()=>o.BFormSelectOptionGroup,FormSelectPlugin:()=>i});var a=n(71567),r=n(78959),o=n(2938),i=(0,n(11638).pluginFactory)({components:{BFormSelect:a.BFormSelect,BFormSelectOption:r.BFormSelectOption,BFormSelectOptionGroup:o.BFormSelectOptionGroup,BSelect:a.BFormSelect,BSelectOption:r.BFormSelectOption,BSelectOptionGroup:o.BFormSelectOptionGroup}})},44390:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormSpinbutton:()=>N,props:()=>H});var a,r=n(1915),o=n(94689),i=n(63294),s=n(12299),l=n(63663),c=n(90494),u=n(11572),d=n(26410),h=n(28415),p=n(68265),f=n(33284),m=n(9439),v=n(21578),g=n(54602),_=n(93954),b=n(67040),y=n(20451),M=n(46595),I=n(28492),B=n(49035),k=n(95505),P=n(73727),T=n(18280),w=n(32023),E=n(7543);function O(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function A(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?O(Object(n),!0).forEach((function(t){L(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):O(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function L(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var S=(0,g.makeModelMixin)("value",{type:s.PROP_TYPE_BOOLEAN_NUMBER}),C=S.mixin,z=S.props,x=S.prop,D=S.event,F=[l.CODE_UP,l.CODE_DOWN,l.CODE_HOME,l.CODE_END,l.CODE_PAGEUP,l.CODE_PAGEDOWN],H=(0,y.makePropsConfigurable)((0,b.sortKeys)(A(A(A(A(A(A({},P.props),z),(0,b.omit)(w.props,["required","autofocus"])),B.props),k.props),{},{ariaControls:(0,y.makeProp)(s.PROP_TYPE_STRING),ariaLabel:(0,y.makeProp)(s.PROP_TYPE_STRING),formatterFn:(0,y.makeProp)(s.PROP_TYPE_FUNCTION),inline:(0,y.makeProp)(s.PROP_TYPE_BOOLEAN,!1),labelDecrement:(0,y.makeProp)(s.PROP_TYPE_STRING,"Decrement"),labelIncrement:(0,y.makeProp)(s.PROP_TYPE_STRING,"Increment"),locale:(0,y.makeProp)(s.PROP_TYPE_ARRAY_STRING),max:(0,y.makeProp)(s.PROP_TYPE_NUMBER_STRING,100),min:(0,y.makeProp)(s.PROP_TYPE_NUMBER_STRING,1),placeholder:(0,y.makeProp)(s.PROP_TYPE_STRING),readonly:(0,y.makeProp)(s.PROP_TYPE_BOOLEAN,!1),repeatDelay:(0,y.makeProp)(s.PROP_TYPE_NUMBER_STRING,500),repeatInterval:(0,y.makeProp)(s.PROP_TYPE_NUMBER_STRING,100),repeatStepMultiplier:(0,y.makeProp)(s.PROP_TYPE_NUMBER_STRING,4),repeatThreshold:(0,y.makeProp)(s.PROP_TYPE_NUMBER_STRING,10),step:(0,y.makeProp)(s.PROP_TYPE_NUMBER_STRING,1),vertical:(0,y.makeProp)(s.PROP_TYPE_BOOLEAN,!1),wrap:(0,y.makeProp)(s.PROP_TYPE_BOOLEAN,!1)})),o.NAME_FORM_SPINBUTTON),N=r.Vue.extend({name:o.NAME_FORM_SPINBUTTON,mixins:[I.attrsMixin,P.idMixin,C,B.formSizeMixin,k.formStateMixin,T.normalizeSlotMixin],inheritAttrs:!1,props:H,data:function(){return{localValue:(0,_.toFloat)(this[x],null),hasFocus:!1}},computed:{spinId:function(){return this.safeId()},computedInline:function(){return this.inline&&!this.vertical},computedReadonly:function(){return this.readonly&&!this.disabled},computedRequired:function(){return this.required&&!this.computedReadonly&&!this.disabled},computedStep:function(){return(0,_.toFloat)(this.step,1)},computedMin:function(){return(0,_.toFloat)(this.min,1)},computedMax:function(){var e=(0,_.toFloat)(this.max,100),t=this.computedStep,n=this.computedMin;return(0,v.mathFloor)((e-n)/t)*t+n},computedDelay:function(){var e=(0,_.toInteger)(this.repeatDelay,0);return e>0?e:500},computedInterval:function(){var e=(0,_.toInteger)(this.repeatInterval,0);return e>0?e:100},computedThreshold:function(){return(0,v.mathMax)((0,_.toInteger)(this.repeatThreshold,10),1)},computedStepMultiplier:function(){return(0,v.mathMax)((0,_.toInteger)(this.repeatStepMultiplier,4),1)},computedPrecision:function(){var e=this.computedStep;return(0,v.mathFloor)(e)===e?0:(e.toString().split(".")[1]||"").length},computedMultiplier:function(){return(0,v.mathPow)(10,this.computedPrecision||0)},valueAsFixed:function(){var e=this.localValue;return(0,f.isNull)(e)?"":e.toFixed(this.computedPrecision)},computedLocale:function(){var e=(0,u.concat)(this.locale).filter(p.identity);return new Intl.NumberFormat(e).resolvedOptions().locale},computedRTL:function(){return(0,m.isLocaleRTL)(this.computedLocale)},defaultFormatter:function(){var e=this.computedPrecision;return new Intl.NumberFormat(this.computedLocale,{style:"decimal",useGrouping:!1,minimumIntegerDigits:1,minimumFractionDigits:e,maximumFractionDigits:e,notation:"standard"}).format},computedFormatter:function(){var e=this.formatterFn;return(0,y.hasPropFunction)(e)?e:this.defaultFormatter},computedAttrs:function(){return A(A({},this.bvAttrs),{},{role:"group",lang:this.computedLocale,tabindex:this.disabled?null:"-1",title:this.ariaLabel})},computedSpinAttrs:function(){var e=this.spinId,t=this.localValue,n=this.computedRequired,a=this.disabled,r=this.state,o=this.computedFormatter,i=!(0,f.isNull)(t);return A(A({dir:this.computedRTL?"rtl":"ltr"},this.bvAttrs),{},{id:e,role:"spinbutton",tabindex:a?null:"0","aria-live":"off","aria-label":this.ariaLabel||null,"aria-controls":this.ariaControls||null,"aria-invalid":!1===r||!i&&n?"true":null,"aria-required":n?"true":null,"aria-valuemin":(0,M.toString)(this.computedMin),"aria-valuemax":(0,M.toString)(this.computedMax),"aria-valuenow":i?t:null,"aria-valuetext":i?o(t):null})}},watch:(a={},L(a,x,(function(e){this.localValue=(0,_.toFloat)(e,null)})),L(a,"localValue",(function(e){this.$emit(D,e)})),L(a,"disabled",(function(e){e&&this.clearRepeat()})),L(a,"readonly",(function(e){e&&this.clearRepeat()})),a),created:function(){this.$_autoDelayTimer=null,this.$_autoRepeatTimer=null,this.$_keyIsDown=!1},beforeDestroy:function(){this.clearRepeat()},deactivated:function(){this.clearRepeat()},methods:{focus:function(){this.disabled||(0,d.attemptFocus)(this.$refs.spinner)},blur:function(){this.disabled||(0,d.attemptBlur)(this.$refs.spinner)},emitChange:function(){this.$emit(i.EVENT_NAME_CHANGE,this.localValue)},stepValue:function(e){var t=this.localValue;if(!this.disabled&&!(0,f.isNull)(t)){var n=this.computedStep*e,a=this.computedMin,r=this.computedMax,o=this.computedMultiplier,i=this.wrap;t=(0,v.mathRound)((t-a)/n)*n+a+n,t=(0,v.mathRound)(t*o)/o,this.localValue=t>r?i?a:r:t<a?i?r:a:t}},onFocusBlur:function(e){this.hasFocus=!this.disabled&&"focus"===e.type},stepUp:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,t=this.localValue;(0,f.isNull)(t)?this.localValue=this.computedMin:this.stepValue(1*e)},stepDown:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,t=this.localValue;(0,f.isNull)(t)?this.localValue=this.wrap?this.computedMax:this.computedMin:this.stepValue(-1*e)},onKeydown:function(e){var t=e.keyCode,n=e.altKey,a=e.ctrlKey,r=e.metaKey;if(!(this.disabled||this.readonly||n||a||r)&&(0,u.arrayIncludes)(F,t)){if((0,h.stopEvent)(e,{propagation:!1}),this.$_keyIsDown)return;this.resetTimers(),(0,u.arrayIncludes)([l.CODE_UP,l.CODE_DOWN],t)?(this.$_keyIsDown=!0,t===l.CODE_UP?this.handleStepRepeat(e,this.stepUp):t===l.CODE_DOWN&&this.handleStepRepeat(e,this.stepDown)):t===l.CODE_PAGEUP?this.stepUp(this.computedStepMultiplier):t===l.CODE_PAGEDOWN?this.stepDown(this.computedStepMultiplier):t===l.CODE_HOME?this.localValue=this.computedMin:t===l.CODE_END&&(this.localValue=this.computedMax)}},onKeyup:function(e){var t=e.keyCode,n=e.altKey,a=e.ctrlKey,r=e.metaKey;this.disabled||this.readonly||n||a||r||(0,u.arrayIncludes)(F,t)&&((0,h.stopEvent)(e,{propagation:!1}),this.resetTimers(),this.$_keyIsDown=!1,this.emitChange())},handleStepRepeat:function(e,t){var n=this,a=e||{},r=a.type,o=a.button;if(!this.disabled&&!this.readonly){if("mousedown"===r&&o)return;this.resetTimers(),t(1);var i=this.computedThreshold,s=this.computedStepMultiplier,l=this.computedDelay,c=this.computedInterval;this.$_autoDelayTimer=setTimeout((function(){var e=0;n.$_autoRepeatTimer=setInterval((function(){t(e<i?1:s),e++}),c)}),l)}},onMouseup:function(e){var t=e||{},n=t.type,a=t.button;"mouseup"===n&&a||((0,h.stopEvent)(e,{propagation:!1}),this.resetTimers(),this.setMouseup(!1),this.emitChange())},setMouseup:function(e){try{(0,h.eventOnOff)(e,document.body,"mouseup",this.onMouseup,!1),(0,h.eventOnOff)(e,document.body,"touchend",this.onMouseup,!1)}catch(e){}},resetTimers:function(){clearTimeout(this.$_autoDelayTimer),clearInterval(this.$_autoRepeatTimer),this.$_autoDelayTimer=null,this.$_autoRepeatTimer=null},clearRepeat:function(){this.resetTimers(),this.setMouseup(!1),this.$_keyIsDown=!1}},render:function(e){var t=this,n=this.spinId,a=this.localValue,r=this.computedInline,o=this.computedReadonly,i=this.vertical,s=this.disabled,l=this.computedFormatter,u=!(0,f.isNull)(a),p=function(a,r,l,c,u,p,f){var m=e(l,{props:{scale:t.hasFocus?1.5:1.25},attrs:{"aria-hidden":"true"}}),v={hasFocus:t.hasFocus},g=function(e){s||o||((0,h.stopEvent)(e,{propagation:!1}),t.setMouseup(!0),(0,d.attemptFocus)(e.currentTarget),t.handleStepRepeat(e,a))};return e("button",{staticClass:"btn btn-sm border-0 rounded-0",class:{"py-0":!i},attrs:{tabindex:"-1",type:"button",disabled:s||o||p,"aria-disabled":s||o||p?"true":null,"aria-controls":n,"aria-label":r||null,"aria-keyshortcuts":u||null},on:{mousedown:g,touchstart:g},key:c||null,ref:c},[t.normalizeSlot(f,v)||m])},m=p(this.stepUp,this.labelIncrement,E.BIconPlus,"inc","ArrowUp",!1,c.SLOT_NAME_INCREMENT),v=p(this.stepDown,this.labelDecrement,E.BIconDash,"dec","ArrowDown",!1,c.SLOT_NAME_DECREMENT),g=e();this.name&&!s&&(g=e("input",{attrs:{type:"hidden",name:this.name,form:this.form||null,value:this.valueAsFixed},key:"hidden"}));var _=e("output",{staticClass:"flex-grow-1",class:{"d-flex":i,"align-self-center":!i,"align-items-center":i,"border-top":i,"border-bottom":i,"border-left":!i,"border-right":!i},attrs:this.computedSpinAttrs,key:"output",ref:"spinner"},[e("bdi",u?l(a):this.placeholder||"")]);return e("div",{staticClass:"b-form-spinbutton form-control",class:[{disabled:s,readonly:o,focus:this.hasFocus,"d-inline-flex":r||i,"d-flex":!r&&!i,"align-items-stretch":!i,"flex-column":i},this.sizeFormClass,this.stateClass],attrs:this.computedAttrs,on:{keydown:this.onKeydown,keyup:this.onKeyup,"!focus":this.onFocusBlur,"!blur":this.onFocusBlur}},i?[m,g,_,v]:[v,g,_,m])}})},57832:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormSpinbutton:()=>a.BFormSpinbutton,FormSpinbuttonPlugin:()=>r});var a=n(44390),r=(0,n(11638).pluginFactory)({components:{BFormSpinbutton:a.BFormSpinbutton,BSpinbutton:a.BFormSpinbutton}})},51909:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormTag:()=>_,props:()=>g});var a=n(1915),r=n(94689),o=n(63294),i=n(12299),s=n(63663),l=n(67040),c=n(20451),u=n(73727),d=n(18280),h=n(26034),p=n(91451);function f(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function m(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?f(Object(n),!0).forEach((function(t){v(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function v(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var g=(0,c.makePropsConfigurable)((0,l.sortKeys)(m(m({},u.props),{},{disabled:(0,c.makeProp)(i.PROP_TYPE_BOOLEAN,!1),noRemove:(0,c.makeProp)(i.PROP_TYPE_BOOLEAN,!1),pill:(0,c.makeProp)(i.PROP_TYPE_BOOLEAN,!1),removeLabel:(0,c.makeProp)(i.PROP_TYPE_STRING,"Remove tag"),tag:(0,c.makeProp)(i.PROP_TYPE_STRING,"span"),title:(0,c.makeProp)(i.PROP_TYPE_STRING),variant:(0,c.makeProp)(i.PROP_TYPE_STRING,"secondary")})),r.NAME_FORM_TAG),_=a.Vue.extend({name:r.NAME_FORM_TAG,mixins:[u.idMixin,d.normalizeSlotMixin],props:g,methods:{onRemove:function(e){var t=e.type,n=e.keyCode;this.disabled||"click"!==t&&("keydown"!==t||n!==s.CODE_DELETE)||this.$emit(o.EVENT_NAME_REMOVE)}},render:function(e){var t=this.title,n=this.tag,a=this.variant,r=this.pill,o=this.disabled,i=this.safeId(),s=this.safeId("_taglabel_"),l=e();this.noRemove||o||(l=e(p.BButtonClose,{staticClass:"b-form-tag-remove",props:{ariaLabel:this.removeLabel},attrs:{"aria-controls":i,"aria-describedby":s,"aria-keyshortcuts":"Delete"},on:{click:this.onRemove,keydown:this.onRemove}}));var c=e("span",{staticClass:"b-form-tag-content flex-grow-1 text-truncate",attrs:{id:s}},this.normalizeSlot()||t);return e(h.BBadge,{staticClass:"b-form-tag d-inline-flex align-items-baseline mw-100",class:{disabled:o},props:{tag:n,variant:a,pill:r},attrs:{id:i,title:t||null,"aria-labelledby":s}},[c,l])}})},71605:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormTags:()=>W});var a,r=n(1915),o=n(94689),i=n(63294),s=n(63663),l=n(12299),c=n(30824),u=n(90494),d=n(11572),h=n(64679),p=n(26410),f=n(28415),m=n(68265),v=n(33284),g=n(3058),_=n(54602),b=n(67040),y=n(20451),M=n(46595),I=n(32023),B=n(49035),k=n(95505),P=n(73727),T=n(76677),w=n(18280),E=n(15193),O=n(52307),A=n(51666),L=n(51909);function S(e){return function(e){if(Array.isArray(e))return C(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return C(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return C(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function C(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}function z(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function x(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?z(Object(n),!0).forEach((function(t){D(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):z(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function D(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var F=(0,_.makeModelMixin)("value",{type:l.PROP_TYPE_ARRAY,defaultValue:[]}),H=F.mixin,N=F.props,R=F.prop,V=F.event,Y=["text","email","tel","url","number"],j=[".b-form-tag","button","input","select"].join(" "),$=function(e){return(0,d.concat)(e).map((function(e){return(0,M.trim)((0,M.toString)(e))})).filter((function(e,t,n){return e.length>0&&n.indexOf(e)===t}))},U=function(e){return(0,v.isString)(e)?e:(0,v.isEvent)(e)&&e.target.value||""},G=(0,y.makePropsConfigurable)((0,b.sortKeys)(x(x(x(x(x(x({},P.props),N),I.props),B.props),k.props),{},{addButtonText:(0,y.makeProp)(l.PROP_TYPE_STRING,"Add"),addButtonVariant:(0,y.makeProp)(l.PROP_TYPE_STRING,"outline-secondary"),addOnChange:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),duplicateTagText:(0,y.makeProp)(l.PROP_TYPE_STRING,"Duplicate tag(s)"),feedbackAriaLive:(0,y.makeProp)(l.PROP_TYPE_STRING,"assertive"),ignoreInputFocusSelector:(0,y.makeProp)(l.PROP_TYPE_ARRAY_STRING,j),inputAttrs:(0,y.makeProp)(l.PROP_TYPE_OBJECT,{}),inputClass:(0,y.makeProp)(l.PROP_TYPE_ARRAY_OBJECT_STRING),inputId:(0,y.makeProp)(l.PROP_TYPE_STRING),inputType:(0,y.makeProp)(l.PROP_TYPE_STRING,"text",(function(e){return(0,d.arrayIncludes)(Y,e)})),invalidTagText:(0,y.makeProp)(l.PROP_TYPE_STRING,"Invalid tag(s)"),limit:(0,y.makeProp)(l.PROP_TYPE_NUMBER),limitTagsText:(0,y.makeProp)(l.PROP_TYPE_STRING,"Tag limit reached"),noAddOnEnter:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),noOuterFocus:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),noTagRemove:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),placeholder:(0,y.makeProp)(l.PROP_TYPE_STRING,"Add tag..."),removeOnDelete:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),separator:(0,y.makeProp)(l.PROP_TYPE_ARRAY_STRING),tagClass:(0,y.makeProp)(l.PROP_TYPE_ARRAY_OBJECT_STRING),tagPills:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),tagRemoveLabel:(0,y.makeProp)(l.PROP_TYPE_STRING,"Remove tag"),tagRemovedLabel:(0,y.makeProp)(l.PROP_TYPE_STRING,"Tag removed"),tagValidator:(0,y.makeProp)(l.PROP_TYPE_FUNCTION),tagVariant:(0,y.makeProp)(l.PROP_TYPE_STRING,"secondary")})),o.NAME_FORM_TAGS),W=r.Vue.extend({name:o.NAME_FORM_TAGS,mixins:[T.listenersMixin,P.idMixin,H,I.formControlMixin,B.formSizeMixin,k.formStateMixin,w.normalizeSlotMixin],props:G,data:function(){return{hasFocus:!1,newTag:"",tags:[],removedTags:[],tagsState:{all:[],valid:[],invalid:[],duplicate:[]},focusState:null}},computed:{computedInputId:function(){return this.inputId||this.safeId("__input__")},computedInputType:function(){return(0,d.arrayIncludes)(Y,this.inputType)?this.inputType:"text"},computedInputAttrs:function(){var e=this.disabled,t=this.form;return x(x({},this.inputAttrs),{},{id:this.computedInputId,value:this.newTag,disabled:e,form:t})},computedInputHandlers:function(){return x(x({},(0,b.omit)(this.bvListeners,[i.EVENT_NAME_FOCUSIN,i.EVENT_NAME_FOCUSOUT])),{},{blur:this.onInputBlur,change:this.onInputChange,focus:this.onInputFocus,input:this.onInputInput,keydown:this.onInputKeydown,reset:this.reset})},computedSeparator:function(){return(0,d.concat)(this.separator).filter(v.isString).filter(m.identity).join("")},computedSeparatorRegExp:function(){var e,t=this.computedSeparator;return t?new RegExp("[".concat((e=t,(0,M.escapeRegExp)(e).replace(c.RX_SPACES,"\\s")),"]+")):null},computedJoiner:function(){var e=this.computedSeparator.charAt(0);return" "!==e?"".concat(e," "):e},computeIgnoreInputFocusSelector:function(){return(0,d.concat)(this.ignoreInputFocusSelector).filter(m.identity).join(",").trim()},disableAddButton:function(){var e=this,t=(0,M.trim)(this.newTag);return""===t||!this.splitTags(t).some((function(t){return!(0,d.arrayIncludes)(e.tags,t)&&e.validateTag(t)}))},duplicateTags:function(){return this.tagsState.duplicate},hasDuplicateTags:function(){return this.duplicateTags.length>0},invalidTags:function(){return this.tagsState.invalid},hasInvalidTags:function(){return this.invalidTags.length>0},isLimitReached:function(){var e=this.limit;return(0,v.isNumber)(e)&&e>=0&&this.tags.length>=e}},watch:(a={},D(a,R,(function(e){this.tags=$(e)})),D(a,"tags",(function(e,t){(0,g.looseEqual)(e,this[R])||this.$emit(V,e),(0,g.looseEqual)(e,t)||(e=(0,d.concat)(e).filter(m.identity),t=(0,d.concat)(t).filter(m.identity),this.removedTags=t.filter((function(t){return!(0,d.arrayIncludes)(e,t)})))})),D(a,"tagsState",(function(e,t){(0,g.looseEqual)(e,t)||this.$emit(i.EVENT_NAME_TAG_STATE,e.valid,e.invalid,e.duplicate)})),a),created:function(){this.tags=$(this[R])},mounted:function(){var e=(0,p.closest)("form",this.$el);e&&(0,f.eventOn)(e,"reset",this.reset,i.EVENT_OPTIONS_PASSIVE)},beforeDestroy:function(){var e=(0,p.closest)("form",this.$el);e&&(0,f.eventOff)(e,"reset",this.reset,i.EVENT_OPTIONS_PASSIVE)},methods:{addTag:function(e){if(e=(0,v.isString)(e)?e:this.newTag,!this.disabled&&""!==(0,M.trim)(e)&&!this.isLimitReached){var t=this.parseTags(e);if(t.valid.length>0||0===t.all.length)if((0,p.matches)(this.getInput(),"select"))this.newTag="";else{var n=[].concat(S(t.invalid),S(t.duplicate));this.newTag=t.all.filter((function(e){return(0,d.arrayIncludes)(n,e)})).join(this.computedJoiner).concat(n.length>0?this.computedJoiner.charAt(0):"")}t.valid.length>0&&(this.tags=(0,d.concat)(this.tags,t.valid)),this.tagsState=t,this.focus()}},removeTag:function(e){this.disabled||(this.tags=this.tags.filter((function(t){return t!==e})))},reset:function(){var e=this;this.newTag="",this.tags=[],this.$nextTick((function(){e.removedTags=[],e.tagsState={all:[],valid:[],invalid:[],duplicate:[]}}))},onInputInput:function(e){if(!(this.disabled||(0,v.isEvent)(e)&&e.target.composing)){var t=U(e),n=this.computedSeparatorRegExp;this.newTag!==t&&(this.newTag=t),t=(0,M.trimLeft)(t),n&&n.test(t.slice(-1))?this.addTag():this.tagsState=""===t?{all:[],valid:[],invalid:[],duplicate:[]}:this.parseTags(t)}},onInputChange:function(e){if(!this.disabled&&this.addOnChange){var t=U(e);this.newTag!==t&&(this.newTag=t),this.addTag()}},onInputKeydown:function(e){if(!this.disabled&&(0,v.isEvent)(e)){var t=e.keyCode,n=e.target.value||"";this.noAddOnEnter||t!==s.CODE_ENTER?!this.removeOnDelete||t!==s.CODE_BACKSPACE&&t!==s.CODE_DELETE||""!==n||((0,f.stopEvent)(e,{propagation:!1}),this.tags=this.tags.slice(0,-1)):((0,f.stopEvent)(e,{propagation:!1}),this.addTag())}},onClick:function(e){var t=this,n=this.computeIgnoreInputFocusSelector;n&&(0,p.closest)(n,e.target,!0)||this.$nextTick((function(){t.focus()}))},onInputFocus:function(e){var t=this;"out"!==this.focusState&&(this.focusState="in",this.$nextTick((function(){(0,p.requestAF)((function(){t.hasFocus&&(t.$emit(i.EVENT_NAME_FOCUS,e),t.focusState=null)}))})))},onInputBlur:function(e){var t=this;"in"!==this.focusState&&(this.focusState="out",this.$nextTick((function(){(0,p.requestAF)((function(){t.hasFocus||(t.$emit(i.EVENT_NAME_BLUR,e),t.focusState=null)}))})))},onFocusin:function(e){this.hasFocus=!0,this.$emit(i.EVENT_NAME_FOCUSIN,e)},onFocusout:function(e){this.hasFocus=!1,this.$emit(i.EVENT_NAME_FOCUSOUT,e)},handleAutofocus:function(){var e=this;this.$nextTick((function(){(0,p.requestAF)((function(){e.autofocus&&e.focus()}))}))},focus:function(){this.disabled||(0,p.attemptFocus)(this.getInput())},blur:function(){this.disabled||(0,p.attemptBlur)(this.getInput())},splitTags:function(e){e=(0,M.toString)(e);var t=this.computedSeparatorRegExp;return(t?e.split(t):[e]).map(M.trim).filter(m.identity)},parseTags:function(e){var t=this,n=this.splitTags(e),a={all:n,valid:[],invalid:[],duplicate:[]};return n.forEach((function(e){(0,d.arrayIncludes)(t.tags,e)||(0,d.arrayIncludes)(a.valid,e)?(0,d.arrayIncludes)(a.duplicate,e)||a.duplicate.push(e):t.validateTag(e)?a.valid.push(e):(0,d.arrayIncludes)(a.invalid,e)||a.invalid.push(e)})),a},validateTag:function(e){var t=this.tagValidator;return!(0,y.hasPropFunction)(t)||t(e)},getInput:function(){return(0,p.select)("#".concat((0,h.cssEscape)(this.computedInputId)),this.$el)},defaultRender:function(e){var t=e.addButtonText,n=e.addButtonVariant,a=e.addTag,r=e.disableAddButton,o=e.disabled,i=e.duplicateTagText,s=e.inputAttrs,l=e.inputClass,c=e.inputHandlers,d=e.inputType,h=e.invalidTagText,p=e.isDuplicate,f=e.isInvalid,v=e.isLimitReached,g=e.limitTagsText,_=e.noTagRemove,b=e.placeholder,y=e.removeTag,I=e.tagClass,B=e.tagPills,k=e.tagRemoveLabel,P=e.tagVariant,T=e.tags,w=this.$createElement,S=T.map((function(e){return e=(0,M.toString)(e),w(L.BFormTag,{class:I,props:{disabled:o,noRemove:_,pill:B,removeLabel:k,tag:"li",title:e,variant:P},on:{remove:function(){return y(e)}},key:"tags_".concat(e)},e)})),C=h&&f?this.safeId("__invalid_feedback__"):null,z=i&&p?this.safeId("__duplicate_feedback__"):null,D=g&&v?this.safeId("__limit_feedback__"):null,F=[s["aria-describedby"],C,z,D].filter(m.identity).join(" "),H=w("input",{staticClass:"b-form-tags-input w-100 flex-grow-1 p-0 m-0 bg-transparent border-0",class:l,style:{outline:0,minWidth:"5rem"},attrs:x(x({},s),{},{"aria-describedby":F||null,type:d,placeholder:b||null}),domProps:{value:s.value},on:c,directives:[{name:"model",value:s.value}],ref:"input"}),N=w(E.BButton,{staticClass:"b-form-tags-button py-0",class:{invisible:r},style:{fontSize:"90%"},props:{disabled:r||v,variant:n},on:{click:function(){return a()}},ref:"button"},[this.normalizeSlot(u.SLOT_NAME_ADD_BUTTON_TEXT)||t]),R=this.safeId("__tag_list__"),V=w("li",{staticClass:"b-form-tags-field flex-grow-1",attrs:{role:"none","aria-live":"off","aria-controls":R},key:"tags_field"},[w("div",{staticClass:"d-flex",attrs:{role:"group"}},[H,N])]),Y=w("ul",{staticClass:"b-form-tags-list list-unstyled mb-0 d-flex flex-wrap align-items-center",attrs:{id:R},key:"tags_list"},[S,V]),j=w();if(h||i||g){var $=this.feedbackAriaLive,U=this.computedJoiner,G=w();C&&(G=w(O.BFormInvalidFeedback,{props:{id:C,ariaLive:$,forceShow:!0},key:"tags_invalid_feedback"},[this.invalidTagText,": ",this.invalidTags.join(U)]));var W=w();z&&(W=w(A.BFormText,{props:{id:z,ariaLive:$},key:"tags_duplicate_feedback"},[this.duplicateTagText,": ",this.duplicateTags.join(U)]));var q=w();D&&(q=w(A.BFormText,{props:{id:D,ariaLive:$},key:"tags_limit_feedback"},[g])),j=w("div",{attrs:{"aria-live":"polite","aria-atomic":"true"},key:"tags_feedback"},[G,W,q])}return[Y,j]}},render:function(e){var t=this.name,n=this.disabled,a=this.required,r=this.form,o=this.tags,i=this.computedInputId,s=this.hasFocus,l=this.noOuterFocus,c=x({tags:o.slice(),inputAttrs:this.computedInputAttrs,inputType:this.computedInputType,inputHandlers:this.computedInputHandlers,removeTag:this.removeTag,addTag:this.addTag,reset:this.reset,inputId:i,isInvalid:this.hasInvalidTags,invalidTags:this.invalidTags.slice(),isDuplicate:this.hasDuplicateTags,duplicateTags:this.duplicateTags.slice(),isLimitReached:this.isLimitReached,disableAddButton:this.disableAddButton},(0,b.pick)(this.$props,["addButtonText","addButtonVariant","disabled","duplicateTagText","form","inputClass","invalidTagText","limit","limitTagsText","noTagRemove","placeholder","required","separator","size","state","tagClass","tagPills","tagRemoveLabel","tagVariant"])),d=this.normalizeSlot(u.SLOT_NAME_DEFAULT,c)||this.defaultRender(c),h=e("output",{staticClass:"sr-only",attrs:{id:this.safeId("__selected_tags__"),role:"status",for:i,"aria-live":s?"polite":"off","aria-atomic":"true","aria-relevant":"additions text"}},this.tags.join(", ")),p=e("div",{staticClass:"sr-only",attrs:{id:this.safeId("__removed_tags__"),role:"status","aria-live":s?"assertive":"off","aria-atomic":"true"}},this.removedTags.length>0?"(".concat(this.tagRemovedLabel,") ").concat(this.removedTags.join(", ")):""),f=e();if(t&&!n){var m=o.length>0;f=(m?o:[""]).map((function(n){return e("input",{class:{"sr-only":!m},attrs:{type:m?"hidden":"text",value:n,required:a,name:t,form:r},key:"tag_input_".concat(n)})}))}return e("div",{staticClass:"b-form-tags form-control h-auto",class:[{focus:s&&!l&&!n,disabled:n},this.sizeFormClass,this.stateClass],attrs:{id:this.safeId(),role:"group",tabindex:n||l?null:"-1","aria-describedby":this.safeId("__selected_tags__")},on:{click:this.onClick,focusin:this.onFocusin,focusout:this.onFocusout}},[h,p,d,f])}})},48156:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormTag:()=>r.BFormTag,BFormTags:()=>a.BFormTags,FormTagsPlugin:()=>o});var a=n(71605),r=n(51909),o=(0,n(11638).pluginFactory)({components:{BFormTags:a.BFormTags,BTags:a.BFormTags,BFormTag:r.BFormTag,BTag:r.BFormTag}})},333:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormTextarea:()=>T,props:()=>P});var a=n(1915),r=n(94689),o=n(12299),i=n(26410),s=n(33284),l=n(21578),c=n(93954),u=n(67040),d=n(20451),h=n(32023),p=n(80685),f=n(49035),m=n(95505),v=n(70403),g=n(94791),_=n(73727),b=n(98596),y=n(76677),M=n(58290);function I(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function B(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?I(Object(n),!0).forEach((function(t){k(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):I(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function k(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var P=(0,d.makePropsConfigurable)((0,u.sortKeys)(B(B(B(B(B(B({},_.props),h.props),f.props),m.props),v.props),{},{maxRows:(0,d.makeProp)(o.PROP_TYPE_NUMBER_STRING),noAutoShrink:(0,d.makeProp)(o.PROP_TYPE_BOOLEAN,!1),noResize:(0,d.makeProp)(o.PROP_TYPE_BOOLEAN,!1),rows:(0,d.makeProp)(o.PROP_TYPE_NUMBER_STRING,2),wrap:(0,d.makeProp)(o.PROP_TYPE_STRING,"soft")})),r.NAME_FORM_TEXTAREA),T=a.Vue.extend({name:r.NAME_FORM_TEXTAREA,directives:{"b-visible":M.VBVisible},mixins:[y.listenersMixin,_.idMixin,b.listenOnRootMixin,h.formControlMixin,f.formSizeMixin,m.formStateMixin,v.formTextMixin,p.formSelectionMixin,g.formValidityMixin],props:P,data:function(){return{heightInPx:null}},computed:{computedStyle:function(){var e={resize:!this.computedRows||this.noResize?"none":null};return this.computedRows||(e.height=this.heightInPx,e.overflowY="scroll"),e},computedMinRows:function(){return(0,l.mathMax)((0,c.toInteger)(this.rows,2),2)},computedMaxRows:function(){return(0,l.mathMax)(this.computedMinRows,(0,c.toInteger)(this.maxRows,0))},computedRows:function(){return this.computedMinRows===this.computedMaxRows?this.computedMinRows:null},computedAttrs:function(){var e=this.disabled,t=this.required;return{id:this.safeId(),name:this.name||null,form:this.form||null,disabled:e,placeholder:this.placeholder||null,required:t,autocomplete:this.autocomplete||null,readonly:this.readonly||this.plaintext,rows:this.computedRows,wrap:this.wrap||null,"aria-required":this.required?"true":null,"aria-invalid":this.computedAriaInvalid}},computedListeners:function(){return B(B({},this.bvListeners),{},{input:this.onInput,change:this.onChange,blur:this.onBlur})}},watch:{localValue:function(){this.setHeight()}},mounted:function(){this.setHeight()},methods:{visibleCallback:function(e){e&&this.$nextTick(this.setHeight)},setHeight:function(){var e=this;this.$nextTick((function(){(0,i.requestAF)((function(){e.heightInPx=e.computeHeight()}))}))},computeHeight:function(){if(this.$isServer||!(0,s.isNull)(this.computedRows))return null;var e=this.$el;if(!(0,i.isVisible)(e))return null;var t=(0,i.getCS)(e),n=(0,c.toFloat)(t.lineHeight,1),a=(0,c.toFloat)(t.borderTopWidth,0)+(0,c.toFloat)(t.borderBottomWidth,0),r=(0,c.toFloat)(t.paddingTop,0)+(0,c.toFloat)(t.paddingBottom,0),o=a+r,u=n*this.computedMinRows+o,d=(0,i.getStyle)(e,"height")||t.height;(0,i.setStyle)(e,"height","auto");var h=e.scrollHeight;(0,i.setStyle)(e,"height",d);var p=(0,l.mathMax)((h-r)/n,2),f=(0,l.mathMin)((0,l.mathMax)(p,this.computedMinRows),this.computedMaxRows),m=(0,l.mathMax)((0,l.mathCeil)(f*n+o),u);return this.noAutoShrink&&(0,c.toFloat)(d,0)>m?d:"".concat(m,"px")}},render:function(e){return e("textarea",{class:this.computedClass,style:this.computedStyle,directives:[{name:"b-visible",value:this.visibleCallback,modifiers:{640:!0}}],attrs:this.computedAttrs,domProps:{value:this.localValue},on:this.computedListeners,ref:"input"})}})},90093:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormTextarea:()=>a.BFormTextarea,FormTextareaPlugin:()=>r});var a=n(333),r=(0,n(11638).pluginFactory)({components:{BFormTextarea:a.BFormTextarea,BTextarea:a.BFormTextarea}})},18577:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormTimepicker:()=>A,props:()=>O});var a,r=n(1915),o=n(94689),i=n(63294),s=n(12299),l=n(90494),c=n(26410),u=n(33284),d=n(54602),h=n(67040),p=n(20451),f=n(73727),m=n(7543),v=n(15193),g=n(82170),_=n(98916);function b(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function y(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?b(Object(n),!0).forEach((function(t){M(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):b(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function M(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var I=(0,d.makeModelMixin)("value",{type:s.PROP_TYPE_STRING,defaultValue:""}),B=I.mixin,k=I.props,P=I.prop,T=I.event,w=(0,h.omit)(_.props,["hidden","id","value"]),E=(0,h.omit)(g.props,["formattedValue","id","lang","rtl","value"]),O=(0,p.makePropsConfigurable)((0,h.sortKeys)(y(y(y(y(y({},f.props),k),w),E),{},{closeButtonVariant:(0,p.makeProp)(s.PROP_TYPE_STRING,"outline-secondary"),labelCloseButton:(0,p.makeProp)(s.PROP_TYPE_STRING,"Close"),labelNowButton:(0,p.makeProp)(s.PROP_TYPE_STRING,"Select now"),labelResetButton:(0,p.makeProp)(s.PROP_TYPE_STRING,"Reset"),noCloseButton:(0,p.makeProp)(s.PROP_TYPE_BOOLEAN,!1),nowButton:(0,p.makeProp)(s.PROP_TYPE_BOOLEAN,!1),nowButtonVariant:(0,p.makeProp)(s.PROP_TYPE_STRING,"outline-primary"),resetButton:(0,p.makeProp)(s.PROP_TYPE_BOOLEAN,!1),resetButtonVariant:(0,p.makeProp)(s.PROP_TYPE_STRING,"outline-danger"),resetValue:(0,p.makeProp)(s.PROP_TYPE_DATE_STRING)})),o.NAME_FORM_TIMEPICKER),A=r.Vue.extend({name:o.NAME_FORM_TIMEPICKER,mixins:[f.idMixin,B],props:O,data:function(){return{localHMS:this[P]||"",localLocale:null,isRTL:!1,formattedValue:"",isVisible:!1}},computed:{computedLang:function(){return(this.localLocale||"").replace(/-u-.*$/i,"")||null}},watch:(a={},M(a,P,(function(e){this.localHMS=e||""})),M(a,"localHMS",(function(e){this.isVisible&&this.$emit(T,e||"")})),a),methods:{focus:function(){this.disabled||(0,c.attemptFocus)(this.$refs.control)},blur:function(){this.disabled||(0,c.attemptBlur)(this.$refs.control)},setAndClose:function(e){var t=this;this.localHMS=e,this.$nextTick((function(){t.$refs.control.hide(!0)}))},onInput:function(e){this.localHMS!==e&&(this.localHMS=e)},onContext:function(e){var t=e.isRTL,n=e.locale,a=e.value,r=e.formatted;this.isRTL=t,this.localLocale=n,this.formattedValue=r,this.localHMS=a||"",this.$emit(i.EVENT_NAME_CONTEXT,e)},onNowButton:function(){var e=new Date,t=[e.getHours(),e.getMinutes(),this.showSeconds?e.getSeconds():0].map((function(e){return"00".concat(e||"").slice(-2)})).join(":");this.setAndClose(t)},onResetButton:function(){this.setAndClose(this.resetValue)},onCloseButton:function(){this.$refs.control.hide(!0)},onShow:function(){this.isVisible=!0},onShown:function(){var e=this;this.$nextTick((function(){(0,c.attemptFocus)(e.$refs.time),e.$emit(i.EVENT_NAME_SHOWN)}))},onHidden:function(){this.isVisible=!1,this.$emit(i.EVENT_NAME_HIDDEN)},defaultButtonFn:function(e){var t=e.isHovered,n=e.hasFocus;return this.$createElement(t||n?m.BIconClockFill:m.BIconClock,{attrs:{"aria-hidden":"true"}})}},render:function(e){var t=this.localHMS,n=this.disabled,a=this.readonly,r=this.$props,o=(0,u.isUndefinedOrNull)(this.placeholder)?this.labelNoTimeSelected:this.placeholder,i=[];if(this.nowButton){var s=this.labelNowButton;i.push(e(v.BButton,{props:{size:"sm",disabled:n||a,variant:this.nowButtonVariant},attrs:{"aria-label":s||null},on:{click:this.onNowButton},key:"now-btn"},s))}if(this.resetButton){i.length>0&&i.push(e("span"," "));var c=this.labelResetButton;i.push(e(v.BButton,{props:{size:"sm",disabled:n||a,variant:this.resetButtonVariant},attrs:{"aria-label":c||null},on:{click:this.onResetButton},key:"reset-btn"},c))}if(!this.noCloseButton){i.length>0&&i.push(e("span"," "));var d=this.labelCloseButton;i.push(e(v.BButton,{props:{size:"sm",disabled:n,variant:this.closeButtonVariant},attrs:{"aria-label":d||null},on:{click:this.onCloseButton},key:"close-btn"},d))}i.length>0&&(i=[e("div",{staticClass:"b-form-date-controls d-flex flex-wrap",class:{"justify-content-between":i.length>1,"justify-content-end":i.length<2}},i)]);var h=e(_.BTime,{staticClass:"b-form-time-control",props:y(y({},(0,p.pluckProps)(w,r)),{},{value:t,hidden:!this.isVisible}),on:{input:this.onInput,context:this.onContext},ref:"time"},i);return e(g.BVFormBtnLabelControl,{staticClass:"b-form-timepicker",props:y(y({},(0,p.pluckProps)(E,r)),{},{id:this.safeId(),value:t,formattedValue:t?this.formattedValue:"",placeholder:o,rtl:this.isRTL,lang:this.computedLang}),on:{show:this.onShow,shown:this.onShown,hidden:this.onHidden},scopedSlots:M({},l.SLOT_NAME_BUTTON_CONTENT,this.$scopedSlots[l.SLOT_NAME_BUTTON_CONTENT]||this.defaultButtonFn),ref:"control"},[h])}})},94814:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormTimepicker:()=>a.BFormTimepicker,FormTimepickerPlugin:()=>r});var a=n(18577),r=(0,n(11638).pluginFactory)({components:{BFormTimepicker:a.BFormTimepicker,BTimepicker:a.BFormTimepicker}})},62918:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormDatalist:()=>m,props:()=>f});var a=n(1915),r=n(94689),o=n(12299),i=n(18735),s=n(67040),l=n(20451),c=n(77330),u=n(18280);function d(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function h(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?d(Object(n),!0).forEach((function(t){p(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function p(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var f=(0,l.makePropsConfigurable)((0,s.sortKeys)(h(h({},c.props),{},{id:(0,l.makeProp)(o.PROP_TYPE_STRING,void 0,!0)})),r.NAME_FORM_DATALIST),m=a.Vue.extend({name:r.NAME_FORM_DATALIST,mixins:[c.formOptionsMixin,u.normalizeSlotMixin],props:f,render:function(e){var t=this.id,n=this.formOptions.map((function(t,n){var a=t.value,r=t.text,o=t.html,s=t.disabled;return e("option",{attrs:{value:a,disabled:s},domProps:(0,i.htmlOrText)(o,r),key:"option_".concat(n)})}));return e("datalist",{attrs:{id:t}},[n,this.normalizeSlot()])}})},52307:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormInvalidFeedback:()=>l,props:()=>s});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=(0,i.makePropsConfigurable)({ariaLive:(0,i.makeProp)(o.PROP_TYPE_STRING),forceShow:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),id:(0,i.makeProp)(o.PROP_TYPE_STRING),role:(0,i.makeProp)(o.PROP_TYPE_STRING),state:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,null),tag:(0,i.makeProp)(o.PROP_TYPE_STRING,"div"),tooltip:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1)},r.NAME_FORM_INVALID_FEEDBACK),l=a.Vue.extend({name:r.NAME_FORM_INVALID_FEEDBACK,functional:!0,props:s,render:function(e,t){var n=t.props,r=t.data,o=t.children,i=n.tooltip,s=n.ariaLive,l=!0===n.forceShow||!1===n.state;return e(n.tag,(0,a.mergeData)(r,{class:{"d-block":l,"invalid-feedback":!i,"invalid-tooltip":i},attrs:{id:n.id||null,role:n.role||null,"aria-live":s||null,"aria-atomic":s?"true":null}}),o)}})},51666:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormText:()=>l,props:()=>s});var a=n(1915),r=n(94689),o=n(12299),i=n(20451);var s=(0,i.makePropsConfigurable)({id:(0,i.makeProp)(o.PROP_TYPE_STRING),inline:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),tag:(0,i.makeProp)(o.PROP_TYPE_STRING,"small"),textVariant:(0,i.makeProp)(o.PROP_TYPE_STRING,"muted")},r.NAME_FORM_TEXT),l=a.Vue.extend({name:r.NAME_FORM_TEXT,functional:!0,props:s,render:function(e,t){var n,r,o,i=t.props,s=t.data,l=t.children;return e(i.tag,(0,a.mergeData)(s,{class:(n={"form-text":!i.inline},r="text-".concat(i.textVariant),o=i.textVariant,r in n?Object.defineProperty(n,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[r]=o,n),attrs:{id:i.id}}),l)}})},98761:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormValidFeedback:()=>l,props:()=>s});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=(0,i.makePropsConfigurable)({ariaLive:(0,i.makeProp)(o.PROP_TYPE_STRING),forceShow:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),id:(0,i.makeProp)(o.PROP_TYPE_STRING),role:(0,i.makeProp)(o.PROP_TYPE_STRING),state:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,null),tag:(0,i.makeProp)(o.PROP_TYPE_STRING,"div"),tooltip:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1)},r.NAME_FORM_VALID_FEEDBACK),l=a.Vue.extend({name:r.NAME_FORM_VALID_FEEDBACK,functional:!0,props:s,render:function(e,t){var n=t.props,r=t.data,o=t.children,i=n.tooltip,s=n.ariaLive,l=!0===n.forceShow||!0===n.state;return e(n.tag,(0,a.mergeData)(r,{class:{"d-block":l,"valid-feedback":!i,"valid-tooltip":i},attrs:{id:n.id||null,role:n.role||null,"aria-live":s||null,"aria-atomic":s?"true":null}}),o)}})},54909:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BForm:()=>l,props:()=>s});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=(0,i.makePropsConfigurable)({id:(0,i.makeProp)(o.PROP_TYPE_STRING),inline:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),novalidate:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),validated:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1)},r.NAME_FORM),l=a.Vue.extend({name:r.NAME_FORM,functional:!0,props:s,render:function(e,t){var n=t.props,r=t.data,o=t.children;return e("form",(0,a.mergeData)(r,{class:{"form-inline":n.inline,"was-validated":n.validated},attrs:{id:n.id,novalidate:n.novalidate}}),o)}})},5210:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BForm:()=>a.BForm,BFormDatalist:()=>r.BFormDatalist,BFormInvalidFeedback:()=>i.BFormInvalidFeedback,BFormText:()=>o.BFormText,BFormValidFeedback:()=>s.BFormValidFeedback,FormPlugin:()=>c});var a=n(54909),r=n(62918),o=n(51666),i=n(52307),s=n(98761),l=n(46310),c=(0,n(11638).pluginFactory)({components:{BForm:a.BForm,BFormDatalist:r.BFormDatalist,BDatalist:r.BFormDatalist,BFormText:o.BFormText,BFormInvalidFeedback:i.BFormInvalidFeedback,BFormFeedback:i.BFormInvalidFeedback,BFormValidFeedback:s.BFormValidFeedback,BFormRow:l.BFormRow}})},78130:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BImgLazy:()=>k,props:()=>B});var a,r=n(1915),o=n(94689),i=n(43935),s=n(63294),l=n(12299),c=n(11572),u=n(26410),d=n(68265),h=n(93954),p=n(67040),f=n(20451),m=n(58290),v=n(98156);function g(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function _(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?g(Object(n),!0).forEach((function(t){b(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):g(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function b(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var y="show",M=s.MODEL_EVENT_NAME_PREFIX+y,I=(0,p.omit)(v.props,["blank"]),B=(0,f.makePropsConfigurable)(_(_({},I),{},b({blankHeight:(0,f.makeProp)(l.PROP_TYPE_NUMBER_STRING),blankSrc:(0,f.makeProp)(l.PROP_TYPE_STRING,null),blankWidth:(0,f.makeProp)(l.PROP_TYPE_NUMBER_STRING),offset:(0,f.makeProp)(l.PROP_TYPE_NUMBER_STRING,360)},y,(0,f.makeProp)(l.PROP_TYPE_BOOLEAN,!1))),o.NAME_IMG_LAZY),k=r.Vue.extend({name:o.NAME_IMG_LAZY,directives:{"b-visible":m.VBVisible},props:B,data:function(){return{isShown:this.show}},computed:{computedSrc:function(){var e=this.blankSrc;return!e||this.isShown?this.src:e},computedBlank:function(){return!(this.isShown||this.blankSrc)},computedWidth:function(){var e=this.width;return this.isShown?e:this.blankWidth||e},computedHeight:function(){var e=this.height;return this.isShown?e:this.blankHeight||e},computedSrcset:function(){var e=(0,c.concat)(this.srcset).filter(d.identity).join(",");return!e||this.blankSrc&&!this.isShown?null:e},computedSizes:function(){var e=(0,c.concat)(this.sizes).filter(d.identity).join(",");return!e||this.blankSrc&&!this.isShown?null:e}},watch:(a={},b(a,y,(function(e,t){if(e!==t){var n=!i.HAS_INTERACTION_OBSERVER_SUPPORT||e;this.isShown=n,e!==n&&this.$nextTick(this.updateShowProp)}})),b(a,"isShown",(function(e,t){e!==t&&this.updateShowProp()})),a),mounted:function(){this.isShown=!i.HAS_INTERACTION_OBSERVER_SUPPORT||this.show},methods:{updateShowProp:function(){this.$emit(M,this.isShown)},doShow:function(e){var t=this;!e&&null!==e||this.isShown||(0,u.requestAF)((function(){t.isShown=!0}))}},render:function(e){var t,n=[];this.isShown||n.push({name:"b-visible",value:this.doShow,modifiers:(t={},b(t,"".concat((0,h.toInteger)(this.offset,0)),!0),b(t,"once",!0),t)});return e(v.BImg,{directives:n,props:_(_({},(0,f.pluckProps)(I,this.$props)),{},{src:this.computedSrc,blank:this.computedBlank,width:this.computedWidth,height:this.computedHeight,srcset:this.computedSrcset,sizes:this.computedSizes})})}})},98156:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BImg:()=>m,props:()=>f});var a=n(1915),r=n(94689),o=n(12299),i=n(11572),s=n(68265),l=n(33284),c=n(93954),u=n(20451),d=n(46595);function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p='<svg width="%{w}" height="%{h}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 %{w} %{h}" preserveAspectRatio="none"><rect width="100%" height="100%" style="fill:%{f};"></rect></svg>',f=(0,u.makePropsConfigurable)({alt:(0,u.makeProp)(o.PROP_TYPE_STRING),blank:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,!1),blankColor:(0,u.makeProp)(o.PROP_TYPE_STRING,"transparent"),block:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,!1),center:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,!1),fluid:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,!1),fluidGrow:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,!1),height:(0,u.makeProp)(o.PROP_TYPE_NUMBER_STRING),left:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,!1),right:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,!1),rounded:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN_STRING,!1),sizes:(0,u.makeProp)(o.PROP_TYPE_ARRAY_STRING),src:(0,u.makeProp)(o.PROP_TYPE_STRING),srcset:(0,u.makeProp)(o.PROP_TYPE_ARRAY_STRING),thumbnail:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,!1),width:(0,u.makeProp)(o.PROP_TYPE_NUMBER_STRING)},r.NAME_IMG),m=a.Vue.extend({name:r.NAME_IMG,functional:!0,props:f,render:function(e,t){var n,r=t.props,o=t.data,u=r.alt,f=r.src,m=r.block,v=r.fluidGrow,g=r.rounded,_=(0,c.toInteger)(r.width)||null,b=(0,c.toInteger)(r.height)||null,y=null,M=(0,i.concat)(r.srcset).filter(s.identity).join(","),I=(0,i.concat)(r.sizes).filter(s.identity).join(",");return r.blank&&(!b&&_?b=_:!_&&b&&(_=b),_||b||(_=1,b=1),f=function(e,t,n){var a=encodeURIComponent(p.replace("%{w}",(0,d.toString)(e)).replace("%{h}",(0,d.toString)(t)).replace("%{f}",n));return"data:image/svg+xml;charset=UTF-8,".concat(a)}(_,b,r.blankColor||"transparent"),M=null,I=null),r.left?y="float-left":r.right?y="float-right":r.center&&(y="mx-auto",m=!0),e("img",(0,a.mergeData)(o,{attrs:{src:f,alt:u,width:_?(0,d.toString)(_):null,height:b?(0,d.toString)(b):null,srcset:M||null,sizes:I||null},class:(n={"img-thumbnail":r.thumbnail,"img-fluid":r.fluid||v,"w-100":v,rounded:""===g||!0===g},h(n,"rounded-".concat(g),(0,l.isString)(g)&&""!==g),h(n,y,y),h(n,"d-block",m),n)}))}})},52749:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BImg:()=>a.BImg,BImgLazy:()=>r.BImgLazy,ImagePlugin:()=>o});var a=n(98156),r=n(78130),o=(0,n(11638).pluginFactory)({components:{BImg:a.BImg,BImgLazy:r.BImgLazy}})},17826:(e,t,n)=>{"use strict";n.r(t),n.d(t,{componentsPlugin:()=>ee});var a=n(11638),r=n(45279),o=n(74278),i=n(48391),s=n(32026),l=n(93575),c=n(1869),u=n(47070),d=n(23059),h=n(75360),p=n(51684),f=n(68512),m=n(31586),v=n(25952),g=n(49244),_=n(5210),b=n(15696),y=n(88126),M=n(67786),I=n(25613),B=n(34274),k=n(35779),P=n(9487),T=n(99888),w=n(57832),E=n(48156),O=n(90093),A=n(94814),L=n(52749),S=n(45284),C=n(69589),z=n(48648),x=n(30959),D=n(87841),F=n(35198),H=n(45906),N=n(53156),R=n(55739),V=n(98812),Y=n(1781),j=n(11856),$=n(71868),U=n(37587),G=n(44196),W=n(87140),q=n(82496),X=n(56778),J=n(91573),K=n(61783),Q=n(48233),Z=n(63886),ee=(0,a.pluginFactory)({plugins:{AlertPlugin:r.AlertPlugin,AspectPlugin:o.AspectPlugin,AvatarPlugin:i.AvatarPlugin,BadgePlugin:s.BadgePlugin,BreadcrumbPlugin:l.BreadcrumbPlugin,ButtonPlugin:c.ButtonPlugin,ButtonGroupPlugin:u.ButtonGroupPlugin,ButtonToolbarPlugin:d.ButtonToolbarPlugin,CalendarPlugin:h.CalendarPlugin,CardPlugin:p.CardPlugin,CarouselPlugin:f.CarouselPlugin,CollapsePlugin:m.CollapsePlugin,DropdownPlugin:v.DropdownPlugin,EmbedPlugin:g.EmbedPlugin,FormPlugin:_.FormPlugin,FormCheckboxPlugin:b.FormCheckboxPlugin,FormDatepickerPlugin:y.FormDatepickerPlugin,FormFilePlugin:M.FormFilePlugin,FormGroupPlugin:I.FormGroupPlugin,FormInputPlugin:B.FormInputPlugin,FormRadioPlugin:k.FormRadioPlugin,FormRatingPlugin:P.FormRatingPlugin,FormSelectPlugin:T.FormSelectPlugin,FormSpinbuttonPlugin:w.FormSpinbuttonPlugin,FormTagsPlugin:E.FormTagsPlugin,FormTextareaPlugin:O.FormTextareaPlugin,FormTimepickerPlugin:A.FormTimepickerPlugin,ImagePlugin:L.ImagePlugin,InputGroupPlugin:S.InputGroupPlugin,JumbotronPlugin:C.JumbotronPlugin,LayoutPlugin:z.LayoutPlugin,LinkPlugin:x.LinkPlugin,ListGroupPlugin:D.ListGroupPlugin,MediaPlugin:F.MediaPlugin,ModalPlugin:H.ModalPlugin,NavPlugin:N.NavPlugin,NavbarPlugin:R.NavbarPlugin,OverlayPlugin:V.OverlayPlugin,PaginationPlugin:Y.PaginationPlugin,PaginationNavPlugin:j.PaginationNavPlugin,PopoverPlugin:$.PopoverPlugin,ProgressPlugin:U.ProgressPlugin,SidebarPlugin:G.SidebarPlugin,SkeletonPlugin:W.SkeletonPlugin,SpinnerPlugin:q.SpinnerPlugin,TablePlugin:X.TablePlugin,TabsPlugin:J.TabsPlugin,TimePlugin:K.TimePlugin,ToastPlugin:Q.ToastPlugin,TooltipPlugin:Z.TooltipPlugin}})},45284:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BInputGroup:()=>a.BInputGroup,BInputGroupAddon:()=>r.BInputGroupAddon,BInputGroupAppend:()=>i.BInputGroupAppend,BInputGroupPrepend:()=>o.BInputGroupPrepend,BInputGroupText:()=>s.BInputGroupText,InputGroupPlugin:()=>l});var a=n(4060),r=n(74199),o=n(27754),i=n(22418),s=n(18222),l=(0,n(11638).pluginFactory)({components:{BInputGroup:a.BInputGroup,BInputGroupAddon:r.BInputGroupAddon,BInputGroupPrepend:o.BInputGroupPrepend,BInputGroupAppend:i.BInputGroupAppend,BInputGroupText:s.BInputGroupText}})},74199:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BInputGroupAddon:()=>c,props:()=>l});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=n(18222),l=(0,i.makePropsConfigurable)({append:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),id:(0,i.makeProp)(o.PROP_TYPE_STRING),isText:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),tag:(0,i.makeProp)(o.PROP_TYPE_STRING,"div")},r.NAME_INPUT_GROUP_ADDON),c=a.Vue.extend({name:r.NAME_INPUT_GROUP_ADDON,functional:!0,props:l,render:function(e,t){var n=t.props,r=t.data,o=t.children,i=n.append;return e(n.tag,(0,a.mergeData)(r,{class:{"input-group-append":i,"input-group-prepend":!i},attrs:{id:n.id}}),n.isText?[e(s.BInputGroupText,o)]:o)}})},22418:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BInputGroupAppend:()=>h,props:()=>d});var a=n(1915),r=n(94689),o=n(67040),i=n(20451),s=n(74199);function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function c(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?l(Object(n),!0).forEach((function(t){u(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var d=(0,i.makePropsConfigurable)((0,o.omit)(s.props,["append"]),r.NAME_INPUT_GROUP_APPEND),h=a.Vue.extend({name:r.NAME_INPUT_GROUP_APPEND,functional:!0,props:d,render:function(e,t){var n=t.props,r=t.data,o=t.children;return e(s.BInputGroupAddon,(0,a.mergeData)(r,{props:c(c({},n),{},{append:!0})}),o)}})},27754:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BInputGroupPrepend:()=>h,props:()=>d});var a=n(1915),r=n(94689),o=n(67040),i=n(20451),s=n(74199);function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function c(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?l(Object(n),!0).forEach((function(t){u(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var d=(0,i.makePropsConfigurable)((0,o.omit)(s.props,["append"]),r.NAME_INPUT_GROUP_PREPEND),h=a.Vue.extend({name:r.NAME_INPUT_GROUP_PREPEND,functional:!0,props:d,render:function(e,t){var n=t.props,r=t.data,o=t.children;return e(s.BInputGroupAddon,(0,a.mergeData)(r,{props:c(c({},n),{},{append:!1})}),o)}})},18222:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BInputGroupText:()=>l,props:()=>s});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=(0,i.makePropsConfigurable)({tag:(0,i.makeProp)(o.PROP_TYPE_STRING,"div")},r.NAME_INPUT_GROUP_TEXT),l=a.Vue.extend({name:r.NAME_INPUT_GROUP_TEXT,functional:!0,props:s,render:function(e,t){var n=t.props,r=t.data,o=t.children;return e(n.tag,(0,a.mergeData)(r,{staticClass:"input-group-text"}),o)}})},4060:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BInputGroup:()=>f,props:()=>p});var a=n(1915),r=n(94689),o=n(12299),i=n(90494),s=n(18735),l=n(72345),c=n(20451),u=n(22418),d=n(27754),h=n(18222);var p=(0,c.makePropsConfigurable)({append:(0,c.makeProp)(o.PROP_TYPE_STRING),appendHtml:(0,c.makeProp)(o.PROP_TYPE_STRING),id:(0,c.makeProp)(o.PROP_TYPE_STRING),prepend:(0,c.makeProp)(o.PROP_TYPE_STRING),prependHtml:(0,c.makeProp)(o.PROP_TYPE_STRING),size:(0,c.makeProp)(o.PROP_TYPE_STRING),tag:(0,c.makeProp)(o.PROP_TYPE_STRING,"div")},r.NAME_INPUT_GROUP),f=a.Vue.extend({name:r.NAME_INPUT_GROUP,functional:!0,props:p,render:function(e,t){var n=t.props,r=t.data,o=t.slots,c=t.scopedSlots,p=n.prepend,f=n.prependHtml,m=n.append,v=n.appendHtml,g=n.size,_=c||{},b=o(),y={},M=e(),I=(0,l.hasNormalizedSlot)(i.SLOT_NAME_PREPEND,_,b);(I||p||f)&&(M=e(d.BInputGroupPrepend,[I?(0,l.normalizeSlot)(i.SLOT_NAME_PREPEND,y,_,b):e(h.BInputGroupText,{domProps:(0,s.htmlOrText)(f,p)})]));var B,k,P,T=e(),w=(0,l.hasNormalizedSlot)(i.SLOT_NAME_APPEND,_,b);return(w||m||v)&&(T=e(u.BInputGroupAppend,[w?(0,l.normalizeSlot)(i.SLOT_NAME_APPEND,y,_,b):e(h.BInputGroupText,{domProps:(0,s.htmlOrText)(v,m)})])),e(n.tag,(0,a.mergeData)(r,{staticClass:"input-group",class:(B={},k="input-group-".concat(g),P=g,k in B?Object.defineProperty(B,k,{value:P,enumerable:!0,configurable:!0,writable:!0}):B[k]=P,B),attrs:{id:n.id||null,role:"group"}}),[M,(0,l.normalizeSlot)(i.SLOT_NAME_DEFAULT,y,_,b),T])}})},69589:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BJumbotron:()=>a.BJumbotron,JumbotronPlugin:()=>r});var a=n(855),r=(0,n(11638).pluginFactory)({components:{BJumbotron:a.BJumbotron}})},855:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BJumbotron:()=>p,props:()=>h});var a=n(1915),r=n(94689),o=n(12299),i=n(90494),s=n(18735),l=n(72345),c=n(20451),u=n(34147);function d(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var h=(0,c.makePropsConfigurable)({bgVariant:(0,c.makeProp)(o.PROP_TYPE_STRING),borderVariant:(0,c.makeProp)(o.PROP_TYPE_STRING),containerFluid:(0,c.makeProp)(o.PROP_TYPE_BOOLEAN_STRING,!1),fluid:(0,c.makeProp)(o.PROP_TYPE_BOOLEAN,!1),header:(0,c.makeProp)(o.PROP_TYPE_STRING),headerHtml:(0,c.makeProp)(o.PROP_TYPE_STRING),headerLevel:(0,c.makeProp)(o.PROP_TYPE_NUMBER_STRING,3),headerTag:(0,c.makeProp)(o.PROP_TYPE_STRING,"h1"),lead:(0,c.makeProp)(o.PROP_TYPE_STRING),leadHtml:(0,c.makeProp)(o.PROP_TYPE_STRING),leadTag:(0,c.makeProp)(o.PROP_TYPE_STRING,"p"),tag:(0,c.makeProp)(o.PROP_TYPE_STRING,"div"),textVariant:(0,c.makeProp)(o.PROP_TYPE_STRING)},r.NAME_JUMBOTRON),p=a.Vue.extend({name:r.NAME_JUMBOTRON,functional:!0,props:h,render:function(e,t){var n,r=t.props,o=t.data,c=t.slots,h=t.scopedSlots,p=r.header,f=r.headerHtml,m=r.lead,v=r.leadHtml,g=r.textVariant,_=r.bgVariant,b=r.borderVariant,y=h||{},M=c(),I={},B=e(),k=(0,l.hasNormalizedSlot)(i.SLOT_NAME_HEADER,y,M);if(k||p||f){var P=r.headerLevel;B=e(r.headerTag,{class:d({},"display-".concat(P),P),domProps:k?{}:(0,s.htmlOrText)(f,p)},(0,l.normalizeSlot)(i.SLOT_NAME_HEADER,I,y,M))}var T=e(),w=(0,l.hasNormalizedSlot)(i.SLOT_NAME_LEAD,y,M);(w||m||v)&&(T=e(r.leadTag,{staticClass:"lead",domProps:w?{}:(0,s.htmlOrText)(v,m)},(0,l.normalizeSlot)(i.SLOT_NAME_LEAD,I,y,M)));var E=[B,T,(0,l.normalizeSlot)(i.SLOT_NAME_DEFAULT,I,y,M)];return r.fluid&&(E=[e(u.BContainer,{props:{fluid:r.containerFluid}},E)]),e(r.tag,(0,a.mergeData)(o,{staticClass:"jumbotron",class:(n={"jumbotron-fluid":r.fluid},d(n,"text-".concat(g),g),d(n,"bg-".concat(_),_),d(n,"border-".concat(b),b),d(n,"border",b),n)}),E)}})},50725:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCol:()=>I,generateProps:()=>M});var a=n(1915),r=n(94689),o=n(12299),i=n(30824),s=n(11572),l=n(79968),c=n(68265),u=n(33284),d=n(91051),h=n(67040),p=n(20451),f=n(46595);function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function v(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?m(Object(n),!0).forEach((function(t){g(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function g(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var _=["auto","start","end","center","baseline","stretch"],b=(0,d.memoize)((function(e,t,n){var a=e;if(!(0,u.isUndefinedOrNull)(n)&&!1!==n)return t&&(a+="-".concat(t)),"col"!==e||""!==n&&!0!==n?(a+="-".concat(n),(0,f.lowerCase)(a)):(0,f.lowerCase)(a)})),y=(0,h.create)(null),M=function(){var e=(0,l.getBreakpointsUpCached)().filter(c.identity),t=e.reduce((function(e,t){return e[t]=(0,p.makeProp)(o.PROP_TYPE_BOOLEAN_NUMBER_STRING),e}),(0,h.create)(null)),n=e.reduce((function(e,t){return e[(0,p.suffixPropName)(t,"offset")]=(0,p.makeProp)(o.PROP_TYPE_NUMBER_STRING),e}),(0,h.create)(null)),a=e.reduce((function(e,t){return e[(0,p.suffixPropName)(t,"order")]=(0,p.makeProp)(o.PROP_TYPE_NUMBER_STRING),e}),(0,h.create)(null));return y=(0,h.assign)((0,h.create)(null),{col:(0,h.keys)(t),offset:(0,h.keys)(n),order:(0,h.keys)(a)}),(0,p.makePropsConfigurable)((0,h.sortKeys)(v(v(v(v({},t),n),a),{},{alignSelf:(0,p.makeProp)(o.PROP_TYPE_STRING,null,(function(e){return(0,s.arrayIncludes)(_,e)})),col:(0,p.makeProp)(o.PROP_TYPE_BOOLEAN,!1),cols:(0,p.makeProp)(o.PROP_TYPE_NUMBER_STRING),offset:(0,p.makeProp)(o.PROP_TYPE_NUMBER_STRING),order:(0,p.makeProp)(o.PROP_TYPE_NUMBER_STRING),tag:(0,p.makeProp)(o.PROP_TYPE_STRING,"div")})),r.NAME_COL)},I={name:r.NAME_COL,functional:!0,get props(){return delete this.props,this.props=M()},render:function(e,t){var n,r=t.props,o=t.data,s=t.children,l=r.cols,c=r.offset,u=r.order,d=r.alignSelf,h=[];for(var p in y)for(var f=y[p],m=0;m<f.length;m++){var v=b(p,f[m].replace(p,""),r[f[m]]);v&&h.push(v)}var _=h.some((function(e){return i.RX_COL_CLASS.test(e)}));return h.push((g(n={col:r.col||!_&&!l},"col-".concat(l),l),g(n,"offset-".concat(c),c),g(n,"order-".concat(u),u),g(n,"align-self-".concat(d),d),n)),e(r.tag,(0,a.mergeData)(o,{class:h}),s)}}},34147:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BContainer:()=>l,props:()=>s});var a=n(1915),r=n(94689),o=n(12299),i=n(20451);var s=(0,i.makePropsConfigurable)({fluid:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN_STRING,!1),tag:(0,i.makeProp)(o.PROP_TYPE_STRING,"div")},r.NAME_CONTAINER),l=a.Vue.extend({name:r.NAME_CONTAINER,functional:!0,props:s,render:function(e,t){var n,r,o,i=t.props,s=t.data,l=t.children,c=i.fluid;return e(i.tag,(0,a.mergeData)(s,{class:(n={container:!(c||""===c),"container-fluid":!0===c||""===c},r="container-".concat(c),o=c&&!0!==c,r in n?Object.defineProperty(n,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[r]=o,n)}),l)}})},46310:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BFormRow:()=>l,props:()=>s});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=(0,i.makePropsConfigurable)({tag:(0,i.makeProp)(o.PROP_TYPE_STRING,"div")},r.NAME_FORM_ROW),l=a.Vue.extend({name:r.NAME_FORM_ROW,functional:!0,props:s,render:function(e,t){var n=t.props,r=t.data,o=t.children;return e(n.tag,(0,a.mergeData)(r,{staticClass:"form-row"}),o)}})},48648:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BCol:()=>o.BCol,BContainer:()=>a.BContainer,BFormRow:()=>i.BFormRow,BRow:()=>r.BRow,LayoutPlugin:()=>s});var a=n(34147),r=n(26253),o=n(50725),i=n(46310),s=(0,n(11638).pluginFactory)({components:{BContainer:a.BContainer,BRow:r.BRow,BCol:o.BCol,BFormRow:i.BFormRow}})},26253:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BRow:()=>M,generateProps:()=>y});var a=n(1915),r=n(94689),o=n(12299),i=n(11572),s=n(79968),l=n(68265),c=n(91051),u=n(67040),d=n(20451),h=n(46595);function p(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?p(Object(n),!0).forEach((function(t){m(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):p(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function m(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var v=["start","end","center"],g=(0,c.memoize)((function(e,t){return(t=(0,h.trim)((0,h.toString)(t)))?(0,h.lowerCase)(["row-cols",e,t].filter(l.identity).join("-")):null})),_=(0,c.memoize)((function(e){return(0,h.lowerCase)(e.replace("cols",""))})),b=[],y=function(){var e=(0,s.getBreakpointsUpCached)().reduce((function(e,t){return e[(0,d.suffixPropName)(t,"cols")]=(0,d.makeProp)(o.PROP_TYPE_NUMBER_STRING),e}),(0,u.create)(null));return b=(0,u.keys)(e),(0,d.makePropsConfigurable)((0,u.sortKeys)(f(f({},e),{},{alignContent:(0,d.makeProp)(o.PROP_TYPE_STRING,null,(function(e){return(0,i.arrayIncludes)((0,i.concat)(v,"between","around","stretch"),e)})),alignH:(0,d.makeProp)(o.PROP_TYPE_STRING,null,(function(e){return(0,i.arrayIncludes)((0,i.concat)(v,"between","around"),e)})),alignV:(0,d.makeProp)(o.PROP_TYPE_STRING,null,(function(e){return(0,i.arrayIncludes)((0,i.concat)(v,"baseline","stretch"),e)})),noGutters:(0,d.makeProp)(o.PROP_TYPE_BOOLEAN,!1),tag:(0,d.makeProp)(o.PROP_TYPE_STRING,"div")})),r.NAME_ROW)},M={name:r.NAME_ROW,functional:!0,get props(){return delete this.props,this.props=y(),this.props},render:function(e,t){var n,r=t.props,o=t.data,i=t.children,s=r.alignV,l=r.alignH,c=r.alignContent,u=[];return b.forEach((function(e){var t=g(_(e),r[e]);t&&u.push(t)})),u.push((m(n={"no-gutters":r.noGutters},"align-items-".concat(s),s),m(n,"justify-content-".concat(l),l),m(n,"align-content-".concat(c),c),n)),e(r.tag,(0,a.mergeData)(o,{staticClass:"row",class:u}),i)}}},30959:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BLink:()=>a.BLink,LinkPlugin:()=>r});var a=n(67347),r=(0,n(11638).pluginFactory)({components:{BLink:a.BLink}})},67347:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BLink:()=>w,nuxtLinkProps:()=>P,props:()=>T,routerLinkProps:()=>k});var a=n(1915),r=n(94689),o=n(63294),i=n(12299),s=n(11572),l=n(26410),c=n(28415),u=n(33284),d=n(67040),h=n(20451),p=n(30488),f=n(28492),m=n(98596),v=n(76677),g=n(18280);function _(e){return function(e){if(Array.isArray(e))return b(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return b(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return b(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function b(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}function y(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function M(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?y(Object(n),!0).forEach((function(t){I(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):y(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function I(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var B=(0,c.getRootEventName)(r.NAME_LINK,"clicked"),k={activeClass:(0,h.makeProp)(i.PROP_TYPE_STRING),append:(0,h.makeProp)(i.PROP_TYPE_BOOLEAN,!1),event:(0,h.makeProp)(i.PROP_TYPE_ARRAY_STRING),exact:(0,h.makeProp)(i.PROP_TYPE_BOOLEAN,!1),exactActiveClass:(0,h.makeProp)(i.PROP_TYPE_STRING),exactPath:(0,h.makeProp)(i.PROP_TYPE_BOOLEAN,!1),exactPathActiveClass:(0,h.makeProp)(i.PROP_TYPE_STRING),replace:(0,h.makeProp)(i.PROP_TYPE_BOOLEAN,!1),routerTag:(0,h.makeProp)(i.PROP_TYPE_STRING),to:(0,h.makeProp)(i.PROP_TYPE_OBJECT_STRING)},P={noPrefetch:(0,h.makeProp)(i.PROP_TYPE_BOOLEAN,!1),prefetch:(0,h.makeProp)(i.PROP_TYPE_BOOLEAN,null)},T=(0,h.makePropsConfigurable)((0,d.sortKeys)(M(M(M({},P),k),{},{active:(0,h.makeProp)(i.PROP_TYPE_BOOLEAN,!1),disabled:(0,h.makeProp)(i.PROP_TYPE_BOOLEAN,!1),href:(0,h.makeProp)(i.PROP_TYPE_STRING),rel:(0,h.makeProp)(i.PROP_TYPE_STRING,null),routerComponentName:(0,h.makeProp)(i.PROP_TYPE_STRING),target:(0,h.makeProp)(i.PROP_TYPE_STRING,"_self")})),r.NAME_LINK),w=a.Vue.extend({name:r.NAME_LINK,mixins:[f.attrsMixin,v.listenersMixin,m.listenOnRootMixin,g.normalizeSlotMixin],inheritAttrs:!1,props:T,computed:{computedTag:function(){var e=this.to,t=this.disabled,n=this.routerComponentName;return(0,p.computeTag)({to:e,disabled:t,routerComponentName:n},this)},isRouterLink:function(){return(0,p.isRouterLink)(this.computedTag)},computedRel:function(){var e=this.target,t=this.rel;return(0,p.computeRel)({target:e,rel:t})},computedHref:function(){var e=this.to,t=this.href;return(0,p.computeHref)({to:e,href:t},this.computedTag)},computedProps:function(){var e=this.event,t=this.prefetch,n=this.routerTag;return this.isRouterLink?M(M(M(M({},(0,h.pluckProps)((0,d.omit)(M(M({},k),P),["event","prefetch","routerTag"]),this)),e?{event:e}:{}),(0,u.isBoolean)(t)?{prefetch:t}:{}),n?{tag:n}:{}):{}},computedAttrs:function(){var e=this.bvAttrs,t=this.computedHref,n=this.computedRel,a=this.disabled,r=this.target,o=this.routerTag,i=this.isRouterLink;return M(M(M(M({},e),t?{href:t}:{}),i&&o&&!(0,l.isTag)(o,"a")?{}:{rel:n,target:r}),{},{tabindex:a?"-1":(0,u.isUndefined)(e.tabindex)?null:e.tabindex,"aria-disabled":a?"true":null})},computedListeners:function(){return M(M({},this.bvListeners),{},{click:this.onClick})}},methods:{onClick:function(e){var t=arguments,n=(0,u.isEvent)(e),a=this.isRouterLink,r=this.bvListeners.click;n&&this.disabled?(0,c.stopEvent)(e,{immediatePropagation:!0}):(a&&e.currentTarget.__vue__&&e.currentTarget.__vue__.$emit(o.EVENT_NAME_CLICK,e),(0,s.concat)(r).filter((function(e){return(0,u.isFunction)(e)})).forEach((function(e){e.apply(void 0,_(t))})),this.emitOnRoot(B,e),this.emitOnRoot("clicked::link",e)),n&&!a&&"#"===this.computedHref&&(0,c.stopEvent)(e,{propagation:!1})},focus:function(){(0,l.attemptFocus)(this.$el)},blur:function(){(0,l.attemptBlur)(this.$el)}},render:function(e){var t=this.active,n=this.disabled;return e(this.computedTag,I({class:{active:t,disabled:n},attrs:this.computedAttrs,props:this.computedProps},this.isRouterLink?"nativeOn":"on",this.computedListeners),this.normalizeSlot())}})},87841:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BListGroup:()=>a.BListGroup,BListGroupItem:()=>r.BListGroupItem,ListGroupPlugin:()=>o});var a=n(70322),r=n(88367),o=(0,n(11638).pluginFactory)({components:{BListGroup:a.BListGroup,BListGroupItem:r.BListGroupItem}})},88367:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BListGroupItem:()=>_,props:()=>g});var a=n(1915),r=n(94689),o=n(12299),i=n(11572),s=n(26410),l=n(67040),c=n(20451),u=n(30488),d=n(67347);function h(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function p(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?h(Object(n),!0).forEach((function(t){f(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):h(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function f(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var m=["a","router-link","button","b-link"],v=(0,l.omit)(d.props,["event","routerTag"]);delete v.href.default,delete v.to.default;var g=(0,c.makePropsConfigurable)((0,l.sortKeys)(p(p({},v),{},{action:(0,c.makeProp)(o.PROP_TYPE_BOOLEAN,!1),button:(0,c.makeProp)(o.PROP_TYPE_BOOLEAN,!1),tag:(0,c.makeProp)(o.PROP_TYPE_STRING,"div"),variant:(0,c.makeProp)(o.PROP_TYPE_STRING)})),r.NAME_LIST_GROUP_ITEM),_=a.Vue.extend({name:r.NAME_LIST_GROUP_ITEM,functional:!0,props:g,render:function(e,t){var n,r=t.props,o=t.data,l=t.children,h=r.button,p=r.variant,g=r.active,_=r.disabled,b=(0,u.isLink)(r),y=h?"button":b?d.BLink:r.tag,M=!!(r.action||b||h||(0,i.arrayIncludes)(m,r.tag)),I={},B={};return(0,s.isTag)(y,"button")?(o.attrs&&o.attrs.type||(I.type="button"),r.disabled&&(I.disabled=!0)):B=(0,c.pluckProps)(v,r),e(y,(0,a.mergeData)(o,{attrs:I,props:B,staticClass:"list-group-item",class:(n={},f(n,"list-group-item-".concat(p),p),f(n,"list-group-item-action",M),f(n,"active",g),f(n,"disabled",_),n)}),l)}})},70322:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BListGroup:()=>c,props:()=>l});var a=n(1915),r=n(94689),o=n(12299),i=n(33284),s=n(20451);var l=(0,s.makePropsConfigurable)({flush:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1),horizontal:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN_STRING,!1),tag:(0,s.makeProp)(o.PROP_TYPE_STRING,"div")},r.NAME_LIST_GROUP),c=a.Vue.extend({name:r.NAME_LIST_GROUP,functional:!0,props:l,render:function(e,t){var n=t.props,r=t.data,o=t.children,s=""===n.horizontal||n.horizontal;s=!n.flush&&s;var l,c,u,d={staticClass:"list-group",class:(l={"list-group-flush":n.flush,"list-group-horizontal":!0===s},c="list-group-horizontal-".concat(s),u=(0,i.isString)(s),c in l?Object.defineProperty(l,c,{value:u,enumerable:!0,configurable:!0,writable:!0}):l[c]=u,l)};return e(n.tag,(0,a.mergeData)(r,d),o)}})},35198:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BMedia:()=>a.BMedia,BMediaAside:()=>r.BMediaAside,BMediaBody:()=>o.BMediaBody,MediaPlugin:()=>i});var a=n(72775),r=n(87272),o=n(68361),i=(0,n(11638).pluginFactory)({components:{BMedia:a.BMedia,BMediaAside:r.BMediaAside,BMediaBody:o.BMediaBody}})},87272:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BMediaAside:()=>l,props:()=>s});var a=n(1915),r=n(94689),o=n(12299),i=n(20451);var s=(0,i.makePropsConfigurable)({right:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),tag:(0,i.makeProp)(o.PROP_TYPE_STRING,"div"),verticalAlign:(0,i.makeProp)(o.PROP_TYPE_STRING,"top")},r.NAME_MEDIA_ASIDE),l=a.Vue.extend({name:r.NAME_MEDIA_ASIDE,functional:!0,props:s,render:function(e,t){var n,r,o,i=t.props,s=t.data,l=t.children,c=i.verticalAlign,u="top"===c?"start":"bottom"===c?"end":c;return e(i.tag,(0,a.mergeData)(s,{staticClass:"media-aside",class:(n={"media-aside-right":i.right},r="align-self-".concat(u),o=u,r in n?Object.defineProperty(n,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[r]=o,n)}),l)}})},68361:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BMediaBody:()=>l,props:()=>s});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=(0,i.makePropsConfigurable)({tag:(0,i.makeProp)(o.PROP_TYPE_STRING,"div")},r.NAME_MEDIA_BODY),l=a.Vue.extend({name:r.NAME_MEDIA_BODY,functional:!0,props:s,render:function(e,t){var n=t.props,r=t.data,o=t.children;return e(n.tag,(0,a.mergeData)(r,{staticClass:"media-body"}),o)}})},72775:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BMedia:()=>h,props:()=>d});var a=n(1915),r=n(94689),o=n(12299),i=n(90494),s=n(72345),l=n(20451),c=n(87272),u=n(68361),d=(0,l.makePropsConfigurable)({noBody:(0,l.makeProp)(o.PROP_TYPE_BOOLEAN,!1),rightAlign:(0,l.makeProp)(o.PROP_TYPE_BOOLEAN,!1),tag:(0,l.makeProp)(o.PROP_TYPE_STRING,"div"),verticalAlign:(0,l.makeProp)(o.PROP_TYPE_STRING,"top")},r.NAME_MEDIA),h=a.Vue.extend({name:r.NAME_MEDIA,functional:!0,props:d,render:function(e,t){var n=t.props,r=t.data,o=t.slots,l=t.scopedSlots,d=t.children,h=n.noBody,p=n.rightAlign,f=n.verticalAlign,m=h?d:[];if(!h){var v={},g=o(),_=l||{};m.push(e(u.BMediaBody,(0,s.normalizeSlot)(i.SLOT_NAME_DEFAULT,v,_,g)));var b=(0,s.normalizeSlot)(i.SLOT_NAME_ASIDE,v,_,g);b&&m[p?"push":"unshift"](e(c.BMediaAside,{props:{right:p,verticalAlign:f}},b))}return e(n.tag,(0,a.mergeData)(r,{staticClass:"media"}),m)}})},39231:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BvModalEvent:()=>_});var a=n(37130),r=n(67040);function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function s(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?i(Object(n),!0).forEach((function(t){l(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):i(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function l(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function d(){return d="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(e,t,n){var a=h(e,t);if(a){var r=Object.getOwnPropertyDescriptor(a,t);return r.get?r.get.call(arguments.length<3?e:n):r.value}},d.apply(this,arguments)}function h(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=g(e)););return e}function p(e,t){return p=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},p(e,t)}function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,a=g(e);if(t){var r=g(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return m(this,n)}}function m(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return v(e)}function v(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function g(e){return g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},g(e)}var _=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");Object.defineProperty(e,"prototype",{value:Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),writable:!1}),t&&p(e,t)}(i,e);var t,n,a,o=f(i);function i(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return c(this,i),t=o.call(this,e,n),(0,r.defineProperties)(v(t),{trigger:(0,r.readonlyDescriptor)()}),t}return t=i,a=[{key:"Defaults",get:function(){return s(s({},d(g(i),"Defaults",this)),{},{trigger:null})}}],(n=null)&&u(t.prototype,n),a&&u(t,a),Object.defineProperty(t,"prototype",{writable:!1}),i}(a.BvEvent)},42169:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BVModalPlugin:()=>P});var a=n(94689),r=n(63294),o=n(11572),i=n(79968),s=n(26410),l=n(28415),c=n(33284),u=n(67040),d=n(11638),h=n(37568),p=n(49679);function f(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function v(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?m(Object(n),!0).forEach((function(t){g(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function g(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}var b,y="$bvModal",M=["id"].concat(function(e){if(Array.isArray(e))return _(e)}(b=(0,u.keys)((0,u.omit)(p.props,["busy","lazy","noStacking","static","visible"])))||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(b)||function(e,t){if(e){if("string"==typeof e)return _(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_(e,t):void 0}}(b)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),I=function(){},B={msgBoxContent:"default",title:"modal-title",okTitle:"modal-ok",cancelTitle:"modal-cancel"},k=function(e){return M.reduce((function(t,n){return(0,c.isUndefined)(e[n])||(t[n]=e[n]),t}),{})},P=(0,d.pluginFactory)({plugins:{plugin:function(e){var t=e.extend({name:a.NAME_MSG_BOX,extends:p.BModal,destroyed:function(){this.$el&&this.$el.parentNode&&this.$el.parentNode.removeChild(this.$el)},mounted:function(){var e=this,t=function(){e.$nextTick((function(){(0,s.requestAF)((function(){e.$destroy()}))}))};this.$parent.$once(r.HOOK_EVENT_NAME_DESTROYED,t),this.$once(r.EVENT_NAME_HIDDEN,t),this.$router&&this.$route&&this.$once(r.HOOK_EVENT_NAME_BEFORE_DESTROY,this.$watch("$router",t)),this.show()}}),n=function(e,n){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:I;if(!(0,h.warnNotClient)(y)&&!(0,h.warnNoPromiseSupport)(y)){var l=new t({parent:e,propsData:v(v(v({},k((0,i.getComponentConfig)(a.NAME_MODAL))),{},{hideHeaderClose:!0,hideHeader:!(n.title||n.titleHtml)},(0,u.omit)(n,(0,u.keys)(B))),{},{lazy:!1,busy:!1,visible:!1,noStacking:!1,noEnforceFocus:!1})});return(0,u.keys)(B).forEach((function(e){(0,c.isUndefined)(n[e])||(l.$slots[B[e]]=(0,o.concat)(n[e]))})),new Promise((function(e,t){var n=!1;l.$once(r.HOOK_EVENT_NAME_DESTROYED,(function(){n||t(new Error("BootstrapVue MsgBox destroyed before resolve"))})),l.$on(r.EVENT_NAME_HIDE,(function(t){if(!t.defaultPrevented){var a=s(t);t.defaultPrevented||(n=!0,e(a))}}));var a=document.createElement("div");document.body.appendChild(a),l.$mount(a)}))}},d=function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;if(t&&!(0,h.warnNoPromiseSupport)(y)&&!(0,h.warnNotClient)(y)&&(0,c.isFunction)(r))return n(e,v(v({},k(a)),{},{msgBoxContent:t}),r)},m=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),(0,u.assign)(this,{_vm:t,_root:t.$root}),(0,u.defineProperties)(this,{_vm:(0,u.readonlyDescriptor)(),_root:(0,u.readonlyDescriptor)()})}var t,n,r;return t=e,n=[{key:"show",value:function(e){if(e&&this._root){for(var t,n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];(t=this._root).$emit.apply(t,[(0,l.getRootActionEventName)(a.NAME_MODAL,"show"),e].concat(r))}}},{key:"hide",value:function(e){if(e&&this._root){for(var t,n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];(t=this._root).$emit.apply(t,[(0,l.getRootActionEventName)(a.NAME_MODAL,"hide"),e].concat(r))}}},{key:"msgBoxOk",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=v(v({},t),{},{okOnly:!0,okDisabled:!1,hideFooter:!1,msgBoxContent:e});return d(this._vm,e,n,(function(){return!0}))}},{key:"msgBoxConfirm",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=v(v({},t),{},{okOnly:!1,okDisabled:!1,cancelDisabled:!1,hideFooter:!1});return d(this._vm,e,n,(function(e){var t=e.trigger;return"ok"===t||"cancel"!==t&&null}))}}],n&&f(t.prototype,n),r&&f(t,r),Object.defineProperty(t,"prototype",{writable:!1}),e}();e.mixin({beforeCreate:function(){this._bv__modal=new m(this)}}),(0,u.hasOwnProperty)(e.prototype,y)||(0,u.defineProperty)(e.prototype,y,{get:function(){return this&&this._bv__modal||(0,h.warn)('"'.concat(y,'" must be accessed from a Vue instance "this" context.'),a.NAME_MODAL),this._bv__modal}})}}})},26779:(e,t,n)=>{"use strict";n.r(t),n.d(t,{modalManager:()=>l});var a=n(1915),r=n(43935),o=n(26410),i=n(33284),s=n(93954),l=new(a.Vue.extend({data:function(){return{modals:[],baseZIndex:null,scrollbarWidth:null,isBodyOverflowing:!1}},computed:{modalCount:function(){return this.modals.length},modalsAreOpen:function(){return this.modalCount>0}},watch:{modalCount:function(e,t){r.IS_BROWSER&&(this.getScrollbarWidth(),e>0&&0===t?(this.checkScrollbar(),this.setScrollbar(),(0,o.addClass)(document.body,"modal-open")):0===e&&t>0&&(this.resetScrollbar(),(0,o.removeClass)(document.body,"modal-open")),(0,o.setAttr)(document.body,"data-modal-open-count",String(e)))},modals:function(e){var t=this;this.checkScrollbar(),(0,o.requestAF)((function(){t.updateModals(e||[])}))}},methods:{registerModal:function(e){e&&-1===this.modals.indexOf(e)&&this.modals.push(e)},unregisterModal:function(e){var t=this.modals.indexOf(e);t>-1&&(this.modals.splice(t,1),e._isBeingDestroyed||e._isDestroyed||this.resetModal(e))},getBaseZIndex:function(){if(r.IS_BROWSER&&(0,i.isNull)(this.baseZIndex)){var e=document.createElement("div");(0,o.addClass)(e,"modal-backdrop"),(0,o.addClass)(e,"d-none"),(0,o.setStyle)(e,"display","none"),document.body.appendChild(e),this.baseZIndex=(0,s.toInteger)((0,o.getCS)(e).zIndex,1040),document.body.removeChild(e)}return this.baseZIndex||1040},getScrollbarWidth:function(){if(r.IS_BROWSER&&(0,i.isNull)(this.scrollbarWidth)){var e=document.createElement("div");(0,o.addClass)(e,"modal-scrollbar-measure"),document.body.appendChild(e),this.scrollbarWidth=(0,o.getBCR)(e).width-e.clientWidth,document.body.removeChild(e)}return this.scrollbarWidth||0},updateModals:function(e){var t=this,n=this.getBaseZIndex(),a=this.getScrollbarWidth();e.forEach((function(e,r){e.zIndex=n+r,e.scrollbarWidth=a,e.isTop=r===t.modals.length-1,e.isBodyOverflowing=t.isBodyOverflowing}))},resetModal:function(e){e&&(e.zIndex=this.getBaseZIndex(),e.isTop=!0,e.isBodyOverflowing=!1)},checkScrollbar:function(){var e=(0,o.getBCR)(document.body),t=e.left,n=e.right;this.isBodyOverflowing=t+n<window.innerWidth},setScrollbar:function(){var e=document.body;if(e._paddingChangedForModal=e._paddingChangedForModal||[],e._marginChangedForModal=e._marginChangedForModal||[],this.isBodyOverflowing){var t=this.scrollbarWidth;(0,o.selectAll)(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top").forEach((function(n){var a=(0,o.getStyle)(n,"paddingRight")||"";(0,o.setAttr)(n,"data-padding-right",a),(0,o.setStyle)(n,"paddingRight","".concat((0,s.toFloat)((0,o.getCS)(n).paddingRight,0)+t,"px")),e._paddingChangedForModal.push(n)})),(0,o.selectAll)(".sticky-top").forEach((function(n){var a=(0,o.getStyle)(n,"marginRight")||"";(0,o.setAttr)(n,"data-margin-right",a),(0,o.setStyle)(n,"marginRight","".concat((0,s.toFloat)((0,o.getCS)(n).marginRight,0)-t,"px")),e._marginChangedForModal.push(n)})),(0,o.selectAll)(".navbar-toggler").forEach((function(n){var a=(0,o.getStyle)(n,"marginRight")||"";(0,o.setAttr)(n,"data-margin-right",a),(0,o.setStyle)(n,"marginRight","".concat((0,s.toFloat)((0,o.getCS)(n).marginRight,0)+t,"px")),e._marginChangedForModal.push(n)}));var n=(0,o.getStyle)(e,"paddingRight")||"";(0,o.setAttr)(e,"data-padding-right",n),(0,o.setStyle)(e,"paddingRight","".concat((0,s.toFloat)((0,o.getCS)(e).paddingRight,0)+t,"px"))}},resetScrollbar:function(){var e=document.body;e._paddingChangedForModal&&e._paddingChangedForModal.forEach((function(e){(0,o.hasAttr)(e,"data-padding-right")&&((0,o.setStyle)(e,"paddingRight",(0,o.getAttr)(e,"data-padding-right")||""),(0,o.removeAttr)(e,"data-padding-right"))})),e._marginChangedForModal&&e._marginChangedForModal.forEach((function(e){(0,o.hasAttr)(e,"data-margin-right")&&((0,o.setStyle)(e,"marginRight",(0,o.getAttr)(e,"data-margin-right")||""),(0,o.removeAttr)(e,"data-margin-right"))})),e._paddingChangedForModal=null,e._marginChangedForModal=null,(0,o.hasAttr)(e,"data-padding-right")&&((0,o.setStyle)(e,"paddingRight",(0,o.getAttr)(e,"data-padding-right")||""),(0,o.removeAttr)(e,"data-padding-right"))}}}))},45906:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BModal:()=>a.BModal,ModalPlugin:()=>i});var a=n(49679),r=n(82653),o=n(42169),i=(0,n(11638).pluginFactory)({components:{BModal:a.BModal},directives:{VBModal:r.VBModal},plugins:{BVModalPlugin:o.BVModalPlugin}})},49679:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BModal:()=>X,props:()=>q});var a=n(1915),r=n(94689),o=n(43935),i=n(63294),s=n(63663),l=n(12299),c=n(28112),u=n(90494),d=n(11572),h=n(26410),p=n(28415),f=n(18735),m=n(68265),v=n(33284),g=n(54602),_=n(67040),b=n(63078),y=n(20451),M=n(28492),I=n(73727),B=n(45267),k=n(98596),P=n(43733),T=n(18280),w=n(30051),E=n(15193),O=n(91451),A=n(17100),L=n(95207),S=n(39231),C=n(26779);function z(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function x(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?z(Object(n),!0).forEach((function(t){D(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):z(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function D(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var F=(0,g.makeModelMixin)("visible",{type:l.PROP_TYPE_BOOLEAN,defaultValue:!1,event:i.EVENT_NAME_CHANGE}),H=F.mixin,N=F.props,R=F.prop,V=F.event,Y="FORCE",j="cancel",$="headerclose",U="ok",G=[j,$,U],W={subtree:!0,childList:!0,characterData:!0,attributes:!0,attributeFilter:["style","class"]},q=(0,y.makePropsConfigurable)((0,_.sortKeys)(x(x(x({},I.props),N),{},{ariaLabel:(0,y.makeProp)(l.PROP_TYPE_STRING),autoFocusButton:(0,y.makeProp)(l.PROP_TYPE_STRING,null,(function(e){return(0,v.isUndefinedOrNull)(e)||(0,d.arrayIncludes)(G,e)})),bodyBgVariant:(0,y.makeProp)(l.PROP_TYPE_STRING),bodyClass:(0,y.makeProp)(l.PROP_TYPE_ARRAY_OBJECT_STRING),bodyTextVariant:(0,y.makeProp)(l.PROP_TYPE_STRING),busy:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),buttonSize:(0,y.makeProp)(l.PROP_TYPE_STRING),cancelDisabled:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),cancelTitle:(0,y.makeProp)(l.PROP_TYPE_STRING,"Cancel"),cancelTitleHtml:(0,y.makeProp)(l.PROP_TYPE_STRING),cancelVariant:(0,y.makeProp)(l.PROP_TYPE_STRING,"secondary"),centered:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),contentClass:(0,y.makeProp)(l.PROP_TYPE_ARRAY_OBJECT_STRING),dialogClass:(0,y.makeProp)(l.PROP_TYPE_ARRAY_OBJECT_STRING),footerBgVariant:(0,y.makeProp)(l.PROP_TYPE_STRING),footerBorderVariant:(0,y.makeProp)(l.PROP_TYPE_STRING),footerClass:(0,y.makeProp)(l.PROP_TYPE_ARRAY_OBJECT_STRING),footerTag:(0,y.makeProp)(l.PROP_TYPE_STRING,"footer"),footerTextVariant:(0,y.makeProp)(l.PROP_TYPE_STRING),headerBgVariant:(0,y.makeProp)(l.PROP_TYPE_STRING),headerBorderVariant:(0,y.makeProp)(l.PROP_TYPE_STRING),headerClass:(0,y.makeProp)(l.PROP_TYPE_ARRAY_OBJECT_STRING),headerCloseContent:(0,y.makeProp)(l.PROP_TYPE_STRING,"&times;"),headerCloseLabel:(0,y.makeProp)(l.PROP_TYPE_STRING,"Close"),headerCloseVariant:(0,y.makeProp)(l.PROP_TYPE_STRING),headerTag:(0,y.makeProp)(l.PROP_TYPE_STRING,"header"),headerTextVariant:(0,y.makeProp)(l.PROP_TYPE_STRING),hideBackdrop:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),hideFooter:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),hideHeader:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),hideHeaderClose:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),ignoreEnforceFocusSelector:(0,y.makeProp)(l.PROP_TYPE_ARRAY_STRING),lazy:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),modalClass:(0,y.makeProp)(l.PROP_TYPE_ARRAY_OBJECT_STRING),noCloseOnBackdrop:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),noCloseOnEsc:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),noEnforceFocus:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),noFade:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),noStacking:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),okDisabled:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),okOnly:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),okTitle:(0,y.makeProp)(l.PROP_TYPE_STRING,"OK"),okTitleHtml:(0,y.makeProp)(l.PROP_TYPE_STRING),okVariant:(0,y.makeProp)(l.PROP_TYPE_STRING,"primary"),returnFocus:(0,y.makeProp)([c.HTMLElement,l.PROP_TYPE_OBJECT,l.PROP_TYPE_STRING]),scrollable:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),size:(0,y.makeProp)(l.PROP_TYPE_STRING,"md"),static:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),title:(0,y.makeProp)(l.PROP_TYPE_STRING),titleClass:(0,y.makeProp)(l.PROP_TYPE_ARRAY_OBJECT_STRING),titleHtml:(0,y.makeProp)(l.PROP_TYPE_STRING),titleSrOnly:(0,y.makeProp)(l.PROP_TYPE_BOOLEAN,!1),titleTag:(0,y.makeProp)(l.PROP_TYPE_STRING,"h5")})),r.NAME_MODAL),X=a.Vue.extend({name:r.NAME_MODAL,mixins:[M.attrsMixin,I.idMixin,H,B.listenOnDocumentMixin,k.listenOnRootMixin,P.listenOnWindowMixin,T.normalizeSlotMixin,w.scopedStyleMixin],inheritAttrs:!1,props:q,data:function(){return{isHidden:!0,isVisible:!1,isTransitioning:!1,isShow:!1,isBlock:!1,isOpening:!1,isClosing:!1,ignoreBackdropClick:!1,isModalOverflowing:!1,scrollbarWidth:0,zIndex:C.modalManager.getBaseZIndex(),isTop:!0,isBodyOverflowing:!1}},computed:{modalId:function(){return this.safeId()},modalOuterId:function(){return this.safeId("__BV_modal_outer_")},modalHeaderId:function(){return this.safeId("__BV_modal_header_")},modalBodyId:function(){return this.safeId("__BV_modal_body_")},modalTitleId:function(){return this.safeId("__BV_modal_title_")},modalContentId:function(){return this.safeId("__BV_modal_content_")},modalFooterId:function(){return this.safeId("__BV_modal_footer_")},modalBackdropId:function(){return this.safeId("__BV_modal_backdrop_")},modalClasses:function(){return[{fade:!this.noFade,show:this.isShow},this.modalClass]},modalStyles:function(){var e="".concat(this.scrollbarWidth,"px");return{paddingLeft:!this.isBodyOverflowing&&this.isModalOverflowing?e:"",paddingRight:this.isBodyOverflowing&&!this.isModalOverflowing?e:"",display:this.isBlock?"block":"none"}},dialogClasses:function(){var e;return[(e={},D(e,"modal-".concat(this.size),this.size),D(e,"modal-dialog-centered",this.centered),D(e,"modal-dialog-scrollable",this.scrollable),e),this.dialogClass]},headerClasses:function(){var e;return[(e={},D(e,"bg-".concat(this.headerBgVariant),this.headerBgVariant),D(e,"text-".concat(this.headerTextVariant),this.headerTextVariant),D(e,"border-".concat(this.headerBorderVariant),this.headerBorderVariant),e),this.headerClass]},titleClasses:function(){return[{"sr-only":this.titleSrOnly},this.titleClass]},bodyClasses:function(){var e;return[(e={},D(e,"bg-".concat(this.bodyBgVariant),this.bodyBgVariant),D(e,"text-".concat(this.bodyTextVariant),this.bodyTextVariant),e),this.bodyClass]},footerClasses:function(){var e;return[(e={},D(e,"bg-".concat(this.footerBgVariant),this.footerBgVariant),D(e,"text-".concat(this.footerTextVariant),this.footerTextVariant),D(e,"border-".concat(this.footerBorderVariant),this.footerBorderVariant),e),this.footerClass]},modalOuterStyle:function(){return{position:"absolute",zIndex:this.zIndex}},slotScope:function(){return{cancel:this.onCancel,close:this.onClose,hide:this.hide,ok:this.onOk,visible:this.isVisible}},computeIgnoreEnforceFocusSelector:function(){return(0,d.concat)(this.ignoreEnforceFocusSelector).filter(m.identity).join(",").trim()},computedAttrs:function(){return x(x(x({},this.static?{}:this.scopedStyleAttrs),this.bvAttrs),{},{id:this.modalOuterId})},computedModalAttrs:function(){var e=this.isVisible,t=this.ariaLabel;return{id:this.modalId,role:"dialog","aria-hidden":e?null:"true","aria-modal":e?"true":null,"aria-label":t,"aria-labelledby":this.hideHeader||t||!(this.hasNormalizedSlot(u.SLOT_NAME_MODAL_TITLE)||this.titleHtml||this.title)?null:this.modalTitleId,"aria-describedby":this.modalBodyId}}},watch:D({},R,(function(e,t){e!==t&&this[e?"show":"hide"]()})),created:function(){this.$_observer=null,this.$_returnFocus=this.returnFocus||null},mounted:function(){this.zIndex=C.modalManager.getBaseZIndex(),this.listenOnRoot((0,p.getRootActionEventName)(r.NAME_MODAL,i.EVENT_NAME_SHOW),this.showHandler),this.listenOnRoot((0,p.getRootActionEventName)(r.NAME_MODAL,i.EVENT_NAME_HIDE),this.hideHandler),this.listenOnRoot((0,p.getRootActionEventName)(r.NAME_MODAL,i.EVENT_NAME_TOGGLE),this.toggleHandler),this.listenOnRoot((0,p.getRootEventName)(r.NAME_MODAL,i.EVENT_NAME_SHOW),this.modalListener),!0===this[R]&&this.$nextTick(this.show)},beforeDestroy:function(){C.modalManager.unregisterModal(this),this.setObserver(!1),this.isVisible&&(this.isVisible=!1,this.isShow=!1,this.isTransitioning=!1)},methods:{setObserver:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.$_observer&&this.$_observer.disconnect(),this.$_observer=null,e&&(this.$_observer=(0,b.observeDom)(this.$refs.content,this.checkModalOverflow.bind(this),W))},updateModel:function(e){e!==this[R]&&this.$emit(V,e)},buildEvent:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new S.BvModalEvent(e,x(x({cancelable:!1,target:this.$refs.modal||this.$el||null,relatedTarget:null,trigger:null},t),{},{vueTarget:this,componentId:this.modalId}))},show:function(){if(!this.isVisible&&!this.isOpening)if(this.isClosing)this.$once(i.EVENT_NAME_HIDDEN,this.show);else{this.isOpening=!0,this.$_returnFocus=this.$_returnFocus||this.getActiveElement();var e=this.buildEvent(i.EVENT_NAME_SHOW,{cancelable:!0});if(this.emitEvent(e),e.defaultPrevented||this.isVisible)return this.isOpening=!1,void this.updateModel(!1);this.doShow()}},hide:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";if(this.isVisible&&!this.isClosing){this.isClosing=!0;var t=this.buildEvent(i.EVENT_NAME_HIDE,{cancelable:e!==Y,trigger:e||null});if(e===U?this.$emit(i.EVENT_NAME_OK,t):e===j?this.$emit(i.EVENT_NAME_CANCEL,t):e===$&&this.$emit(i.EVENT_NAME_CLOSE,t),this.emitEvent(t),t.defaultPrevented||!this.isVisible)return this.isClosing=!1,void this.updateModel(!0);this.setObserver(!1),this.isVisible=!1,this.updateModel(!1)}},toggle:function(e){e&&(this.$_returnFocus=e),this.isVisible?this.hide("toggle"):this.show()},getActiveElement:function(){var e=(0,h.getActiveElement)(o.IS_BROWSER?[document.body]:[]);return e&&e.focus?e:null},doShow:function(){var e=this;C.modalManager.modalsAreOpen&&this.noStacking?this.listenOnRootOnce((0,p.getRootEventName)(r.NAME_MODAL,i.EVENT_NAME_HIDDEN),this.doShow):(C.modalManager.registerModal(this),this.isHidden=!1,this.$nextTick((function(){e.isVisible=!0,e.isOpening=!1,e.updateModel(!0),e.$nextTick((function(){e.setObserver(!0)}))})))},onBeforeEnter:function(){this.isTransitioning=!0,this.setResizeEvent(!0)},onEnter:function(){var e=this;this.isBlock=!0,(0,h.requestAF)((function(){(0,h.requestAF)((function(){e.isShow=!0}))}))},onAfterEnter:function(){var e=this;this.checkModalOverflow(),this.isTransitioning=!1,(0,h.requestAF)((function(){e.emitEvent(e.buildEvent(i.EVENT_NAME_SHOWN)),e.setEnforceFocus(!0),e.$nextTick((function(){e.focusFirst()}))}))},onBeforeLeave:function(){this.isTransitioning=!0,this.setResizeEvent(!1),this.setEnforceFocus(!1)},onLeave:function(){this.isShow=!1},onAfterLeave:function(){var e=this;this.isBlock=!1,this.isTransitioning=!1,this.isModalOverflowing=!1,this.isHidden=!0,this.$nextTick((function(){e.isClosing=!1,C.modalManager.unregisterModal(e),e.returnFocusTo(),e.emitEvent(e.buildEvent(i.EVENT_NAME_HIDDEN))}))},emitEvent:function(e){var t=e.type;this.emitOnRoot((0,p.getRootEventName)(r.NAME_MODAL,t),e,e.componentId),this.$emit(t,e)},onDialogMousedown:function(){var e=this,t=this.$refs.modal;(0,p.eventOn)(t,"mouseup",(function n(a){(0,p.eventOff)(t,"mouseup",n,i.EVENT_OPTIONS_NO_CAPTURE),a.target===t&&(e.ignoreBackdropClick=!0)}),i.EVENT_OPTIONS_NO_CAPTURE)},onClickOut:function(e){this.ignoreBackdropClick?this.ignoreBackdropClick=!1:this.isVisible&&!this.noCloseOnBackdrop&&(0,h.contains)(document.body,e.target)&&((0,h.contains)(this.$refs.content,e.target)||this.hide("backdrop"))},onOk:function(){this.hide(U)},onCancel:function(){this.hide(j)},onClose:function(){this.hide($)},onEsc:function(e){e.keyCode===s.CODE_ESC&&this.isVisible&&!this.noCloseOnEsc&&this.hide("esc")},focusHandler:function(e){var t=this.$refs.content,n=e.target;if(!(this.noEnforceFocus||!this.isTop||!this.isVisible||!t||document===n||(0,h.contains)(t,n)||this.computeIgnoreEnforceFocusSelector&&(0,h.closest)(this.computeIgnoreEnforceFocusSelector,n,!0))){var a=(0,h.getTabables)(this.$refs.content),r=this.$refs["bottom-trap"],o=this.$refs["top-trap"];if(r&&n===r){if((0,h.attemptFocus)(a[0]))return}else if(o&&n===o&&(0,h.attemptFocus)(a[a.length-1]))return;(0,h.attemptFocus)(t,{preventScroll:!0})}},setEnforceFocus:function(e){this.listenDocument(e,"focusin",this.focusHandler)},setResizeEvent:function(e){this.listenWindow(e,"resize",this.checkModalOverflow),this.listenWindow(e,"orientationchange",this.checkModalOverflow)},showHandler:function(e,t){e===this.modalId&&(this.$_returnFocus=t||this.getActiveElement(),this.show())},hideHandler:function(e){e===this.modalId&&this.hide("event")},toggleHandler:function(e,t){e===this.modalId&&this.toggle(t)},modalListener:function(e){this.noStacking&&e.vueTarget!==this&&this.hide()},focusFirst:function(){var e=this;o.IS_BROWSER&&(0,h.requestAF)((function(){var t=e.$refs.modal,n=e.$refs.content,a=e.getActiveElement();if(t&&n&&(!a||!(0,h.contains)(n,a))){var r=e.$refs["ok-button"],o=e.$refs["cancel-button"],i=e.$refs["close-button"],s=e.autoFocusButton,l=s===U&&r?r.$el||r:s===j&&o?o.$el||o:s===$&&i?i.$el||i:n;(0,h.attemptFocus)(l),l===n&&e.$nextTick((function(){t.scrollTop=0}))}}))},returnFocusTo:function(){var e=this.returnFocus||this.$_returnFocus||null;this.$_returnFocus=null,this.$nextTick((function(){(e=(0,v.isString)(e)?(0,h.select)(e):e)&&(e=e.$el||e,(0,h.attemptFocus)(e))}))},checkModalOverflow:function(){if(this.isVisible){var e=this.$refs.modal;this.isModalOverflowing=e.scrollHeight>document.documentElement.clientHeight}},makeModal:function(e){var t=e();if(!this.hideHeader){var n=this.normalizeSlot(u.SLOT_NAME_MODAL_HEADER,this.slotScope);if(!n){var r=e();this.hideHeaderClose||(r=e(O.BButtonClose,{props:{content:this.headerCloseContent,disabled:this.isTransitioning,ariaLabel:this.headerCloseLabel,textVariant:this.headerCloseVariant||this.headerTextVariant},on:{click:this.onClose},ref:"close-button"},[this.normalizeSlot(u.SLOT_NAME_MODAL_HEADER_CLOSE)])),n=[e(this.titleTag,{staticClass:"modal-title",class:this.titleClasses,attrs:{id:this.modalTitleId},domProps:this.hasNormalizedSlot(u.SLOT_NAME_MODAL_TITLE)?{}:(0,f.htmlOrText)(this.titleHtml,this.title)},this.normalizeSlot(u.SLOT_NAME_MODAL_TITLE,this.slotScope)),r]}t=e(this.headerTag,{staticClass:"modal-header",class:this.headerClasses,attrs:{id:this.modalHeaderId},ref:"header"},[n])}var o=e("div",{staticClass:"modal-body",class:this.bodyClasses,attrs:{id:this.modalBodyId},ref:"body"},this.normalizeSlot(u.SLOT_NAME_DEFAULT,this.slotScope)),i=e();if(!this.hideFooter){var s=this.normalizeSlot(u.SLOT_NAME_MODAL_FOOTER,this.slotScope);if(!s){var l=e();this.okOnly||(l=e(E.BButton,{props:{variant:this.cancelVariant,size:this.buttonSize,disabled:this.cancelDisabled||this.busy||this.isTransitioning},domProps:this.hasNormalizedSlot(u.SLOT_NAME_MODAL_CANCEL)?{}:(0,f.htmlOrText)(this.cancelTitleHtml,this.cancelTitle),on:{click:this.onCancel},ref:"cancel-button"},this.normalizeSlot(u.SLOT_NAME_MODAL_CANCEL))),s=[l,e(E.BButton,{props:{variant:this.okVariant,size:this.buttonSize,disabled:this.okDisabled||this.busy||this.isTransitioning},domProps:this.hasNormalizedSlot(u.SLOT_NAME_MODAL_OK)?{}:(0,f.htmlOrText)(this.okTitleHtml,this.okTitle),on:{click:this.onOk},ref:"ok-button"},this.normalizeSlot(u.SLOT_NAME_MODAL_OK))]}i=e(this.footerTag,{staticClass:"modal-footer",class:this.footerClasses,attrs:{id:this.modalFooterId},ref:"footer"},[s])}var c=e("div",{staticClass:"modal-content",class:this.contentClass,attrs:{id:this.modalContentId,tabindex:"-1"},ref:"content"},[t,o,i]),d=e(),h=e();this.isVisible&&!this.noEnforceFocus&&(d=e("span",{attrs:{tabindex:"0"},ref:"top-trap"}),h=e("span",{attrs:{tabindex:"0"},ref:"bottom-trap"}));var p=e("div",{staticClass:"modal-dialog",class:this.dialogClasses,on:{mousedown:this.onDialogMousedown},ref:"dialog"},[d,c,h]),m=e("div",{staticClass:"modal",class:this.modalClasses,style:this.modalStyles,attrs:this.computedModalAttrs,on:{keydown:this.onEsc,click:this.onClickOut},directives:[{name:"show",value:this.isVisible}],ref:"modal"},[p]);m=e("transition",{props:{enterClass:"",enterToClass:"",enterActiveClass:"",leaveClass:"",leaveActiveClass:"",leaveToClass:""},on:{beforeEnter:this.onBeforeEnter,enter:this.onEnter,afterEnter:this.onAfterEnter,beforeLeave:this.onBeforeLeave,leave:this.onLeave,afterLeave:this.onAfterLeave}},[m]);var v=e();return!this.hideBackdrop&&this.isVisible&&(v=e("div",{staticClass:"modal-backdrop",attrs:{id:this.modalBackdropId}},this.normalizeSlot(u.SLOT_NAME_MODAL_BACKDROP))),v=e(A.BVTransition,{props:{noFade:this.noFade}},[v]),e("div",{style:this.modalOuterStyle,attrs:this.computedAttrs,key:"modal-outer-".concat(this[a.COMPONENT_UID_KEY])},[m,v])}},render:function(e){return this.static?this.lazy&&this.isHidden?e():this.makeModal(e):this.isHidden?e():e(L.BVTransporter,[this.makeModal(e)])}})},53156:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BNav:()=>a.BNav,BNavForm:()=>i.BNavForm,BNavItem:()=>r.BNavItem,BNavItemDropdown:()=>s.BNavItemDropdown,BNavText:()=>o.BNavText,NavPlugin:()=>c});var a=n(29027),r=n(32450),o=n(73064),i=n(77089),s=n(26221),l=n(25952),c=(0,n(11638).pluginFactory)({components:{BNav:a.BNav,BNavItem:r.BNavItem,BNavText:o.BNavText,BNavForm:i.BNavForm,BNavItemDropdown:s.BNavItemDropdown,BNavItemDd:s.BNavItemDropdown,BNavDropdown:s.BNavItemDropdown,BNavDd:s.BNavItemDropdown},plugins:{DropdownPlugin:l.DropdownPlugin}})},77089:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BNavForm:()=>f,props:()=>p});var a=n(1915),r=n(94689),o=n(12299),i=n(67040),s=n(20451),l=n(54909);function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function u(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?c(Object(n),!0).forEach((function(t){d(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function d(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var h=(0,i.omit)(l.props,["inline"]),p=(0,s.makePropsConfigurable)((0,i.sortKeys)(u(u({},h),{},{formClass:(0,s.makeProp)(o.PROP_TYPE_ARRAY_OBJECT_STRING)})),r.NAME_NAV_FORM),f=a.Vue.extend({name:r.NAME_NAV_FORM,functional:!0,props:p,render:function(e,t){var n=t.props,r=t.data,o=t.children,c=t.listeners,d=e(l.BForm,{class:n.formClass,props:u(u({},(0,s.pluckProps)(h,n)),{},{inline:!0}),attrs:r.attrs,on:c},o);return e("li",(0,a.mergeData)((0,i.omit)(r,["attrs","on"]),{staticClass:"form-inline"}),[d])}})},26221:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BNavItemDropdown:()=>y,props:()=>b});var a=n(1915),r=n(94689),o=n(90494),i=n(18735),s=n(67040),l=n(20451),c=n(87649),u=n(73727),d=n(18280),h=n(31642),p=n(67347);function f(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function v(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?m(Object(n),!0).forEach((function(t){g(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function g(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var _,b=(0,l.makePropsConfigurable)((0,s.sortKeys)(v(v({},u.props),(0,s.pick)(h.props,[].concat(function(e){if(Array.isArray(e))return f(e)}(_=(0,s.keys)(c.props))||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(_)||function(e,t){if(e){if("string"==typeof e)return f(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?f(e,t):void 0}}(_)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),["html","lazy","menuClass","noCaret","role","text","toggleClass"])))),r.NAME_NAV_ITEM_DROPDOWN),y=a.Vue.extend({name:r.NAME_NAV_ITEM_DROPDOWN,mixins:[u.idMixin,c.dropdownMixin,d.normalizeSlotMixin],props:b,computed:{toggleId:function(){return this.safeId("_BV_toggle_")},menuId:function(){return this.safeId("_BV_toggle_menu_")},dropdownClasses:function(){return[this.directionClass,this.boundaryClass,{show:this.visible}]},menuClasses:function(){return[this.menuClass,{"dropdown-menu-right":this.right,show:this.visible}]},toggleClasses:function(){return[this.toggleClass,{"dropdown-toggle-no-caret":this.noCaret}]}},render:function(e){var t=this.toggleId,n=this.menuId,a=this.visible,r=this.hide,s=e(p.BLink,{staticClass:"nav-link dropdown-toggle",class:this.toggleClasses,props:{href:"#".concat(this.id||""),disabled:this.disabled},attrs:{id:t,role:"button","aria-haspopup":"true","aria-expanded":a?"true":"false","aria-controls":n},on:{mousedown:this.onMousedown,click:this.toggle,keydown:this.toggle},ref:"toggle"},[this.normalizeSlot([o.SLOT_NAME_BUTTON_CONTENT,o.SLOT_NAME_TEXT])||e("span",{domProps:(0,i.htmlOrText)(this.html,this.text)})]),l=e("ul",{staticClass:"dropdown-menu",class:this.menuClasses,attrs:{tabindex:"-1","aria-labelledby":t,id:n},on:{keydown:this.onKeydown},ref:"menu"},!this.lazy||a?this.normalizeSlot(o.SLOT_NAME_DEFAULT,{hide:r}):[e()]);return e("li",{staticClass:"nav-item b-nav-dropdown dropdown",class:this.dropdownClasses,attrs:{id:this.safeId()}},[s,l])}})},32450:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BNavItem:()=>f,props:()=>p});var a=n(1915),r=n(94689),o=n(12299),i=n(67040),s=n(20451),l=n(67347);function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function u(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?c(Object(n),!0).forEach((function(t){d(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function d(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var h=(0,i.omit)(l.props,["event","routerTag"]),p=(0,s.makePropsConfigurable)((0,i.sortKeys)(u(u({},h),{},{linkAttrs:(0,s.makeProp)(o.PROP_TYPE_OBJECT,{}),linkClasses:(0,s.makeProp)(o.PROP_TYPE_ARRAY_OBJECT_STRING)})),r.NAME_NAV_ITEM),f=a.Vue.extend({name:r.NAME_NAV_ITEM,functional:!0,props:p,render:function(e,t){var n=t.props,r=t.data,o=t.listeners,c=t.children;return e("li",(0,a.mergeData)((0,i.omit)(r,["on"]),{staticClass:"nav-item"}),[e(l.BLink,{staticClass:"nav-link",class:n.linkClasses,attrs:n.linkAttrs,props:(0,s.pluckProps)(h,n),on:o},c)])}})},73064:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BNavText:()=>i,props:()=>o});var a=n(1915),r=n(94689),o={},i=a.Vue.extend({name:r.NAME_NAV_TEXT,functional:!0,props:o,render:function(e,t){var n=t.data,r=t.children;return e("li",(0,a.mergeData)(n,{staticClass:"navbar-text"}),r)}})},29027:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BNav:()=>c,props:()=>l});var a=n(1915),r=n(94689),o=n(12299),i=n(20451);function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var l=(0,i.makePropsConfigurable)({align:(0,i.makeProp)(o.PROP_TYPE_STRING),cardHeader:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),fill:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),justified:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),pills:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),small:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),tabs:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),tag:(0,i.makeProp)(o.PROP_TYPE_STRING,"ul"),vertical:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1)},r.NAME_NAV),c=a.Vue.extend({name:r.NAME_NAV,functional:!0,props:l,render:function(e,t){var n,r,o=t.props,i=t.data,l=t.children,c=o.tabs,u=o.pills,d=o.vertical,h=o.align,p=o.cardHeader;return e(o.tag,(0,a.mergeData)(i,{staticClass:"nav",class:(n={"nav-tabs":c,"nav-pills":u&&!c,"card-header-tabs":!d&&p&&c,"card-header-pills":!d&&p&&u&&!c,"flex-column":d,"nav-fill":!d&&o.fill,"nav-justified":!d&&o.justified},s(n,(r=h,"justify-content-".concat(r="left"===r?"start":"right"===r?"end":r)),!d&&h),s(n,"small",o.small),n)}),l)}})},55739:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BNavbar:()=>a.BNavbar,BNavbarBrand:()=>o.BNavbarBrand,BNavbarNav:()=>r.BNavbarNav,BNavbarToggle:()=>i.BNavbarToggle,NavbarPlugin:()=>u});var a=n(71603),r=n(29852),o=n(19189),i=n(87445),s=n(53156),l=n(31586),c=n(25952),u=(0,n(11638).pluginFactory)({components:{BNavbar:a.BNavbar,BNavbarNav:r.BNavbarNav,BNavbarBrand:o.BNavbarBrand,BNavbarToggle:i.BNavbarToggle,BNavToggle:i.BNavbarToggle},plugins:{NavPlugin:s.NavPlugin,CollapsePlugin:l.CollapsePlugin,DropdownPlugin:c.DropdownPlugin}})},19189:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BNavbarBrand:()=>f,props:()=>p});var a=n(1915),r=n(94689),o=n(12299),i=n(67040),s=n(20451),l=n(67347);function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function u(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?c(Object(n),!0).forEach((function(t){d(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function d(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var h=(0,i.omit)(l.props,["event","routerTag"]);h.href.default=void 0,h.to.default=void 0;var p=(0,s.makePropsConfigurable)((0,i.sortKeys)(u(u({},h),{},{tag:(0,s.makeProp)(o.PROP_TYPE_STRING,"div")})),r.NAME_NAVBAR_BRAND),f=a.Vue.extend({name:r.NAME_NAVBAR_BRAND,functional:!0,props:p,render:function(e,t){var n=t.props,r=t.data,o=t.children,i=n.to||n.href;return e(i?l.BLink:n.tag,(0,a.mergeData)(r,{staticClass:"navbar-brand",props:i?(0,s.pluckProps)(h,n):{}}),o)}})},29852:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BNavbarNav:()=>u,props:()=>c});var a=n(1915),r=n(94689),o=n(67040),i=n(20451),s=n(29027);function l(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var c=(0,i.makePropsConfigurable)((0,o.pick)(s.props,["tag","fill","justified","align","small"]),r.NAME_NAVBAR_NAV),u=a.Vue.extend({name:r.NAME_NAVBAR_NAV,functional:!0,props:c,render:function(e,t){var n,r,o=t.props,i=t.data,s=t.children,c=o.align;return e(o.tag,(0,a.mergeData)(i,{staticClass:"navbar-nav",class:(n={"nav-fill":o.fill,"nav-justified":o.justified},l(n,(r=c,"justify-content-".concat(r="left"===r?"start":"right"===r?"end":r)),c),l(n,"small",o.small),n)}),s)}})},87445:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BNavbarToggle:()=>g,props:()=>v});var a=n(1915),r=n(94689),o=n(63294),i=n(12299),s=n(90494),l=n(28415),c=n(20451),u=n(98596),d=n(18280),h=n(43028),p="navbar-toggler",f=(0,l.getRootEventName)(r.NAME_COLLAPSE,"state"),m=(0,l.getRootEventName)(r.NAME_COLLAPSE,"sync-state"),v=(0,c.makePropsConfigurable)({disabled:(0,c.makeProp)(i.PROP_TYPE_BOOLEAN,!1),label:(0,c.makeProp)(i.PROP_TYPE_STRING,"Toggle navigation"),target:(0,c.makeProp)(i.PROP_TYPE_ARRAY_STRING,void 0,!0)},r.NAME_NAVBAR_TOGGLE),g=a.Vue.extend({name:r.NAME_NAVBAR_TOGGLE,directives:{VBToggle:h.VBToggle},mixins:[u.listenOnRootMixin,d.normalizeSlotMixin],props:v,data:function(){return{toggleState:!1}},created:function(){this.listenOnRoot(f,this.handleStateEvent),this.listenOnRoot(m,this.handleStateEvent)},methods:{onClick:function(e){this.disabled||this.$emit(o.EVENT_NAME_CLICK,e)},handleStateEvent:function(e,t){e===this.target&&(this.toggleState=t)}},render:function(e){var t=this.disabled;return e("button",{staticClass:p,class:{disabled:t},directives:[{name:"VBToggle",value:this.target}],attrs:{type:"button",disabled:t,"aria-label":this.label},on:{click:this.onClick}},[this.normalizeSlot(s.SLOT_NAME_DEFAULT,{expanded:this.toggleState})||e("span",{staticClass:"".concat(p,"-icon")})])}})},71603:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BNavbar:()=>p,props:()=>h});var a=n(1915),r=n(94689),o=n(12299),i=n(79968),s=n(26410),l=n(33284),c=n(20451),u=n(18280);function d(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var h=(0,c.makePropsConfigurable)({fixed:(0,c.makeProp)(o.PROP_TYPE_STRING),print:(0,c.makeProp)(o.PROP_TYPE_BOOLEAN,!1),sticky:(0,c.makeProp)(o.PROP_TYPE_BOOLEAN,!1),tag:(0,c.makeProp)(o.PROP_TYPE_STRING,"nav"),toggleable:(0,c.makeProp)(o.PROP_TYPE_BOOLEAN_STRING,!1),type:(0,c.makeProp)(o.PROP_TYPE_STRING,"light"),variant:(0,c.makeProp)(o.PROP_TYPE_STRING)},r.NAME_NAVBAR),p=a.Vue.extend({name:r.NAME_NAVBAR,mixins:[u.normalizeSlotMixin],provide:function(){return{bvNavbar:this}},props:h,computed:{breakpointClass:function(){var e=this.toggleable,t=(0,i.getBreakpoints)()[0],n=null;return e&&(0,l.isString)(e)&&e!==t?n="navbar-expand-".concat(e):!1===e&&(n="navbar-expand"),n}},render:function(e){var t,n=this.tag,a=this.type,r=this.variant,o=this.fixed;return e(n,{staticClass:"navbar",class:[(t={"d-print":this.print,"sticky-top":this.sticky},d(t,"navbar-".concat(a),a),d(t,"bg-".concat(r),r),d(t,"fixed-".concat(o),o),t),this.breakpointClass],attrs:{role:(0,s.isTag)(n,"nav")?null:"navigation"}},[this.normalizeSlot()])}})},98812:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BOverlay:()=>a.BOverlay,OverlayPlugin:()=>r});var a=n(66126),r=(0,n(11638).pluginFactory)({components:{BOverlay:a.BOverlay}})},66126:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BOverlay:()=>_,props:()=>g});var a=n(1915),r=n(94689),o=n(63294),i=n(12299),s=n(90494),l=n(93954),c=n(18280),u=n(20451),d=n(1759),h=n(17100);function p(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?p(Object(n),!0).forEach((function(t){m(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):p(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function m(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var v={top:0,left:0,bottom:0,right:0},g=(0,u.makePropsConfigurable)({bgColor:(0,u.makeProp)(i.PROP_TYPE_STRING),blur:(0,u.makeProp)(i.PROP_TYPE_STRING,"2px"),fixed:(0,u.makeProp)(i.PROP_TYPE_BOOLEAN,!1),noCenter:(0,u.makeProp)(i.PROP_TYPE_BOOLEAN,!1),noFade:(0,u.makeProp)(i.PROP_TYPE_BOOLEAN,!1),noWrap:(0,u.makeProp)(i.PROP_TYPE_BOOLEAN,!1),opacity:(0,u.makeProp)(i.PROP_TYPE_NUMBER_STRING,.85,(function(e){var t=(0,l.toFloat)(e,0);return t>=0&&t<=1})),overlayTag:(0,u.makeProp)(i.PROP_TYPE_STRING,"div"),rounded:(0,u.makeProp)(i.PROP_TYPE_BOOLEAN_STRING,!1),show:(0,u.makeProp)(i.PROP_TYPE_BOOLEAN,!1),spinnerSmall:(0,u.makeProp)(i.PROP_TYPE_BOOLEAN,!1),spinnerType:(0,u.makeProp)(i.PROP_TYPE_STRING,"border"),spinnerVariant:(0,u.makeProp)(i.PROP_TYPE_STRING),variant:(0,u.makeProp)(i.PROP_TYPE_STRING,"light"),wrapTag:(0,u.makeProp)(i.PROP_TYPE_STRING,"div"),zIndex:(0,u.makeProp)(i.PROP_TYPE_NUMBER_STRING,10)},r.NAME_OVERLAY),_=a.Vue.extend({name:r.NAME_OVERLAY,mixins:[c.normalizeSlotMixin],props:g,computed:{computedRounded:function(){var e=this.rounded;return!0===e||""===e?"rounded":e?"rounded-".concat(e):""},computedVariant:function(){var e=this.variant;return e&&!this.bgColor?"bg-".concat(e):""},slotScope:function(){return{spinnerType:this.spinnerType||null,spinnerVariant:this.spinnerVariant||null,spinnerSmall:this.spinnerSmall}}},methods:{defaultOverlayFn:function(e){var t=e.spinnerType,n=e.spinnerVariant,a=e.spinnerSmall;return this.$createElement(d.BSpinner,{props:{type:t,variant:n,small:a}})}},render:function(e){var t=this,n=this.show,a=this.fixed,r=this.noFade,i=this.noWrap,l=this.slotScope,c=e();if(n){var u=e("div",{staticClass:"position-absolute",class:[this.computedVariant,this.computedRounded],style:f(f({},v),{},{opacity:this.opacity,backgroundColor:this.bgColor||null,backdropFilter:this.blur?"blur(".concat(this.blur,")"):null})}),d=e("div",{staticClass:"position-absolute",style:this.noCenter?f({},v):{top:"50%",left:"50%",transform:"translateX(-50%) translateY(-50%)"}},[this.normalizeSlot(s.SLOT_NAME_OVERLAY,l)||this.defaultOverlayFn(l)]);c=e(this.overlayTag,{staticClass:"b-overlay",class:{"position-absolute":!i||i&&!a,"position-fixed":i&&a},style:f(f({},v),{},{zIndex:this.zIndex||10}),on:{click:function(e){return t.$emit(o.EVENT_NAME_CLICK,e)}},key:"overlay"},[u,d])}return c=e(h.BVTransition,{props:{noFade:r,appear:!0},on:{"after-enter":function(){return t.$emit(o.EVENT_NAME_SHOWN)},"after-leave":function(){return t.$emit(o.EVENT_NAME_HIDDEN)}}},[c]),i?c:e(this.wrapTag,{staticClass:"b-overlay-wrap position-relative",attrs:{"aria-busy":n?"true":null}},i?[c]:[this.normalizeSlot(),c])}})},11856:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BPaginationNav:()=>a.BPaginationNav,PaginationNavPlugin:()=>r});var a=n(86918),r=(0,n(11638).pluginFactory)({components:{BPaginationNav:a.BPaginationNav}})},86918:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BPaginationNav:()=>w,sanitizeNumberOfPages:()=>k});var a=n(1915),r=n(94689),o=n(43935),i=n(63294),s=n(12299),l=n(37130),c=n(26410),u=n(33284),d=n(3058),h=n(21578),p=n(93954),f=n(67040),m=n(20451),v=n(30488),g=n(46595),_=n(37568),b=n(29878),y=n(67347);function M(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function I(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?M(Object(n),!0).forEach((function(t){B(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):M(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function B(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var k=function(e){return(0,h.mathMax)((0,p.toInteger)(e,0),1)},P=(0,f.omit)(y.props,["event","routerTag"]),T=(0,m.makePropsConfigurable)((0,f.sortKeys)(I(I(I({},b.props),P),{},{baseUrl:(0,m.makeProp)(s.PROP_TYPE_STRING,"/"),linkGen:(0,m.makeProp)(s.PROP_TYPE_FUNCTION),noPageDetect:(0,m.makeProp)(s.PROP_TYPE_BOOLEAN,!1),numberOfPages:(0,m.makeProp)(s.PROP_TYPE_NUMBER_STRING,1,(function(e){return!((0,p.toInteger)(e,0)<1)||((0,_.warn)('Prop "number-of-pages" must be a number greater than "0"',r.NAME_PAGINATION_NAV),!1)})),pageGen:(0,m.makeProp)(s.PROP_TYPE_FUNCTION),pages:(0,m.makeProp)(s.PROP_TYPE_ARRAY),useRouter:(0,m.makeProp)(s.PROP_TYPE_BOOLEAN,!1)})),r.NAME_PAGINATION_NAV),w=a.Vue.extend({name:r.NAME_PAGINATION_NAV,mixins:[b.paginationMixin],props:T,computed:{isNav:function(){return!0},computedValue:function(){var e=(0,p.toInteger)(this.value,0);return e<1?null:e}},watch:{numberOfPages:function(){var e=this;this.$nextTick((function(){e.setNumberOfPages()}))},pages:function(){var e=this;this.$nextTick((function(){e.setNumberOfPages()}))}},created:function(){this.setNumberOfPages()},mounted:function(){var e=this;this.$router&&this.$watch("$route",(function(){e.$nextTick((function(){(0,c.requestAF)((function(){e.guessCurrentPage()}))}))}))},methods:{setNumberOfPages:function(){var e=this;(0,u.isArray)(this.pages)&&this.pages.length>0?this.localNumberOfPages=this.pages.length:this.localNumberOfPages=k(this.numberOfPages),this.$nextTick((function(){e.guessCurrentPage()}))},onClick:function(e,t){var n=this;if(t!==this.currentPage){var a=e.currentTarget||e.target,r=new l.BvEvent(i.EVENT_NAME_PAGE_CLICK,{cancelable:!0,vueTarget:this,target:a});this.$emit(r.type,r,t),r.defaultPrevented||((0,c.requestAF)((function(){n.currentPage=t,n.$emit(i.EVENT_NAME_CHANGE,t)})),this.$nextTick((function(){(0,c.attemptBlur)(a)})))}},getPageInfo:function(e){if(!(0,u.isArray)(this.pages)||0===this.pages.length||(0,u.isUndefined)(this.pages[e-1])){var t="".concat(this.baseUrl).concat(e);return{link:this.useRouter?{path:t}:t,text:(0,g.toString)(e)}}var n=this.pages[e-1];if((0,u.isObject)(n)){var a=n.link;return{link:(0,u.isObject)(a)?a:this.useRouter?{path:a}:a,text:(0,g.toString)(n.text||e)}}return{link:(0,g.toString)(n),text:(0,g.toString)(e)}},makePage:function(e){var t=this.pageGen,n=this.getPageInfo(e);return(0,m.hasPropFunction)(t)?t(e,n):n.text},makeLink:function(e){var t=this.linkGen,n=this.getPageInfo(e);return(0,m.hasPropFunction)(t)?t(e,n):n.link},linkProps:function(e){var t=(0,m.pluckProps)(P,this),n=this.makeLink(e);return this.useRouter||(0,u.isObject)(n)?t.to=n:t.href=n,t},resolveLink:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";try{(e=document.createElement("a")).href=(0,v.computeHref)({to:t},"a","/","/"),document.body.appendChild(e);var n=e,a=n.pathname,r=n.hash,o=n.search;return document.body.removeChild(e),{path:a,hash:r,query:(0,v.parseQuery)(o)}}catch(t){try{e&&e.parentNode&&e.parentNode.removeChild(e)}catch(e){}return{}}},resolveRoute:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";try{var t=this.$router.resolve(e,this.$route).route;return{path:t.path,hash:t.hash,query:t.query}}catch(e){return{}}},guessCurrentPage:function(){var e=this.$router,t=this.$route,n=this.computedValue;if(!this.noPageDetect&&!n&&(o.IS_BROWSER||!o.IS_BROWSER&&e))for(var a=e&&t?{path:t.path,hash:t.hash,query:t.query}:{},r=o.IS_BROWSER?window.location||document.location:null,i=r?{path:r.pathname,hash:r.hash,query:(0,v.parseQuery)(r.search)}:{},s=1;!n&&s<=this.localNumberOfPages;s++){var l=this.makeLink(s);n=e&&((0,u.isObject)(l)||this.useRouter)?(0,d.looseEqual)(this.resolveRoute(l),a)?s:null:o.IS_BROWSER?(0,d.looseEqual)(this.resolveLink(l),i)?s:null:-1}this.currentPage=n>0?n:0}}})},1781:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BPagination:()=>a.BPagination,PaginationPlugin:()=>r});var a=n(10962),r=(0,n(11638).pluginFactory)({components:{BPagination:a.BPagination}})},10962:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BPagination:()=>M,props:()=>y});var a=n(1915),r=n(94689),o=n(63294),i=n(12299),s=n(37130),l=n(26410),c=n(33284),u=n(21578),d=n(93954),h=n(67040),p=n(20451),f=n(29878);function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function v(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?m(Object(n),!0).forEach((function(t){g(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function g(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var _=function(e){return(0,u.mathMax)((0,d.toInteger)(e)||20,1)},b=function(e){return(0,u.mathMax)((0,d.toInteger)(e)||0,0)},y=(0,p.makePropsConfigurable)((0,h.sortKeys)(v(v({},f.props),{},{ariaControls:(0,p.makeProp)(i.PROP_TYPE_STRING),perPage:(0,p.makeProp)(i.PROP_TYPE_NUMBER_STRING,20),totalRows:(0,p.makeProp)(i.PROP_TYPE_NUMBER_STRING,0)})),r.NAME_PAGINATION),M=a.Vue.extend({name:r.NAME_PAGINATION,mixins:[f.paginationMixin],props:y,computed:{numberOfPages:function(){var e=(0,u.mathCeil)(b(this.totalRows)/_(this.perPage));return e<1?1:e},pageSizeNumberOfPages:function(){return{perPage:_(this.perPage),totalRows:b(this.totalRows),numberOfPages:this.numberOfPages}}},watch:{pageSizeNumberOfPages:function(e,t){(0,c.isUndefinedOrNull)(t)||(e.perPage!==t.perPage&&e.totalRows===t.totalRows||e.numberOfPages!==t.numberOfPages&&this.currentPage>e.numberOfPages)&&(this.currentPage=1),this.localNumberOfPages=e.numberOfPages}},created:function(){var e=this;this.localNumberOfPages=this.numberOfPages;var t=(0,d.toInteger)(this[f.MODEL_PROP_NAME],0);t>0?this.currentPage=t:this.$nextTick((function(){e.currentPage=0}))},methods:{onClick:function(e,t){var n=this;if(t!==this.currentPage){var a=e.target,r=new s.BvEvent(o.EVENT_NAME_PAGE_CLICK,{cancelable:!0,vueTarget:this,target:a});this.$emit(r.type,r,t),r.defaultPrevented||(this.currentPage=t,this.$emit(o.EVENT_NAME_CHANGE,this.currentPage),this.$nextTick((function(){(0,l.isVisible)(a)&&n.$el.contains(a)?(0,l.attemptFocus)(a):n.focusCurrent()})))}},makePage:function(e){return e},linkProps:function(){return{}}}})},35535:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BVPopoverTemplate:()=>s});var a=n(1915),r=n(94689),o=n(33284),i=n(91185),s=a.Vue.extend({name:r.NAME_POPOVER_TEMPLATE,extends:i.BVTooltipTemplate,computed:{templateType:function(){return"popover"}},methods:{renderTemplate:function(e){var t=this.title,n=this.content,a=(0,o.isFunction)(t)?t({}):t,r=(0,o.isFunction)(n)?n({}):n,i=this.html&&!(0,o.isFunction)(t)?{innerHTML:t}:{},s=this.html&&!(0,o.isFunction)(n)?{innerHTML:n}:{};return e("div",{staticClass:"popover b-popover",class:this.templateClasses,attrs:this.templateAttributes,on:this.templateListeners},[e("div",{staticClass:"arrow",ref:"arrow"}),(0,o.isUndefinedOrNull)(a)||""===a?e():e("h3",{staticClass:"popover-header",domProps:i},[a]),(0,o.isUndefinedOrNull)(r)||""===r?e():e("div",{staticClass:"popover-body",domProps:s},[r])])}}})},56893:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BVPopover:()=>s});var a=n(1915),r=n(94689),o=n(40960),i=n(35535),s=a.Vue.extend({name:r.NAME_POPOVER_HELPER,extends:o.BVTooltip,computed:{templateType:function(){return"popover"}},methods:{getTemplate:function(){return i.BVPopoverTemplate}}})},71868:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BPopover:()=>a.BPopover,PopoverPlugin:()=>o});var a=n(53862),r=n(68969),o=(0,n(11638).pluginFactory)({components:{BPopover:a.BPopover},plugins:{VBPopoverPlugin:r.VBPopoverPlugin}})},53862:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BPopover:()=>v,props:()=>m});var a=n(1915),r=n(94689),o=n(63294),i=n(12299),s=n(90494),l=n(20451),c=n(18365),u=n(56893),d=n(67040);function h(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function p(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?h(Object(n),!0).forEach((function(t){f(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):h(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function f(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var m=(0,l.makePropsConfigurable)((0,d.sortKeys)(p(p({},c.props),{},{content:(0,l.makeProp)(i.PROP_TYPE_STRING),placement:(0,l.makeProp)(i.PROP_TYPE_STRING,"right"),triggers:(0,l.makeProp)(i.PROP_TYPE_ARRAY_STRING,o.EVENT_NAME_CLICK)})),r.NAME_POPOVER),v=a.Vue.extend({name:r.NAME_POPOVER,extends:c.BTooltip,inheritAttrs:!1,props:m,methods:{getComponent:function(){return u.BVPopover},updateContent:function(){this.setContent(this.normalizeSlot()||this.content),this.setTitle(this.normalizeSlot(s.SLOT_NAME_TITLE)||this.title)}}})},37587:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BProgress:()=>a.BProgress,BProgressBar:()=>r.BProgressBar,ProgressPlugin:()=>o});var a=n(45752),r=n(22981),o=(0,n(11638).pluginFactory)({components:{BProgress:a.BProgress,BProgressBar:r.BProgressBar}})},22981:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BProgressBar:()=>f,props:()=>p});var a=n(1915),r=n(94689),o=n(12299),i=n(18735),s=n(33284),l=n(21578),c=n(93954),u=n(20451),d=n(46595),h=n(18280),p=(0,u.makePropsConfigurable)({animated:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,null),label:(0,u.makeProp)(o.PROP_TYPE_STRING),labelHtml:(0,u.makeProp)(o.PROP_TYPE_STRING),max:(0,u.makeProp)(o.PROP_TYPE_NUMBER_STRING,null),precision:(0,u.makeProp)(o.PROP_TYPE_NUMBER_STRING,null),showProgress:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,null),showValue:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,null),striped:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,null),value:(0,u.makeProp)(o.PROP_TYPE_NUMBER_STRING,0),variant:(0,u.makeProp)(o.PROP_TYPE_STRING)},r.NAME_PROGRESS_BAR),f=a.Vue.extend({name:r.NAME_PROGRESS_BAR,mixins:[h.normalizeSlotMixin],inject:{bvProgress:{default:function(){return{}}}},props:p,computed:{progressBarClasses:function(){var e=this.computedAnimated,t=this.computedVariant;return[t?"bg-".concat(t):"",this.computedStriped||e?"progress-bar-striped":"",e?"progress-bar-animated":""]},progressBarStyles:function(){return{width:this.computedValue/this.computedMax*100+"%"}},computedValue:function(){return(0,c.toFloat)(this.value,0)},computedMax:function(){var e=(0,c.toFloat)(this.max)||(0,c.toFloat)(this.bvProgress.max,0);return e>0?e:100},computedPrecision:function(){return(0,l.mathMax)((0,c.toInteger)(this.precision,(0,c.toInteger)(this.bvProgress.precision,0)),0)},computedProgress:function(){var e=this.computedPrecision,t=(0,l.mathPow)(10,e);return(0,c.toFixed)(100*t*this.computedValue/this.computedMax/t,e)},computedVariant:function(){return this.variant||this.bvProgress.variant},computedStriped:function(){return(0,s.isBoolean)(this.striped)?this.striped:this.bvProgress.striped||!1},computedAnimated:function(){return(0,s.isBoolean)(this.animated)?this.animated:this.bvProgress.animated||!1},computedShowProgress:function(){return(0,s.isBoolean)(this.showProgress)?this.showProgress:this.bvProgress.showProgress||!1},computedShowValue:function(){return(0,s.isBoolean)(this.showValue)?this.showValue:this.bvProgress.showValue||!1}},render:function(e){var t,n=this.label,a=this.labelHtml,r=this.computedValue,o=this.computedPrecision,s={};return this.hasNormalizedSlot()?t=this.normalizeSlot():n||a?s=(0,i.htmlOrText)(a,n):this.computedShowProgress?t=this.computedProgress:this.computedShowValue&&(t=(0,c.toFixed)(r,o)),e("div",{staticClass:"progress-bar",class:this.progressBarClasses,style:this.progressBarStyles,attrs:{role:"progressbar","aria-valuemin":"0","aria-valuemax":(0,d.toString)(this.computedMax),"aria-valuenow":(0,c.toFixed)(r,o)},domProps:s},t)}})},45752:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BProgress:()=>m,props:()=>f});var a=n(1915),r=n(94689),o=n(12299),i=n(67040),s=n(20451),l=n(18280),c=n(22981);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){h(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p=(0,i.omit)(c.props,["label","labelHtml"]),f=(0,s.makePropsConfigurable)((0,i.sortKeys)(d(d({},p),{},{animated:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1),height:(0,s.makeProp)(o.PROP_TYPE_STRING),max:(0,s.makeProp)(o.PROP_TYPE_NUMBER_STRING,100),precision:(0,s.makeProp)(o.PROP_TYPE_NUMBER_STRING,0),showProgress:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1),showValue:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1),striped:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1)})),r.NAME_PROGRESS),m=a.Vue.extend({name:r.NAME_PROGRESS,mixins:[l.normalizeSlotMixin],provide:function(){return{bvProgress:this}},props:f,computed:{progressHeight:function(){return{height:this.height||null}}},render:function(e){var t=this.normalizeSlot();return t||(t=e(c.BProgressBar,{props:(0,s.pluckProps)(p,this.$props)})),e("div",{staticClass:"progress",style:this.progressHeight},[t])}})},44196:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BSidebar:()=>a.BSidebar,SidebarPlugin:()=>o});var a=n(6675),r=n(7351),o=(0,n(11638).pluginFactory)({components:{BSidebar:a.BSidebar},plugins:{VBTogglePlugin:r.VBTogglePlugin}})},6675:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BSidebar:()=>Y,props:()=>D});var a,r=n(1915),o=n(94689),i=n(43935),s=n(63294),l=n(63663),c=n(12299),u=n(90494),d=n(26410),h=n(28415),p=n(54602),f=n(67040),m=n(20451),v=n(28492),g=n(73727),_=n(98596),b=n(18280),y=n(7543),M=n(91451),I=n(17100);function B(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function k(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?B(Object(n),!0).forEach((function(t){P(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):B(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function P(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var T="b-sidebar",w=(0,h.getRootActionEventName)(o.NAME_COLLAPSE,"request-state"),E=(0,h.getRootActionEventName)(o.NAME_COLLAPSE,"toggle"),O=(0,h.getRootEventName)(o.NAME_COLLAPSE,"state"),A=(0,h.getRootEventName)(o.NAME_COLLAPSE,"sync-state"),L=(0,p.makeModelMixin)("visible",{type:c.PROP_TYPE_BOOLEAN,defaultValue:!1,event:s.EVENT_NAME_CHANGE}),S=L.mixin,C=L.props,z=L.prop,x=L.event,D=(0,m.makePropsConfigurable)((0,f.sortKeys)(k(k(k({},g.props),C),{},{ariaLabel:(0,m.makeProp)(c.PROP_TYPE_STRING),ariaLabelledby:(0,m.makeProp)(c.PROP_TYPE_STRING),backdrop:(0,m.makeProp)(c.PROP_TYPE_BOOLEAN,!1),backdropVariant:(0,m.makeProp)(c.PROP_TYPE_STRING,"dark"),bgVariant:(0,m.makeProp)(c.PROP_TYPE_STRING,"light"),bodyClass:(0,m.makeProp)(c.PROP_TYPE_ARRAY_OBJECT_STRING),closeLabel:(0,m.makeProp)(c.PROP_TYPE_STRING),footerClass:(0,m.makeProp)(c.PROP_TYPE_ARRAY_OBJECT_STRING),footerTag:(0,m.makeProp)(c.PROP_TYPE_STRING,"footer"),headerClass:(0,m.makeProp)(c.PROP_TYPE_ARRAY_OBJECT_STRING),headerTag:(0,m.makeProp)(c.PROP_TYPE_STRING,"header"),lazy:(0,m.makeProp)(c.PROP_TYPE_BOOLEAN,!1),noCloseOnBackdrop:(0,m.makeProp)(c.PROP_TYPE_BOOLEAN,!1),noCloseOnEsc:(0,m.makeProp)(c.PROP_TYPE_BOOLEAN,!1),noCloseOnRouteChange:(0,m.makeProp)(c.PROP_TYPE_BOOLEAN,!1),noEnforceFocus:(0,m.makeProp)(c.PROP_TYPE_BOOLEAN,!1),noHeader:(0,m.makeProp)(c.PROP_TYPE_BOOLEAN,!1),noHeaderClose:(0,m.makeProp)(c.PROP_TYPE_BOOLEAN,!1),noSlide:(0,m.makeProp)(c.PROP_TYPE_BOOLEAN,!1),right:(0,m.makeProp)(c.PROP_TYPE_BOOLEAN,!1),shadow:(0,m.makeProp)(c.PROP_TYPE_BOOLEAN_STRING,!1),sidebarClass:(0,m.makeProp)(c.PROP_TYPE_ARRAY_OBJECT_STRING),tag:(0,m.makeProp)(c.PROP_TYPE_STRING,"div"),textVariant:(0,m.makeProp)(c.PROP_TYPE_STRING,"dark"),title:(0,m.makeProp)(c.PROP_TYPE_STRING),width:(0,m.makeProp)(c.PROP_TYPE_STRING),zIndex:(0,m.makeProp)(c.PROP_TYPE_NUMBER_STRING)})),o.NAME_SIDEBAR),F=function(e,t){if(t.noHeader)return e();var n=t.normalizeSlot(u.SLOT_NAME_HEADER,t.slotScope);if(!n){var a=function(e,t){var n=t.normalizeSlot(u.SLOT_NAME_TITLE,t.slotScope)||t.title;return n?e("strong",{attrs:{id:t.safeId("__title__")}},[n]):e("span")}(e,t),r=function(e,t){if(t.noHeaderClose)return e();var n=t.closeLabel,a=t.textVariant,r=t.hide;return e(M.BButtonClose,{props:{ariaLabel:n,textVariant:a},on:{click:r},ref:"close-button"},[t.normalizeSlot(u.SLOT_NAME_HEADER_CLOSE)||e(y.BIconX)])}(e,t);n=t.right?[r,a]:[a,r]}return e(t.headerTag,{staticClass:"".concat(T,"-header"),class:t.headerClass,key:"header"},n)},H=function(e,t){return e("div",{staticClass:"".concat(T,"-body"),class:t.bodyClass,key:"body"},[t.normalizeSlot(u.SLOT_NAME_DEFAULT,t.slotScope)])},N=function(e,t){var n=t.normalizeSlot(u.SLOT_NAME_FOOTER,t.slotScope);return n?e(t.footerTag,{staticClass:"".concat(T,"-footer"),class:t.footerClass,key:"footer"},[n]):e()},R=function(e,t){var n=F(e,t);return t.lazy&&!t.isOpen?n:[n,H(e,t),N(e,t)]},V=function(e,t){if(!t.backdrop)return e();var n=t.backdropVariant;return e("div",{directives:[{name:"show",value:t.localShow}],staticClass:"b-sidebar-backdrop",class:P({},"bg-".concat(n),n),on:{click:t.onBackdropClick}})},Y=r.Vue.extend({name:o.NAME_SIDEBAR,mixins:[v.attrsMixin,g.idMixin,S,_.listenOnRootMixin,b.normalizeSlotMixin],inheritAttrs:!1,props:D,data:function(){var e=!!this[z];return{localShow:e,isOpen:e}},computed:{transitionProps:function(){return this.noSlide?{css:!0}:{css:!0,enterClass:"",enterActiveClass:"slide",enterToClass:"show",leaveClass:"show",leaveActiveClass:"slide",leaveToClass:""}},slotScope:function(){return{hide:this.hide,right:this.right,visible:this.localShow}},hasTitle:function(){var e=this.$scopedSlots,t=this.$slots;return!(this.noHeader||this.hasNormalizedSlot(u.SLOT_NAME_HEADER)||!this.normalizeSlot(u.SLOT_NAME_TITLE,this.slotScope,e,t)&&!this.title)},titleId:function(){return this.hasTitle?this.safeId("__title__"):null},computedAttrs:function(){return k(k({},this.bvAttrs),{},{id:this.safeId(),tabindex:"-1",role:"dialog","aria-modal":this.backdrop?"true":"false","aria-hidden":this.localShow?null:"true","aria-label":this.ariaLabel||null,"aria-labelledby":this.ariaLabelledby||this.titleId||null})}},watch:(a={},P(a,z,(function(e,t){e!==t&&(this.localShow=e)})),P(a,"localShow",(function(e,t){e!==t&&(this.emitState(e),this.$emit(x,e))})),P(a,"$route",(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.noCloseOnRouteChange||e.fullPath===t.fullPath||this.hide()})),a),created:function(){this.$_returnFocusEl=null},mounted:function(){var e=this;this.listenOnRoot(E,this.handleToggle),this.listenOnRoot(w,this.handleSync),this.$nextTick((function(){e.emitState(e.localShow)}))},activated:function(){this.emitSync()},beforeDestroy:function(){this.localShow=!1,this.$_returnFocusEl=null},methods:{hide:function(){this.localShow=!1},emitState:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.localShow;this.emitOnRoot(O,this.safeId(),e)},emitSync:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.localShow;this.emitOnRoot(A,this.safeId(),e)},handleToggle:function(e){e&&e===this.safeId()&&(this.localShow=!this.localShow)},handleSync:function(e){var t=this;e&&e===this.safeId()&&this.$nextTick((function(){t.emitSync(t.localShow)}))},onKeydown:function(e){var t=e.keyCode;!this.noCloseOnEsc&&t===l.CODE_ESC&&this.localShow&&this.hide()},onBackdropClick:function(){this.localShow&&!this.noCloseOnBackdrop&&this.hide()},onTopTrapFocus:function(){var e=(0,d.getTabables)(this.$refs.content);this.enforceFocus(e.reverse()[0])},onBottomTrapFocus:function(){var e=(0,d.getTabables)(this.$refs.content);this.enforceFocus(e[0])},onBeforeEnter:function(){this.$_returnFocusEl=(0,d.getActiveElement)(i.IS_BROWSER?[document.body]:[]),this.isOpen=!0},onAfterEnter:function(e){(0,d.contains)(e,(0,d.getActiveElement)())||this.enforceFocus(e),this.$emit(s.EVENT_NAME_SHOWN)},onAfterLeave:function(){this.enforceFocus(this.$_returnFocusEl),this.$_returnFocusEl=null,this.isOpen=!1,this.$emit(s.EVENT_NAME_HIDDEN)},enforceFocus:function(e){this.noEnforceFocus||(0,d.attemptFocus)(e)}},render:function(e){var t,n=this.bgVariant,a=this.width,r=this.textVariant,o=this.localShow,i=""===this.shadow||this.shadow,s=e(this.tag,{staticClass:T,class:[(t={shadow:!0===i},P(t,"shadow-".concat(i),i&&!0!==i),P(t,"".concat(T,"-right"),this.right),P(t,"bg-".concat(n),n),P(t,"text-".concat(r),r),t),this.sidebarClass],style:{width:a},attrs:this.computedAttrs,directives:[{name:"show",value:o}],ref:"content"},[R(e,this)]);s=e("transition",{props:this.transitionProps,on:{beforeEnter:this.onBeforeEnter,afterEnter:this.onAfterEnter,afterLeave:this.onAfterLeave}},[s]);var l=e(I.BVTransition,{props:{noFade:this.noSlide}},[V(e,this)]),c=e(),u=e();return this.backdrop&&o&&(c=e("div",{attrs:{tabindex:"0"},on:{focus:this.onTopTrapFocus}}),u=e("div",{attrs:{tabindex:"0"},on:{focus:this.onBottomTrapFocus}})),e("div",{staticClass:"b-sidebar-outer",style:{zIndex:this.zIndex},attrs:{tabindex:"-1"},on:{keydown:this.onKeydown}},[c,s,u,l])}})},87140:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BSkeleton:()=>r.BSkeleton,BSkeletonIcon:()=>o.BSkeletonIcon,BSkeletonImg:()=>i.BSkeletonImg,BSkeletonTable:()=>s.BSkeletonTable,BSkeletonWrapper:()=>l.BSkeletonWrapper,SkeletonPlugin:()=>c});var a=n(11638),r=n(14777),o=n(69049),i=n(1830),s=n(4006),l=n(46499),c=(0,a.pluginFactory)({components:{BSkeleton:r.BSkeleton,BSkeletonIcon:o.BSkeletonIcon,BSkeletonImg:i.BSkeletonImg,BSkeletonTable:s.BSkeletonTable,BSkeletonWrapper:l.BSkeletonWrapper}})},69049:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BSkeletonIcon:()=>h,props:()=>d});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=n(29699);function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function c(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?l(Object(n),!0).forEach((function(t){u(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var d=(0,i.makePropsConfigurable)({animation:(0,i.makeProp)(o.PROP_TYPE_STRING,"wave"),icon:(0,i.makeProp)(o.PROP_TYPE_STRING),iconProps:(0,i.makeProp)(o.PROP_TYPE_OBJECT,{})},r.NAME_SKELETON_ICON),h=a.Vue.extend({name:r.NAME_SKELETON_ICON,functional:!0,props:d,render:function(e,t){var n=t.data,r=t.props,o=r.icon,i=r.animation,l=e(s.BIcon,{staticClass:"b-skeleton-icon",props:c(c({},r.iconProps),{},{icon:o})});return e("div",(0,a.mergeData)(n,{staticClass:"b-skeleton-icon-wrapper position-relative d-inline-block overflow-hidden",class:u({},"b-skeleton-animate-".concat(i),i)}),[l])}})},1830:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BSkeletonImg:()=>u,props:()=>c});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=n(74278),l=n(14777);var c=(0,i.makePropsConfigurable)({animation:(0,i.makeProp)(o.PROP_TYPE_STRING),aspect:(0,i.makeProp)(o.PROP_TYPE_STRING,"16:9"),cardImg:(0,i.makeProp)(o.PROP_TYPE_STRING),height:(0,i.makeProp)(o.PROP_TYPE_STRING),noAspect:(0,i.makeProp)(o.PROP_TYPE_BOOLEAN,!1),variant:(0,i.makeProp)(o.PROP_TYPE_STRING),width:(0,i.makeProp)(o.PROP_TYPE_STRING)},r.NAME_SKELETON_IMG),u=a.Vue.extend({name:r.NAME_SKELETON_IMG,functional:!0,props:c,render:function(e,t){var n,r,o,i=t.data,c=t.props,u=c.aspect,d=c.width,h=c.height,p=c.animation,f=c.variant,m=c.cardImg,v=e(l.BSkeleton,(0,a.mergeData)(i,{props:{type:"img",width:d,height:h,animation:p,variant:f},class:(n={},r="card-img-".concat(m),o=m,r in n?Object.defineProperty(n,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[r]=o,n)}));return c.noAspect?v:e(s.BAspect,{props:{aspect:u}},[v])}})},4006:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BSkeletonTable:()=>m,props:()=>f});var a=n(1915),r=n(94689),o=n(12299),i=n(11572),s=n(20451),l=n(14777),c=n(56778);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){h(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p=function(e){return e>0},f=(0,s.makePropsConfigurable)({animation:(0,s.makeProp)(o.PROP_TYPE_STRING),columns:(0,s.makeProp)(o.PROP_TYPE_NUMBER,5,p),hideHeader:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1),rows:(0,s.makeProp)(o.PROP_TYPE_NUMBER,3,p),showFooter:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1),tableProps:(0,s.makeProp)(o.PROP_TYPE_OBJECT,{})},r.NAME_SKELETON_TABLE),m=a.Vue.extend({name:r.NAME_SKELETON_TABLE,functional:!0,props:f,render:function(e,t){var n=t.data,r=t.props,o=r.animation,s=r.columns,u=e("th",[e(l.BSkeleton,{props:{animation:o}})]),h=e("tr",(0,i.createArray)(s,u)),p=e("td",[e(l.BSkeleton,{props:{width:"75%",animation:o}})]),f=e("tr",(0,i.createArray)(s,p)),m=e("tbody",(0,i.createArray)(r.rows,f)),v=r.hideHeader?e():e("thead",[h]),g=r.showFooter?e("tfoot",[h]):e();return e(c.BTableSimple,(0,a.mergeData)(n,{props:d({},r.tableProps)}),[v,m,g])}})},46499:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BSkeletonWrapper:()=>u,props:()=>c});var a=n(1915),r=n(94689),o=n(12299),i=n(90494),s=n(72345),l=n(20451),c=(0,l.makePropsConfigurable)({loading:(0,l.makeProp)(o.PROP_TYPE_BOOLEAN,!1)},r.NAME_SKELETON_WRAPPER),u=a.Vue.extend({name:r.NAME_SKELETON_WRAPPER,functional:!0,props:c,render:function(e,t){var n=t.data,r=t.props,o=t.slots,l=t.scopedSlots,c=o(),u=l||{},d={};return r.loading?e("div",(0,a.mergeData)(n,{attrs:{role:"alert","aria-live":"polite","aria-busy":!0},staticClass:"b-skeleton-wrapper",key:"loading"}),(0,s.normalizeSlot)(i.SLOT_NAME_LOADING,d,u,c)):(0,s.normalizeSlot)(i.SLOT_NAME_DEFAULT,d,u,c)}})},14777:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BSkeleton:()=>c,props:()=>l});var a=n(1915),r=n(94689),o=n(12299),i=n(20451);function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var l=(0,i.makePropsConfigurable)({animation:(0,i.makeProp)(o.PROP_TYPE_STRING,"wave"),height:(0,i.makeProp)(o.PROP_TYPE_STRING),size:(0,i.makeProp)(o.PROP_TYPE_STRING),type:(0,i.makeProp)(o.PROP_TYPE_STRING,"text"),variant:(0,i.makeProp)(o.PROP_TYPE_STRING),width:(0,i.makeProp)(o.PROP_TYPE_STRING)},r.NAME_SKELETON),c=a.Vue.extend({name:r.NAME_SKELETON,functional:!0,props:l,render:function(e,t){var n,r=t.data,o=t.props,i=o.size,l=o.animation,c=o.variant;return e("div",(0,a.mergeData)(r,{staticClass:"b-skeleton",style:{width:i||o.width,height:i||o.height},class:(n={},s(n,"b-skeleton-".concat(o.type),!0),s(n,"b-skeleton-animate-".concat(l),l),s(n,"bg-".concat(c),c),n)}))}})},82496:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BSpinner:()=>a.BSpinner,SpinnerPlugin:()=>r});var a=n(1759),r=(0,n(11638).pluginFactory)({components:{BSpinner:a.BSpinner}})},1759:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BSpinner:()=>d,props:()=>u});var a=n(1915),r=n(94689),o=n(12299),i=n(90494),s=n(72345),l=n(20451);function c(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var u=(0,l.makePropsConfigurable)({label:(0,l.makeProp)(o.PROP_TYPE_STRING),role:(0,l.makeProp)(o.PROP_TYPE_STRING,"status"),small:(0,l.makeProp)(o.PROP_TYPE_BOOLEAN,!1),tag:(0,l.makeProp)(o.PROP_TYPE_STRING,"span"),type:(0,l.makeProp)(o.PROP_TYPE_STRING,"border"),variant:(0,l.makeProp)(o.PROP_TYPE_STRING)},r.NAME_SPINNER),d=a.Vue.extend({name:r.NAME_SPINNER,functional:!0,props:u,render:function(e,t){var n,r=t.props,o=t.data,l=t.slots,u=t.scopedSlots,d=l(),h=u||{},p=(0,s.normalizeSlot)(i.SLOT_NAME_LABEL,{},h,d)||r.label;return p&&(p=e("span",{staticClass:"sr-only"},p)),e(r.tag,(0,a.mergeData)(o,{attrs:{role:p?r.role||"status":null,"aria-hidden":p?null:"true"},class:(n={},c(n,"spinner-".concat(r.type),r.type),c(n,"spinner-".concat(r.type,"-sm"),r.small),c(n,"text-".concat(r.variant),r.variant),n)}),[p||e()])}})},62581:(e,t,n)=>{"use strict";function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function r(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?a(Object(n),!0).forEach((function(t){o(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.r(t),n.d(t,{EVENT_FILTER:()=>u,FIELD_KEY_CELL_VARIANT:()=>i,FIELD_KEY_ROW_VARIANT:()=>s,FIELD_KEY_SHOW_DETAILS:()=>l,IGNORED_FIELD_KEYS:()=>c});var i="_cellVariants",s="_rowVariant",l="_showDetails",c=[i,s,l].reduce((function(e,t){return r(r({},e),{},o({},t,!0))}),{}),u=["a","a *","button","button *","input:not(.disabled):not([disabled])","select:not(.disabled):not([disabled])","textarea:not(.disabled):not([disabled])",'[role="link"]','[role="link"] *','[role="button"]','[role="button"] *',"[tabindex]:not(.disabled):not([disabled])"].join(",")},97603:(e,t,n)=>{"use strict";n.r(t),n.d(t,{defaultSortCompare:()=>l});var a=n(37668),r=n(33284),o=n(93954),i=n(91838),s=function(e){return(0,r.isUndefinedOrNull)(e)?"":(0,r.isNumeric)(e)?(0,o.toFloat)(e,e):e},l=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=n.sortBy,l=void 0===o?null:o,c=n.formatter,u=void 0===c?null:c,d=n.locale,h=void 0===d?void 0:d,p=n.localeOptions,f=void 0===p?{}:p,m=n.nullLast,v=void 0!==m&&m,g=(0,a.get)(e,l,null),_=(0,a.get)(t,l,null);return(0,r.isFunction)(u)&&(g=u(g,l,e),_=u(_,l,t)),g=s(g),_=s(_),(0,r.isDate)(g)&&(0,r.isDate)(_)||(0,r.isNumber)(g)&&(0,r.isNumber)(_)?g<_?-1:g>_?1:0:v&&""===g&&""!==_?1:v&&""!==g&&""===_?-1:(0,i.stringifyObjectValues)(g).localeCompare((0,i.stringifyObjectValues)(_),h,f)}},23746:(e,t,n)=>{"use strict";n.r(t),n.d(t,{filterEvent:()=>i});var a=n(26410),r=n(62581),o=["TD","TH","TR"],i=function(e){if(!e||!e.target)return!1;var t=e.target;if(t.disabled||-1!==o.indexOf(t.tagName))return!1;if((0,a.closest)(".dropdown-menu",t))return!0;var n="LABEL"===t.tagName?t:(0,a.closest)("label",t);if(n){var i=(0,a.getAttr)(n,"for"),s=i?(0,a.getById)(i):(0,a.select)("input, select, textarea",n);if(s&&!s.disabled)return!0}return(0,a.matches)(t,r.EVENT_FILTER)}},6377:(e,t,n)=>{"use strict";n.r(t),n.d(t,{bottomRowMixin:()=>l,props:()=>s});var a=n(1915),r=n(90494),o=n(33284),i=n(92095),s={},l=a.Vue.extend({props:s,methods:{renderBottomRow:function(){var e=this.computedFields,t=this.stacked,n=this.tbodyTrClass,a=this.tbodyTrAttr,s=this.$createElement;return this.hasNormalizedSlot(r.SLOT_NAME_BOTTOM_ROW)&&!0!==t&&""!==t?s(i.BTr,{staticClass:"b-table-bottom-row",class:[(0,o.isFunction)(n)?n(null,"row-bottom"):n],attrs:(0,o.isFunction)(a)?a(null,"row-bottom"):a,key:"b-bottom-row"},this.normalizeSlot(r.SLOT_NAME_BOTTOM_ROW,{columns:e.length,fields:e})):s()}}})},322:(e,t,n)=>{"use strict";n.r(t),n.d(t,{busyMixin:()=>_,props:()=>g});var a=n(1915),r=n(63294),o=n(12299),i=n(90494),s=n(28415),l=n(33284),c=n(20451),u=n(92095),d=n(66456);var h,p,f,m="busy",v=r.MODEL_EVENT_NAME_PREFIX+m,g=(h={},p=m,f=(0,c.makeProp)(o.PROP_TYPE_BOOLEAN,!1),p in h?Object.defineProperty(h,p,{value:f,enumerable:!0,configurable:!0,writable:!0}):h[p]=f,h),_=a.Vue.extend({props:g,data:function(){return{localBusy:!1}},computed:{computedBusy:function(){return this.busy||this.localBusy}},watch:{localBusy:function(e,t){e!==t&&this.$emit(v,e)}},methods:{stopIfBusy:function(e){return!!this.computedBusy&&((0,s.stopEvent)(e),!0)},renderBusy:function(){var e=this.tbodyTrClass,t=this.tbodyTrAttr,n=this.$createElement;return this.computedBusy&&this.hasNormalizedSlot(i.SLOT_NAME_TABLE_BUSY)?n(u.BTr,{staticClass:"b-table-busy-slot",class:[(0,l.isFunction)(e)?e(null,i.SLOT_NAME_TABLE_BUSY):e],attrs:(0,l.isFunction)(t)?t(null,i.SLOT_NAME_TABLE_BUSY):t,key:"table-busy-slot"},[n(d.BTd,{props:{colspan:this.computedFields.length||null}},[this.normalizeSlot(i.SLOT_NAME_TABLE_BUSY)])]):null}}})},49682:(e,t,n)=>{"use strict";n.r(t),n.d(t,{captionMixin:()=>c,props:()=>l});var a=n(1915),r=n(12299),o=n(90494),i=n(18735),s=n(20451),l={caption:(0,s.makeProp)(r.PROP_TYPE_STRING),captionHtml:(0,s.makeProp)(r.PROP_TYPE_STRING)},c=a.Vue.extend({props:l,computed:{captionId:function(){return this.isStacked?this.safeId("_caption_"):null}},methods:{renderCaption:function(){var e=this.caption,t=this.captionHtml,n=this.$createElement,a=n(),r=this.hasNormalizedSlot(o.SLOT_NAME_TABLE_CAPTION);return(r||e||t)&&(a=n("caption",{attrs:{id:this.captionId},domProps:r?{}:(0,i.htmlOrText)(t,e),key:"caption",ref:"caption"},this.normalizeSlot(o.SLOT_NAME_TABLE_CAPTION))),a}}})},32341:(e,t,n)=>{"use strict";n.r(t),n.d(t,{colgroupMixin:()=>i,props:()=>o});var a=n(1915),r=n(90494),o={},i=a.Vue.extend({methods:{renderColgroup:function(){var e=this.computedFields,t=this.$createElement,n=t();return this.hasNormalizedSlot(r.SLOT_NAME_TABLE_COLGROUP)&&(n=t("colgroup",{key:"colgroup"},[this.normalizeSlot(r.SLOT_NAME_TABLE_COLGROUP,{columns:e.length,fields:e})])),n}}})},97741:(e,t,n)=>{"use strict";n.r(t),n.d(t,{emptyMixin:()=>h,props:()=>d});var a=n(1915),r=n(12299),o=n(90494),i=n(18735),s=n(33284),l=n(20451),c=n(92095),u=n(66456),d={emptyFilteredHtml:(0,l.makeProp)(r.PROP_TYPE_STRING),emptyFilteredText:(0,l.makeProp)(r.PROP_TYPE_STRING,"There are no records matching your request"),emptyHtml:(0,l.makeProp)(r.PROP_TYPE_STRING),emptyText:(0,l.makeProp)(r.PROP_TYPE_STRING,"There are no records to show"),showEmpty:(0,l.makeProp)(r.PROP_TYPE_BOOLEAN,!1)},h=a.Vue.extend({props:d,methods:{renderEmpty:function(){var e=this.computedItems,t=this.$createElement,n=t();if(this.showEmpty&&(!e||0===e.length)&&(!this.computedBusy||!this.hasNormalizedSlot(o.SLOT_NAME_TABLE_BUSY))){var a=this.computedFields,r=this.isFiltered,l=this.emptyText,d=this.emptyHtml,h=this.emptyFilteredText,p=this.emptyFilteredHtml,f=this.tbodyTrClass,m=this.tbodyTrAttr;(n=this.normalizeSlot(r?o.SLOT_NAME_EMPTYFILTERED:o.SLOT_NAME_EMPTY,{emptyFilteredHtml:p,emptyFilteredText:h,emptyHtml:d,emptyText:l,fields:a,items:e}))||(n=t("div",{class:["text-center","my-2"],domProps:r?(0,i.htmlOrText)(p,h):(0,i.htmlOrText)(d,l)})),n=t(u.BTd,{props:{colspan:a.length||null}},[t("div",{attrs:{role:"alert","aria-live":"polite"}},[n])]),n=t(c.BTr,{staticClass:"b-table-empty-row",class:[(0,s.isFunction)(f)?f(null,"row-empty"):f],attrs:(0,s.isFunction)(m)?m(null,"row-empty"):m,key:r?"b-empty-filtered-row":"b-empty-row"},[n])}return n}}})},57686:(e,t,n)=>{"use strict";n.r(t),n.d(t,{filteringMixin:()=>M,props:()=>y});var a=n(1915),r=n(94689),o=n(63294),i=n(12299),s=n(30824),l=n(11572),c=n(30158),u=n(68265),d=n(33284),h=n(3058),p=n(93954),f=n(20451),m=n(46595),v=n(37568),g=n(24420);function _(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}var b,y={filter:(0,f.makeProp)([].concat((b=i.PROP_TYPE_ARRAY_OBJECT_STRING,function(e){if(Array.isArray(e))return _(e)}(b)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(b)||function(e,t){if(e){if("string"==typeof e)return _(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_(e,t):void 0}}(b)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),[i.PROP_TYPE_REG_EXP])),filterDebounce:(0,f.makeProp)(i.PROP_TYPE_NUMBER_STRING,0,(function(e){return s.RX_DIGITS.test(String(e))})),filterFunction:(0,f.makeProp)(i.PROP_TYPE_FUNCTION),filterIgnoredFields:(0,f.makeProp)(i.PROP_TYPE_ARRAY,[]),filterIncludedFields:(0,f.makeProp)(i.PROP_TYPE_ARRAY,[])},M=a.Vue.extend({props:y,data:function(){return{isFiltered:!1,localFilter:this.filterSanitize(this.filter)}},computed:{computedFilterIgnored:function(){return(0,l.concat)(this.filterIgnoredFields||[]).filter(u.identity)},computedFilterIncluded:function(){return(0,l.concat)(this.filterIncludedFields||[]).filter(u.identity)},computedFilterDebounce:function(){var e=(0,p.toInteger)(this.filterDebounce,0);return e>0&&(0,v.warn)('Prop "filter-debounce" is deprecated. Use the debounce feature of "<b-form-input>" instead.',r.NAME_TABLE),e},localFiltering:function(){return!this.hasProvider||!!this.noProviderFiltering},filteredCheck:function(){return{filteredItems:this.filteredItems,localItems:this.localItems,localFilter:this.localFilter}},localFilterFn:function(){var e=this.filterFunction;return(0,f.hasPropFunction)(e)?e:null},filteredItems:function(){var e=this.localItems,t=this.localFilter,n=this.localFiltering?this.filterFnFactory(this.localFilterFn,t)||this.defaultFilterFnFactory(t):null;return n&&e.length>0?e.filter(n):e}},watch:{computedFilterDebounce:function(e){!e&&this.$_filterTimer&&(this.clearFilterTimer(),this.localFilter=this.filterSanitize(this.filter))},filter:{deep:!0,handler:function(e){var t=this,n=this.computedFilterDebounce;this.clearFilterTimer(),n&&n>0?this.$_filterTimer=setTimeout((function(){t.localFilter=t.filterSanitize(e)}),n):this.localFilter=this.filterSanitize(e)}},filteredCheck:function(e){var t=e.filteredItems,n=e.localFilter,a=!1;n?(0,h.looseEqual)(n,[])||(0,h.looseEqual)(n,{})?a=!1:n&&(a=!0):a=!1,a&&this.$emit(o.EVENT_NAME_FILTERED,t,t.length),this.isFiltered=a},isFiltered:function(e,t){if(!1===e&&!0===t){var n=this.localItems;this.$emit(o.EVENT_NAME_FILTERED,n,n.length)}}},created:function(){var e=this;this.$_filterTimer=null,this.$nextTick((function(){e.isFiltered=Boolean(e.localFilter)}))},beforeDestroy:function(){this.clearFilterTimer()},methods:{clearFilterTimer:function(){clearTimeout(this.$_filterTimer),this.$_filterTimer=null},filterSanitize:function(e){return!this.localFiltering||this.localFilterFn||(0,d.isString)(e)||(0,d.isRegExp)(e)?(0,c.cloneDeep)(e):""},filterFnFactory:function(e,t){if(!e||!(0,d.isFunction)(e)||!t||(0,h.looseEqual)(t,[])||(0,h.looseEqual)(t,{}))return null;return function(n){return e(n,t)}},defaultFilterFnFactory:function(e){var t=this;if(!e||!(0,d.isString)(e)&&!(0,d.isRegExp)(e))return null;var n=e;if((0,d.isString)(n)){var a=(0,m.escapeRegExp)(e).replace(s.RX_SPACES,"\\s+");n=new RegExp(".*".concat(a,".*"),"i")}return function(e){return n.lastIndex=0,n.test((0,g.stringifyRecordValues)(e,t.computedFilterIgnored,t.computedFilterIncluded,t.computedFieldsObj))}}}})},20686:(e,t,n)=>{"use strict";n.r(t),n.d(t,{MODEL_EVENT_NAME:()=>M,MODEL_PROP_NAME:()=>y,itemsMixin:()=>B,props:()=>I});var a=n(1915),r=n(63294),o=n(12299),i=n(33284),s=n(3058),l=n(21578),c=n(54602),u=n(93954),d=n(67040),h=n(20451),p=n(22942);function f(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function m(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?f(Object(n),!0).forEach((function(t){v(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function v(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var g=(0,c.makeModelMixin)("value",{type:o.PROP_TYPE_ARRAY,defaultValue:[]}),_=g.mixin,b=g.props,y=g.prop,M=g.event,I=(0,d.sortKeys)(m(m({},b),{},v({fields:(0,h.makeProp)(o.PROP_TYPE_ARRAY,null),items:(0,h.makeProp)(o.PROP_TYPE_ARRAY,[]),primaryKey:(0,h.makeProp)(o.PROP_TYPE_STRING)},y,(0,h.makeProp)(o.PROP_TYPE_ARRAY,[])))),B=a.Vue.extend({mixins:[_],props:I,data:function(){var e=this.items;return{localItems:(0,i.isArray)(e)?e.slice():[]}},computed:{computedFields:function(){return(0,p.normalizeFields)(this.fields,this.localItems)},computedFieldsObj:function(){var e=this.$parent;return this.computedFields.reduce((function(t,n){if(t[n.key]=(0,d.clone)(n),n.formatter){var a=n.formatter;(0,i.isString)(a)&&(0,i.isFunction)(e[a])?a=e[a]:(0,i.isFunction)(a)||(a=void 0),t[n.key].formatter=a}return t}),{})},computedItems:function(){return(this.paginatedItems||this.sortedItems||this.filteredItems||this.localItems||[]).slice()},context:function(){return{filter:this.localFilter,sortBy:this.localSortBy,sortDesc:this.localSortDesc,perPage:(0,l.mathMax)((0,u.toInteger)(this.perPage,0),0),currentPage:(0,l.mathMax)((0,u.toInteger)(this.currentPage,0),1),apiUrl:this.apiUrl}}},watch:{items:function(e){this.localItems=(0,i.isArray)(e)?e.slice():[]},computedItems:function(e,t){(0,s.looseEqual)(e,t)||this.$emit(M,e)},context:function(e,t){(0,s.looseEqual)(e,t)||this.$emit(r.EVENT_NAME_CONTEXT_CHANGED,e)}},mounted:function(){this.$emit(M,this.computedItems)},methods:{getFieldFormatter:function(e){var t=this.computedFieldsObj[e];return t?t.formatter:void 0}}})},22109:(e,t,n)=>{"use strict";n.r(t),n.d(t,{paginationMixin:()=>c,props:()=>l});var a=n(1915),r=n(12299),o=n(21578),i=n(93954),s=n(20451),l={currentPage:(0,s.makeProp)(r.PROP_TYPE_NUMBER_STRING,1),perPage:(0,s.makeProp)(r.PROP_TYPE_NUMBER_STRING,0)},c=a.Vue.extend({props:l,computed:{localPaging:function(){return!this.hasProvider||!!this.noProviderPaging},paginatedItems:function(){var e=this.sortedItems||this.filteredItems||this.localItems||[],t=(0,o.mathMax)((0,i.toInteger)(this.currentPage,1),1),n=(0,o.mathMax)((0,i.toInteger)(this.perPage,0),0);return this.localPaging&&n&&(e=e.slice((t-1)*n,t*n)),e}}})},77425:(e,t,n)=>{"use strict";n.r(t),n.d(t,{props:()=>v,providerMixin:()=>g});var a=n(1915),r=n(94689),o=n(63294),i=n(12299),s=n(28415),l=n(33284),c=n(3058),u=n(67040),d=n(20451),h=n(37568),p=n(98596),f=(0,s.getRootEventName)(r.NAME_TABLE,o.EVENT_NAME_REFRESHED),m=(0,s.getRootActionEventName)(r.NAME_TABLE,o.EVENT_NAME_REFRESH),v={apiUrl:(0,d.makeProp)(i.PROP_TYPE_STRING),items:(0,d.makeProp)(i.PROP_TYPE_ARRAY_FUNCTION,[]),noProviderFiltering:(0,d.makeProp)(i.PROP_TYPE_BOOLEAN,!1),noProviderPaging:(0,d.makeProp)(i.PROP_TYPE_BOOLEAN,!1),noProviderSorting:(0,d.makeProp)(i.PROP_TYPE_BOOLEAN,!1)},g=a.Vue.extend({mixins:[p.listenOnRootMixin],props:v,computed:{hasProvider:function(){return(0,l.isFunction)(this.items)},providerTriggerContext:function(){var e={apiUrl:this.apiUrl,filter:null,sortBy:null,sortDesc:null,perPage:null,currentPage:null};return this.noProviderFiltering||(e.filter=this.localFilter),this.noProviderSorting||(e.sortBy=this.localSortBy,e.sortDesc=this.localSortDesc),this.noProviderPaging||(e.perPage=this.perPage,e.currentPage=this.currentPage),(0,u.clone)(e)}},watch:{items:function(e){(this.hasProvider||(0,l.isFunction)(e))&&this.$nextTick(this._providerUpdate)},providerTriggerContext:function(e,t){(0,c.looseEqual)(e,t)||this.$nextTick(this._providerUpdate)}},mounted:function(){var e=this;!this.hasProvider||this.localItems&&0!==this.localItems.length||this._providerUpdate(),this.listenOnRoot(m,(function(t){t!==e.id&&t!==e||e.refresh()}))},methods:{refresh:function(){var e=this.items,t=this.refresh;this.$off(o.EVENT_NAME_REFRESHED,t),this.computedBusy?this.localBusy&&this.hasProvider&&this.$on(o.EVENT_NAME_REFRESHED,t):(this.clearSelected(),this.hasProvider?this.$nextTick(this._providerUpdate):this.localItems=(0,l.isArray)(e)?e.slice():[])},_providerSetLocal:function(e){this.localItems=(0,l.isArray)(e)?e.slice():[],this.localBusy=!1,this.$emit(o.EVENT_NAME_REFRESHED),this.id&&this.emitOnRoot(f,this.id)},_providerUpdate:function(){var e=this;this.hasProvider&&(this.computedBusy?this.$nextTick(this.refresh):(this.localBusy=!0,this.$nextTick((function(){try{var t=e.items(e.context,e._providerSetLocal);(0,l.isPromise)(t)?t.then((function(t){e._providerSetLocal(t)})):(0,l.isArray)(t)?e._providerSetLocal(t):2!==e.items.length&&((0,h.warn)("Provider function didn't request callback and did not return a promise or data.",r.NAME_TABLE),e.localBusy=!1)}catch(t){(0,h.warn)("Provider function error [".concat(t.name,"] ").concat(t.message,"."),r.NAME_TABLE),e.localBusy=!1,e.$off(o.EVENT_NAME_REFRESHED,e.refresh)}}))))}}})},86447:(e,t,n)=>{"use strict";n.r(t),n.d(t,{props:()=>g,selectableMixin:()=>_});var a=n(1915),r=n(63294),o=n(12299),i=n(11572),s=n(68265),l=n(33284),c=n(3058),u=n(21578),d=n(20451),h=n(46595),p=n(88666);function f(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var m=["range","multi","single"],v="grid",g={noSelectOnClick:(0,d.makeProp)(o.PROP_TYPE_BOOLEAN,!1),selectMode:(0,d.makeProp)(o.PROP_TYPE_STRING,"multi",(function(e){return(0,i.arrayIncludes)(m,e)})),selectable:(0,d.makeProp)(o.PROP_TYPE_BOOLEAN,!1),selectedVariant:(0,d.makeProp)(o.PROP_TYPE_STRING,"active")},_=a.Vue.extend({props:g,data:function(){return{selectedRows:[],selectedLastRow:-1}},computed:{isSelectable:function(){return this.selectable&&this.selectMode},hasSelectableRowClick:function(){return this.isSelectable&&!this.noSelectOnClick},supportsSelectableRows:function(){return!0},selectableHasSelection:function(){var e=this.selectedRows;return this.isSelectable&&e&&e.length>0&&e.some(s.identity)},selectableIsMultiSelect:function(){return this.isSelectable&&(0,i.arrayIncludes)(["range","multi"],this.selectMode)},selectableTableClasses:function(){var e,t=this.isSelectable;return f(e={"b-table-selectable":t},"b-table-select-".concat(this.selectMode),t),f(e,"b-table-selecting",this.selectableHasSelection),f(e,"b-table-selectable-no-click",t&&!this.hasSelectableRowClick),e},selectableTableAttrs:function(){if(!this.isSelectable)return{};var e=this.bvAttrs.role||v;return{role:e,"aria-multiselectable":e===v?(0,h.toString)(this.selectableIsMultiSelect):null}}},watch:{computedItems:function(e,t){var n=!1;if(this.isSelectable&&this.selectedRows.length>0){n=(0,l.isArray)(e)&&(0,l.isArray)(t)&&e.length===t.length;for(var a=0;n&&a<e.length;a++)n=(0,c.looseEqual)((0,p.sanitizeRow)(e[a]),(0,p.sanitizeRow)(t[a]))}n||this.clearSelected()},selectable:function(e){this.clearSelected(),this.setSelectionHandlers(e)},selectMode:function(){this.clearSelected()},hasSelectableRowClick:function(e){this.clearSelected(),this.setSelectionHandlers(!e)},selectedRows:function(e,t){var n=this;if(this.isSelectable&&!(0,c.looseEqual)(e,t)){var a=[];e.forEach((function(e,t){e&&a.push(n.computedItems[t])})),this.$emit(r.EVENT_NAME_ROW_SELECTED,a)}}},beforeMount:function(){this.isSelectable&&this.setSelectionHandlers(!0)},methods:{selectRow:function(e){if(this.isSelectable&&(0,l.isNumber)(e)&&e>=0&&e<this.computedItems.length&&!this.isRowSelected(e)){var t=this.selectableIsMultiSelect?this.selectedRows.slice():[];t[e]=!0,this.selectedLastClicked=-1,this.selectedRows=t}},unselectRow:function(e){if(this.isSelectable&&(0,l.isNumber)(e)&&this.isRowSelected(e)){var t=this.selectedRows.slice();t[e]=!1,this.selectedLastClicked=-1,this.selectedRows=t}},selectAllRows:function(){var e=this.computedItems.length;this.isSelectable&&e>0&&(this.selectedLastClicked=-1,this.selectedRows=this.selectableIsMultiSelect?(0,i.createArray)(e,!0):[!0])},isRowSelected:function(e){return!(!(0,l.isNumber)(e)||!this.selectedRows[e])},clearSelected:function(){this.selectedLastClicked=-1,this.selectedRows=[]},selectableRowClasses:function(e){if(this.isSelectable&&this.isRowSelected(e)){var t=this.selectedVariant;return f({"b-table-row-selected":!0},"".concat(this.dark?"bg":"table","-").concat(t),t)}return{}},selectableRowAttrs:function(e){return{"aria-selected":this.isSelectable?this.isRowSelected(e)?"true":"false":null}},setSelectionHandlers:function(e){var t=e&&!this.noSelectOnClick?"$on":"$off";this[t](r.EVENT_NAME_ROW_CLICKED,this.selectionHandler),this[t](r.EVENT_NAME_FILTERED,this.clearSelected),this[t](r.EVENT_NAME_CONTEXT_CHANGED,this.clearSelected)},selectionHandler:function(e,t,n){if(this.isSelectable&&!this.noSelectOnClick){var a=this.selectMode,r=this.selectedLastRow,o=this.selectedRows.slice(),i=!o[t];if("single"===a)o=[];else if("range"===a)if(r>-1&&n.shiftKey){for(var s=(0,u.mathMin)(r,t);s<=(0,u.mathMax)(r,t);s++)o[s]=!0;i=!0}else n.ctrlKey||n.metaKey||(o=[],i=!0),i&&(this.selectedLastRow=t);o[t]=i,this.selectedRows=o}else this.clearSelected()}}})},51996:(e,t,n)=>{"use strict";n.r(t),n.d(t,{props:()=>k,sortingMixin:()=>P});var a,r,o=n(1915),i=n(63294),s=n(12299),l=n(11572),c=n(33284),u=n(20451),d=n(55912),h=n(46595),p=n(97603);function f(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function m(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?f(Object(n),!0).forEach((function(t){v(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function v(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var g="sortBy",_=i.MODEL_EVENT_NAME_PREFIX+g,b="sortDesc",y=i.MODEL_EVENT_NAME_PREFIX+b,M="asc",I="desc",B=[M,I,"last"],k=(v(a={labelSortAsc:(0,u.makeProp)(s.PROP_TYPE_STRING,"Click to sort ascending"),labelSortClear:(0,u.makeProp)(s.PROP_TYPE_STRING,"Click to clear sorting"),labelSortDesc:(0,u.makeProp)(s.PROP_TYPE_STRING,"Click to sort descending"),noFooterSorting:(0,u.makeProp)(s.PROP_TYPE_BOOLEAN,!1),noLocalSorting:(0,u.makeProp)(s.PROP_TYPE_BOOLEAN,!1),noSortReset:(0,u.makeProp)(s.PROP_TYPE_BOOLEAN,!1)},g,(0,u.makeProp)(s.PROP_TYPE_STRING)),v(a,"sortCompare",(0,u.makeProp)(s.PROP_TYPE_FUNCTION)),v(a,"sortCompareLocale",(0,u.makeProp)(s.PROP_TYPE_ARRAY_STRING)),v(a,"sortCompareOptions",(0,u.makeProp)(s.PROP_TYPE_OBJECT,{numeric:!0})),v(a,b,(0,u.makeProp)(s.PROP_TYPE_BOOLEAN,!1)),v(a,"sortDirection",(0,u.makeProp)(s.PROP_TYPE_STRING,M,(function(e){return(0,l.arrayIncludes)(B,e)}))),v(a,"sortIconLeft",(0,u.makeProp)(s.PROP_TYPE_BOOLEAN,!1)),v(a,"sortNullLast",(0,u.makeProp)(s.PROP_TYPE_BOOLEAN,!1)),a),P=o.Vue.extend({props:k,data:function(){return{localSortBy:this.sortBy||"",localSortDesc:this.sortDesc||!1}},computed:{localSorting:function(){return this.hasProvider?!!this.noProviderSorting:!this.noLocalSorting},isSortable:function(){return this.computedFields.some((function(e){return e.sortable}))},sortedItems:function(){var e=this.localSortBy,t=this.localSortDesc,n=this.sortCompareLocale,a=this.sortNullLast,r=this.sortCompare,o=this.localSorting,i=(this.filteredItems||this.localItems||[]).slice(),s=m(m({},this.sortCompareOptions),{},{usage:"sort"});if(e&&o){var l=(this.computedFieldsObj[e]||{}).sortByFormatted,u=(0,c.isFunction)(l)?l:l?this.getFieldFormatter(e):void 0;return(0,d.stableSort)(i,(function(o,i){var l=null;return(0,c.isFunction)(r)&&(l=r(o,i,e,t,u,s,n)),((0,c.isUndefinedOrNull)(l)||!1===l)&&(l=(0,p.defaultSortCompare)(o,i,{sortBy:e,formatter:u,locale:n,localeOptions:s,nullLast:a})),(l||0)*(t?-1:1)}))}return i}},watch:(r={isSortable:function(e){e?this.isSortable&&this.$on(i.EVENT_NAME_HEAD_CLICKED,this.handleSort):this.$off(i.EVENT_NAME_HEAD_CLICKED,this.handleSort)}},v(r,b,(function(e){e!==this.localSortDesc&&(this.localSortDesc=e||!1)})),v(r,g,(function(e){e!==this.localSortBy&&(this.localSortBy=e||"")})),v(r,"localSortDesc",(function(e,t){e!==t&&this.$emit(y,e)})),v(r,"localSortBy",(function(e,t){e!==t&&this.$emit(_,e)})),r),created:function(){this.isSortable&&this.$on(i.EVENT_NAME_HEAD_CLICKED,this.handleSort)},methods:{handleSort:function(e,t,n,a){var r=this;if(this.isSortable&&(!a||!this.noFooterSorting)){var o=!1,s=function(){var e=t.sortDirection||r.sortDirection;e===M?r.localSortDesc=!1:e===I&&(r.localSortDesc=!0)};if(t.sortable){var l=!this.localSorting&&t.sortKey?t.sortKey:e;this.localSortBy===l?this.localSortDesc=!this.localSortDesc:(this.localSortBy=l,s()),o=!0}else this.localSortBy&&!this.noSortReset&&(this.localSortBy="",s(),o=!0);o&&this.$emit(i.EVENT_NAME_SORT_CHANGED,this.context)}},sortTheadThClasses:function(e,t,n){return{"b-table-sort-icon-left":t.sortable&&this.sortIconLeft&&!(n&&this.noFooterSorting)}},sortTheadThAttrs:function(e,t,n){var a,r=this.isSortable,o=this.noFooterSorting,i=this.localSortDesc,s=this.localSortBy,l=this.localSorting;if(!r||n&&o)return{};var c=t.sortable,u=l?e:null!==(a=t.sortKey)&&void 0!==a?a:e;return{"aria-sort":c&&s===u?i?"descending":"ascending":c?"none":null}},sortTheadThLabel:function(e,t,n){if(!this.isSortable||n&&this.noFooterSorting)return null;var a=this.localSortBy,r=this.localSortDesc,o=this.labelSortAsc,i=this.labelSortDesc,s="";if(t.sortable)if(a===e)s=r?o:i;else{s=r?i:o;var l=this.sortDirection||t.sortDirection;l===M?s=o:l===I&&(s=i)}else this.noSortReset||(s=a?this.labelSortClear:"");return(0,h.trim)(s)||null}}})},9987:(e,t,n)=>{"use strict";n.r(t),n.d(t,{props:()=>o,stackedMixin:()=>i});var a=n(1915),r=n(12299);var o={stacked:(0,n(20451).makeProp)(r.PROP_TYPE_BOOLEAN_STRING,!1)},i=a.Vue.extend({props:o,computed:{isStacked:function(){var e=this.stacked;return""===e||e},isStackedAlways:function(){return!0===this.isStacked},stackedTableClasses:function(){var e,t,n,a=this.isStackedAlways;return e={"b-table-stacked":a},t="b-table-stacked-".concat(this.stacked),n=!a&&this.isStacked,t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}}})},57176:(e,t,n)=>{"use strict";n.r(t),n.d(t,{props:()=>p,tableRendererMixin:()=>f});var a=n(1915),r=n(12299),o=n(68265),i=n(33284),s=n(20451),l=n(46595),c=n(28492);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){h(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p={bordered:(0,s.makeProp)(r.PROP_TYPE_BOOLEAN,!1),borderless:(0,s.makeProp)(r.PROP_TYPE_BOOLEAN,!1),captionTop:(0,s.makeProp)(r.PROP_TYPE_BOOLEAN,!1),dark:(0,s.makeProp)(r.PROP_TYPE_BOOLEAN,!1),fixed:(0,s.makeProp)(r.PROP_TYPE_BOOLEAN,!1),hover:(0,s.makeProp)(r.PROP_TYPE_BOOLEAN,!1),noBorderCollapse:(0,s.makeProp)(r.PROP_TYPE_BOOLEAN,!1),outlined:(0,s.makeProp)(r.PROP_TYPE_BOOLEAN,!1),responsive:(0,s.makeProp)(r.PROP_TYPE_BOOLEAN_STRING,!1),small:(0,s.makeProp)(r.PROP_TYPE_BOOLEAN,!1),stickyHeader:(0,s.makeProp)(r.PROP_TYPE_BOOLEAN_STRING,!1),striped:(0,s.makeProp)(r.PROP_TYPE_BOOLEAN,!1),tableClass:(0,s.makeProp)(r.PROP_TYPE_ARRAY_OBJECT_STRING),tableVariant:(0,s.makeProp)(r.PROP_TYPE_STRING)},f=a.Vue.extend({mixins:[c.attrsMixin],provide:function(){return{bvTable:this}},inheritAttrs:!1,props:p,computed:{isResponsive:function(){var e=this.responsive;return""===e||e},isStickyHeader:function(){var e=this.stickyHeader;return e=""===e||e,!this.isStacked&&e},wrapperClasses:function(){var e=this.isResponsive;return[this.isStickyHeader?"b-table-sticky-header":"",!0===e?"table-responsive":e?"table-responsive-".concat(this.responsive):""].filter(o.identity)},wrapperStyles:function(){var e=this.isStickyHeader;return e&&!(0,i.isBoolean)(e)?{maxHeight:e}:{}},tableClasses:function(){var e=this.hover,t=this.tableVariant;return e=this.isTableSimple?e:e&&this.computedItems.length>0&&!this.computedBusy,[this.tableClass,{"table-striped":this.striped,"table-hover":e,"table-dark":this.dark,"table-bordered":this.bordered,"table-borderless":this.borderless,"table-sm":this.small,border:this.outlined,"b-table-fixed":this.fixed,"b-table-caption-top":this.captionTop,"b-table-no-border-collapse":this.noBorderCollapse},t?"".concat(this.dark?"bg":"table","-").concat(t):"",this.stackedTableClasses,this.selectableTableClasses]},tableAttrs:function(){var e=this.computedItems,t=this.filteredItems,n=this.computedFields,a=this.selectableTableAttrs,r=this.isTableSimple?{}:{"aria-busy":(0,l.toString)(this.computedBusy),"aria-colcount":(0,l.toString)(n.length),"aria-describedby":this.bvAttrs["aria-describedby"]||this.$refs.caption?this.captionId:null};return d(d(d({"aria-rowcount":e&&t&&t.length>e.length?(0,l.toString)(t.length):null},this.bvAttrs),{},{id:this.safeId(),role:this.bvAttrs.role||"table"},r),a)}},render:function(e){var t=this.wrapperClasses,n=this.renderCaption,a=this.renderColgroup,r=this.renderThead,i=this.renderTbody,s=this.renderTfoot,l=[];this.isTableSimple?l.push(this.normalizeSlot()):(l.push(n?n():null),l.push(a?a():null),l.push(r?r():null),l.push(i?i():null),l.push(s?s():null));var c=e("table",{staticClass:"table b-table",class:this.tableClasses,attrs:this.tableAttrs,key:"b-table"},l.filter(o.identity));return t.length>0?e("div",{class:t,style:this.wrapperStyles,key:"wrap"},[c]):c}})},98103:(e,t,n)=>{"use strict";n.r(t),n.d(t,{props:()=>y,tbodyRowMixin:()=>M});var a=n(1915),r=n(63294),o=n(12299),i=n(90494),s=n(37668),l=n(33284),c=n(20451),u=n(46595),d=n(92095),h=n(66456),p=n(69919),f=n(62581);function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function v(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?m(Object(n),!0).forEach((function(t){g(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function g(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}var b,y={detailsTdClass:(0,c.makeProp)(o.PROP_TYPE_ARRAY_OBJECT_STRING),tbodyTrAttr:(0,c.makeProp)(o.PROP_TYPE_OBJECT_FUNCTION),tbodyTrClass:(0,c.makeProp)([].concat((b=o.PROP_TYPE_ARRAY_OBJECT_STRING,function(e){if(Array.isArray(e))return _(e)}(b)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(b)||function(e,t){if(e){if("string"==typeof e)return _(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_(e,t):void 0}}(b)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),[o.PROP_TYPE_FUNCTION]))},M=a.Vue.extend({props:y,methods:{getTdValues:function(e,t,n,a){var r=this.$parent;if(n){var o=(0,s.get)(e,t,"");return(0,l.isFunction)(n)?n(o,t,e):(0,l.isString)(n)&&(0,l.isFunction)(r[n])?r[n](o,t,e):n}return a},getThValues:function(e,t,n,a,r){var o=this.$parent;if(n){var i=(0,s.get)(e,t,"");return(0,l.isFunction)(n)?n(i,t,e,a):(0,l.isString)(n)&&(0,l.isFunction)(o[n])?o[n](i,t,e,a):n}return r},getFormattedValue:function(e,t){var n=t.key,a=this.getFieldFormatter(n),r=(0,s.get)(e,n,null);return(0,l.isFunction)(a)&&(r=a(r,n,e)),(0,l.isUndefinedOrNull)(r)?"":r},toggleDetailsFactory:function(e,t){var n=this;return function(){e&&n.$set(t,f.FIELD_KEY_SHOW_DETAILS,!t[f.FIELD_KEY_SHOW_DETAILS])}},rowHovered:function(e){this.tbodyRowEventStopped(e)||this.emitTbodyRowEvent(r.EVENT_NAME_ROW_HOVERED,e)},rowUnhovered:function(e){this.tbodyRowEventStopped(e)||this.emitTbodyRowEvent(r.EVENT_NAME_ROW_UNHOVERED,e)},renderTbodyRowCell:function(e,t,n,a){var r=this,o=this.isStacked,c=e.key,d=e.label,m=e.isRowHeader,g=this.$createElement,_=this.hasNormalizedSlot(i.SLOT_NAME_ROW_DETAILS),b=this.getFormattedValue(n,e),y=!o&&(this.isResponsive||this.stickyHeader)&&e.stickyColumn,M=y?m?p.BTh:h.BTd:m?"th":"td",I=n[f.FIELD_KEY_CELL_VARIANT]&&n[f.FIELD_KEY_CELL_VARIANT][c]?n[f.FIELD_KEY_CELL_VARIANT][c]:e.variant||null,B={class:[e.class?e.class:"",this.getTdValues(n,c,e.tdClass,"")],props:{},attrs:v({"aria-colindex":String(t+1)},m?this.getThValues(n,c,e.thAttr,"row",{}):this.getTdValues(n,c,e.tdAttr,{})),key:"row-".concat(a,"-cell-").concat(t,"-").concat(c)};y?B.props={stackedHeading:o?d:null,stickyColumn:!0,variant:I}:(B.attrs["data-label"]=o&&!(0,l.isUndefinedOrNull)(d)?(0,u.toString)(d):null,B.attrs.role=m?"rowheader":"cell",B.attrs.scope=m?"row":null,I&&B.class.push("".concat(this.dark?"bg":"table","-").concat(I)));var k={item:n,index:a,field:e,unformatted:(0,s.get)(n,c,""),value:b,toggleDetails:this.toggleDetailsFactory(_,n),detailsShowing:Boolean(n[f.FIELD_KEY_SHOW_DETAILS])};this.supportsSelectableRows&&(k.rowSelected=this.isRowSelected(a),k.selectRow=function(){return r.selectRow(a)},k.unselectRow=function(){return r.unselectRow(a)});var P=this.$_bodyFieldSlotNameCache[c],T=P?this.normalizeSlot(P,k):(0,u.toString)(b);return this.isStacked&&(T=[g("div",[T])]),g(M,B,[T])},renderTbodyRow:function(e,t){var n=this,a=this.computedFields,o=this.striped,c=this.primaryKey,p=this.currentPage,m=this.perPage,g=this.tbodyTrClass,_=this.tbodyTrAttr,b=this.$createElement,y=this.hasNormalizedSlot(i.SLOT_NAME_ROW_DETAILS),M=e[f.FIELD_KEY_SHOW_DETAILS]&&y,I=this.$listeners[r.EVENT_NAME_ROW_CLICKED]||this.hasSelectableRowClick,B=[],k=M?this.safeId("_details_".concat(t,"_")):null,P=a.map((function(a,r){return n.renderTbodyRowCell(a,r,e,t)})),T=null;p&&m&&m>0&&(T=String((p-1)*m+t+1));var w=(0,u.toString)((0,s.get)(e,c))||null,E=w||(0,u.toString)(t),O=w?this.safeId("_row_".concat(w)):null,A=this.selectableRowClasses?this.selectableRowClasses(t):{},L=this.selectableRowAttrs?this.selectableRowAttrs(t):{},S=(0,l.isFunction)(g)?g(e,"row"):g,C=(0,l.isFunction)(_)?_(e,"row"):_;if(B.push(b(d.BTr,{class:[S,A,M?"b-table-has-details":""],props:{variant:e[f.FIELD_KEY_ROW_VARIANT]||null},attrs:v(v({id:O},C),{},{tabindex:I?"0":null,"data-pk":w||null,"aria-details":k,"aria-owns":k,"aria-rowindex":T},L),on:{mouseenter:this.rowHovered,mouseleave:this.rowUnhovered},key:"__b-table-row-".concat(E,"__"),ref:"item-rows",refInFor:!0},P)),M){var z={item:e,index:t,fields:a,toggleDetails:this.toggleDetailsFactory(y,e)};this.supportsSelectableRows&&(z.rowSelected=this.isRowSelected(t),z.selectRow=function(){return n.selectRow(t)},z.unselectRow=function(){return n.unselectRow(t)});var x=b(h.BTd,{props:{colspan:a.length},class:this.detailsTdClass},[this.normalizeSlot(i.SLOT_NAME_ROW_DETAILS,z)]);o&&B.push(b("tr",{staticClass:"d-none",attrs:{"aria-hidden":"true",role:"presentation"},key:"__b-table-details-stripe__".concat(E)}));var D=(0,l.isFunction)(this.tbodyTrClass)?this.tbodyTrClass(e,i.SLOT_NAME_ROW_DETAILS):this.tbodyTrClass,F=(0,l.isFunction)(this.tbodyTrAttr)?this.tbodyTrAttr(e,i.SLOT_NAME_ROW_DETAILS):this.tbodyTrAttr;B.push(b(d.BTr,{staticClass:"b-table-details",class:[D],props:{variant:e[f.FIELD_KEY_ROW_VARIANT]||null},attrs:v(v({},F),{},{id:k,tabindex:"-1"}),key:"__b-table-details__".concat(E)},[x]))}else y&&(B.push(b()),o&&B.push(b()));return B}}})},55346:(e,t,n)=>{"use strict";n.r(t),n.d(t,{props:()=>y,tbodyMixin:()=>M});var a=n(1915),r=n(63294),o=n(63663),i=n(12299),s=n(11572),l=n(26410),c=n(28415),u=n(67040),d=n(20451),h=n(80560),p=n(23746),f=n(9596),m=n(98103);function v(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function g(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?v(Object(n),!0).forEach((function(t){_(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):v(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function _(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var b=function(e){return"cell(".concat(e||"",")")},y=(0,u.sortKeys)(g(g(g({},h.props),m.props),{},{tbodyClass:(0,d.makeProp)(i.PROP_TYPE_ARRAY_OBJECT_STRING)})),M=a.Vue.extend({mixins:[m.tbodyRowMixin],props:y,beforeDestroy:function(){this.$_bodyFieldSlotNameCache=null},methods:{getTbodyTrs:function(){var e=this.$refs,t=e.tbody?e.tbody.$el||e.tbody:null,n=(e["item-rows"]||[]).map((function(e){return e.$el||e}));return t&&t.children&&t.children.length>0&&n&&n.length>0?(0,s.from)(t.children).filter((function(e){return(0,s.arrayIncludes)(n,e)})):[]},getTbodyTrIndex:function(e){if(!(0,l.isElement)(e))return-1;var t="TR"===e.tagName?e:(0,l.closest)("tr",e,!0);return t?this.getTbodyTrs().indexOf(t):-1},emitTbodyRowEvent:function(e,t){if(e&&this.hasListener(e)&&t&&t.target){var n=this.getTbodyTrIndex(t.target);if(n>-1){var a=this.computedItems[n];this.$emit(e,a,n,t)}}},tbodyRowEventStopped:function(e){return this.stopIfBusy&&this.stopIfBusy(e)},onTbodyRowKeydown:function(e){var t=e.target,n=e.keyCode;if(!this.tbodyRowEventStopped(e)&&"TR"===t.tagName&&(0,l.isActiveElement)(t)&&0===t.tabIndex)if((0,s.arrayIncludes)([o.CODE_ENTER,o.CODE_SPACE],n))(0,c.stopEvent)(e),this.onTBodyRowClicked(e);else if((0,s.arrayIncludes)([o.CODE_UP,o.CODE_DOWN,o.CODE_HOME,o.CODE_END],n)){var a=this.getTbodyTrIndex(t);if(a>-1){(0,c.stopEvent)(e);var r=this.getTbodyTrs(),i=e.shiftKey;n===o.CODE_HOME||i&&n===o.CODE_UP?(0,l.attemptFocus)(r[0]):n===o.CODE_END||i&&n===o.CODE_DOWN?(0,l.attemptFocus)(r[r.length-1]):n===o.CODE_UP&&a>0?(0,l.attemptFocus)(r[a-1]):n===o.CODE_DOWN&&a<r.length-1&&(0,l.attemptFocus)(r[a+1])}}},onTBodyRowClicked:function(e){var t=this.$refs,n=t.tbody?t.tbody.$el||t.tbody:null;this.tbodyRowEventStopped(e)||(0,p.filterEvent)(e)||(0,f.textSelectionActive)(n||this.$el)||this.emitTbodyRowEvent(r.EVENT_NAME_ROW_CLICKED,e)},onTbodyRowMiddleMouseRowClicked:function(e){this.tbodyRowEventStopped(e)||2!==e.which||this.emitTbodyRowEvent(r.EVENT_NAME_ROW_MIDDLE_CLICKED,e)},onTbodyRowContextmenu:function(e){this.tbodyRowEventStopped(e)||this.emitTbodyRowEvent(r.EVENT_NAME_ROW_CONTEXTMENU,e)},onTbodyRowDblClicked:function(e){this.tbodyRowEventStopped(e)||(0,p.filterEvent)(e)||this.emitTbodyRowEvent(r.EVENT_NAME_ROW_DBLCLICKED,e)},renderTbody:function(){var e=this,t=this.computedItems,n=this.renderBusy,a=this.renderTopRow,o=this.renderEmpty,i=this.renderBottomRow,s=this.$createElement,l=this.hasListener(r.EVENT_NAME_ROW_CLICKED)||this.hasSelectableRowClick,c=[],u=n?n():null;if(u)c.push(u);else{var p={},f=b();f=this.hasNormalizedSlot(f)?f:null,this.computedFields.forEach((function(t){var n=t.key,a=b(n),r=b(n.toLowerCase());p[n]=e.hasNormalizedSlot(a)?a:e.hasNormalizedSlot(r)?r:f})),this.$_bodyFieldSlotNameCache=p,c.push(a?a():s()),t.forEach((function(t,n){c.push(e.renderTbodyRow(t,n))})),c.push(o?o():s()),c.push(i?i():s())}var m={auxclick:this.onTbodyRowMiddleMouseRowClicked,contextmenu:this.onTbodyRowContextmenu,dblclick:this.onTbodyRowDblClicked};return l&&(m.click=this.onTBodyRowClicked,m.keydown=this.onTbodyRowKeydown),s(h.BTbody,{class:this.tbodyClass||null,props:(0,d.pluckProps)(h.props,this.$props),on:m,ref:"tbody"},c)}}})},41054:(e,t,n)=>{"use strict";n.r(t),n.d(t,{props:()=>l,tfootMixin:()=>c});var a=n(1915),r=n(12299),o=n(90494),i=n(20451),s=n(10838),l={footClone:(0,i.makeProp)(r.PROP_TYPE_BOOLEAN,!1),footRowVariant:(0,i.makeProp)(r.PROP_TYPE_STRING),footVariant:(0,i.makeProp)(r.PROP_TYPE_STRING),tfootClass:(0,i.makeProp)(r.PROP_TYPE_ARRAY_OBJECT_STRING),tfootTrClass:(0,i.makeProp)(r.PROP_TYPE_ARRAY_OBJECT_STRING)},c=a.Vue.extend({props:l,methods:{renderTFootCustom:function(){var e=this.$createElement;return this.hasNormalizedSlot(o.SLOT_NAME_CUSTOM_FOOT)?e(s.BTfoot,{class:this.tfootClass||null,props:{footVariant:this.footVariant||this.headVariant||null},key:"bv-tfoot-custom"},this.normalizeSlot(o.SLOT_NAME_CUSTOM_FOOT,{items:this.computedItems.slice(),fields:this.computedFields.slice(),columns:this.computedFields.length})):e()},renderTfoot:function(){return this.footClone?this.renderThead(!0):this.renderTFootCustom()}}})},64120:(e,t,n)=>{"use strict";n.r(t),n.d(t,{props:()=>E,theadMixin:()=>O});var a=n(1915),r=n(63294),o=n(63663),i=n(12299),s=n(90494),l=n(28415),c=n(18735),u=n(68265),d=n(33284),h=n(84941),p=n(20451),f=n(46595),m=n(13944),v=n(10838),g=n(92095),_=n(69919),b=n(23746),y=n(9596);function M(e){return function(e){if(Array.isArray(e))return I(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return I(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return I(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function I(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}function B(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function k(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?B(Object(n),!0).forEach((function(t){P(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):B(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function P(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var T=function(e){return"head(".concat(e||"",")")},w=function(e){return"foot(".concat(e||"",")")},E={headRowVariant:(0,p.makeProp)(i.PROP_TYPE_STRING),headVariant:(0,p.makeProp)(i.PROP_TYPE_STRING),theadClass:(0,p.makeProp)(i.PROP_TYPE_ARRAY_OBJECT_STRING),theadTrClass:(0,p.makeProp)(i.PROP_TYPE_ARRAY_OBJECT_STRING)},O=a.Vue.extend({props:E,methods:{fieldClasses:function(e){return[e.class?e.class:"",e.thClass?e.thClass:""]},headClicked:function(e,t,n){this.stopIfBusy&&this.stopIfBusy(e)||(0,b.filterEvent)(e)||(0,y.textSelectionActive)(this.$el)||((0,l.stopEvent)(e),this.$emit(r.EVENT_NAME_HEAD_CLICKED,t.key,t,e,n))},renderThead:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],n=this.computedFields,a=this.isSortable,i=this.isSelectable,l=this.headVariant,p=this.footVariant,b=this.headRowVariant,y=this.footRowVariant,I=this.$createElement;if(this.isStackedAlways||0===n.length)return I();var B=a||this.hasListener(r.EVENT_NAME_HEAD_CLICKED),P=i?this.selectAllRows:h.noop,E=i?this.clearSelected:h.noop,O=function(n,r){var i=n.label,s=n.labelHtml,l=n.variant,d=n.stickyColumn,h=n.key,p=null;n.label.trim()||n.headerTitle||(p=(0,f.startCase)(n.key));var m={};B&&(m.click=function(a){e.headClicked(a,n,t)},m.keydown=function(a){var r=a.keyCode;r!==o.CODE_ENTER&&r!==o.CODE_SPACE||e.headClicked(a,n,t)});var v=a?e.sortTheadThAttrs(h,n,t):{},g=a?e.sortTheadThClasses(h,n,t):null,b=a?e.sortTheadThLabel(h,n,t):null,y={class:[{"position-relative":b},e.fieldClasses(n),g],props:{variant:l,stickyColumn:d},style:n.thStyle||{},attrs:k(k({tabindex:B&&n.sortable?"0":null,abbr:n.headerAbbr||null,title:n.headerTitle||null,"aria-colindex":r+1,"aria-label":p},e.getThValues(null,h,n.thAttr,t?"foot":"head",{})),v),on:m,key:h},O=[T(h),T(h.toLowerCase()),T()];t&&(O=[w(h),w(h.toLowerCase()),w()].concat(M(O)));var A={label:i,column:h,field:n,isFoot:t,selectAllRows:P,clearSelected:E},L=e.normalizeSlot(O,A)||I("div",{domProps:(0,c.htmlOrText)(s,i)}),S=b?I("span",{staticClass:"sr-only"}," (".concat(b,")")):null;return I(_.BTh,y,[L,S].filter(u.identity))},A=n.map(O).filter(u.identity),L=[];if(t)L.push(I(g.BTr,{class:this.tfootTrClass,props:{variant:(0,d.isUndefinedOrNull)(y)?b:y}},A));else{var S={columns:n.length,fields:n,selectAllRows:P,clearSelected:E};L.push(this.normalizeSlot(s.SLOT_NAME_THEAD_TOP,S)||I()),L.push(I(g.BTr,{class:this.theadTrClass,props:{variant:b}},A))}return I(t?v.BTfoot:m.BThead,{class:(t?this.tfootClass:this.theadClass)||null,props:t?{footVariant:p||l||null}:{headVariant:l||null},key:t?"bv-tfoot":"bv-thead"},L)}}})},50657:(e,t,n)=>{"use strict";n.r(t),n.d(t,{props:()=>s,topRowMixin:()=>l});var a=n(1915),r=n(90494),o=n(33284),i=n(92095),s={},l=a.Vue.extend({methods:{renderTopRow:function(){var e=this.computedFields,t=this.stacked,n=this.tbodyTrClass,a=this.tbodyTrAttr,s=this.$createElement;return this.hasNormalizedSlot(r.SLOT_NAME_TOP_ROW)&&!0!==t&&""!==t?s(i.BTr,{staticClass:"b-table-top-row",class:[(0,o.isFunction)(n)?n(null,"row-top"):n],attrs:(0,o.isFunction)(a)?a(null,"row-top"):a,key:"b-top-row"},[this.normalizeSlot(r.SLOT_NAME_TOP_ROW,{columns:e.length,fields:e})]):s()}}})},22942:(e,t,n)=>{"use strict";n.r(t),n.d(t,{normalizeFields:()=>l});var a=n(68265),r=n(33284),o=n(67040),i=n(46595),s=n(62581),l=function(e,t){var n=[];if((0,r.isArray)(e)&&e.filter(a.identity).forEach((function(e){if((0,r.isString)(e))n.push({key:e,label:(0,i.startCase)(e)});else if((0,r.isObject)(e)&&e.key&&(0,r.isString)(e.key))n.push((0,o.clone)(e));else if((0,r.isObject)(e)&&1===(0,o.keys)(e).length){var t=(0,o.keys)(e)[0],a=function(e,t){var n=null;return(0,r.isString)(t)?n={key:e,label:t}:(0,r.isFunction)(t)?n={key:e,formatter:t}:(0,r.isObject)(t)?(n=(0,o.clone)(t)).key=n.key||e:!1!==t&&(n={key:e}),n}(t,e[t]);a&&n.push(a)}})),0===n.length&&(0,r.isArray)(t)&&t.length>0){var l=t[0];(0,o.keys)(l).forEach((function(e){s.IGNORED_FIELD_KEYS[e]||n.push({key:e,label:(0,i.startCase)(e)})}))}var c={};return n.filter((function(e){return!c[e.key]&&(c[e.key]=!0,e.label=(0,r.isString)(e.label)?e.label:(0,i.startCase)(e.key),!0)}))}},88666:(e,t,n)=>{"use strict";n.r(t),n.d(t,{sanitizeRow:()=>s});var a=n(11572),r=n(33284),o=n(67040),i=n(62581),s=function(e,t,n){var s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},l=(0,o.keys)(s).reduce((function(t,n){var a=s[n],o=a.filterByFormatted,i=(0,r.isFunction)(o)?o:o?a.formatter:null;return(0,r.isFunction)(i)&&(t[n]=i(e[n],n,e)),t}),(0,o.clone)(e)),c=(0,o.keys)(l).filter((function(e){return!(i.IGNORED_FIELD_KEYS[e]||(0,r.isArray)(t)&&t.length>0&&(0,a.arrayIncludes)(t,e)||(0,r.isArray)(n)&&n.length>0&&!(0,a.arrayIncludes)(n,e))}));return(0,o.pick)(l,c)}},24420:(e,t,n)=>{"use strict";n.r(t),n.d(t,{stringifyRecordValues:()=>i});var a=n(33284),r=n(91838),o=n(88666),i=function(e,t,n,i){return(0,a.isObject)(e)?(0,r.stringifyObjectValues)((0,o.sanitizeRow)(e,t,n,i)):""}},9596:(e,t,n)=>{"use strict";n.r(t),n.d(t,{textSelectionActive:()=>r});var a=n(26410),r=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document,t=(0,a.getSel)();return!!(t&&""!==t.toString().trim()&&t.containsNode&&(0,a.isElement)(e))&&t.containsNode(e,!0)}},56778:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BTable:()=>a.BTable,BTableLite:()=>r.BTableLite,BTableSimple:()=>o.BTableSimple,BTbody:()=>i.BTbody,BTd:()=>u.BTd,BTfoot:()=>l.BTfoot,BTh:()=>d.BTh,BThead:()=>s.BThead,BTr:()=>c.BTr,TableLitePlugin:()=>p,TablePlugin:()=>m,TableSimplePlugin:()=>f});var a=n(86052),r=n(1071),o=n(85589),i=n(80560),s=n(13944),l=n(10838),c=n(92095),u=n(66456),d=n(69919),h=n(11638),p=(0,h.pluginFactory)({components:{BTableLite:r.BTableLite}}),f=(0,h.pluginFactory)({components:{BTableSimple:o.BTableSimple,BTbody:i.BTbody,BThead:s.BThead,BTfoot:l.BTfoot,BTr:c.BTr,BTd:u.BTd,BTh:d.BTh}}),m=(0,h.pluginFactory)({components:{BTable:a.BTable},plugins:{TableLitePlugin:p,TableSimplePlugin:f}})},1071:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BTableLite:()=>B,props:()=>I});var a=n(1915),r=n(94689),o=n(67040),i=n(20451),s=n(28492),l=n(45253),c=n(73727),u=n(18280),d=n(49682),h=n(32341),p=n(20686),f=n(9987),m=n(57176),v=n(55346),g=n(41054),_=n(64120);function b(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function y(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?b(Object(n),!0).forEach((function(t){M(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):b(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function M(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var I=(0,i.makePropsConfigurable)((0,o.sortKeys)(y(y(y(y(y(y(y(y(y({},c.props),d.props),h.props),p.props),f.props),m.props),v.props),g.props),_.props)),r.NAME_TABLE_LITE),B=a.Vue.extend({name:r.NAME_TABLE_LITE,mixins:[s.attrsMixin,l.hasListenerMixin,c.idMixin,u.normalizeSlotMixin,p.itemsMixin,m.tableRendererMixin,f.stackedMixin,_.theadMixin,g.tfootMixin,v.tbodyMixin,d.captionMixin,h.colgroupMixin],props:I})},85589:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BTableSimple:()=>g,props:()=>v});var a=n(1915),r=n(94689),o=n(67040),i=n(20451),s=n(28492),l=n(45253),c=n(73727),u=n(18280),d=n(9987),h=n(57176);function p(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?p(Object(n),!0).forEach((function(t){m(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):p(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function m(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var v=(0,i.makePropsConfigurable)((0,o.sortKeys)(f(f(f({},c.props),d.props),h.props)),r.NAME_TABLE_SIMPLE),g=a.Vue.extend({name:r.NAME_TABLE_SIMPLE,mixins:[s.attrsMixin,l.hasListenerMixin,c.idMixin,u.normalizeSlotMixin,h.tableRendererMixin,d.stackedMixin],props:v,computed:{isTableSimple:function(){return!0}}})},86052:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BTable:()=>S,props:()=>L});var a=n(1915),r=n(94689),o=n(67040),i=n(20451),s=n(28492),l=n(45253),c=n(73727),u=n(18280),d=n(6377),h=n(322),p=n(49682),f=n(32341),m=n(97741),v=n(57686),g=n(20686),_=n(22109),b=n(77425),y=n(86447),M=n(51996),I=n(9987),B=n(57176),k=n(55346),P=n(41054),T=n(64120),w=n(50657);function E(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function O(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?E(Object(n),!0).forEach((function(t){A(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):E(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function A(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var L=(0,i.makePropsConfigurable)((0,o.sortKeys)(O(O(O(O(O(O(O(O(O(O(O(O(O(O(O(O(O(O({},c.props),d.props),h.props),p.props),f.props),m.props),v.props),g.props),_.props),b.props),y.props),M.props),I.props),B.props),k.props),P.props),T.props),w.props)),r.NAME_TABLE),S=a.Vue.extend({name:r.NAME_TABLE,mixins:[s.attrsMixin,l.hasListenerMixin,c.idMixin,u.normalizeSlotMixin,g.itemsMixin,B.tableRendererMixin,I.stackedMixin,T.theadMixin,P.tfootMixin,k.tbodyMixin,I.stackedMixin,v.filteringMixin,M.sortingMixin,_.paginationMixin,p.captionMixin,f.colgroupMixin,y.selectableMixin,m.emptyMixin,w.topRowMixin,d.bottomRowMixin,h.busyMixin,b.providerMixin],props:L})},80560:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BTbody:()=>f,props:()=>p});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=n(28492),l=n(76677),c=n(18280);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){h(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p=(0,i.makePropsConfigurable)({tbodyTransitionHandlers:(0,i.makeProp)(o.PROP_TYPE_OBJECT),tbodyTransitionProps:(0,i.makeProp)(o.PROP_TYPE_OBJECT)},r.NAME_TBODY),f=a.Vue.extend({name:r.NAME_TBODY,mixins:[s.attrsMixin,l.listenersMixin,c.normalizeSlotMixin],provide:function(){return{bvTableRowGroup:this}},inject:{bvTable:{default:function(){return{}}}},inheritAttrs:!1,props:p,computed:{isTbody:function(){return!0},isDark:function(){return this.bvTable.dark},isStacked:function(){return this.bvTable.isStacked},isResponsive:function(){return this.bvTable.isResponsive},isStickyHeader:function(){return!1},hasStickyHeader:function(){return!this.isStacked&&this.bvTable.stickyHeader},tableVariant:function(){return this.bvTable.tableVariant},isTransitionGroup:function(){return this.tbodyTransitionProps||this.tbodyTransitionHandlers},tbodyAttrs:function(){return d({role:"rowgroup"},this.bvAttrs)},tbodyProps:function(){var e=this.tbodyTransitionProps;return e?d(d({},e),{},{tag:"tbody"}):{}}},render:function(e){var t={props:this.tbodyProps,attrs:this.tbodyAttrs};return this.isTransitionGroup?(t.on=this.tbodyTransitionHandlers||{},t.nativeOn=this.bvListeners):t.on=this.bvListeners,e(this.isTransitionGroup?"transition-group":"tbody",t,this.normalizeSlot())}})},66456:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BTd:()=>y,props:()=>b});var a=n(1915),r=n(94689),o=n(12299),i=n(26410),s=n(33284),l=n(93954),c=n(20451),u=n(46595),d=n(28492),h=n(76677),p=n(18280);function f(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function m(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?f(Object(n),!0).forEach((function(t){v(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function v(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var g=function(e){return(e=(0,l.toInteger)(e,0))>0?e:null},_=function(e){return(0,s.isUndefinedOrNull)(e)||g(e)>0},b=(0,c.makePropsConfigurable)({colspan:(0,c.makeProp)(o.PROP_TYPE_NUMBER_STRING,null,_),rowspan:(0,c.makeProp)(o.PROP_TYPE_NUMBER_STRING,null,_),stackedHeading:(0,c.makeProp)(o.PROP_TYPE_STRING),stickyColumn:(0,c.makeProp)(o.PROP_TYPE_BOOLEAN,!1),variant:(0,c.makeProp)(o.PROP_TYPE_STRING)},r.NAME_TABLE_CELL),y=a.Vue.extend({name:r.NAME_TABLE_CELL,mixins:[d.attrsMixin,h.listenersMixin,p.normalizeSlotMixin],inject:{bvTableTr:{default:function(){return{}}}},inheritAttrs:!1,props:b,computed:{tag:function(){return"td"},inTbody:function(){return this.bvTableTr.inTbody},inThead:function(){return this.bvTableTr.inThead},inTfoot:function(){return this.bvTableTr.inTfoot},isDark:function(){return this.bvTableTr.isDark},isStacked:function(){return this.bvTableTr.isStacked},isStackedCell:function(){return this.inTbody&&this.isStacked},isResponsive:function(){return this.bvTableTr.isResponsive},isStickyHeader:function(){return this.bvTableTr.isStickyHeader},hasStickyHeader:function(){return this.bvTableTr.hasStickyHeader},isStickyColumn:function(){return!this.isStacked&&(this.isResponsive||this.hasStickyHeader)&&this.stickyColumn},rowVariant:function(){return this.bvTableTr.variant},headVariant:function(){return this.bvTableTr.headVariant},footVariant:function(){return this.bvTableTr.footVariant},tableVariant:function(){return this.bvTableTr.tableVariant},computedColspan:function(){return g(this.colspan)},computedRowspan:function(){return g(this.rowspan)},cellClasses:function(){var e=this.variant,t=this.headVariant,n=this.isStickyColumn;return(!e&&this.isStickyHeader&&!t||!e&&n&&this.inTfoot&&!this.footVariant||!e&&n&&this.inThead&&!t||!e&&n&&this.inTbody)&&(e=this.rowVariant||this.tableVariant||"b-table-default"),[e?"".concat(this.isDark?"bg":"table","-").concat(e):null,n?"b-table-sticky-column":null]},cellAttrs:function(){var e=this.stackedHeading,t=this.inThead||this.inTfoot,n=this.computedColspan,a=this.computedRowspan,r="cell",o=null;return t?(r="columnheader",o=n>0?"colspan":"col"):(0,i.isTag)(this.tag,"th")&&(r="rowheader",o=a>0?"rowgroup":"row"),m(m({colspan:n,rowspan:a,role:r,scope:o},this.bvAttrs),{},{"data-label":this.isStackedCell&&!(0,s.isUndefinedOrNull)(e)?(0,u.toString)(e):null})}},render:function(e){var t=[this.normalizeSlot()];return e(this.tag,{class:this.cellClasses,attrs:this.cellAttrs,on:this.bvListeners},[this.isStackedCell?e("div",[t]):t])}})},10838:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BTfoot:()=>f,props:()=>p});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=n(28492),l=n(76677),c=n(18280);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){h(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p=(0,i.makePropsConfigurable)({footVariant:(0,i.makeProp)(o.PROP_TYPE_STRING)},r.NAME_TFOOT),f=a.Vue.extend({name:r.NAME_TFOOT,mixins:[s.attrsMixin,l.listenersMixin,c.normalizeSlotMixin],provide:function(){return{bvTableRowGroup:this}},inject:{bvTable:{default:function(){return{}}}},inheritAttrs:!1,props:p,computed:{isTfoot:function(){return!0},isDark:function(){return this.bvTable.dark},isStacked:function(){return this.bvTable.isStacked},isResponsive:function(){return this.bvTable.isResponsive},isStickyHeader:function(){return!1},hasStickyHeader:function(){return!this.isStacked&&this.bvTable.stickyHeader},tableVariant:function(){return this.bvTable.tableVariant},tfootClasses:function(){return[this.footVariant?"thead-".concat(this.footVariant):null]},tfootAttrs:function(){return d(d({},this.bvAttrs),{},{role:"rowgroup"})}},render:function(e){return e("tfoot",{class:this.tfootClasses,attrs:this.tfootAttrs,on:this.bvListeners},this.normalizeSlot())}})},69919:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BTh:()=>l,props:()=>s});var a=n(1915),r=n(94689),o=n(20451),i=n(66456),s=(0,o.makePropsConfigurable)(i.props,r.NAME_TH),l=a.Vue.extend({name:r.NAME_TH,extends:i.BTd,props:s,computed:{tag:function(){return"th"}}})},13944:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BThead:()=>p,props:()=>h});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=n(28492),l=n(76677),c=n(18280);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var h=(0,i.makePropsConfigurable)({headVariant:(0,i.makeProp)(o.PROP_TYPE_STRING)},r.NAME_THEAD),p=a.Vue.extend({name:r.NAME_THEAD,mixins:[s.attrsMixin,l.listenersMixin,c.normalizeSlotMixin],provide:function(){return{bvTableRowGroup:this}},inject:{bvTable:{default:function(){return{}}}},inheritAttrs:!1,props:h,computed:{isThead:function(){return!0},isDark:function(){return this.bvTable.dark},isStacked:function(){return this.bvTable.isStacked},isResponsive:function(){return this.bvTable.isResponsive},isStickyHeader:function(){return!this.isStacked&&this.bvTable.stickyHeader},hasStickyHeader:function(){return!this.isStacked&&this.bvTable.stickyHeader},tableVariant:function(){return this.bvTable.tableVariant},theadClasses:function(){return[this.headVariant?"thead-".concat(this.headVariant):null]},theadAttrs:function(){return function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){d(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({role:"rowgroup"},this.bvAttrs)}},render:function(e){return e("thead",{class:this.theadClasses,attrs:this.theadAttrs,on:this.bvListeners},this.normalizeSlot())}})},92095:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BTr:()=>m,props:()=>f});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=n(28492),l=n(76677),c=n(18280);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var h="light",p="dark",f=(0,i.makePropsConfigurable)({variant:(0,i.makeProp)(o.PROP_TYPE_STRING)},r.NAME_TR),m=a.Vue.extend({name:r.NAME_TR,mixins:[s.attrsMixin,l.listenersMixin,c.normalizeSlotMixin],provide:function(){return{bvTableTr:this}},inject:{bvTableRowGroup:{default:function(){return{}}}},inheritAttrs:!1,props:f,computed:{inTbody:function(){return this.bvTableRowGroup.isTbody},inThead:function(){return this.bvTableRowGroup.isThead},inTfoot:function(){return this.bvTableRowGroup.isTfoot},isDark:function(){return this.bvTableRowGroup.isDark},isStacked:function(){return this.bvTableRowGroup.isStacked},isResponsive:function(){return this.bvTableRowGroup.isResponsive},isStickyHeader:function(){return this.bvTableRowGroup.isStickyHeader},hasStickyHeader:function(){return!this.isStacked&&this.bvTableRowGroup.hasStickyHeader},tableVariant:function(){return this.bvTableRowGroup.tableVariant},headVariant:function(){return this.inThead?this.bvTableRowGroup.headVariant:null},footVariant:function(){return this.inTfoot?this.bvTableRowGroup.footVariant:null},isRowDark:function(){return this.headVariant!==h&&this.footVariant!==h&&(this.headVariant===p||this.footVariant===p||this.isDark)},trClasses:function(){var e=this.variant;return[e?"".concat(this.isRowDark?"bg":"table","-").concat(e):null]},trAttrs:function(){return function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){d(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({role:"row"},this.bvAttrs)}},render:function(e){return e("tr",{class:this.trClasses,attrs:this.trAttrs,on:this.bvListeners},this.normalizeSlot())}})},91573:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BTab:()=>r.BTab,BTabs:()=>a.BTabs,TabsPlugin:()=>o});var a=n(58887),r=n(51015),o=(0,n(11638).pluginFactory)({components:{BTabs:a.BTabs,BTab:r.BTab}})},51015:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BTab:()=>M,props:()=>y});var a,r,o=n(1915),i=n(94689),s=n(63294),l=n(12299),c=n(90494),u=n(67040),d=n(20451),h=n(73727),p=n(18280),f=n(17100);function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function v(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?m(Object(n),!0).forEach((function(t){g(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function g(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var _="active",b=s.MODEL_EVENT_NAME_PREFIX+_,y=(0,d.makePropsConfigurable)((0,u.sortKeys)(v(v({},h.props),{},(g(a={},_,(0,d.makeProp)(l.PROP_TYPE_BOOLEAN,!1)),g(a,"buttonId",(0,d.makeProp)(l.PROP_TYPE_STRING)),g(a,"disabled",(0,d.makeProp)(l.PROP_TYPE_BOOLEAN,!1)),g(a,"lazy",(0,d.makeProp)(l.PROP_TYPE_BOOLEAN,!1)),g(a,"noBody",(0,d.makeProp)(l.PROP_TYPE_BOOLEAN,!1)),g(a,"tag",(0,d.makeProp)(l.PROP_TYPE_STRING,"div")),g(a,"title",(0,d.makeProp)(l.PROP_TYPE_STRING)),g(a,"titleItemClass",(0,d.makeProp)(l.PROP_TYPE_ARRAY_OBJECT_STRING)),g(a,"titleLinkAttributes",(0,d.makeProp)(l.PROP_TYPE_OBJECT)),g(a,"titleLinkClass",(0,d.makeProp)(l.PROP_TYPE_ARRAY_OBJECT_STRING)),a))),i.NAME_TAB),M=o.Vue.extend({name:i.NAME_TAB,mixins:[h.idMixin,p.normalizeSlotMixin],inject:{bvTabs:{default:function(){return{}}}},props:y,data:function(){return{localActive:this.active&&!this.disabled}},computed:{_isTab:function(){return!0},tabClasses:function(){var e=this.localActive;return[{active:e,disabled:this.disabled,"card-body":this.bvTabs.card&&!this.noBody},e?this.bvTabs.activeTabClass:null]},controlledBy:function(){return this.buttonId||this.safeId("__BV_tab_button__")},computedNoFade:function(){return!this.bvTabs.fade},computedLazy:function(){return this.bvTabs.lazy||this.lazy}},watch:(r={},g(r,_,(function(e,t){e!==t&&(e?this.activate():this.deactivate()||this.$emit(b,this.localActive))})),g(r,"disabled",(function(e,t){if(e!==t){var n=this.bvTabs.firstTab;e&&this.localActive&&n&&(this.localActive=!1,n())}})),g(r,"localActive",(function(e){this.$emit(b,e)})),r),mounted:function(){this.registerTab()},updated:function(){var e=this.bvTabs.updateButton;e&&this.hasNormalizedSlot(c.SLOT_NAME_TITLE)&&e(this)},beforeDestroy:function(){this.unregisterTab()},methods:{registerTab:function(){var e=this.bvTabs.registerTab;e&&e(this)},unregisterTab:function(){var e=this.bvTabs.unregisterTab;e&&e(this)},activate:function(){var e=this.bvTabs.activateTab;return!(!e||this.disabled)&&e(this)},deactivate:function(){var e=this.bvTabs.deactivateTab;return!(!e||!this.localActive)&&e(this)}},render:function(e){var t=this.localActive,n=e(this.tag,{staticClass:"tab-pane",class:this.tabClasses,directives:[{name:"show",value:t}],attrs:{role:"tabpanel",id:this.safeId(),"aria-hidden":t?"false":"true","aria-labelledby":this.controlledBy||null},ref:"panel"},[t||!this.computedLazy?this.normalizeSlot():e()]);return e(f.BVTransition,{props:{mode:"out-in",noFade:this.computedNoFade}},[n])}})},58887:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BTabs:()=>V,props:()=>R});var a,r=n(1915),o=n(94689),i=n(43935),s=n(63294),l=n(63663),c=n(12299),u=n(90494),d=n(11572),h=n(37130),p=n(26410),f=n(28415),m=n(68265),v=n(33284),g=n(3058),_=n(21578),b=n(54602),y=n(93954),M=n(67040),I=n(63078),B=n(20451),k=n(55912),P=n(73727),T=n(18280),w=n(67347),E=n(29027);function O(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function A(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?O(Object(n),!0).forEach((function(t){L(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):O(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function L(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var S=(0,b.makeModelMixin)("value",{type:c.PROP_TYPE_NUMBER}),C=S.mixin,z=S.props,x=S.prop,D=S.event,F=function(e){return!e.disabled},H=r.Vue.extend({name:o.NAME_TAB_BUTTON_HELPER,inject:{bvTabs:{default:function(){return{}}}},props:{controls:(0,B.makeProp)(c.PROP_TYPE_STRING),id:(0,B.makeProp)(c.PROP_TYPE_STRING),noKeyNav:(0,B.makeProp)(c.PROP_TYPE_BOOLEAN,!1),posInSet:(0,B.makeProp)(c.PROP_TYPE_NUMBER),setSize:(0,B.makeProp)(c.PROP_TYPE_NUMBER),tab:(0,B.makeProp)(),tabIndex:(0,B.makeProp)(c.PROP_TYPE_NUMBER)},methods:{focus:function(){(0,p.attemptFocus)(this.$refs.link)},handleEvent:function(e){if(!this.tab.disabled){var t=e.type,n=e.keyCode,a=e.shiftKey;"click"===t||"keydown"===t&&n===l.CODE_SPACE?((0,f.stopEvent)(e),this.$emit(s.EVENT_NAME_CLICK,e)):"keydown"!==t||this.noKeyNav||(-1!==[l.CODE_UP,l.CODE_LEFT,l.CODE_HOME].indexOf(n)?((0,f.stopEvent)(e),a||n===l.CODE_HOME?this.$emit(s.EVENT_NAME_FIRST,e):this.$emit(s.EVENT_NAME_PREV,e)):-1!==[l.CODE_DOWN,l.CODE_RIGHT,l.CODE_END].indexOf(n)&&((0,f.stopEvent)(e),a||n===l.CODE_END?this.$emit(s.EVENT_NAME_LAST,e):this.$emit(s.EVENT_NAME_NEXT,e)))}}},render:function(e){var t=this.id,n=this.tabIndex,a=this.setSize,r=this.posInSet,o=this.controls,i=this.handleEvent,s=this.tab,l=s.title,c=s.localActive,d=s.disabled,h=s.titleItemClass,p=s.titleLinkClass,f=s.titleLinkAttributes,m=e(w.BLink,{staticClass:"nav-link",class:[{active:c&&!d,disabled:d},p,c?this.bvTabs.activeNavItemClass:null],props:{disabled:d},attrs:A(A({},f),{},{id:t,role:"tab",tabindex:n,"aria-selected":c&&!d?"true":"false","aria-setsize":a,"aria-posinset":r,"aria-controls":o}),on:{click:i,keydown:i},ref:"link"},[this.tab.normalizeSlot(u.SLOT_NAME_TITLE)||l]);return e("li",{staticClass:"nav-item",class:[h],attrs:{role:"presentation"}},[m])}}),N=(0,M.omit)(E.props,["tabs","isNavBar","cardHeader"]),R=(0,B.makePropsConfigurable)((0,M.sortKeys)(A(A(A(A({},P.props),z),N),{},{activeNavItemClass:(0,B.makeProp)(c.PROP_TYPE_ARRAY_OBJECT_STRING),activeTabClass:(0,B.makeProp)(c.PROP_TYPE_ARRAY_OBJECT_STRING),card:(0,B.makeProp)(c.PROP_TYPE_BOOLEAN,!1),contentClass:(0,B.makeProp)(c.PROP_TYPE_ARRAY_OBJECT_STRING),end:(0,B.makeProp)(c.PROP_TYPE_BOOLEAN,!1),lazy:(0,B.makeProp)(c.PROP_TYPE_BOOLEAN,!1),navClass:(0,B.makeProp)(c.PROP_TYPE_ARRAY_OBJECT_STRING),navWrapperClass:(0,B.makeProp)(c.PROP_TYPE_ARRAY_OBJECT_STRING),noFade:(0,B.makeProp)(c.PROP_TYPE_BOOLEAN,!1),noKeyNav:(0,B.makeProp)(c.PROP_TYPE_BOOLEAN,!1),noNavStyle:(0,B.makeProp)(c.PROP_TYPE_BOOLEAN,!1),tag:(0,B.makeProp)(c.PROP_TYPE_STRING,"div")})),o.NAME_TABS),V=r.Vue.extend({name:o.NAME_TABS,mixins:[P.idMixin,C,T.normalizeSlotMixin],provide:function(){return{bvTabs:this}},props:R,data:function(){return{currentTab:(0,y.toInteger)(this[x],-1),tabs:[],registeredTabs:[]}},computed:{fade:function(){return!this.noFade},localNavClass:function(){var e=[];return this.card&&this.vertical&&e.push("card-header","h-100","border-bottom-0","rounded-0"),[].concat(e,[this.navClass])}},watch:(a={},L(a,x,(function(e,t){if(e!==t){e=(0,y.toInteger)(e,-1),t=(0,y.toInteger)(t,0);var n=this.tabs[e];n&&!n.disabled?this.activateTab(n):e<t?this.previousTab():this.nextTab()}})),L(a,"currentTab",(function(e){var t=-1;this.tabs.forEach((function(n,a){a!==e||n.disabled?n.localActive=!1:(n.localActive=!0,t=a)})),this.$emit(D,t)})),L(a,"tabs",(function(e,t){var n=this;(0,g.looseEqual)(e.map((function(e){return e[r.COMPONENT_UID_KEY]})),t.map((function(e){return e[r.COMPONENT_UID_KEY]})))||this.$nextTick((function(){n.$emit(s.EVENT_NAME_CHANGED,e.slice(),t.slice())}))})),L(a,"registeredTabs",(function(){this.updateTabs()})),a),created:function(){this.$_observer=null},mounted:function(){this.setObserver(!0)},beforeDestroy:function(){this.setObserver(!1),this.tabs=[]},methods:{registerTab:function(e){(0,d.arrayIncludes)(this.registeredTabs,e)||this.registeredTabs.push(e)},unregisterTab:function(e){this.registeredTabs=this.registeredTabs.slice().filter((function(t){return t!==e}))},setObserver:function(){var e=this,t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];if(this.$_observer&&this.$_observer.disconnect(),this.$_observer=null,t){var n=function(){e.$nextTick((function(){(0,p.requestAF)((function(){e.updateTabs()}))}))};this.$_observer=(0,I.observeDom)(this.$refs.content,n,{childList:!0,subtree:!1,attributes:!0,attributeFilter:["id"]})}},getTabs:function(){var e=this.registeredTabs.filter((function(e){return 0===e.$children.filter((function(e){return e._isTab})).length})),t=[];if(i.IS_BROWSER&&e.length>0){var n=e.map((function(e){return"#".concat(e.safeId())})).join(", ");t=(0,p.selectAll)(n,this.$el).map((function(e){return e.id})).filter(m.identity)}return(0,k.stableSort)(e,(function(e,n){return t.indexOf(e.safeId())-t.indexOf(n.safeId())}))},updateTabs:function(){var e=this.getTabs(),t=e.indexOf(e.slice().reverse().find((function(e){return e.localActive&&!e.disabled})));if(t<0){var n=this.currentTab;n>=e.length?t=e.indexOf(e.slice().reverse().find(F)):e[n]&&!e[n].disabled&&(t=n)}t<0&&(t=e.indexOf(e.find(F))),e.forEach((function(e,n){e.localActive=n===t})),this.tabs=e,this.currentTab=t},getButtonForTab:function(e){return(this.$refs.buttons||[]).find((function(t){return t.tab===e}))},updateButton:function(e){var t=this.getButtonForTab(e);t&&t.$forceUpdate&&t.$forceUpdate()},activateTab:function(e){var t=this.currentTab,n=this.tabs,a=!1;if(e){var r=n.indexOf(e);if(r!==t&&r>-1&&!e.disabled){var o=new h.BvEvent(s.EVENT_NAME_ACTIVATE_TAB,{cancelable:!0,vueTarget:this,componentId:this.safeId()});this.$emit(o.type,r,t,o),o.defaultPrevented||(this.currentTab=r,a=!0)}}return a||this[x]===t||this.$emit(D,t),a},deactivateTab:function(e){return!!e&&this.activateTab(this.tabs.filter((function(t){return t!==e})).find(F))},focusButton:function(e){var t=this;this.$nextTick((function(){(0,p.attemptFocus)(t.getButtonForTab(e))}))},emitTabClick:function(e,t){(0,v.isEvent)(t)&&e&&e.$emit&&!e.disabled&&e.$emit(s.EVENT_NAME_CLICK,t)},clickTab:function(e,t){this.activateTab(e),this.emitTabClick(e,t)},firstTab:function(e){var t=this.tabs.find(F);this.activateTab(t)&&e&&(this.focusButton(t),this.emitTabClick(t,e))},previousTab:function(e){var t=(0,_.mathMax)(this.currentTab,0),n=this.tabs.slice(0,t).reverse().find(F);this.activateTab(n)&&e&&(this.focusButton(n),this.emitTabClick(n,e))},nextTab:function(e){var t=(0,_.mathMax)(this.currentTab,-1),n=this.tabs.slice(t+1).find(F);this.activateTab(n)&&e&&(this.focusButton(n),this.emitTabClick(n,e))},lastTab:function(e){var t=this.tabs.slice().reverse().find(F);this.activateTab(t)&&e&&(this.focusButton(t),this.emitTabClick(t,e))}},render:function(e){var t=this,n=this.align,a=this.card,o=this.end,i=this.fill,l=this.firstTab,c=this.justified,d=this.lastTab,h=this.nextTab,p=this.noKeyNav,f=this.noNavStyle,m=this.pills,v=this.previousTab,g=this.small,_=this.tabs,b=this.vertical,y=_.find((function(e){return e.localActive&&!e.disabled})),M=_.find((function(e){return!e.disabled})),I=_.map((function(n,a){var o,i=n.safeId,c=null;return p||(c=-1,(n===y||!y&&n===M)&&(c=null)),e(H,{props:{controls:i?i():null,id:n.controlledBy||(i?i("_BV_tab_button_"):null),noKeyNav:p,posInSet:a+1,setSize:_.length,tab:n,tabIndex:c},on:(o={},L(o,s.EVENT_NAME_CLICK,(function(e){t.clickTab(n,e)})),L(o,s.EVENT_NAME_FIRST,l),L(o,s.EVENT_NAME_PREV,v),L(o,s.EVENT_NAME_NEXT,h),L(o,s.EVENT_NAME_LAST,d),o),key:n[r.COMPONENT_UID_KEY]||a,ref:"buttons",refInFor:!0})})),B=e(E.BNav,{class:this.localNavClass,attrs:{role:"tablist",id:this.safeId("_BV_tab_controls_")},props:{fill:i,justified:c,align:n,tabs:!f&&!m,pills:!f&&m,vertical:b,small:g,cardHeader:a&&!b},ref:"nav"},[this.normalizeSlot(u.SLOT_NAME_TABS_START)||e(),I,this.normalizeSlot(u.SLOT_NAME_TABS_END)||e()]);B=e("div",{class:[{"card-header":a&&!b&&!o,"card-footer":a&&!b&&o,"col-auto":b},this.navWrapperClass],key:"bv-tabs-nav"},[B]);var k=this.normalizeSlot()||[],P=e();0===k.length&&(P=e("div",{class:["tab-pane","active",{"card-body":a}],key:"bv-empty-tab"},this.normalizeSlot(u.SLOT_NAME_EMPTY)));var T=e("div",{staticClass:"tab-content",class:[{col:b},this.contentClass],attrs:{id:this.safeId("_BV_tab_container_")},key:"bv-content",ref:"content"},[k,P]);return e(this.tag,{staticClass:"tabs",class:{row:b,"no-gutters":b&&a},attrs:{id:this.safeId()}},[o?T:e(),B,o?e():T])}})},61783:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BTime:()=>a.BTime,TimePlugin:()=>r});var a=n(98916),r=(0,n(11638).pluginFactory)({components:{BTime:a.BTime}})},98916:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BTime:()=>V,props:()=>R});var a,r=n(1915),o=n(94689),i=n(63294),s=n(63663),l=n(12299),c=n(30824),u=n(11572),d=n(68001),h=n(26410),p=n(28415),f=n(68265),m=n(33284),v=n(3058),g=n(9439),_=n(54602),b=n(93954),y=n(67040),M=n(20451),I=n(46595),B=n(73727),k=n(18280),P=n(44390),T=n(7543);function w(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function E(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?w(Object(n),!0).forEach((function(t){O(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):w(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function O(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function A(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==n)return;var a,r,o=[],i=!0,s=!1;try{for(n=n.call(e);!(i=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{i||null==n.return||n.return()}finally{if(s)throw r}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return L(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return L(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function L(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}var S=(0,_.makeModelMixin)("value",{type:l.PROP_TYPE_STRING,defaultValue:""}),C=S.mixin,z=S.props,x=S.prop,D=S.event,F="numeric",H=function(e){return"00".concat(e||"").slice(-2)},N=function(e){e=(0,I.toString)(e);var t=null,n=null,a=null;if(c.RX_TIME.test(e)){var r=A(e.split(":").map((function(e){return(0,b.toInteger)(e,null)})),3);t=r[0],n=r[1],a=r[2]}return{hours:(0,m.isUndefinedOrNull)(t)?null:t,minutes:(0,m.isUndefinedOrNull)(n)?null:n,seconds:(0,m.isUndefinedOrNull)(a)?null:a,ampm:(0,m.isUndefinedOrNull)(t)||t<12?0:1}},R=(0,M.makePropsConfigurable)((0,y.sortKeys)(E(E(E(E({},B.props),z),(0,y.pick)(P.props,["labelIncrement","labelDecrement"])),{},{ariaLabelledby:(0,M.makeProp)(l.PROP_TYPE_STRING),disabled:(0,M.makeProp)(l.PROP_TYPE_BOOLEAN,!1),footerTag:(0,M.makeProp)(l.PROP_TYPE_STRING,"footer"),headerTag:(0,M.makeProp)(l.PROP_TYPE_STRING,"header"),hidden:(0,M.makeProp)(l.PROP_TYPE_BOOLEAN,!1),hideHeader:(0,M.makeProp)(l.PROP_TYPE_BOOLEAN,!1),hour12:(0,M.makeProp)(l.PROP_TYPE_BOOLEAN,null),labelAm:(0,M.makeProp)(l.PROP_TYPE_STRING,"AM"),labelAmpm:(0,M.makeProp)(l.PROP_TYPE_STRING,"AM/PM"),labelHours:(0,M.makeProp)(l.PROP_TYPE_STRING,"Hours"),labelMinutes:(0,M.makeProp)(l.PROP_TYPE_STRING,"Minutes"),labelNoTimeSelected:(0,M.makeProp)(l.PROP_TYPE_STRING,"No time selected"),labelPm:(0,M.makeProp)(l.PROP_TYPE_STRING,"PM"),labelSeconds:(0,M.makeProp)(l.PROP_TYPE_STRING,"Seconds"),labelSelected:(0,M.makeProp)(l.PROP_TYPE_STRING,"Selected time"),locale:(0,M.makeProp)(l.PROP_TYPE_ARRAY_STRING),minutesStep:(0,M.makeProp)(l.PROP_TYPE_NUMBER_STRING,1),readonly:(0,M.makeProp)(l.PROP_TYPE_BOOLEAN,!1),secondsStep:(0,M.makeProp)(l.PROP_TYPE_NUMBER_STRING,1),showSeconds:(0,M.makeProp)(l.PROP_TYPE_BOOLEAN,!1)})),o.NAME_TIME),V=r.Vue.extend({name:o.NAME_TIME,mixins:[B.idMixin,C,k.normalizeSlotMixin],props:R,data:function(){var e=N(this[x]||"");return{modelHours:e.hours,modelMinutes:e.minutes,modelSeconds:e.seconds,modelAmpm:e.ampm,isLive:!1}},computed:{computedHMS:function(){return function(e){var t=e.hours,n=e.minutes,a=e.seconds,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return(0,m.isNull)(t)||(0,m.isNull)(n)||r&&(0,m.isNull)(a)?"":[t,n,r?a:0].map(H).join(":")}({hours:this.modelHours,minutes:this.modelMinutes,seconds:this.modelSeconds},this.showSeconds)},resolvedOptions:function(){var e=(0,u.concat)(this.locale).filter(f.identity),t={hour:F,minute:F,second:F};(0,m.isUndefinedOrNull)(this.hour12)||(t.hour12=!!this.hour12);var n=new Intl.DateTimeFormat(e,t).resolvedOptions(),a=n.hour12||!1,r=n.hourCycle||(a?"h12":"h23");return{locale:n.locale,hour12:a,hourCycle:r}},computedLocale:function(){return this.resolvedOptions.locale},computedLang:function(){return(this.computedLocale||"").replace(/-u-.*$/,"")},computedRTL:function(){return(0,g.isLocaleRTL)(this.computedLang)},computedHourCycle:function(){return this.resolvedOptions.hourCycle},is12Hour:function(){return!!this.resolvedOptions.hour12},context:function(){return{locale:this.computedLocale,isRTL:this.computedRTL,hourCycle:this.computedHourCycle,hour12:this.is12Hour,hours:this.modelHours,minutes:this.modelMinutes,seconds:this.showSeconds?this.modelSeconds:0,value:this.computedHMS,formatted:this.formattedTimeString}},valueId:function(){return this.safeId()||null},computedAriaLabelledby:function(){return[this.ariaLabelledby,this.valueId].filter(f.identity).join(" ")||null},timeFormatter:function(){var e={hour12:this.is12Hour,hourCycle:this.computedHourCycle,hour:F,minute:F,timeZone:"UTC"};return this.showSeconds&&(e.second=F),(0,d.createDateFormatter)(this.computedLocale,e)},numberFormatter:function(){return new Intl.NumberFormat(this.computedLocale,{style:"decimal",minimumIntegerDigits:2,minimumFractionDigits:0,maximumFractionDigits:0,notation:"standard"}).format},formattedTimeString:function(){var e=this.modelHours,t=this.modelMinutes,n=this.showSeconds&&this.modelSeconds||0;return this.computedHMS?this.timeFormatter((0,d.createDate)(Date.UTC(0,0,1,e,t,n))):this.labelNoTimeSelected||" "},spinScopedSlots:function(){var e=this.$createElement;return{increment:function(t){var n=t.hasFocus;return e(T.BIconChevronUp,{props:{scale:n?1.5:1.25},attrs:{"aria-hidden":"true"}})},decrement:function(t){var n=t.hasFocus;return e(T.BIconChevronUp,{props:{flipV:!0,scale:n?1.5:1.25},attrs:{"aria-hidden":"true"}})}}}},watch:(a={},O(a,x,(function(e,t){if(e!==t&&!(0,v.looseEqual)(N(e),N(this.computedHMS))){var n=N(e),a=n.hours,r=n.minutes,o=n.seconds,i=n.ampm;this.modelHours=a,this.modelMinutes=r,this.modelSeconds=o,this.modelAmpm=i}})),O(a,"computedHMS",(function(e,t){e!==t&&this.$emit(D,e)})),O(a,"context",(function(e,t){(0,v.looseEqual)(e,t)||this.$emit(i.EVENT_NAME_CONTEXT,e)})),O(a,"modelAmpm",(function(e,t){var n=this;if(e!==t){var a=(0,m.isNull)(this.modelHours)?0:this.modelHours;this.$nextTick((function(){0===e&&a>11?n.modelHours=a-12:1===e&&a<12&&(n.modelHours=a+12)}))}})),O(a,"modelHours",(function(e,t){e!==t&&(this.modelAmpm=e>11?1:0)})),a),created:function(){var e=this;this.$nextTick((function(){e.$emit(i.EVENT_NAME_CONTEXT,e.context)}))},mounted:function(){this.setLive(!0)},activated:function(){this.setLive(!0)},deactivated:function(){this.setLive(!1)},beforeDestroy:function(){this.setLive(!1)},methods:{focus:function(){this.disabled||(0,h.attemptFocus)(this.$refs.spinners[0])},blur:function(){if(!this.disabled){var e=(0,h.getActiveElement)();(0,h.contains)(this.$el,e)&&(0,h.attemptBlur)(e)}},formatHours:function(e){var t=this.computedHourCycle;return e=0===(e=this.is12Hour&&e>12?e-12:e)&&"h12"===t?12:0===e&&"h24"===t?24:12===e&&"h11"===t?0:e,this.numberFormatter(e)},formatMinutes:function(e){return this.numberFormatter(e)},formatSeconds:function(e){return this.numberFormatter(e)},formatAmpm:function(e){return 0===e?this.labelAm:1===e?this.labelPm:""},setHours:function(e){this.modelHours=e},setMinutes:function(e){this.modelMinutes=e},setSeconds:function(e){this.modelSeconds=e},setAmpm:function(e){this.modelAmpm=e},onSpinLeftRight:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.type,n=e.keyCode;if(!this.disabled&&"keydown"===t&&(n===s.CODE_LEFT||n===s.CODE_RIGHT)){(0,p.stopEvent)(e);var a=this.$refs.spinners||[],r=a.map((function(e){return!!e.hasFocus})).indexOf(!0);r=(r+=n===s.CODE_LEFT?-1:1)>=a.length?0:r<0?a.length-1:r,(0,h.attemptFocus)(a[r])}},setLive:function(e){var t=this;e?this.$nextTick((function(){(0,h.requestAF)((function(){t.isLive=!0}))})):this.isLive=!1}},render:function(e){var t=this;if(this.hidden)return e();var n=this.disabled,a=this.readonly,r=this.computedLocale,o=this.computedAriaLabelledby,i=this.labelIncrement,s=this.labelDecrement,l=this.valueId,c=this.focus,u=[],d=function(o,c,d){var h=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},p=t.safeId("_spinbutton_".concat(c,"_"))||null;return u.push(p),e(P.BFormSpinbutton,{class:d,props:E({id:p,placeholder:"--",vertical:!0,required:!0,disabled:n,readonly:a,locale:r,labelIncrement:i,labelDecrement:s,wrap:!0,ariaControls:l,min:0},h),scopedSlots:t.spinScopedSlots,on:{change:o},key:c,ref:"spinners",refInFor:!0})},h=function(){return e("div",{staticClass:"d-flex flex-column",class:{"text-muted":n||a},attrs:{"aria-hidden":"true"}},[e(T.BIconCircleFill,{props:{shiftV:4,scale:.5}}),e(T.BIconCircleFill,{props:{shiftV:-4,scale:.5}})])},p=[];p.push(d(this.setHours,"hours","b-time-hours",{value:this.modelHours,max:23,step:1,formatterFn:this.formatHours,ariaLabel:this.labelHours})),p.push(h()),p.push(d(this.setMinutes,"minutes","b-time-minutes",{value:this.modelMinutes,max:59,step:this.minutesStep||1,formatterFn:this.formatMinutes,ariaLabel:this.labelMinutes})),this.showSeconds&&(p.push(h()),p.push(d(this.setSeconds,"seconds","b-time-seconds",{value:this.modelSeconds,max:59,step:this.secondsStep||1,formatterFn:this.formatSeconds,ariaLabel:this.labelSeconds}))),this.is12Hour&&p.push(d(this.setAmpm,"ampm","b-time-ampm",{value:this.modelAmpm,max:1,formatterFn:this.formatAmpm,ariaLabel:this.labelAmpm,required:!1})),p=e("div",{staticClass:"d-flex align-items-center justify-content-center mx-auto",attrs:{role:"group",tabindex:n||a?null:"-1","aria-labelledby":o},on:{keydown:this.onSpinLeftRight,click:function(e){e.target===e.currentTarget&&c()}}},p);var m=e("output",{staticClass:"form-control form-control-sm text-center",class:{disabled:n||a},attrs:{id:l,role:"status",for:u.filter(f.identity).join(" ")||null,tabindex:n?null:"-1","aria-live":this.isLive?"polite":"off","aria-atomic":"true"},on:{click:c,focus:c}},[e("bdi",this.formattedTimeString),this.computedHMS?e("span",{staticClass:"sr-only"}," (".concat(this.labelSelected,") ")):""]),v=e(this.headerTag,{staticClass:"b-time-header",class:{"sr-only":this.hideHeader}},[m]),g=this.normalizeSlot(),_=g?e(this.footerTag,{staticClass:"b-time-footer"},g):e();return e("div",{staticClass:"b-time d-inline-flex flex-column text-center",attrs:{role:"group",lang:this.computedLang||null,"aria-labelledby":o||null,"aria-disabled":n?"true":null,"aria-readonly":a&&!n?"true":null}},[v,p,_])}})},20389:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BVToastPlugin:()=>k});var a=n(94689),r=n(63294),o=n(11572),i=n(79968),s=n(26410),l=n(28415),c=n(33284),u=n(67040),d=n(11638),h=n(37568),p=n(10575);function f(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function v(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?m(Object(n),!0).forEach((function(t){g(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function g(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}var b,y="$bvToast",M=["id"].concat(function(e){if(Array.isArray(e))return _(e)}(b=(0,u.keys)((0,u.omit)(p.props,["static","visible"])))||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(b)||function(e,t){if(e){if("string"==typeof e)return _(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_(e,t):void 0}}(b)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),I={toastContent:"default",title:"toast-title"},B=function(e){return M.reduce((function(t,n){return(0,c.isUndefined)(e[n])||(t[n]=e[n]),t}),{})},k=(0,d.pluginFactory)({plugins:{plugin:function(e){var t=e.extend({name:a.NAME_TOAST_POP,extends:p.BToast,destroyed:function(){var e=this.$el;e&&e.parentNode&&e.parentNode.removeChild(e)},mounted:function(){var e=this,t=function(){e.localShow=!1,e.doRender=!1,e.$nextTick((function(){e.$nextTick((function(){(0,s.requestAF)((function(){e.$destroy()}))}))}))};this.$parent.$once(r.HOOK_EVENT_NAME_DESTROYED,t),this.$once(r.EVENT_NAME_HIDDEN,t),this.listenOnRoot((0,l.getRootEventName)(a.NAME_TOASTER,r.EVENT_NAME_DESTROYED),(function(n){n===e.toaster&&t()}))}}),n=function(e,n){if(!(0,h.warnNotClient)(y)){var r=new t({parent:n,propsData:v(v(v({},B((0,i.getComponentConfig)(a.NAME_TOAST))),(0,u.omit)(e,(0,u.keys)(I))),{},{static:!1,visible:!0})});(0,u.keys)(I).forEach((function(t){var a=e[t];(0,c.isUndefined)(a)||("title"===t&&(0,c.isString)(a)&&(a=[n.$createElement("strong",{class:"mr-2"},a)]),r.$slots[I[t]]=(0,o.concat)(a))}));var s=document.createElement("div");document.body.appendChild(s),r.$mount(s)}},d=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),(0,u.assign)(this,{_vm:t,_root:t.$root}),(0,u.defineProperties)(this,{_vm:(0,u.readonlyDescriptor)(),_root:(0,u.readonlyDescriptor)()})}var t,o,i;return t=e,o=[{key:"toast",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};e&&!(0,h.warnNotClient)(y)&&n(v(v({},B(t)),{},{toastContent:e}),this._vm)}},{key:"show",value:function(e){e&&this._root.$emit((0,l.getRootActionEventName)(a.NAME_TOAST,r.EVENT_NAME_SHOW),e)}},{key:"hide",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;this._root.$emit((0,l.getRootActionEventName)(a.NAME_TOAST,r.EVENT_NAME_HIDE),e)}}],o&&f(t.prototype,o),i&&f(t,i),Object.defineProperty(t,"prototype",{writable:!1}),e}();e.mixin({beforeCreate:function(){this._bv__toast=new d(this)}}),(0,u.hasOwnProperty)(e.prototype,y)||(0,u.defineProperty)(e.prototype,y,{get:function(){return this&&this._bv__toast||(0,h.warn)('"'.concat(y,'" must be accessed from a Vue instance "this" context.'),a.NAME_TOAST),this._bv__toast}})}}})},48233:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BToast:()=>r.BToast,BToaster:()=>o.BToaster,ToastPlugin:()=>i});var a=n(20389),r=n(10575),o=n(33628),i=(0,n(11638).pluginFactory)({components:{BToast:r.BToast,BToaster:o.BToaster},plugins:{BVToastPlugin:a.BVToastPlugin}})},10575:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BToast:()=>H,props:()=>F});var a,r=n(72433),o=n(1915),i=n(94689),s=n(63294),l=n(12299),c=n(90494),u=n(37130),d=n(26410),h=n(28415),p=n(21578),f=n(54602),m=n(93954),v=n(67040),g=n(20451),_=n(30488),b=n(28492),y=n(73727),M=n(98596),I=n(18280),B=n(30051),k=n(91451),P=n(67347),T=n(17100),w=n(33628);function E(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function O(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?E(Object(n),!0).forEach((function(t){A(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):E(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function A(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var L=(0,f.makeModelMixin)("visible",{type:l.PROP_TYPE_BOOLEAN,defaultValue:!1,event:s.EVENT_NAME_CHANGE}),S=L.mixin,C=L.props,z=L.prop,x=L.event,D=(0,v.pick)(P.props,["href","to"]),F=(0,g.makePropsConfigurable)((0,v.sortKeys)(O(O(O(O({},y.props),C),D),{},{appendToast:(0,g.makeProp)(l.PROP_TYPE_BOOLEAN,!1),autoHideDelay:(0,g.makeProp)(l.PROP_TYPE_NUMBER_STRING,5e3),bodyClass:(0,g.makeProp)(l.PROP_TYPE_ARRAY_OBJECT_STRING),headerClass:(0,g.makeProp)(l.PROP_TYPE_ARRAY_OBJECT_STRING),headerTag:(0,g.makeProp)(l.PROP_TYPE_STRING,"header"),isStatus:(0,g.makeProp)(l.PROP_TYPE_BOOLEAN,!1),noAutoHide:(0,g.makeProp)(l.PROP_TYPE_BOOLEAN,!1),noCloseButton:(0,g.makeProp)(l.PROP_TYPE_BOOLEAN,!1),noFade:(0,g.makeProp)(l.PROP_TYPE_BOOLEAN,!1),noHoverPause:(0,g.makeProp)(l.PROP_TYPE_BOOLEAN,!1),solid:(0,g.makeProp)(l.PROP_TYPE_BOOLEAN,!1),static:(0,g.makeProp)(l.PROP_TYPE_BOOLEAN,!1),title:(0,g.makeProp)(l.PROP_TYPE_STRING),toastClass:(0,g.makeProp)(l.PROP_TYPE_ARRAY_OBJECT_STRING),toaster:(0,g.makeProp)(l.PROP_TYPE_STRING,"b-toaster-top-right"),variant:(0,g.makeProp)(l.PROP_TYPE_STRING)})),i.NAME_TOAST),H=o.Vue.extend({name:i.NAME_TOAST,mixins:[b.attrsMixin,y.idMixin,S,M.listenOnRootMixin,I.normalizeSlotMixin,B.scopedStyleMixin],inheritAttrs:!1,props:F,data:function(){return{isMounted:!1,doRender:!1,localShow:!1,isTransitioning:!1,isHiding:!1,order:0,dismissStarted:0,resumeDismiss:0}},computed:{toastClasses:function(){var e=this.appendToast,t=this.variant;return A({"b-toast-solid":this.solid,"b-toast-append":e,"b-toast-prepend":!e},"b-toast-".concat(t),t)},slotScope:function(){return{hide:this.hide}},computedDuration:function(){return(0,p.mathMax)((0,m.toInteger)(this.autoHideDelay,0),1e3)},computedToaster:function(){return String(this.toaster)},transitionHandlers:function(){return{beforeEnter:this.onBeforeEnter,afterEnter:this.onAfterEnter,beforeLeave:this.onBeforeLeave,afterLeave:this.onAfterLeave}},computedAttrs:function(){return O(O({},this.bvAttrs),{},{id:this.safeId(),tabindex:"0"})}},watch:(a={},A(a,z,(function(e){this[e?"show":"hide"]()})),A(a,"localShow",(function(e){e!==this[z]&&this.$emit(x,e)})),A(a,"toaster",(function(){this.$nextTick(this.ensureToaster)})),A(a,"static",(function(e){e&&this.localShow&&this.ensureToaster()})),a),created:function(){this.$_dismissTimer=null},mounted:function(){var e=this;this.isMounted=!0,this.$nextTick((function(){e[z]&&(0,d.requestAF)((function(){e.show()}))})),this.listenOnRoot((0,h.getRootActionEventName)(i.NAME_TOAST,s.EVENT_NAME_SHOW),(function(t){t===e.safeId()&&e.show()})),this.listenOnRoot((0,h.getRootActionEventName)(i.NAME_TOAST,s.EVENT_NAME_HIDE),(function(t){t&&t!==e.safeId()||e.hide()})),this.listenOnRoot((0,h.getRootEventName)(i.NAME_TOASTER,s.EVENT_NAME_DESTROYED),(function(t){t===e.computedToaster&&e.hide()}))},beforeDestroy:function(){this.clearDismissTimer()},methods:{show:function(){var e=this;if(!this.localShow){this.ensureToaster();var t=this.buildEvent(s.EVENT_NAME_SHOW);this.emitEvent(t),this.dismissStarted=this.resumeDismiss=0,this.order=Date.now()*(this.appendToast?1:-1),this.isHiding=!1,this.doRender=!0,this.$nextTick((function(){(0,d.requestAF)((function(){e.localShow=!0}))}))}},hide:function(){var e=this;if(this.localShow){var t=this.buildEvent(s.EVENT_NAME_HIDE);this.emitEvent(t),this.setHoverHandler(!1),this.dismissStarted=this.resumeDismiss=0,this.clearDismissTimer(),this.isHiding=!0,(0,d.requestAF)((function(){e.localShow=!1}))}},buildEvent:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new u.BvEvent(e,O(O({cancelable:!1,target:this.$el||null,relatedTarget:null},t),{},{vueTarget:this,componentId:this.safeId()}))},emitEvent:function(e){var t=e.type;this.emitOnRoot((0,h.getRootEventName)(i.NAME_TOAST,t),e),this.$emit(t,e)},ensureToaster:function(){if(!this.static){var e=this.computedToaster;if(!r.Wormhole.hasTarget(e)){var t=document.createElement("div");document.body.appendChild(t),new w.BToaster({parent:this.$root,propsData:{name:e}}).$mount(t)}}},startDismissTimer:function(){this.clearDismissTimer(),this.noAutoHide||(this.$_dismissTimer=setTimeout(this.hide,this.resumeDismiss||this.computedDuration),this.dismissStarted=Date.now(),this.resumeDismiss=0)},clearDismissTimer:function(){clearTimeout(this.$_dismissTimer),this.$_dismissTimer=null},setHoverHandler:function(e){var t=this.$refs["b-toast"];(0,h.eventOnOff)(e,t,"mouseenter",this.onPause,s.EVENT_OPTIONS_NO_CAPTURE),(0,h.eventOnOff)(e,t,"mouseleave",this.onUnPause,s.EVENT_OPTIONS_NO_CAPTURE)},onPause:function(){if(!this.noAutoHide&&!this.noHoverPause&&this.$_dismissTimer&&!this.resumeDismiss){var e=Date.now()-this.dismissStarted;e>0&&(this.clearDismissTimer(),this.resumeDismiss=(0,p.mathMax)(this.computedDuration-e,1e3))}},onUnPause:function(){this.noAutoHide||this.noHoverPause||!this.resumeDismiss?this.resumeDismiss=this.dismissStarted=0:this.startDismissTimer()},onLinkClick:function(){var e=this;this.$nextTick((function(){(0,d.requestAF)((function(){e.hide()}))}))},onBeforeEnter:function(){this.isTransitioning=!0},onAfterEnter:function(){this.isTransitioning=!1;var e=this.buildEvent(s.EVENT_NAME_SHOWN);this.emitEvent(e),this.startDismissTimer(),this.setHoverHandler(!0)},onBeforeLeave:function(){this.isTransitioning=!0},onAfterLeave:function(){this.isTransitioning=!1,this.order=0,this.resumeDismiss=this.dismissStarted=0;var e=this.buildEvent(s.EVENT_NAME_HIDDEN);this.emitEvent(e),this.doRender=!1},makeToast:function(e){var t=this,n=this.title,a=this.slotScope,r=(0,_.isLink)(this),i=[],s=this.normalizeSlot(c.SLOT_NAME_TOAST_TITLE,a);s?i.push(s):n&&i.push(e("strong",{staticClass:"mr-2"},n)),this.noCloseButton||i.push(e(k.BButtonClose,{staticClass:"ml-auto mb-1",on:{click:function(){t.hide()}}}));var l=e();i.length>0&&(l=e(this.headerTag,{staticClass:"toast-header",class:this.headerClass},i));var u=e(r?P.BLink:"div",{staticClass:"toast-body",class:this.bodyClass,props:r?(0,g.pluckProps)(D,this):{},on:r?{click:this.onLinkClick}:{}},this.normalizeSlot(c.SLOT_NAME_DEFAULT,a));return e("div",{staticClass:"toast",class:this.toastClass,attrs:this.computedAttrs,key:"toast-".concat(this[o.COMPONENT_UID_KEY]),ref:"toast"},[l,u])}},render:function(e){if(!this.doRender||!this.isMounted)return e();var t=this.order,n=this.static,a=this.isHiding,i=this.isStatus,s="b-toast-".concat(this[o.COMPONENT_UID_KEY]),l=e("div",{staticClass:"b-toast",class:this.toastClasses,attrs:O(O({},n?{}:this.scopedStyleAttrs),{},{id:this.safeId("_toast_outer"),role:a?null:i?"status":"alert","aria-live":a?null:i?"polite":"assertive","aria-atomic":a?null:"true"}),key:s,ref:"b-toast"},[e(T.BVTransition,{props:{noFade:this.noFade},on:this.transitionHandlers},[this.localShow?this.makeToast(e):e()])]);return e(r.Portal,{props:{name:s,to:this.computedToaster,order:t,slim:!0,disabled:n}},[l])}})},33628:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BToaster:()=>v,DefaultTransition:()=>f,props:()=>m});var a=n(72433),r=n(1915),o=n(94689),i=n(63294),s=n(12299),l=n(26410),c=n(28415),u=n(20451),d=n(37568),h=n(98596),p=n(18280),f=r.Vue.extend({mixins:[p.normalizeSlotMixin],data:function(){return{name:"b-toaster"}},methods:{onAfterEnter:function(e){var t=this;(0,l.requestAF)((function(){(0,l.removeClass)(e,"".concat(t.name,"-enter-to"))}))}},render:function(e){return e("transition-group",{props:{tag:"div",name:this.name},on:{afterEnter:this.onAfterEnter}},this.normalizeSlot())}}),m=(0,u.makePropsConfigurable)({ariaAtomic:(0,u.makeProp)(s.PROP_TYPE_STRING),ariaLive:(0,u.makeProp)(s.PROP_TYPE_STRING),name:(0,u.makeProp)(s.PROP_TYPE_STRING,void 0,!0),role:(0,u.makeProp)(s.PROP_TYPE_STRING)},o.NAME_TOASTER),v=r.Vue.extend({name:o.NAME_TOASTER,mixins:[h.listenOnRootMixin],props:m,data:function(){return{doRender:!1,dead:!1,staticName:this.name}},beforeMount:function(){var e=this.name;this.staticName=e,a.Wormhole.hasTarget(e)?((0,d.warn)('A "<portal-target>" with name "'.concat(e,'" already exists in the document.'),o.NAME_TOASTER),this.dead=!0):this.doRender=!0},beforeDestroy:function(){this.doRender&&this.emitOnRoot((0,c.getRootEventName)(o.NAME_TOASTER,i.EVENT_NAME_DESTROYED),this.name)},destroyed:function(){var e=this.$el;e&&e.parentNode&&e.parentNode.removeChild(e)},render:function(e){var t=e("div",{class:["d-none",{"b-dead-toaster":this.dead}]});if(this.doRender){var n=e(a.PortalTarget,{staticClass:"b-toaster-slot",props:{name:this.staticName,multiple:!0,tag:"div",slim:!1,transition:f}});t=e("div",{staticClass:"b-toaster",class:[this.staticName],attrs:{id:this.staticName,role:this.role||null,"aria-live":this.ariaLive,"aria-atomic":this.ariaAtomic}},[n])}return t}})},85591:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BVPopper:()=>v,props:()=>m});var a=n(28981),r=n(1915),o=n(94689),i=n(63294),s=n(12299),l=n(28112),c=n(26410),u=n(93954),d=n(20451),h=n(17100),p={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left",TOPLEFT:"top",TOPRIGHT:"top",RIGHTTOP:"right",RIGHTBOTTOM:"right",BOTTOMLEFT:"bottom",BOTTOMRIGHT:"bottom",LEFTTOP:"left",LEFTBOTTOM:"left"},f={AUTO:0,TOPLEFT:-1,TOP:0,TOPRIGHT:1,RIGHTTOP:-1,RIGHT:0,RIGHTBOTTOM:1,BOTTOMLEFT:-1,BOTTOM:0,BOTTOMRIGHT:1,LEFTTOP:-1,LEFT:0,LEFTBOTTOM:1},m={arrowPadding:(0,d.makeProp)(s.PROP_TYPE_NUMBER_STRING,6),boundary:(0,d.makeProp)([l.HTMLElement,s.PROP_TYPE_STRING],"scrollParent"),boundaryPadding:(0,d.makeProp)(s.PROP_TYPE_NUMBER_STRING,5),fallbackPlacement:(0,d.makeProp)(s.PROP_TYPE_ARRAY_STRING,"flip"),offset:(0,d.makeProp)(s.PROP_TYPE_NUMBER_STRING,0),placement:(0,d.makeProp)(s.PROP_TYPE_STRING,"top"),target:(0,d.makeProp)([l.HTMLElement,l.SVGElement])},v=r.Vue.extend({name:o.NAME_POPPER,props:m,data:function(){return{noFade:!1,localShow:!0,attachment:this.getAttachment(this.placement)}},computed:{templateType:function(){return"unknown"},popperConfig:function(){var e=this,t=this.placement;return{placement:this.getAttachment(t),modifiers:{offset:{offset:this.getOffset(t)},flip:{behavior:this.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{padding:this.boundaryPadding,boundariesElement:this.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e.popperPlacementChange(t)},onUpdate:function(t){e.popperPlacementChange(t)}}}},created:function(){var e=this;this.$_popper=null,this.localShow=!0,this.$on(i.EVENT_NAME_SHOW,(function(t){e.popperCreate(t)}));var t=function(){e.$nextTick((function(){(0,c.requestAF)((function(){e.$destroy()}))}))};this.$parent.$once(i.HOOK_EVENT_NAME_DESTROYED,t),this.$once(i.EVENT_NAME_HIDDEN,t)},beforeMount:function(){this.attachment=this.getAttachment(this.placement)},updated:function(){this.updatePopper()},beforeDestroy:function(){this.destroyPopper()},destroyed:function(){var e=this.$el;e&&e.parentNode&&e.parentNode.removeChild(e)},methods:{hide:function(){this.localShow=!1},getAttachment:function(e){return p[String(e).toUpperCase()]||"auto"},getOffset:function(e){if(!this.offset){var t=this.$refs.arrow||(0,c.select)(".arrow",this.$el),n=(0,u.toFloat)((0,c.getCS)(t).width,0)+(0,u.toFloat)(this.arrowPadding,0);switch(f[String(e).toUpperCase()]||0){case 1:return"+50%p - ".concat(n,"px");case-1:return"-50%p + ".concat(n,"px");default:return 0}}return this.offset},popperCreate:function(e){this.destroyPopper(),this.$_popper=new a.default(this.target,e,this.popperConfig)},destroyPopper:function(){this.$_popper&&this.$_popper.destroy(),this.$_popper=null},updatePopper:function(){this.$_popper&&this.$_popper.scheduleUpdate()},popperPlacementChange:function(e){this.attachment=this.getAttachment(e.placement)},renderTemplate:function(e){return e("div")}},render:function(e){var t=this,n=this.noFade;return e(h.BVTransition,{props:{appear:!0,noFade:n},on:{beforeEnter:function(e){return t.$emit(i.EVENT_NAME_SHOW,e)},afterEnter:function(e){return t.$emit(i.EVENT_NAME_SHOWN,e)},beforeLeave:function(e){return t.$emit(i.EVENT_NAME_HIDE,e)},afterLeave:function(e){return t.$emit(i.EVENT_NAME_HIDDEN,e)}}},[this.localShow?this.renderTemplate(e):e()])}})},91185:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BVTooltipTemplate:()=>m,props:()=>f});var a=n(1915),r=n(94689),o=n(63294),i=n(12299),s=n(33284),l=n(20451),c=n(30051),u=n(85591);function d(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function h(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?d(Object(n),!0).forEach((function(t){p(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function p(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var f={html:(0,l.makeProp)(i.PROP_TYPE_BOOLEAN,!1),id:(0,l.makeProp)(i.PROP_TYPE_STRING)},m=a.Vue.extend({name:r.NAME_TOOLTIP_TEMPLATE,extends:u.BVPopper,mixins:[c.scopedStyleMixin],props:f,data:function(){return{title:"",content:"",variant:null,customClass:null,interactive:!0}},computed:{templateType:function(){return"tooltip"},templateClasses:function(){var e,t=this.variant,n=this.attachment,a=this.templateType;return[(e={noninteractive:!this.interactive},p(e,"b-".concat(a,"-").concat(t),t),p(e,"bs-".concat(a,"-").concat(n),n),e),this.customClass]},templateAttributes:function(){var e=this.id;return h(h({},this.$parent.$parent.$attrs),{},{id:e,role:"tooltip",tabindex:"-1"},this.scopedStyleAttrs)},templateListeners:function(){var e=this;return{mouseenter:function(t){e.$emit(o.EVENT_NAME_MOUSEENTER,t)},mouseleave:function(t){e.$emit(o.EVENT_NAME_MOUSELEAVE,t)},focusin:function(t){e.$emit(o.EVENT_NAME_FOCUSIN,t)},focusout:function(t){e.$emit(o.EVENT_NAME_FOCUSOUT,t)}}}},methods:{renderTemplate:function(e){var t=this.title,n=(0,s.isFunction)(t)?t({}):t,a=this.html&&!(0,s.isFunction)(t)?{innerHTML:t}:{};return e("div",{staticClass:"tooltip b-tooltip",class:this.templateClasses,attrs:this.templateAttributes,on:this.templateListeners},[e("div",{staticClass:"arrow",ref:"arrow"}),e("div",{staticClass:"tooltip-inner",domProps:a},[n])])}}})},40960:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BVTooltip:()=>O});var a=n(1915),r=n(94689),o=n(63294),i=n(11572),s=n(26410),l=n(28415),c=n(13597),u=n(68265),d=n(33284),h=n(3058),p=n(21578),f=n(84941),m=n(93954),v=n(67040),g=n(37568),_=n(37130),b=n(98596),y=n(91185);function M(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function I(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?M(Object(n),!0).forEach((function(t){B(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):M(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function B(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var k=".modal-content",P=(0,l.getRootEventName)(r.NAME_MODAL,o.EVENT_NAME_HIDDEN),T=[k,".b-sidebar"].join(", "),w="data-original-title",E={title:"",content:"",variant:null,customClass:null,triggers:"",placement:"auto",fallbackPlacement:"flip",target:null,container:null,noFade:!1,boundary:"scrollParent",boundaryPadding:5,offset:0,delay:0,arrowPadding:6,interactive:!0,disabled:!1,id:null,html:!1},O=a.Vue.extend({name:r.NAME_TOOLTIP_HELPER,mixins:[b.listenOnRootMixin],data:function(){return I(I({},E),{},{activeTrigger:{hover:!1,click:!1,focus:!1},localShow:!1})},computed:{templateType:function(){return"tooltip"},computedId:function(){return this.id||"__bv_".concat(this.templateType,"_").concat(this[a.COMPONENT_UID_KEY],"__")},computedDelay:function(){var e={show:0,hide:0};return(0,d.isPlainObject)(this.delay)?(e.show=(0,p.mathMax)((0,m.toInteger)(this.delay.show,0),0),e.hide=(0,p.mathMax)((0,m.toInteger)(this.delay.hide,0),0)):((0,d.isNumber)(this.delay)||(0,d.isString)(this.delay))&&(e.show=e.hide=(0,p.mathMax)((0,m.toInteger)(this.delay,0),0)),e},computedTriggers:function(){return(0,i.concat)(this.triggers).filter(u.identity).join(" ").trim().toLowerCase().split(/\s+/).sort()},isWithActiveTrigger:function(){for(var e in this.activeTrigger)if(this.activeTrigger[e])return!0;return!1},computedTemplateData:function(){return{title:this.title,content:this.content,variant:this.variant,customClass:this.customClass,noFade:this.noFade,interactive:this.interactive}}},watch:{computedTriggers:function(e,t){var n=this;(0,h.looseEqual)(e,t)||this.$nextTick((function(){n.unListen(),t.forEach((function(t){(0,i.arrayIncludes)(e,t)||n.activeTrigger[t]&&(n.activeTrigger[t]=!1)})),n.listen()}))},computedTemplateData:function(){this.handleTemplateUpdate()},title:function(e,t){e===t||e||this.hide()},disabled:function(e){e?this.disable():this.enable()}},created:function(){var e=this;this.$_tip=null,this.$_hoverTimeout=null,this.$_hoverState="",this.$_visibleInterval=null,this.$_enabled=!this.disabled,this.$_noop=f.noop.bind(this),this.$parent&&this.$parent.$once(o.HOOK_EVENT_NAME_BEFORE_DESTROY,(function(){e.$nextTick((function(){(0,s.requestAF)((function(){e.$destroy()}))}))})),this.$nextTick((function(){var t=e.getTarget();t&&(0,s.contains)(document.body,t)?(e.scopeId=(0,c.getScopeId)(e.$parent),e.listen()):(0,g.warn)((0,d.isString)(e.target)?'Unable to find target element by ID "#'.concat(e.target,'" in document.'):"The provided target is no valid HTML element.",e.templateType)}))},updated:function(){this.$nextTick(this.handleTemplateUpdate)},deactivated:function(){this.forceHide()},beforeDestroy:function(){this.unListen(),this.setWhileOpenListeners(!1),this.clearHoverTimeout(),this.clearVisibilityInterval(),this.destroyTemplate(),this.$_noop=null},methods:{getTemplate:function(){return y.BVTooltipTemplate},updateData:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=!1;(0,v.keys)(E).forEach((function(a){(0,d.isUndefined)(t[a])||e[a]===t[a]||(e[a]=t[a],"title"===a&&(n=!0))})),n&&this.localShow&&this.fixTitle()},createTemplateAndShow:function(){var e=this.getContainer(),t=this.getTemplate(),n=this.$_tip=new t({parent:this,propsData:{id:this.computedId,html:this.html,placement:this.placement,fallbackPlacement:this.fallbackPlacement,target:this.getPlacementTarget(),boundary:this.getBoundary(),offset:(0,m.toInteger)(this.offset,0),arrowPadding:(0,m.toInteger)(this.arrowPadding,0),boundaryPadding:(0,m.toInteger)(this.boundaryPadding,0)}});this.handleTemplateUpdate(),n.$once(o.EVENT_NAME_SHOW,this.onTemplateShow),n.$once(o.EVENT_NAME_SHOWN,this.onTemplateShown),n.$once(o.EVENT_NAME_HIDE,this.onTemplateHide),n.$once(o.EVENT_NAME_HIDDEN,this.onTemplateHidden),n.$once(o.HOOK_EVENT_NAME_DESTROYED,this.destroyTemplate),n.$on(o.EVENT_NAME_FOCUSIN,this.handleEvent),n.$on(o.EVENT_NAME_FOCUSOUT,this.handleEvent),n.$on(o.EVENT_NAME_MOUSEENTER,this.handleEvent),n.$on(o.EVENT_NAME_MOUSELEAVE,this.handleEvent),n.$mount(e.appendChild(document.createElement("div")))},hideTemplate:function(){this.$_tip&&this.$_tip.hide(),this.clearActiveTriggers(),this.$_hoverState=""},destroyTemplate:function(){this.setWhileOpenListeners(!1),this.clearHoverTimeout(),this.$_hoverState="",this.clearActiveTriggers(),this.localPlacementTarget=null;try{this.$_tip.$destroy()}catch(e){}this.$_tip=null,this.removeAriaDescribedby(),this.restoreTitle(),this.localShow=!1},getTemplateElement:function(){return this.$_tip?this.$_tip.$el:null},handleTemplateUpdate:function(){var e=this,t=this.$_tip;if(t){["title","content","variant","customClass","noFade","interactive"].forEach((function(n){t[n]!==e[n]&&(t[n]=e[n])}))}},show:function(){var e=this.getTarget();if(e&&(0,s.contains)(document.body,e)&&(0,s.isVisible)(e)&&!this.dropdownOpen()&&(!(0,d.isUndefinedOrNull)(this.title)&&""!==this.title||!(0,d.isUndefinedOrNull)(this.content)&&""!==this.content)&&!this.$_tip&&!this.localShow){this.localShow=!0;var t=this.buildEvent(o.EVENT_NAME_SHOW,{cancelable:!0});this.emitEvent(t),t.defaultPrevented?this.destroyTemplate():(this.fixTitle(),this.addAriaDescribedby(),this.createTemplateAndShow())}},hide:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=this.getTemplateElement();if(t&&this.localShow){var n=this.buildEvent(o.EVENT_NAME_HIDE,{cancelable:!e});this.emitEvent(n),n.defaultPrevented||this.hideTemplate()}else this.restoreTitle()},forceHide:function(){this.getTemplateElement()&&this.localShow&&(this.setWhileOpenListeners(!1),this.clearHoverTimeout(),this.$_hoverState="",this.clearActiveTriggers(),this.$_tip&&(this.$_tip.noFade=!0),this.hide(!0))},enable:function(){this.$_enabled=!0,this.emitEvent(this.buildEvent(o.EVENT_NAME_ENABLED))},disable:function(){this.$_enabled=!1,this.emitEvent(this.buildEvent(o.EVENT_NAME_DISABLED))},onTemplateShow:function(){this.setWhileOpenListeners(!0)},onTemplateShown:function(){var e=this.$_hoverState;this.$_hoverState="","out"===e&&this.leave(null),this.emitEvent(this.buildEvent(o.EVENT_NAME_SHOWN))},onTemplateHide:function(){this.setWhileOpenListeners(!1)},onTemplateHidden:function(){this.destroyTemplate(),this.emitEvent(this.buildEvent(o.EVENT_NAME_HIDDEN))},getTarget:function(){var e=this.target;return(0,d.isString)(e)?e=(0,s.getById)(e.replace(/^#/,"")):(0,d.isFunction)(e)?e=e():e&&(e=e.$el||e),(0,s.isElement)(e)?e:null},getPlacementTarget:function(){return this.getTarget()},getTargetId:function(){var e=this.getTarget();return e&&e.id?e.id:null},getContainer:function(){var e=!!this.container&&(this.container.$el||this.container),t=document.body,n=this.getTarget();return!1===e?(0,s.closest)(T,n)||t:(0,d.isString)(e)&&(0,s.getById)(e.replace(/^#/,""))||t},getBoundary:function(){return this.boundary?this.boundary.$el||this.boundary:"scrollParent"},isInModal:function(){var e=this.getTarget();return e&&(0,s.closest)(k,e)},isDropdown:function(){var e=this.getTarget();return e&&(0,s.hasClass)(e,"dropdown")},dropdownOpen:function(){var e=this.getTarget();return this.isDropdown()&&e&&(0,s.select)(".dropdown-menu.show",e)},clearHoverTimeout:function(){clearTimeout(this.$_hoverTimeout),this.$_hoverTimeout=null},clearVisibilityInterval:function(){clearInterval(this.$_visibleInterval),this.$_visibleInterval=null},clearActiveTriggers:function(){for(var e in this.activeTrigger)this.activeTrigger[e]=!1},addAriaDescribedby:function(){var e=this.getTarget(),t=(0,s.getAttr)(e,"aria-describedby")||"";t=t.split(/\s+/).concat(this.computedId).join(" ").trim(),(0,s.setAttr)(e,"aria-describedby",t)},removeAriaDescribedby:function(){var e=this,t=this.getTarget(),n=(0,s.getAttr)(t,"aria-describedby")||"";(n=n.split(/\s+/).filter((function(t){return t!==e.computedId})).join(" ").trim())?(0,s.setAttr)(t,"aria-describedby",n):(0,s.removeAttr)(t,"aria-describedby")},fixTitle:function(){var e=this.getTarget();if((0,s.hasAttr)(e,"title")){var t=(0,s.getAttr)(e,"title");(0,s.setAttr)(e,"title",""),t&&(0,s.setAttr)(e,w,t)}},restoreTitle:function(){var e=this.getTarget();if((0,s.hasAttr)(e,w)){var t=(0,s.getAttr)(e,w);(0,s.removeAttr)(e,w),t&&(0,s.setAttr)(e,"title",t)}},buildEvent:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new _.BvEvent(e,I({cancelable:!1,target:this.getTarget(),relatedTarget:this.getTemplateElement()||null,componentId:this.computedId,vueTarget:this},t))},emitEvent:function(e){var t=e.type;this.emitOnRoot((0,l.getRootEventName)(this.templateType,t),e),this.$emit(t,e)},listen:function(){var e=this,t=this.getTarget();t&&(this.setRootListener(!0),this.computedTriggers.forEach((function(n){"click"===n?(0,l.eventOn)(t,"click",e.handleEvent,o.EVENT_OPTIONS_NO_CAPTURE):"focus"===n?((0,l.eventOn)(t,"focusin",e.handleEvent,o.EVENT_OPTIONS_NO_CAPTURE),(0,l.eventOn)(t,"focusout",e.handleEvent,o.EVENT_OPTIONS_NO_CAPTURE)):"blur"===n?(0,l.eventOn)(t,"focusout",e.handleEvent,o.EVENT_OPTIONS_NO_CAPTURE):"hover"===n&&((0,l.eventOn)(t,"mouseenter",e.handleEvent,o.EVENT_OPTIONS_NO_CAPTURE),(0,l.eventOn)(t,"mouseleave",e.handleEvent,o.EVENT_OPTIONS_NO_CAPTURE))}),this))},unListen:function(){var e=this,t=this.getTarget();this.setRootListener(!1),["click","focusin","focusout","mouseenter","mouseleave"].forEach((function(n){t&&(0,l.eventOff)(t,n,e.handleEvent,o.EVENT_OPTIONS_NO_CAPTURE)}),this)},setRootListener:function(e){var t=this.$root;if(t){var n=e?"$on":"$off",a=this.templateType;t[n]((0,l.getRootActionEventName)(a,o.EVENT_NAME_HIDE),this.doHide),t[n]((0,l.getRootActionEventName)(a,o.EVENT_NAME_SHOW),this.doShow),t[n]((0,l.getRootActionEventName)(a,o.EVENT_NAME_DISABLE),this.doDisable),t[n]((0,l.getRootActionEventName)(a,o.EVENT_NAME_ENABLE),this.doEnable)}},setWhileOpenListeners:function(e){this.setModalListener(e),this.setDropdownListener(e),this.visibleCheck(e),this.setOnTouchStartListener(e)},visibleCheck:function(e){var t=this;this.clearVisibilityInterval();var n=this.getTarget();e&&(this.$_visibleInterval=setInterval((function(){!t.getTemplateElement()||!t.localShow||n.parentNode&&(0,s.isVisible)(n)||t.forceHide()}),100))},setModalListener:function(e){this.isInModal()&&this.$root[e?"$on":"$off"](P,this.forceHide)},setOnTouchStartListener:function(e){var t=this;"ontouchstart"in document.documentElement&&(0,i.from)(document.body.children).forEach((function(n){(0,l.eventOnOff)(e,n,"mouseover",t.$_noop)}))},setDropdownListener:function(e){var t=this.getTarget();t&&this.$root&&this.isDropdown&&t.__vue__&&t.__vue__[e?"$on":"$off"](o.EVENT_NAME_SHOWN,this.forceHide)},handleEvent:function(e){var t=this.getTarget();if(t&&!(0,s.isDisabled)(t)&&this.$_enabled&&!this.dropdownOpen()){var n=e.type,a=this.computedTriggers;if("click"===n&&(0,i.arrayIncludes)(a,"click"))this.click(e);else if("mouseenter"===n&&(0,i.arrayIncludes)(a,"hover"))this.enter(e);else if("focusin"===n&&(0,i.arrayIncludes)(a,"focus"))this.enter(e);else if("focusout"===n&&((0,i.arrayIncludes)(a,"focus")||(0,i.arrayIncludes)(a,"blur"))||"mouseleave"===n&&(0,i.arrayIncludes)(a,"hover")){var r=this.getTemplateElement(),o=e.target,l=e.relatedTarget;if(r&&(0,s.contains)(r,o)&&(0,s.contains)(t,l)||r&&(0,s.contains)(t,o)&&(0,s.contains)(r,l)||r&&(0,s.contains)(r,o)&&(0,s.contains)(r,l)||(0,s.contains)(t,o)&&(0,s.contains)(t,l))return;this.leave(e)}}},doHide:function(e){e&&this.getTargetId()!==e&&this.computedId!==e||this.forceHide()},doShow:function(e){e&&this.getTargetId()!==e&&this.computedId!==e||this.show()},doDisable:function(e){e&&this.getTargetId()!==e&&this.computedId!==e||this.disable()},doEnable:function(e){e&&this.getTargetId()!==e&&this.computedId!==e||this.enable()},click:function(e){this.$_enabled&&!this.dropdownOpen()&&((0,s.attemptFocus)(e.currentTarget),this.activeTrigger.click=!this.activeTrigger.click,this.isWithActiveTrigger?this.enter(null):this.leave(null))},toggle:function(){this.$_enabled&&!this.dropdownOpen()&&(this.localShow?this.leave(null):this.enter(null))},enter:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;t&&(this.activeTrigger["focusin"===t.type?"focus":"hover"]=!0),this.localShow||"in"===this.$_hoverState?this.$_hoverState="in":(this.clearHoverTimeout(),this.$_hoverState="in",this.computedDelay.show?(this.fixTitle(),this.$_hoverTimeout=setTimeout((function(){"in"===e.$_hoverState?e.show():e.localShow||e.restoreTitle()}),this.computedDelay.show)):this.show())},leave:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;t&&(this.activeTrigger["focusout"===t.type?"focus":"hover"]=!1,"focusout"===t.type&&(0,i.arrayIncludes)(this.computedTriggers,"blur")&&(this.activeTrigger.click=!1,this.activeTrigger.hover=!1)),this.isWithActiveTrigger||(this.clearHoverTimeout(),this.$_hoverState="out",this.computedDelay.hide?this.$_hoverTimeout=setTimeout((function(){"out"===e.$_hoverState&&e.hide()}),this.computedDelay.hide):this.hide())}}})},63886:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BTooltip:()=>a.BTooltip,TooltipPlugin:()=>o});var a=n(18365),r=n(9153),o=(0,n(11638).pluginFactory)({components:{BTooltip:a.BTooltip},plugins:{VBTooltipPlugin:r.VBTooltipPlugin}})},18365:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BTooltip:()=>B,props:()=>I});var a,r,o=n(1915),i=n(94689),s=n(63294),l=n(12299),c=n(28112),u=n(13597),d=n(33284),h=n(67040),p=n(20451),f=n(18280),m=n(40960);function v(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function g(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var _="disabled",b=s.MODEL_EVENT_NAME_PREFIX+_,y="show",M=s.MODEL_EVENT_NAME_PREFIX+y,I=(0,p.makePropsConfigurable)((g(a={boundary:(0,p.makeProp)([c.HTMLElement,l.PROP_TYPE_OBJECT,l.PROP_TYPE_STRING],"scrollParent"),boundaryPadding:(0,p.makeProp)(l.PROP_TYPE_NUMBER_STRING,50),container:(0,p.makeProp)([c.HTMLElement,l.PROP_TYPE_OBJECT,l.PROP_TYPE_STRING]),customClass:(0,p.makeProp)(l.PROP_TYPE_STRING),delay:(0,p.makeProp)(l.PROP_TYPE_NUMBER_OBJECT_STRING,50)},_,(0,p.makeProp)(l.PROP_TYPE_BOOLEAN,!1)),g(a,"fallbackPlacement",(0,p.makeProp)(l.PROP_TYPE_ARRAY_STRING,"flip")),g(a,"id",(0,p.makeProp)(l.PROP_TYPE_STRING)),g(a,"noFade",(0,p.makeProp)(l.PROP_TYPE_BOOLEAN,!1)),g(a,"noninteractive",(0,p.makeProp)(l.PROP_TYPE_BOOLEAN,!1)),g(a,"offset",(0,p.makeProp)(l.PROP_TYPE_NUMBER_STRING,0)),g(a,"placement",(0,p.makeProp)(l.PROP_TYPE_STRING,"top")),g(a,y,(0,p.makeProp)(l.PROP_TYPE_BOOLEAN,!1)),g(a,"target",(0,p.makeProp)([c.HTMLElement,c.SVGElement,l.PROP_TYPE_FUNCTION,l.PROP_TYPE_OBJECT,l.PROP_TYPE_STRING],void 0,!0)),g(a,"title",(0,p.makeProp)(l.PROP_TYPE_STRING)),g(a,"triggers",(0,p.makeProp)(l.PROP_TYPE_ARRAY_STRING,"hover focus")),g(a,"variant",(0,p.makeProp)(l.PROP_TYPE_STRING)),a),i.NAME_TOOLTIP),B=o.Vue.extend({name:i.NAME_TOOLTIP,mixins:[f.normalizeSlotMixin],inheritAttrs:!1,props:I,data:function(){return{localShow:this.show,localTitle:"",localContent:""}},computed:{templateData:function(){return function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?v(Object(n),!0).forEach((function(t){g(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):v(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({title:this.localTitle,content:this.localContent,interactive:!this.noninteractive},(0,h.pick)(this.$props,["boundary","boundaryPadding","container","customClass","delay","fallbackPlacement","id","noFade","offset","placement","target","target","triggers","variant",_]))},templateTitleContent:function(){return{title:this.title,content:this.content}}},watch:(r={},g(r,y,(function(e,t){e!==t&&e!==this.localShow&&this.$_toolpop&&(e?this.$_toolpop.show():this.$_toolpop.forceHide())})),g(r,_,(function(e){e?this.doDisable():this.doEnable()})),g(r,"localShow",(function(e){this.$emit(M,e)})),g(r,"templateData",(function(){var e=this;this.$nextTick((function(){e.$_toolpop&&e.$_toolpop.updateData(e.templateData)}))})),g(r,"templateTitleContent",(function(){this.$nextTick(this.updateContent)})),r),created:function(){this.$_toolpop=null},updated:function(){this.$nextTick(this.updateContent)},beforeDestroy:function(){this.$off(s.EVENT_NAME_OPEN,this.doOpen),this.$off(s.EVENT_NAME_CLOSE,this.doClose),this.$off(s.EVENT_NAME_DISABLE,this.doDisable),this.$off(s.EVENT_NAME_ENABLE,this.doEnable),this.$_toolpop&&(this.$_toolpop.$destroy(),this.$_toolpop=null)},mounted:function(){var e=this;this.$nextTick((function(){var t=e.getComponent();e.updateContent();var n=(0,u.getScopeId)(e)||(0,u.getScopeId)(e.$parent),a=e.$_toolpop=new t({parent:e,_scopeId:n||void 0});a.updateData(e.templateData),a.$on(s.EVENT_NAME_SHOW,e.onShow),a.$on(s.EVENT_NAME_SHOWN,e.onShown),a.$on(s.EVENT_NAME_HIDE,e.onHide),a.$on(s.EVENT_NAME_HIDDEN,e.onHidden),a.$on(s.EVENT_NAME_DISABLED,e.onDisabled),a.$on(s.EVENT_NAME_ENABLED,e.onEnabled),e.disabled&&e.doDisable(),e.$on(s.EVENT_NAME_OPEN,e.doOpen),e.$on(s.EVENT_NAME_CLOSE,e.doClose),e.$on(s.EVENT_NAME_DISABLE,e.doDisable),e.$on(s.EVENT_NAME_ENABLE,e.doEnable),e.localShow&&a.show()}))},methods:{getComponent:function(){return m.BVTooltip},updateContent:function(){this.setTitle(this.normalizeSlot()||this.title)},setTitle:function(e){e=(0,d.isUndefinedOrNull)(e)?"":e,this.localTitle!==e&&(this.localTitle=e)},setContent:function(e){e=(0,d.isUndefinedOrNull)(e)?"":e,this.localContent!==e&&(this.localContent=e)},onShow:function(e){this.$emit(s.EVENT_NAME_SHOW,e),e&&(this.localShow=!e.defaultPrevented)},onShown:function(e){this.localShow=!0,this.$emit(s.EVENT_NAME_SHOWN,e)},onHide:function(e){this.$emit(s.EVENT_NAME_HIDE,e)},onHidden:function(e){this.$emit(s.EVENT_NAME_HIDDEN,e),this.localShow=!1},onDisabled:function(e){e&&e.type===s.EVENT_NAME_DISABLED&&(this.$emit(b,!0),this.$emit(s.EVENT_NAME_DISABLED,e))},onEnabled:function(e){e&&e.type===s.EVENT_NAME_ENABLED&&(this.$emit(b,!1),this.$emit(s.EVENT_NAME_ENABLED,e))},doOpen:function(){!this.localShow&&this.$_toolpop&&this.$_toolpop.show()},doClose:function(){this.localShow&&this.$_toolpop&&this.$_toolpop.hide()},doDisable:function(){this.$_toolpop&&this.$_toolpop.disable()},doEnable:function(){this.$_toolpop&&this.$_toolpop.enable()}},render:function(e){return e()}})},17100:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BVTransition:()=>f,props:()=>p});var a=n(1915),r=n(94689),o=n(12299),i=n(33284),s=n(20451);function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function c(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?l(Object(n),!0).forEach((function(t){u(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var d={name:"",enterClass:"",enterActiveClass:"",enterToClass:"show",leaveClass:"show",leaveActiveClass:"",leaveToClass:""},h=c(c({},d),{},{enterActiveClass:"fade",leaveActiveClass:"fade"}),p={appear:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1),mode:(0,s.makeProp)(o.PROP_TYPE_STRING),noFade:(0,s.makeProp)(o.PROP_TYPE_BOOLEAN,!1),transProps:(0,s.makeProp)(o.PROP_TYPE_OBJECT)},f=a.Vue.extend({name:r.NAME_TRANSITION,functional:!0,props:p,render:function(e,t){var n=t.children,r=t.data,o=t.props,s=o.transProps;return(0,i.isPlainObject)(s)||(s=o.noFade?d:h,o.appear&&(s=c(c({},s),{},{appear:!0,appearClass:s.enterClass,appearActiveClass:s.enterActiveClass,appearToClass:s.enterToClass}))),s=c(c({mode:o.mode},s),{},{css:!0}),e("transition",(0,a.mergeData)(r,{props:s}),n)}})},95207:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BVTransporter:()=>v,props:()=>m});var a=n(1915),r=n(94689),o=n(43935),i=n(12299),s=n(28112),l=n(11572),c=n(26410),u=n(68265),d=n(33284),h=n(18280),p=n(20451),f=a.Vue.extend({abstract:!0,name:r.NAME_TRANSPORTER_TARGET,props:{nodes:(0,p.makeProp)(i.PROP_TYPE_ARRAY_FUNCTION)},data:function(e){return{updatedNodes:e.nodes}},destroyed:function(){(0,c.removeNode)(this.$el)},render:function(e){var t=this.updatedNodes,n=(0,d.isFunction)(t)?t({}):t;return(n=(0,l.concat)(n).filter(u.identity))&&n.length>0&&!n[0].text?n[0]:e()}}),m={container:(0,p.makeProp)([s.HTMLElement,i.PROP_TYPE_STRING],"body"),disabled:(0,p.makeProp)(i.PROP_TYPE_BOOLEAN,!1),tag:(0,p.makeProp)(i.PROP_TYPE_STRING,"div")},v=a.Vue.extend({name:r.NAME_TRANSPORTER,mixins:[h.normalizeSlotMixin],props:m,watch:{disabled:{immediate:!0,handler:function(e){e?this.unmountTarget():this.$nextTick(this.mountTarget)}}},created:function(){this.$_defaultFn=null,this.$_target=null},beforeMount:function(){this.mountTarget()},updated:function(){this.updateTarget()},beforeDestroy:function(){this.unmountTarget(),this.$_defaultFn=null},methods:{getContainer:function(){if(o.IS_BROWSER){var e=this.container;return(0,d.isString)(e)?(0,c.select)(e):e}return null},mountTarget:function(){if(!this.$_target){var e=this.getContainer();if(e){var t=document.createElement("div");e.appendChild(t),this.$_target=new f({el:t,parent:this,propsData:{nodes:(0,l.concat)(this.normalizeSlot())}})}}},updateTarget:function(){if(o.IS_BROWSER&&this.$_target){var e=this.$scopedSlots.default;this.disabled||(e&&this.$_defaultFn!==e?this.$_target.updatedNodes=e:e||(this.$_target.updatedNodes=this.$slots.default)),this.$_defaultFn=e}},unmountTarget:function(){this.$_target&&this.$_target.$destroy(),this.$_target=null}},render:function(e){if(this.disabled){var t=(0,l.concat)(this.normalizeSlot()).filter(u.identity);if(t.length>0&&!t[0].text)return t[0]}return e()}})},90622:(e,t,n)=>{"use strict";n.r(t),n.d(t,{CLASS_NAME_FADE:()=>r,CLASS_NAME_SHOW:()=>a});var a="show",r="fade"},94689:(e,t,n)=>{"use strict";n.r(t),n.d(t,{NAME_ALERT:()=>a,NAME_ASPECT:()=>r,NAME_AVATAR:()=>o,NAME_AVATAR_GROUP:()=>i,NAME_BADGE:()=>s,NAME_BREADCRUMB:()=>l,NAME_BREADCRUMB_ITEM:()=>c,NAME_BREADCRUMB_LINK:()=>u,NAME_BUTTON:()=>d,NAME_BUTTON_CLOSE:()=>h,NAME_BUTTON_GROUP:()=>p,NAME_BUTTON_TOOLBAR:()=>f,NAME_CALENDAR:()=>m,NAME_CARD:()=>v,NAME_CARD_BODY:()=>g,NAME_CARD_FOOTER:()=>_,NAME_CARD_GROUP:()=>b,NAME_CARD_HEADER:()=>y,NAME_CARD_IMG:()=>M,NAME_CARD_IMG_LAZY:()=>I,NAME_CARD_SUB_TITLE:()=>B,NAME_CARD_TEXT:()=>k,NAME_CARD_TITLE:()=>P,NAME_CAROUSEL:()=>T,NAME_CAROUSEL_SLIDE:()=>w,NAME_COL:()=>E,NAME_COLLAPSE:()=>O,NAME_COLLAPSE_HELPER:()=>ht,NAME_CONTAINER:()=>A,NAME_DROPDOWN:()=>L,NAME_DROPDOWN_DIVIDER:()=>S,NAME_DROPDOWN_FORM:()=>C,NAME_DROPDOWN_GROUP:()=>z,NAME_DROPDOWN_HEADER:()=>x,NAME_DROPDOWN_ITEM:()=>D,NAME_DROPDOWN_ITEM_BUTTON:()=>F,NAME_DROPDOWN_TEXT:()=>H,NAME_EMBED:()=>N,NAME_FORM:()=>R,NAME_FORM_BUTTON_LABEL_CONTROL:()=>pt,NAME_FORM_CHECKBOX:()=>V,NAME_FORM_CHECKBOX_GROUP:()=>Y,NAME_FORM_DATALIST:()=>j,NAME_FORM_DATEPICKER:()=>$,NAME_FORM_FILE:()=>U,NAME_FORM_GROUP:()=>G,NAME_FORM_INPUT:()=>W,NAME_FORM_INVALID_FEEDBACK:()=>q,NAME_FORM_RADIO:()=>X,NAME_FORM_RADIO_GROUP:()=>J,NAME_FORM_RATING:()=>K,NAME_FORM_RATING_STAR:()=>ft,NAME_FORM_ROW:()=>Q,NAME_FORM_SELECT:()=>Z,NAME_FORM_SELECT_OPTION:()=>ee,NAME_FORM_SELECT_OPTION_GROUP:()=>te,NAME_FORM_SPINBUTTON:()=>ne,NAME_FORM_TAG:()=>ae,NAME_FORM_TAGS:()=>re,NAME_FORM_TEXT:()=>oe,NAME_FORM_TEXTAREA:()=>ie,NAME_FORM_TIMEPICKER:()=>se,NAME_FORM_VALID_FEEDBACK:()=>le,NAME_ICON:()=>ce,NAME_ICONSTACK:()=>ue,NAME_ICON_BASE:()=>de,NAME_IMG:()=>he,NAME_IMG_LAZY:()=>pe,NAME_INPUT_GROUP:()=>fe,NAME_INPUT_GROUP_ADDON:()=>me,NAME_INPUT_GROUP_APPEND:()=>ve,NAME_INPUT_GROUP_PREPEND:()=>ge,NAME_INPUT_GROUP_TEXT:()=>_e,NAME_JUMBOTRON:()=>be,NAME_LINK:()=>ye,NAME_LIST_GROUP:()=>Me,NAME_LIST_GROUP_ITEM:()=>Ie,NAME_MEDIA:()=>Be,NAME_MEDIA_ASIDE:()=>ke,NAME_MEDIA_BODY:()=>Pe,NAME_MODAL:()=>Te,NAME_MSG_BOX:()=>we,NAME_NAV:()=>Ee,NAME_NAVBAR:()=>Oe,NAME_NAVBAR_BRAND:()=>Ae,NAME_NAVBAR_NAV:()=>Le,NAME_NAVBAR_TOGGLE:()=>Se,NAME_NAV_FORM:()=>Ce,NAME_NAV_ITEM:()=>ze,NAME_NAV_ITEM_DROPDOWN:()=>xe,NAME_NAV_TEXT:()=>De,NAME_OVERLAY:()=>Fe,NAME_PAGINATION:()=>He,NAME_PAGINATION_NAV:()=>Ne,NAME_POPOVER:()=>Re,NAME_POPOVER_HELPER:()=>mt,NAME_POPOVER_TEMPLATE:()=>vt,NAME_POPPER:()=>gt,NAME_PROGRESS:()=>Ve,NAME_PROGRESS_BAR:()=>Ye,NAME_ROW:()=>je,NAME_SIDEBAR:()=>$e,NAME_SKELETON:()=>Ue,NAME_SKELETON_ICON:()=>Ge,NAME_SKELETON_IMG:()=>We,NAME_SKELETON_TABLE:()=>qe,NAME_SKELETON_WRAPPER:()=>Xe,NAME_SPINNER:()=>Je,NAME_TAB:()=>Ke,NAME_TABLE:()=>Qe,NAME_TABLE_CELL:()=>Ze,NAME_TABLE_LITE:()=>et,NAME_TABLE_SIMPLE:()=>tt,NAME_TABS:()=>nt,NAME_TAB_BUTTON_HELPER:()=>_t,NAME_TBODY:()=>at,NAME_TFOOT:()=>rt,NAME_TH:()=>ot,NAME_THEAD:()=>it,NAME_TIME:()=>st,NAME_TOAST:()=>lt,NAME_TOASTER:()=>ct,NAME_TOAST_POP:()=>bt,NAME_TOOLTIP:()=>ut,NAME_TOOLTIP_HELPER:()=>yt,NAME_TOOLTIP_TEMPLATE:()=>Mt,NAME_TR:()=>dt,NAME_TRANSITION:()=>It,NAME_TRANSPORTER:()=>Bt,NAME_TRANSPORTER_TARGET:()=>kt});var a="BAlert",r="BAspect",o="BAvatar",i="BAvatarGroup",s="BBadge",l="BBreadcrumb",c="BBreadcrumbItem",u="BBreadcrumbLink",d="BButton",h="BButtonClose",p="BButtonGroup",f="BButtonToolbar",m="BCalendar",v="BCard",g="BCardBody",_="BCardFooter",b="BCardGroup",y="BCardHeader",M="BCardImg",I="BCardImgLazy",B="BCardSubTitle",k="BCardText",P="BCardTitle",T="BCarousel",w="BCarouselSlide",E="BCol",O="BCollapse",A="BContainer",L="BDropdown",S="BDropdownDivider",C="BDropdownForm",z="BDropdownGroup",x="BDropdownHeader",D="BDropdownItem",F="BDropdownItemButton",H="BDropdownText",N="BEmbed",R="BForm",V="BFormCheckbox",Y="BFormCheckboxGroup",j="BFormDatalist",$="BFormDatepicker",U="BFormFile",G="BFormGroup",W="BFormInput",q="BFormInvalidFeedback",X="BFormRadio",J="BFormRadioGroup",K="BFormRating",Q="BFormRow",Z="BFormSelect",ee="BFormSelectOption",te="BFormSelectOptionGroup",ne="BFormSpinbutton",ae="BFormTag",re="BFormTags",oe="BFormText",ie="BFormTextarea",se="BFormTimepicker",le="BFormValidFeedback",ce="BIcon",ue="BIconstack",de="BIconBase",he="BImg",pe="BImgLazy",fe="BInputGroup",me="BInputGroupAddon",ve="BInputGroupAppend",ge="BInputGroupPrepend",_e="BInputGroupText",be="BJumbotron",ye="BLink",Me="BListGroup",Ie="BListGroupItem",Be="BMedia",ke="BMediaAside",Pe="BMediaBody",Te="BModal",we="BMsgBox",Ee="BNav",Oe="BNavbar",Ae="BNavbarBrand",Le="BNavbarNav",Se="BNavbarToggle",Ce="BNavForm",ze="BNavItem",xe="BNavItemDropdown",De="BNavText",Fe="BOverlay",He="BPagination",Ne="BPaginationNav",Re="BPopover",Ve="BProgress",Ye="BProgressBar",je="BRow",$e="BSidebar",Ue="BSkeleton",Ge="BSkeletonIcon",We="BSkeletonImg",qe="BSkeletonTable",Xe="BSkeletonWrapper",Je="BSpinner",Ke="BTab",Qe="BTable",Ze="BTableCell",et="BTableLite",tt="BTableSimple",nt="BTabs",at="BTbody",rt="BTfoot",ot="BTh",it="BThead",st="BTime",lt="BToast",ct="BToaster",ut="BTooltip",dt="BTr",ht="BVCollapse",pt="BVFormBtnLabelControl",ft="BVFormRatingStar",mt="BVPopover",vt="BVPopoverTemplate",gt="BVPopper",_t="BVTabButton",bt="BVToastPop",yt="BVTooltip",Mt="BVTooltipTemplate",It="BVTransition",Bt="BVTransporter",kt="BVTransporterTarget"},8750:(e,t,n)=>{"use strict";n.r(t),n.d(t,{DEFAULT_BREAKPOINT:()=>o,NAME:()=>a,PROP_NAME:()=>r});var a="BvConfig",r="$bvConfig",o=["xs","sm","md","lg","xl"]},18413:(e,t,n)=>{"use strict";n.r(t),n.d(t,{CALENDAR_GREGORY:()=>a,CALENDAR_LONG:()=>r,CALENDAR_NARROW:()=>o,CALENDAR_SHORT:()=>i,DATE_FORMAT_2_DIGIT:()=>s,DATE_FORMAT_NUMERIC:()=>l});var a="gregory",r="long",o="narrow",i="short",s="2-digit",l="numeric"},43935:(e,t,n)=>{"use strict";n.r(t),n.d(t,{DOCUMENT:()=>u,HAS_DOCUMENT_SUPPORT:()=>r,HAS_INTERACTION_OBSERVER_SUPPORT:()=>_,HAS_MUTATION_OBSERVER_SUPPORT:()=>s,HAS_NAVIGATOR_SUPPORT:()=>o,HAS_PASSIVE_EVENT_SUPPORT:()=>m,HAS_POINTER_EVENT_SUPPORT:()=>g,HAS_PROMISE_SUPPORT:()=>i,HAS_TOUCH_SUPPORT:()=>v,HAS_WINDOW_SUPPORT:()=>a,IS_BROWSER:()=>l,IS_IE:()=>f,IS_JSDOM:()=>p,NAVIGATOR:()=>d,USER_AGENT:()=>h,WINDOW:()=>c});var a="undefined"!=typeof window,r="undefined"!=typeof document,o="undefined"!=typeof navigator,i="undefined"!=typeof Promise,s="undefined"!=typeof MutationObserver||"undefined"!=typeof WebKitMutationObserver||"undefined"!=typeof MozMutationObserver,l=a&&r&&o,c=a?window:{},u=r?document:{},d=o?navigator:{},h=(d.userAgent||"").toLowerCase(),p=h.indexOf("jsdom")>0,f=/msie|trident/.test(h),m=function(){var e=!1;if(l)try{var t={get passive(){e=!0}};c.addEventListener("test",t,t),c.removeEventListener("test",t,t)}catch(t){e=!1}return e}(),v=l&&("ontouchstart"in u.documentElement||d.maxTouchPoints>0),g=l&&Boolean(c.PointerEvent||c.MSPointerEvent),_=l&&"IntersectionObserver"in c&&"IntersectionObserverEntry"in c&&"intersectionRatio"in c.IntersectionObserverEntry.prototype},63294:(e,t,n)=>{"use strict";n.r(t),n.d(t,{EVENT_NAME_ACTIVATE_TAB:()=>a,EVENT_NAME_BLUR:()=>r,EVENT_NAME_CANCEL:()=>o,EVENT_NAME_CHANGE:()=>i,EVENT_NAME_CHANGED:()=>s,EVENT_NAME_CLICK:()=>l,EVENT_NAME_CLOSE:()=>c,EVENT_NAME_CONTEXT:()=>u,EVENT_NAME_CONTEXT_CHANGED:()=>d,EVENT_NAME_DESTROYED:()=>h,EVENT_NAME_DISABLE:()=>p,EVENT_NAME_DISABLED:()=>f,EVENT_NAME_DISMISSED:()=>m,EVENT_NAME_DISMISS_COUNT_DOWN:()=>v,EVENT_NAME_ENABLE:()=>g,EVENT_NAME_ENABLED:()=>_,EVENT_NAME_FILTERED:()=>b,EVENT_NAME_FIRST:()=>y,EVENT_NAME_FOCUS:()=>M,EVENT_NAME_FOCUSIN:()=>I,EVENT_NAME_FOCUSOUT:()=>B,EVENT_NAME_HEAD_CLICKED:()=>k,EVENT_NAME_HIDDEN:()=>P,EVENT_NAME_HIDE:()=>T,EVENT_NAME_IMG_ERROR:()=>w,EVENT_NAME_INPUT:()=>E,EVENT_NAME_LAST:()=>O,EVENT_NAME_MOUSEENTER:()=>A,EVENT_NAME_MOUSELEAVE:()=>L,EVENT_NAME_NEXT:()=>S,EVENT_NAME_OK:()=>C,EVENT_NAME_OPEN:()=>z,EVENT_NAME_PAGE_CLICK:()=>x,EVENT_NAME_PAUSED:()=>D,EVENT_NAME_PREV:()=>F,EVENT_NAME_REFRESH:()=>H,EVENT_NAME_REFRESHED:()=>N,EVENT_NAME_REMOVE:()=>R,EVENT_NAME_ROW_CLICKED:()=>V,EVENT_NAME_ROW_CONTEXTMENU:()=>Y,EVENT_NAME_ROW_DBLCLICKED:()=>j,EVENT_NAME_ROW_HOVERED:()=>$,EVENT_NAME_ROW_MIDDLE_CLICKED:()=>U,EVENT_NAME_ROW_SELECTED:()=>G,EVENT_NAME_ROW_UNHOVERED:()=>W,EVENT_NAME_SELECTED:()=>q,EVENT_NAME_SHOW:()=>X,EVENT_NAME_SHOWN:()=>J,EVENT_NAME_SLIDING_END:()=>K,EVENT_NAME_SLIDING_START:()=>Q,EVENT_NAME_SORT_CHANGED:()=>Z,EVENT_NAME_TAG_STATE:()=>ee,EVENT_NAME_TOGGLE:()=>te,EVENT_NAME_UNPAUSED:()=>ne,EVENT_NAME_UPDATE:()=>ae,EVENT_OPTIONS_NO_CAPTURE:()=>ue,EVENT_OPTIONS_PASSIVE:()=>ce,HOOK_EVENT_NAME_BEFORE_DESTROY:()=>re,HOOK_EVENT_NAME_DESTROYED:()=>oe,MODEL_EVENT_NAME_PREFIX:()=>ie,ROOT_EVENT_NAME_PREFIX:()=>se,ROOT_EVENT_NAME_SEPARATOR:()=>le});var a="activate-tab",r="blur",o="cancel",i="change",s="changed",l="click",c="close",u="context",d="context-changed",h="destroyed",p="disable",f="disabled",m="dismissed",v="dismiss-count-down",g="enable",_="enabled",b="filtered",y="first",M="focus",I="focusin",B="focusout",k="head-clicked",P="hidden",T="hide",w="img-error",E="input",O="last",A="mouseenter",L="mouseleave",S="next",C="ok",z="open",x="page-click",D="paused",F="prev",H="refresh",N="refreshed",R="remove",V="row-clicked",Y="row-contextmenu",j="row-dblclicked",$="row-hovered",U="row-middle-clicked",G="row-selected",W="row-unhovered",q="selected",X="show",J="shown",K="sliding-end",Q="sliding-start",Z="sort-changed",ee="tag-state",te="toggle",ne="unpaused",ae="update",re="hook:beforeDestroy",oe="hook:destroyed",ie="update:",se="bv",le="::",ce={passive:!0},ue={passive:!0,capture:!1}},63663:(e,t,n)=>{"use strict";n.r(t),n.d(t,{CODE_BACKSPACE:()=>a,CODE_BREAK:()=>r,CODE_DELETE:()=>o,CODE_DOWN:()=>i,CODE_END:()=>s,CODE_ENTER:()=>l,CODE_ESC:()=>c,CODE_HOME:()=>u,CODE_LEFT:()=>d,CODE_PAGEDOWN:()=>h,CODE_PAGEUP:()=>p,CODE_RIGHT:()=>f,CODE_SPACE:()=>m,CODE_UP:()=>v});var a=8,r=19,o=46,i=40,s=35,l=13,c=27,u=36,d=37,h=34,p=33,f=39,m=32,v=38},53972:(e,t,n)=>{"use strict";n.r(t),n.d(t,{PLACEMENT_BOTTOM_END:()=>i,PLACEMENT_BOTTOM_START:()=>o,PLACEMENT_LEFT_END:()=>u,PLACEMENT_LEFT_START:()=>c,PLACEMENT_RIGHT_END:()=>l,PLACEMENT_RIGHT_START:()=>s,PLACEMENT_TOP_END:()=>r,PLACEMENT_TOP_START:()=>a});var a="top-start",r="top-end",o="bottom-start",i="bottom-end",s="right-start",l="right-end",c="left-start",u="left-end"},12299:(e,t,n)=>{"use strict";n.r(t),n.d(t,{PROP_TYPE_ANY:()=>a,PROP_TYPE_ARRAY:()=>r,PROP_TYPE_ARRAY_FUNCTION:()=>h,PROP_TYPE_ARRAY_OBJECT:()=>p,PROP_TYPE_ARRAY_OBJECT_STRING:()=>f,PROP_TYPE_ARRAY_STRING:()=>m,PROP_TYPE_BOOLEAN:()=>o,PROP_TYPE_BOOLEAN_NUMBER:()=>v,PROP_TYPE_BOOLEAN_NUMBER_STRING:()=>g,PROP_TYPE_BOOLEAN_STRING:()=>_,PROP_TYPE_DATE:()=>i,PROP_TYPE_DATE_STRING:()=>b,PROP_TYPE_FUNCTION:()=>s,PROP_TYPE_FUNCTION_STRING:()=>y,PROP_TYPE_NUMBER:()=>l,PROP_TYPE_NUMBER_OBJECT_STRING:()=>I,PROP_TYPE_NUMBER_STRING:()=>M,PROP_TYPE_OBJECT:()=>c,PROP_TYPE_OBJECT_FUNCTION:()=>B,PROP_TYPE_OBJECT_STRING:()=>k,PROP_TYPE_REG_EXP:()=>u,PROP_TYPE_STRING:()=>d});var a=void 0,r=Array,o=Boolean,i=Date,s=Function,l=Number,c=Object,u=RegExp,d=String,h=[r,s],p=[r,c],f=[r,c,d],m=[r,d],v=[o,l],g=[o,l,d],_=[o,d],b=[i,d],y=[s,d],M=[l,d],I=[l,c,d],B=[c,s],k=[c,d]},30824:(e,t,n)=>{"use strict";n.r(t),n.d(t,{RX_ARRAY_NOTATION:()=>a,RX_ASPECT:()=>A,RX_ASPECT_SEPARATOR:()=>L,RX_BV_PREFIX:()=>r,RX_COL_CLASS:()=>S,RX_DATE:()=>B,RX_DATE_SPLIT:()=>k,RX_DIGITS:()=>o,RX_ENCODED_COMMA:()=>w,RX_ENCODE_REVERSE:()=>E,RX_EXTENSION:()=>i,RX_HASH:()=>s,RX_HASH_ID:()=>l,RX_HREF:()=>T,RX_HTML_TAGS:()=>c,RX_HYPHENATE:()=>u,RX_ICON_PREFIX:()=>C,RX_LOWER_UPPER:()=>d,RX_NUMBER:()=>h,RX_PLUS:()=>p,RX_QUERY_START:()=>O,RX_REGEXP_REPLACE:()=>f,RX_SPACES:()=>m,RX_SPACE_SPLIT:()=>v,RX_STAR:()=>g,RX_START_SPACE_WORD:()=>_,RX_STRIP_LOCALE_MODS:()=>z,RX_TIME:()=>P,RX_TRIM_LEFT:()=>b,RX_TRIM_RIGHT:()=>y,RX_UNDERSCORE:()=>M,RX_UN_KEBAB:()=>I});var a=/\[(\d+)]/g,r=/^(BV?)/,o=/^\d+$/,i=/^\..+/,s=/^#/,l=/^#[A-Za-z]+[\w\-:.]*$/,c=/(<([^>]+)>)/gi,u=/\B([A-Z])/g,d=/([a-z])([A-Z])/g,h=/^[0-9]*\.?[0-9]+$/,p=/\+/g,f=/[-/\\^$*+?.()|[\]{}]/g,m=/[\s\uFEFF\xA0]+/g,v=/\s+/,g=/\/\*$/,_=/(\s|^)(\w)/g,b=/^\s+/,y=/\s+$/,M=/_/g,I=/-(\w)/g,B=/^\d+-\d\d?-\d\d?(?:\s|T|$)/,k=/-|\s|T/,P=/^([0-1]?[0-9]|2[0-3]):[0-5]?[0-9](:[0-5]?[0-9])?$/,T=/^.*(#[^#]+)$/,w=/%2C/g,E=/[!'()*]/g,O=/^(\?|#|&)/,A=/^\d+(\.\d*)?[/:]\d+(\.\d*)?$/,L=/[/:]/,S=/^col-/,C=/^BIcon/,z=/-u-.+/},28112:(e,t,n)=>{"use strict";n.r(t),n.d(t,{Element:()=>f,File:()=>g,HTMLElement:()=>m,SVGElement:()=>v});var a=n(43935);function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");Object.defineProperty(e,"prototype",{value:Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),writable:!1}),t&&h(e,t)}function s(e){var t=d();return function(){var n,a=p(e);if(t){var r=p(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return l(this,n)}}function l(e,t){if(t&&("object"===r(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function c(e){var t="function"==typeof Map?new Map:void 0;return c=function(e){if(null===e||(n=e,-1===Function.toString.call(n).indexOf("[native code]")))return e;var n;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,a)}function a(){return u(e,arguments,p(this).constructor)}return a.prototype=Object.create(e.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),h(a,e)},c(e)}function u(e,t,n){return u=d()?Reflect.construct:function(e,t,n){var a=[null];a.push.apply(a,t);var r=new(Function.bind.apply(e,a));return n&&h(r,n.prototype),r},u.apply(null,arguments)}function d(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function h(e,t){return h=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},h(e,t)}function p(e){return p=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},p(e)}var f=a.HAS_WINDOW_SUPPORT?a.WINDOW.Element:function(e){i(n,e);var t=s(n);function n(){return o(this,n),t.apply(this,arguments)}return n}(c(Object)),m=a.HAS_WINDOW_SUPPORT?a.WINDOW.HTMLElement:function(e){i(n,e);var t=s(n);function n(){return o(this,n),t.apply(this,arguments)}return n}(f),v=a.HAS_WINDOW_SUPPORT?a.WINDOW.SVGElement:function(e){i(n,e);var t=s(n);function n(){return o(this,n),t.apply(this,arguments)}return n}(f),g=a.HAS_WINDOW_SUPPORT?a.WINDOW.File:function(e){i(n,e);var t=s(n);function n(){return o(this,n),t.apply(this,arguments)}return n}(c(Object))},90494:(e,t,n)=>{"use strict";n.r(t),n.d(t,{SLOT_NAME_ADD_BUTTON_TEXT:()=>a,SLOT_NAME_APPEND:()=>r,SLOT_NAME_ASIDE:()=>o,SLOT_NAME_BADGE:()=>i,SLOT_NAME_BOTTOM_ROW:()=>s,SLOT_NAME_BUTTON_CONTENT:()=>l,SLOT_NAME_CUSTOM_FOOT:()=>c,SLOT_NAME_DECREMENT:()=>u,SLOT_NAME_DEFAULT:()=>d,SLOT_NAME_DESCRIPTION:()=>h,SLOT_NAME_DISMISS:()=>p,SLOT_NAME_DROP_PLACEHOLDER:()=>f,SLOT_NAME_ELLIPSIS_TEXT:()=>m,SLOT_NAME_EMPTY:()=>v,SLOT_NAME_EMPTYFILTERED:()=>g,SLOT_NAME_FILE_NAME:()=>_,SLOT_NAME_FIRST:()=>b,SLOT_NAME_FIRST_TEXT:()=>y,SLOT_NAME_FOOTER:()=>M,SLOT_NAME_HEADER:()=>I,SLOT_NAME_HEADER_CLOSE:()=>B,SLOT_NAME_ICON_CLEAR:()=>k,SLOT_NAME_ICON_EMPTY:()=>P,SLOT_NAME_ICON_FULL:()=>T,SLOT_NAME_ICON_HALF:()=>w,SLOT_NAME_IMG:()=>E,SLOT_NAME_INCREMENT:()=>O,SLOT_NAME_INVALID_FEEDBACK:()=>A,SLOT_NAME_LABEL:()=>L,SLOT_NAME_LAST_TEXT:()=>S,SLOT_NAME_LEAD:()=>C,SLOT_NAME_LOADING:()=>z,SLOT_NAME_MODAL_BACKDROP:()=>x,SLOT_NAME_MODAL_CANCEL:()=>D,SLOT_NAME_MODAL_FOOTER:()=>F,SLOT_NAME_MODAL_HEADER:()=>H,SLOT_NAME_MODAL_HEADER_CLOSE:()=>N,SLOT_NAME_MODAL_OK:()=>R,SLOT_NAME_MODAL_TITLE:()=>V,SLOT_NAME_NAV_NEXT_DECADE:()=>Y,SLOT_NAME_NAV_NEXT_MONTH:()=>j,SLOT_NAME_NAV_NEXT_YEAR:()=>$,SLOT_NAME_NAV_PEV_DECADE:()=>U,SLOT_NAME_NAV_PEV_MONTH:()=>G,SLOT_NAME_NAV_PEV_YEAR:()=>W,SLOT_NAME_NAV_THIS_MONTH:()=>q,SLOT_NAME_NEXT_TEXT:()=>X,SLOT_NAME_OVERLAY:()=>J,SLOT_NAME_PAGE:()=>K,SLOT_NAME_PLACEHOLDER:()=>Q,SLOT_NAME_PREPEND:()=>Z,SLOT_NAME_PREV_TEXT:()=>ee,SLOT_NAME_ROW_DETAILS:()=>te,SLOT_NAME_TABLE_BUSY:()=>ne,SLOT_NAME_TABLE_CAPTION:()=>ae,SLOT_NAME_TABLE_COLGROUP:()=>re,SLOT_NAME_TABS_END:()=>oe,SLOT_NAME_TABS_START:()=>ie,SLOT_NAME_TEXT:()=>se,SLOT_NAME_THEAD_TOP:()=>le,SLOT_NAME_TITLE:()=>ce,SLOT_NAME_TOAST_TITLE:()=>ue,SLOT_NAME_TOP_ROW:()=>de,SLOT_NAME_VALID_FEEDBACK:()=>he});var a="add-button-text",r="append",o="aside",i="badge",s="bottom-row",l="button-content",c="custom-foot",u="decrement",d="default",h="description",p="dismiss",f="drop-placeholder",m="ellipsis-text",v="empty",g="emptyfiltered",_="file-name",b="first",y="first-text",M="footer",I="header",B="header-close",k="icon-clear",P="icon-empty",T="icon-full",w="icon-half",E="img",O="increment",A="invalid-feedback",L="label",S="last-text",C="lead",z="loading",x="modal-backdrop",D="modal-cancel",F="modal-footer",H="modal-header",N="modal-header-close",R="modal-ok",V="modal-title",Y="nav-next-decade",j="nav-next-month",$="nav-next-year",U="nav-prev-decade",G="nav-prev-month",W="nav-prev-year",q="nav-this-month",X="next-text",J="overlay",K="page",Q="placeholder",Z="prepend",ee="prev-text",te="row-details",ne="table-busy",ae="table-caption",re="table-colgroup",oe="tabs-end",ie="tabs-start",se="text",le="thead-top",ce="title",ue="toast-title",de="top-row",he="valid-feedback"},25700:(e,t,n)=>{"use strict";n.r(t),n.d(t,{VBHover:()=>d});var a=n(43935),r=n(63294),o=n(28415),i=n(33284),s="__BV_hover_handler__",l="mouseenter",c=function(e,t,n){(0,o.eventOnOff)(e,t,l,n,r.EVENT_OPTIONS_NO_CAPTURE),(0,o.eventOnOff)(e,t,"mouseleave",n,r.EVENT_OPTIONS_NO_CAPTURE)},u=function(e,t){var n=t.value,r=void 0===n?null:n;if(a.IS_BROWSER){var o=e[s],u=(0,i.isFunction)(o),d=!(u&&o.fn===r);u&&d&&(c(!1,e,o),delete e[s]),(0,i.isFunction)(r)&&d&&(e[s]=function(e){var t=function(t){e(t.type===l,t)};return t.fn=e,t}(r),c(!0,e,e[s]))}},d={bind:u,componentUpdated:u,unbind:function(e){u(e,{value:null})}}},22305:(e,t,n)=>{"use strict";n.r(t),n.d(t,{VBHover:()=>a.VBHover,VBHoverPlugin:()=>r});var a=n(25700),r=(0,n(11638).pluginFactory)({directives:{VBHover:a.VBHover}})},75573:(e,t,n)=>{"use strict";n.r(t),n.d(t,{directivesPlugin:()=>d});var a=n(11638),r=n(22305),o=n(16396),i=n(68969),s=n(24349),l=n(7351),c=n(9153),u=n(65694),d=(0,a.pluginFactory)({plugins:{VBHoverPlugin:r.VBHoverPlugin,VBModalPlugin:o.VBModalPlugin,VBPopoverPlugin:i.VBPopoverPlugin,VBScrollspyPlugin:s.VBScrollspyPlugin,VBTogglePlugin:l.VBTogglePlugin,VBTooltipPlugin:c.VBTooltipPlugin,VBVisiblePlugin:u.VBVisiblePlugin}})},16396:(e,t,n)=>{"use strict";n.r(t),n.d(t,{VBModal:()=>a.VBModal,VBModalPlugin:()=>r});var a=n(82653),r=(0,n(11638).pluginFactory)({directives:{VBModal:a.VBModal}})},82653:(e,t,n)=>{"use strict";n.r(t),n.d(t,{VBModal:()=>g});var a=n(94689),r=n(63294),o=n(63663),i=n(26410),s=n(28415),l=n(33284),c=n(67040),u=(0,s.getRootActionEventName)(a.NAME_MODAL,r.EVENT_NAME_SHOW),d="__bv_modal_directive__",h=function(e){var t=e.modifiers,n=void 0===t?{}:t,a=e.arg,r=e.value;return(0,l.isString)(r)?r:(0,l.isString)(a)?a:(0,c.keys)(n).reverse()[0]},p=function(e){return e&&(0,i.matches)(e,".dropdown-menu > li, li.nav-item")&&(0,i.select)("a, button",e)||e},f=function(e){e&&"BUTTON"!==e.tagName&&((0,i.hasAttr)(e,"role")||(0,i.setAttr)(e,"role","button"),"A"===e.tagName||(0,i.hasAttr)(e,"tabindex")||(0,i.setAttr)(e,"tabindex","0"))},m=function(e){var t=e[d]||{},n=t.trigger,a=t.handler;n&&a&&((0,s.eventOff)(n,"click",a,r.EVENT_OPTIONS_PASSIVE),(0,s.eventOff)(n,"keydown",a,r.EVENT_OPTIONS_PASSIVE),(0,s.eventOff)(e,"click",a,r.EVENT_OPTIONS_PASSIVE),(0,s.eventOff)(e,"keydown",a,r.EVENT_OPTIONS_PASSIVE)),delete e[d]},v=function(e,t,n){var a=e[d]||{},l=h(t),c=p(e);l===a.target&&c===a.trigger||(m(e),function(e,t,n){var a=h(t),l=p(e);if(a&&l){var c=function(e){var t=e.currentTarget;if(!(0,i.isDisabled)(t)){var r=e.type,s=e.keyCode;"click"!==r&&("keydown"!==r||s!==o.CODE_ENTER&&s!==o.CODE_SPACE)||n.context.$root.$emit(u,a,t)}};e[d]={handler:c,target:a,trigger:l},f(l),(0,s.eventOn)(l,"click",c,r.EVENT_OPTIONS_PASSIVE),"BUTTON"!==l.tagName&&"button"===(0,i.getAttr)(l,"role")&&(0,s.eventOn)(l,"keydown",c,r.EVENT_OPTIONS_PASSIVE)}}(e,t,n)),f(c)},g={inserted:v,updated:function(){},componentUpdated:v,unbind:m}},68969:(e,t,n)=>{"use strict";n.r(t),n.d(t,{VBPopover:()=>a.VBPopover,VBPopoverPlugin:()=>r});var a=n(86429),r=(0,n(11638).pluginFactory)({directives:{VBPopover:a.VBPopover}})},86429:(e,t,n)=>{"use strict";n.r(t),n.d(t,{VBPopover:()=>L});var a=n(94689),r=n(43935),o=n(63294),i=n(11572),s=n(79968),l=n(13597),c=n(68265),u=n(33284),d=n(3058),h=n(93954),p=n(67040),f=n(56893);function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function v(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?m(Object(n),!0).forEach((function(t){g(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function g(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var _="__BV_Popover__",b={focus:!0,hover:!0,click:!0,blur:!0,manual:!0},y=/^html$/i,M=/^nofade$/i,I=/^(auto|top(left|right)?|bottom(left|right)?|left(top|bottom)?|right(top|bottom)?)$/i,B=/^(window|viewport|scrollParent)$/i,k=/^d\d+$/i,P=/^ds\d+$/i,T=/^dh\d+$/i,w=/^o-?\d+$/i,E=/^v-.+$/i,O=/\s+/,A=function(e,t,n){if(r.IS_BROWSER){var m=function(e,t){var n={title:void 0,content:void 0,trigger:"",placement:"right",fallbackPlacement:"flip",container:!1,animation:!0,offset:0,disabled:!1,id:null,html:!1,delay:(0,s.getComponentConfig)(a.NAME_POPOVER,"delay",50),boundary:String((0,s.getComponentConfig)(a.NAME_POPOVER,"boundary","scrollParent")),boundaryPadding:(0,h.toInteger)((0,s.getComponentConfig)(a.NAME_POPOVER,"boundaryPadding",5),0),variant:(0,s.getComponentConfig)(a.NAME_POPOVER,"variant"),customClass:(0,s.getComponentConfig)(a.NAME_POPOVER,"customClass")};if((0,u.isString)(e.value)||(0,u.isNumber)(e.value)||(0,u.isFunction)(e.value)?n.content=e.value:(0,u.isPlainObject)(e.value)&&(n=v(v({},n),e.value)),e.arg&&(n.container="#".concat(e.arg)),(0,u.isUndefined)(n.title)){var r=t.data||{};n.title=r.attrs&&!(0,u.isUndefinedOrNull)(r.attrs.title)?r.attrs.title:void 0}(0,u.isPlainObject)(n.delay)||(n.delay={show:(0,h.toInteger)(n.delay,0),hide:(0,h.toInteger)(n.delay,0)}),(0,p.keys)(e.modifiers).forEach((function(e){if(y.test(e))n.html=!0;else if(M.test(e))n.animation=!1;else if(I.test(e))n.placement=e;else if(B.test(e))e="scrollparent"===e?"scrollParent":e,n.boundary=e;else if(k.test(e)){var t=(0,h.toInteger)(e.slice(1),0);n.delay.show=t,n.delay.hide=t}else P.test(e)?n.delay.show=(0,h.toInteger)(e.slice(2),0):T.test(e)?n.delay.hide=(0,h.toInteger)(e.slice(2),0):w.test(e)?n.offset=(0,h.toInteger)(e.slice(1),0):E.test(e)&&(n.variant=e.slice(2)||null)}));var o={};return(0,i.concat)(n.trigger||"").filter(c.identity).join(" ").trim().toLowerCase().split(O).forEach((function(e){b[e]&&(o[e]=!0)})),(0,p.keys)(e.modifiers).forEach((function(e){e=e.toLowerCase(),b[e]&&(o[e]=!0)})),n.trigger=(0,p.keys)(o).join(" "),"blur"===n.trigger&&(n.trigger="focus"),n.trigger||(n.trigger="click"),n}(t,n);if(!e[_]){var g=n.context;e[_]=new f.BVPopover({parent:g,_scopeId:(0,l.getScopeId)(g,void 0)}),e[_].__bv_prev_data__={},e[_].$on(o.EVENT_NAME_SHOW,(function(){var t={};(0,u.isFunction)(m.title)&&(t.title=m.title(e)),(0,u.isFunction)(m.content)&&(t.content=m.content(e)),(0,p.keys)(t).length>0&&e[_].updateData(t)}))}var A={title:m.title,content:m.content,triggers:m.trigger,placement:m.placement,fallbackPlacement:m.fallbackPlacement,variant:m.variant,customClass:m.customClass,container:m.container,boundary:m.boundary,delay:m.delay,offset:m.offset,noFade:!m.animation,id:m.id,disabled:m.disabled,html:m.html},L=e[_].__bv_prev_data__;if(e[_].__bv_prev_data__=A,!(0,d.looseEqual)(A,L)){var S={target:e};(0,p.keys)(A).forEach((function(t){A[t]!==L[t]&&(S[t]="title"!==t&&"content"!==t||!(0,u.isFunction)(A[t])?A[t]:A[t](e))})),e[_].updateData(S)}}},L={bind:function(e,t,n){A(e,t,n)},componentUpdated:function(e,t,n){n.context.$nextTick((function(){A(e,t,n)}))},unbind:function(e){!function(e){e[_]&&(e[_].$destroy(),e[_]=null),delete e[_]}(e)}}},88596:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BVScrollspy:()=>E});var a=n(63294),r=n(30824),o=n(26410),i=n(28415),s=n(68265),l=n(33284),c=n(21578),u=n(93954),d=n(67040),h=n(63078),p=n(37568);function f(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function m(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?f(Object(n),!0).forEach((function(t){v(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function v(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function g(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}var _="active",b=".nav-link",y=".nav-item",M=".list-group-item",I=".dropdown-item",B=(0,i.getRootEventName)("BVScrollspy","activate"),k="position",P={element:"body",offset:10,method:"auto",throttle:75},T={element:"(string|element|component)",offset:"number",method:"string",throttle:"number"},w=["webkitTransitionEnd","transitionend","otransitionend","oTransitionEnd"],E=function(){function e(t,n,a){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.$el=t,this.$scroller=null,this.$selector=[b,M,I].join(","),this.$offsets=[],this.$targets=[],this.$activeTarget=null,this.$scrollHeight=0,this.$resizeTimeout=null,this.$scrollerObserver=null,this.$targetsObserver=null,this.$root=a||null,this.$config=null,this.updateConfig(n)}var t,n,f;return t=e,f=[{key:"Name",get:function(){return"v-b-scrollspy"}},{key:"Default",get:function(){return P}},{key:"DefaultType",get:function(){return T}}],(n=[{key:"updateConfig",value:function(e,t){this.$scroller&&(this.unlisten(),this.$scroller=null);var n=m(m({},this.constructor.Default),e);if(t&&(this.$root=t),function(e,t,n){for(var a in n)if((0,d.hasOwnProperty)(n,a)){var r=n[a],i=t[a],s=i&&(0,o.isElement)(i)?"element":(l=i,(0,d.toString)(l).match(/\s([a-zA-Z]+)/)[1].toLowerCase());s=i&&i._isVue?"component":s,new RegExp(r).test(s)||(0,p.warn)("".concat(e,': Option "').concat(a,'" provided type "').concat(s,'" but expected type "').concat(r,'"'))}var l}(this.constructor.Name,n,this.constructor.DefaultType),this.$config=n,this.$root){var a=this;this.$root.$nextTick((function(){a.listen()}))}else this.listen()}},{key:"dispose",value:function(){this.unlisten(),clearTimeout(this.$resizeTimeout),this.$resizeTimeout=null,this.$el=null,this.$config=null,this.$scroller=null,this.$selector=null,this.$offsets=null,this.$targets=null,this.$activeTarget=null,this.$scrollHeight=null}},{key:"listen",value:function(){var e=this,t=this.getScroller();t&&"BODY"!==t.tagName&&(0,i.eventOn)(t,"scroll",this,a.EVENT_OPTIONS_NO_CAPTURE),(0,i.eventOn)(window,"scroll",this,a.EVENT_OPTIONS_NO_CAPTURE),(0,i.eventOn)(window,"resize",this,a.EVENT_OPTIONS_NO_CAPTURE),(0,i.eventOn)(window,"orientationchange",this,a.EVENT_OPTIONS_NO_CAPTURE),w.forEach((function(t){(0,i.eventOn)(window,t,e,a.EVENT_OPTIONS_NO_CAPTURE)})),this.setObservers(!0),this.handleEvent("refresh")}},{key:"unlisten",value:function(){var e=this,t=this.getScroller();this.setObservers(!1),t&&"BODY"!==t.tagName&&(0,i.eventOff)(t,"scroll",this,a.EVENT_OPTIONS_NO_CAPTURE),(0,i.eventOff)(window,"scroll",this,a.EVENT_OPTIONS_NO_CAPTURE),(0,i.eventOff)(window,"resize",this,a.EVENT_OPTIONS_NO_CAPTURE),(0,i.eventOff)(window,"orientationchange",this,a.EVENT_OPTIONS_NO_CAPTURE),w.forEach((function(t){(0,i.eventOff)(window,t,e,a.EVENT_OPTIONS_NO_CAPTURE)}))}},{key:"setObservers",value:function(e){var t=this;this.$scrollerObserver&&this.$scrollerObserver.disconnect(),this.$targetsObserver&&this.$targetsObserver.disconnect(),this.$scrollerObserver=null,this.$targetsObserver=null,e&&(this.$targetsObserver=(0,h.observeDom)(this.$el,(function(){t.handleEvent("mutation")}),{subtree:!0,childList:!0,attributes:!0,attributeFilter:["href"]}),this.$scrollerObserver=(0,h.observeDom)(this.getScroller(),(function(){t.handleEvent("mutation")}),{subtree:!0,childList:!0,characterData:!0,attributes:!0,attributeFilter:["id","style","class"]}))}},{key:"handleEvent",value:function(e){var t=(0,l.isString)(e)?e:e.type,n=this;"scroll"===t?(this.$scrollerObserver||this.listen(),this.process()):/(resize|orientationchange|mutation|refresh)/.test(t)&&(n.$resizeTimeout||(n.$resizeTimeout=setTimeout((function(){n.refresh(),n.process(),n.$resizeTimeout=null}),n.$config.throttle)))}},{key:"refresh",value:function(){var e=this,t=this.getScroller();if(t){var n=t!==t.window?k:"offset",a="auto"===this.$config.method?n:this.$config.method,i=a===k?o.position:o.offset,l=a===k?this.getScrollTop():0;return this.$offsets=[],this.$targets=[],this.$scrollHeight=this.getScrollHeight(),(0,o.selectAll)(this.$selector,this.$el).map((function(e){return(0,o.getAttr)(e,"href")})).filter((function(e){return e&&r.RX_HREF.test(e||"")})).map((function(e){var n=e.replace(r.RX_HREF,"$1").trim();if(!n)return null;var a=(0,o.select)(n,t);return a&&(0,o.isVisible)(a)?{offset:(0,u.toInteger)(i(a).top,0)+l,target:n}:null})).filter(s.identity).sort((function(e,t){return e.offset-t.offset})).reduce((function(t,n){return t[n.target]||(e.$offsets.push(n.offset),e.$targets.push(n.target),t[n.target]=!0),t}),{}),this}}},{key:"process",value:function(){var e=this.getScrollTop()+this.$config.offset,t=this.getScrollHeight(),n=this.$config.offset+t-this.getOffsetHeight();if(this.$scrollHeight!==t&&this.refresh(),e>=n){var a=this.$targets[this.$targets.length-1];this.$activeTarget!==a&&this.activate(a)}else{if(this.$activeTarget&&e<this.$offsets[0]&&this.$offsets[0]>0)return this.$activeTarget=null,void this.clear();for(var r=this.$offsets.length;r--;)this.$activeTarget!==this.$targets[r]&&e>=this.$offsets[r]&&((0,l.isUndefined)(this.$offsets[r+1])||e<this.$offsets[r+1])&&this.activate(this.$targets[r])}}},{key:"getScroller",value:function(){if(this.$scroller)return this.$scroller;var e=this.$config.element;return e?((0,o.isElement)(e.$el)?e=e.$el:(0,l.isString)(e)&&(e=(0,o.select)(e)),e?(this.$scroller="BODY"===e.tagName?window:e,this.$scroller):null):null}},{key:"getScrollTop",value:function(){var e=this.getScroller();return e===window?e.pageYOffset:e.scrollTop}},{key:"getScrollHeight",value:function(){return this.getScroller().scrollHeight||(0,c.mathMax)(document.body.scrollHeight,document.documentElement.scrollHeight)}},{key:"getOffsetHeight",value:function(){var e=this.getScroller();return e===window?window.innerHeight:(0,o.getBCR)(e).height}},{key:"activate",value:function(e){var t=this;this.$activeTarget=e,this.clear();var n=(0,o.selectAll)(this.$selector.split(",").map((function(t){return"".concat(t,'[href$="').concat(e,'"]')})).join(","),this.$el);n.forEach((function(e){if((0,o.hasClass)(e,"dropdown-item")){var n=(0,o.closest)(".dropdown, .dropup",e);n&&t.setActiveState((0,o.select)(".dropdown-toggle",n),!0),t.setActiveState(e,!0)}else{t.setActiveState(e,!0),(0,o.matches)(e.parentElement,y)&&t.setActiveState(e.parentElement,!0);for(var a=e;a;){var r=(a=(0,o.closest)(".nav, .list-group",a))?a.previousElementSibling:null;r&&(0,o.matches)(r,"".concat(b,", ").concat(M))&&t.setActiveState(r,!0),r&&(0,o.matches)(r,y)&&(t.setActiveState((0,o.select)(b,r),!0),t.setActiveState(r,!0))}}})),n&&n.length>0&&this.$root&&this.$root.$emit(B,e,n)}},{key:"clear",value:function(){var e=this;(0,o.selectAll)("".concat(this.$selector,", ").concat(y),this.$el).filter((function(e){return(0,o.hasClass)(e,_)})).forEach((function(t){return e.setActiveState(t,!1)}))}},{key:"setActiveState",value:function(e,t){e&&(t?(0,o.addClass)(e,_):(0,o.removeClass)(e,_))}}])&&g(t.prototype,n),f&&g(t,f),Object.defineProperty(t,"prototype",{writable:!1}),e}()},24349:(e,t,n)=>{"use strict";n.r(t),n.d(t,{VBScrollspy:()=>a.VBScrollspy,VBScrollspyPlugin:()=>r});var a=n(95614),r=(0,n(11638).pluginFactory)({directives:{VBScrollspy:a.VBScrollspy}})},95614:(e,t,n)=>{"use strict";n.r(t),n.d(t,{VBScrollspy:()=>p});var a=n(43935),r=n(33284),o=n(21578),i=n(93954),s=n(67040),l=n(88596),c="__BV_Scrollspy__",u=/^\d+$/,d=/^(auto|position|offset)$/,h=function(e,t,n){if(a.IS_BROWSER){var h=function(e){var t={};return e.arg&&(t.element="#".concat(e.arg)),(0,s.keys)(e.modifiers).forEach((function(e){u.test(e)?t.offset=(0,i.toInteger)(e,0):d.test(e)&&(t.method=e)})),(0,r.isString)(e.value)?t.element=e.value:(0,r.isNumber)(e.value)?t.offset=(0,o.mathRound)(e.value):(0,r.isObject)(e.value)&&(0,s.keys)(e.value).filter((function(e){return!!l.BVScrollspy.DefaultType[e]})).forEach((function(n){t[n]=e.value[n]})),t}(t);e[c]?e[c].updateConfig(h,n.context.$root):e[c]=new l.BVScrollspy(e,h,n.context.$root)}},p={bind:function(e,t,n){h(e,t,n)},inserted:function(e,t,n){h(e,t,n)},update:function(e,t,n){t.value!==t.oldValue&&h(e,t,n)},componentUpdated:function(e,t,n){t.value!==t.oldValue&&h(e,t,n)},unbind:function(e){!function(e){e[c]&&(e[c].dispose(),e[c]=null,delete e[c])}(e)}}},7351:(e,t,n)=>{"use strict";n.r(t),n.d(t,{VBToggle:()=>a.VBToggle,VBTogglePlugin:()=>r});var a=n(43028),r=(0,n(11638).pluginFactory)({directives:{VBToggle:a.VBToggle}})},43028:(e,t,n)=>{"use strict";n.r(t),n.d(t,{VBToggle:()=>F});var a=n(94689),r=n(43935),o=n(63294),i=n(63663),s=n(30824),l=n(11572),c=n(26410),u=n(28415),d=n(33284),h=n(3058),p=n(67040),f="collapsed",m="not-collapsed",v="__BV_toggle",g="".concat(v,"_HANDLER__"),_="".concat(v,"_CLICK__"),b="".concat(v,"_STATE__"),y="".concat(v,"_TARGETS__"),M="aria-controls",I="aria-expanded",B="role",k="tabindex",P="overflow-anchor",T=(0,u.getRootActionEventName)(a.NAME_COLLAPSE,"toggle"),w=(0,u.getRootEventName)(a.NAME_COLLAPSE,"state"),E=(0,u.getRootEventName)(a.NAME_COLLAPSE,"sync-state"),O=(0,u.getRootActionEventName)(a.NAME_COLLAPSE,"request-state"),A=[i.CODE_ENTER,i.CODE_SPACE],L=function(e){return!(0,l.arrayIncludes)(["button","a"],e.tagName.toLowerCase())},S=function(e){var t=e[_];t&&((0,u.eventOff)(e,"click",t,o.EVENT_OPTIONS_PASSIVE),(0,u.eventOff)(e,"keydown",t,o.EVENT_OPTIONS_PASSIVE)),e[_]=null},C=function(e,t){e[g]&&t.context&&t.context.$root.$off([w,E],e[g]),e[g]=null},z=function(e,t){t?((0,c.removeClass)(e,f),(0,c.addClass)(e,m),(0,c.setAttr)(e,I,"true")):((0,c.removeClass)(e,m),(0,c.addClass)(e,f),(0,c.setAttr)(e,I,"false"))},x=function(e,t){e[t]=null,delete e[t]},D=function(e,t,n){if(r.IS_BROWSER&&n.context){L(e)&&((0,c.hasAttr)(e,B)||(0,c.setAttr)(e,B,"button"),(0,c.hasAttr)(e,k)||(0,c.setAttr)(e,k,"0")),z(e,e[b]);var a=function(e,t){var n=e.modifiers,a=e.arg,r=e.value,o=(0,p.keys)(n||{});if(r=(0,d.isString)(r)?r.split(s.RX_SPACE_SPLIT):r,(0,c.isTag)(t.tagName,"a")){var i=(0,c.getAttr)(t,"href")||"";s.RX_HASH_ID.test(i)&&o.push(i.replace(s.RX_HASH,""))}return(0,l.concat)(a,r).forEach((function(e){return(0,d.isString)(e)&&o.push(e)})),o.filter((function(e,t,n){return e&&n.indexOf(e)===t}))}(t,e);a.length>0?((0,c.setAttr)(e,M,a.join(" ")),(0,c.setStyle)(e,P,"none")):((0,c.removeAttr)(e,M),(0,c.removeStyle)(e,P)),(0,c.requestAF)((function(){!function(e,t){if(S(e),t.context){var n=function(n){"keydown"===n.type&&!(0,l.arrayIncludes)(A,n.keyCode)||(0,c.isDisabled)(e)||(e[y]||[]).forEach((function(e){t.context.$root.$emit(T,e)}))};e[_]=n,(0,u.eventOn)(e,"click",n,o.EVENT_OPTIONS_PASSIVE),L(e)&&(0,u.eventOn)(e,"keydown",n,o.EVENT_OPTIONS_PASSIVE)}}(e,n)})),(0,h.looseEqual)(a,e[y])||(e[y]=a,a.forEach((function(e){n.context.$root.$emit(O,e)})))}},F={bind:function(e,t,n){e[b]=!1,e[y]=[],function(e,t){if(C(e,t),t.context){var n=function(t,n){(0,l.arrayIncludes)(e[y]||[],t)&&(e[b]=n,z(e,n))};e[g]=n,t.context.$root.$on([w,E],n)}}(e,n),D(e,t,n)},componentUpdated:D,updated:D,unbind:function(e,t,n){S(e),C(e,n),x(e,g),x(e,_),x(e,b),x(e,y),(0,c.removeClass)(e,f),(0,c.removeClass)(e,m),(0,c.removeAttr)(e,I),(0,c.removeAttr)(e,M),(0,c.removeAttr)(e,B),(0,c.removeStyle)(e,P)}}},9153:(e,t,n)=>{"use strict";n.r(t),n.d(t,{VBTooltip:()=>a.VBTooltip,VBTooltipPlugin:()=>r});var a=n(5870),r=(0,n(11638).pluginFactory)({directives:{VBTooltip:a.VBTooltip}})},5870:(e,t,n)=>{"use strict";n.r(t),n.d(t,{VBTooltip:()=>S});var a=n(94689),r=n(43935),o=n(63294),i=n(11572),s=n(79968),l=n(13597),c=n(68265),u=n(33284),d=n(3058),h=n(93954),p=n(67040),f=n(40960);function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function v(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?m(Object(n),!0).forEach((function(t){g(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function g(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var _="__BV_Tooltip__",b={focus:!0,hover:!0,click:!0,blur:!0,manual:!0},y=/^html$/i,M=/^noninteractive$/i,I=/^nofade$/i,B=/^(auto|top(left|right)?|bottom(left|right)?|left(top|bottom)?|right(top|bottom)?)$/i,k=/^(window|viewport|scrollParent)$/i,P=/^d\d+$/i,T=/^ds\d+$/i,w=/^dh\d+$/i,E=/^o-?\d+$/i,O=/^v-.+$/i,A=/\s+/,L=function(e,t,n){if(r.IS_BROWSER){var m=function(e,t){var n={title:void 0,trigger:"",placement:"top",fallbackPlacement:"flip",container:!1,animation:!0,offset:0,id:null,html:!1,interactive:!0,disabled:!1,delay:(0,s.getComponentConfig)(a.NAME_TOOLTIP,"delay",50),boundary:String((0,s.getComponentConfig)(a.NAME_TOOLTIP,"boundary","scrollParent")),boundaryPadding:(0,h.toInteger)((0,s.getComponentConfig)(a.NAME_TOOLTIP,"boundaryPadding",5),0),variant:(0,s.getComponentConfig)(a.NAME_TOOLTIP,"variant"),customClass:(0,s.getComponentConfig)(a.NAME_TOOLTIP,"customClass")};if((0,u.isString)(e.value)||(0,u.isNumber)(e.value)||(0,u.isFunction)(e.value)?n.title=e.value:(0,u.isPlainObject)(e.value)&&(n=v(v({},n),e.value)),(0,u.isUndefined)(n.title)){var r=t.data||{};n.title=r.attrs&&!(0,u.isUndefinedOrNull)(r.attrs.title)?r.attrs.title:void 0}(0,u.isPlainObject)(n.delay)||(n.delay={show:(0,h.toInteger)(n.delay,0),hide:(0,h.toInteger)(n.delay,0)}),e.arg&&(n.container="#".concat(e.arg)),(0,p.keys)(e.modifiers).forEach((function(e){if(y.test(e))n.html=!0;else if(M.test(e))n.interactive=!1;else if(I.test(e))n.animation=!1;else if(B.test(e))n.placement=e;else if(k.test(e))e="scrollparent"===e?"scrollParent":e,n.boundary=e;else if(P.test(e)){var t=(0,h.toInteger)(e.slice(1),0);n.delay.show=t,n.delay.hide=t}else T.test(e)?n.delay.show=(0,h.toInteger)(e.slice(2),0):w.test(e)?n.delay.hide=(0,h.toInteger)(e.slice(2),0):E.test(e)?n.offset=(0,h.toInteger)(e.slice(1),0):O.test(e)&&(n.variant=e.slice(2)||null)}));var o={};return(0,i.concat)(n.trigger||"").filter(c.identity).join(" ").trim().toLowerCase().split(A).forEach((function(e){b[e]&&(o[e]=!0)})),(0,p.keys)(e.modifiers).forEach((function(e){e=e.toLowerCase(),b[e]&&(o[e]=!0)})),n.trigger=(0,p.keys)(o).join(" "),"blur"===n.trigger&&(n.trigger="focus"),n.trigger||(n.trigger="hover focus"),n}(t,n);if(!e[_]){var g=n.context;e[_]=new f.BVTooltip({parent:g,_scopeId:(0,l.getScopeId)(g,void 0)}),e[_].__bv_prev_data__={},e[_].$on(o.EVENT_NAME_SHOW,(function(){(0,u.isFunction)(m.title)&&e[_].updateData({title:m.title(e)})}))}var L={title:m.title,triggers:m.trigger,placement:m.placement,fallbackPlacement:m.fallbackPlacement,variant:m.variant,customClass:m.customClass,container:m.container,boundary:m.boundary,delay:m.delay,offset:m.offset,noFade:!m.animation,id:m.id,interactive:m.interactive,disabled:m.disabled,html:m.html},S=e[_].__bv_prev_data__;if(e[_].__bv_prev_data__=L,!(0,d.looseEqual)(L,S)){var C={target:e};(0,p.keys)(L).forEach((function(t){L[t]!==S[t]&&(C[t]="title"===t&&(0,u.isFunction)(L[t])?L[t](e):L[t])})),e[_].updateData(C)}}},S={bind:function(e,t,n){L(e,t,n)},componentUpdated:function(e,t,n){n.context.$nextTick((function(){L(e,t,n)}))},unbind:function(e){!function(e){e[_]&&(e[_].$destroy(),e[_]=null),delete e[_]}(e)}}},65694:(e,t,n)=>{"use strict";n.r(t),n.d(t,{VBVisible:()=>a.VBVisible,VBVisiblePlugin:()=>r});var a=n(58290),r=(0,n(11638).pluginFactory)({directives:{VBVisible:a.VBVisible}})},58290:(e,t,n)=>{"use strict";n.r(t),n.d(t,{VBVisible:()=>p});var a=n(30824),r=n(26410),o=n(33284),i=n(3058),s=n(67040);function l(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}var c="__bv__visibility_observer",u=function(){function e(t,n,a){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.el=t,this.callback=n.callback,this.margin=n.margin||0,this.once=n.once||!1,this.observer=null,this.visible=void 0,this.doneOnce=!1,this.createObserver(a)}var t,n,a;return t=e,(n=[{key:"createObserver",value:function(e){var t=this;if(this.observer&&this.stop(),!this.doneOnce&&(0,o.isFunction)(this.callback)){try{this.observer=new IntersectionObserver(this.handler.bind(this),{root:null,rootMargin:this.margin,threshold:0})}catch(e){return this.doneOnce=!0,this.observer=void 0,void this.callback(null)}e.context.$nextTick((function(){(0,r.requestAF)((function(){t.observer&&t.observer.observe(t.el)}))}))}}},{key:"handler",value:function(e){var t=e?e[0]:{},n=Boolean(t.isIntersecting||t.intersectionRatio>0);n!==this.visible&&(this.visible=n,this.callback(n),this.once&&this.visible&&(this.doneOnce=!0,this.stop()))}},{key:"stop",value:function(){this.observer&&this.observer.disconnect(),this.observer=null}}])&&l(t.prototype,n),a&&l(t,a),Object.defineProperty(t,"prototype",{writable:!1}),e}(),d=function(e){var t=e[c];t&&t.stop&&t.stop(),delete e[c]},h=function(e,t,n){var r=t.value,o=t.modifiers,i={margin:"0px",once:!1,callback:r};(0,s.keys)(o).forEach((function(e){a.RX_DIGITS.test(e)?i.margin="".concat(e,"px"):"once"===e.toLowerCase()&&(i.once=!0)})),d(e),e[c]=new u(e,i,n),e[c]._prevModifiers=(0,s.clone)(o)},p={bind:h,componentUpdated:function(e,t,n){var a=t.value,r=t.oldValue,o=t.modifiers;o=(0,s.clone)(o),!e||a===r&&e[c]&&(0,i.looseEqual)(o,e[c]._prevModifiers)||h(e,{value:a,modifiers:o},n)},unbind:function(e){d(e)}}},39143:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BVIconBase:()=>m,props:()=>f});var a=n(1915),r=n(94689),o=n(12299),i=n(68265),s=n(33284),l=n(21578),c=n(93954),u=n(20451);function d(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var h={viewBox:"0 0 16 16",width:"1em",height:"1em",focusable:"false",role:"img","aria-label":"icon"},p={width:null,height:null,focusable:null,role:null,"aria-label":null},f={animation:(0,u.makeProp)(o.PROP_TYPE_STRING),content:(0,u.makeProp)(o.PROP_TYPE_STRING),flipH:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,!1),flipV:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,!1),fontScale:(0,u.makeProp)(o.PROP_TYPE_NUMBER_STRING,1),rotate:(0,u.makeProp)(o.PROP_TYPE_NUMBER_STRING,0),scale:(0,u.makeProp)(o.PROP_TYPE_NUMBER_STRING,1),shiftH:(0,u.makeProp)(o.PROP_TYPE_NUMBER_STRING,0),shiftV:(0,u.makeProp)(o.PROP_TYPE_NUMBER_STRING,0),stacked:(0,u.makeProp)(o.PROP_TYPE_BOOLEAN,!1),title:(0,u.makeProp)(o.PROP_TYPE_STRING),variant:(0,u.makeProp)(o.PROP_TYPE_STRING)},m=a.Vue.extend({name:r.NAME_ICON_BASE,functional:!0,props:f,render:function(e,t){var n,r=t.data,o=t.props,u=t.children,f=o.animation,m=o.content,v=o.flipH,g=o.flipV,_=o.stacked,b=o.title,y=o.variant,M=(0,l.mathMax)((0,c.toFloat)(o.fontScale,1),0)||1,I=(0,l.mathMax)((0,c.toFloat)(o.scale,1),0)||1,B=(0,c.toFloat)(o.rotate,0),k=(0,c.toFloat)(o.shiftH,0),P=(0,c.toFloat)(o.shiftV,0),T=v||g||1!==I,w=T||B,E=k||P,O=!(0,s.isUndefinedOrNull)(m),A=e("g",{attrs:{transform:[w?"translate(8 8)":null,T?"scale(".concat((v?-1:1)*I," ").concat((g?-1:1)*I,")"):null,B?"rotate(".concat(B,")"):null,w?"translate(-8 -8)":null].filter(i.identity).join(" ")||null},domProps:O?{innerHTML:m||""}:{}},u);E&&(A=e("g",{attrs:{transform:"translate(".concat(16*k/16," ").concat(-16*P/16,")")}},[A])),_&&(A=e("g",[A]));var L=[b?e("title",b):null,A].filter(i.identity);return e("svg",(0,a.mergeData)({staticClass:"b-icon bi",class:(n={},d(n,"text-".concat(y),y),d(n,"b-icon-animation-".concat(f),f),n),attrs:h,style:_?{}:{fontSize:1===M?null:"".concat(100*M,"%")}},r,_?{attrs:p}:{},{attrs:{xmlns:_?null:"http://www.w3.org/2000/svg",fill:"currentColor"}}),L)}})},99354:(e,t,n)=>{"use strict";n.r(t),n.d(t,{makeIcon:()=>d});var a=n(1915),r=n(67040),o=n(46595),i=n(39143);function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function l(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?s(Object(n),!0).forEach((function(t){c(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):s(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function c(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var u=(0,r.omit)(i.props,["content"]),d=function(e,t){var n=(0,o.kebabCase)(e),r="BIcon".concat((0,o.pascalCase)(e)),s="bi-".concat(n),c=n.replace(/-/g," "),d=(0,o.trim)(t||"");return a.Vue.extend({name:r,functional:!0,props:u,render:function(e,t){var n=t.data,r=t.props;return e(i.BVIconBase,(0,a.mergeData)({props:{title:c},attrs:{"aria-label":c}},n,{staticClass:s,props:l(l({},r),{},{content:d})}))}})}},43022:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BIcon:()=>_,props:()=>g});var a=n(1915),r=n(94689),o=n(12299),i=n(30824),s=n(67040),l=n(20451),c=n(46595),u=n(7543),d=n(39143);function h(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function p(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?h(Object(n),!0).forEach((function(t){f(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):h(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function f(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var m=function e(t,n){if(!t)return a.Vue.component(n);var r=(t.$options||{}).components;return r&&r[n]||e(t.$parent,n)},v=(0,s.omit)(d.props,["content"]),g=(0,l.makePropsConfigurable)((0,s.sortKeys)(p(p({},v),{},{icon:(0,l.makeProp)(o.PROP_TYPE_STRING)})),r.NAME_ICON),_=a.Vue.extend({name:r.NAME_ICON,functional:!0,props:g,render:function(e,t){var n=t.data,r=t.props,o=t.parent,s=(0,c.pascalCase)((0,c.trim)(r.icon||"")).replace(i.RX_ICON_PREFIX,"");return e(s&&m(o,"BIcon".concat(s))||u.BIconBlank,(0,a.mergeData)(n,{props:(0,l.pluckProps)(v,r)}))}})},7543:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BIconAlarm:()=>o,BIconAlarmFill:()=>i,BIconAlignBottom:()=>s,BIconAlignCenter:()=>l,BIconAlignEnd:()=>c,BIconAlignMiddle:()=>u,BIconAlignStart:()=>d,BIconAlignTop:()=>h,BIconAlt:()=>p,BIconApp:()=>f,BIconAppIndicator:()=>m,BIconArchive:()=>v,BIconArchiveFill:()=>g,BIconArrow90degDown:()=>_,BIconArrow90degLeft:()=>b,BIconArrow90degRight:()=>y,BIconArrow90degUp:()=>M,BIconArrowBarDown:()=>I,BIconArrowBarLeft:()=>B,BIconArrowBarRight:()=>k,BIconArrowBarUp:()=>P,BIconArrowClockwise:()=>T,BIconArrowCounterclockwise:()=>w,BIconArrowDown:()=>E,BIconArrowDownCircle:()=>O,BIconArrowDownCircleFill:()=>A,BIconArrowDownLeft:()=>L,BIconArrowDownLeftCircle:()=>S,BIconArrowDownLeftCircleFill:()=>C,BIconArrowDownLeftSquare:()=>z,BIconArrowDownLeftSquareFill:()=>x,BIconArrowDownRight:()=>D,BIconArrowDownRightCircle:()=>F,BIconArrowDownRightCircleFill:()=>H,BIconArrowDownRightSquare:()=>N,BIconArrowDownRightSquareFill:()=>R,BIconArrowDownShort:()=>V,BIconArrowDownSquare:()=>Y,BIconArrowDownSquareFill:()=>j,BIconArrowDownUp:()=>$,BIconArrowLeft:()=>U,BIconArrowLeftCircle:()=>G,BIconArrowLeftCircleFill:()=>W,BIconArrowLeftRight:()=>q,BIconArrowLeftShort:()=>X,BIconArrowLeftSquare:()=>J,BIconArrowLeftSquareFill:()=>K,BIconArrowRepeat:()=>Q,BIconArrowReturnLeft:()=>Z,BIconArrowReturnRight:()=>ee,BIconArrowRight:()=>te,BIconArrowRightCircle:()=>ne,BIconArrowRightCircleFill:()=>ae,BIconArrowRightShort:()=>re,BIconArrowRightSquare:()=>oe,BIconArrowRightSquareFill:()=>ie,BIconArrowUp:()=>se,BIconArrowUpCircle:()=>le,BIconArrowUpCircleFill:()=>ce,BIconArrowUpLeft:()=>ue,BIconArrowUpLeftCircle:()=>de,BIconArrowUpLeftCircleFill:()=>he,BIconArrowUpLeftSquare:()=>pe,BIconArrowUpLeftSquareFill:()=>fe,BIconArrowUpRight:()=>me,BIconArrowUpRightCircle:()=>ve,BIconArrowUpRightCircleFill:()=>ge,BIconArrowUpRightSquare:()=>_e,BIconArrowUpRightSquareFill:()=>be,BIconArrowUpShort:()=>ye,BIconArrowUpSquare:()=>Me,BIconArrowUpSquareFill:()=>Ie,BIconArrowsAngleContract:()=>Be,BIconArrowsAngleExpand:()=>ke,BIconArrowsCollapse:()=>Pe,BIconArrowsExpand:()=>Te,BIconArrowsFullscreen:()=>we,BIconArrowsMove:()=>Ee,BIconAspectRatio:()=>Oe,BIconAspectRatioFill:()=>Ae,BIconAsterisk:()=>Le,BIconAt:()=>Se,BIconAward:()=>Ce,BIconAwardFill:()=>ze,BIconBack:()=>xe,BIconBackspace:()=>De,BIconBackspaceFill:()=>Fe,BIconBackspaceReverse:()=>He,BIconBackspaceReverseFill:()=>Ne,BIconBadge3d:()=>Re,BIconBadge3dFill:()=>Ve,BIconBadge4k:()=>Ye,BIconBadge4kFill:()=>je,BIconBadge8k:()=>$e,BIconBadge8kFill:()=>Ue,BIconBadgeAd:()=>Ge,BIconBadgeAdFill:()=>We,BIconBadgeAr:()=>qe,BIconBadgeArFill:()=>Xe,BIconBadgeCc:()=>Je,BIconBadgeCcFill:()=>Ke,BIconBadgeHd:()=>Qe,BIconBadgeHdFill:()=>Ze,BIconBadgeTm:()=>et,BIconBadgeTmFill:()=>tt,BIconBadgeVo:()=>nt,BIconBadgeVoFill:()=>at,BIconBadgeVr:()=>rt,BIconBadgeVrFill:()=>ot,BIconBadgeWc:()=>it,BIconBadgeWcFill:()=>st,BIconBag:()=>lt,BIconBagCheck:()=>ct,BIconBagCheckFill:()=>ut,BIconBagDash:()=>dt,BIconBagDashFill:()=>ht,BIconBagFill:()=>pt,BIconBagPlus:()=>ft,BIconBagPlusFill:()=>mt,BIconBagX:()=>vt,BIconBagXFill:()=>gt,BIconBank:()=>_t,BIconBank2:()=>bt,BIconBarChart:()=>yt,BIconBarChartFill:()=>Mt,BIconBarChartLine:()=>It,BIconBarChartLineFill:()=>Bt,BIconBarChartSteps:()=>kt,BIconBasket:()=>Pt,BIconBasket2:()=>Tt,BIconBasket2Fill:()=>wt,BIconBasket3:()=>Et,BIconBasket3Fill:()=>Ot,BIconBasketFill:()=>At,BIconBattery:()=>Lt,BIconBatteryCharging:()=>St,BIconBatteryFull:()=>Ct,BIconBatteryHalf:()=>zt,BIconBell:()=>xt,BIconBellFill:()=>Dt,BIconBellSlash:()=>Ft,BIconBellSlashFill:()=>Ht,BIconBezier:()=>Nt,BIconBezier2:()=>Rt,BIconBicycle:()=>Vt,BIconBinoculars:()=>Yt,BIconBinocularsFill:()=>jt,BIconBlank:()=>r,BIconBlockquoteLeft:()=>$t,BIconBlockquoteRight:()=>Ut,BIconBook:()=>Gt,BIconBookFill:()=>Wt,BIconBookHalf:()=>qt,BIconBookmark:()=>Xt,BIconBookmarkCheck:()=>Jt,BIconBookmarkCheckFill:()=>Kt,BIconBookmarkDash:()=>Qt,BIconBookmarkDashFill:()=>Zt,BIconBookmarkFill:()=>en,BIconBookmarkHeart:()=>tn,BIconBookmarkHeartFill:()=>nn,BIconBookmarkPlus:()=>an,BIconBookmarkPlusFill:()=>rn,BIconBookmarkStar:()=>on,BIconBookmarkStarFill:()=>sn,BIconBookmarkX:()=>ln,BIconBookmarkXFill:()=>cn,BIconBookmarks:()=>un,BIconBookmarksFill:()=>dn,BIconBookshelf:()=>hn,BIconBootstrap:()=>pn,BIconBootstrapFill:()=>fn,BIconBootstrapReboot:()=>mn,BIconBorder:()=>vn,BIconBorderAll:()=>gn,BIconBorderBottom:()=>_n,BIconBorderCenter:()=>bn,BIconBorderInner:()=>yn,BIconBorderLeft:()=>Mn,BIconBorderMiddle:()=>In,BIconBorderOuter:()=>Bn,BIconBorderRight:()=>kn,BIconBorderStyle:()=>Pn,BIconBorderTop:()=>Tn,BIconBorderWidth:()=>wn,BIconBoundingBox:()=>En,BIconBoundingBoxCircles:()=>On,BIconBox:()=>An,BIconBoxArrowDown:()=>Ln,BIconBoxArrowDownLeft:()=>Sn,BIconBoxArrowDownRight:()=>Cn,BIconBoxArrowInDown:()=>zn,BIconBoxArrowInDownLeft:()=>xn,BIconBoxArrowInDownRight:()=>Dn,BIconBoxArrowInLeft:()=>Fn,BIconBoxArrowInRight:()=>Hn,BIconBoxArrowInUp:()=>Nn,BIconBoxArrowInUpLeft:()=>Rn,BIconBoxArrowInUpRight:()=>Vn,BIconBoxArrowLeft:()=>Yn,BIconBoxArrowRight:()=>jn,BIconBoxArrowUp:()=>$n,BIconBoxArrowUpLeft:()=>Un,BIconBoxArrowUpRight:()=>Gn,BIconBoxSeam:()=>Wn,BIconBraces:()=>qn,BIconBricks:()=>Xn,BIconBriefcase:()=>Jn,BIconBriefcaseFill:()=>Kn,BIconBrightnessAltHigh:()=>Qn,BIconBrightnessAltHighFill:()=>Zn,BIconBrightnessAltLow:()=>ea,BIconBrightnessAltLowFill:()=>ta,BIconBrightnessHigh:()=>na,BIconBrightnessHighFill:()=>aa,BIconBrightnessLow:()=>ra,BIconBrightnessLowFill:()=>oa,BIconBroadcast:()=>ia,BIconBroadcastPin:()=>sa,BIconBrush:()=>la,BIconBrushFill:()=>ca,BIconBucket:()=>ua,BIconBucketFill:()=>da,BIconBug:()=>ha,BIconBugFill:()=>pa,BIconBuilding:()=>fa,BIconBullseye:()=>ma,BIconCalculator:()=>va,BIconCalculatorFill:()=>ga,BIconCalendar:()=>_a,BIconCalendar2:()=>ba,BIconCalendar2Check:()=>ya,BIconCalendar2CheckFill:()=>Ma,BIconCalendar2Date:()=>Ia,BIconCalendar2DateFill:()=>Ba,BIconCalendar2Day:()=>ka,BIconCalendar2DayFill:()=>Pa,BIconCalendar2Event:()=>Ta,BIconCalendar2EventFill:()=>wa,BIconCalendar2Fill:()=>Ea,BIconCalendar2Minus:()=>Oa,BIconCalendar2MinusFill:()=>Aa,BIconCalendar2Month:()=>La,BIconCalendar2MonthFill:()=>Sa,BIconCalendar2Plus:()=>Ca,BIconCalendar2PlusFill:()=>za,BIconCalendar2Range:()=>xa,BIconCalendar2RangeFill:()=>Da,BIconCalendar2Week:()=>Fa,BIconCalendar2WeekFill:()=>Ha,BIconCalendar2X:()=>Na,BIconCalendar2XFill:()=>Ra,BIconCalendar3:()=>Va,BIconCalendar3Event:()=>Ya,BIconCalendar3EventFill:()=>ja,BIconCalendar3Fill:()=>$a,BIconCalendar3Range:()=>Ua,BIconCalendar3RangeFill:()=>Ga,BIconCalendar3Week:()=>Wa,BIconCalendar3WeekFill:()=>qa,BIconCalendar4:()=>Xa,BIconCalendar4Event:()=>Ja,BIconCalendar4Range:()=>Ka,BIconCalendar4Week:()=>Qa,BIconCalendarCheck:()=>Za,BIconCalendarCheckFill:()=>er,BIconCalendarDate:()=>tr,BIconCalendarDateFill:()=>nr,BIconCalendarDay:()=>ar,BIconCalendarDayFill:()=>rr,BIconCalendarEvent:()=>or,BIconCalendarEventFill:()=>ir,BIconCalendarFill:()=>sr,BIconCalendarMinus:()=>lr,BIconCalendarMinusFill:()=>cr,BIconCalendarMonth:()=>ur,BIconCalendarMonthFill:()=>dr,BIconCalendarPlus:()=>hr,BIconCalendarPlusFill:()=>pr,BIconCalendarRange:()=>fr,BIconCalendarRangeFill:()=>mr,BIconCalendarWeek:()=>vr,BIconCalendarWeekFill:()=>gr,BIconCalendarX:()=>_r,BIconCalendarXFill:()=>br,BIconCamera:()=>yr,BIconCamera2:()=>Mr,BIconCameraFill:()=>Ir,BIconCameraReels:()=>Br,BIconCameraReelsFill:()=>kr,BIconCameraVideo:()=>Pr,BIconCameraVideoFill:()=>Tr,BIconCameraVideoOff:()=>wr,BIconCameraVideoOffFill:()=>Er,BIconCapslock:()=>Or,BIconCapslockFill:()=>Ar,BIconCardChecklist:()=>Lr,BIconCardHeading:()=>Sr,BIconCardImage:()=>Cr,BIconCardList:()=>zr,BIconCardText:()=>xr,BIconCaretDown:()=>Dr,BIconCaretDownFill:()=>Fr,BIconCaretDownSquare:()=>Hr,BIconCaretDownSquareFill:()=>Nr,BIconCaretLeft:()=>Rr,BIconCaretLeftFill:()=>Vr,BIconCaretLeftSquare:()=>Yr,BIconCaretLeftSquareFill:()=>jr,BIconCaretRight:()=>$r,BIconCaretRightFill:()=>Ur,BIconCaretRightSquare:()=>Gr,BIconCaretRightSquareFill:()=>Wr,BIconCaretUp:()=>qr,BIconCaretUpFill:()=>Xr,BIconCaretUpSquare:()=>Jr,BIconCaretUpSquareFill:()=>Kr,BIconCart:()=>Qr,BIconCart2:()=>Zr,BIconCart3:()=>eo,BIconCart4:()=>to,BIconCartCheck:()=>no,BIconCartCheckFill:()=>ao,BIconCartDash:()=>ro,BIconCartDashFill:()=>oo,BIconCartFill:()=>io,BIconCartPlus:()=>so,BIconCartPlusFill:()=>lo,BIconCartX:()=>co,BIconCartXFill:()=>uo,BIconCash:()=>ho,BIconCashCoin:()=>po,BIconCashStack:()=>fo,BIconCast:()=>mo,BIconChat:()=>vo,BIconChatDots:()=>go,BIconChatDotsFill:()=>_o,BIconChatFill:()=>bo,BIconChatLeft:()=>yo,BIconChatLeftDots:()=>Mo,BIconChatLeftDotsFill:()=>Io,BIconChatLeftFill:()=>Bo,BIconChatLeftQuote:()=>ko,BIconChatLeftQuoteFill:()=>Po,BIconChatLeftText:()=>To,BIconChatLeftTextFill:()=>wo,BIconChatQuote:()=>Eo,BIconChatQuoteFill:()=>Oo,BIconChatRight:()=>Ao,BIconChatRightDots:()=>Lo,BIconChatRightDotsFill:()=>So,BIconChatRightFill:()=>Co,BIconChatRightQuote:()=>zo,BIconChatRightQuoteFill:()=>xo,BIconChatRightText:()=>Do,BIconChatRightTextFill:()=>Fo,BIconChatSquare:()=>Ho,BIconChatSquareDots:()=>No,BIconChatSquareDotsFill:()=>Ro,BIconChatSquareFill:()=>Vo,BIconChatSquareQuote:()=>Yo,BIconChatSquareQuoteFill:()=>jo,BIconChatSquareText:()=>$o,BIconChatSquareTextFill:()=>Uo,BIconChatText:()=>Go,BIconChatTextFill:()=>Wo,BIconCheck:()=>qo,BIconCheck2:()=>Xo,BIconCheck2All:()=>Jo,BIconCheck2Circle:()=>Ko,BIconCheck2Square:()=>Qo,BIconCheckAll:()=>Zo,BIconCheckCircle:()=>ei,BIconCheckCircleFill:()=>ti,BIconCheckLg:()=>ni,BIconCheckSquare:()=>ai,BIconCheckSquareFill:()=>ri,BIconChevronBarContract:()=>oi,BIconChevronBarDown:()=>ii,BIconChevronBarExpand:()=>si,BIconChevronBarLeft:()=>li,BIconChevronBarRight:()=>ci,BIconChevronBarUp:()=>ui,BIconChevronCompactDown:()=>di,BIconChevronCompactLeft:()=>hi,BIconChevronCompactRight:()=>pi,BIconChevronCompactUp:()=>fi,BIconChevronContract:()=>mi,BIconChevronDoubleDown:()=>vi,BIconChevronDoubleLeft:()=>gi,BIconChevronDoubleRight:()=>_i,BIconChevronDoubleUp:()=>bi,BIconChevronDown:()=>yi,BIconChevronExpand:()=>Mi,BIconChevronLeft:()=>Ii,BIconChevronRight:()=>Bi,BIconChevronUp:()=>ki,BIconCircle:()=>Pi,BIconCircleFill:()=>Ti,BIconCircleHalf:()=>wi,BIconCircleSquare:()=>Ei,BIconClipboard:()=>Oi,BIconClipboardCheck:()=>Ai,BIconClipboardData:()=>Li,BIconClipboardMinus:()=>Si,BIconClipboardPlus:()=>Ci,BIconClipboardX:()=>zi,BIconClock:()=>xi,BIconClockFill:()=>Di,BIconClockHistory:()=>Fi,BIconCloud:()=>Hi,BIconCloudArrowDown:()=>Ni,BIconCloudArrowDownFill:()=>Ri,BIconCloudArrowUp:()=>Vi,BIconCloudArrowUpFill:()=>Yi,BIconCloudCheck:()=>ji,BIconCloudCheckFill:()=>$i,BIconCloudDownload:()=>Ui,BIconCloudDownloadFill:()=>Gi,BIconCloudDrizzle:()=>Wi,BIconCloudDrizzleFill:()=>qi,BIconCloudFill:()=>Xi,BIconCloudFog:()=>Ji,BIconCloudFog2:()=>Ki,BIconCloudFog2Fill:()=>Qi,BIconCloudFogFill:()=>Zi,BIconCloudHail:()=>es,BIconCloudHailFill:()=>ts,BIconCloudHaze:()=>ns,BIconCloudHaze1:()=>as,BIconCloudHaze2Fill:()=>rs,BIconCloudHazeFill:()=>os,BIconCloudLightning:()=>is,BIconCloudLightningFill:()=>ss,BIconCloudLightningRain:()=>ls,BIconCloudLightningRainFill:()=>cs,BIconCloudMinus:()=>us,BIconCloudMinusFill:()=>ds,BIconCloudMoon:()=>hs,BIconCloudMoonFill:()=>ps,BIconCloudPlus:()=>fs,BIconCloudPlusFill:()=>ms,BIconCloudRain:()=>vs,BIconCloudRainFill:()=>gs,BIconCloudRainHeavy:()=>_s,BIconCloudRainHeavyFill:()=>bs,BIconCloudSlash:()=>ys,BIconCloudSlashFill:()=>Ms,BIconCloudSleet:()=>Is,BIconCloudSleetFill:()=>Bs,BIconCloudSnow:()=>ks,BIconCloudSnowFill:()=>Ps,BIconCloudSun:()=>Ts,BIconCloudSunFill:()=>ws,BIconCloudUpload:()=>Es,BIconCloudUploadFill:()=>Os,BIconClouds:()=>As,BIconCloudsFill:()=>Ls,BIconCloudy:()=>Ss,BIconCloudyFill:()=>Cs,BIconCode:()=>zs,BIconCodeSlash:()=>xs,BIconCodeSquare:()=>Ds,BIconCoin:()=>Fs,BIconCollection:()=>Hs,BIconCollectionFill:()=>Ns,BIconCollectionPlay:()=>Rs,BIconCollectionPlayFill:()=>Vs,BIconColumns:()=>Ys,BIconColumnsGap:()=>js,BIconCommand:()=>$s,BIconCompass:()=>Us,BIconCompassFill:()=>Gs,BIconCone:()=>Ws,BIconConeStriped:()=>qs,BIconController:()=>Xs,BIconCpu:()=>Js,BIconCpuFill:()=>Ks,BIconCreditCard:()=>Qs,BIconCreditCard2Back:()=>Zs,BIconCreditCard2BackFill:()=>el,BIconCreditCard2Front:()=>tl,BIconCreditCard2FrontFill:()=>nl,BIconCreditCardFill:()=>al,BIconCrop:()=>rl,BIconCup:()=>ol,BIconCupFill:()=>il,BIconCupStraw:()=>sl,BIconCurrencyBitcoin:()=>ll,BIconCurrencyDollar:()=>cl,BIconCurrencyEuro:()=>ul,BIconCurrencyExchange:()=>dl,BIconCurrencyPound:()=>hl,BIconCurrencyYen:()=>pl,BIconCursor:()=>fl,BIconCursorFill:()=>ml,BIconCursorText:()=>vl,BIconDash:()=>gl,BIconDashCircle:()=>_l,BIconDashCircleDotted:()=>bl,BIconDashCircleFill:()=>yl,BIconDashLg:()=>Ml,BIconDashSquare:()=>Il,BIconDashSquareDotted:()=>Bl,BIconDashSquareFill:()=>kl,BIconDiagram2:()=>Pl,BIconDiagram2Fill:()=>Tl,BIconDiagram3:()=>wl,BIconDiagram3Fill:()=>El,BIconDiamond:()=>Ol,BIconDiamondFill:()=>Al,BIconDiamondHalf:()=>Ll,BIconDice1:()=>Sl,BIconDice1Fill:()=>Cl,BIconDice2:()=>zl,BIconDice2Fill:()=>xl,BIconDice3:()=>Dl,BIconDice3Fill:()=>Fl,BIconDice4:()=>Hl,BIconDice4Fill:()=>Nl,BIconDice5:()=>Rl,BIconDice5Fill:()=>Vl,BIconDice6:()=>Yl,BIconDice6Fill:()=>jl,BIconDisc:()=>$l,BIconDiscFill:()=>Ul,BIconDiscord:()=>Gl,BIconDisplay:()=>Wl,BIconDisplayFill:()=>ql,BIconDistributeHorizontal:()=>Xl,BIconDistributeVertical:()=>Jl,BIconDoorClosed:()=>Kl,BIconDoorClosedFill:()=>Ql,BIconDoorOpen:()=>Zl,BIconDoorOpenFill:()=>ec,BIconDot:()=>tc,BIconDownload:()=>nc,BIconDroplet:()=>ac,BIconDropletFill:()=>rc,BIconDropletHalf:()=>oc,BIconEarbuds:()=>ic,BIconEasel:()=>sc,BIconEaselFill:()=>lc,BIconEgg:()=>cc,BIconEggFill:()=>uc,BIconEggFried:()=>dc,BIconEject:()=>hc,BIconEjectFill:()=>pc,BIconEmojiAngry:()=>fc,BIconEmojiAngryFill:()=>mc,BIconEmojiDizzy:()=>vc,BIconEmojiDizzyFill:()=>gc,BIconEmojiExpressionless:()=>_c,BIconEmojiExpressionlessFill:()=>bc,BIconEmojiFrown:()=>yc,BIconEmojiFrownFill:()=>Mc,BIconEmojiHeartEyes:()=>Ic,BIconEmojiHeartEyesFill:()=>Bc,BIconEmojiLaughing:()=>kc,BIconEmojiLaughingFill:()=>Pc,BIconEmojiNeutral:()=>Tc,BIconEmojiNeutralFill:()=>wc,BIconEmojiSmile:()=>Ec,BIconEmojiSmileFill:()=>Oc,BIconEmojiSmileUpsideDown:()=>Ac,BIconEmojiSmileUpsideDownFill:()=>Lc,BIconEmojiSunglasses:()=>Sc,BIconEmojiSunglassesFill:()=>Cc,BIconEmojiWink:()=>zc,BIconEmojiWinkFill:()=>xc,BIconEnvelope:()=>Dc,BIconEnvelopeFill:()=>Fc,BIconEnvelopeOpen:()=>Hc,BIconEnvelopeOpenFill:()=>Nc,BIconEraser:()=>Rc,BIconEraserFill:()=>Vc,BIconExclamation:()=>Yc,BIconExclamationCircle:()=>jc,BIconExclamationCircleFill:()=>$c,BIconExclamationDiamond:()=>Uc,BIconExclamationDiamondFill:()=>Gc,BIconExclamationLg:()=>Wc,BIconExclamationOctagon:()=>qc,BIconExclamationOctagonFill:()=>Xc,BIconExclamationSquare:()=>Jc,BIconExclamationSquareFill:()=>Kc,BIconExclamationTriangle:()=>Qc,BIconExclamationTriangleFill:()=>Zc,BIconExclude:()=>eu,BIconEye:()=>tu,BIconEyeFill:()=>nu,BIconEyeSlash:()=>au,BIconEyeSlashFill:()=>ru,BIconEyedropper:()=>ou,BIconEyeglasses:()=>iu,BIconFacebook:()=>su,BIconFile:()=>lu,BIconFileArrowDown:()=>cu,BIconFileArrowDownFill:()=>uu,BIconFileArrowUp:()=>du,BIconFileArrowUpFill:()=>hu,BIconFileBarGraph:()=>pu,BIconFileBarGraphFill:()=>fu,BIconFileBinary:()=>mu,BIconFileBinaryFill:()=>vu,BIconFileBreak:()=>gu,BIconFileBreakFill:()=>_u,BIconFileCheck:()=>bu,BIconFileCheckFill:()=>yu,BIconFileCode:()=>Mu,BIconFileCodeFill:()=>Iu,BIconFileDiff:()=>Bu,BIconFileDiffFill:()=>ku,BIconFileEarmark:()=>Pu,BIconFileEarmarkArrowDown:()=>Tu,BIconFileEarmarkArrowDownFill:()=>wu,BIconFileEarmarkArrowUp:()=>Eu,BIconFileEarmarkArrowUpFill:()=>Ou,BIconFileEarmarkBarGraph:()=>Au,BIconFileEarmarkBarGraphFill:()=>Lu,BIconFileEarmarkBinary:()=>Su,BIconFileEarmarkBinaryFill:()=>Cu,BIconFileEarmarkBreak:()=>zu,BIconFileEarmarkBreakFill:()=>xu,BIconFileEarmarkCheck:()=>Du,BIconFileEarmarkCheckFill:()=>Fu,BIconFileEarmarkCode:()=>Hu,BIconFileEarmarkCodeFill:()=>Nu,BIconFileEarmarkDiff:()=>Ru,BIconFileEarmarkDiffFill:()=>Vu,BIconFileEarmarkEasel:()=>Yu,BIconFileEarmarkEaselFill:()=>ju,BIconFileEarmarkExcel:()=>$u,BIconFileEarmarkExcelFill:()=>Uu,BIconFileEarmarkFill:()=>Gu,BIconFileEarmarkFont:()=>Wu,BIconFileEarmarkFontFill:()=>qu,BIconFileEarmarkImage:()=>Xu,BIconFileEarmarkImageFill:()=>Ju,BIconFileEarmarkLock:()=>Ku,BIconFileEarmarkLock2:()=>Qu,BIconFileEarmarkLock2Fill:()=>Zu,BIconFileEarmarkLockFill:()=>ed,BIconFileEarmarkMedical:()=>td,BIconFileEarmarkMedicalFill:()=>nd,BIconFileEarmarkMinus:()=>ad,BIconFileEarmarkMinusFill:()=>rd,BIconFileEarmarkMusic:()=>od,BIconFileEarmarkMusicFill:()=>id,BIconFileEarmarkPdf:()=>sd,BIconFileEarmarkPdfFill:()=>ld,BIconFileEarmarkPerson:()=>cd,BIconFileEarmarkPersonFill:()=>ud,BIconFileEarmarkPlay:()=>dd,BIconFileEarmarkPlayFill:()=>hd,BIconFileEarmarkPlus:()=>pd,BIconFileEarmarkPlusFill:()=>fd,BIconFileEarmarkPost:()=>md,BIconFileEarmarkPostFill:()=>vd,BIconFileEarmarkPpt:()=>gd,BIconFileEarmarkPptFill:()=>_d,BIconFileEarmarkRichtext:()=>bd,BIconFileEarmarkRichtextFill:()=>yd,BIconFileEarmarkRuled:()=>Md,BIconFileEarmarkRuledFill:()=>Id,BIconFileEarmarkSlides:()=>Bd,BIconFileEarmarkSlidesFill:()=>kd,BIconFileEarmarkSpreadsheet:()=>Pd,BIconFileEarmarkSpreadsheetFill:()=>Td,BIconFileEarmarkText:()=>wd,BIconFileEarmarkTextFill:()=>Ed,BIconFileEarmarkWord:()=>Od,BIconFileEarmarkWordFill:()=>Ad,BIconFileEarmarkX:()=>Ld,BIconFileEarmarkXFill:()=>Sd,BIconFileEarmarkZip:()=>Cd,BIconFileEarmarkZipFill:()=>zd,BIconFileEasel:()=>xd,BIconFileEaselFill:()=>Dd,BIconFileExcel:()=>Fd,BIconFileExcelFill:()=>Hd,BIconFileFill:()=>Nd,BIconFileFont:()=>Rd,BIconFileFontFill:()=>Vd,BIconFileImage:()=>Yd,BIconFileImageFill:()=>jd,BIconFileLock:()=>$d,BIconFileLock2:()=>Ud,BIconFileLock2Fill:()=>Gd,BIconFileLockFill:()=>Wd,BIconFileMedical:()=>qd,BIconFileMedicalFill:()=>Xd,BIconFileMinus:()=>Jd,BIconFileMinusFill:()=>Kd,BIconFileMusic:()=>Qd,BIconFileMusicFill:()=>Zd,BIconFilePdf:()=>eh,BIconFilePdfFill:()=>th,BIconFilePerson:()=>nh,BIconFilePersonFill:()=>ah,BIconFilePlay:()=>rh,BIconFilePlayFill:()=>oh,BIconFilePlus:()=>ih,BIconFilePlusFill:()=>sh,BIconFilePost:()=>lh,BIconFilePostFill:()=>ch,BIconFilePpt:()=>uh,BIconFilePptFill:()=>dh,BIconFileRichtext:()=>hh,BIconFileRichtextFill:()=>ph,BIconFileRuled:()=>fh,BIconFileRuledFill:()=>mh,BIconFileSlides:()=>vh,BIconFileSlidesFill:()=>gh,BIconFileSpreadsheet:()=>_h,BIconFileSpreadsheetFill:()=>bh,BIconFileText:()=>yh,BIconFileTextFill:()=>Mh,BIconFileWord:()=>Ih,BIconFileWordFill:()=>Bh,BIconFileX:()=>kh,BIconFileXFill:()=>Ph,BIconFileZip:()=>Th,BIconFileZipFill:()=>wh,BIconFiles:()=>Eh,BIconFilesAlt:()=>Oh,BIconFilm:()=>Ah,BIconFilter:()=>Lh,BIconFilterCircle:()=>Sh,BIconFilterCircleFill:()=>Ch,BIconFilterLeft:()=>zh,BIconFilterRight:()=>xh,BIconFilterSquare:()=>Dh,BIconFilterSquareFill:()=>Fh,BIconFlag:()=>Hh,BIconFlagFill:()=>Nh,BIconFlower1:()=>Rh,BIconFlower2:()=>Vh,BIconFlower3:()=>Yh,BIconFolder:()=>jh,BIconFolder2:()=>$h,BIconFolder2Open:()=>Uh,BIconFolderCheck:()=>Gh,BIconFolderFill:()=>Wh,BIconFolderMinus:()=>qh,BIconFolderPlus:()=>Xh,BIconFolderSymlink:()=>Jh,BIconFolderSymlinkFill:()=>Kh,BIconFolderX:()=>Qh,BIconFonts:()=>Zh,BIconForward:()=>ep,BIconForwardFill:()=>tp,BIconFront:()=>np,BIconFullscreen:()=>ap,BIconFullscreenExit:()=>rp,BIconFunnel:()=>op,BIconFunnelFill:()=>ip,BIconGear:()=>sp,BIconGearFill:()=>lp,BIconGearWide:()=>cp,BIconGearWideConnected:()=>up,BIconGem:()=>dp,BIconGenderAmbiguous:()=>hp,BIconGenderFemale:()=>pp,BIconGenderMale:()=>fp,BIconGenderTrans:()=>mp,BIconGeo:()=>vp,BIconGeoAlt:()=>gp,BIconGeoAltFill:()=>_p,BIconGeoFill:()=>bp,BIconGift:()=>yp,BIconGiftFill:()=>Mp,BIconGithub:()=>Ip,BIconGlobe:()=>Bp,BIconGlobe2:()=>kp,BIconGoogle:()=>Pp,BIconGraphDown:()=>Tp,BIconGraphUp:()=>wp,BIconGrid:()=>Ep,BIconGrid1x2:()=>Op,BIconGrid1x2Fill:()=>Ap,BIconGrid3x2:()=>Lp,BIconGrid3x2Gap:()=>Sp,BIconGrid3x2GapFill:()=>Cp,BIconGrid3x3:()=>zp,BIconGrid3x3Gap:()=>xp,BIconGrid3x3GapFill:()=>Dp,BIconGridFill:()=>Fp,BIconGripHorizontal:()=>Hp,BIconGripVertical:()=>Np,BIconHammer:()=>Rp,BIconHandIndex:()=>Vp,BIconHandIndexFill:()=>Yp,BIconHandIndexThumb:()=>jp,BIconHandIndexThumbFill:()=>$p,BIconHandThumbsDown:()=>Up,BIconHandThumbsDownFill:()=>Gp,BIconHandThumbsUp:()=>Wp,BIconHandThumbsUpFill:()=>qp,BIconHandbag:()=>Xp,BIconHandbagFill:()=>Jp,BIconHash:()=>Kp,BIconHdd:()=>Qp,BIconHddFill:()=>Zp,BIconHddNetwork:()=>ef,BIconHddNetworkFill:()=>tf,BIconHddRack:()=>nf,BIconHddRackFill:()=>af,BIconHddStack:()=>rf,BIconHddStackFill:()=>of,BIconHeadphones:()=>sf,BIconHeadset:()=>lf,BIconHeadsetVr:()=>cf,BIconHeart:()=>uf,BIconHeartFill:()=>df,BIconHeartHalf:()=>hf,BIconHeptagon:()=>pf,BIconHeptagonFill:()=>ff,BIconHeptagonHalf:()=>mf,BIconHexagon:()=>vf,BIconHexagonFill:()=>gf,BIconHexagonHalf:()=>_f,BIconHourglass:()=>bf,BIconHourglassBottom:()=>yf,BIconHourglassSplit:()=>Mf,BIconHourglassTop:()=>If,BIconHouse:()=>Bf,BIconHouseDoor:()=>kf,BIconHouseDoorFill:()=>Pf,BIconHouseFill:()=>Tf,BIconHr:()=>wf,BIconHurricane:()=>Ef,BIconImage:()=>Of,BIconImageAlt:()=>Af,BIconImageFill:()=>Lf,BIconImages:()=>Sf,BIconInbox:()=>Cf,BIconInboxFill:()=>zf,BIconInboxes:()=>xf,BIconInboxesFill:()=>Df,BIconInfo:()=>Ff,BIconInfoCircle:()=>Hf,BIconInfoCircleFill:()=>Nf,BIconInfoLg:()=>Rf,BIconInfoSquare:()=>Vf,BIconInfoSquareFill:()=>Yf,BIconInputCursor:()=>jf,BIconInputCursorText:()=>$f,BIconInstagram:()=>Uf,BIconIntersect:()=>Gf,BIconJournal:()=>Wf,BIconJournalAlbum:()=>qf,BIconJournalArrowDown:()=>Xf,BIconJournalArrowUp:()=>Jf,BIconJournalBookmark:()=>Kf,BIconJournalBookmarkFill:()=>Qf,BIconJournalCheck:()=>Zf,BIconJournalCode:()=>em,BIconJournalMedical:()=>tm,BIconJournalMinus:()=>nm,BIconJournalPlus:()=>am,BIconJournalRichtext:()=>rm,BIconJournalText:()=>om,BIconJournalX:()=>im,BIconJournals:()=>sm,BIconJoystick:()=>lm,BIconJustify:()=>cm,BIconJustifyLeft:()=>um,BIconJustifyRight:()=>dm,BIconKanban:()=>hm,BIconKanbanFill:()=>pm,BIconKey:()=>fm,BIconKeyFill:()=>mm,BIconKeyboard:()=>vm,BIconKeyboardFill:()=>gm,BIconLadder:()=>_m,BIconLamp:()=>bm,BIconLampFill:()=>ym,BIconLaptop:()=>Mm,BIconLaptopFill:()=>Im,BIconLayerBackward:()=>Bm,BIconLayerForward:()=>km,BIconLayers:()=>Pm,BIconLayersFill:()=>Tm,BIconLayersHalf:()=>wm,BIconLayoutSidebar:()=>Em,BIconLayoutSidebarInset:()=>Om,BIconLayoutSidebarInsetReverse:()=>Am,BIconLayoutSidebarReverse:()=>Lm,BIconLayoutSplit:()=>Sm,BIconLayoutTextSidebar:()=>Cm,BIconLayoutTextSidebarReverse:()=>zm,BIconLayoutTextWindow:()=>xm,BIconLayoutTextWindowReverse:()=>Dm,BIconLayoutThreeColumns:()=>Fm,BIconLayoutWtf:()=>Hm,BIconLifePreserver:()=>Nm,BIconLightbulb:()=>Rm,BIconLightbulbFill:()=>Vm,BIconLightbulbOff:()=>Ym,BIconLightbulbOffFill:()=>jm,BIconLightning:()=>$m,BIconLightningCharge:()=>Um,BIconLightningChargeFill:()=>Gm,BIconLightningFill:()=>Wm,BIconLink:()=>qm,BIconLink45deg:()=>Xm,BIconLinkedin:()=>Jm,BIconList:()=>Km,BIconListCheck:()=>Qm,BIconListNested:()=>Zm,BIconListOl:()=>ev,BIconListStars:()=>tv,BIconListTask:()=>nv,BIconListUl:()=>av,BIconLock:()=>rv,BIconLockFill:()=>ov,BIconMailbox:()=>iv,BIconMailbox2:()=>sv,BIconMap:()=>lv,BIconMapFill:()=>cv,BIconMarkdown:()=>uv,BIconMarkdownFill:()=>dv,BIconMask:()=>hv,BIconMastodon:()=>pv,BIconMegaphone:()=>fv,BIconMegaphoneFill:()=>mv,BIconMenuApp:()=>vv,BIconMenuAppFill:()=>gv,BIconMenuButton:()=>_v,BIconMenuButtonFill:()=>bv,BIconMenuButtonWide:()=>yv,BIconMenuButtonWideFill:()=>Mv,BIconMenuDown:()=>Iv,BIconMenuUp:()=>Bv,BIconMessenger:()=>kv,BIconMic:()=>Pv,BIconMicFill:()=>Tv,BIconMicMute:()=>wv,BIconMicMuteFill:()=>Ev,BIconMinecart:()=>Ov,BIconMinecartLoaded:()=>Av,BIconMoisture:()=>Lv,BIconMoon:()=>Sv,BIconMoonFill:()=>Cv,BIconMoonStars:()=>zv,BIconMoonStarsFill:()=>xv,BIconMouse:()=>Dv,BIconMouse2:()=>Fv,BIconMouse2Fill:()=>Hv,BIconMouse3:()=>Nv,BIconMouse3Fill:()=>Rv,BIconMouseFill:()=>Vv,BIconMusicNote:()=>Yv,BIconMusicNoteBeamed:()=>jv,BIconMusicNoteList:()=>$v,BIconMusicPlayer:()=>Uv,BIconMusicPlayerFill:()=>Gv,BIconNewspaper:()=>Wv,BIconNodeMinus:()=>qv,BIconNodeMinusFill:()=>Xv,BIconNodePlus:()=>Jv,BIconNodePlusFill:()=>Kv,BIconNut:()=>Qv,BIconNutFill:()=>Zv,BIconOctagon:()=>eg,BIconOctagonFill:()=>tg,BIconOctagonHalf:()=>ng,BIconOption:()=>ag,BIconOutlet:()=>rg,BIconPaintBucket:()=>og,BIconPalette:()=>ig,BIconPalette2:()=>sg,BIconPaletteFill:()=>lg,BIconPaperclip:()=>cg,BIconParagraph:()=>ug,BIconPatchCheck:()=>dg,BIconPatchCheckFill:()=>hg,BIconPatchExclamation:()=>pg,BIconPatchExclamationFill:()=>fg,BIconPatchMinus:()=>mg,BIconPatchMinusFill:()=>vg,BIconPatchPlus:()=>gg,BIconPatchPlusFill:()=>_g,BIconPatchQuestion:()=>bg,BIconPatchQuestionFill:()=>yg,BIconPause:()=>Mg,BIconPauseBtn:()=>Ig,BIconPauseBtnFill:()=>Bg,BIconPauseCircle:()=>kg,BIconPauseCircleFill:()=>Pg,BIconPauseFill:()=>Tg,BIconPeace:()=>wg,BIconPeaceFill:()=>Eg,BIconPen:()=>Og,BIconPenFill:()=>Ag,BIconPencil:()=>Lg,BIconPencilFill:()=>Sg,BIconPencilSquare:()=>Cg,BIconPentagon:()=>zg,BIconPentagonFill:()=>xg,BIconPentagonHalf:()=>Dg,BIconPeople:()=>Fg,BIconPeopleFill:()=>Hg,BIconPercent:()=>Ng,BIconPerson:()=>Rg,BIconPersonBadge:()=>Vg,BIconPersonBadgeFill:()=>Yg,BIconPersonBoundingBox:()=>jg,BIconPersonCheck:()=>$g,BIconPersonCheckFill:()=>Ug,BIconPersonCircle:()=>Gg,BIconPersonDash:()=>Wg,BIconPersonDashFill:()=>qg,BIconPersonFill:()=>Xg,BIconPersonLinesFill:()=>Jg,BIconPersonPlus:()=>Kg,BIconPersonPlusFill:()=>Qg,BIconPersonSquare:()=>Zg,BIconPersonX:()=>e_,BIconPersonXFill:()=>t_,BIconPhone:()=>n_,BIconPhoneFill:()=>a_,BIconPhoneLandscape:()=>r_,BIconPhoneLandscapeFill:()=>o_,BIconPhoneVibrate:()=>i_,BIconPhoneVibrateFill:()=>s_,BIconPieChart:()=>l_,BIconPieChartFill:()=>c_,BIconPiggyBank:()=>u_,BIconPiggyBankFill:()=>d_,BIconPin:()=>h_,BIconPinAngle:()=>p_,BIconPinAngleFill:()=>f_,BIconPinFill:()=>m_,BIconPinMap:()=>v_,BIconPinMapFill:()=>g_,BIconPip:()=>__,BIconPipFill:()=>b_,BIconPlay:()=>y_,BIconPlayBtn:()=>M_,BIconPlayBtnFill:()=>I_,BIconPlayCircle:()=>B_,BIconPlayCircleFill:()=>k_,BIconPlayFill:()=>P_,BIconPlug:()=>T_,BIconPlugFill:()=>w_,BIconPlus:()=>E_,BIconPlusCircle:()=>O_,BIconPlusCircleDotted:()=>A_,BIconPlusCircleFill:()=>L_,BIconPlusLg:()=>S_,BIconPlusSquare:()=>C_,BIconPlusSquareDotted:()=>z_,BIconPlusSquareFill:()=>x_,BIconPower:()=>D_,BIconPrinter:()=>F_,BIconPrinterFill:()=>H_,BIconPuzzle:()=>N_,BIconPuzzleFill:()=>R_,BIconQuestion:()=>V_,BIconQuestionCircle:()=>Y_,BIconQuestionCircleFill:()=>j_,BIconQuestionDiamond:()=>$_,BIconQuestionDiamondFill:()=>U_,BIconQuestionLg:()=>G_,BIconQuestionOctagon:()=>W_,BIconQuestionOctagonFill:()=>q_,BIconQuestionSquare:()=>X_,BIconQuestionSquareFill:()=>J_,BIconRainbow:()=>K_,BIconReceipt:()=>Q_,BIconReceiptCutoff:()=>Z_,BIconReception0:()=>eb,BIconReception1:()=>tb,BIconReception2:()=>nb,BIconReception3:()=>ab,BIconReception4:()=>rb,BIconRecord:()=>ob,BIconRecord2:()=>ib,BIconRecord2Fill:()=>sb,BIconRecordBtn:()=>lb,BIconRecordBtnFill:()=>cb,BIconRecordCircle:()=>ub,BIconRecordCircleFill:()=>db,BIconRecordFill:()=>hb,BIconRecycle:()=>pb,BIconReddit:()=>fb,BIconReply:()=>mb,BIconReplyAll:()=>vb,BIconReplyAllFill:()=>gb,BIconReplyFill:()=>_b,BIconRss:()=>bb,BIconRssFill:()=>yb,BIconRulers:()=>Mb,BIconSafe:()=>Ib,BIconSafe2:()=>Bb,BIconSafe2Fill:()=>kb,BIconSafeFill:()=>Pb,BIconSave:()=>Tb,BIconSave2:()=>wb,BIconSave2Fill:()=>Eb,BIconSaveFill:()=>Ob,BIconScissors:()=>Ab,BIconScrewdriver:()=>Lb,BIconSdCard:()=>Sb,BIconSdCardFill:()=>Cb,BIconSearch:()=>zb,BIconSegmentedNav:()=>xb,BIconServer:()=>Db,BIconShare:()=>Fb,BIconShareFill:()=>Hb,BIconShield:()=>Nb,BIconShieldCheck:()=>Rb,BIconShieldExclamation:()=>Vb,BIconShieldFill:()=>Yb,BIconShieldFillCheck:()=>jb,BIconShieldFillExclamation:()=>$b,BIconShieldFillMinus:()=>Ub,BIconShieldFillPlus:()=>Gb,BIconShieldFillX:()=>Wb,BIconShieldLock:()=>qb,BIconShieldLockFill:()=>Xb,BIconShieldMinus:()=>Jb,BIconShieldPlus:()=>Kb,BIconShieldShaded:()=>Qb,BIconShieldSlash:()=>Zb,BIconShieldSlashFill:()=>ey,BIconShieldX:()=>ty,BIconShift:()=>ny,BIconShiftFill:()=>ay,BIconShop:()=>ry,BIconShopWindow:()=>oy,BIconShuffle:()=>iy,BIconSignpost:()=>sy,BIconSignpost2:()=>ly,BIconSignpost2Fill:()=>cy,BIconSignpostFill:()=>uy,BIconSignpostSplit:()=>dy,BIconSignpostSplitFill:()=>hy,BIconSim:()=>py,BIconSimFill:()=>fy,BIconSkipBackward:()=>my,BIconSkipBackwardBtn:()=>vy,BIconSkipBackwardBtnFill:()=>gy,BIconSkipBackwardCircle:()=>_y,BIconSkipBackwardCircleFill:()=>by,BIconSkipBackwardFill:()=>yy,BIconSkipEnd:()=>My,BIconSkipEndBtn:()=>Iy,BIconSkipEndBtnFill:()=>By,BIconSkipEndCircle:()=>ky,BIconSkipEndCircleFill:()=>Py,BIconSkipEndFill:()=>Ty,BIconSkipForward:()=>wy,BIconSkipForwardBtn:()=>Ey,BIconSkipForwardBtnFill:()=>Oy,BIconSkipForwardCircle:()=>Ay,BIconSkipForwardCircleFill:()=>Ly,BIconSkipForwardFill:()=>Sy,BIconSkipStart:()=>Cy,BIconSkipStartBtn:()=>zy,BIconSkipStartBtnFill:()=>xy,BIconSkipStartCircle:()=>Dy,BIconSkipStartCircleFill:()=>Fy,BIconSkipStartFill:()=>Hy,BIconSkype:()=>Ny,BIconSlack:()=>Ry,BIconSlash:()=>Vy,BIconSlashCircle:()=>Yy,BIconSlashCircleFill:()=>jy,BIconSlashLg:()=>$y,BIconSlashSquare:()=>Uy,BIconSlashSquareFill:()=>Gy,BIconSliders:()=>Wy,BIconSmartwatch:()=>qy,BIconSnow:()=>Xy,BIconSnow2:()=>Jy,BIconSnow3:()=>Ky,BIconSortAlphaDown:()=>Qy,BIconSortAlphaDownAlt:()=>Zy,BIconSortAlphaUp:()=>eM,BIconSortAlphaUpAlt:()=>tM,BIconSortDown:()=>nM,BIconSortDownAlt:()=>aM,BIconSortNumericDown:()=>rM,BIconSortNumericDownAlt:()=>oM,BIconSortNumericUp:()=>iM,BIconSortNumericUpAlt:()=>sM,BIconSortUp:()=>lM,BIconSortUpAlt:()=>cM,BIconSoundwave:()=>uM,BIconSpeaker:()=>dM,BIconSpeakerFill:()=>hM,BIconSpeedometer:()=>pM,BIconSpeedometer2:()=>fM,BIconSpellcheck:()=>mM,BIconSquare:()=>vM,BIconSquareFill:()=>gM,BIconSquareHalf:()=>_M,BIconStack:()=>bM,BIconStar:()=>yM,BIconStarFill:()=>MM,BIconStarHalf:()=>IM,BIconStars:()=>BM,BIconStickies:()=>kM,BIconStickiesFill:()=>PM,BIconSticky:()=>TM,BIconStickyFill:()=>wM,BIconStop:()=>EM,BIconStopBtn:()=>OM,BIconStopBtnFill:()=>AM,BIconStopCircle:()=>LM,BIconStopCircleFill:()=>SM,BIconStopFill:()=>CM,BIconStoplights:()=>zM,BIconStoplightsFill:()=>xM,BIconStopwatch:()=>DM,BIconStopwatchFill:()=>FM,BIconSubtract:()=>HM,BIconSuitClub:()=>NM,BIconSuitClubFill:()=>RM,BIconSuitDiamond:()=>VM,BIconSuitDiamondFill:()=>YM,BIconSuitHeart:()=>jM,BIconSuitHeartFill:()=>$M,BIconSuitSpade:()=>UM,BIconSuitSpadeFill:()=>GM,BIconSun:()=>WM,BIconSunFill:()=>qM,BIconSunglasses:()=>XM,BIconSunrise:()=>JM,BIconSunriseFill:()=>KM,BIconSunset:()=>QM,BIconSunsetFill:()=>ZM,BIconSymmetryHorizontal:()=>eI,BIconSymmetryVertical:()=>tI,BIconTable:()=>nI,BIconTablet:()=>aI,BIconTabletFill:()=>rI,BIconTabletLandscape:()=>oI,BIconTabletLandscapeFill:()=>iI,BIconTag:()=>sI,BIconTagFill:()=>lI,BIconTags:()=>cI,BIconTagsFill:()=>uI,BIconTelegram:()=>dI,BIconTelephone:()=>hI,BIconTelephoneFill:()=>pI,BIconTelephoneForward:()=>fI,BIconTelephoneForwardFill:()=>mI,BIconTelephoneInbound:()=>vI,BIconTelephoneInboundFill:()=>gI,BIconTelephoneMinus:()=>_I,BIconTelephoneMinusFill:()=>bI,BIconTelephoneOutbound:()=>yI,BIconTelephoneOutboundFill:()=>MI,BIconTelephonePlus:()=>II,BIconTelephonePlusFill:()=>BI,BIconTelephoneX:()=>kI,BIconTelephoneXFill:()=>PI,BIconTerminal:()=>TI,BIconTerminalFill:()=>wI,BIconTextCenter:()=>EI,BIconTextIndentLeft:()=>OI,BIconTextIndentRight:()=>AI,BIconTextLeft:()=>LI,BIconTextParagraph:()=>SI,BIconTextRight:()=>CI,BIconTextarea:()=>zI,BIconTextareaResize:()=>xI,BIconTextareaT:()=>DI,BIconThermometer:()=>FI,BIconThermometerHalf:()=>HI,BIconThermometerHigh:()=>NI,BIconThermometerLow:()=>RI,BIconThermometerSnow:()=>VI,BIconThermometerSun:()=>YI,BIconThreeDots:()=>jI,BIconThreeDotsVertical:()=>$I,BIconToggle2Off:()=>UI,BIconToggle2On:()=>GI,BIconToggleOff:()=>WI,BIconToggleOn:()=>qI,BIconToggles:()=>XI,BIconToggles2:()=>JI,BIconTools:()=>KI,BIconTornado:()=>QI,BIconTranslate:()=>ZI,BIconTrash:()=>eB,BIconTrash2:()=>tB,BIconTrash2Fill:()=>nB,BIconTrashFill:()=>aB,BIconTree:()=>rB,BIconTreeFill:()=>oB,BIconTriangle:()=>iB,BIconTriangleFill:()=>sB,BIconTriangleHalf:()=>lB,BIconTrophy:()=>cB,BIconTrophyFill:()=>uB,BIconTropicalStorm:()=>dB,BIconTruck:()=>hB,BIconTruckFlatbed:()=>pB,BIconTsunami:()=>fB,BIconTv:()=>mB,BIconTvFill:()=>vB,BIconTwitch:()=>gB,BIconTwitter:()=>_B,BIconType:()=>bB,BIconTypeBold:()=>yB,BIconTypeH1:()=>MB,BIconTypeH2:()=>IB,BIconTypeH3:()=>BB,BIconTypeItalic:()=>kB,BIconTypeStrikethrough:()=>PB,BIconTypeUnderline:()=>TB,BIconUiChecks:()=>wB,BIconUiChecksGrid:()=>EB,BIconUiRadios:()=>OB,BIconUiRadiosGrid:()=>AB,BIconUmbrella:()=>LB,BIconUmbrellaFill:()=>SB,BIconUnion:()=>CB,BIconUnlock:()=>zB,BIconUnlockFill:()=>xB,BIconUpc:()=>DB,BIconUpcScan:()=>FB,BIconUpload:()=>HB,BIconVectorPen:()=>NB,BIconViewList:()=>RB,BIconViewStacked:()=>VB,BIconVinyl:()=>YB,BIconVinylFill:()=>jB,BIconVoicemail:()=>$B,BIconVolumeDown:()=>UB,BIconVolumeDownFill:()=>GB,BIconVolumeMute:()=>WB,BIconVolumeMuteFill:()=>qB,BIconVolumeOff:()=>XB,BIconVolumeOffFill:()=>JB,BIconVolumeUp:()=>KB,BIconVolumeUpFill:()=>QB,BIconVr:()=>ZB,BIconWallet:()=>ek,BIconWallet2:()=>tk,BIconWalletFill:()=>nk,BIconWatch:()=>ak,BIconWater:()=>rk,BIconWhatsapp:()=>ok,BIconWifi:()=>ik,BIconWifi1:()=>sk,BIconWifi2:()=>lk,BIconWifiOff:()=>ck,BIconWind:()=>uk,BIconWindow:()=>dk,BIconWindowDock:()=>hk,BIconWindowSidebar:()=>pk,BIconWrench:()=>fk,BIconX:()=>mk,BIconXCircle:()=>vk,BIconXCircleFill:()=>gk,BIconXDiamond:()=>_k,BIconXDiamondFill:()=>bk,BIconXLg:()=>yk,BIconXOctagon:()=>Mk,BIconXOctagonFill:()=>Ik,BIconXSquare:()=>Bk,BIconXSquareFill:()=>kk,BIconYoutube:()=>Pk,BIconZoomIn:()=>Tk,BIconZoomOut:()=>wk});var a=n(99354),r=(0,a.makeIcon)("Blank",""),o=(0,a.makeIcon)("Alarm",'<path d="M8.5 5.5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9V5.5z"/><path d="M6.5 0a.5.5 0 0 0 0 1H7v1.07a7.001 7.001 0 0 0-3.273 12.474l-.602.602a.5.5 0 0 0 .707.708l.746-.746A6.97 6.97 0 0 0 8 16a6.97 6.97 0 0 0 3.422-.892l.746.746a.5.5 0 0 0 .707-.708l-.601-.602A7.001 7.001 0 0 0 9 2.07V1h.5a.5.5 0 0 0 0-1h-3zm1.038 3.018a6.093 6.093 0 0 1 .924 0 6 6 0 1 1-.924 0zM0 3.5c0 .753.333 1.429.86 1.887A8.035 8.035 0 0 1 4.387 1.86 2.5 2.5 0 0 0 0 3.5zM13.5 1c-.753 0-1.429.333-1.887.86a8.035 8.035 0 0 1 3.527 3.527A2.5 2.5 0 0 0 13.5 1z"/>'),i=(0,a.makeIcon)("AlarmFill",'<path d="M6 .5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H9v1.07a7.001 7.001 0 0 1 3.274 12.474l.601.602a.5.5 0 0 1-.707.708l-.746-.746A6.97 6.97 0 0 1 8 16a6.97 6.97 0 0 1-3.422-.892l-.746.746a.5.5 0 0 1-.707-.708l.602-.602A7.001 7.001 0 0 1 7 2.07V1h-.5A.5.5 0 0 1 6 .5zm2.5 5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9V5.5zM.86 5.387A2.5 2.5 0 1 1 4.387 1.86 8.035 8.035 0 0 0 .86 5.387zM11.613 1.86a2.5 2.5 0 1 1 3.527 3.527 8.035 8.035 0 0 0-3.527-3.527z"/>'),s=(0,a.makeIcon)("AlignBottom",'<rect width="4" height="12" x="6" y="1" rx="1"/><path d="M1.5 14a.5.5 0 0 0 0 1v-1zm13 1a.5.5 0 0 0 0-1v1zm-13 0h13v-1h-13v1z"/>'),l=(0,a.makeIcon)("AlignCenter",'<path d="M8 1a.5.5 0 0 1 .5.5V6h-1V1.5A.5.5 0 0 1 8 1zm0 14a.5.5 0 0 1-.5-.5V10h1v4.5a.5.5 0 0 1-.5.5zM2 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7z"/>'),c=(0,a.makeIcon)("AlignEnd",'<path fill-rule="evenodd" d="M14.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5z"/><path d="M13 7a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V7z"/>'),u=(0,a.makeIcon)("AlignMiddle",'<path d="M6 13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v10zM1 8a.5.5 0 0 0 .5.5H6v-1H1.5A.5.5 0 0 0 1 8zm14 0a.5.5 0 0 1-.5.5H10v-1h4.5a.5.5 0 0 1 .5.5z"/>'),d=(0,a.makeIcon)("AlignStart",'<path fill-rule="evenodd" d="M1.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5z"/><path d="M3 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7z"/>'),h=(0,a.makeIcon)("AlignTop",'<rect width="4" height="12" rx="1" transform="matrix(1 0 0 -1 6 15)"/><path d="M1.5 2a.5.5 0 0 1 0-1v1zm13-1a.5.5 0 0 1 0 1V1zm-13 0h13v1h-13V1z"/>'),p=(0,a.makeIcon)("Alt",'<path d="M1 13.5a.5.5 0 0 0 .5.5h3.797a.5.5 0 0 0 .439-.26L11 3h3.5a.5.5 0 0 0 0-1h-3.797a.5.5 0 0 0-.439.26L5 13H1.5a.5.5 0 0 0-.5.5zm10 0a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.5.5z"/>'),f=(0,a.makeIcon)("App",'<path d="M11 2a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h6zM5 1a4 4 0 0 0-4 4v6a4 4 0 0 0 4 4h6a4 4 0 0 0 4-4V5a4 4 0 0 0-4-4H5z"/>'),m=(0,a.makeIcon)("AppIndicator",'<path d="M5.5 2A3.5 3.5 0 0 0 2 5.5v5A3.5 3.5 0 0 0 5.5 14h5a3.5 3.5 0 0 0 3.5-3.5V8a.5.5 0 0 1 1 0v2.5a4.5 4.5 0 0 1-4.5 4.5h-5A4.5 4.5 0 0 1 1 10.5v-5A4.5 4.5 0 0 1 5.5 1H8a.5.5 0 0 1 0 1H5.5z"/><path d="M16 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/>'),v=(0,a.makeIcon)("Archive",'<path d="M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v7.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 12.5V5a1 1 0 0 1-1-1V2zm2 3v7.5A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5V5H2zm13-3H1v2h14V2zM5 7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/>'),g=(0,a.makeIcon)("ArchiveFill",'<path d="M12.643 15C13.979 15 15 13.845 15 12.5V5H1v7.5C1 13.845 2.021 15 3.357 15h9.286zM5.5 7h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zM.8 1a.8.8 0 0 0-.8.8V3a.8.8 0 0 0 .8.8h14.4A.8.8 0 0 0 16 3V1.8a.8.8 0 0 0-.8-.8H.8z"/>'),_=(0,a.makeIcon)("Arrow90degDown",'<path fill-rule="evenodd" d="M4.854 14.854a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L4 13.293V3.5A2.5 2.5 0 0 1 6.5 1h8a.5.5 0 0 1 0 1h-8A1.5 1.5 0 0 0 5 3.5v9.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4z"/>'),b=(0,a.makeIcon)("Arrow90degLeft",'<path fill-rule="evenodd" d="M1.146 4.854a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H12.5A2.5 2.5 0 0 1 15 6.5v8a.5.5 0 0 1-1 0v-8A1.5 1.5 0 0 0 12.5 5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4z"/>'),y=(0,a.makeIcon)("Arrow90degRight",'<path fill-rule="evenodd" d="M14.854 4.854a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 4H3.5A2.5 2.5 0 0 0 1 6.5v8a.5.5 0 0 0 1 0v-8A1.5 1.5 0 0 1 3.5 5h9.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4z"/>'),M=(0,a.makeIcon)("Arrow90degUp",'<path fill-rule="evenodd" d="M4.854 1.146a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L4 2.707V12.5A2.5 2.5 0 0 0 6.5 15h8a.5.5 0 0 0 0-1h-8A1.5 1.5 0 0 1 5 12.5V2.707l3.146 3.147a.5.5 0 1 0 .708-.708l-4-4z"/>'),I=(0,a.makeIcon)("ArrowBarDown",'<path fill-rule="evenodd" d="M1 3.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5zM8 6a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 .708-.708L7.5 12.293V6.5A.5.5 0 0 1 8 6z"/>'),B=(0,a.makeIcon)("ArrowBarLeft",'<path fill-rule="evenodd" d="M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5zM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5z"/>'),k=(0,a.makeIcon)("ArrowBarRight",'<path fill-rule="evenodd" d="M6 8a.5.5 0 0 0 .5.5h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L12.293 7.5H6.5A.5.5 0 0 0 6 8zm-2.5 7a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5z"/>'),P=(0,a.makeIcon)("ArrowBarUp",'<path fill-rule="evenodd" d="M8 10a.5.5 0 0 0 .5-.5V3.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 3.707V9.5a.5.5 0 0 0 .5.5zm-7 2.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z"/>'),T=(0,a.makeIcon)("ArrowClockwise",'<path fill-rule="evenodd" d="M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2v1z"/><path d="M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466z"/>'),w=(0,a.makeIcon)("ArrowCounterclockwise",'<path fill-rule="evenodd" d="M8 3a5 5 0 1 1-4.546 2.914.5.5 0 0 0-.908-.417A6 6 0 1 0 8 2v1z"/><path d="M8 4.466V.534a.25.25 0 0 0-.41-.192L5.23 2.308a.25.25 0 0 0 0 .384l2.36 1.966A.25.25 0 0 0 8 4.466z"/>'),E=(0,a.makeIcon)("ArrowDown",'<path fill-rule="evenodd" d="M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z"/>'),O=(0,a.makeIcon)("ArrowDownCircle",'<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V4.5z"/>'),A=(0,a.makeIcon)("ArrowDownCircleFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V4.5z"/>'),L=(0,a.makeIcon)("ArrowDownLeft",'<path fill-rule="evenodd" d="M2 13.5a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 0-1H3.707L13.854 2.854a.5.5 0 0 0-.708-.708L3 12.293V7.5a.5.5 0 0 0-1 0v6z"/>'),S=(0,a.makeIcon)("ArrowDownLeftCircle",'<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-5.904-2.854a.5.5 0 1 1 .707.708L6.707 9.95h2.768a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5V6.475a.5.5 0 1 1 1 0v2.768l4.096-4.097z"/>'),C=(0,a.makeIcon)("ArrowDownLeftCircleFill",'<path d="M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zm-5.904-2.803a.5.5 0 1 1 .707.707L6.707 10h2.768a.5.5 0 0 1 0 1H5.5a.5.5 0 0 1-.5-.5V6.525a.5.5 0 0 1 1 0v2.768l4.096-4.096z"/>'),z=(0,a.makeIcon)("ArrowDownLeftSquare",'<path fill-rule="evenodd" d="M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm10.096 3.146a.5.5 0 1 1 .707.708L6.707 9.95h2.768a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5V6.475a.5.5 0 1 1 1 0v2.768l4.096-4.097z"/>'),x=(0,a.makeIcon)("ArrowDownLeftSquareFill",'<path d="M2 16a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2zm8.096-10.803L6 9.293V6.525a.5.5 0 0 0-1 0V10.5a.5.5 0 0 0 .5.5h3.975a.5.5 0 0 0 0-1H6.707l4.096-4.096a.5.5 0 1 0-.707-.707z"/>'),D=(0,a.makeIcon)("ArrowDownRight",'<path fill-rule="evenodd" d="M14 13.5a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1 0-1h4.793L2.146 2.854a.5.5 0 1 1 .708-.708L13 12.293V7.5a.5.5 0 0 1 1 0v6z"/>'),F=(0,a.makeIcon)("ArrowDownRightCircle",'<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.854 5.146a.5.5 0 1 0-.708.708L9.243 9.95H6.475a.5.5 0 1 0 0 1h3.975a.5.5 0 0 0 .5-.5V6.475a.5.5 0 1 0-1 0v2.768L5.854 5.146z"/>'),H=(0,a.makeIcon)("ArrowDownRightCircleFill",'<path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm5.904-2.803a.5.5 0 1 0-.707.707L9.293 10H6.525a.5.5 0 0 0 0 1H10.5a.5.5 0 0 0 .5-.5V6.525a.5.5 0 0 0-1 0v2.768L5.904 5.197z"/>'),N=(0,a.makeIcon)("ArrowDownRightSquare",'<path fill-rule="evenodd" d="M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm5.854 3.146a.5.5 0 1 0-.708.708L9.243 9.95H6.475a.5.5 0 1 0 0 1h3.975a.5.5 0 0 0 .5-.5V6.475a.5.5 0 1 0-1 0v2.768L5.854 5.146z"/>'),R=(0,a.makeIcon)("ArrowDownRightSquareFill",'<path d="M14 16a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12zM5.904 5.197 10 9.293V6.525a.5.5 0 0 1 1 0V10.5a.5.5 0 0 1-.5.5H6.525a.5.5 0 0 1 0-1h2.768L5.197 5.904a.5.5 0 0 1 .707-.707z"/>'),V=(0,a.makeIcon)("ArrowDownShort",'<path fill-rule="evenodd" d="M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z"/>'),Y=(0,a.makeIcon)("ArrowDownSquare",'<path fill-rule="evenodd" d="M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm8.5 2.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V4.5z"/>'),j=(0,a.makeIcon)("ArrowDownSquareFill",'<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5a.5.5 0 0 1 1 0z"/>'),$=(0,a.makeIcon)("ArrowDownUp",'<path fill-rule="evenodd" d="M11.5 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L11 2.707V14.5a.5.5 0 0 0 .5.5zm-7-14a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L4 13.293V1.5a.5.5 0 0 1 .5-.5z"/>'),U=(0,a.makeIcon)("ArrowLeft",'<path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"/>'),G=(0,a.makeIcon)("ArrowLeftCircle",'<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-4.5-.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z"/>'),W=(0,a.makeIcon)("ArrowLeftCircleFill",'<path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z"/>'),q=(0,a.makeIcon)("ArrowLeftRight",'<path fill-rule="evenodd" d="M1 11.5a.5.5 0 0 0 .5.5h11.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 11H1.5a.5.5 0 0 0-.5.5zm14-7a.5.5 0 0 1-.5.5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H14.5a.5.5 0 0 1 .5.5z"/>'),X=(0,a.makeIcon)("ArrowLeftShort",'<path fill-rule="evenodd" d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z"/>'),J=(0,a.makeIcon)("ArrowLeftSquare",'<path fill-rule="evenodd" d="M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm11.5 5.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z"/>'),K=(0,a.makeIcon)("ArrowLeftSquareFill",'<path d="M16 14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12zm-4.5-6.5H5.707l2.147-2.146a.5.5 0 1 0-.708-.708l-3 3a.5.5 0 0 0 0 .708l3 3a.5.5 0 0 0 .708-.708L5.707 8.5H11.5a.5.5 0 0 0 0-1z"/>'),Q=(0,a.makeIcon)("ArrowRepeat",'<path d="M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9z"/><path fill-rule="evenodd" d="M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3zM3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9H3.1z"/>'),Z=(0,a.makeIcon)("ArrowReturnLeft",'<path fill-rule="evenodd" d="M14.5 1.5a.5.5 0 0 1 .5.5v4.8a2.5 2.5 0 0 1-2.5 2.5H2.707l3.347 3.346a.5.5 0 0 1-.708.708l-4.2-4.2a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 8.3H12.5A1.5 1.5 0 0 0 14 6.8V2a.5.5 0 0 1 .5-.5z"/>'),ee=(0,a.makeIcon)("ArrowReturnRight",'<path fill-rule="evenodd" d="M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z"/>'),te=(0,a.makeIcon)("ArrowRight",'<path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/>'),ne=(0,a.makeIcon)("ArrowRightCircle",'<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z"/>'),ae=(0,a.makeIcon)("ArrowRightCircleFill",'<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z"/>'),re=(0,a.makeIcon)("ArrowRightShort",'<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"/>'),oe=(0,a.makeIcon)("ArrowRightSquare",'<path fill-rule="evenodd" d="M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm4.5 5.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z"/>'),ie=(0,a.makeIcon)("ArrowRightSquareFill",'<path d="M0 14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12zm4.5-6.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5a.5.5 0 0 1 0-1z"/>'),se=(0,a.makeIcon)("ArrowUp",'<path fill-rule="evenodd" d="M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5z"/>'),le=(0,a.makeIcon)("ArrowUpCircle",'<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z"/>'),ce=(0,a.makeIcon)("ArrowUpCircleFill",'<path d="M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z"/>'),ue=(0,a.makeIcon)("ArrowUpLeft",'<path fill-rule="evenodd" d="M2 2.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1H3.707l10.147 10.146a.5.5 0 0 1-.708.708L3 3.707V8.5a.5.5 0 0 1-1 0v-6z"/>'),de=(0,a.makeIcon)("ArrowUpLeftCircle",'<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-5.904 2.803a.5.5 0 1 0 .707-.707L6.707 6h2.768a.5.5 0 1 0 0-1H5.5a.5.5 0 0 0-.5.5v3.975a.5.5 0 0 0 1 0V6.707l4.096 4.096z"/>'),he=(0,a.makeIcon)("ArrowUpLeftCircleFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-5.904 2.803a.5.5 0 1 0 .707-.707L6.707 6h2.768a.5.5 0 1 0 0-1H5.5a.5.5 0 0 0-.5.5v3.975a.5.5 0 0 0 1 0V6.707l4.096 4.096z"/>'),pe=(0,a.makeIcon)("ArrowUpLeftSquare",'<path fill-rule="evenodd" d="M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm10.096 8.803a.5.5 0 1 0 .707-.707L6.707 6h2.768a.5.5 0 1 0 0-1H5.5a.5.5 0 0 0-.5.5v3.975a.5.5 0 0 0 1 0V6.707l4.096 4.096z"/>'),fe=(0,a.makeIcon)("ArrowUpLeftSquareFill",'<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm8.096 10.803L6 6.707v2.768a.5.5 0 0 1-1 0V5.5a.5.5 0 0 1 .5-.5h3.975a.5.5 0 1 1 0 1H6.707l4.096 4.096a.5.5 0 1 1-.707.707z"/>'),me=(0,a.makeIcon)("ArrowUpRight",'<path fill-rule="evenodd" d="M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0v-6z"/>'),ve=(0,a.makeIcon)("ArrowUpRightCircle",'<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.854 10.803a.5.5 0 1 1-.708-.707L9.243 6H6.475a.5.5 0 1 1 0-1h3.975a.5.5 0 0 1 .5.5v3.975a.5.5 0 1 1-1 0V6.707l-4.096 4.096z"/>'),ge=(0,a.makeIcon)("ArrowUpRightCircleFill",'<path d="M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8zm5.904 2.803a.5.5 0 1 1-.707-.707L9.293 6H6.525a.5.5 0 1 1 0-1H10.5a.5.5 0 0 1 .5.5v3.975a.5.5 0 0 1-1 0V6.707l-4.096 4.096z"/>'),_e=(0,a.makeIcon)("ArrowUpRightSquare",'<path fill-rule="evenodd" d="M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm5.854 8.803a.5.5 0 1 1-.708-.707L9.243 6H6.475a.5.5 0 1 1 0-1h3.975a.5.5 0 0 1 .5.5v3.975a.5.5 0 1 1-1 0V6.707l-4.096 4.096z"/>'),be=(0,a.makeIcon)("ArrowUpRightSquareFill",'<path d="M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12zM5.904 10.803 10 6.707v2.768a.5.5 0 0 0 1 0V5.5a.5.5 0 0 0-.5-.5H6.525a.5.5 0 1 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 .707.707z"/>'),ye=(0,a.makeIcon)("ArrowUpShort",'<path fill-rule="evenodd" d="M8 12a.5.5 0 0 0 .5-.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 .5.5z"/>'),Me=(0,a.makeIcon)("ArrowUpSquare",'<path fill-rule="evenodd" d="M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm8.5 9.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z"/>'),Ie=(0,a.makeIcon)("ArrowUpSquareFill",'<path d="M2 16a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2zm6.5-4.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 1 0z"/>'),Be=(0,a.makeIcon)("ArrowsAngleContract",'<path fill-rule="evenodd" d="M.172 15.828a.5.5 0 0 0 .707 0l4.096-4.096V14.5a.5.5 0 1 0 1 0v-3.975a.5.5 0 0 0-.5-.5H1.5a.5.5 0 0 0 0 1h2.768L.172 15.121a.5.5 0 0 0 0 .707zM15.828.172a.5.5 0 0 0-.707 0l-4.096 4.096V1.5a.5.5 0 1 0-1 0v3.975a.5.5 0 0 0 .5.5H14.5a.5.5 0 0 0 0-1h-2.768L15.828.879a.5.5 0 0 0 0-.707z"/>'),ke=(0,a.makeIcon)("ArrowsAngleExpand",'<path fill-rule="evenodd" d="M5.828 10.172a.5.5 0 0 0-.707 0l-4.096 4.096V11.5a.5.5 0 0 0-1 0v3.975a.5.5 0 0 0 .5.5H4.5a.5.5 0 0 0 0-1H1.732l4.096-4.096a.5.5 0 0 0 0-.707zm4.344-4.344a.5.5 0 0 0 .707 0l4.096-4.096V4.5a.5.5 0 1 0 1 0V.525a.5.5 0 0 0-.5-.5H11.5a.5.5 0 0 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 0 .707z"/>'),Pe=(0,a.makeIcon)("ArrowsCollapse",'<path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8zm7-8a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 4.293V.5A.5.5 0 0 1 8 0zm-.5 11.707-1.146 1.147a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 11.707V15.5a.5.5 0 0 1-1 0v-3.793z"/>'),Te=(0,a.makeIcon)("ArrowsExpand",'<path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8zM7.646.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 1.707V5.5a.5.5 0 0 1-1 0V1.707L6.354 2.854a.5.5 0 1 1-.708-.708l2-2zM8 10a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 14.293V10.5A.5.5 0 0 1 8 10z"/>'),we=(0,a.makeIcon)("ArrowsFullscreen",'<path fill-rule="evenodd" d="M5.828 10.172a.5.5 0 0 0-.707 0l-4.096 4.096V11.5a.5.5 0 0 0-1 0v3.975a.5.5 0 0 0 .5.5H4.5a.5.5 0 0 0 0-1H1.732l4.096-4.096a.5.5 0 0 0 0-.707zm4.344 0a.5.5 0 0 1 .707 0l4.096 4.096V11.5a.5.5 0 1 1 1 0v3.975a.5.5 0 0 1-.5.5H11.5a.5.5 0 0 1 0-1h2.768l-4.096-4.096a.5.5 0 0 1 0-.707zm0-4.344a.5.5 0 0 0 .707 0l4.096-4.096V4.5a.5.5 0 1 0 1 0V.525a.5.5 0 0 0-.5-.5H11.5a.5.5 0 0 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 0 .707zm-4.344 0a.5.5 0 0 1-.707 0L1.025 1.732V4.5a.5.5 0 0 1-1 0V.525a.5.5 0 0 1 .5-.5H4.5a.5.5 0 0 1 0 1H1.732l4.096 4.096a.5.5 0 0 1 0 .707z"/>'),Ee=(0,a.makeIcon)("ArrowsMove",'<path fill-rule="evenodd" d="M7.646.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 1.707V5.5a.5.5 0 0 1-1 0V1.707L6.354 2.854a.5.5 0 1 1-.708-.708l2-2zM8 10a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 14.293V10.5A.5.5 0 0 1 8 10zM.146 8.354a.5.5 0 0 1 0-.708l2-2a.5.5 0 1 1 .708.708L1.707 7.5H5.5a.5.5 0 0 1 0 1H1.707l1.147 1.146a.5.5 0 0 1-.708.708l-2-2zM10 8a.5.5 0 0 1 .5-.5h3.793l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L14.293 8.5H10.5A.5.5 0 0 1 10 8z"/>'),Oe=(0,a.makeIcon)("AspectRatio",'<path d="M0 3.5A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5v-9zM1.5 3a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-13z"/><path d="M2 4.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H3v2.5a.5.5 0 0 1-1 0v-3zm12 7a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1 0-1H13V8.5a.5.5 0 0 1 1 0v3z"/>'),Ae=(0,a.makeIcon)("AspectRatioFill",'<path d="M0 12.5v-9A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5zM2.5 4a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 1 0V5h2.5a.5.5 0 0 0 0-1h-3zm11 8a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-1 0V11h-2.5a.5.5 0 0 0 0 1h3z"/>'),Le=(0,a.makeIcon)("Asterisk",'<path d="M8 0a1 1 0 0 1 1 1v5.268l4.562-2.634a1 1 0 1 1 1 1.732L10 8l4.562 2.634a1 1 0 1 1-1 1.732L9 9.732V15a1 1 0 1 1-2 0V9.732l-4.562 2.634a1 1 0 1 1-1-1.732L6 8 1.438 5.366a1 1 0 0 1 1-1.732L7 6.268V1a1 1 0 0 1 1-1z"/>'),Se=(0,a.makeIcon)("At",'<path d="M13.106 7.222c0-2.967-2.249-5.032-5.482-5.032-3.35 0-5.646 2.318-5.646 5.702 0 3.493 2.235 5.708 5.762 5.708.862 0 1.689-.123 2.304-.335v-.862c-.43.199-1.354.328-2.29.328-2.926 0-4.813-1.88-4.813-4.798 0-2.844 1.921-4.881 4.594-4.881 2.735 0 4.608 1.688 4.608 4.156 0 1.682-.554 2.769-1.416 2.769-.492 0-.772-.28-.772-.76V5.206H8.923v.834h-.11c-.266-.595-.881-.964-1.6-.964-1.4 0-2.378 1.162-2.378 2.823 0 1.737.957 2.906 2.379 2.906.8 0 1.415-.39 1.709-1.087h.11c.081.67.703 1.148 1.503 1.148 1.572 0 2.57-1.415 2.57-3.643zm-7.177.704c0-1.197.54-1.907 1.456-1.907.93 0 1.524.738 1.524 1.907S8.308 9.84 7.371 9.84c-.895 0-1.442-.725-1.442-1.914z"/>'),Ce=(0,a.makeIcon)("Award",'<path d="M9.669.864 8 0 6.331.864l-1.858.282-.842 1.68-1.337 1.32L2.6 6l-.306 1.854 1.337 1.32.842 1.68 1.858.282L8 12l1.669-.864 1.858-.282.842-1.68 1.337-1.32L13.4 6l.306-1.854-1.337-1.32-.842-1.68L9.669.864zm1.196 1.193.684 1.365 1.086 1.072L12.387 6l.248 1.506-1.086 1.072-.684 1.365-1.51.229L8 10.874l-1.355-.702-1.51-.229-.684-1.365-1.086-1.072L3.614 6l-.25-1.506 1.087-1.072.684-1.365 1.51-.229L8 1.126l1.356.702 1.509.229z"/><path d="M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1 4 11.794z"/>'),ze=(0,a.makeIcon)("AwardFill",'<path d="m8 0 1.669.864 1.858.282.842 1.68 1.337 1.32L13.4 6l.306 1.854-1.337 1.32-.842 1.68-1.858.282L8 12l-1.669-.864-1.858-.282-.842-1.68-1.337-1.32L2.6 6l-.306-1.854 1.337-1.32.842-1.68L6.331.864 8 0z"/><path d="M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1 4 11.794z"/>'),xe=(0,a.makeIcon)("Back",'<path d="M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2z"/>'),De=(0,a.makeIcon)("Backspace",'<path d="M5.83 5.146a.5.5 0 0 0 0 .708L7.975 8l-2.147 2.146a.5.5 0 0 0 .707.708l2.147-2.147 2.146 2.147a.5.5 0 0 0 .707-.708L9.39 8l2.146-2.146a.5.5 0 0 0-.707-.708L8.683 7.293 6.536 5.146a.5.5 0 0 0-.707 0z"/><path d="M13.683 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-7.08a2 2 0 0 1-1.519-.698L.241 8.65a1 1 0 0 1 0-1.302L5.084 1.7A2 2 0 0 1 6.603 1h7.08zm-7.08 1a1 1 0 0 0-.76.35L1 8l4.844 5.65a1 1 0 0 0 .759.35h7.08a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-7.08z"/>'),Fe=(0,a.makeIcon)("BackspaceFill",'<path d="M15.683 3a2 2 0 0 0-2-2h-7.08a2 2 0 0 0-1.519.698L.241 7.35a1 1 0 0 0 0 1.302l4.843 5.65A2 2 0 0 0 6.603 15h7.08a2 2 0 0 0 2-2V3zM5.829 5.854a.5.5 0 1 1 .707-.708l2.147 2.147 2.146-2.147a.5.5 0 1 1 .707.708L9.39 8l2.146 2.146a.5.5 0 0 1-.707.708L8.683 8.707l-2.147 2.147a.5.5 0 0 1-.707-.708L7.976 8 5.829 5.854z"/>'),He=(0,a.makeIcon)("BackspaceReverse",'<path d="M9.854 5.146a.5.5 0 0 1 0 .708L7.707 8l2.147 2.146a.5.5 0 0 1-.708.708L7 8.707l-2.146 2.147a.5.5 0 0 1-.708-.708L6.293 8 4.146 5.854a.5.5 0 1 1 .708-.708L7 7.293l2.146-2.147a.5.5 0 0 1 .708 0z"/><path d="M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7.08a2 2 0 0 0 1.519-.698l4.843-5.651a1 1 0 0 0 0-1.302L10.6 1.7A2 2 0 0 0 9.08 1H2zm7.08 1a1 1 0 0 1 .76.35L14.682 8l-4.844 5.65a1 1 0 0 1-.759.35H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h7.08z"/>'),Ne=(0,a.makeIcon)("BackspaceReverseFill",'<path d="M0 3a2 2 0 0 1 2-2h7.08a2 2 0 0 1 1.519.698l4.843 5.651a1 1 0 0 1 0 1.302L10.6 14.3a2 2 0 0 1-1.52.7H2a2 2 0 0 1-2-2V3zm9.854 2.854a.5.5 0 0 0-.708-.708L7 7.293 4.854 5.146a.5.5 0 1 0-.708.708L6.293 8l-2.147 2.146a.5.5 0 0 0 .708.708L7 8.707l2.146 2.147a.5.5 0 0 0 .708-.708L7.707 8l2.147-2.146z"/>'),Re=(0,a.makeIcon)("Badge3d",'<path d="M4.52 8.368h.664c.646 0 1.055.378 1.06.9.008.537-.427.919-1.086.919-.598-.004-1.037-.325-1.068-.756H3c.03.914.791 1.688 2.153 1.688 1.24 0 2.285-.66 2.272-1.798-.013-.953-.747-1.38-1.292-1.432v-.062c.44-.07 1.125-.527 1.108-1.375-.013-.906-.8-1.57-2.053-1.565-1.31.005-2.043.734-2.074 1.67h1.103c.022-.391.383-.751.936-.751.532 0 .928.33.928.813.004.479-.383.835-.928.835h-.632v.914zm3.606-3.367V11h2.189C12.125 11 13 9.893 13 7.985c0-1.894-.861-2.984-2.685-2.984H8.126zm1.187.967h.844c1.112 0 1.621.686 1.621 2.04 0 1.353-.505 2.02-1.621 2.02h-.844v-4.06z"/><path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>'),Ve=(0,a.makeIcon)("Badge3dFill",'<path d="M10.157 5.968h-.844v4.06h.844c1.116 0 1.621-.667 1.621-2.02 0-1.354-.51-2.04-1.621-2.04z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm5.184 4.368c.646 0 1.055.378 1.06.9.008.537-.427.919-1.086.919-.598-.004-1.037-.325-1.068-.756H3c.03.914.791 1.688 2.153 1.688 1.24 0 2.285-.66 2.272-1.798-.013-.953-.747-1.38-1.292-1.432v-.062c.44-.07 1.125-.527 1.108-1.375-.013-.906-.8-1.57-2.053-1.565-1.31.005-2.043.734-2.074 1.67h1.103c.022-.391.383-.751.936-.751.532 0 .928.33.928.813.004.479-.383.835-.928.835h-.632v.914h.663zM8.126 11h2.189C12.125 11 13 9.893 13 7.985c0-1.894-.861-2.984-2.685-2.984H8.126V11z"/>'),Ye=(0,a.makeIcon)("Badge4k",'<path d="M4.807 5.001C4.021 6.298 3.203 7.6 2.5 8.917v.971h2.905V11h1.112V9.888h.733V8.93h-.733V5.001h-1.71zm-1.23 3.93v-.032a46.781 46.781 0 0 1 1.766-3.001h.062V8.93H3.577zm9.831-3.93h-1.306L9.835 7.687h-.057V5H8.59v6h1.187V9.075l.615-.699L12.072 11H13.5l-2.232-3.415 2.14-2.584z"/><path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>'),je=(0,a.makeIcon)("Badge4kFill",'<path d="M3.577 8.9v.03h1.828V5.898h-.062a46.781 46.781 0 0 0-1.766 3.001z"/><path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm2.372 3.715.435-.714h1.71v3.93h.733v.957h-.733V11H5.405V9.888H2.5v-.971c.574-1.077 1.225-2.142 1.872-3.202zm7.73-.714h1.306l-2.14 2.584L13.5 11h-1.428l-1.679-2.624-.615.7V11H8.59V5.001h1.187v2.686h.057L12.102 5z"/>'),$e=(0,a.makeIcon)("Badge8k",'<path d="M4.837 11.114c1.406 0 2.333-.725 2.333-1.766 0-.945-.712-1.38-1.256-1.49v-.053c.496-.15 1.02-.55 1.02-1.331 0-.914-.831-1.587-2.084-1.587-1.257 0-2.087.673-2.087 1.587 0 .773.51 1.177 1.02 1.331v.053c-.546.11-1.258.54-1.258 1.494 0 1.042.906 1.762 2.312 1.762zm.013-3.643c-.545 0-.95-.356-.95-.866s.405-.852.95-.852c.545 0 .945.343.945.852 0 .51-.4.866-.945.866zm0 2.786c-.65 0-1.142-.395-1.142-.984S4.2 8.28 4.85 8.28c.646 0 1.143.404 1.143.993s-.497.984-1.143.984zM13.408 5h-1.306L9.835 7.685h-.057V5H8.59v5.998h1.187V9.075l.615-.699 1.679 2.623H13.5l-2.232-3.414L13.408 5z"/><path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>'),Ue=(0,a.makeIcon)("Badge8kFill",'<path d="M3.9 6.605c0 .51.405.866.95.866.545 0 .945-.356.945-.866s-.4-.852-.945-.852c-.545 0-.95.343-.95.852zm-.192 2.668c0 .589.492.984 1.142.984.646 0 1.143-.395 1.143-.984S5.496 8.28 4.85 8.28c-.65 0-1.142.404-1.142.993z"/><path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm5.17 7.348c0 1.041-.927 1.766-2.333 1.766-1.406 0-2.312-.72-2.312-1.762 0-.954.712-1.384 1.257-1.494v-.053c-.51-.154-1.02-.558-1.02-1.331 0-.914.831-1.587 2.088-1.587 1.253 0 2.083.673 2.083 1.587 0 .782-.523 1.182-1.02 1.331v.053c.545.11 1.257.545 1.257 1.49zM12.102 5h1.306l-2.14 2.584 2.232 3.415h-1.428l-1.679-2.624-.615.699v1.925H8.59V5h1.187v2.685h.057L12.102 5z"/>'),Ge=(0,a.makeIcon)("BadgeAd",'<path d="m3.7 11 .47-1.542h2.004L6.644 11h1.261L5.901 5.001H4.513L2.5 11h1.2zm1.503-4.852.734 2.426H4.416l.734-2.426h.053zm4.759.128c-1.059 0-1.753.765-1.753 2.043v.695c0 1.279.685 2.043 1.74 2.043.677 0 1.222-.33 1.367-.804h.057V11h1.138V4.685h-1.16v2.36h-.053c-.18-.475-.68-.77-1.336-.77zm.387.923c.58 0 1.002.44 1.002 1.138v.602c0 .76-.396 1.2-.984 1.2-.598 0-.972-.449-.972-1.248v-.453c0-.795.37-1.24.954-1.24z"/><path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>'),We=(0,a.makeIcon)("BadgeAdFill",'<path d="M11.35 8.337c0-.699-.42-1.138-1.001-1.138-.584 0-.954.444-.954 1.239v.453c0 .8.374 1.248.972 1.248.588 0 .984-.44.984-1.2v-.602zm-5.413.237-.734-2.426H5.15l-.734 2.426h1.52z"/><path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm6.209 6.32c0-1.28.694-2.044 1.753-2.044.655 0 1.156.294 1.336.769h.053v-2.36h1.16V11h-1.138v-.747h-.057c-.145.474-.69.804-1.367.804-1.055 0-1.74-.764-1.74-2.043v-.695zm-4.04 1.138L3.7 11H2.5l2.013-5.999H5.9L7.905 11H6.644l-.47-1.542H4.17z"/>'),qe=(0,a.makeIcon)("BadgeAr",'<path d="m3.794 11 .47-1.542H6.27L6.739 11H8L5.996 5.001H4.607L2.595 11h1.2zm1.503-4.852.734 2.426h-1.52l.734-2.426h.052zm5.598-1.147H8.5V11h1.173V8.763h1.064L11.787 11h1.327L11.91 8.583C12.455 8.373 13 7.779 13 6.9c0-1.147-.773-1.9-2.105-1.9zm-1.222 2.87V5.933h1.05c.63 0 1.05.347 1.05.989 0 .633-.408.95-1.067.95H9.673z"/><path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>'),Xe=(0,a.makeIcon)("BadgeArFill",'<path d="m6.031 8.574-.734-2.426h-.052L4.51 8.574h1.52zm3.642-2.641v1.938h1.033c.66 0 1.068-.316 1.068-.95 0-.64-.422-.988-1.05-.988h-1.05z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm4.265 5.458h2.004L6.739 11H8L5.996 5.001H4.607L2.595 11h1.2l.47-1.542zM8.5 5v6h1.173V8.763h1.064L11.787 11h1.327L11.91 8.583C12.455 8.373 13 7.779 13 6.9c0-1.147-.773-1.9-2.105-1.9H8.5z"/>'),Je=(0,a.makeIcon)("BadgeCc",'<path d="M3.708 7.755c0-1.111.488-1.753 1.319-1.753.681 0 1.138.47 1.186 1.107H7.36V7c-.052-1.186-1.024-2-2.342-2C3.414 5 2.5 6.05 2.5 7.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114H6.213c-.048.615-.496 1.05-1.186 1.05-.84 0-1.319-.62-1.319-1.727v-.743zm6.14 0c0-1.111.488-1.753 1.318-1.753.682 0 1.139.47 1.187 1.107H13.5V7c-.053-1.186-1.024-2-2.342-2C9.554 5 8.64 6.05 8.64 7.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114h-1.147c-.048.615-.497 1.05-1.187 1.05-.839 0-1.318-.62-1.318-1.727v-.743z"/><path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>'),Ke=(0,a.makeIcon)("BadgeCcFill",'<path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm3.027 4.002c-.83 0-1.319.642-1.319 1.753v.743c0 1.107.48 1.727 1.319 1.727.69 0 1.138-.435 1.186-1.05H7.36v.114c-.057 1.147-1.028 1.938-2.342 1.938-1.613 0-2.518-1.028-2.518-2.729v-.747C2.5 6.051 3.414 5 5.018 5c1.318 0 2.29.813 2.342 2v.11H6.213c-.048-.638-.505-1.108-1.186-1.108zm6.14 0c-.831 0-1.319.642-1.319 1.753v.743c0 1.107.48 1.727 1.318 1.727.69 0 1.139-.435 1.187-1.05H13.5v.114c-.057 1.147-1.028 1.938-2.342 1.938-1.613 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.751 2.518-2.751 1.318 0 2.29.813 2.342 2v.11h-1.147c-.048-.638-.505-1.108-1.187-1.108z"/>'),Qe=(0,a.makeIcon)("BadgeHd",'<path d="M7.396 11V5.001H6.209v2.44H3.687V5H2.5v6h1.187V8.43h2.522V11h1.187zM8.5 5.001V11h2.188c1.811 0 2.685-1.107 2.685-3.015 0-1.894-.86-2.984-2.684-2.984H8.5zm1.187.967h.843c1.112 0 1.622.686 1.622 2.04 0 1.353-.505 2.02-1.622 2.02h-.843v-4.06z"/><path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>'),Ze=(0,a.makeIcon)("BadgeHdFill",'<path d="M10.53 5.968h-.843v4.06h.843c1.117 0 1.622-.667 1.622-2.02 0-1.354-.51-2.04-1.622-2.04z"/><path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm5.396 3.001V11H6.209V8.43H3.687V11H2.5V5.001h1.187v2.44h2.522V5h1.187zM8.5 11V5.001h2.188c1.824 0 2.685 1.09 2.685 2.984C13.373 9.893 12.5 11 10.69 11H8.5z"/>'),et=(0,a.makeIcon)("BadgeTm",'<path d="M5.295 11V5.995H7V5H2.403v.994h1.701V11h1.19zm3.397 0V7.01h.058l1.428 3.239h.773l1.42-3.24h.057V11H13.5V5.001h-1.2l-1.71 3.894h-.039l-1.71-3.894H7.634V11h1.06z"/><path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>'),tt=(0,a.makeIcon)("BadgeTmFill",'<path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm3.295 3.995V11H4.104V5.995h-1.7V5H7v.994H5.295zM8.692 7.01V11H7.633V5.001h1.209l1.71 3.894h.039l1.71-3.894H13.5V11h-1.072V7.01h-.057l-1.42 3.239h-.773L8.75 7.008h-.058z"/>'),nt=(0,a.makeIcon)("BadgeVo",'<path d="M4.508 11h1.429l1.99-5.999H6.61L5.277 9.708H5.22L3.875 5.001H2.5L4.508 11zM13.5 8.39v-.77c0-1.696-.962-2.733-2.566-2.733-1.604 0-2.571 1.029-2.571 2.734v.769c0 1.691.967 2.724 2.57 2.724 1.605 0 2.567-1.033 2.567-2.724zm-1.204-.778v.782c0 1.156-.571 1.732-1.362 1.732-.796 0-1.363-.576-1.363-1.732v-.782c0-1.156.567-1.736 1.363-1.736.79 0 1.362.58 1.362 1.736z"/><path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>'),at=(0,a.makeIcon)("BadgeVoFill",'<path d="M12.296 8.394v-.782c0-1.156-.571-1.736-1.362-1.736-.796 0-1.363.58-1.363 1.736v.782c0 1.156.567 1.732 1.363 1.732.79 0 1.362-.576 1.362-1.732z"/><path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm11.5 5.62v.77c0 1.691-.962 2.724-2.566 2.724-1.604 0-2.571-1.033-2.571-2.724v-.77c0-1.704.967-2.733 2.57-2.733 1.605 0 2.567 1.037 2.567 2.734zM5.937 11H4.508L2.5 5.001h1.375L5.22 9.708h.057L6.61 5.001h1.318L5.937 11z"/>'),rt=(0,a.makeIcon)("BadgeVr",'<path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/><path d="M4.508 11h1.429l1.99-5.999H6.61L5.277 9.708H5.22L3.875 5.001H2.5L4.508 11zm6.387-5.999H8.5V11h1.173V8.763h1.064L11.787 11h1.327L11.91 8.583C12.455 8.373 13 7.779 13 6.9c0-1.147-.773-1.9-2.105-1.9zm-1.222 2.87V5.933h1.05c.63 0 1.05.347 1.05.989 0 .633-.408.95-1.067.95H9.673z"/>'),ot=(0,a.makeIcon)("BadgeVrFill",'<path d="M9.673 5.933v1.938h1.033c.66 0 1.068-.316 1.068-.95 0-.64-.422-.988-1.05-.988h-1.05z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm5.937 7 1.99-5.999H6.61L5.277 9.708H5.22L3.875 5.001H2.5L4.508 11h1.429zM8.5 5.001V11h1.173V8.763h1.064L11.787 11h1.327L11.91 8.583C12.455 8.373 13 7.779 13 6.9c0-1.147-.773-1.9-2.105-1.9H8.5z"/>'),it=(0,a.makeIcon)("BadgeWc",'<path d="M10.348 7.643c0-1.112.488-1.754 1.318-1.754.682 0 1.139.47 1.187 1.108H14v-.11c-.053-1.187-1.024-2-2.342-2-1.604 0-2.518 1.05-2.518 2.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114h-1.147c-.048.615-.497 1.05-1.187 1.05-.839 0-1.318-.62-1.318-1.727v-.742zM4.457 11l1.02-4.184h.045L6.542 11h1.006L9 5.001H7.818l-.82 4.355h-.056L5.97 5.001h-.94l-.972 4.355h-.053l-.827-4.355H2L3.452 11h1.005z"/><path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>'),st=(0,a.makeIcon)("BadgeWcFill",'<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm11.666 1.89c.682 0 1.139.47 1.187 1.107H14v-.11c-.053-1.187-1.024-2-2.342-2-1.604 0-2.518 1.05-2.518 2.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114h-1.147c-.048.615-.497 1.05-1.187 1.05-.839 0-1.318-.62-1.318-1.727v-.742c0-1.112.488-1.754 1.318-1.754zm-6.188.926h.044L6.542 11h1.006L9 5.001H7.818l-.82 4.355h-.056L5.97 5.001h-.94l-.972 4.355h-.053l-.827-4.355H2L3.452 11h1.005l1.02-4.184z"/>'),lt=(0,a.makeIcon)("Bag",'<path d="M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z"/>'),ct=(0,a.makeIcon)("BagCheck",'<path fill-rule="evenodd" d="M10.854 8.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z"/>'),ut=(0,a.makeIcon)("BagCheckFill",'<path fill-rule="evenodd" d="M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0zm-.646 5.354a.5.5 0 0 0-.708-.708L7.5 10.793 6.354 9.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z"/>'),dt=(0,a.makeIcon)("BagDash",'<path fill-rule="evenodd" d="M5.5 10a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z"/>'),ht=(0,a.makeIcon)("BagDashFill",'<path fill-rule="evenodd" d="M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0zM6 9.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H6z"/>'),pt=(0,a.makeIcon)("BagFill",'<path d="M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5z"/>'),ft=(0,a.makeIcon)("BagPlus",'<path fill-rule="evenodd" d="M8 7.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V12a.5.5 0 0 1-1 0v-1.5H6a.5.5 0 0 1 0-1h1.5V8a.5.5 0 0 1 .5-.5z"/><path d="M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z"/>'),mt=(0,a.makeIcon)("BagPlusFill",'<path fill-rule="evenodd" d="M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0zM8.5 8a.5.5 0 0 0-1 0v1.5H6a.5.5 0 0 0 0 1h1.5V12a.5.5 0 0 0 1 0v-1.5H10a.5.5 0 0 0 0-1H8.5V8z"/>'),vt=(0,a.makeIcon)("BagX",'<path fill-rule="evenodd" d="M6.146 8.146a.5.5 0 0 1 .708 0L8 9.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 10l1.147 1.146a.5.5 0 0 1-.708.708L8 10.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 10 6.146 8.854a.5.5 0 0 1 0-.708z"/><path d="M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z"/>'),gt=(0,a.makeIcon)("BagXFill",'<path fill-rule="evenodd" d="M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0zM6.854 8.146a.5.5 0 1 0-.708.708L7.293 10l-1.147 1.146a.5.5 0 0 0 .708.708L8 10.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 10l1.147-1.146a.5.5 0 0 0-.708-.708L8 9.293 6.854 8.146z"/>'),_t=(0,a.makeIcon)("Bank",'<path d="M8 .95 14.61 4h.89a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H15v7a.5.5 0 0 1 .485.379l.5 2A.5.5 0 0 1 15.5 17H.5a.5.5 0 0 1-.485-.621l.5-2A.5.5 0 0 1 1 14V7H.5a.5.5 0 0 1-.5-.5v-2A.5.5 0 0 1 .5 4h.89L8 .95zM3.776 4h8.447L8 2.05 3.776 4zM2 7v7h1V7H2zm2 0v7h2.5V7H4zm3.5 0v7h1V7h-1zm2 0v7H12V7H9.5zM13 7v7h1V7h-1zm2-1V5H1v1h14zm-.39 9H1.39l-.25 1h13.72l-.25-1z"/>'),bt=(0,a.makeIcon)("Bank2",'<path d="M8.277.084a.5.5 0 0 0-.554 0l-7.5 5A.5.5 0 0 0 .5 6h1.875v7H1.5a.5.5 0 0 0 0 1h13a.5.5 0 1 0 0-1h-.875V6H15.5a.5.5 0 0 0 .277-.916l-7.5-5zM12.375 6v7h-1.25V6h1.25zm-2.5 0v7h-1.25V6h1.25zm-2.5 0v7h-1.25V6h1.25zm-2.5 0v7h-1.25V6h1.25zM8 4a1 1 0 1 1 0-2 1 1 0 0 1 0 2zM.5 15a.5.5 0 0 0 0 1h15a.5.5 0 1 0 0-1H.5z"/>'),yt=(0,a.makeIcon)("BarChart",'<path d="M4 11H2v3h2v-3zm5-4H7v7h2V7zm5-5v12h-2V2h2zm-2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zM6 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm-5 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3z"/>'),Mt=(0,a.makeIcon)("BarChartFill",'<path d="M1 11a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3zm5-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V2z"/>'),It=(0,a.makeIcon)("BarChartLine",'<path d="M11 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3h1V7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7h1V2zm1 12h2V2h-2v12zm-3 0V7H7v7h2zm-5 0v-3H2v3h2z"/>'),Bt=(0,a.makeIcon)("BarChartLineFill",'<path d="M11 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3h1V7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7h1V2z"/>'),kt=(0,a.makeIcon)("BarChartSteps",'<path d="M.5 0a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-1 0V.5A.5.5 0 0 1 .5 0zM2 1.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-1zm2 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zm2 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1-.5-.5v-1zm2 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1z"/>'),Pt=(0,a.makeIcon)("Basket",'<path d="M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1v4.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 13.5V9a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h1.217L5.07 1.243a.5.5 0 0 1 .686-.172zM2 9v4.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V9H2zM1 7v1h14V7H1zm3 3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 4 10zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 6 10zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 8 10zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5z"/>'),Tt=(0,a.makeIcon)("Basket2",'<path d="M4 10a1 1 0 0 1 2 0v2a1 1 0 0 1-2 0v-2zm3 0a1 1 0 0 1 2 0v2a1 1 0 0 1-2 0v-2zm3 0a1 1 0 1 1 2 0v2a1 1 0 0 1-2 0v-2z"/><path d="M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-.623l-1.844 6.456a.75.75 0 0 1-.722.544H3.69a.75.75 0 0 1-.722-.544L1.123 8H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6h1.717L5.07 1.243a.5.5 0 0 1 .686-.172zM2.163 8l1.714 6h8.246l1.714-6H2.163z"/>'),wt=(0,a.makeIcon)("Basket2Fill",'<path d="M5.929 1.757a.5.5 0 1 0-.858-.514L2.217 6H.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h.623l1.844 6.456A.75.75 0 0 0 3.69 15h8.622a.75.75 0 0 0 .722-.544L14.877 8h.623a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1.717L10.93 1.243a.5.5 0 1 0-.858.514L12.617 6H3.383L5.93 1.757zM4 10a1 1 0 0 1 2 0v2a1 1 0 1 1-2 0v-2zm3 0a1 1 0 0 1 2 0v2a1 1 0 1 1-2 0v-2zm4-1a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1z"/>'),Et=(0,a.makeIcon)("Basket3",'<path d="M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6h1.717L5.07 1.243a.5.5 0 0 1 .686-.172zM3.394 15l-1.48-6h-.97l1.525 6.426a.75.75 0 0 0 .729.574h9.606a.75.75 0 0 0 .73-.574L15.056 9h-.972l-1.479 6h-9.21z"/>'),Ot=(0,a.makeIcon)("Basket3Fill",'<path d="M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6h1.717L5.07 1.243a.5.5 0 0 1 .686-.172zM2.468 15.426.943 9h14.114l-1.525 6.426a.75.75 0 0 1-.729.574H3.197a.75.75 0 0 1-.73-.574z"/>'),At=(0,a.makeIcon)("BasketFill",'<path d="M5.071 1.243a.5.5 0 0 1 .858.514L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H15v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9H.5a.5.5 0 0 1-.5-.5v-2A.5.5 0 0 1 .5 6h1.717L5.07 1.243zM3.5 10.5a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3z"/>'),Lt=(0,a.makeIcon)("Battery",'<path d="M0 6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6zm2-1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H2zm14 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8z"/>'),St=(0,a.makeIcon)("BatteryCharging",'<path d="M9.585 2.568a.5.5 0 0 1 .226.58L8.677 6.832h1.99a.5.5 0 0 1 .364.843l-5.334 5.667a.5.5 0 0 1-.842-.49L5.99 9.167H4a.5.5 0 0 1-.364-.843l5.333-5.667a.5.5 0 0 1 .616-.09z"/><path d="M2 4h4.332l-.94 1H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h2.38l-.308 1H2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z"/><path d="M2 6h2.45L2.908 7.639A1.5 1.5 0 0 0 3.313 10H2V6zm8.595-2-.308 1H12a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H9.276l-.942 1H12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.405z"/><path d="M12 10h-1.783l1.542-1.639c.097-.103.178-.218.241-.34V10zm0-3.354V6h-.646a1.5 1.5 0 0 1 .646.646zM16 8a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8z"/>'),Ct=(0,a.makeIcon)("BatteryFull",'<path d="M2 6h10v4H2V6z"/><path d="M2 4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H2zm10 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h10zm4 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8z"/>'),zt=(0,a.makeIcon)("BatteryHalf",'<path d="M2 6h5v4H2V6z"/><path d="M2 4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H2zm10 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h10zm4 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8z"/>'),xt=(0,a.makeIcon)("Bell",'<path d="M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zM8 1.918l-.797.161A4.002 4.002 0 0 0 4 6c0 .628-.134 2.197-.459 3.742-.16.767-.376 1.566-.663 2.258h10.244c-.287-.692-.502-1.49-.663-2.258C12.134 8.197 12 6.628 12 6a4.002 4.002 0 0 0-3.203-3.92L8 1.917zM14.22 12c.223.447.481.801.78 1H1c.299-.199.557-.553.78-1C2.68 10.2 3 6.88 3 6c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0A5.002 5.002 0 0 1 13 6c0 .88.32 4.2 1.22 6z"/>'),Dt=(0,a.makeIcon)("BellFill",'<path d="M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zm.995-14.901a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901z"/>'),Ft=(0,a.makeIcon)("BellSlash",'<path d="M5.164 14H15c-.299-.199-.557-.553-.78-1-.9-1.8-1.22-5.12-1.22-6 0-.264-.02-.523-.06-.776l-.938.938c.02.708.157 2.154.457 3.58.161.767.377 1.566.663 2.258H6.164l-1 1zm5.581-9.91a3.986 3.986 0 0 0-1.948-1.01L8 2.917l-.797.161A4.002 4.002 0 0 0 4 7c0 .628-.134 2.197-.459 3.742-.05.238-.105.479-.166.718l-1.653 1.653c.02-.037.04-.074.059-.113C2.679 11.2 3 7.88 3 7c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0c.942.19 1.788.645 2.457 1.284l-.707.707zM10 15a2 2 0 1 1-4 0h4zm-9.375.625a.53.53 0 0 0 .75.75l14.75-14.75a.53.53 0 0 0-.75-.75L.625 15.625z"/>'),Ht=(0,a.makeIcon)("BellSlashFill",'<path d="M5.164 14H15c-1.5-1-2-5.902-2-7 0-.264-.02-.523-.06-.776L5.164 14zm6.288-10.617A4.988 4.988 0 0 0 8.995 2.1a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 7c0 .898-.335 4.342-1.278 6.113l9.73-9.73zM10 15a2 2 0 1 1-4 0h4zm-9.375.625a.53.53 0 0 0 .75.75l14.75-14.75a.53.53 0 0 0-.75-.75L.625 15.625z"/>'),Nt=(0,a.makeIcon)("Bezier",'<path fill-rule="evenodd" d="M0 10.5A1.5 1.5 0 0 1 1.5 9h1A1.5 1.5 0 0 1 4 10.5v1A1.5 1.5 0 0 1 2.5 13h-1A1.5 1.5 0 0 1 0 11.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm10.5.5A1.5 1.5 0 0 1 13.5 9h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM6 4.5A1.5 1.5 0 0 1 7.5 3h1A1.5 1.5 0 0 1 10 4.5v1A1.5 1.5 0 0 1 8.5 7h-1A1.5 1.5 0 0 1 6 5.5v-1zM7.5 4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z"/><path d="M6 4.5H1.866a1 1 0 1 0 0 1h2.668A6.517 6.517 0 0 0 1.814 9H2.5c.123 0 .244.015.358.043a5.517 5.517 0 0 1 3.185-3.185A1.503 1.503 0 0 1 6 5.5v-1zm3.957 1.358A1.5 1.5 0 0 0 10 5.5v-1h4.134a1 1 0 1 1 0 1h-2.668a6.517 6.517 0 0 1 2.72 3.5H13.5c-.123 0-.243.015-.358.043a5.517 5.517 0 0 0-3.185-3.185z"/>'),Rt=(0,a.makeIcon)("Bezier2",'<path fill-rule="evenodd" d="M1 2.5A1.5 1.5 0 0 1 2.5 1h1A1.5 1.5 0 0 1 5 2.5h4.134a1 1 0 1 1 0 1h-2.01c.18.18.34.381.484.605.638.992.892 2.354.892 3.895 0 1.993.257 3.092.713 3.7.356.476.895.721 1.787.784A1.5 1.5 0 0 1 12.5 11h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5H6.866a1 1 0 1 1 0-1h1.711a2.839 2.839 0 0 1-.165-.2C7.743 11.407 7.5 10.007 7.5 8c0-1.46-.246-2.597-.733-3.355-.39-.605-.952-1-1.767-1.112A1.5 1.5 0 0 1 3.5 5h-1A1.5 1.5 0 0 1 1 3.5v-1zM2.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm10 10a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z"/>'),Vt=(0,a.makeIcon)("Bicycle",'<path d="M4 4.5a.5.5 0 0 1 .5-.5H6a.5.5 0 0 1 0 1v.5h4.14l.386-1.158A.5.5 0 0 1 11 4h1a.5.5 0 0 1 0 1h-.64l-.311.935.807 1.29a3 3 0 1 1-.848.53l-.508-.812-2.076 3.322A.5.5 0 0 1 8 10.5H5.959a3 3 0 1 1-1.815-3.274L5 5.856V5h-.5a.5.5 0 0 1-.5-.5zm1.5 2.443-.508.814c.5.444.85 1.054.967 1.743h1.139L5.5 6.943zM8 9.057 9.598 6.5H6.402L8 9.057zM4.937 9.5a1.997 1.997 0 0 0-.487-.877l-.548.877h1.035zM3.603 8.092A2 2 0 1 0 4.937 10.5H3a.5.5 0 0 1-.424-.765l1.027-1.643zm7.947.53a2 2 0 1 0 .848-.53l1.026 1.643a.5.5 0 1 1-.848.53L11.55 8.623z"/>'),Yt=(0,a.makeIcon)("Binoculars",'<path d="M3 2.5A1.5 1.5 0 0 1 4.5 1h1A1.5 1.5 0 0 1 7 2.5V5h2V2.5A1.5 1.5 0 0 1 10.5 1h1A1.5 1.5 0 0 1 13 2.5v2.382a.5.5 0 0 0 .276.447l.895.447A1.5 1.5 0 0 1 15 7.118V14.5a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 14.5v-3a.5.5 0 0 1 .146-.354l.854-.853V9.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v.793l.854.853A.5.5 0 0 1 7 11.5v3A1.5 1.5 0 0 1 5.5 16h-3A1.5 1.5 0 0 1 1 14.5V7.118a1.5 1.5 0 0 1 .83-1.342l.894-.447A.5.5 0 0 0 3 4.882V2.5zM4.5 2a.5.5 0 0 0-.5.5V3h2v-.5a.5.5 0 0 0-.5-.5h-1zM6 4H4v.882a1.5 1.5 0 0 1-.83 1.342l-.894.447A.5.5 0 0 0 2 7.118V13h4v-1.293l-.854-.853A.5.5 0 0 1 5 10.5v-1A1.5 1.5 0 0 1 6.5 8h3A1.5 1.5 0 0 1 11 9.5v1a.5.5 0 0 1-.146.354l-.854.853V13h4V7.118a.5.5 0 0 0-.276-.447l-.895-.447A1.5 1.5 0 0 1 12 4.882V4h-2v1.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V4zm4-1h2v-.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V3zm4 11h-4v.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5V14zm-8 0H2v.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5V14z"/>'),jt=(0,a.makeIcon)("BinocularsFill",'<path d="M4.5 1A1.5 1.5 0 0 0 3 2.5V3h4v-.5A1.5 1.5 0 0 0 5.5 1h-1zM7 4v1h2V4h4v.882a.5.5 0 0 0 .276.447l.895.447A1.5 1.5 0 0 1 15 7.118V13H9v-1.5a.5.5 0 0 1 .146-.354l.854-.853V9.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v.793l.854.853A.5.5 0 0 1 7 11.5V13H1V7.118a1.5 1.5 0 0 1 .83-1.342l.894-.447A.5.5 0 0 0 3 4.882V4h4zM1 14v.5A1.5 1.5 0 0 0 2.5 16h3A1.5 1.5 0 0 0 7 14.5V14H1zm8 0v.5a1.5 1.5 0 0 0 1.5 1.5h3a1.5 1.5 0 0 0 1.5-1.5V14H9zm4-11H9v-.5A1.5 1.5 0 0 1 10.5 1h1A1.5 1.5 0 0 1 13 2.5V3z"/>'),$t=(0,a.makeIcon)("BlockquoteLeft",'<path d="M2.5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11zm5 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zm0 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zm-5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11zm.79-5.373c.112-.078.26-.17.444-.275L3.524 6c-.122.074-.272.17-.452.287-.18.117-.35.26-.51.428a2.425 2.425 0 0 0-.398.562c-.11.207-.164.438-.164.692 0 .36.072.65.217.873.144.219.385.328.72.328.215 0 .383-.07.504-.211a.697.697 0 0 0 .188-.463c0-.23-.07-.404-.211-.521-.137-.121-.326-.182-.568-.182h-.282c.024-.203.065-.37.123-.498a1.38 1.38 0 0 1 .252-.37 1.94 1.94 0 0 1 .346-.298zm2.167 0c.113-.078.262-.17.445-.275L5.692 6c-.122.074-.272.17-.452.287-.18.117-.35.26-.51.428a2.425 2.425 0 0 0-.398.562c-.11.207-.164.438-.164.692 0 .36.072.65.217.873.144.219.385.328.72.328.215 0 .383-.07.504-.211a.697.697 0 0 0 .188-.463c0-.23-.07-.404-.211-.521-.137-.121-.326-.182-.568-.182h-.282a1.75 1.75 0 0 1 .118-.492c.058-.13.144-.254.257-.375a1.94 1.94 0 0 1 .346-.3z"/>'),Ut=(0,a.makeIcon)("BlockquoteRight",'<path d="M2.5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11zm0 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zm0 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zm0 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11zm10.113-5.373a6.59 6.59 0 0 0-.445-.275l.21-.352c.122.074.272.17.452.287.18.117.35.26.51.428.156.164.289.351.398.562.11.207.164.438.164.692 0 .36-.072.65-.216.873-.145.219-.385.328-.721.328-.215 0-.383-.07-.504-.211a.697.697 0 0 1-.188-.463c0-.23.07-.404.211-.521.137-.121.326-.182.569-.182h.281a1.686 1.686 0 0 0-.123-.498 1.379 1.379 0 0 0-.252-.37 1.94 1.94 0 0 0-.346-.298zm-2.168 0A6.59 6.59 0 0 0 10 6.352L10.21 6c.122.074.272.17.452.287.18.117.35.26.51.428.156.164.289.351.398.562.11.207.164.438.164.692 0 .36-.072.65-.216.873-.145.219-.385.328-.721.328-.215 0-.383-.07-.504-.211a.697.697 0 0 1-.188-.463c0-.23.07-.404.211-.521.137-.121.327-.182.569-.182h.281a1.749 1.749 0 0 0-.117-.492 1.402 1.402 0 0 0-.258-.375 1.94 1.94 0 0 0-.346-.3z"/>'),Gt=(0,a.makeIcon)("Book",'<path d="M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811V2.828zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z"/>'),Wt=(0,a.makeIcon)("BookFill",'<path d="M8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z"/>'),qt=(0,a.makeIcon)("BookHalf",'<path d="M8.5 2.687c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z"/>'),Xt=(0,a.makeIcon)("Bookmark",'<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"/>'),Jt=(0,a.makeIcon)("BookmarkCheck",'<path fill-rule="evenodd" d="M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"/>'),Kt=(0,a.makeIcon)("BookmarkCheckFill",'<path fill-rule="evenodd" d="M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zm8.854-9.646a.5.5 0 0 0-.708-.708L7.5 7.793 6.354 6.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z"/>'),Qt=(0,a.makeIcon)("BookmarkDash",'<path fill-rule="evenodd" d="M5.5 6.5A.5.5 0 0 1 6 6h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"/>'),Zt=(0,a.makeIcon)("BookmarkDashFill",'<path fill-rule="evenodd" d="M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zM6 6a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H6z"/>'),en=(0,a.makeIcon)("BookmarkFill",'<path d="M2 2v13.5a.5.5 0 0 0 .74.439L8 13.069l5.26 2.87A.5.5 0 0 0 14 15.5V2a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2z"/>'),tn=(0,a.makeIcon)("BookmarkHeart",'<path fill-rule="evenodd" d="M8 4.41c1.387-1.425 4.854 1.07 0 4.277C3.146 5.48 6.613 2.986 8 4.412z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"/>'),nn=(0,a.makeIcon)("BookmarkHeartFill",'<path d="M2 15.5a.5.5 0 0 0 .74.439L8 13.069l5.26 2.87A.5.5 0 0 0 14 15.5V2a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v13.5zM8 4.41c1.387-1.425 4.854 1.07 0 4.277C3.146 5.48 6.613 2.986 8 4.412z"/>'),an=(0,a.makeIcon)("BookmarkPlus",'<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"/><path d="M8 4a.5.5 0 0 1 .5.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5A.5.5 0 0 1 8 4z"/>'),rn=(0,a.makeIcon)("BookmarkPlusFill",'<path fill-rule="evenodd" d="M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zm6.5-11a.5.5 0 0 0-1 0V6H6a.5.5 0 0 0 0 1h1.5v1.5a.5.5 0 0 0 1 0V7H10a.5.5 0 0 0 0-1H8.5V4.5z"/>'),on=(0,a.makeIcon)("BookmarkStar",'<path d="M7.84 4.1a.178.178 0 0 1 .32 0l.634 1.285a.178.178 0 0 0 .134.098l1.42.206c.145.021.204.2.098.303L9.42 6.993a.178.178 0 0 0-.051.158l.242 1.414a.178.178 0 0 1-.258.187l-1.27-.668a.178.178 0 0 0-.165 0l-1.27.668a.178.178 0 0 1-.257-.187l.242-1.414a.178.178 0 0 0-.05-.158l-1.03-1.001a.178.178 0 0 1 .098-.303l1.42-.206a.178.178 0 0 0 .134-.098L7.84 4.1z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"/>'),sn=(0,a.makeIcon)("BookmarkStarFill",'<path fill-rule="evenodd" d="M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zM8.16 4.1a.178.178 0 0 0-.32 0l-.634 1.285a.178.178 0 0 1-.134.098l-1.42.206a.178.178 0 0 0-.098.303L6.58 6.993c.042.041.061.1.051.158L6.39 8.565a.178.178 0 0 0 .258.187l1.27-.668a.178.178 0 0 1 .165 0l1.27.668a.178.178 0 0 0 .257-.187L9.368 7.15a.178.178 0 0 1 .05-.158l1.028-1.001a.178.178 0 0 0-.098-.303l-1.42-.206a.178.178 0 0 1-.134-.098L8.16 4.1z"/>'),ln=(0,a.makeIcon)("BookmarkX",'<path fill-rule="evenodd" d="M6.146 5.146a.5.5 0 0 1 .708 0L8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 0 1 0-.708z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"/>'),cn=(0,a.makeIcon)("BookmarkXFill",'<path fill-rule="evenodd" d="M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zM6.854 5.146a.5.5 0 1 0-.708.708L7.293 7 6.146 8.146a.5.5 0 1 0 .708.708L8 7.707l1.146 1.147a.5.5 0 1 0 .708-.708L8.707 7l1.147-1.146a.5.5 0 0 0-.708-.708L8 6.293 6.854 5.146z"/>'),un=(0,a.makeIcon)("Bookmarks",'<path d="M2 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L7 13.101l-4.223 2.815A.5.5 0 0 1 2 15.5V4zm2-1a1 1 0 0 0-1 1v10.566l3.723-2.482a.5.5 0 0 1 .554 0L11 14.566V4a1 1 0 0 0-1-1H4z"/><path d="M4.268 1H12a1 1 0 0 1 1 1v11.768l.223.148A.5.5 0 0 0 14 13.5V2a2 2 0 0 0-2-2H6a2 2 0 0 0-1.732 1z"/>'),dn=(0,a.makeIcon)("BookmarksFill",'<path d="M2 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L7 13.101l-4.223 2.815A.5.5 0 0 1 2 15.5V4z"/><path d="M4.268 1A2 2 0 0 1 6 0h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L13 13.768V2a1 1 0 0 0-1-1H4.268z"/>'),hn=(0,a.makeIcon)("Bookshelf",'<path d="M2.5 0a.5.5 0 0 1 .5.5V2h10V.5a.5.5 0 0 1 1 0v15a.5.5 0 0 1-1 0V15H3v.5a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5zM3 14h10v-3H3v3zm0-4h10V7H3v3zm0-4h10V3H3v3z"/>'),pn=(0,a.makeIcon)("Bootstrap",'<path d="M5.062 12h3.475c1.804 0 2.888-.908 2.888-2.396 0-1.102-.761-1.916-1.904-2.034v-.1c.832-.14 1.482-.93 1.482-1.816 0-1.3-.955-2.11-2.542-2.11H5.062V12zm1.313-4.875V4.658h1.78c.973 0 1.542.457 1.542 1.237 0 .802-.604 1.23-1.764 1.23H6.375zm0 3.762V8.162h1.822c1.236 0 1.887.463 1.887 1.348 0 .896-.627 1.377-1.811 1.377H6.375z"/><path d="M0 4a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4zm4-3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H4z"/>'),fn=(0,a.makeIcon)("BootstrapFill",'<path d="M6.375 7.125V4.658h1.78c.973 0 1.542.457 1.542 1.237 0 .802-.604 1.23-1.764 1.23H6.375zm0 3.762h1.898c1.184 0 1.81-.48 1.81-1.377 0-.885-.65-1.348-1.886-1.348H6.375v2.725z"/><path d="M4.002 0a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4h-8zm1.06 12V3.545h3.399c1.587 0 2.543.809 2.543 2.11 0 .884-.65 1.675-1.483 1.816v.1c1.143.117 1.904.931 1.904 2.033 0 1.488-1.084 2.396-2.888 2.396H5.062z"/>'),mn=(0,a.makeIcon)("BootstrapReboot",'<path d="M1.161 8a6.84 6.84 0 1 0 6.842-6.84.58.58 0 1 1 0-1.16 8 8 0 1 1-6.556 3.412l-.663-.577a.58.58 0 0 1 .227-.997l2.52-.69a.58.58 0 0 1 .728.633l-.332 2.592a.58.58 0 0 1-.956.364l-.643-.56A6.812 6.812 0 0 0 1.16 8z"/><path d="M6.641 11.671V8.843h1.57l1.498 2.828h1.314L9.377 8.665c.897-.3 1.427-1.106 1.427-2.1 0-1.37-.943-2.246-2.456-2.246H5.5v7.352h1.141zm0-3.75V5.277h1.57c.881 0 1.416.499 1.416 1.32 0 .84-.504 1.324-1.386 1.324h-1.6z"/>'),vn=(0,a.makeIcon)("Border",'<path d="M0 0h.969v.5H1v.469H.969V1H.5V.969H0V0zm2.844 1h-.938V0h.938v1zm1.875 0H3.78V0h.938v1zm1.875 0h-.938V0h.938v1zm.937 0V.969H7.5V.5h.031V0h.938v.5H8.5v.469h-.031V1H7.53zm2.813 0h-.938V0h.938v1zm1.875 0h-.938V0h.938v1zm1.875 0h-.938V0h.938v1zM15.5 1h-.469V.969H15V.5h.031V0H16v.969h-.5V1zM1 1.906v.938H0v-.938h1zm6.5.938v-.938h1v.938h-1zm7.5 0v-.938h1v.938h-1zM1 3.78v.938H0V3.78h1zm6.5.938V3.78h1v.938h-1zm7.5 0V3.78h1v.938h-1zM1 5.656v.938H0v-.938h1zm6.5.938v-.938h1v.938h-1zm7.5 0v-.938h1v.938h-1zM.969 8.5H.5v-.031H0V7.53h.5V7.5h.469v.031H1v.938H.969V8.5zm1.875 0h-.938v-1h.938v1zm1.875 0H3.78v-1h.938v1zm1.875 0h-.938v-1h.938v1zm1.875-.031V8.5H7.53v-.031H7.5V7.53h.031V7.5h.938v.031H8.5v.938h-.031zm1.875.031h-.938v-1h.938v1zm1.875 0h-.938v-1h.938v1zm1.875 0h-.938v-1h.938v1zm1.406 0h-.469v-.031H15V7.53h.031V7.5h.469v.031h.5v.938h-.5V8.5zM0 10.344v-.938h1v.938H0zm7.5 0v-.938h1v.938h-1zm8.5-.938v.938h-1v-.938h1zM0 12.22v-.938h1v.938H0zm7.5 0v-.938h1v.938h-1zm8.5-.938v.938h-1v-.938h1zM0 14.094v-.938h1v.938H0zm7.5 0v-.938h1v.938h-1zm8.5-.938v.938h-1v-.938h1zM.969 16H0v-.969h.5V15h.469v.031H1v.469H.969v.5zm1.875 0h-.938v-1h.938v1zm1.875 0H3.78v-1h.938v1zm1.875 0h-.938v-1h.938v1zm.937 0v-.5H7.5v-.469h.031V15h.938v.031H8.5v.469h-.031v.5H7.53zm2.813 0h-.938v-1h.938v1zm1.875 0h-.938v-1h.938v1zm1.875 0h-.938v-1h.938v1zm.937 0v-.5H15v-.469h.031V15h.469v.031h.5V16h-.969z"/>'),gn=(0,a.makeIcon)("BorderAll",'<path d="M0 0h16v16H0V0zm1 1v6.5h6.5V1H1zm7.5 0v6.5H15V1H8.5zM15 8.5H8.5V15H15V8.5zM7.5 15V8.5H1V15h6.5z"/>'),_n=(0,a.makeIcon)("BorderBottom",'<path d="M.969 0H0v.969h.5V1h.469V.969H1V.5H.969V0zm.937 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1zM7.531.969V1h.938V.969H8.5V.5h-.031V0H7.53v.5H7.5v.469h.031zM9.406 1h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031V1zM1 2.844v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm6.5-.938v.938h1V3.78h-1zm7.5 0v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM.5 8.5h.469v-.031H1V7.53H.969V7.5H.5v.031H0v.938h.5V8.5zm1.406 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5h.938zm.937 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.469v-.031h.5V7.53h-.5V7.5h-.469v.031H15v.938h.031V8.5zM0 9.406v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zM0 15h16v1H0v-1z"/>'),bn=(0,a.makeIcon)("BorderCenter",'<path d="M.969 0H0v.969h.5V1h.469V.969H1V.5H.969V0zm.937 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1zM7.531.969V1h.938V.969H8.5V.5h-.031V0H7.53v.5H7.5v.469h.031zM9.406 1h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031V1zM1 2.844v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm6.5-.938v.938h1V3.78h-1zm7.5 0v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM0 8.5v-1h16v1H0zm0 .906v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0V16zm1.906 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5h.938v-.5H8.5v-.469h-.031V15H7.53v.031H7.5v.469h.031zm1.875.5h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469h.031z"/>'),yn=(0,a.makeIcon)("BorderInner",'<path d="M.969 0H0v.969h.5V1h.469V.969H1V.5H.969V0zm.937 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1z"/><path d="M8.5 7.5H16v1H8.5V16h-1V8.5H0v-1h7.5V0h1v7.5z"/><path d="M9.406 1h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031V1zM1 2.844v-.938H0v.938h1zm14-.938v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm14-.938v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm14-.938v.938h1v-.938h-1zM0 9.406v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0V16zm1.906 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm3.75 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469h.031z"/>'),Mn=(0,a.makeIcon)("BorderLeft",'<path d="M0 0v16h1V0H0zm1.906 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1zM7.531.969V1h.938V.969H8.5V.5h-.031V0H7.53v.5H7.5v.469h.031zM9.406 1h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031V1zM7.5 1.906v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM7.5 3.781v.938h1V3.78h-1zm7.5 0v.938h1V3.78h-1zM7.5 5.656v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM1.906 8.5h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5h.938zm.937 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.469v-.031h.5V7.53h-.5V7.5h-.469v.031H15v.938h.031V8.5zM7.5 9.406v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-8.5.937v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-8.5.937v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zM1.906 16h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5h.938v-.5H8.5v-.469h-.031V15H7.53v.031H7.5v.469h.031zm1.875.5h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469h.031z"/>'),In=(0,a.makeIcon)("BorderMiddle",'<path d="M.969 0H0v.969h.5V1h.469V.969H1V.5H.969V0zm.937 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1zM8.5 16h-1V0h1v16zm.906-15h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031V1zM1 2.844v-.938H0v.938h1zm14-.938v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm14-.938v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm14-.938v.938h1v-.938h-1zM.5 8.5h.469v-.031H1V7.53H.969V7.5H.5v.031H0v.938h.5V8.5zm1.406 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm3.75 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.469v-.031h.5V7.53h-.5V7.5h-.469v.031H15v.938h.031V8.5zM0 9.406v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm16 .938v-.938h-1v.938h1zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0V16zm1.906 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm3.75 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469h.031z"/>'),Bn=(0,a.makeIcon)("BorderOuter",'<path d="M7.5 1.906v.938h1v-.938h-1zm0 1.875v.938h1V3.78h-1zm0 1.875v.938h1v-.938h-1zM1.906 8.5h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5h.938zm.937 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zM7.5 9.406v.938h1v-.938h-1zm0 1.875v.938h1v-.938h-1zm0 1.875v.938h1v-.938h-1z"/><path d="M0 0v16h16V0H0zm1 1h14v14H1V1z"/>'),kn=(0,a.makeIcon)("BorderRight",'<path d="M.969 0H0v.969h.5V1h.469V.969H1V.5H.969V0zm.937 1h.938V0h-.938v1zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938v1zM7.531.969V1h.938V.969H8.5V.5h-.031V0H7.53v.5H7.5v.469h.031zM9.406 1h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zm1.875 0h.938V0h-.938v1zM16 0h-1v16h1V0zM1 2.844v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm6.5-.938v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zM.5 8.5h.469v-.031H1V7.53H.969V7.5H.5v.031H0v.938h.5V8.5zm1.406 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5h.938zm.937 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zM0 9.406v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zM0 11.281v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zM0 13.156v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0V16zm1.906 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5h.938v-.5H8.5v-.469h-.031V15H7.53v.031H7.5v.469h.031zm1.875.5h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1z"/>'),Pn=(0,a.makeIcon)("BorderStyle",'<path d="M1 3.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-1zm0 4a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-1zm0 4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm8 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-4 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm8 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-4-4a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-1z"/>'),Tn=(0,a.makeIcon)("BorderTop",'<path d="M0 0v1h16V0H0zm1 2.844v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM1 4.719V3.78H0v.938h1zm6.5-.938v.938h1V3.78h-1zm7.5 0v.938h1V3.78h-1zM1 6.594v-.938H0v.938h1zm6.5-.938v.938h1v-.938h-1zm7.5 0v.938h1v-.938h-1zM.5 8.5h.469v-.031H1V7.53H.969V7.5H.5v.031H0v.938h.5V8.5zm1.406 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5h.938zm.937 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.469v-.031h.5V7.53h-.5V7.5h-.469v.031H15v.938h.031V8.5zM0 9.406v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zm-16 .937v.938h1v-.938H0zm7.5 0v.938h1v-.938h-1zm8.5.938v-.938h-1v.938h1zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0V16zm1.906 0h.938v-1h-.938v1zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5h.938v-.5H8.5v-.469h-.031V15H7.53v.031H7.5v.469h.031zm1.875.5h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875 0h.938v-1h-.938v1zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469h.031z"/>'),wn=(0,a.makeIcon)("BorderWidth",'<path d="M0 3.5A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-2zm0 5A.5.5 0 0 1 .5 8h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1zm0 4a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5z"/>'),En=(0,a.makeIcon)("BoundingBox",'<path d="M5 2V0H0v5h2v6H0v5h5v-2h6v2h5v-5h-2V5h2V0h-5v2H5zm6 1v2h2v6h-2v2H5v-2H3V5h2V3h6zm1-2h3v3h-3V1zm3 11v3h-3v-3h3zM4 15H1v-3h3v3zM1 4V1h3v3H1z"/>'),On=(0,a.makeIcon)("BoundingBoxCircles",'<path d="M2 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM0 2a2 2 0 0 1 3.937-.5h8.126A2 2 0 1 1 14.5 3.937v8.126a2 2 0 1 1-2.437 2.437H3.937A2 2 0 1 1 1.5 12.063V3.937A2 2 0 0 1 0 2zm2.5 1.937v8.126c.703.18 1.256.734 1.437 1.437h8.126a2.004 2.004 0 0 1 1.437-1.437V3.937A2.004 2.004 0 0 1 12.063 2.5H3.937A2.004 2.004 0 0 1 2.5 3.937zM14 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM2 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/>'),An=(0,a.makeIcon)("Box",'<path d="M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5 8 5.961 14.154 3.5 8.186 1.113zM15 4.239l-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z"/>'),Ln=(0,a.makeIcon)("BoxArrowDown",'<path fill-rule="evenodd" d="M3.5 10a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 0 0 1h2A1.5 1.5 0 0 0 14 9.5v-8A1.5 1.5 0 0 0 12.5 0h-9A1.5 1.5 0 0 0 2 1.5v8A1.5 1.5 0 0 0 3.5 11h2a.5.5 0 0 0 0-1h-2z"/><path fill-rule="evenodd" d="M7.646 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V5.5a.5.5 0 0 0-1 0v8.793l-2.146-2.147a.5.5 0 0 0-.708.708l3 3z"/>'),Sn=(0,a.makeIcon)("BoxArrowDownLeft",'<path fill-rule="evenodd" d="M7.364 12.5a.5.5 0 0 0 .5.5H14.5a1.5 1.5 0 0 0 1.5-1.5v-10A1.5 1.5 0 0 0 14.5 0h-10A1.5 1.5 0 0 0 3 1.5v6.636a.5.5 0 1 0 1 0V1.5a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H7.864a.5.5 0 0 0-.5.5z"/><path fill-rule="evenodd" d="M0 15.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1H1.707l8.147-8.146a.5.5 0 0 0-.708-.708L1 14.293V10.5a.5.5 0 0 0-1 0v5z"/>'),Cn=(0,a.makeIcon)("BoxArrowDownRight",'<path fill-rule="evenodd" d="M8.636 12.5a.5.5 0 0 1-.5.5H1.5A1.5 1.5 0 0 1 0 11.5v-10A1.5 1.5 0 0 1 1.5 0h10A1.5 1.5 0 0 1 13 1.5v6.636a.5.5 0 0 1-1 0V1.5a.5.5 0 0 0-.5-.5h-10a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h6.636a.5.5 0 0 1 .5.5z"/><path fill-rule="evenodd" d="M16 15.5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1 0-1h3.793L6.146 6.854a.5.5 0 1 1 .708-.708L15 14.293V10.5a.5.5 0 0 1 1 0v5z"/>'),zn=(0,a.makeIcon)("BoxArrowInDown",'<path fill-rule="evenodd" d="M3.5 6a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1 0-1h2A1.5 1.5 0 0 1 14 6.5v8a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-8A1.5 1.5 0 0 1 3.5 5h2a.5.5 0 0 1 0 1h-2z"/><path fill-rule="evenodd" d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z"/>'),xn=(0,a.makeIcon)("BoxArrowInDownLeft",'<path fill-rule="evenodd" d="M9.636 2.5a.5.5 0 0 0-.5-.5H2.5A1.5 1.5 0 0 0 1 3.5v10A1.5 1.5 0 0 0 2.5 15h10a1.5 1.5 0 0 0 1.5-1.5V6.864a.5.5 0 0 0-1 0V13.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z"/><path fill-rule="evenodd" d="M5 10.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1H6.707l8.147-8.146a.5.5 0 0 0-.708-.708L6 9.293V5.5a.5.5 0 0 0-1 0v5z"/>'),Dn=(0,a.makeIcon)("BoxArrowInDownRight",'<path fill-rule="evenodd" d="M6.364 2.5a.5.5 0 0 1 .5-.5H13.5A1.5 1.5 0 0 1 15 3.5v10a1.5 1.5 0 0 1-1.5 1.5h-10A1.5 1.5 0 0 1 2 13.5V6.864a.5.5 0 1 1 1 0V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5H6.864a.5.5 0 0 1-.5-.5z"/><path fill-rule="evenodd" d="M11 10.5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1 0-1h3.793L1.146 1.854a.5.5 0 1 1 .708-.708L10 9.293V5.5a.5.5 0 0 1 1 0v5z"/>'),Fn=(0,a.makeIcon)("BoxArrowInLeft",'<path fill-rule="evenodd" d="M10 3.5a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 1 1 0v2A1.5 1.5 0 0 1 9.5 14h-8A1.5 1.5 0 0 1 0 12.5v-9A1.5 1.5 0 0 1 1.5 2h8A1.5 1.5 0 0 1 11 3.5v2a.5.5 0 0 1-1 0v-2z"/><path fill-rule="evenodd" d="M4.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H14.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3z"/>'),Hn=(0,a.makeIcon)("BoxArrowInRight",'<path fill-rule="evenodd" d="M6 3.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-8A1.5 1.5 0 0 0 5 3.5v2a.5.5 0 0 0 1 0v-2z"/><path fill-rule="evenodd" d="M11.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H1.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z"/>'),Nn=(0,a.makeIcon)("BoxArrowInUp",'<path fill-rule="evenodd" d="M3.5 10a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 0 0 1h2A1.5 1.5 0 0 0 14 9.5v-8A1.5 1.5 0 0 0 12.5 0h-9A1.5 1.5 0 0 0 2 1.5v8A1.5 1.5 0 0 0 3.5 11h2a.5.5 0 0 0 0-1h-2z"/><path fill-rule="evenodd" d="M7.646 4.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V14.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3z"/>'),Rn=(0,a.makeIcon)("BoxArrowInUpLeft",'<path fill-rule="evenodd" d="M9.636 13.5a.5.5 0 0 1-.5.5H2.5A1.5 1.5 0 0 1 1 12.5v-10A1.5 1.5 0 0 1 2.5 1h10A1.5 1.5 0 0 1 14 2.5v6.636a.5.5 0 0 1-1 0V2.5a.5.5 0 0 0-.5-.5h-10a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h6.636a.5.5 0 0 1 .5.5z"/><path fill-rule="evenodd" d="M5 5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1H6.707l8.147 8.146a.5.5 0 0 1-.708.708L6 6.707V10.5a.5.5 0 0 1-1 0v-5z"/>'),Vn=(0,a.makeIcon)("BoxArrowInUpRight",'<path fill-rule="evenodd" d="M6.364 13.5a.5.5 0 0 0 .5.5H13.5a1.5 1.5 0 0 0 1.5-1.5v-10A1.5 1.5 0 0 0 13.5 1h-10A1.5 1.5 0 0 0 2 2.5v6.636a.5.5 0 1 0 1 0V2.5a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H6.864a.5.5 0 0 0-.5.5z"/><path fill-rule="evenodd" d="M11 5.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793l-8.147 8.146a.5.5 0 0 0 .708.708L10 6.707V10.5a.5.5 0 0 0 1 0v-5z"/>'),Yn=(0,a.makeIcon)("BoxArrowLeft",'<path fill-rule="evenodd" d="M6 12.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 2h8A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 5 12.5v-2a.5.5 0 0 1 1 0v2z"/><path fill-rule="evenodd" d="M.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L1.707 7.5H10.5a.5.5 0 0 1 0 1H1.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3z"/>'),jn=(0,a.makeIcon)("BoxArrowRight",'<path fill-rule="evenodd" d="M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z"/><path fill-rule="evenodd" d="M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z"/>'),$n=(0,a.makeIcon)("BoxArrowUp",'<path fill-rule="evenodd" d="M3.5 6a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1 0-1h2A1.5 1.5 0 0 1 14 6.5v8a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-8A1.5 1.5 0 0 1 3.5 5h2a.5.5 0 0 1 0 1h-2z"/><path fill-rule="evenodd" d="M7.646.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 1.707V10.5a.5.5 0 0 1-1 0V1.707L5.354 3.854a.5.5 0 1 1-.708-.708l3-3z"/>'),Un=(0,a.makeIcon)("BoxArrowUpLeft",'<path fill-rule="evenodd" d="M7.364 3.5a.5.5 0 0 1 .5-.5H14.5A1.5 1.5 0 0 1 16 4.5v10a1.5 1.5 0 0 1-1.5 1.5h-10A1.5 1.5 0 0 1 3 14.5V7.864a.5.5 0 1 1 1 0V14.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5H7.864a.5.5 0 0 1-.5-.5z"/><path fill-rule="evenodd" d="M0 .5A.5.5 0 0 1 .5 0h5a.5.5 0 0 1 0 1H1.707l8.147 8.146a.5.5 0 0 1-.708.708L1 1.707V5.5a.5.5 0 0 1-1 0v-5z"/>'),Gn=(0,a.makeIcon)("BoxArrowUpRight",'<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z"/><path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z"/>'),Wn=(0,a.makeIcon)("BoxSeam",'<path d="M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5l2.404.961L10.404 2l-2.218-.887zm3.564 1.426L5.596 5 8 5.961 14.154 3.5l-2.404-.961zm3.25 1.7-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z"/>'),qn=(0,a.makeIcon)("Braces",'<path d="M2.114 8.063V7.9c1.005-.102 1.497-.615 1.497-1.6V4.503c0-1.094.39-1.538 1.354-1.538h.273V2h-.376C3.25 2 2.49 2.759 2.49 4.352v1.524c0 1.094-.376 1.456-1.49 1.456v1.299c1.114 0 1.49.362 1.49 1.456v1.524c0 1.593.759 2.352 2.372 2.352h.376v-.964h-.273c-.964 0-1.354-.444-1.354-1.538V9.663c0-.984-.492-1.497-1.497-1.6zM13.886 7.9v.163c-1.005.103-1.497.616-1.497 1.6v1.798c0 1.094-.39 1.538-1.354 1.538h-.273v.964h.376c1.613 0 2.372-.759 2.372-2.352v-1.524c0-1.094.376-1.456 1.49-1.456V7.332c-1.114 0-1.49-.362-1.49-1.456V4.352C13.51 2.759 12.75 2 11.138 2h-.376v.964h.273c.964 0 1.354.444 1.354 1.538V6.3c0 .984.492 1.497 1.497 1.6z"/>'),Xn=(0,a.makeIcon)("Bricks",'<path d="M0 .5A.5.5 0 0 1 .5 0h15a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H14v2h1.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H14v2h1.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5H2v-2H.5a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 .5 6H2V4H.5a.5.5 0 0 1-.5-.5v-3zM3 4v2h4.5V4H3zm5.5 0v2H13V4H8.5zM3 10v2h4.5v-2H3zm5.5 0v2H13v-2H8.5zM1 1v2h3.5V1H1zm4.5 0v2h5V1h-5zm6 0v2H15V1h-3.5zM1 7v2h3.5V7H1zm4.5 0v2h5V7h-5zm6 0v2H15V7h-3.5zM1 13v2h3.5v-2H1zm4.5 0v2h5v-2h-5zm6 0v2H15v-2h-3.5z"/>'),Jn=(0,a.makeIcon)("Briefcase",'<path d="M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v8A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1h-3zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5zm1.886 6.914L15 7.151V12.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V7.15l6.614 1.764a1.5 1.5 0 0 0 .772 0zM1.5 4h13a.5.5 0 0 1 .5.5v1.616L8.129 7.948a.5.5 0 0 1-.258 0L1 6.116V4.5a.5.5 0 0 1 .5-.5z"/>'),Kn=(0,a.makeIcon)("BriefcaseFill",'<path d="M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v1.384l7.614 2.03a1.5 1.5 0 0 0 .772 0L16 5.884V4.5A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1h-3zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5z"/><path d="M0 12.5A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5V6.85L8.129 8.947a.5.5 0 0 1-.258 0L0 6.85v5.65z"/>'),Qn=(0,a.makeIcon)("BrightnessAltHigh",'<path d="M8 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 3zm8 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zm-13.5.5a.5.5 0 0 0 0-1h-2a.5.5 0 0 0 0 1h2zm11.157-6.157a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm-9.9 2.121a.5.5 0 0 0 .707-.707L3.05 5.343a.5.5 0 1 0-.707.707l1.414 1.414zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 2.959 2.5H5.04A3 3 0 0 1 8 8z"/>'),Zn=(0,a.makeIcon)("BrightnessAltHighFill",'<path d="M8 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 3zm8 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zm-13.5.5a.5.5 0 0 0 0-1h-2a.5.5 0 0 0 0 1h2zm11.157-6.157a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm-9.9 2.121a.5.5 0 0 0 .707-.707L3.05 5.343a.5.5 0 1 0-.707.707l1.414 1.414zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4z"/>'),ea=(0,a.makeIcon)("BrightnessAltLow",'<path d="M8.5 5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm5 6a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM2 11a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0zm10.243-3.536a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm-8.486-.707a.5.5 0 1 0 .707.707.5.5 0 0 0-.707-.707zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 2.959 2.5H5.04A3 3 0 0 1 8 8z"/>'),ta=(0,a.makeIcon)("BrightnessAltLowFill",'<path d="M8.5 5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm5 6a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM2 11a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0zm10.243-3.536a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm-8.486-.707a.5.5 0 1 0 .707.707.5.5 0 0 0-.707-.707zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4z"/>'),na=(0,a.makeIcon)("BrightnessHigh",'<path d="M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z"/>'),aa=(0,a.makeIcon)("BrightnessHighFill",'<path d="M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z"/>'),ra=(0,a.makeIcon)("BrightnessLow",'<path d="M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm.5-9.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm0 11a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm5-5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm-11 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm9.743-4.036a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm-7.779 7.779a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm7.072 0a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707zM3.757 4.464a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707z"/>'),oa=(0,a.makeIcon)("BrightnessLowFill",'<path d="M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM8.5 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm0 11a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm5-5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm-11 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm9.743-4.036a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm-7.779 7.779a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm7.072 0a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707zM3.757 4.464a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707z"/>'),ia=(0,a.makeIcon)("Broadcast",'<path d="M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"/>'),sa=(0,a.makeIcon)("BroadcastPin",'<path d="M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM6 8a2 2 0 1 1 2.5 1.937V15.5a.5.5 0 0 1-1 0V9.937A2 2 0 0 1 6 8z"/>'),la=(0,a.makeIcon)("Brush",'<path d="M15.825.12a.5.5 0 0 1 .132.584c-1.53 3.43-4.743 8.17-7.095 10.64a6.067 6.067 0 0 1-2.373 1.534c-.018.227-.06.538-.16.868-.201.659-.667 1.479-1.708 1.74a8.118 8.118 0 0 1-3.078.132 3.659 3.659 0 0 1-.562-.135 1.382 1.382 0 0 1-.466-.247.714.714 0 0 1-.204-.288.622.622 0 0 1 .004-.443c.095-.245.316-.38.461-.452.394-.197.625-.453.867-.826.095-.144.184-.297.287-.472l.117-.198c.151-.255.326-.54.546-.848.528-.739 1.201-.925 1.746-.896.126.007.243.025.348.048.062-.172.142-.38.238-.608.261-.619.658-1.419 1.187-2.069 2.176-2.67 6.18-6.206 9.117-8.104a.5.5 0 0 1 .596.04zM4.705 11.912a1.23 1.23 0 0 0-.419-.1c-.246-.013-.573.05-.879.479-.197.275-.355.532-.5.777l-.105.177c-.106.181-.213.362-.32.528a3.39 3.39 0 0 1-.76.861c.69.112 1.736.111 2.657-.12.559-.139.843-.569.993-1.06a3.122 3.122 0 0 0 .126-.75l-.793-.792zm1.44.026c.12-.04.277-.1.458-.183a5.068 5.068 0 0 0 1.535-1.1c1.9-1.996 4.412-5.57 6.052-8.631-2.59 1.927-5.566 4.66-7.302 6.792-.442.543-.795 1.243-1.042 1.826-.121.288-.214.54-.275.72v.001l.575.575zm-4.973 3.04.007-.005a.031.031 0 0 1-.007.004zm3.582-3.043.002.001h-.002z"/>'),ca=(0,a.makeIcon)("BrushFill",'<path d="M15.825.12a.5.5 0 0 1 .132.584c-1.53 3.43-4.743 8.17-7.095 10.64a6.067 6.067 0 0 1-2.373 1.534c-.018.227-.06.538-.16.868-.201.659-.667 1.479-1.708 1.74a8.118 8.118 0 0 1-3.078.132 3.659 3.659 0 0 1-.562-.135 1.382 1.382 0 0 1-.466-.247.714.714 0 0 1-.204-.288.622.622 0 0 1 .004-.443c.095-.245.316-.38.461-.452.394-.197.625-.453.867-.826.095-.144.184-.297.287-.472l.117-.198c.151-.255.326-.54.546-.848.528-.739 1.201-.925 1.746-.896.126.007.243.025.348.048.062-.172.142-.38.238-.608.261-.619.658-1.419 1.187-2.069 2.176-2.67 6.18-6.206 9.117-8.104a.5.5 0 0 1 .596.04z"/>'),ua=(0,a.makeIcon)("Bucket",'<path d="M2.522 5H2a.5.5 0 0 0-.494.574l1.372 9.149A1.5 1.5 0 0 0 4.36 16h7.278a1.5 1.5 0 0 0 1.483-1.277l1.373-9.149A.5.5 0 0 0 14 5h-.522A5.5 5.5 0 0 0 2.522 5zm1.005 0a4.5 4.5 0 0 1 8.945 0H3.527zm9.892 1-1.286 8.574a.5.5 0 0 1-.494.426H4.36a.5.5 0 0 1-.494-.426L2.58 6h10.838z"/>'),da=(0,a.makeIcon)("BucketFill",'<path d="M2.522 5H2a.5.5 0 0 0-.494.574l1.372 9.149A1.5 1.5 0 0 0 4.36 16h7.278a1.5 1.5 0 0 0 1.483-1.277l1.373-9.149A.5.5 0 0 0 14 5h-.522A5.5 5.5 0 0 0 2.522 5zm1.005 0a4.5 4.5 0 0 1 8.945 0H3.527z"/>'),ha=(0,a.makeIcon)("Bug",'<path d="M4.355.522a.5.5 0 0 1 .623.333l.291.956A4.979 4.979 0 0 1 8 1c1.007 0 1.946.298 2.731.811l.29-.956a.5.5 0 1 1 .957.29l-.41 1.352A4.985 4.985 0 0 1 13 6h.5a.5.5 0 0 0 .5-.5V5a.5.5 0 0 1 1 0v.5A1.5 1.5 0 0 1 13.5 7H13v1h1.5a.5.5 0 0 1 0 1H13v1h.5a1.5 1.5 0 0 1 1.5 1.5v.5a.5.5 0 1 1-1 0v-.5a.5.5 0 0 0-.5-.5H13a5 5 0 0 1-10 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 1 1-1 0v-.5A1.5 1.5 0 0 1 2.5 10H3V9H1.5a.5.5 0 0 1 0-1H3V7h-.5A1.5 1.5 0 0 1 1 5.5V5a.5.5 0 0 1 1 0v.5a.5.5 0 0 0 .5.5H3c0-1.364.547-2.601 1.432-3.503l-.41-1.352a.5.5 0 0 1 .333-.623zM4 7v4a4 4 0 0 0 3.5 3.97V7H4zm4.5 0v7.97A4 4 0 0 0 12 11V7H8.5zM12 6a3.989 3.989 0 0 0-1.334-2.982A3.983 3.983 0 0 0 8 2a3.983 3.983 0 0 0-2.667 1.018A3.989 3.989 0 0 0 4 6h8z"/>'),pa=(0,a.makeIcon)("BugFill",'<path d="M4.978.855a.5.5 0 1 0-.956.29l.41 1.352A4.985 4.985 0 0 0 3 6h10a4.985 4.985 0 0 0-1.432-3.503l.41-1.352a.5.5 0 1 0-.956-.29l-.291.956A4.978 4.978 0 0 0 8 1a4.979 4.979 0 0 0-2.731.811l-.29-.956z"/><path d="M13 6v1H8.5v8.975A5 5 0 0 0 13 11h.5a.5.5 0 0 1 .5.5v.5a.5.5 0 1 0 1 0v-.5a1.5 1.5 0 0 0-1.5-1.5H13V9h1.5a.5.5 0 0 0 0-1H13V7h.5A1.5 1.5 0 0 0 15 5.5V5a.5.5 0 0 0-1 0v.5a.5.5 0 0 1-.5.5H13zm-5.5 9.975V7H3V6h-.5a.5.5 0 0 1-.5-.5V5a.5.5 0 0 0-1 0v.5A1.5 1.5 0 0 0 2.5 7H3v1H1.5a.5.5 0 0 0 0 1H3v1h-.5A1.5 1.5 0 0 0 1 11.5v.5a.5.5 0 1 0 1 0v-.5a.5.5 0 0 1 .5-.5H3a5 5 0 0 0 4.5 4.975z"/>'),fa=(0,a.makeIcon)("Building",'<path fill-rule="evenodd" d="M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022zM6 8.694 1 10.36V15h5V8.694zM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5V15z"/><path d="M2 11h1v1H2v-1zm2 0h1v1H4v-1zm-2 2h1v1H2v-1zm2 0h1v1H4v-1zm4-4h1v1H8V9zm2 0h1v1h-1V9zm-2 2h1v1H8v-1zm2 0h1v1h-1v-1zm2-2h1v1h-1V9zm0 2h1v1h-1v-1zM8 7h1v1H8V7zm2 0h1v1h-1V7zm2 0h1v1h-1V7zM8 5h1v1H8V5zm2 0h1v1h-1V5zm2 0h1v1h-1V5zm0-2h1v1h-1V3z"/>'),ma=(0,a.makeIcon)("Bullseye",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M8 13A5 5 0 1 1 8 3a5 5 0 0 1 0 10zm0 1A6 6 0 1 0 8 2a6 6 0 0 0 0 12z"/><path d="M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8z"/><path d="M9.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>'),va=(0,a.makeIcon)("Calculator",'<path d="M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z"/><path d="M4 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-2zm0 4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-4z"/>'),ga=(0,a.makeIcon)("CalculatorFill",'<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2 .5v2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5zm0 4v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zM4.5 9a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM4 12.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zM7.5 6a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM7 9.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm.5 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM10 6.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm.5 2.5a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-1z"/>'),_a=(0,a.makeIcon)("Calendar",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>'),ba=(0,a.makeIcon)("Calendar2",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z"/>'),ya=(0,a.makeIcon)("Calendar2Check",'<path d="M10.854 8.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z"/>'),Ma=(0,a.makeIcon)("Calendar2CheckFill",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zm-2.6 5.854a.5.5 0 0 0-.708-.708L7.5 10.793 6.354 9.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z"/>'),Ia=(0,a.makeIcon)("Calendar2Date",'<path d="M6.445 12.688V7.354h-.633A12.6 12.6 0 0 0 4.5 8.16v.695c.375-.257.969-.62 1.258-.777h.012v4.61h.675zm1.188-1.305c.047.64.594 1.406 1.703 1.406 1.258 0 2-1.066 2-2.871 0-1.934-.781-2.668-1.953-2.668-.926 0-1.797.672-1.797 1.809 0 1.16.824 1.77 1.676 1.77.746 0 1.23-.376 1.383-.79h.027c-.004 1.316-.461 2.164-1.305 2.164-.664 0-1.008-.45-1.05-.82h-.684zm2.953-2.317c0 .696-.559 1.18-1.184 1.18-.601 0-1.144-.383-1.144-1.2 0-.823.582-1.21 1.168-1.21.633 0 1.16.398 1.16 1.23z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z"/>'),Ba=(0,a.makeIcon)("Calendar2DateFill",'<path d="M9.402 10.246c.625 0 1.184-.484 1.184-1.18 0-.832-.527-1.23-1.16-1.23-.586 0-1.168.387-1.168 1.21 0 .817.543 1.2 1.144 1.2z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zm-4.118 9.79c1.258 0 2-1.067 2-2.872 0-1.934-.781-2.668-1.953-2.668-.926 0-1.797.672-1.797 1.809 0 1.16.824 1.77 1.676 1.77.746 0 1.23-.376 1.383-.79h.027c-.004 1.316-.461 2.164-1.305 2.164-.664 0-1.008-.45-1.05-.82h-.684c.047.64.594 1.406 1.703 1.406zm-2.89-5.435h-.633A12.6 12.6 0 0 0 4.5 8.16v.695c.375-.257.969-.62 1.258-.777h.012v4.61h.675V7.354z"/>'),ka=(0,a.makeIcon)("Calendar2Day",'<path d="M4.684 12.523v-2.3h2.261v-.61H4.684V7.801h2.464v-.61H4v5.332h.684zm3.296 0h.676V9.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a1.806 1.806 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98v4.105zm2.805-5.093c0 .238.192.425.43.425a.428.428 0 1 0 0-.855.426.426 0 0 0-.43.43zm.094 5.093h.672V8.418h-.672v4.105z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z"/>'),Pa=(0,a.makeIcon)("Calendar2DayFill",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zm-2.24 4.855a.428.428 0 1 0 0-.855.426.426 0 0 0-.429.43c0 .238.192.425.43.425zm.337.563h-.672v4.105h.672V8.418zm-6.867 4.105v-2.3h2.261v-.61H4.684V7.801h2.464v-.61H4v5.332h.684zm3.296 0h.676V9.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a1.806 1.806 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98v4.105z"/>'),Ta=(0,a.makeIcon)("Calendar2Event",'<path d="M11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z"/>'),wa=(0,a.makeIcon)("Calendar2EventFill",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM11.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z"/>'),Ea=(0,a.makeIcon)("Calendar2Fill",'<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM2.545 3h10.91c.3 0 .545.224.545.5v1c0 .276-.244.5-.546.5H2.545C2.245 5 2 4.776 2 4.5v-1c0-.276.244-.5.545-.5z"/>'),Oa=(0,a.makeIcon)("Calendar2Minus",'<path d="M5.5 10.5A.5.5 0 0 1 6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z"/>'),Aa=(0,a.makeIcon)("Calendar2MinusFill",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM6 10a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H6z"/>'),La=(0,a.makeIcon)("Calendar2Month",'<path d="m2.56 12.332.54-1.602h1.984l.54 1.602h.718L4.444 7h-.696L1.85 12.332h.71zm1.544-4.527L4.9 10.18H3.284l.8-2.375h.02zm5.746.422h-.676v2.543c0 .652-.414 1.023-1.004 1.023-.539 0-.98-.246-.98-1.012V8.227h-.676v2.746c0 .941.606 1.425 1.453 1.425.656 0 1.043-.28 1.188-.605h.027v.539h.668V8.227zm2.258 5.046c-.563 0-.91-.304-.985-.636h-.687c.094.683.625 1.199 1.668 1.199.93 0 1.746-.527 1.746-1.578V8.227h-.649v.578h-.019c-.191-.348-.637-.64-1.195-.64-.965 0-1.64.679-1.64 1.886v.34c0 1.23.683 1.902 1.64 1.902.558 0 1.008-.293 1.172-.648h.02v.605c0 .645-.423 1.023-1.071 1.023zm.008-4.53c.648 0 1.062.527 1.062 1.359v.253c0 .848-.39 1.364-1.062 1.364-.692 0-1.098-.512-1.098-1.364v-.253c0-.868.406-1.36 1.098-1.36z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z"/>'),Sa=(0,a.makeIcon)("Calendar2MonthFill",'<path d="M4.104 7.805 4.9 10.18H3.284l.8-2.375h.02zm9.074 2.297c0-.832-.414-1.36-1.062-1.36-.692 0-1.098.492-1.098 1.36v.253c0 .852.406 1.364 1.098 1.364.671 0 1.062-.516 1.062-1.364v-.253z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM2.561 12.332 3.1 10.73h1.984l.54 1.602h.718L4.444 7h-.696L1.85 12.332h.71zM9.85 8.227h-.676v2.543c0 .652-.414 1.023-1.004 1.023-.539 0-.98-.246-.98-1.012V8.227h-.676v2.746c0 .941.606 1.425 1.453 1.425.656 0 1.043-.28 1.188-.605h.027v.539h.668V8.227zm1.273 4.41h-.687c.094.683.625 1.199 1.668 1.199.93 0 1.746-.527 1.746-1.578V8.227h-.649v.578h-.019c-.191-.348-.637-.64-1.195-.64-.965 0-1.64.679-1.64 1.886v.34c0 1.23.683 1.902 1.64 1.902.558 0 1.008-.293 1.172-.648h.02v.605c0 .645-.423 1.023-1.071 1.023-.563 0-.91-.304-.985-.636z"/>'),Ca=(0,a.makeIcon)("Calendar2Plus",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4zM8 8a.5.5 0 0 1 .5.5V10H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V11H6a.5.5 0 0 1 0-1h1.5V8.5A.5.5 0 0 1 8 8z"/>'),za=(0,a.makeIcon)("Calendar2PlusFill",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 3.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5H2.545c-.3 0-.545.224-.545.5zm6.5 5a.5.5 0 0 0-1 0V10H6a.5.5 0 0 0 0 1h1.5v1.5a.5.5 0 0 0 1 0V11H10a.5.5 0 0 0 0-1H8.5V8.5z"/>'),xa=(0,a.makeIcon)("Calendar2Range",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4zM9 8a1 1 0 0 1 1-1h5v2h-5a1 1 0 0 1-1-1zm-8 2h4a1 1 0 1 1 0 2H1v-2z"/>'),Da=(0,a.makeIcon)("Calendar2RangeFill",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM10 7a1 1 0 0 0 0 2h5V7h-5zm-4 4a1 1 0 0 0-1-1H1v2h4a1 1 0 0 0 1-1z"/>'),Fa=(0,a.makeIcon)("Calendar2Week",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4zM11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/>'),Ha=(0,a.makeIcon)("Calendar2WeekFill",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM8.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM3 10.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z"/>'),Na=(0,a.makeIcon)("Calendar2X",'<path d="M6.146 8.146a.5.5 0 0 1 .708 0L8 9.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 10l1.147 1.146a.5.5 0 0 1-.708.708L8 10.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 10 6.146 8.854a.5.5 0 0 1 0-.708z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z"/>'),Ra=(0,a.makeIcon)("Calendar2XFill",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zm-6.6 5.146a.5.5 0 1 0-.708.708L7.293 10l-1.147 1.146a.5.5 0 0 0 .708.708L8 10.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 10l1.147-1.146a.5.5 0 0 0-.708-.708L8 9.293 6.854 8.146z"/>'),Va=(0,a.makeIcon)("Calendar3",'<path d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z"/><path d="M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>'),Ya=(0,a.makeIcon)("Calendar3Event",'<path d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z"/><path d="M12 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>'),ja=(0,a.makeIcon)("Calendar3EventFill",'<path fill-rule="evenodd" d="M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2H2zM0 14V3h16v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm12-8a1 1 0 1 0 2 0 1 1 0 0 0-2 0z"/>'),$a=(0,a.makeIcon)("Calendar3Fill",'<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2H0zm0 1v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3H0z"/>'),Ua=(0,a.makeIcon)("Calendar3Range",'<path d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z"/><path d="M7 10a1 1 0 0 0 0-2H1v2h6zm2-3h6V5H9a1 1 0 0 0 0 2z"/>'),Ga=(0,a.makeIcon)("Calendar3RangeFill",'<path fill-rule="evenodd" d="M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2H2zM0 8V3h16v2h-6a1 1 0 1 0 0 2h6v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-4h6a1 1 0 1 0 0-2H0z"/>'),Wa=(0,a.makeIcon)("Calendar3Week",'<path d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z"/><path d="M12 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-5 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm2-3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-5 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>'),qa=(0,a.makeIcon)("Calendar3WeekFill",'<path fill-rule="evenodd" d="M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2H2zM0 14V3h16v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm12-8a1 1 0 1 0 2 0 1 1 0 0 0-2 0zM5 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0zm5-2a1 1 0 1 1 0-2 1 1 0 0 1 0 2zM2 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0z"/>'),Xa=(0,a.makeIcon)("Calendar4",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5z"/>'),Ja=(0,a.makeIcon)("Calendar4Event",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5z"/><path d="M11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/>'),Ka=(0,a.makeIcon)("Calendar4Range",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5z"/><path d="M9 7.5a.5.5 0 0 1 .5-.5H15v2H9.5a.5.5 0 0 1-.5-.5v-1zm-2 3v1a.5.5 0 0 1-.5.5H1v-2h5.5a.5.5 0 0 1 .5.5z"/>'),Qa=(0,a.makeIcon)("Calendar4Week",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5z"/><path d="M11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-2 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/>'),Za=(0,a.makeIcon)("CalendarCheck",'<path d="M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>'),er=(0,a.makeIcon)("CalendarCheckFill",'<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-5.146-5.146-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708z"/>'),tr=(0,a.makeIcon)("CalendarDate",'<path d="M6.445 11.688V6.354h-.633A12.6 12.6 0 0 0 4.5 7.16v.695c.375-.257.969-.62 1.258-.777h.012v4.61h.675zm1.188-1.305c.047.64.594 1.406 1.703 1.406 1.258 0 2-1.066 2-2.871 0-1.934-.781-2.668-1.953-2.668-.926 0-1.797.672-1.797 1.809 0 1.16.824 1.77 1.676 1.77.746 0 1.23-.376 1.383-.79h.027c-.004 1.316-.461 2.164-1.305 2.164-.664 0-1.008-.45-1.05-.82h-.684zm2.953-2.317c0 .696-.559 1.18-1.184 1.18-.601 0-1.144-.383-1.144-1.2 0-.823.582-1.21 1.168-1.21.633 0 1.16.398 1.16 1.23z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>'),nr=(0,a.makeIcon)("CalendarDateFill",'<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zm5.402 9.746c.625 0 1.184-.484 1.184-1.18 0-.832-.527-1.23-1.16-1.23-.586 0-1.168.387-1.168 1.21 0 .817.543 1.2 1.144 1.2z"/><path d="M16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-6.664-1.21c-1.11 0-1.656-.767-1.703-1.407h.683c.043.37.387.82 1.051.82.844 0 1.301-.848 1.305-2.164h-.027c-.153.414-.637.79-1.383.79-.852 0-1.676-.61-1.676-1.77 0-1.137.871-1.809 1.797-1.809 1.172 0 1.953.734 1.953 2.668 0 1.805-.742 2.871-2 2.871zm-2.89-5.435v5.332H5.77V8.079h-.012c-.29.156-.883.52-1.258.777V8.16a12.6 12.6 0 0 1 1.313-.805h.632z"/>'),ar=(0,a.makeIcon)("CalendarDay",'<path d="M4.684 11.523v-2.3h2.261v-.61H4.684V6.801h2.464v-.61H4v5.332h.684zm3.296 0h.676V8.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a1.806 1.806 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98v4.105zm2.805-5.093c0 .238.192.425.43.425a.428.428 0 1 0 0-.855.426.426 0 0 0-.43.43zm.094 5.093h.672V7.418h-.672v4.105z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>'),rr=(0,a.makeIcon)("CalendarDayFill",'<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5h16v9zm-4.785-6.145a.428.428 0 1 0 0-.855.426.426 0 0 0-.43.43c0 .238.192.425.43.425zm.336.563h-.672v4.105h.672V8.418zm-6.867 4.105v-2.3h2.261v-.61H4.684V7.801h2.464v-.61H4v5.332h.684zm3.296 0h.676V9.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a1.806 1.806 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98v4.105z"/>'),or=(0,a.makeIcon)("CalendarEvent",'<path d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>'),ir=(0,a.makeIcon)("CalendarEventFill",'<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-3.5-7h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z"/>'),sr=(0,a.makeIcon)("CalendarFill",'<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5h16V4H0V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5z"/>'),lr=(0,a.makeIcon)("CalendarMinus",'<path d="M5.5 9.5A.5.5 0 0 1 6 9h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>'),cr=(0,a.makeIcon)("CalendarMinusFill",'<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z"/>'),ur=(0,a.makeIcon)("CalendarMonth",'<path d="M2.56 11.332 3.1 9.73h1.984l.54 1.602h.718L4.444 6h-.696L1.85 11.332h.71zm1.544-4.527L4.9 9.18H3.284l.8-2.375h.02zm5.746.422h-.676V9.77c0 .652-.414 1.023-1.004 1.023-.539 0-.98-.246-.98-1.012V7.227h-.676v2.746c0 .941.606 1.425 1.453 1.425.656 0 1.043-.28 1.188-.605h.027v.539h.668V7.227zm2.258 5.046c-.563 0-.91-.304-.985-.636h-.687c.094.683.625 1.199 1.668 1.199.93 0 1.746-.527 1.746-1.578V7.227h-.649v.578h-.019c-.191-.348-.637-.64-1.195-.64-.965 0-1.64.679-1.64 1.886v.34c0 1.23.683 1.902 1.64 1.902.558 0 1.008-.293 1.172-.648h.02v.605c0 .645-.423 1.023-1.071 1.023zm.008-4.53c.648 0 1.062.527 1.062 1.359v.253c0 .848-.39 1.364-1.062 1.364-.692 0-1.098-.512-1.098-1.364v-.253c0-.868.406-1.36 1.098-1.36z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>'),dr=(0,a.makeIcon)("CalendarMonthFill",'<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zm.104 7.305L4.9 10.18H3.284l.8-2.375h.02zm9.074 2.297c0-.832-.414-1.36-1.062-1.36-.692 0-1.098.492-1.098 1.36v.253c0 .852.406 1.364 1.098 1.364.671 0 1.062-.516 1.062-1.364v-.253z"/><path d="M16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM2.56 12.332h-.71L3.748 7h.696l1.898 5.332h-.719l-.539-1.602H3.1l-.54 1.602zm7.29-4.105v4.105h-.668v-.539h-.027c-.145.324-.532.605-1.188.605-.847 0-1.453-.484-1.453-1.425V8.227h.676v2.554c0 .766.441 1.012.98 1.012.59 0 1.004-.371 1.004-1.023V8.227h.676zm1.273 4.41c.075.332.422.636.985.636.648 0 1.07-.378 1.07-1.023v-.605h-.02c-.163.355-.613.648-1.171.648-.957 0-1.64-.672-1.64-1.902v-.34c0-1.207.675-1.887 1.64-1.887.558 0 1.004.293 1.195.64h.02v-.577h.648v4.03c0 1.052-.816 1.579-1.746 1.579-1.043 0-1.574-.516-1.668-1.2h.687z"/>'),hr=(0,a.makeIcon)("CalendarPlus",'<path d="M8 7a.5.5 0 0 1 .5.5V9H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V10H6a.5.5 0 0 1 0-1h1.5V7.5A.5.5 0 0 1 8 7z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>'),pr=(0,a.makeIcon)("CalendarPlusFill",'<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM8.5 8.5V10H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V11H6a.5.5 0 0 1 0-1h1.5V8.5a.5.5 0 0 1 1 0z"/>'),fr=(0,a.makeIcon)("CalendarRange",'<path d="M9 7a1 1 0 0 1 1-1h5v2h-5a1 1 0 0 1-1-1zM1 9h4a1 1 0 0 1 0 2H1V9z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>'),mr=(0,a.makeIcon)("CalendarRangeFill",'<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 7V5H0v5h5a1 1 0 1 1 0 2H0v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9h-6a1 1 0 1 1 0-2h6z"/>'),vr=(0,a.makeIcon)("CalendarWeek",'<path d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>'),gr=(0,a.makeIcon)("CalendarWeekFill",'<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM9.5 7h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm3 0h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zM2 10.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3.5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z"/>'),_r=(0,a.makeIcon)("CalendarX",'<path d="M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>'),br=(0,a.makeIcon)("CalendarXFill",'<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM6.854 8.146 8 9.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 10l1.147 1.146a.5.5 0 0 1-.708.708L8 10.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 10 6.146 8.854a.5.5 0 1 1 .708-.708z"/>'),yr=(0,a.makeIcon)("Camera",'<path d="M15 12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h1.172a3 3 0 0 0 2.12-.879l.83-.828A1 1 0 0 1 6.827 3h2.344a1 1 0 0 1 .707.293l.828.828A3 3 0 0 0 12.828 5H14a1 1 0 0 1 1 1v6zM2 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 9.172 2H6.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 3.172 4H2z"/><path d="M8 11a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm0 1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM3 6.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z"/>'),Mr=(0,a.makeIcon)("Camera2",'<path d="M5 8c0-1.657 2.343-3 4-3V4a4 4 0 0 0-4 4z"/><path d="M12.318 3h2.015C15.253 3 16 3.746 16 4.667v6.666c0 .92-.746 1.667-1.667 1.667h-2.015A5.97 5.97 0 0 1 9 14a5.972 5.972 0 0 1-3.318-1H1.667C.747 13 0 12.254 0 11.333V4.667C0 3.747.746 3 1.667 3H2a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1h.682A5.97 5.97 0 0 1 9 2c1.227 0 2.367.368 3.318 1zM2 4.5a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0zM14 8A5 5 0 1 0 4 8a5 5 0 0 0 10 0z"/>'),Ir=(0,a.makeIcon)("CameraFill",'<path d="M10.5 8.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z"/><path d="M2 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 9.172 2H6.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 3.172 4H2zm.5 2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm9 2.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z"/>'),Br=(0,a.makeIcon)("CameraReels",'<path d="M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM1 3a2 2 0 1 0 4 0 2 2 0 0 0-4 0z"/><path d="M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h7zm6 8.73V7.27l-3.5 1.555v4.35l3.5 1.556zM1 8v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z"/><path d="M9 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM7 3a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"/>'),kr=(0,a.makeIcon)("CameraReelsFill",'<path d="M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/><path d="M9 6a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/><path d="M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h7z"/>'),Pr=(0,a.makeIcon)("CameraVideo",'<path fill-rule="evenodd" d="M0 5a2 2 0 0 1 2-2h7.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 4.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 13H2a2 2 0 0 1-2-2V5zm11.5 5.175 3.5 1.556V4.269l-3.5 1.556v4.35zM2 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H2z"/>'),Tr=(0,a.makeIcon)("CameraVideoFill",'<path fill-rule="evenodd" d="M0 5a2 2 0 0 1 2-2h7.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 4.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 13H2a2 2 0 0 1-2-2V5z"/>'),wr=(0,a.makeIcon)("CameraVideoOff",'<path fill-rule="evenodd" d="M10.961 12.365a1.99 1.99 0 0 0 .522-1.103l3.11 1.382A1 1 0 0 0 16 11.731V4.269a1 1 0 0 0-1.406-.913l-3.111 1.382A2 2 0 0 0 9.5 3H4.272l.714 1H9.5a1 1 0 0 1 1 1v6a1 1 0 0 1-.144.518l.605.847zM1.428 4.18A.999.999 0 0 0 1 5v6a1 1 0 0 0 1 1h5.014l.714 1H2a2 2 0 0 1-2-2V5c0-.675.334-1.272.847-1.634l.58.814zM15 11.73l-3.5-1.555v-4.35L15 4.269v7.462zm-4.407 3.56-10-14 .814-.58 10 14-.814.58z"/>'),Er=(0,a.makeIcon)("CameraVideoOffFill",'<path fill-rule="evenodd" d="M10.961 12.365a1.99 1.99 0 0 0 .522-1.103l3.11 1.382A1 1 0 0 0 16 11.731V4.269a1 1 0 0 0-1.406-.913l-3.111 1.382A2 2 0 0 0 9.5 3H4.272l6.69 9.365zm-10.114-9A2.001 2.001 0 0 0 0 5v6a2 2 0 0 0 2 2h5.728L.847 3.366zm9.746 11.925-10-14 .814-.58 10 14-.814.58z"/>'),Or=(0,a.makeIcon)("Capslock",'<path fill-rule="evenodd" d="M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1H1.654C.78 9.5.326 8.455.924 7.816L7.27 1.047zM14.346 8.5 8 1.731 1.654 8.5H4.5a1 1 0 0 1 1 1v1h5v-1a1 1 0 0 1 1-1h2.846zm-9.846 5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1zm6 0h-5v1h5v-1z"/>'),Ar=(0,a.makeIcon)("CapslockFill",'<path d="M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1H1.654C.78 9.5.326 8.455.924 7.816L7.27 1.047zM4.5 13.5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1z"/>'),Lr=(0,a.makeIcon)("CardChecklist",'<path d="M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z"/><path d="M7 5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm-1.496-.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0zM7 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm-1.496-.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0z"/>'),Sr=(0,a.makeIcon)("CardHeading",'<path d="M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z"/><path d="M3 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0-5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-1z"/>'),Cr=(0,a.makeIcon)("CardImage",'<path d="M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/><path d="M1.5 2A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13zm13 1a.5.5 0 0 1 .5.5v6l-3.775-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12v.54A.505.505 0 0 1 1 12.5v-9a.5.5 0 0 1 .5-.5h13z"/>'),zr=(0,a.makeIcon)("CardList",'<path d="M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z"/><path d="M5 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 5 8zm0-2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0 5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-1-5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zM4 8a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm0 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z"/>'),xr=(0,a.makeIcon)("CardText",'<path d="M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z"/><path d="M3 5.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 8zm0 2.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>'),Dr=(0,a.makeIcon)("CaretDown",'<path d="M3.204 5h9.592L8 10.481 3.204 5zm-.753.659 4.796 5.48a1 1 0 0 0 1.506 0l4.796-5.48c.566-.647.106-1.659-.753-1.659H3.204a1 1 0 0 0-.753 1.659z"/>'),Fr=(0,a.makeIcon)("CaretDownFill",'<path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/>'),Hr=(0,a.makeIcon)("CaretDownSquare",'<path d="M3.626 6.832A.5.5 0 0 1 4 6h8a.5.5 0 0 1 .374.832l-4 4.5a.5.5 0 0 1-.748 0l-4-4.5z"/><path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2z"/>'),Nr=(0,a.makeIcon)("CaretDownSquareFill",'<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm4 4a.5.5 0 0 0-.374.832l4 4.5a.5.5 0 0 0 .748 0l4-4.5A.5.5 0 0 0 12 6H4z"/>'),Rr=(0,a.makeIcon)("CaretLeft",'<path d="M10 12.796V3.204L4.519 8 10 12.796zm-.659.753-5.48-4.796a1 1 0 0 1 0-1.506l5.48-4.796A1 1 0 0 1 11 3.204v9.592a1 1 0 0 1-1.659.753z"/>'),Vr=(0,a.makeIcon)("CaretLeftFill",'<path d="m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z"/>'),Yr=(0,a.makeIcon)("CaretLeftSquare",'<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M10.205 12.456A.5.5 0 0 0 10.5 12V4a.5.5 0 0 0-.832-.374l-4.5 4a.5.5 0 0 0 0 .748l4.5 4a.5.5 0 0 0 .537.082z"/>'),jr=(0,a.makeIcon)("CaretLeftSquareFill",'<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm10.5 10V4a.5.5 0 0 0-.832-.374l-4.5 4a.5.5 0 0 0 0 .748l4.5 4A.5.5 0 0 0 10.5 12z"/>'),$r=(0,a.makeIcon)("CaretRight",'<path d="M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z"/>'),Ur=(0,a.makeIcon)("CaretRightFill",'<path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/>'),Gr=(0,a.makeIcon)("CaretRightSquare",'<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M5.795 12.456A.5.5 0 0 1 5.5 12V4a.5.5 0 0 1 .832-.374l4.5 4a.5.5 0 0 1 0 .748l-4.5 4a.5.5 0 0 1-.537.082z"/>'),Wr=(0,a.makeIcon)("CaretRightSquareFill",'<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm5.5 10a.5.5 0 0 0 .832.374l4.5-4a.5.5 0 0 0 0-.748l-4.5-4A.5.5 0 0 0 5.5 4v8z"/>'),qr=(0,a.makeIcon)("CaretUp",'<path d="M3.204 11h9.592L8 5.519 3.204 11zm-.753-.659 4.796-5.48a1 1 0 0 1 1.506 0l4.796 5.48c.566.647.106 1.659-.753 1.659H3.204a1 1 0 0 1-.753-1.659z"/>'),Xr=(0,a.makeIcon)("CaretUpFill",'<path d="m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z"/>'),Jr=(0,a.makeIcon)("CaretUpSquare",'<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M3.544 10.705A.5.5 0 0 0 4 11h8a.5.5 0 0 0 .374-.832l-4-4.5a.5.5 0 0 0-.748 0l-4 4.5a.5.5 0 0 0-.082.537z"/>'),Kr=(0,a.makeIcon)("CaretUpSquareFill",'<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm4 9h8a.5.5 0 0 0 .374-.832l-4-4.5a.5.5 0 0 0-.748 0l-4 4.5A.5.5 0 0 0 4 11z"/>'),Qr=(0,a.makeIcon)("Cart",'<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>'),Zr=(0,a.makeIcon)("Cart2",'<path d="M0 2.5A.5.5 0 0 1 .5 2H2a.5.5 0 0 1 .485.379L2.89 4H14.5a.5.5 0 0 1 .485.621l-1.5 6A.5.5 0 0 1 13 11H4a.5.5 0 0 1-.485-.379L1.61 3H.5a.5.5 0 0 1-.5-.5zM3.14 5l1.25 5h8.22l1.25-5H3.14zM5 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"/>'),eo=(0,a.makeIcon)("Cart3",'<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .49.598l-1 5a.5.5 0 0 1-.465.401l-9.397.472L4.415 11H13a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l.84 4.479 9.144-.459L13.89 4H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>'),to=(0,a.makeIcon)("Cart4",'<path d="M0 2.5A.5.5 0 0 1 .5 2H2a.5.5 0 0 1 .485.379L2.89 4H14.5a.5.5 0 0 1 .485.621l-1.5 6A.5.5 0 0 1 13 11H4a.5.5 0 0 1-.485-.379L1.61 3H.5a.5.5 0 0 1-.5-.5zM3.14 5l.5 2H5V5H3.14zM6 5v2h2V5H6zm3 0v2h2V5H9zm3 0v2h1.36l.5-2H12zm1.11 3H12v2h.61l.5-2zM11 8H9v2h2V8zM8 8H6v2h2V8zM5 8H3.89l.5 2H5V8zm0 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"/>'),no=(0,a.makeIcon)("CartCheck",'<path d="M11.354 6.354a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z"/><path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>'),ao=(0,a.makeIcon)("CartCheckFill",'<path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-1.646-7.646-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L8 8.293l2.646-2.647a.5.5 0 0 1 .708.708z"/>'),ro=(0,a.makeIcon)("CartDash",'<path d="M6.5 7a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4z"/><path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>'),oo=(0,a.makeIcon)("CartDashFill",'<path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM6.5 7h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1z"/>'),io=(0,a.makeIcon)("CartFill",'<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>'),so=(0,a.makeIcon)("CartPlus",'<path d="M9 5.5a.5.5 0 0 0-1 0V7H6.5a.5.5 0 0 0 0 1H8v1.5a.5.5 0 0 0 1 0V8h1.5a.5.5 0 0 0 0-1H9V5.5z"/><path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>'),lo=(0,a.makeIcon)("CartPlusFill",'<path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM9 5.5V7h1.5a.5.5 0 0 1 0 1H9v1.5a.5.5 0 0 1-1 0V8H6.5a.5.5 0 0 1 0-1H8V5.5a.5.5 0 0 1 1 0z"/>'),co=(0,a.makeIcon)("CartX",'<path d="M7.354 5.646a.5.5 0 1 0-.708.708L7.793 7.5 6.646 8.646a.5.5 0 1 0 .708.708L8.5 8.207l1.146 1.147a.5.5 0 0 0 .708-.708L9.207 7.5l1.147-1.146a.5.5 0 0 0-.708-.708L8.5 6.793 7.354 5.646z"/><path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>'),uo=(0,a.makeIcon)("CartXFill",'<path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7.354 5.646 8.5 6.793l1.146-1.147a.5.5 0 0 1 .708.708L9.207 7.5l1.147 1.146a.5.5 0 0 1-.708.708L8.5 8.207 7.354 9.354a.5.5 0 1 1-.708-.708L7.793 7.5 6.646 6.354a.5.5 0 1 1 .708-.708z"/>'),ho=(0,a.makeIcon)("Cash",'<path d="M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/><path d="M0 4a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4zm3 0a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2V6a2 2 0 0 1-2-2H3z"/>'),po=(0,a.makeIcon)("CashCoin",'<path fill-rule="evenodd" d="M11 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm5-4a5 5 0 1 1-10 0 5 5 0 0 1 10 0z"/><path d="M9.438 11.944c.047.596.518 1.06 1.363 1.116v.44h.375v-.443c.875-.061 1.386-.529 1.386-1.207 0-.618-.39-.936-1.09-1.1l-.296-.07v-1.2c.376.043.614.248.671.532h.658c-.047-.575-.54-1.024-1.329-1.073V8.5h-.375v.45c-.747.073-1.255.522-1.255 1.158 0 .562.378.92 1.007 1.066l.248.061v1.272c-.384-.058-.639-.27-.696-.563h-.668zm1.36-1.354c-.369-.085-.569-.26-.569-.522 0-.294.216-.514.572-.578v1.1h-.003zm.432.746c.449.104.655.272.655.569 0 .339-.257.571-.709.614v-1.195l.054.012z"/><path d="M1 0a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4.083c.058-.344.145-.678.258-1H3a2 2 0 0 0-2-2V3a2 2 0 0 0 2-2h10a2 2 0 0 0 2 2v3.528c.38.34.717.728 1 1.154V1a1 1 0 0 0-1-1H1z"/><path d="M9.998 5.083 10 5a2 2 0 1 0-3.132 1.65 5.982 5.982 0 0 1 3.13-1.567z"/>'),fo=(0,a.makeIcon)("CashStack",'<path d="M1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1H1zm7 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/><path d="M0 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V5zm3 0a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2V7a2 2 0 0 1-2-2H3z"/>'),mo=(0,a.makeIcon)("Cast",'<path d="m7.646 9.354-3.792 3.792a.5.5 0 0 0 .353.854h7.586a.5.5 0 0 0 .354-.854L8.354 9.354a.5.5 0 0 0-.708 0z"/><path d="M11.414 11H14.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h3.086l-1 1H1.5A1.5 1.5 0 0 1 0 10.5v-7A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v7a1.5 1.5 0 0 1-1.5 1.5h-2.086l-1-1z"/>'),vo=(0,a.makeIcon)("Chat",'<path d="M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8.06 8.06 0 0 0 8 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105z"/>'),go=(0,a.makeIcon)("ChatDots",'<path d="M5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/><path d="m2.165 15.803.02-.004c1.83-.363 2.948-.842 3.468-1.105A9.06 9.06 0 0 0 8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6a10.437 10.437 0 0 1-.524 2.318l-.003.011a10.722 10.722 0 0 1-.244.637c-.079.186.074.394.273.362a21.673 21.673 0 0 0 .693-.125zm.8-3.108a1 1 0 0 0-.287-.801C1.618 10.83 1 9.468 1 8c0-3.192 3.004-6 7-6s7 2.808 7 6c0 3.193-3.004 6-7 6a8.06 8.06 0 0 1-2.088-.272 1 1 0 0 0-.711.074c-.387.196-1.24.57-2.634.893a10.97 10.97 0 0 0 .398-2z"/>'),_o=(0,a.makeIcon)("ChatDotsFill",'<path d="M16 8c0 3.866-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7zM5 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>'),bo=(0,a.makeIcon)("ChatFill",'<path d="M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9.06 9.06 0 0 0 8 15z"/>'),yo=(0,a.makeIcon)("ChatLeft",'<path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>'),Mo=(0,a.makeIcon)("ChatLeftDots",'<path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>'),Io=(0,a.makeIcon)("ChatLeftDotsFill",'<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4.414a1 1 0 0 0-.707.293L.854 15.146A.5.5 0 0 1 0 14.793V2zm5 4a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>'),Bo=(0,a.makeIcon)("ChatLeftFill",'<path d="M2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>'),ko=(0,a.makeIcon)("ChatLeftQuote",'<path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z"/>'),Po=(0,a.makeIcon)("ChatLeftQuoteFill",'<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4.414a1 1 0 0 0-.707.293L.854 15.146A.5.5 0 0 1 0 14.793V2zm7.194 2.766a1.688 1.688 0 0 0-.227-.272 1.467 1.467 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 5.734 4C4.776 4 4 4.746 4 5.667c0 .92.776 1.666 1.734 1.666.343 0 .662-.095.931-.26-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01 1.334-1.329 1.37-2.758.941-3.706a2.461 2.461 0 0 0-.227-.4zM11 7.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01 1.334-1.329 1.37-2.758.942-3.706a2.466 2.466 0 0 0-.228-.4 1.686 1.686 0 0 0-.227-.273 1.466 1.466 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 10.07 4c-.957 0-1.734.746-1.734 1.667 0 .92.777 1.666 1.734 1.666.343 0 .662-.095.931-.26z"/>'),To=(0,a.makeIcon)("ChatLeftText",'<path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6zm0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/>'),wo=(0,a.makeIcon)("ChatLeftTextFill",'<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4.414a1 1 0 0 0-.707.293L.854 15.146A.5.5 0 0 1 0 14.793V2zm3.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z"/>'),Eo=(0,a.makeIcon)("ChatQuote",'<path d="M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8.06 8.06 0 0 0 8 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105z"/><path d="M7.066 6.76A1.665 1.665 0 0 0 4 7.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 0 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 7.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 0 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z"/>'),Oo=(0,a.makeIcon)("ChatQuoteFill",'<path d="M16 8c0 3.866-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7zM7.194 6.766a1.688 1.688 0 0 0-.227-.272 1.467 1.467 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 5.734 6C4.776 6 4 6.746 4 7.667c0 .92.776 1.666 1.734 1.666.343 0 .662-.095.931-.26-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01 1.334-1.329 1.37-2.758.941-3.706a2.461 2.461 0 0 0-.227-.4zM11 9.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01 1.334-1.329 1.37-2.758.942-3.706a2.466 2.466 0 0 0-.228-.4 1.686 1.686 0 0 0-.227-.273 1.466 1.466 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 10.07 6c-.957 0-1.734.746-1.734 1.667 0 .92.777 1.666 1.734 1.666.343 0 .662-.095.931-.26z"/>'),Ao=(0,a.makeIcon)("ChatRight",'<path d="M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z"/>'),Lo=(0,a.makeIcon)("ChatRightDots",'<path d="M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z"/><path d="M5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>'),So=(0,a.makeIcon)("ChatRightDotsFill",'<path d="M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353V2zM5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 1a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/>'),Co=(0,a.makeIcon)("ChatRightFill",'<path d="M14 0a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z"/>'),zo=(0,a.makeIcon)("ChatRightQuote",'<path d="M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z"/><path d="M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z"/>'),xo=(0,a.makeIcon)("ChatRightQuoteFill",'<path d="M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353V2zM7.194 4.766c.087.124.163.26.227.401.428.948.393 2.377-.942 3.706a.446.446 0 0 1-.612.01.405.405 0 0 1-.011-.59c.419-.416.672-.831.809-1.22-.269.165-.588.26-.93.26C4.775 7.333 4 6.587 4 5.667 4 4.747 4.776 4 5.734 4c.271 0 .528.06.756.166l.008.004c.169.07.327.182.469.324.085.083.161.174.227.272zM11 7.073c-.269.165-.588.26-.93.26-.958 0-1.735-.746-1.735-1.666 0-.92.777-1.667 1.734-1.667.271 0 .528.06.756.166l.008.004c.17.07.327.182.469.324.085.083.161.174.227.272.087.124.164.26.228.401.428.948.392 2.377-.942 3.706a.446.446 0 0 1-.613.01.405.405 0 0 1-.011-.59c.42-.416.672-.831.81-1.22z"/>'),Do=(0,a.makeIcon)("ChatRightText",'<path d="M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z"/><path d="M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6zm0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/>'),Fo=(0,a.makeIcon)("ChatRightTextFill",'<path d="M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353V2zM3.5 3h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1zm0 2.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1zm0 2.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1z"/>'),Ho=(0,a.makeIcon)("ChatSquare",'<path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>'),No=(0,a.makeIcon)("ChatSquareDots",'<path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>'),Ro=(0,a.makeIcon)("ChatSquareDotsFill",'<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2V2zm5 4a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>'),Vo=(0,a.makeIcon)("ChatSquareFill",'<path d="M2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>'),Yo=(0,a.makeIcon)("ChatSquareQuote",'<path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z"/>'),jo=(0,a.makeIcon)("ChatSquareQuoteFill",'<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2V2zm7.194 2.766a1.688 1.688 0 0 0-.227-.272 1.467 1.467 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 5.734 4C4.776 4 4 4.746 4 5.667c0 .92.776 1.666 1.734 1.666.343 0 .662-.095.931-.26-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01 1.334-1.329 1.37-2.758.941-3.706a2.461 2.461 0 0 0-.227-.4zM11 7.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01 1.334-1.329 1.37-2.758.942-3.706a2.466 2.466 0 0 0-.228-.4 1.686 1.686 0 0 0-.227-.273 1.466 1.466 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 10.07 4c-.957 0-1.734.746-1.734 1.667 0 .92.777 1.666 1.734 1.666.343 0 .662-.095.931-.26z"/>'),$o=(0,a.makeIcon)("ChatSquareText",'<path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6zm0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/>'),Uo=(0,a.makeIcon)("ChatSquareTextFill",'<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2V2zm3.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z"/>'),Go=(0,a.makeIcon)("ChatText",'<path d="M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8.06 8.06 0 0 0 8 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105z"/><path d="M4 5.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8zm0 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z"/>'),Wo=(0,a.makeIcon)("ChatTextFill",'<path d="M16 8c0 3.866-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7zM4.5 5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7zm0 2.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7zm0 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4z"/>'),qo=(0,a.makeIcon)("Check",'<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"/>'),Xo=(0,a.makeIcon)("Check2",'<path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/>'),Jo=(0,a.makeIcon)("Check2All",'<path d="M12.354 4.354a.5.5 0 0 0-.708-.708L5 10.293 1.854 7.146a.5.5 0 1 0-.708.708l3.5 3.5a.5.5 0 0 0 .708 0l7-7zm-4.208 7-.896-.897.707-.707.543.543 6.646-6.647a.5.5 0 0 1 .708.708l-7 7a.5.5 0 0 1-.708 0z"/><path d="m5.354 7.146.896.897-.707.707-.897-.896a.5.5 0 1 1 .708-.708z"/>'),Ko=(0,a.makeIcon)("Check2Circle",'<path d="M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0z"/><path d="M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z"/>'),Qo=(0,a.makeIcon)("Check2Square",'<path d="M3 14.5A1.5 1.5 0 0 1 1.5 13V3A1.5 1.5 0 0 1 3 1.5h8a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V8a.5.5 0 0 1 1 0v5a1.5 1.5 0 0 1-1.5 1.5H3z"/><path d="m8.354 10.354 7-7a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0z"/>'),Zo=(0,a.makeIcon)("CheckAll",'<path d="M8.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L2.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093L8.95 4.992a.252.252 0 0 1 .02-.022zm-.92 5.14.92.92a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 1 0-1.091-1.028L9.477 9.417l-.485-.486-.943 1.179z"/>'),ei=(0,a.makeIcon)("CheckCircle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"/>'),ti=(0,a.makeIcon)("CheckCircleFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"/>'),ni=(0,a.makeIcon)("CheckLg",'<path d="M13.485 1.431a1.473 1.473 0 0 1 2.104 2.062l-7.84 9.801a1.473 1.473 0 0 1-2.12.04L.431 8.138a1.473 1.473 0 0 1 2.084-2.083l4.111 4.112 6.82-8.69a.486.486 0 0 1 .04-.045z"/>'),ai=(0,a.makeIcon)("CheckSquare",'<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.235.235 0 0 1 .02-.022z"/>'),ri=(0,a.makeIcon)("CheckSquareFill",'<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022z"/>'),oi=(0,a.makeIcon)("ChevronBarContract",'<path fill-rule="evenodd" d="M3.646 14.854a.5.5 0 0 0 .708 0L8 11.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708zm0-13.708a.5.5 0 0 1 .708 0L8 4.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zM1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8z"/>'),ii=(0,a.makeIcon)("ChevronBarDown",'<path fill-rule="evenodd" d="M3.646 4.146a.5.5 0 0 1 .708 0L8 7.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zM1 11.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z"/>'),si=(0,a.makeIcon)("ChevronBarExpand",'<path fill-rule="evenodd" d="M3.646 10.146a.5.5 0 0 1 .708 0L8 13.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zm0-4.292a.5.5 0 0 0 .708 0L8 2.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708zM1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8z"/>'),li=(0,a.makeIcon)("ChevronBarLeft",'<path fill-rule="evenodd" d="M11.854 3.646a.5.5 0 0 1 0 .708L8.207 8l3.647 3.646a.5.5 0 0 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 0 1 .708 0zM4.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5z"/>'),ci=(0,a.makeIcon)("ChevronBarRight",'<path fill-rule="evenodd" d="M4.146 3.646a.5.5 0 0 0 0 .708L7.793 8l-3.647 3.646a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708 0zM11.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5z"/>'),ui=(0,a.makeIcon)("ChevronBarUp",'<path fill-rule="evenodd" d="M3.646 11.854a.5.5 0 0 0 .708 0L8 8.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708zM2.4 5.2c0 .22.18.4.4.4h10.4a.4.4 0 0 0 0-.8H2.8a.4.4 0 0 0-.4.4z"/>'),di=(0,a.makeIcon)("ChevronCompactDown",'<path fill-rule="evenodd" d="M1.553 6.776a.5.5 0 0 1 .67-.223L8 9.44l5.776-2.888a.5.5 0 1 1 .448.894l-6 3a.5.5 0 0 1-.448 0l-6-3a.5.5 0 0 1-.223-.67z"/>'),hi=(0,a.makeIcon)("ChevronCompactLeft",'<path fill-rule="evenodd" d="M9.224 1.553a.5.5 0 0 1 .223.67L6.56 8l2.888 5.776a.5.5 0 1 1-.894.448l-3-6a.5.5 0 0 1 0-.448l3-6a.5.5 0 0 1 .67-.223z"/>'),pi=(0,a.makeIcon)("ChevronCompactRight",'<path fill-rule="evenodd" d="M6.776 1.553a.5.5 0 0 1 .671.223l3 6a.5.5 0 0 1 0 .448l-3 6a.5.5 0 1 1-.894-.448L9.44 8 6.553 2.224a.5.5 0 0 1 .223-.671z"/>'),fi=(0,a.makeIcon)("ChevronCompactUp",'<path fill-rule="evenodd" d="M7.776 5.553a.5.5 0 0 1 .448 0l6 3a.5.5 0 1 1-.448.894L8 6.56 2.224 9.447a.5.5 0 1 1-.448-.894l6-3z"/>'),mi=(0,a.makeIcon)("ChevronContract",'<path fill-rule="evenodd" d="M3.646 13.854a.5.5 0 0 0 .708 0L8 10.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708zm0-11.708a.5.5 0 0 1 .708 0L8 5.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708z"/>'),vi=(0,a.makeIcon)("ChevronDoubleDown",'<path fill-rule="evenodd" d="M1.646 6.646a.5.5 0 0 1 .708 0L8 12.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/><path fill-rule="evenodd" d="M1.646 2.646a.5.5 0 0 1 .708 0L8 8.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/>'),gi=(0,a.makeIcon)("ChevronDoubleLeft",'<path fill-rule="evenodd" d="M8.354 1.646a.5.5 0 0 1 0 .708L2.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/><path fill-rule="evenodd" d="M12.354 1.646a.5.5 0 0 1 0 .708L6.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/>'),_i=(0,a.makeIcon)("ChevronDoubleRight",'<path fill-rule="evenodd" d="M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708z"/><path fill-rule="evenodd" d="M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708z"/>'),bi=(0,a.makeIcon)("ChevronDoubleUp",'<path fill-rule="evenodd" d="M7.646 2.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 3.707 2.354 9.354a.5.5 0 1 1-.708-.708l6-6z"/><path fill-rule="evenodd" d="M7.646 6.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 7.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/>'),yi=(0,a.makeIcon)("ChevronDown",'<path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/>'),Mi=(0,a.makeIcon)("ChevronExpand",'<path fill-rule="evenodd" d="M3.646 9.146a.5.5 0 0 1 .708 0L8 12.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zm0-2.292a.5.5 0 0 0 .708 0L8 3.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708z"/>'),Ii=(0,a.makeIcon)("ChevronLeft",'<path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/>'),Bi=(0,a.makeIcon)("ChevronRight",'<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/>'),ki=(0,a.makeIcon)("ChevronUp",'<path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/>'),Pi=(0,a.makeIcon)("Circle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>'),Ti=(0,a.makeIcon)("CircleFill",'<circle cx="8" cy="8" r="8"/>'),wi=(0,a.makeIcon)("CircleHalf",'<path d="M8 15A7 7 0 1 0 8 1v14zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16z"/>'),Ei=(0,a.makeIcon)("CircleSquare",'<path d="M0 6a6 6 0 1 1 12 0A6 6 0 0 1 0 6z"/><path d="M12.93 5h1.57a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-1.57a6.953 6.953 0 0 1-1-.22v1.79A1.5 1.5 0 0 0 5.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 4h-1.79c.097.324.17.658.22 1z"/>'),Oi=(0,a.makeIcon)("Clipboard",'<path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/><path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>'),Ai=(0,a.makeIcon)("ClipboardCheck",'<path fill-rule="evenodd" d="M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/><path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>'),Li=(0,a.makeIcon)("ClipboardData",'<path d="M4 11a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0v-1zm6-4a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0V7zM7 9a1 1 0 0 1 2 0v3a1 1 0 1 1-2 0V9z"/><path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/><path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>'),Si=(0,a.makeIcon)("ClipboardMinus",'<path fill-rule="evenodd" d="M5.5 9.5A.5.5 0 0 1 6 9h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/><path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>'),Ci=(0,a.makeIcon)("ClipboardPlus",'<path fill-rule="evenodd" d="M8 7a.5.5 0 0 1 .5.5V9H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V10H6a.5.5 0 0 1 0-1h1.5V7.5A.5.5 0 0 1 8 7z"/><path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/><path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>'),zi=(0,a.makeIcon)("ClipboardX",'<path fill-rule="evenodd" d="M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z"/><path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/><path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>'),xi=(0,a.makeIcon)("Clock",'<path d="M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z"/><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z"/>'),Di=(0,a.makeIcon)("ClockFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z"/>'),Fi=(0,a.makeIcon)("ClockHistory",'<path d="M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022l-.074.997zm2.004.45a7.003 7.003 0 0 0-.985-.299l.219-.976c.383.086.76.2 1.126.342l-.36.933zm1.37.71a7.01 7.01 0 0 0-.439-.27l.493-.87a8.025 8.025 0 0 1 .979.654l-.615.789a6.996 6.996 0 0 0-.418-.302zm1.834 1.79a6.99 6.99 0 0 0-.653-.796l.724-.69c.27.285.52.59.747.91l-.818.576zm.744 1.352a7.08 7.08 0 0 0-.214-.468l.893-.45a7.976 7.976 0 0 1 .45 1.088l-.95.313a7.023 7.023 0 0 0-.179-.483zm.53 2.507a6.991 6.991 0 0 0-.1-1.025l.985-.17c.067.386.106.778.116 1.17l-1 .025zm-.131 1.538c.033-.17.06-.339.081-.51l.993.123a7.957 7.957 0 0 1-.23 1.155l-.964-.267c.046-.165.086-.332.12-.501zm-.952 2.379c.184-.29.346-.594.486-.908l.914.405c-.16.36-.345.706-.555 1.038l-.845-.535zm-.964 1.205c.122-.122.239-.248.35-.378l.758.653a8.073 8.073 0 0 1-.401.432l-.707-.707z"/><path d="M8 1a7 7 0 1 0 4.95 11.95l.707.707A8.001 8.001 0 1 1 8 0v1z"/><path d="M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5z"/>'),Hi=(0,a.makeIcon)("Cloud",'<path d="M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z"/>'),Ni=(0,a.makeIcon)("CloudArrowDown",'<path fill-rule="evenodd" d="M7.646 10.854a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 9.293V5.5a.5.5 0 0 0-1 0v3.793L6.354 8.146a.5.5 0 1 0-.708.708l2 2z"/><path d="M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z"/>'),Ri=(0,a.makeIcon)("CloudArrowDownFill",'<path d="M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm2.354 6.854-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5a.5.5 0 0 1 1 0v3.793l1.146-1.147a.5.5 0 0 1 .708.708z"/>'),Vi=(0,a.makeIcon)("CloudArrowUp",'<path fill-rule="evenodd" d="M7.646 5.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708l2-2z"/><path d="M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z"/>'),Yi=(0,a.makeIcon)("CloudArrowUpFill",'<path d="M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm2.354 5.146a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2z"/>'),ji=(0,a.makeIcon)("CloudCheck",'<path fill-rule="evenodd" d="M10.354 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z"/>'),$i=(0,a.makeIcon)("CloudCheckFill",'<path d="M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm2.354 4.854-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708.708z"/>'),Ui=(0,a.makeIcon)("CloudDownload",'<path d="M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773 16 9.569 14.502 11 12.687 11H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318 1 8.785 2.23 10 3.781 10H6a.5.5 0 0 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383z"/><path d="M7.646 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V5.5a.5.5 0 0 0-1 0v8.793l-2.146-2.147a.5.5 0 0 0-.708.708l3 3z"/>'),Gi=(0,a.makeIcon)("CloudDownloadFill",'<path fill-rule="evenodd" d="M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318 0 9.366 1.708 11 3.781 11H7.5V5.5a.5.5 0 0 1 1 0V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0zm-.354 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V11h-1v3.293l-2.146-2.147a.5.5 0 0 0-.708.708l3 3z"/>'),Wi=(0,a.makeIcon)("CloudDrizzle",'<path d="M4.158 12.025a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm6 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm-3.5 1.5a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm6 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm.747-8.498a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 11H13a3 3 0 0 0 .405-5.973zM8.5 2a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 2z"/>'),qi=(0,a.makeIcon)("CloudDrizzleFill",'<path d="M4.158 12.025a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm6 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm-3.5 1.5a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm6 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm.747-8.498a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 11H13a3 3 0 0 0 .405-5.973z"/>'),Xi=(0,a.makeIcon)("CloudFill",'<path d="M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383z"/>'),Ji=(0,a.makeIcon)("CloudFog",'<path d="M3 13.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm10.405-9.473a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 12H13a3 3 0 0 0 .405-5.973zM8.5 3a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 3z"/>'),Ki=(0,a.makeIcon)("CloudFog2",'<path d="M8.5 4a4.002 4.002 0 0 0-3.8 2.745.5.5 0 1 1-.949-.313 5.002 5.002 0 0 1 9.654.595A3 3 0 0 1 13 13H.5a.5.5 0 0 1 0-1H13a2 2 0 0 0 .001-4h-.026a.5.5 0 0 1-.5-.445A4 4 0 0 0 8.5 4zM0 8.5A.5.5 0 0 1 .5 8h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z"/>'),Qi=(0,a.makeIcon)("CloudFog2Fill",'<path d="M8.5 3a5.001 5.001 0 0 1 4.905 4.027A3 3 0 0 1 13 13h-1.5a.5.5 0 0 0 0-1H1.05a3.51 3.51 0 0 1-.713-1H9.5a.5.5 0 0 0 0-1H.035a3.53 3.53 0 0 1 0-1H7.5a.5.5 0 0 0 0-1H.337a3.5 3.5 0 0 1 3.57-1.977A5.001 5.001 0 0 1 8.5 3z"/>'),Zi=(0,a.makeIcon)("CloudFogFill",'<path d="M3 13.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm10.405-9.473a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 12H13a3 3 0 0 0 .405-5.973z"/>'),es=(0,a.makeIcon)("CloudHail",'<path d="M13.405 4.527a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10.5H13a3 3 0 0 0 .405-5.973zM8.5 1.5a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1-.001 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1.5zM3.75 15.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zM7.75 15.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm3.592 3.724a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316z"/>'),ts=(0,a.makeIcon)("CloudHailFill",'<path d="M3.75 15.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zM7.75 15.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm3.592 3.724a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm1.247-6.999a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10.5H13a3 3 0 0 0 .405-5.973z"/>'),ns=(0,a.makeIcon)("CloudHaze",'<path d="M8.5 3a4.002 4.002 0 0 0-3.8 2.745.5.5 0 1 1-.949-.313 5.002 5.002 0 0 1 9.654.595A3 3 0 0 1 13 12H4.5a.5.5 0 0 1 0-1H13a2 2 0 0 0 .001-4h-.026a.5.5 0 0 1-.5-.445A4 4 0 0 0 8.5 3zM0 7.5A.5.5 0 0 1 .5 7h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm2 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-2 4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z"/>'),as=(0,a.makeIcon)("CloudHaze1",'<path d="M4 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-3 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm2 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973zM8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1z"/>'),rs=(0,a.makeIcon)("CloudHaze2Fill",'<path d="M8.5 2a5.001 5.001 0 0 1 4.905 4.027A3 3 0 0 1 13 12H3.5A3.5 3.5 0 0 1 .035 9H5.5a.5.5 0 0 0 0-1H.035a3.5 3.5 0 0 1 3.871-2.977A5.001 5.001 0 0 1 8.5 2zm-6 8a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zM0 13.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z"/>'),os=(0,a.makeIcon)("CloudHazeFill",'<path d="M4 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-3 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm2 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973z"/>'),is=(0,a.makeIcon)("CloudLightning",'<path d="M13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973zM8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1zM7.053 11.276A.5.5 0 0 1 7.5 11h1a.5.5 0 0 1 .474.658l-.28.842H9.5a.5.5 0 0 1 .39.812l-2 2.5a.5.5 0 0 1-.875-.433L7.36 14H6.5a.5.5 0 0 1-.447-.724l1-2z"/>'),ss=(0,a.makeIcon)("CloudLightningFill",'<path d="M7.053 11.276A.5.5 0 0 1 7.5 11h1a.5.5 0 0 1 .474.658l-.28.842H9.5a.5.5 0 0 1 .39.812l-2 2.5a.5.5 0 0 1-.875-.433L7.36 14H6.5a.5.5 0 0 1-.447-.724l1-2zm6.352-7.249a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973z"/>'),ls=(0,a.makeIcon)("CloudLightningRain",'<path d="M2.658 11.026a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm9.5 0a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm-7.5 1.5a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm9.5 0a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm-.753-8.499a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973zM8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1zM7.053 11.276A.5.5 0 0 1 7.5 11h1a.5.5 0 0 1 .474.658l-.28.842H9.5a.5.5 0 0 1 .39.812l-2 2.5a.5.5 0 0 1-.875-.433L7.36 14H6.5a.5.5 0 0 1-.447-.724l1-2z"/>'),cs=(0,a.makeIcon)("CloudLightningRainFill",'<path d="M2.658 11.026a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm9.5 0a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm-7.5 1.5a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm9.5 0a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316zm-7.105-1.25A.5.5 0 0 1 7.5 11h1a.5.5 0 0 1 .474.658l-.28.842H9.5a.5.5 0 0 1 .39.812l-2 2.5a.5.5 0 0 1-.875-.433L7.36 14H6.5a.5.5 0 0 1-.447-.724l1-2zm6.352-7.249a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973z"/>'),us=(0,a.makeIcon)("CloudMinus",'<path d="M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z"/>'),ds=(0,a.makeIcon)("CloudMinusFill",'<path d="M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zM6 7.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z"/>'),hs=(0,a.makeIcon)("CloudMoon",'<path d="M7 8a3.5 3.5 0 0 1 3.5 3.555.5.5 0 0 0 .625.492A1.503 1.503 0 0 1 13 13.5a1.5 1.5 0 0 1-1.5 1.5H3a2 2 0 1 1 .1-3.998.5.5 0 0 0 .509-.375A3.502 3.502 0 0 1 7 8zm4.473 3a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5h-.027z"/><path d="M11.286 1.778a.5.5 0 0 0-.565-.755 4.595 4.595 0 0 0-3.18 5.003 5.46 5.46 0 0 1 1.055.209A3.603 3.603 0 0 1 9.83 2.617a4.593 4.593 0 0 0 4.31 5.744 3.576 3.576 0 0 1-2.241.634c.162.317.295.652.394 1a4.59 4.59 0 0 0 3.624-2.04.5.5 0 0 0-.565-.755 3.593 3.593 0 0 1-4.065-5.422z"/>'),ps=(0,a.makeIcon)("CloudMoonFill",'<path d="M11.473 11a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5h-.027z"/><path d="M11.286 1.778a.5.5 0 0 0-.565-.755 4.595 4.595 0 0 0-3.18 5.003 5.46 5.46 0 0 1 1.055.209A3.603 3.603 0 0 1 9.83 2.617a4.593 4.593 0 0 0 4.31 5.744 3.576 3.576 0 0 1-2.241.634c.162.317.295.652.394 1a4.59 4.59 0 0 0 3.624-2.04.5.5 0 0 0-.565-.755 3.593 3.593 0 0 1-4.065-5.422z"/>'),fs=(0,a.makeIcon)("CloudPlus",'<path fill-rule="evenodd" d="M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5z"/><path d="M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z"/>'),ms=(0,a.makeIcon)("CloudPlusFill",'<path d="M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm.5 4v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 1 0z"/>'),vs=(0,a.makeIcon)("CloudRain",'<path d="M4.158 12.025a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-1 3a.5.5 0 0 1-.948-.316l1-3a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-1 3a.5.5 0 1 1-.948-.316l1-3a.5.5 0 0 1 .632-.317zm.247-6.998a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 11H13a3 3 0 0 0 .405-5.973zM8.5 2a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 2z"/>'),gs=(0,a.makeIcon)("CloudRainFill",'<path d="M4.158 12.025a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-1 3a.5.5 0 1 1-.948-.316l1-3a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317zm3 0a.5.5 0 0 1 .316.633l-1 3a.5.5 0 1 1-.948-.316l1-3a.5.5 0 0 1 .632-.317zm.247-6.998a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 11H13a3 3 0 0 0 .405-5.973z"/>'),_s=(0,a.makeIcon)("CloudRainHeavy",'<path d="M4.176 11.032a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 1 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 1 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 1 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm.229-7.005a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973zM8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1z"/>'),bs=(0,a.makeIcon)("CloudRainHeavyFill",'<path d="M4.176 11.032a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293zm.229-7.005a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973z"/>'),ys=(0,a.makeIcon)("CloudSlash",'<path fill-rule="evenodd" d="M3.112 5.112a3.125 3.125 0 0 0-.17.613C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13H11l-1-1H3.781C2.231 12 1 10.785 1 9.318c0-1.365 1.064-2.513 2.46-2.666l.446-.05v-.447c0-.075.006-.152.018-.231l-.812-.812zm2.55-1.45-.725-.725A5.512 5.512 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773a3.2 3.2 0 0 1-1.516 2.711l-.733-.733C14.498 11.378 15 10.626 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3c-.875 0-1.678.26-2.339.661z"/><path d="m13.646 14.354-12-12 .708-.708 12 12-.707.707z"/>'),Ms=(0,a.makeIcon)("CloudSlashFill",'<path fill-rule="evenodd" d="M3.112 5.112a3.125 3.125 0 0 0-.17.613C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13H11L3.112 5.112zm11.372 7.372L4.937 2.937A5.512 5.512 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773a3.2 3.2 0 0 1-1.516 2.711zm-.838 1.87-12-12 .708-.708 12 12-.707.707z"/>'),Is=(0,a.makeIcon)("CloudSleet",'<path d="M13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973zM8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1zM2.375 13.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 1 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zM6.375 13.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 1 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zm2.151 2.447a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 1 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223z"/>'),Bs=(0,a.makeIcon)("CloudSleetFill",'<path d="M2.375 13.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 1 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 1 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 0 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zM6.375 13.5a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 1 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 1 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 0 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zm2.151 2.447a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 1 1-.248.434l-.501-.286v.569a.25.25 0 0 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 1 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 1 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zm1.181-7.026a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973z"/>'),ks=(0,a.makeIcon)("CloudSnow",'<path d="M13.405 4.277a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10.25H13a3 3 0 0 0 .405-5.973zM8.5 1.25a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1-.001 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 1.25zM2.625 11.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm2.75 2a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm5.5 0a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm-2.75-2a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm5.5 0a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25z"/>'),Ps=(0,a.makeIcon)("CloudSnowFill",'<path d="M2.625 11.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm2.75 2a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm5.5 0a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 0 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm-2.75-2a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm5.5 0a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 0 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25zm-.22-7.223a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10.25H13a3 3 0 0 0 .405-5.973z"/>'),Ts=(0,a.makeIcon)("CloudSun",'<path d="M7 8a3.5 3.5 0 0 1 3.5 3.555.5.5 0 0 0 .624.492A1.503 1.503 0 0 1 13 13.5a1.5 1.5 0 0 1-1.5 1.5H3a2 2 0 1 1 .1-3.998.5.5 0 0 0 .51-.375A3.502 3.502 0 0 1 7 8zm4.473 3a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5h-.027z"/><path d="M10.5 1.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1zm3.743 1.964a.5.5 0 1 0-.707-.707l-.708.707a.5.5 0 0 0 .708.708l.707-.708zm-7.779-.707a.5.5 0 0 0-.707.707l.707.708a.5.5 0 1 0 .708-.708l-.708-.707zm1.734 3.374a2 2 0 1 1 3.296 2.198c.199.281.372.582.516.898a3 3 0 1 0-4.84-3.225c.352.011.696.055 1.028.129zm4.484 4.074c.6.215 1.125.59 1.522 1.072a.5.5 0 0 0 .039-.742l-.707-.707a.5.5 0 0 0-.854.377zM14.5 6.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z"/>'),ws=(0,a.makeIcon)("CloudSunFill",'<path d="M11.473 11a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5h-.027z"/><path d="M10.5 1.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1zm3.743 1.964a.5.5 0 1 0-.707-.707l-.708.707a.5.5 0 0 0 .708.708l.707-.708zm-7.779-.707a.5.5 0 0 0-.707.707l.707.708a.5.5 0 1 0 .708-.708l-.708-.707zm1.734 3.374a2 2 0 1 1 3.296 2.198c.199.281.372.582.516.898a3 3 0 1 0-4.84-3.225c.352.011.696.055 1.028.129zm4.484 4.074c.6.215 1.125.59 1.522 1.072a.5.5 0 0 0 .039-.742l-.707-.707a.5.5 0 0 0-.854.377zM14.5 6.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z"/>'),Es=(0,a.makeIcon)("CloudUpload",'<path fill-rule="evenodd" d="M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773 16 9.569 14.502 11 12.687 11H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318 1 8.785 2.23 10 3.781 10H6a.5.5 0 0 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383z"/><path fill-rule="evenodd" d="M7.646 4.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V14.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3z"/>'),Os=(0,a.makeIcon)("CloudUploadFill",'<path fill-rule="evenodd" d="M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318 0 9.366 1.708 11 3.781 11H7.5V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0zm-.5 14.5V11h1v3.5a.5.5 0 0 1-1 0z"/>'),As=(0,a.makeIcon)("Clouds",'<path d="M16 7.5a2.5 2.5 0 0 1-1.456 2.272 3.513 3.513 0 0 0-.65-.824 1.5 1.5 0 0 0-.789-2.896.5.5 0 0 1-.627-.421 3 3 0 0 0-5.22-1.625 5.587 5.587 0 0 0-1.276.088 4.002 4.002 0 0 1 7.392.91A2.5 2.5 0 0 1 16 7.5z"/><path d="M7 5a4.5 4.5 0 0 1 4.473 4h.027a2.5 2.5 0 0 1 0 5H3a3 3 0 0 1-.247-5.99A4.502 4.502 0 0 1 7 5zm3.5 4.5a3.5 3.5 0 0 0-6.89-.873.5.5 0 0 1-.51.375A2 2 0 1 0 3 13h8.5a1.5 1.5 0 1 0-.376-2.953.5.5 0 0 1-.624-.492V9.5z"/>'),Ls=(0,a.makeIcon)("CloudsFill",'<path d="M11.473 9a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 14h8.5a2.5 2.5 0 1 0-.027-5z"/><path d="M14.544 9.772a3.506 3.506 0 0 0-2.225-1.676 5.502 5.502 0 0 0-6.337-4.002 4.002 4.002 0 0 1 7.392.91 2.5 2.5 0 0 1 1.17 4.769z"/>'),Ss=(0,a.makeIcon)("Cloudy",'<path d="M13.405 8.527a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 14.5H13a3 3 0 0 0 .405-5.973zM8.5 5.5a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1-.001 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4.002 4.002 0 0 1 8.5 5.5z"/>'),Cs=(0,a.makeIcon)("CloudyFill",'<path d="M13.405 7.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 13H13a3 3 0 0 0 .405-5.973z"/>'),zs=(0,a.makeIcon)("Code",'<path d="M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8l3.147-3.146zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8l-3.147-3.146z"/>'),xs=(0,a.makeIcon)("CodeSlash",'<path d="M10.478 1.647a.5.5 0 1 0-.956-.294l-4 13a.5.5 0 0 0 .956.294l4-13zM4.854 4.146a.5.5 0 0 1 0 .708L1.707 8l3.147 3.146a.5.5 0 0 1-.708.708l-3.5-3.5a.5.5 0 0 1 0-.708l3.5-3.5a.5.5 0 0 1 .708 0zm6.292 0a.5.5 0 0 0 0 .708L14.293 8l-3.147 3.146a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708l-3.5-3.5a.5.5 0 0 0-.708 0z"/>'),Ds=(0,a.makeIcon)("CodeSquare",'<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M6.854 4.646a.5.5 0 0 1 0 .708L4.207 8l2.647 2.646a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0zm2.292 0a.5.5 0 0 0 0 .708L11.793 8l-2.647 2.646a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708 0z"/>'),Fs=(0,a.makeIcon)("Coin",'<path d="M5.5 9.511c.076.954.83 1.697 2.182 1.785V12h.6v-.709c1.4-.098 2.218-.846 2.218-1.932 0-.987-.626-1.496-1.745-1.76l-.473-.112V5.57c.6.068.982.396 1.074.85h1.052c-.076-.919-.864-1.638-2.126-1.716V4h-.6v.719c-1.195.117-2.01.836-2.01 1.853 0 .9.606 1.472 1.613 1.707l.397.098v2.034c-.615-.093-1.022-.43-1.114-.9H5.5zm2.177-2.166c-.59-.137-.91-.416-.91-.836 0-.47.345-.822.915-.925v1.76h-.005zm.692 1.193c.717.166 1.048.435 1.048.91 0 .542-.412.914-1.135.982V8.518l.087.02z"/><path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path fill-rule="evenodd" d="M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zm0 .5A6 6 0 1 0 8 2a6 6 0 0 0 0 12z"/>'),Hs=(0,a.makeIcon)("Collection",'<path d="M2.5 3.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm2-2a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6v7zm1.5.5A.5.5 0 0 1 1 13V6a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-13z"/>'),Ns=(0,a.makeIcon)("CollectionFill",'<path d="M0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6v7zM2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3zm2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1z"/>'),Rs=(0,a.makeIcon)("CollectionPlay",'<path d="M2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3zm2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1zm2.765 5.576A.5.5 0 0 0 6 7v5a.5.5 0 0 0 .765.424l4-2.5a.5.5 0 0 0 0-.848l-4-2.5z"/><path d="M1.5 14.5A1.5 1.5 0 0 1 0 13V6a1.5 1.5 0 0 1 1.5-1.5h13A1.5 1.5 0 0 1 16 6v7a1.5 1.5 0 0 1-1.5 1.5h-13zm13-1a.5.5 0 0 0 .5-.5V6a.5.5 0 0 0-.5-.5h-13A.5.5 0 0 0 1 6v7a.5.5 0 0 0 .5.5h13z"/>'),Vs=(0,a.makeIcon)("CollectionPlayFill",'<path d="M2.5 3.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm2-2a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6v7zm6.258-6.437a.5.5 0 0 1 .507.013l4 2.5a.5.5 0 0 1 0 .848l-4 2.5A.5.5 0 0 1 6 12V7a.5.5 0 0 1 .258-.437z"/>'),Ys=(0,a.makeIcon)("Columns",'<path d="M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2zm8.5 0v8H15V2H8.5zm0 9v3H15v-3H8.5zm-1-9H1v3h6.5V2zM1 14h6.5V6H1v8z"/>'),js=(0,a.makeIcon)("ColumnsGap",'<path d="M6 1v3H1V1h5zM1 0a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H1zm14 12v3h-5v-3h5zm-5-1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-5zM6 8v7H1V8h5zM1 7a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H1zm14-6v7h-5V1h5zm-5-1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1h-5z"/>'),$s=(0,a.makeIcon)("Command",'<path d="M3.5 2A1.5 1.5 0 0 1 5 3.5V5H3.5a1.5 1.5 0 1 1 0-3zM6 5V3.5A2.5 2.5 0 1 0 3.5 6H5v4H3.5A2.5 2.5 0 1 0 6 12.5V11h4v1.5a2.5 2.5 0 1 0 2.5-2.5H11V6h1.5A2.5 2.5 0 1 0 10 3.5V5H6zm4 1v4H6V6h4zm1-1V3.5A1.5 1.5 0 1 1 12.5 5H11zm0 6h1.5a1.5 1.5 0 1 1-1.5 1.5V11zm-6 0v1.5A1.5 1.5 0 1 1 3.5 11H5z"/>'),Us=(0,a.makeIcon)("Compass",'<path d="M8 16.016a7.5 7.5 0 0 0 1.962-14.74A1 1 0 0 0 9 0H7a1 1 0 0 0-.962 1.276A7.5 7.5 0 0 0 8 16.016zm6.5-7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/><path d="m6.94 7.44 4.95-2.83-2.83 4.95-4.949 2.83 2.828-4.95z"/>'),Gs=(0,a.makeIcon)("CompassFill",'<path d="M15.5 8.516a7.5 7.5 0 1 1-9.462-7.24A1 1 0 0 1 7 0h2a1 1 0 0 1 .962 1.276 7.503 7.503 0 0 1 5.538 7.24zm-3.61-3.905L6.94 7.439 4.11 12.39l4.95-2.828 2.828-4.95z"/>'),Ws=(0,a.makeIcon)("Cone",'<path d="M7.03 1.88c.252-1.01 1.688-1.01 1.94 0l2.905 11.62H14a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h2.125L7.03 1.88z"/>'),qs=(0,a.makeIcon)("ConeStriped",'<path d="m9.97 4.88.953 3.811C10.159 8.878 9.14 9 8 9c-1.14 0-2.158-.122-2.923-.309L6.03 4.88C6.635 4.957 7.3 5 8 5s1.365-.043 1.97-.12zm-.245-.978L8.97.88C8.718-.13 7.282-.13 7.03.88L6.275 3.9C6.8 3.965 7.382 4 8 4c.618 0 1.2-.036 1.725-.098zm4.396 8.613a.5.5 0 0 1 .037.96l-6 2a.5.5 0 0 1-.316 0l-6-2a.5.5 0 0 1 .037-.96l2.391-.598.565-2.257c.862.212 1.964.339 3.165.339s2.303-.127 3.165-.339l.565 2.257 2.391.598z"/>'),Xs=(0,a.makeIcon)("Controller",'<path d="M11.5 6.027a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm-6.5-3h1v1h1v1h-1v1h-1v-1h-1v-1h1v-1z"/><path d="M3.051 3.26a.5.5 0 0 1 .354-.613l1.932-.518a.5.5 0 0 1 .62.39c.655-.079 1.35-.117 2.043-.117.72 0 1.443.041 2.12.126a.5.5 0 0 1 .622-.399l1.932.518a.5.5 0 0 1 .306.729c.14.09.266.19.373.297.408.408.78 1.05 1.095 1.772.32.733.599 1.591.805 2.466.206.875.34 1.78.364 2.606.024.816-.059 1.602-.328 2.21a1.42 1.42 0 0 1-1.445.83c-.636-.067-1.115-.394-1.513-.773-.245-.232-.496-.526-.739-.808-.126-.148-.25-.292-.368-.423-.728-.804-1.597-1.527-3.224-1.527-1.627 0-2.496.723-3.224 1.527-.119.131-.242.275-.368.423-.243.282-.494.575-.739.808-.398.38-.877.706-1.513.773a1.42 1.42 0 0 1-1.445-.83c-.27-.608-.352-1.395-.329-2.21.024-.826.16-1.73.365-2.606.206-.875.486-1.733.805-2.466.315-.722.687-1.364 1.094-1.772a2.34 2.34 0 0 1 .433-.335.504.504 0 0 1-.028-.079zm2.036.412c-.877.185-1.469.443-1.733.708-.276.276-.587.783-.885 1.465a13.748 13.748 0 0 0-.748 2.295 12.351 12.351 0 0 0-.339 2.406c-.022.755.062 1.368.243 1.776a.42.42 0 0 0 .426.24c.327-.034.61-.199.929-.502.212-.202.4-.423.615-.674.133-.156.276-.323.44-.504C4.861 9.969 5.978 9.027 8 9.027s3.139.942 3.965 1.855c.164.181.307.348.44.504.214.251.403.472.615.674.318.303.601.468.929.503a.42.42 0 0 0 .426-.241c.18-.408.265-1.02.243-1.776a12.354 12.354 0 0 0-.339-2.406 13.753 13.753 0 0 0-.748-2.295c-.298-.682-.61-1.19-.885-1.465-.264-.265-.856-.523-1.733-.708-.85-.179-1.877-.27-2.913-.27-1.036 0-2.063.091-2.913.27z"/>'),Js=(0,a.makeIcon)("Cpu",'<path d="M5 0a.5.5 0 0 1 .5.5V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2A2.5 2.5 0 0 1 14 4.5h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14a2.5 2.5 0 0 1-2.5 2.5v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14A2.5 2.5 0 0 1 2 11.5H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2A2.5 2.5 0 0 1 4.5 2V.5A.5.5 0 0 1 5 0zm-.5 3A1.5 1.5 0 0 0 3 4.5v7A1.5 1.5 0 0 0 4.5 13h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 11.5 3h-7zM5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5v-3zM6.5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3z"/>'),Ks=(0,a.makeIcon)("CpuFill",'<path d="M6.5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3z"/><path d="M5.5.5a.5.5 0 0 0-1 0V2A2.5 2.5 0 0 0 2 4.5H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2A2.5 2.5 0 0 0 4.5 14v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14a2.5 2.5 0 0 0 2.5-2.5h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14A2.5 2.5 0 0 0 11.5 2V.5a.5.5 0 0 0-1 0V2h-1V.5a.5.5 0 0 0-1 0V2h-1V.5a.5.5 0 0 0-1 0V2h-1V.5zm1 4.5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5v-3A1.5 1.5 0 0 1 6.5 5z"/>'),Qs=(0,a.makeIcon)("CreditCard",'<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v1h14V4a1 1 0 0 0-1-1H2zm13 4H1v5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V7z"/><path d="M2 10a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1z"/>'),Zs=(0,a.makeIcon)("CreditCard2Back",'<path d="M11 5.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1z"/><path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm13 2v5H1V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zm-1 9H2a1 1 0 0 1-1-1v-1h14v1a1 1 0 0 1-1 1z"/>'),el=(0,a.makeIcon)("CreditCard2BackFill",'<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5H0V4zm11.5 1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-2zM0 11v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1H0z"/>'),tl=(0,a.makeIcon)("CreditCard2Front",'<path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/><path d="M2 5.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z"/>'),nl=(0,a.makeIcon)("CreditCard2FrontFill",'<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2.5 1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-2zm0 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z"/>'),al=(0,a.makeIcon)("CreditCardFill",'<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1H0V4zm0 3v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7H0zm3 2h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1z"/>'),rl=(0,a.makeIcon)("Crop",'<path d="M3.5.5A.5.5 0 0 1 4 1v13h13a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2H3.5a.5.5 0 0 1-.5-.5V4H1a.5.5 0 0 1 0-1h2V1a.5.5 0 0 1 .5-.5zm2.5 3a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4H6.5a.5.5 0 0 1-.5-.5z"/>'),ol=(0,a.makeIcon)("Cup",'<path d="M1 2a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v1h.5A1.5 1.5 0 0 1 16 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-.55a2.5 2.5 0 0 1-2.45 2h-8A2.5 2.5 0 0 1 1 12.5V2zm13 10h.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5H14v8zM13 2H2v10.5A1.5 1.5 0 0 0 3.5 14h8a1.5 1.5 0 0 0 1.5-1.5V2z"/>'),il=(0,a.makeIcon)("CupFill",'<path d="M1 2a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v1h.5A1.5 1.5 0 0 1 16 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-.55a2.5 2.5 0 0 1-2.45 2h-8A2.5 2.5 0 0 1 1 12.5V2zm13 10h.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5H14v8z"/>'),sl=(0,a.makeIcon)("CupStraw",'<path d="M13.902.334a.5.5 0 0 1-.28.65l-2.254.902-.4 1.927c.376.095.715.215.972.367.228.135.56.396.56.82 0 .046-.004.09-.011.132l-.962 9.068a1.28 1.28 0 0 1-.524.93c-.488.34-1.494.87-3.01.87-1.516 0-2.522-.53-3.01-.87a1.28 1.28 0 0 1-.524-.93L3.51 5.132A.78.78 0 0 1 3.5 5c0-.424.332-.685.56-.82.262-.154.607-.276.99-.372C5.824 3.614 6.867 3.5 8 3.5c.712 0 1.389.045 1.985.127l.464-2.215a.5.5 0 0 1 .303-.356l2.5-1a.5.5 0 0 1 .65.278zM9.768 4.607A13.991 13.991 0 0 0 8 4.5c-1.076 0-2.033.11-2.707.278A3.284 3.284 0 0 0 4.645 5c.146.073.362.15.648.222C5.967 5.39 6.924 5.5 8 5.5c.571 0 1.109-.03 1.588-.085l.18-.808zm.292 1.756C9.445 6.45 8.742 6.5 8 6.5c-1.133 0-2.176-.114-2.95-.308a5.514 5.514 0 0 1-.435-.127l.838 8.03c.013.121.06.186.102.215.357.249 1.168.69 2.438.69 1.27 0 2.081-.441 2.438-.69.042-.029.09-.094.102-.215l.852-8.03a5.517 5.517 0 0 1-.435.127 8.88 8.88 0 0 1-.89.17zM4.467 4.884s.003.002.005.006l-.005-.006zm7.066 0-.005.006c.002-.004.005-.006.005-.006zM11.354 5a3.174 3.174 0 0 0-.604-.21l-.099.445.055-.013c.286-.072.502-.149.648-.222z"/>'),ll=(0,a.makeIcon)("CurrencyBitcoin",'<path d="M5.5 13v1.25c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25V13h.5v1.25c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25V13h.084c1.992 0 3.416-1.033 3.416-2.82 0-1.502-1.007-2.323-2.186-2.44v-.088c.97-.242 1.683-.974 1.683-2.19C11.997 3.93 10.847 3 9.092 3H9V1.75a.25.25 0 0 0-.25-.25h-1a.25.25 0 0 0-.25.25V3h-.573V1.75a.25.25 0 0 0-.25-.25H5.75a.25.25 0 0 0-.25.25V3l-1.998.011a.25.25 0 0 0-.25.25v.989c0 .137.11.25.248.25l.755-.005a.75.75 0 0 1 .745.75v5.505a.75.75 0 0 1-.75.75l-.748.011a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25L5.5 13zm1.427-8.513h1.719c.906 0 1.438.498 1.438 1.312 0 .871-.575 1.362-1.877 1.362h-1.28V4.487zm0 4.051h1.84c1.137 0 1.756.58 1.756 1.524 0 .953-.626 1.45-2.158 1.45H6.927V8.539z"/>'),cl=(0,a.makeIcon)("CurrencyDollar",'<path d="M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718H4zm3.391-3.836c-1.043-.263-1.6-.825-1.6-1.616 0-.944.704-1.641 1.8-1.828v3.495l-.2-.05zm1.591 1.872c1.287.323 1.852.859 1.852 1.769 0 1.097-.826 1.828-2.2 1.939V8.73l.348.086z"/>'),ul=(0,a.makeIcon)("CurrencyEuro",'<path d="M4 9.42h1.063C5.4 12.323 7.317 14 10.34 14c.622 0 1.167-.068 1.659-.185v-1.3c-.484.119-1.045.17-1.659.17-2.1 0-3.455-1.198-3.775-3.264h4.017v-.928H6.497v-.936c0-.11 0-.219.008-.329h4.078v-.927H6.618c.388-1.898 1.719-2.985 3.723-2.985.614 0 1.175.05 1.659.177V2.194A6.617 6.617 0 0 0 10.341 2c-2.928 0-4.82 1.569-5.244 4.3H4v.928h1.01v1.265H4v.928z"/>'),dl=(0,a.makeIcon)("CurrencyExchange",'<path d="M0 5a5.002 5.002 0 0 0 4.027 4.905 6.46 6.46 0 0 1 .544-2.073C3.695 7.536 3.132 6.864 3 5.91h-.5v-.426h.466V5.05c0-.046 0-.093.004-.135H2.5v-.427h.511C3.236 3.24 4.213 2.5 5.681 2.5c.316 0 .59.031.819.085v.733a3.46 3.46 0 0 0-.815-.082c-.919 0-1.538.466-1.734 1.252h1.917v.427h-1.98c-.003.046-.003.097-.003.147v.422h1.983v.427H3.93c.118.602.468 1.03 1.005 1.229a6.5 6.5 0 0 1 4.97-3.113A5.002 5.002 0 0 0 0 5zm16 5.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0zm-7.75 1.322c.069.835.746 1.485 1.964 1.562V14h.54v-.62c1.259-.086 1.996-.74 1.996-1.69 0-.865-.563-1.31-1.57-1.54l-.426-.1V8.374c.54.06.884.347.966.745h.948c-.07-.804-.779-1.433-1.914-1.502V7h-.54v.629c-1.076.103-1.808.732-1.808 1.622 0 .787.544 1.288 1.45 1.493l.358.085v1.78c-.554-.08-.92-.376-1.003-.787H8.25zm1.96-1.895c-.532-.12-.82-.364-.82-.732 0-.41.311-.719.824-.809v1.54h-.005zm.622 1.044c.645.145.943.38.943.796 0 .474-.37.8-1.02.86v-1.674l.077.018z"/>'),hl=(0,a.makeIcon)("CurrencyPound",'<path d="M4 8.585h1.969c.115.465.186.939.186 1.43 0 1.385-.736 2.496-2.075 2.771V14H12v-1.24H6.492v-.129c.825-.525 1.135-1.446 1.135-2.694 0-.465-.07-.913-.168-1.352h3.29v-.972H7.22c-.186-.723-.372-1.455-.372-2.247 0-1.274 1.047-2.066 2.58-2.066a5.32 5.32 0 0 1 2.103.465V2.456A5.629 5.629 0 0 0 9.348 2C6.865 2 5.322 3.291 5.322 5.366c0 .775.195 1.515.399 2.247H4v.972z"/>'),pl=(0,a.makeIcon)("CurrencyYen",'<path d="M8.75 14v-2.629h2.446v-.967H8.75v-1.31h2.445v-.967H9.128L12.5 2h-1.699L8.047 7.327h-.086L5.207 2H3.5l3.363 6.127H4.778v.968H7.25v1.31H4.78v.966h2.47V14h1.502z"/>'),fl=(0,a.makeIcon)("Cursor",'<path d="M14.082 2.182a.5.5 0 0 1 .103.557L8.528 15.467a.5.5 0 0 1-.917-.007L5.57 10.694.803 8.652a.5.5 0 0 1-.006-.916l12.728-5.657a.5.5 0 0 1 .556.103zM2.25 8.184l3.897 1.67a.5.5 0 0 1 .262.263l1.67 3.897L12.743 3.52 2.25 8.184z"/>'),ml=(0,a.makeIcon)("CursorFill",'<path d="M14.082 2.182a.5.5 0 0 1 .103.557L8.528 15.467a.5.5 0 0 1-.917-.007L5.57 10.694.803 8.652a.5.5 0 0 1-.006-.916l12.728-5.657a.5.5 0 0 1 .556.103z"/>'),vl=(0,a.makeIcon)("CursorText",'<path d="M5 2a.5.5 0 0 1 .5-.5c.862 0 1.573.287 2.06.566.174.099.321.198.44.286.119-.088.266-.187.44-.286A4.165 4.165 0 0 1 10.5 1.5a.5.5 0 0 1 0 1c-.638 0-1.177.213-1.564.434a3.49 3.49 0 0 0-.436.294V7.5H9a.5.5 0 0 1 0 1h-.5v4.272c.1.08.248.187.436.294.387.221.926.434 1.564.434a.5.5 0 0 1 0 1 4.165 4.165 0 0 1-2.06-.566A4.561 4.561 0 0 1 8 13.65a4.561 4.561 0 0 1-.44.285 4.165 4.165 0 0 1-2.06.566.5.5 0 0 1 0-1c.638 0 1.177-.213 1.564-.434.188-.107.335-.214.436-.294V8.5H7a.5.5 0 0 1 0-1h.5V3.228a3.49 3.49 0 0 0-.436-.294A3.166 3.166 0 0 0 5.5 2.5.5.5 0 0 1 5 2zm3.352 1.355zm-.704 9.29z"/>'),gl=(0,a.makeIcon)("Dash",'<path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/>'),_l=(0,a.makeIcon)("DashCircle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/>'),bl=(0,a.makeIcon)("DashCircleDotted",'<path d="M8 0c-.176 0-.35.006-.523.017l.064.998a7.117 7.117 0 0 1 .918 0l.064-.998A8.113 8.113 0 0 0 8 0zM6.44.152c-.346.069-.684.16-1.012.27l.321.948c.287-.098.582-.177.884-.237L6.44.153zm4.132.271a7.946 7.946 0 0 0-1.011-.27l-.194.98c.302.06.597.14.884.237l.321-.947zm1.873.925a8 8 0 0 0-.906-.524l-.443.896c.275.136.54.29.793.459l.556-.831zM4.46.824c-.314.155-.616.33-.905.524l.556.83a7.07 7.07 0 0 1 .793-.458L4.46.824zM2.725 1.985c-.262.23-.51.478-.74.74l.752.66c.202-.23.418-.446.648-.648l-.66-.752zm11.29.74a8.058 8.058 0 0 0-.74-.74l-.66.752c.23.202.447.418.648.648l.752-.66zm1.161 1.735a7.98 7.98 0 0 0-.524-.905l-.83.556c.169.253.322.518.458.793l.896-.443zM1.348 3.555c-.194.289-.37.591-.524.906l.896.443c.136-.275.29-.54.459-.793l-.831-.556zM.423 5.428a7.945 7.945 0 0 0-.27 1.011l.98.194c.06-.302.14-.597.237-.884l-.947-.321zM15.848 6.44a7.943 7.943 0 0 0-.27-1.012l-.948.321c.098.287.177.582.237.884l.98-.194zM.017 7.477a8.113 8.113 0 0 0 0 1.046l.998-.064a7.117 7.117 0 0 1 0-.918l-.998-.064zM16 8a8.1 8.1 0 0 0-.017-.523l-.998.064a7.11 7.11 0 0 1 0 .918l.998.064A8.1 8.1 0 0 0 16 8zM.152 9.56c.069.346.16.684.27 1.012l.948-.321a6.944 6.944 0 0 1-.237-.884l-.98.194zm15.425 1.012c.112-.328.202-.666.27-1.011l-.98-.194c-.06.302-.14.597-.237.884l.947.321zM.824 11.54a8 8 0 0 0 .524.905l.83-.556a6.999 6.999 0 0 1-.458-.793l-.896.443zm13.828.905c.194-.289.37-.591.524-.906l-.896-.443c-.136.275-.29.54-.459.793l.831.556zm-12.667.83c.23.262.478.51.74.74l.66-.752a7.047 7.047 0 0 1-.648-.648l-.752.66zm11.29.74c.262-.23.51-.478.74-.74l-.752-.66c-.201.23-.418.447-.648.648l.66.752zm-1.735 1.161c.314-.155.616-.33.905-.524l-.556-.83a7.07 7.07 0 0 1-.793.458l.443.896zm-7.985-.524c.289.194.591.37.906.524l.443-.896a6.998 6.998 0 0 1-.793-.459l-.556.831zm1.873.925c.328.112.666.202 1.011.27l.194-.98a6.953 6.953 0 0 1-.884-.237l-.321.947zm4.132.271a7.944 7.944 0 0 0 1.012-.27l-.321-.948a6.954 6.954 0 0 1-.884.237l.194.98zm-2.083.135a8.1 8.1 0 0 0 1.046 0l-.064-.998a7.11 7.11 0 0 1-.918 0l-.064.998zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z"/>'),yl=(0,a.makeIcon)("DashCircleFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z"/>'),Ml=(0,a.makeIcon)("DashLg",'<path d="M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z"/>'),Il=(0,a.makeIcon)("DashSquare",'<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/>'),Bl=(0,a.makeIcon)("DashSquareDotted",'<path d="M2.5 0c-.166 0-.33.016-.487.048l.194.98A1.51 1.51 0 0 1 2.5 1h.458V0H2.5zm2.292 0h-.917v1h.917V0zm1.833 0h-.917v1h.917V0zm1.833 0h-.916v1h.916V0zm1.834 0h-.917v1h.917V0zm1.833 0h-.917v1h.917V0zM13.5 0h-.458v1h.458c.1 0 .199.01.293.029l.194-.981A2.51 2.51 0 0 0 13.5 0zm2.079 1.11a2.511 2.511 0 0 0-.69-.689l-.556.831c.164.11.305.251.415.415l.83-.556zM1.11.421a2.511 2.511 0 0 0-.689.69l.831.556c.11-.164.251-.305.415-.415L1.11.422zM16 2.5c0-.166-.016-.33-.048-.487l-.98.194c.018.094.028.192.028.293v.458h1V2.5zM.048 2.013A2.51 2.51 0 0 0 0 2.5v.458h1V2.5c0-.1.01-.199.029-.293l-.981-.194zM0 3.875v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zM0 5.708v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zM0 7.542v.916h1v-.916H0zm15 .916h1v-.916h-1v.916zM0 9.375v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zm-16 .916v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zm-16 .917v.458c0 .166.016.33.048.487l.98-.194A1.51 1.51 0 0 1 1 13.5v-.458H0zm16 .458v-.458h-1v.458c0 .1-.01.199-.029.293l.981.194c.032-.158.048-.32.048-.487zM.421 14.89c.183.272.417.506.69.689l.556-.831a1.51 1.51 0 0 1-.415-.415l-.83.556zm14.469.689c.272-.183.506-.417.689-.69l-.831-.556c-.11.164-.251.305-.415.415l.556.83zm-12.877.373c.158.032.32.048.487.048h.458v-1H2.5c-.1 0-.199-.01-.293-.029l-.194.981zM13.5 16c.166 0 .33-.016.487-.048l-.194-.98A1.51 1.51 0 0 1 13.5 15h-.458v1h.458zm-9.625 0h.917v-1h-.917v1zm1.833 0h.917v-1h-.917v1zm1.834 0h.916v-1h-.916v1zm1.833 0h.917v-1h-.917v1zm1.833 0h.917v-1h-.917v1zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z"/>'),kl=(0,a.makeIcon)("DashSquareFill",'<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm2.5 7.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z"/>'),Pl=(0,a.makeIcon)("Diagram2",'<path fill-rule="evenodd" d="M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 7h2.5V6A1.5 1.5 0 0 1 6 4.5v-1zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1zM3 11.5A1.5 1.5 0 0 1 4.5 10h1A1.5 1.5 0 0 1 7 11.5v1A1.5 1.5 0 0 1 5.5 14h-1A1.5 1.5 0 0 1 3 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1A1.5 1.5 0 0 1 9 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z"/>'),Tl=(0,a.makeIcon)("Diagram2Fill",'<path fill-rule="evenodd" d="M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 7h2.5V6A1.5 1.5 0 0 1 6 4.5v-1zm-3 8A1.5 1.5 0 0 1 4.5 10h1A1.5 1.5 0 0 1 7 11.5v1A1.5 1.5 0 0 1 5.5 14h-1A1.5 1.5 0 0 1 3 12.5v-1zm6 0a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1A1.5 1.5 0 0 1 9 12.5v-1z"/>'),wl=(0,a.makeIcon)("Diagram3",'<path fill-rule="evenodd" d="M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5v-1zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1zM0 11.5A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z"/>'),El=(0,a.makeIcon)("Diagram3Fill",'<path fill-rule="evenodd" d="M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5v-1zm-6 8A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5v-1zm6 0A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5v-1zm6 0a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1z"/>'),Ol=(0,a.makeIcon)("Diamond",'<path d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134z"/>'),Al=(0,a.makeIcon)("DiamondFill",'<path fill-rule="evenodd" d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435z"/>'),Ll=(0,a.makeIcon)("DiamondHalf",'<path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435zM8 .989c.127 0 .253.049.35.145l6.516 6.516a.495.495 0 0 1 0 .7L8.35 14.866a.493.493 0 0 1-.35.145V.989z"/>'),Sl=(0,a.makeIcon)("Dice1",'<circle cx="8" cy="8" r="1.5"/><path d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z"/>'),Cl=(0,a.makeIcon)("Dice1Fill",'<path d="M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm5 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>'),zl=(0,a.makeIcon)("Dice2",'<path d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z"/><path d="M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>'),xl=(0,a.makeIcon)("Dice2Fill",'<path d="M0 3a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3zm5.5 1a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm6.5 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/>'),Dl=(0,a.makeIcon)("Dice3",'<path d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z"/><path d="M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-4-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>'),Fl=(0,a.makeIcon)("Dice3Fill",'<path d="M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm2.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM8 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>'),Hl=(0,a.makeIcon)("Dice4",'<path d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z"/><path d="M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>'),Nl=(0,a.makeIcon)("Dice4Fill",'<path d="M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm1 5.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm8 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm1.5 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM4 13.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>'),Rl=(0,a.makeIcon)("Dice5",'<path d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z"/><path d="M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm4-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>'),Vl=(0,a.makeIcon)("Dice5Fill",'<path d="M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm2.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM12 13.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM8 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>'),Yl=(0,a.makeIcon)("Dice6",'<path d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z"/><path d="M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-8 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>'),jl=(0,a.makeIcon)("Dice6Fill",'<path d="M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm1 5.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm8 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm1.5 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM12 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM4 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>'),$l=(0,a.makeIcon)("Disc",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0zM8 4a4 4 0 0 0-4 4 .5.5 0 0 1-1 0 5 5 0 0 1 5-5 .5.5 0 0 1 0 1zm4.5 3.5a.5.5 0 0 1 .5.5 5 5 0 0 1-5 5 .5.5 0 0 1 0-1 4 4 0 0 0 4-4 .5.5 0 0 1 .5-.5z"/>'),Ul=(0,a.makeIcon)("DiscFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-6 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0zM4 8a4 4 0 0 1 4-4 .5.5 0 0 0 0-1 5 5 0 0 0-5 5 .5.5 0 0 0 1 0zm9 0a.5.5 0 1 0-1 0 4 4 0 0 1-4 4 .5.5 0 0 0 0 1 5 5 0 0 0 5-5z"/>'),Gl=(0,a.makeIcon)("Discord",'<path d="M6.552 6.712c-.456 0-.816.4-.816.888s.368.888.816.888c.456 0 .816-.4.816-.888.008-.488-.36-.888-.816-.888zm2.92 0c-.456 0-.816.4-.816.888s.368.888.816.888c.456 0 .816-.4.816-.888s-.36-.888-.816-.888z"/><path d="M13.36 0H2.64C1.736 0 1 .736 1 1.648v10.816c0 .912.736 1.648 1.64 1.648h9.072l-.424-1.48 1.024.952.968.896L15 16V1.648C15 .736 14.264 0 13.36 0zm-3.088 10.448s-.288-.344-.528-.648c1.048-.296 1.448-.952 1.448-.952-.328.216-.64.368-.92.472-.4.168-.784.28-1.16.344a5.604 5.604 0 0 1-2.072-.008 6.716 6.716 0 0 1-1.176-.344 4.688 4.688 0 0 1-.584-.272c-.024-.016-.048-.024-.072-.04-.016-.008-.024-.016-.032-.024-.144-.08-.224-.136-.224-.136s.384.64 1.4.944c-.24.304-.536.664-.536.664-1.768-.056-2.44-1.216-2.44-1.216 0-2.576 1.152-4.664 1.152-4.664 1.152-.864 2.248-.84 2.248-.84l.08.096c-1.44.416-2.104 1.048-2.104 1.048s.176-.096.472-.232c.856-.376 1.536-.48 1.816-.504.048-.008.088-.016.136-.016a6.521 6.521 0 0 1 4.024.752s-.632-.6-1.992-1.016l.112-.128s1.096-.024 2.248.84c0 0 1.152 2.088 1.152 4.664 0 0-.68 1.16-2.448 1.216z"/>'),Wl=(0,a.makeIcon)("Display",'<path d="M0 4s0-2 2-2h12s2 0 2 2v6s0 2-2 2h-4c0 .667.083 1.167.25 1.5H11a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1h.75c.167-.333.25-.833.25-1.5H2s-2 0-2-2V4zm1.398-.855a.758.758 0 0 0-.254.302A1.46 1.46 0 0 0 1 4.01V10c0 .325.078.502.145.602.07.105.17.188.302.254a1.464 1.464 0 0 0 .538.143L2.01 11H14c.325 0 .502-.078.602-.145a.758.758 0 0 0 .254-.302 1.464 1.464 0 0 0 .143-.538L15 9.99V4c0-.325-.078-.502-.145-.602a.757.757 0 0 0-.302-.254A1.46 1.46 0 0 0 13.99 3H2c-.325 0-.502.078-.602.145z"/>'),ql=(0,a.makeIcon)("DisplayFill",'<path d="M6 12c0 .667-.083 1.167-.25 1.5H5a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-.75c-.167-.333-.25-.833-.25-1.5h4c2 0 2-2 2-2V4c0-2-2-2-2-2H2C0 2 0 4 0 4v6c0 2 2 2 2 2h4z"/>'),Xl=(0,a.makeIcon)("DistributeHorizontal",'<path fill-rule="evenodd" d="M14.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5zm-13 0a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5z"/><path d="M6 13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v10z"/>'),Jl=(0,a.makeIcon)("DistributeVertical",'<path fill-rule="evenodd" d="M1 1.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1h-13a.5.5 0 0 0-.5.5zm0 13a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1h-13a.5.5 0 0 0-.5.5z"/><path d="M2 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7z"/>'),Kl=(0,a.makeIcon)("DoorClosed",'<path d="M3 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v13h1.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H3V2zm1 13h8V2H4v13z"/><path d="M9 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0z"/>'),Ql=(0,a.makeIcon)("DoorClosedFill",'<path d="M12 1a1 1 0 0 1 1 1v13h1.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H3V2a1 1 0 0 1 1-1h8zm-2 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>'),Zl=(0,a.makeIcon)("DoorOpen",'<path d="M8.5 10c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1-.224 1-.5 1z"/><path d="M10.828.122A.5.5 0 0 1 11 .5V1h.5A1.5 1.5 0 0 1 13 2.5V15h1.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H3V1.5a.5.5 0 0 1 .43-.495l7-1a.5.5 0 0 1 .398.117zM11.5 2H11v13h1V2.5a.5.5 0 0 0-.5-.5zM4 1.934V15h6V1.077l-6 .857z"/>'),ec=(0,a.makeIcon)("DoorOpenFill",'<path d="M1.5 15a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1H13V2.5A1.5 1.5 0 0 0 11.5 1H11V.5a.5.5 0 0 0-.57-.495l-7 1A.5.5 0 0 0 3 1.5V15H1.5zM11 2h.5a.5.5 0 0 1 .5.5V15h-1V2zm-2.5 8c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1-.224 1-.5 1z"/>'),tc=(0,a.makeIcon)("Dot",'<path d="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/>'),nc=(0,a.makeIcon)("Download",'<path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"/><path d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z"/>'),ac=(0,a.makeIcon)("Droplet",'<path fill-rule="evenodd" d="M7.21.8C7.69.295 8 0 8 0c.109.363.234.708.371 1.038.812 1.946 2.073 3.35 3.197 4.6C12.878 7.096 14 8.345 14 10a6 6 0 0 1-12 0C2 6.668 5.58 2.517 7.21.8zm.413 1.021A31.25 31.25 0 0 0 5.794 3.99c-.726.95-1.436 2.008-1.96 3.07C3.304 8.133 3 9.138 3 10a5 5 0 0 0 10 0c0-1.201-.796-2.157-2.181-3.7l-.03-.032C9.75 5.11 8.5 3.72 7.623 1.82z"/><path fill-rule="evenodd" d="M4.553 7.776c.82-1.641 1.717-2.753 2.093-3.13l.708.708c-.29.29-1.128 1.311-1.907 2.87l-.894-.448z"/>'),rc=(0,a.makeIcon)("DropletFill",'<path fill-rule="evenodd" d="M8 16a6 6 0 0 0 6-6c0-1.655-1.122-2.904-2.432-4.362C10.254 4.176 8.75 2.503 8 0c0 0-6 5.686-6 10a6 6 0 0 0 6 6zM6.646 4.646c-.376.377-1.272 1.489-2.093 3.13l.894.448c.78-1.559 1.616-2.58 1.907-2.87l-.708-.708z"/>'),oc=(0,a.makeIcon)("DropletHalf",'<path fill-rule="evenodd" d="M7.21.8C7.69.295 8 0 8 0c.109.363.234.708.371 1.038.812 1.946 2.073 3.35 3.197 4.6C12.878 7.096 14 8.345 14 10a6 6 0 0 1-12 0C2 6.668 5.58 2.517 7.21.8zm.413 1.021A31.25 31.25 0 0 0 5.794 3.99c-.726.95-1.436 2.008-1.96 3.07C3.304 8.133 3 9.138 3 10c0 0 2.5 1.5 5 .5s5-.5 5-.5c0-1.201-.796-2.157-2.181-3.7l-.03-.032C9.75 5.11 8.5 3.72 7.623 1.82z"/><path fill-rule="evenodd" d="M4.553 7.776c.82-1.641 1.717-2.753 2.093-3.13l.708.708c-.29.29-1.128 1.311-1.907 2.87l-.894-.448z"/>'),ic=(0,a.makeIcon)("Earbuds",'<path fill-rule="evenodd" d="M6.825 4.138c.596 2.141-.36 3.593-2.389 4.117a4.432 4.432 0 0 1-2.018.054c-.048-.01.9 2.778 1.522 4.61l.41 1.205a.52.52 0 0 1-.346.659l-.593.19a.548.548 0 0 1-.69-.34L.184 6.99c-.696-2.137.662-4.309 2.564-4.8 2.029-.523 3.402 0 4.076 1.948zm-.868 2.221c.43-.112.561-.993.292-1.969-.269-.975-.836-1.675-1.266-1.563-.43.112-.561.994-.292 1.969.269.975.836 1.675 1.266 1.563zm3.218-2.221c-.596 2.141.36 3.593 2.389 4.117a4.434 4.434 0 0 0 2.018.054c.048-.01-.9 2.778-1.522 4.61l-.41 1.205a.52.52 0 0 0 .346.659l.593.19c.289.092.6-.06.69-.34l2.536-7.643c.696-2.137-.662-4.309-2.564-4.8-2.029-.523-3.402 0-4.076 1.948zm.868 2.221c-.43-.112-.561-.993-.292-1.969.269-.975.836-1.675 1.266-1.563.43.112.561.994.292 1.969-.269.975-.836 1.675-1.266 1.563z"/>'),sc=(0,a.makeIcon)("Easel",'<path d="M8 0a.5.5 0 0 1 .473.337L9.046 2H14a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1.85l1.323 3.837a.5.5 0 1 1-.946.326L11.092 11H8.5v3a.5.5 0 0 1-1 0v-3H4.908l-1.435 4.163a.5.5 0 1 1-.946-.326L3.85 11H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h4.954L7.527.337A.5.5 0 0 1 8 0zM2 3v7h12V3H2z"/>'),lc=(0,a.makeIcon)("EaselFill",'<path d="M8.473.337a.5.5 0 0 0-.946 0L6.954 2H2a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h1.85l-1.323 3.837a.5.5 0 1 0 .946.326L4.908 11H7.5v2.5a.5.5 0 0 0 1 0V11h2.592l1.435 4.163a.5.5 0 0 0 .946-.326L12.15 11H14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H9.046L8.473.337z"/>'),cc=(0,a.makeIcon)("Egg",'<path d="M8 15a5 5 0 0 1-5-5c0-1.956.69-4.286 1.742-6.12.524-.913 1.112-1.658 1.704-2.164C7.044 1.206 7.572 1 8 1c.428 0 .956.206 1.554.716.592.506 1.18 1.251 1.704 2.164C12.31 5.714 13 8.044 13 10a5 5 0 0 1-5 5zm0 1a6 6 0 0 0 6-6c0-4.314-3-10-6-10S2 5.686 2 10a6 6 0 0 0 6 6z"/>'),uc=(0,a.makeIcon)("EggFill",'<path d="M14 10a6 6 0 0 1-12 0C2 5.686 5 0 8 0s6 5.686 6 10z"/>'),dc=(0,a.makeIcon)("EggFried",'<path d="M8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/><path d="M13.997 5.17a5 5 0 0 0-8.101-4.09A5 5 0 0 0 1.28 9.342a5 5 0 0 0 8.336 5.109 3.5 3.5 0 0 0 5.201-4.065 3.001 3.001 0 0 0-.822-5.216zm-1-.034a1 1 0 0 0 .668.977 2.001 2.001 0 0 1 .547 3.478 1 1 0 0 0-.341 1.113 2.5 2.5 0 0 1-3.715 2.905 1 1 0 0 0-1.262.152 4 4 0 0 1-6.67-4.087 1 1 0 0 0-.2-1 4 4 0 0 1 3.693-6.61 1 1 0 0 0 .8-.2 4 4 0 0 1 6.48 3.273z"/>'),hc=(0,a.makeIcon)("Eject",'<path d="M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H1.656C.78 9.5.326 8.455.926 7.816L7.27 1.047zM14.346 8.5 8 1.731 1.654 8.5h12.692zM.5 11.5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1v-1zm14 0h-13v1h13v-1z"/>'),pc=(0,a.makeIcon)("EjectFill",'<path d="M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H1.656C.78 9.5.326 8.455.926 7.816L7.27 1.047zM.5 11.5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1v-1z"/>'),fc=(0,a.makeIcon)("EmojiAngry",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4.285 12.433a.5.5 0 0 0 .683-.183A3.498 3.498 0 0 1 8 10.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.498 4.498 0 0 0 8 9.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683zm6.991-8.38a.5.5 0 1 1 .448.894l-1.009.504c.176.27.285.64.285 1.049 0 .828-.448 1.5-1 1.5s-1-.672-1-1.5c0-.247.04-.48.11-.686a.502.502 0 0 1 .166-.761l2-1zm-6.552 0a.5.5 0 0 0-.448.894l1.009.504A1.94 1.94 0 0 0 5 6.5C5 7.328 5.448 8 6 8s1-.672 1-1.5c0-.247-.04-.48-.11-.686a.502.502 0 0 0-.166-.761l-2-1z"/>'),mc=(0,a.makeIcon)("EmojiAngryFill",'<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM4.053 4.276a.5.5 0 0 1 .67-.223l2 1a.5.5 0 0 1 .166.76c.071.206.111.44.111.687C7 7.328 6.552 8 6 8s-1-.672-1-1.5c0-.408.109-.778.285-1.049l-1.009-.504a.5.5 0 0 1-.223-.67zm.232 8.157a.5.5 0 0 1-.183-.683A4.498 4.498 0 0 1 8 9.5a4.5 4.5 0 0 1 3.898 2.25.5.5 0 1 1-.866.5A3.498 3.498 0 0 0 8 10.5a3.498 3.498 0 0 0-3.032 1.75.5.5 0 0 1-.683.183zM10 8c-.552 0-1-.672-1-1.5 0-.247.04-.48.11-.686a.502.502 0 0 1 .166-.761l2-1a.5.5 0 1 1 .448.894l-1.009.504c.176.27.285.64.285 1.049 0 .828-.448 1.5-1 1.5z"/>'),vc=(0,a.makeIcon)("EmojiDizzy",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M9.146 5.146a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zm-5 0a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 1 1 .708.708l-.647.646.647.646a.5.5 0 1 1-.708.708L5.5 7.207l-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zM10 11a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"/>'),gc=(0,a.makeIcon)("EmojiDizzyFill",'<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM4.146 5.146a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 1 1 .708.708l-.647.646.647.646a.5.5 0 1 1-.708.708L5.5 7.207l-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zm5 0a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zM8 13a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/>'),_c=(0,a.makeIcon)("EmojiExpressionless",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm5 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/>'),bc=(0,a.makeIcon)("EmojiExpressionlessFill",'<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM4.5 6h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm5 0h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm-5 4h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z"/>'),yc=(0,a.makeIcon)("EmojiFrown",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4.285 12.433a.5.5 0 0 0 .683-.183A3.498 3.498 0 0 1 8 10.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.498 4.498 0 0 0 8 9.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5z"/>'),Mc=(0,a.makeIcon)("EmojiFrownFill",'<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm-2.715 5.933a.5.5 0 0 1-.183-.683A4.498 4.498 0 0 1 8 9.5a4.5 4.5 0 0 1 3.898 2.25.5.5 0 0 1-.866.5A3.498 3.498 0 0 0 8 10.5a3.498 3.498 0 0 0-3.032 1.75.5.5 0 0 1-.683.183zM10 8c-.552 0-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5S10.552 8 10 8z"/>'),Ic=(0,a.makeIcon)("EmojiHeartEyes",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M11.315 10.014a.5.5 0 0 1 .548.736A4.498 4.498 0 0 1 7.965 13a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .548-.736h.005l.017.005.067.015.252.055c.215.046.515.108.857.169.693.124 1.522.242 2.152.242.63 0 1.46-.118 2.152-.242a26.58 26.58 0 0 0 1.109-.224l.067-.015.017-.004.005-.002zM4.756 4.566c.763-1.424 4.02-.12.952 3.434-4.496-1.596-2.35-4.298-.952-3.434zm6.488 0c1.398-.864 3.544 1.838-.952 3.434-3.067-3.554.19-4.858.952-3.434z"/>'),Bc=(0,a.makeIcon)("EmojiHeartEyesFill",'<path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zM4.756 4.566c.763-1.424 4.02-.12.952 3.434-4.496-1.596-2.35-4.298-.952-3.434zm6.559 5.448a.5.5 0 0 1 .548.736A4.498 4.498 0 0 1 7.965 13a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .548-.736h.005l.017.005.067.015.252.055c.215.046.515.108.857.169.693.124 1.522.242 2.152.242.63 0 1.46-.118 2.152-.242a26.58 26.58 0 0 0 1.109-.224l.067-.015.017-.004.005-.002zm-.07-5.448c1.397-.864 3.543 1.838-.953 3.434-3.067-3.554.19-4.858.952-3.434z"/>'),kc=(0,a.makeIcon)("EmojiLaughing",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M12.331 9.5a1 1 0 0 1 0 1A4.998 4.998 0 0 1 8 13a4.998 4.998 0 0 1-4.33-2.5A1 1 0 0 1 4.535 9h6.93a1 1 0 0 1 .866.5zM7 6.5c0 .828-.448 0-1 0s-1 .828-1 0S5.448 5 6 5s1 .672 1 1.5zm4 0c0 .828-.448 0-1 0s-1 .828-1 0S9.448 5 10 5s1 .672 1 1.5z"/>'),Pc=(0,a.makeIcon)("EmojiLaughingFill",'<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM7 6.5c0 .501-.164.396-.415.235C6.42 6.629 6.218 6.5 6 6.5c-.218 0-.42.13-.585.235C5.164 6.896 5 7 5 6.5 5 5.672 5.448 5 6 5s1 .672 1 1.5zm5.331 3a1 1 0 0 1 0 1A4.998 4.998 0 0 1 8 13a4.998 4.998 0 0 1-4.33-2.5A1 1 0 0 1 4.535 9h6.93a1 1 0 0 1 .866.5zm-1.746-2.765C10.42 6.629 10.218 6.5 10 6.5c-.218 0-.42.13-.585.235C9.164 6.896 9 7 9 6.5c0-.828.448-1.5 1-1.5s1 .672 1 1.5c0 .501-.164.396-.415.235z"/>'),Tc=(0,a.makeIcon)("EmojiNeutral",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4 10.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5zm3-4C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5zm4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5S9.448 8 10 8s1-.672 1-1.5z"/>'),wc=(0,a.makeIcon)("EmojiNeutralFill",'<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm-3 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM10 8c-.552 0-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5S10.552 8 10 8z"/>'),Ec=(0,a.makeIcon)("EmojiSmile",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4.285 9.567a.5.5 0 0 1 .683.183A3.498 3.498 0 0 0 8 11.5a3.498 3.498 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.498 4.498 0 0 1 8 12.5a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5z"/>'),Oc=(0,a.makeIcon)("EmojiSmileFill",'<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zM4.285 9.567a.5.5 0 0 1 .683.183A3.498 3.498 0 0 0 8 11.5a3.498 3.498 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.498 4.498 0 0 1 8 12.5a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683zM10 8c-.552 0-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5S10.552 8 10 8z"/>'),Ac=(0,a.makeIcon)("EmojiSmileUpsideDown",'<path d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm0-1a8 8 0 1 1 0 16A8 8 0 0 1 8 0z"/><path d="M4.285 6.433a.5.5 0 0 0 .683-.183A3.498 3.498 0 0 1 8 4.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.498 4.498 0 0 0 8 3.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683zM7 9.5C7 8.672 6.552 8 6 8s-1 .672-1 1.5.448 1.5 1 1.5 1-.672 1-1.5zm4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5.448 1.5 1 1.5 1-.672 1-1.5z"/>'),Lc=(0,a.makeIcon)("EmojiSmileUpsideDownFill",'<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM7 9.5C7 8.672 6.552 8 6 8s-1 .672-1 1.5.448 1.5 1 1.5 1-.672 1-1.5zM4.285 6.433a.5.5 0 0 0 .683-.183A3.498 3.498 0 0 1 8 4.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.498 4.498 0 0 0 8 3.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683zM10 8c-.552 0-1 .672-1 1.5s.448 1.5 1 1.5 1-.672 1-1.5S10.552 8 10 8z"/>'),Sc=(0,a.makeIcon)("EmojiSunglasses",'<path d="M4.968 9.75a.5.5 0 1 0-.866.5A4.498 4.498 0 0 0 8 12.5a4.5 4.5 0 0 0 3.898-2.25.5.5 0 1 0-.866-.5A3.498 3.498 0 0 1 8 11.5a3.498 3.498 0 0 1-3.032-1.75zM7 5.116V5a1 1 0 0 0-1-1H3.28a1 1 0 0 0-.97 1.243l.311 1.242A2 2 0 0 0 4.561 8H5a2 2 0 0 0 1.994-1.839A2.99 2.99 0 0 1 8 6c.393 0 .74.064 1.006.161A2 2 0 0 0 11 8h.438a2 2 0 0 0 1.94-1.515l.311-1.242A1 1 0 0 0 12.72 4H10a1 1 0 0 0-1 1v.116A4.22 4.22 0 0 0 8 5c-.35 0-.69.04-1 .116z"/><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-1 0A7 7 0 1 0 1 8a7 7 0 0 0 14 0z"/>'),Cc=(0,a.makeIcon)("EmojiSunglassesFill",'<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM2.31 5.243A1 1 0 0 1 3.28 4H6a1 1 0 0 1 1 1v.116A4.22 4.22 0 0 1 8 5c.35 0 .69.04 1 .116V5a1 1 0 0 1 1-1h2.72a1 1 0 0 1 .97 1.243l-.311 1.242A2 2 0 0 1 11.439 8H11a2 2 0 0 1-1.994-1.839A2.99 2.99 0 0 0 8 6c-.393 0-.74.064-1.006.161A2 2 0 0 1 5 8h-.438a2 2 0 0 1-1.94-1.515L2.31 5.243zM4.969 9.75A3.498 3.498 0 0 0 8 11.5a3.498 3.498 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.498 4.498 0 0 1 8 12.5a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .866-.5z"/>'),zc=(0,a.makeIcon)("EmojiWink",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4.285 9.567a.5.5 0 0 1 .683.183A3.498 3.498 0 0 0 8 11.5a3.498 3.498 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.498 4.498 0 0 1 8 12.5a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm1.757-.437a.5.5 0 0 1 .68.194.934.934 0 0 0 .813.493c.339 0 .645-.19.813-.493a.5.5 0 1 1 .874.486A1.934 1.934 0 0 1 10.25 7.75c-.73 0-1.356-.412-1.687-1.007a.5.5 0 0 1 .194-.68z"/>'),xc=(0,a.makeIcon)("EmojiWinkFill",'<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM7 6.5C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5zM4.285 9.567a.5.5 0 0 0-.183.683A4.498 4.498 0 0 0 8 12.5a4.5 4.5 0 0 0 3.898-2.25.5.5 0 1 0-.866-.5A3.498 3.498 0 0 1 8 11.5a3.498 3.498 0 0 1-3.032-1.75.5.5 0 0 0-.683-.183zm5.152-3.31a.5.5 0 0 0-.874.486c.33.595.958 1.007 1.687 1.007.73 0 1.356-.412 1.687-1.007a.5.5 0 0 0-.874-.486.934.934 0 0 1-.813.493.934.934 0 0 1-.813-.493z"/>'),Dc=(0,a.makeIcon)("Envelope",'<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z"/>'),Fc=(0,a.makeIcon)("EnvelopeFill",'<path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555zM0 4.697v7.104l5.803-3.558L0 4.697zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757zm3.436-.586L16 11.801V4.697l-5.803 3.546z"/>'),Hc=(0,a.makeIcon)("EnvelopeOpen",'<path d="M8.47 1.318a1 1 0 0 0-.94 0l-6 3.2A1 1 0 0 0 1 5.4v.818l5.724 3.465L8 8.917l1.276.766L15 6.218V5.4a1 1 0 0 0-.53-.882l-6-3.2zM15 7.388l-4.754 2.877L15 13.117v-5.73zm-.035 6.874L8 10.083l-6.965 4.18A1 1 0 0 0 2 15h12a1 1 0 0 0 .965-.738zM1 13.117l4.754-2.852L1 7.387v5.73zM7.059.435a2 2 0 0 1 1.882 0l6 3.2A2 2 0 0 1 16 5.4V14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5.4a2 2 0 0 1 1.059-1.765l6-3.2z"/>'),Nc=(0,a.makeIcon)("EnvelopeOpenFill",'<path d="M8.941.435a2 2 0 0 0-1.882 0l-6 3.2A2 2 0 0 0 0 5.4v.313l6.709 3.933L8 8.928l1.291.717L16 5.715V5.4a2 2 0 0 0-1.059-1.765l-6-3.2zM16 6.873l-5.693 3.337L16 13.372v-6.5zm-.059 7.611L8 10.072.059 14.484A2 2 0 0 0 2 16h12a2 2 0 0 0 1.941-1.516zM0 13.373l5.693-3.163L0 6.873v6.5z"/>'),Rc=(0,a.makeIcon)("Eraser",'<path d="M8.086 2.207a2 2 0 0 1 2.828 0l3.879 3.879a2 2 0 0 1 0 2.828l-5.5 5.5A2 2 0 0 1 7.879 15H5.12a2 2 0 0 1-1.414-.586l-2.5-2.5a2 2 0 0 1 0-2.828l6.879-6.879zm2.121.707a1 1 0 0 0-1.414 0L4.16 7.547l5.293 5.293 4.633-4.633a1 1 0 0 0 0-1.414l-3.879-3.879zM8.746 13.547 3.453 8.254 1.914 9.793a1 1 0 0 0 0 1.414l2.5 2.5a1 1 0 0 0 .707.293H7.88a1 1 0 0 0 .707-.293l.16-.16z"/>'),Vc=(0,a.makeIcon)("EraserFill",'<path d="M8.086 2.207a2 2 0 0 1 2.828 0l3.879 3.879a2 2 0 0 1 0 2.828l-5.5 5.5A2 2 0 0 1 7.879 15H5.12a2 2 0 0 1-1.414-.586l-2.5-2.5a2 2 0 0 1 0-2.828l6.879-6.879zm.66 11.34L3.453 8.254 1.914 9.793a1 1 0 0 0 0 1.414l2.5 2.5a1 1 0 0 0 .707.293H7.88a1 1 0 0 0 .707-.293l.16-.16z"/>'),Yc=(0,a.makeIcon)("Exclamation",'<path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.553.553 0 0 1-1.1 0L7.1 4.995z"/>'),jc=(0,a.makeIcon)("ExclamationCircle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z"/>'),$c=(0,a.makeIcon)("ExclamationCircleFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4zm.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/>'),Uc=(0,a.makeIcon)("ExclamationDiamond",'<path d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134z"/><path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z"/>'),Gc=(0,a.makeIcon)("ExclamationDiamondFill",'<path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435zM8 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>'),Wc=(0,a.makeIcon)("ExclamationLg",'<path d="M6.002 14a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm.195-12.01a1.81 1.81 0 1 1 3.602 0l-.701 7.015a1.105 1.105 0 0 1-2.2 0l-.7-7.015z"/>'),qc=(0,a.makeIcon)("ExclamationOctagon",'<path d="M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1H5.1z"/><path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z"/>'),Xc=(0,a.makeIcon)("ExclamationOctagonFill",'<path d="M11.46.146A.5.5 0 0 0 11.107 0H4.893a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146zM8 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>'),Jc=(0,a.makeIcon)("ExclamationSquare",'<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z"/>'),Kc=(0,a.makeIcon)("ExclamationSquareFill",'<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>'),Qc=(0,a.makeIcon)("ExclamationTriangle",'<path d="M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.146.146 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.163.163 0 0 1-.054.06.116.116 0 0 1-.066.017H1.146a.115.115 0 0 1-.066-.017.163.163 0 0 1-.054-.06.176.176 0 0 1 .002-.183L7.884 2.073a.147.147 0 0 1 .054-.057zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z"/><path d="M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995z"/>'),Zc=(0,a.makeIcon)("ExclamationTriangleFill",'<path d="M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>'),eu=(0,a.makeIcon)("Exclude",'<path d="M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm12 2H5a1 1 0 0 0-1 1v7h7a1 1 0 0 0 1-1V4z"/>'),tu=(0,a.makeIcon)("Eye",'<path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z"/><path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"/>'),nu=(0,a.makeIcon)("EyeFill",'<path d="M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z"/><path d="M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8zm8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"/>'),au=(0,a.makeIcon)("EyeSlash",'<path d="M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z"/><path d="M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z"/><path d="M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709zm10.296 8.884-12-12 .708-.708 12 12-.708.708z"/>'),ru=(0,a.makeIcon)("EyeSlashFill",'<path d="m10.79 12.912-1.614-1.615a3.5 3.5 0 0 1-4.474-4.474l-2.06-2.06C.938 6.278 0 8 0 8s3 5.5 8 5.5a7.029 7.029 0 0 0 2.79-.588zM5.21 3.088A7.028 7.028 0 0 1 8 2.5c5 0 8 5.5 8 5.5s-.939 1.721-2.641 3.238l-2.062-2.062a3.5 3.5 0 0 0-4.474-4.474L5.21 3.089z"/><path d="M5.525 7.646a2.5 2.5 0 0 0 2.829 2.829l-2.83-2.829zm4.95.708-2.829-2.83a2.5 2.5 0 0 1 2.829 2.829zm3.171 6-12-12 .708-.708 12 12-.708.708z"/>'),ou=(0,a.makeIcon)("Eyedropper",'<path d="M13.354.646a1.207 1.207 0 0 0-1.708 0L8.5 3.793l-.646-.647a.5.5 0 1 0-.708.708L8.293 5l-7.147 7.146A.5.5 0 0 0 1 12.5v1.793l-.854.853a.5.5 0 1 0 .708.707L1.707 15H3.5a.5.5 0 0 0 .354-.146L11 7.707l1.146 1.147a.5.5 0 0 0 .708-.708l-.647-.646 3.147-3.146a1.207 1.207 0 0 0 0-1.708l-2-2zM2 12.707l7-7L10.293 7l-7 7H2v-1.293z"/>'),iu=(0,a.makeIcon)("Eyeglasses",'<path d="M4 6a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm2.625.547a3 3 0 0 0-5.584.953H.5a.5.5 0 0 0 0 1h.541A3 3 0 0 0 7 8a1 1 0 0 1 2 0 3 3 0 0 0 5.959.5h.541a.5.5 0 0 0 0-1h-.541a3 3 0 0 0-5.584-.953A1.993 1.993 0 0 0 8 6c-.532 0-1.016.208-1.375.547zM14 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"/>'),su=(0,a.makeIcon)("Facebook",'<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"/>'),lu=(0,a.makeIcon)("File",'<path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>'),cu=(0,a.makeIcon)("FileArrowDown",'<path d="M8 5a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5A.5.5 0 0 1 8 5z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>'),uu=(0,a.makeIcon)("FileArrowDownFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8 5a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5A.5.5 0 0 1 8 5z"/>'),du=(0,a.makeIcon)("FileArrowUp",'<path d="M8 11a.5.5 0 0 0 .5-.5V6.707l1.146 1.147a.5.5 0 0 0 .708-.708l-2-2a.5.5 0 0 0-.708 0l-2 2a.5.5 0 1 0 .708.708L7.5 6.707V10.5a.5.5 0 0 0 .5.5z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>'),hu=(0,a.makeIcon)("FileArrowUpFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM7.5 6.707 6.354 7.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707z"/>'),pu=(0,a.makeIcon)("FileBarGraph",'<path d="M4.5 12a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1zm3 0a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1zm3 0a.5.5 0 0 1-.5-.5v-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>'),fu=(0,a.makeIcon)("FileBarGraphFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-2 11.5v-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1z"/>'),mu=(0,a.makeIcon)("FileBinary",'<path d="M5.526 13.09c.976 0 1.524-.79 1.524-2.205 0-1.412-.548-2.203-1.524-2.203-.978 0-1.526.79-1.526 2.203 0 1.415.548 2.206 1.526 2.206zm-.832-2.205c0-1.05.29-1.612.832-1.612.358 0 .607.247.733.721L4.7 11.137a6.749 6.749 0 0 1-.006-.252zm.832 1.614c-.36 0-.606-.246-.732-.718l1.556-1.145c.003.079.005.164.005.249 0 1.052-.29 1.614-.829 1.614zm5.329.501v-.595H9.73V8.772h-.69l-1.19.786v.688L8.986 9.5h.05v2.906h-1.18V13h3z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>'),vu=(0,a.makeIcon)("FileBinaryFill",'<path d="M5.526 9.273c-.542 0-.832.563-.832 1.612 0 .088.003.173.006.252l1.56-1.143c-.126-.474-.375-.72-.733-.72zm-.732 2.508c.126.472.372.718.732.718.54 0 .83-.563.83-1.614 0-.085-.003-.17-.006-.25l-1.556 1.146z"/><path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM7.05 10.885c0 1.415-.548 2.206-1.524 2.206C4.548 13.09 4 12.3 4 10.885c0-1.412.548-2.203 1.526-2.203.976 0 1.524.79 1.524 2.203zm3.805 1.52V13h-3v-.595h1.181V9.5h-.05l-1.136.747v-.688l1.19-.786h.69v3.633h1.125z"/>'),gu=(0,a.makeIcon)("FileBreak",'<path d="M0 10.5a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5zM12 0H4a2 2 0 0 0-2 2v7h1V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v7h1V2a2 2 0 0 0-2-2zm2 12h-1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-2H2v2a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-2z"/>'),_u=(0,a.makeIcon)("FileBreakFill",'<path d="M4 0h8a2 2 0 0 1 2 2v7H2V2a2 2 0 0 1 2-2zM2 12h12v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-2zM.5 10a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H.5z"/>'),bu=(0,a.makeIcon)("FileCheck",'<path d="M10.854 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>'),yu=(0,a.makeIcon)("FileCheckFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-1.146 6.854-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708.708z"/>'),Mu=(0,a.makeIcon)("FileCode",'<path d="M6.646 5.646a.5.5 0 1 1 .708.708L5.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0a.5.5 0 1 0-.708.708L10.293 8 8.646 9.646a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>'),Iu=(0,a.makeIcon)("FileCodeFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6.646 5.646a.5.5 0 1 1 .708.708L5.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0 2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 1 1 .708-.708z"/>'),Bu=(0,a.makeIcon)("FileDiff",'<path d="M8 4a.5.5 0 0 1 .5.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5A.5.5 0 0 1 8 4zm-2.5 6.5A.5.5 0 0 1 6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>'),ku=(0,a.makeIcon)("FileDiffFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 4.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5a.5.5 0 0 1 1 0zM6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z"/>'),Pu=(0,a.makeIcon)("FileEarmark",'<path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/>'),Tu=(0,a.makeIcon)("FileEarmarkArrowDown",'<path d="M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>'),wu=(0,a.makeIcon)("FileEarmarkArrowDownFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-1 4v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 11.293V7.5a.5.5 0 0 1 1 0z"/>'),Eu=(0,a.makeIcon)("FileEarmarkArrowUp",'<path d="M8.5 11.5a.5.5 0 0 1-1 0V7.707L6.354 8.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 7.707V11.5z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>'),Ou=(0,a.makeIcon)("FileEarmarkArrowUpFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6.354 9.854a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 8.707V12.5a.5.5 0 0 1-1 0V8.707L6.354 9.854z"/>'),Au=(0,a.makeIcon)("FileEarmarkBarGraph",'<path d="M10 13.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v6zm-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>'),Lu=(0,a.makeIcon)("FileEarmarkBarGraphFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm.5 10v-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1z"/>'),Su=(0,a.makeIcon)("FileEarmarkBinary",'<path d="M7.05 11.885c0 1.415-.548 2.206-1.524 2.206C4.548 14.09 4 13.3 4 11.885c0-1.412.548-2.203 1.526-2.203.976 0 1.524.79 1.524 2.203zm-1.524-1.612c-.542 0-.832.563-.832 1.612 0 .088.003.173.006.252l1.559-1.143c-.126-.474-.375-.72-.733-.72zm-.732 2.508c.126.472.372.718.732.718.54 0 .83-.563.83-1.614 0-.085-.003-.17-.006-.25l-1.556 1.146zm6.061.624V14h-3v-.595h1.181V10.5h-.05l-1.136.747v-.688l1.19-.786h.69v3.633h1.125z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>'),Cu=(0,a.makeIcon)("FileEarmarkBinaryFill",'<path d="M5.526 10.273c-.542 0-.832.563-.832 1.612 0 .088.003.173.006.252l1.559-1.143c-.126-.474-.375-.72-.733-.72zm-.732 2.508c.126.472.372.718.732.718.54 0 .83-.563.83-1.614 0-.085-.003-.17-.006-.25l-1.556 1.146z"/><path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-2.45 8.385c0 1.415-.548 2.206-1.524 2.206C4.548 14.09 4 13.3 4 11.885c0-1.412.548-2.203 1.526-2.203.976 0 1.524.79 1.524 2.203zm3.805 1.52V14h-3v-.595h1.181V10.5h-.05l-1.136.747v-.688l1.19-.786h.69v3.633h1.125z"/>'),zu=(0,a.makeIcon)("FileEarmarkBreak",'<path d="M14 4.5V9h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v7H2V2a2 2 0 0 1 2-2h5.5L14 4.5zM13 12h1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-2h1v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-2zM.5 10a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H.5z"/>'),xu=(0,a.makeIcon)("FileEarmarkBreakFill",'<path d="M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V9H2V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3zM2 12h12v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-2zM.5 10a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H.5z"/>'),Du=(0,a.makeIcon)("FileEarmarkCheck",'<path d="M10.854 7.854a.5.5 0 0 0-.708-.708L7.5 9.793 6.354 8.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>'),Fu=(0,a.makeIcon)("FileEarmarkCheckFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm1.354 4.354-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708.708z"/>'),Hu=(0,a.makeIcon)("FileEarmarkCode",'<path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/><path d="M8.646 6.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 9 8.646 7.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 9l1.647-1.646a.5.5 0 0 0 0-.708z"/>'),Nu=(0,a.makeIcon)("FileEarmarkCodeFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6.646 7.646a.5.5 0 1 1 .708.708L5.707 10l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0 2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 10 8.646 8.354a.5.5 0 1 1 .708-.708z"/>'),Ru=(0,a.makeIcon)("FileEarmarkDiff",'<path d="M8 5a.5.5 0 0 1 .5.5V7H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V8H6a.5.5 0 0 1 0-1h1.5V5.5A.5.5 0 0 1 8 5zm-2.5 6.5A.5.5 0 0 1 6 11h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>'),Vu=(0,a.makeIcon)("FileEarmarkDiffFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM8 6a.5.5 0 0 1 .5.5V8H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V9H6a.5.5 0 0 1 0-1h1.5V6.5A.5.5 0 0 1 8 6zm-2.5 6.5A.5.5 0 0 1 6 12h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/>'),Yu=(0,a.makeIcon)("FileEarmarkEasel",'<path d="M8.5 6a.5.5 0 1 0-1 0h-2A1.5 1.5 0 0 0 4 7.5v2A1.5 1.5 0 0 0 5.5 11h.473l-.447 1.342a.5.5 0 1 0 .948.316L7.027 11H7.5v1a.5.5 0 0 0 1 0v-1h.473l.553 1.658a.5.5 0 1 0 .948-.316L10.027 11h.473A1.5 1.5 0 0 0 12 9.5v-2A1.5 1.5 0 0 0 10.5 6h-2zM5 7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-2z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>'),ju=(0,a.makeIcon)("FileEarmarkEaselFill",'<path d="M5 7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-2z"/><path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM8.5 6h2A1.5 1.5 0 0 1 12 7.5v2a1.5 1.5 0 0 1-1.5 1.5h-.473l.447 1.342a.5.5 0 0 1-.948.316L8.973 11H8.5v1a.5.5 0 0 1-1 0v-1h-.473l-.553 1.658a.5.5 0 1 1-.948-.316L5.973 11H5.5A1.5 1.5 0 0 1 4 9.5v-2A1.5 1.5 0 0 1 5.5 6h2a.5.5 0 0 1 1 0z"/>'),$u=(0,a.makeIcon)("FileEarmarkExcel",'<path d="M5.884 6.68a.5.5 0 1 0-.768.64L7.349 10l-2.233 2.68a.5.5 0 0 0 .768.64L8 10.781l2.116 2.54a.5.5 0 0 0 .768-.641L8.651 10l2.233-2.68a.5.5 0 0 0-.768-.64L8 9.219l-2.116-2.54z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>'),Uu=(0,a.makeIcon)("FileEarmarkExcelFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM5.884 6.68 8 9.219l2.116-2.54a.5.5 0 1 1 .768.641L8.651 10l2.233 2.68a.5.5 0 0 1-.768.64L8 10.781l-2.116 2.54a.5.5 0 0 1-.768-.641L7.349 10 5.116 7.32a.5.5 0 1 1 .768-.64z"/>'),Gu=(0,a.makeIcon)("FileEarmarkFill",'<path d="M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3z"/>'),Wu=(0,a.makeIcon)("FileEarmarkFont",'<path d="M10.943 6H5.057L5 8h.5c.18-1.096.356-1.192 1.694-1.235l.293-.01v5.09c0 .47-.1.582-.898.655v.5H9.41v-.5c-.803-.073-.903-.184-.903-.654V6.755l.298.01c1.338.043 1.514.14 1.694 1.235h.5l-.057-2z"/><path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/>'),qu=(0,a.makeIcon)("FileEarmarkFontFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM5.057 6h5.886L11 8h-.5c-.18-1.096-.356-1.192-1.694-1.235l-.298-.01v5.09c0 .47.1.582.903.655v.5H6.59v-.5c.799-.073.898-.184.898-.654V6.755l-.293.01C5.856 6.808 5.68 6.905 5.5 8H5l.057-2z"/>'),Xu=(0,a.makeIcon)("FileEarmarkImage",'<path d="M6.502 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/><path d="M14 14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5V14zM4 1a1 1 0 0 0-1 1v10l2.224-2.224a.5.5 0 0 1 .61-.075L8 11l2.157-3.02a.5.5 0 0 1 .76-.063L13 10V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4z"/>'),Ju=(0,a.makeIcon)("FileEarmarkImageFill",'<path d="M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707v5.586l-2.73-2.73a1 1 0 0 0-1.52.127l-1.889 2.644-1.769-1.062a1 1 0 0 0-1.222.15L2 12.292V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3zm-1.498 4a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z"/><path d="M10.564 8.27 14 11.708V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-.293l3.578-3.577 2.56 1.536 2.426-3.395z"/>'),Ku=(0,a.makeIcon)("FileEarmarkLock",'<path d="M10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0zM7 7v1h2V7a1 1 0 0 0-2 0zM6 9.3v2.4c0 .042.02.107.105.175A.637.637 0 0 0 6.5 12h3a.64.64 0 0 0 .395-.125c.085-.068.105-.133.105-.175V9.3c0-.042-.02-.107-.105-.175A.637.637 0 0 0 9.5 9h-3a.637.637 0 0 0-.395.125C6.02 9.193 6 9.258 6 9.3z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>'),Qu=(0,a.makeIcon)("FileEarmarkLock2",'<path d="M10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0zM7 7v1h2V7a1 1 0 0 0-2 0z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>'),Zu=(0,a.makeIcon)("FileEarmarkLock2Fill",'<path d="M7 7a1 1 0 0 1 2 0v1H7V7z"/><path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0z"/>'),ed=(0,a.makeIcon)("FileEarmarkLockFill",'<path d="M7 7a1 1 0 0 1 2 0v1H7V7zM6 9.3c0-.042.02-.107.105-.175A.637.637 0 0 1 6.5 9h3a.64.64 0 0 1 .395.125c.085.068.105.133.105.175v2.4c0 .042-.02.107-.105.175A.637.637 0 0 1 9.5 12h-3a.637.637 0 0 1-.395-.125C6.02 11.807 6 11.742 6 11.7V9.3z"/><path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0z"/>'),td=(0,a.makeIcon)("FileEarmarkMedical",'<path d="M7.5 5.5a.5.5 0 0 0-1 0v.634l-.549-.317a.5.5 0 1 0-.5.866L6 7l-.549.317a.5.5 0 1 0 .5.866l.549-.317V8.5a.5.5 0 1 0 1 0v-.634l.549.317a.5.5 0 1 0 .5-.866L8 7l.549-.317a.5.5 0 1 0-.5-.866l-.549.317V5.5zm-2 4.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>'),nd=(0,a.makeIcon)("FileEarmarkMedicalFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-3 2v.634l.549-.317a.5.5 0 1 1 .5.866L7 7l.549.317a.5.5 0 1 1-.5.866L6.5 7.866V8.5a.5.5 0 0 1-1 0v-.634l-.549.317a.5.5 0 1 1-.5-.866L5 7l-.549-.317a.5.5 0 0 1 .5-.866l.549.317V5.5a.5.5 0 1 1 1 0zm-2 4.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zm0 2h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1z"/>'),ad=(0,a.makeIcon)("FileEarmarkMinus",'<path d="M5.5 9a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/>'),rd=(0,a.makeIcon)("FileEarmarkMinusFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6 8.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z"/>'),od=(0,a.makeIcon)("FileEarmarkMusic",'<path d="M11 6.64a1 1 0 0 0-1.243-.97l-1 .25A1 1 0 0 0 8 6.89v4.306A2.572 2.572 0 0 0 7 11c-.5 0-.974.134-1.338.377-.36.24-.662.628-.662 1.123s.301.883.662 1.123c.364.243.839.377 1.338.377.5 0 .974-.134 1.338-.377.36-.24.662-.628.662-1.123V8.89l2-.5V6.64z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>'),id=(0,a.makeIcon)("FileEarmarkMusicFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM11 6.64v1.75l-2 .5v3.61c0 .495-.301.883-.662 1.123C7.974 13.866 7.499 14 7 14c-.5 0-.974-.134-1.338-.377-.36-.24-.662-.628-.662-1.123s.301-.883.662-1.123C6.026 11.134 6.501 11 7 11c.356 0 .7.068 1 .196V6.89a1 1 0 0 1 .757-.97l1-.25A1 1 0 0 1 11 6.64z"/>'),sd=(0,a.makeIcon)("FileEarmarkPdf",'<path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/><path d="M4.603 14.087a.81.81 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.68 7.68 0 0 1 1.482-.645 19.697 19.697 0 0 0 1.062-2.227 7.269 7.269 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.188-.012.396-.047.614-.084.51-.27 1.134-.52 1.794a10.954 10.954 0 0 0 .98 1.686 5.753 5.753 0 0 1 1.334.05c.364.066.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.856.856 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.712 5.712 0 0 1-.911-.95 11.651 11.651 0 0 0-1.997.406 11.307 11.307 0 0 1-1.02 1.51c-.292.35-.609.656-.927.787a.793.793 0 0 1-.58.029zm1.379-1.901c-.166.076-.32.156-.459.238-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361.01.022.02.036.026.044a.266.266 0 0 0 .035-.012c.137-.056.355-.235.635-.572a8.18 8.18 0 0 0 .45-.606zm1.64-1.33a12.71 12.71 0 0 1 1.01-.193 11.744 11.744 0 0 1-.51-.858 20.801 20.801 0 0 1-.5 1.05zm2.446.45c.15.163.296.3.435.41.24.19.407.253.498.256a.107.107 0 0 0 .07-.015.307.307 0 0 0 .094-.125.436.436 0 0 0 .059-.2.095.095 0 0 0-.026-.063c-.052-.062-.2-.152-.518-.209a3.876 3.876 0 0 0-.612-.053zM8.078 7.8a6.7 6.7 0 0 0 .2-.828c.031-.188.043-.343.038-.465a.613.613 0 0 0-.032-.198.517.517 0 0 0-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822.024.111.054.227.09.346z"/>'),ld=(0,a.makeIcon)("FileEarmarkPdfFill",'<path d="M5.523 12.424c.14-.082.293-.162.459-.238a7.878 7.878 0 0 1-.45.606c-.28.337-.498.516-.635.572a.266.266 0 0 1-.035.012.282.282 0 0 1-.026-.044c-.056-.11-.054-.216.04-.36.106-.165.319-.354.647-.548zm2.455-1.647c-.119.025-.237.05-.356.078a21.148 21.148 0 0 0 .5-1.05 12.045 12.045 0 0 0 .51.858c-.217.032-.436.07-.654.114zm2.525.939a3.881 3.881 0 0 1-.435-.41c.228.005.434.022.612.054.317.057.466.147.518.209a.095.095 0 0 1 .026.064.436.436 0 0 1-.06.2.307.307 0 0 1-.094.124.107.107 0 0 1-.069.015c-.09-.003-.258-.066-.498-.256zM8.278 6.97c-.04.244-.108.524-.2.829a4.86 4.86 0 0 1-.089-.346c-.076-.353-.087-.63-.046-.822.038-.177.11-.248.196-.283a.517.517 0 0 1 .145-.04c.013.03.028.092.032.198.005.122-.007.277-.038.465z"/><path fill-rule="evenodd" d="M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3zM4.165 13.668c.09.18.23.343.438.419.207.075.412.04.58-.03.318-.13.635-.436.926-.786.333-.401.683-.927 1.021-1.51a11.651 11.651 0 0 1 1.997-.406c.3.383.61.713.91.95.28.22.603.403.934.417a.856.856 0 0 0 .51-.138c.155-.101.27-.247.354-.416.09-.181.145-.37.138-.563a.844.844 0 0 0-.2-.518c-.226-.27-.596-.4-.96-.465a5.76 5.76 0 0 0-1.335-.05 10.954 10.954 0 0 1-.98-1.686c.25-.66.437-1.284.52-1.794.036-.218.055-.426.048-.614a1.238 1.238 0 0 0-.127-.538.7.7 0 0 0-.477-.365c-.202-.043-.41 0-.601.077-.377.15-.576.47-.651.823-.073.34-.04.736.046 1.136.088.406.238.848.43 1.295a19.697 19.697 0 0 1-1.062 2.227 7.662 7.662 0 0 0-1.482.645c-.37.22-.699.48-.897.787-.21.326-.275.714-.08 1.103z"/>'),cd=(0,a.makeIcon)("FileEarmarkPerson",'<path d="M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2v9.255S12 12 8 12s-5 1.755-5 1.755V2a1 1 0 0 1 1-1h5.5v2z"/>'),ud=(0,a.makeIcon)("FileEarmarkPersonFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm2 5.755V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-.245S4 12 8 12s5 1.755 5 1.755z"/>'),dd=(0,a.makeIcon)("FileEarmarkPlay",'<path d="M6 6.883v4.234a.5.5 0 0 0 .757.429l3.528-2.117a.5.5 0 0 0 0-.858L6.757 6.454a.5.5 0 0 0-.757.43z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>'),hd=(0,a.makeIcon)("FileEarmarkPlayFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6 6.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43V6.884z"/>'),pd=(0,a.makeIcon)("FileEarmarkPlus",'<path d="M8 6.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V9.5H6a.5.5 0 0 1 0-1h1.5V7a.5.5 0 0 1 .5-.5z"/><path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/>'),fd=(0,a.makeIcon)("FileEarmarkPlusFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM8.5 7v1.5H10a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V9.5H6a.5.5 0 0 1 0-1h1.5V7a.5.5 0 0 1 1 0z"/>'),md=(0,a.makeIcon)("FileEarmarkPost",'<path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/><path d="M4 6.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-7zm0-3a.5.5 0 0 1 .5-.5H7a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5z"/>'),vd=(0,a.makeIcon)("FileEarmarkPostFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-5-.5H7a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1 0-1zm0 3h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5z"/>'),gd=(0,a.makeIcon)("FileEarmarkPpt",'<path d="M7 5.5a1 1 0 0 0-1 1V13a.5.5 0 0 0 1 0v-2h1.188a2.75 2.75 0 0 0 0-5.5H7zM8.188 10H7V6.5h1.188a1.75 1.75 0 1 1 0 3.5z"/><path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/>'),_d=(0,a.makeIcon)("FileEarmarkPptFill",'<path d="M8.188 10H7V6.5h1.188a1.75 1.75 0 1 1 0 3.5z"/><path d="M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3zM7 5.5a1 1 0 0 0-1 1V13a.5.5 0 0 0 1 0v-2h1.188a2.75 2.75 0 0 0 0-5.5H7z"/>'),bd=(0,a.makeIcon)("FileEarmarkRichtext",'<path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/><path d="M4.5 12.5A.5.5 0 0 1 5 12h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm0-2A.5.5 0 0 1 5 10h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm1.639-3.708 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V8.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V8s1.54-1.274 1.639-1.208zM6.25 6a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5z"/>'),yd=(0,a.makeIcon)("FileEarmarkRichtextFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM7 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V9.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V9s1.54-1.274 1.639-1.208zM5 11h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1z"/>'),Md=(0,a.makeIcon)("FileEarmarkRuled",'<path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V9H3V2a1 1 0 0 1 1-1h5.5v2zM3 12v-2h2v2H3zm0 1h2v2H4a1 1 0 0 1-1-1v-1zm3 2v-2h7v1a1 1 0 0 1-1 1H6zm7-3H6v-2h7v2z"/>'),Id=(0,a.makeIcon)("FileEarmarkRuledFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM3 9h10v1H6v2h7v1H6v2H5v-2H3v-1h2v-2H3V9z"/>'),Bd=(0,a.makeIcon)("FileEarmarkSlides",'<path d="M5 6a.5.5 0 0 0-.496.438l-.5 4A.5.5 0 0 0 4.5 11h3v2.016c-.863.055-1.5.251-1.5.484 0 .276.895.5 2 .5s2-.224 2-.5c0-.233-.637-.429-1.5-.484V11h3a.5.5 0 0 0 .496-.562l-.5-4A.5.5 0 0 0 11 6H5zm2 3.78V7.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 9.778z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>'),kd=(0,a.makeIcon)("FileEarmarkSlidesFill",'<path d="M7 9.78V7.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 9.778z"/><path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM5 6h6a.5.5 0 0 1 .496.438l.5 4A.5.5 0 0 1 11.5 11h-3v2.016c.863.055 1.5.251 1.5.484 0 .276-.895.5-2 .5s-2-.224-2-.5c0-.233.637-.429 1.5-.484V11h-3a.5.5 0 0 1-.496-.562l.5-4A.5.5 0 0 1 5 6z"/>'),Pd=(0,a.makeIcon)("FileEarmarkSpreadsheet",'<path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V9H3V2a1 1 0 0 1 1-1h5.5v2zM3 12v-2h2v2H3zm0 1h2v2H4a1 1 0 0 1-1-1v-1zm3 2v-2h3v2H6zm4 0v-2h3v1a1 1 0 0 1-1 1h-2zm3-3h-3v-2h3v2zm-7 0v-2h3v2H6z"/>'),Td=(0,a.makeIcon)("FileEarmarkSpreadsheetFill",'<path d="M6 12v-2h3v2H6z"/><path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM3 9h10v1h-3v2h3v1h-3v2H9v-2H6v2H5v-2H3v-1h2v-2H3V9z"/>'),wd=(0,a.makeIcon)("FileEarmarkText",'<path d="M5.5 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/><path d="M9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.5L9.5 0zm0 1v2A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z"/>'),Ed=(0,a.makeIcon)("FileEarmarkTextFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM4.5 9a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM4 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1h-4z"/>'),Od=(0,a.makeIcon)("FileEarmarkWord",'<path d="M5.485 6.879a.5.5 0 1 0-.97.242l1.5 6a.5.5 0 0 0 .967.01L8 9.402l1.018 3.73a.5.5 0 0 0 .967-.01l1.5-6a.5.5 0 0 0-.97-.242l-1.036 4.144-.997-3.655a.5.5 0 0 0-.964 0l-.997 3.655L5.485 6.88z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>'),Ad=(0,a.makeIcon)("FileEarmarkWordFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM5.485 6.879l1.036 4.144.997-3.655a.5.5 0 0 1 .964 0l.997 3.655 1.036-4.144a.5.5 0 0 1 .97.242l-1.5 6a.5.5 0 0 1-.967.01L8 9.402l-1.018 3.73a.5.5 0 0 1-.967-.01l-1.5-6a.5.5 0 1 1 .97-.242z"/>'),Ld=(0,a.makeIcon)("FileEarmarkX",'<path d="M6.854 7.146a.5.5 0 1 0-.708.708L7.293 9l-1.147 1.146a.5.5 0 0 0 .708.708L8 9.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 9l1.147-1.146a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>'),Sd=(0,a.makeIcon)("FileEarmarkXFill",'<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6.854 7.146 8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 1 1 .708-.708z"/>'),Cd=(0,a.makeIcon)("FileEarmarkZip",'<path d="M5 7.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.11 0l-.929-.62a1 1 0 0 1-.415-1.074L5 8.438V7.5zm2 0H6v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.929-.62-.4-1.598A1 1 0 0 1 7 8.438V7.5z"/><path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1h-2v1h-1v1h1v1h-1v1h1v1H6V5H5V4h1V3H5V2h1V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/>'),zd=(0,a.makeIcon)("FileEarmarkZipFill",'<path d="M5.5 9.438V8.5h1v.938a1 1 0 0 0 .03.243l.4 1.598-.93.62-.93-.62.4-1.598a1 1 0 0 0 .03-.243z"/><path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-4-.5V2h-1V1H6v1h1v1H6v1h1v1H6v1h1v1H5.5V6h-1V5h1V4h-1V3h1zm0 4.5h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.109 0l-.93-.62a1 1 0 0 1-.415-1.074l.4-1.599V8.5a1 1 0 0 1 1-1z"/>'),xd=(0,a.makeIcon)("FileEasel",'<path d="M8.5 5a.5.5 0 1 0-1 0h-2A1.5 1.5 0 0 0 4 6.5v2A1.5 1.5 0 0 0 5.5 10h.473l-.447 1.342a.5.5 0 1 0 .948.316L7.027 10H7.5v1a.5.5 0 0 0 1 0v-1h.473l.553 1.658a.5.5 0 1 0 .948-.316L10.027 10h.473A1.5 1.5 0 0 0 12 8.5v-2A1.5 1.5 0 0 0 10.5 5h-2zM5 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-2z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>'),Dd=(0,a.makeIcon)("FileEaselFill",'<path d="M5 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-2z"/><path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 5h2A1.5 1.5 0 0 1 12 6.5v2a1.5 1.5 0 0 1-1.5 1.5h-.473l.447 1.342a.5.5 0 0 1-.948.316L8.973 10H8.5v1a.5.5 0 0 1-1 0v-1h-.473l-.553 1.658a.5.5 0 1 1-.948-.316L5.973 10H5.5A1.5 1.5 0 0 1 4 8.5v-2A1.5 1.5 0 0 1 5.5 5h2a.5.5 0 0 1 1 0z"/>'),Fd=(0,a.makeIcon)("FileExcel",'<path d="M5.18 4.616a.5.5 0 0 1 .704.064L8 7.219l2.116-2.54a.5.5 0 1 1 .768.641L8.651 8l2.233 2.68a.5.5 0 0 1-.768.64L8 8.781l-2.116 2.54a.5.5 0 0 1-.768-.641L7.349 8 5.116 5.32a.5.5 0 0 1 .064-.704z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>'),Hd=(0,a.makeIcon)("FileExcelFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5.884 4.68 8 7.219l2.116-2.54a.5.5 0 1 1 .768.641L8.651 8l2.233 2.68a.5.5 0 0 1-.768.64L8 8.781l-2.116 2.54a.5.5 0 0 1-.768-.641L7.349 8 5.116 5.32a.5.5 0 1 1 .768-.64z"/>'),Nd=(0,a.makeIcon)("FileFill",'<path fill-rule="evenodd" d="M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/>'),Rd=(0,a.makeIcon)("FileFont",'<path d="M10.943 4H5.057L5 6h.5c.18-1.096.356-1.192 1.694-1.235l.293-.01v6.09c0 .47-.1.582-.898.655v.5H9.41v-.5c-.803-.073-.903-.184-.903-.654V4.755l.298.01c1.338.043 1.514.14 1.694 1.235h.5l-.057-2z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>'),Vd=(0,a.makeIcon)("FileFontFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5.057 4h5.886L11 6h-.5c-.18-1.096-.356-1.192-1.694-1.235l-.298-.01v6.09c0 .47.1.582.903.655v.5H6.59v-.5c.799-.073.898-.184.898-.654V4.755l-.293.01C5.856 4.808 5.68 4.905 5.5 6H5l.057-2z"/>'),Yd=(0,a.makeIcon)("FileImage",'<path d="M8.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/><path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM3 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v8l-2.083-2.083a.5.5 0 0 0-.76.063L8 11 5.835 9.7a.5.5 0 0 0-.611.076L3 12V2z"/>'),jd=(0,a.makeIcon)("FileImageFill",'<path d="M4 0h8a2 2 0 0 1 2 2v8.293l-2.73-2.73a1 1 0 0 0-1.52.127l-1.889 2.644-1.769-1.062a1 1 0 0 0-1.222.15L2 12.292V2a2 2 0 0 1 2-2zm4.002 5.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z"/><path d="M10.564 8.27 14 11.708V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-.293l3.578-3.577 2.56 1.536 2.426-3.395z"/>'),$d=(0,a.makeIcon)("FileLock",'<path d="M8 5a1 1 0 0 1 1 1v1H7V6a1 1 0 0 1 1-1zm2 2.076V6a2 2 0 1 0-4 0v1.076c-.54.166-1 .597-1 1.224v2.4c0 .816.781 1.3 1.5 1.3h3c.719 0 1.5-.484 1.5-1.3V8.3c0-.627-.46-1.058-1-1.224zM6.105 8.125A.637.637 0 0 1 6.5 8h3a.64.64 0 0 1 .395.125c.085.068.105.133.105.175v2.4c0 .042-.02.107-.105.175A.637.637 0 0 1 9.5 11h-3a.637.637 0 0 1-.395-.125C6.02 10.807 6 10.742 6 10.7V8.3c0-.042.02-.107.105-.175z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>'),Ud=(0,a.makeIcon)("FileLock2",'<path d="M8 5a1 1 0 0 1 1 1v1H7V6a1 1 0 0 1 1-1zm2 2.076V6a2 2 0 1 0-4 0v1.076c-.54.166-1 .597-1 1.224v2.4c0 .816.781 1.3 1.5 1.3h3c.719 0 1.5-.484 1.5-1.3V8.3c0-.627-.46-1.058-1-1.224z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>'),Gd=(0,a.makeIcon)("FileLock2Fill",'<path d="M7 6a1 1 0 0 1 2 0v1H7V6z"/><path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-2 6v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V8.3c0-.627.46-1.058 1-1.224V6a2 2 0 1 1 4 0z"/>'),Wd=(0,a.makeIcon)("FileLockFill",'<path d="M7 6a1 1 0 0 1 2 0v1H7V6zM6 8.3c0-.042.02-.107.105-.175A.637.637 0 0 1 6.5 8h3a.64.64 0 0 1 .395.125c.085.068.105.133.105.175v2.4c0 .042-.02.107-.105.175A.637.637 0 0 1 9.5 11h-3a.637.637 0 0 1-.395-.125C6.02 10.807 6 10.742 6 10.7V8.3z"/><path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-2 6v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V8.3c0-.627.46-1.058 1-1.224V6a2 2 0 1 1 4 0z"/>'),qd=(0,a.makeIcon)("FileMedical",'<path d="M8.5 4.5a.5.5 0 0 0-1 0v.634l-.549-.317a.5.5 0 1 0-.5.866L7 6l-.549.317a.5.5 0 1 0 .5.866l.549-.317V7.5a.5.5 0 1 0 1 0v-.634l.549.317a.5.5 0 1 0 .5-.866L9 6l.549-.317a.5.5 0 1 0-.5-.866l-.549.317V4.5zM5.5 9a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>'),Xd=(0,a.makeIcon)("FileMedicalFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 4.5v.634l.549-.317a.5.5 0 1 1 .5.866L9 6l.549.317a.5.5 0 1 1-.5.866L8.5 6.866V7.5a.5.5 0 0 1-1 0v-.634l-.549.317a.5.5 0 1 1-.5-.866L7 6l-.549-.317a.5.5 0 0 1 .5-.866l.549.317V4.5a.5.5 0 1 1 1 0zM5.5 9h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zm0 2h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1z"/>'),Jd=(0,a.makeIcon)("FileMinus",'<path d="M5.5 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>'),Kd=(0,a.makeIcon)("FileMinusFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6 7.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z"/>'),Qd=(0,a.makeIcon)("FileMusic",'<path d="M10.304 3.13a1 1 0 0 1 1.196.98v1.8l-2.5.5v5.09c0 .495-.301.883-.662 1.123C7.974 12.866 7.499 13 7 13c-.5 0-.974-.134-1.338-.377-.36-.24-.662-.628-.662-1.123s.301-.883.662-1.123C6.026 10.134 6.501 10 7 10c.356 0 .7.068 1 .196V4.41a1 1 0 0 1 .804-.98l1.5-.3z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>'),Zd=(0,a.makeIcon)("FileMusicFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-.5 4.11v1.8l-2.5.5v5.09c0 .495-.301.883-.662 1.123C7.974 12.866 7.499 13 7 13c-.5 0-.974-.134-1.338-.377-.36-.24-.662-.628-.662-1.123s.301-.883.662-1.123C6.026 10.134 6.501 10 7 10c.356 0 .7.068 1 .196V4.41a1 1 0 0 1 .804-.98l1.5-.3a1 1 0 0 1 1.196.98z"/>'),eh=(0,a.makeIcon)("FilePdf",'<path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/><path d="M4.603 12.087a.81.81 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.68 7.68 0 0 1 1.482-.645 19.701 19.701 0 0 0 1.062-2.227 7.269 7.269 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.187-.012.395-.047.614-.084.51-.27 1.134-.52 1.794a10.954 10.954 0 0 0 .98 1.686 5.753 5.753 0 0 1 1.334.05c.364.065.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.856.856 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.716 5.716 0 0 1-.911-.95 11.642 11.642 0 0 0-1.997.406 11.311 11.311 0 0 1-1.021 1.51c-.29.35-.608.655-.926.787a.793.793 0 0 1-.58.029zm1.379-1.901c-.166.076-.32.156-.459.238-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361.01.022.02.036.026.044a.27.27 0 0 0 .035-.012c.137-.056.355-.235.635-.572a8.18 8.18 0 0 0 .45-.606zm1.64-1.33a12.647 12.647 0 0 1 1.01-.193 11.666 11.666 0 0 1-.51-.858 20.741 20.741 0 0 1-.5 1.05zm2.446.45c.15.162.296.3.435.41.24.19.407.253.498.256a.107.107 0 0 0 .07-.015.307.307 0 0 0 .094-.125.436.436 0 0 0 .059-.2.095.095 0 0 0-.026-.063c-.052-.062-.2-.152-.518-.209a3.881 3.881 0 0 0-.612-.053zM8.078 5.8a6.7 6.7 0 0 0 .2-.828c.031-.188.043-.343.038-.465a.613.613 0 0 0-.032-.198.517.517 0 0 0-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822.024.111.054.227.09.346z"/>'),th=(0,a.makeIcon)("FilePdfFill",'<path d="M5.523 10.424c.14-.082.293-.162.459-.238a7.878 7.878 0 0 1-.45.606c-.28.337-.498.516-.635.572a.266.266 0 0 1-.035.012.282.282 0 0 1-.026-.044c-.056-.11-.054-.216.04-.36.106-.165.319-.354.647-.548zm2.455-1.647c-.119.025-.237.05-.356.078a21.035 21.035 0 0 0 .5-1.05 11.96 11.96 0 0 0 .51.858c-.217.032-.436.07-.654.114zm2.525.939a3.888 3.888 0 0 1-.435-.41c.228.005.434.022.612.054.317.057.466.147.518.209a.095.095 0 0 1 .026.064.436.436 0 0 1-.06.2.307.307 0 0 1-.094.124.107.107 0 0 1-.069.015c-.09-.003-.258-.066-.498-.256zM8.278 4.97c-.04.244-.108.524-.2.829a4.86 4.86 0 0 1-.089-.346c-.076-.353-.087-.63-.046-.822.038-.177.11-.248.196-.283a.517.517 0 0 1 .145-.04c.013.03.028.092.032.198.005.122-.007.277-.038.465z"/><path fill-rule="evenodd" d="M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm.165 11.668c.09.18.23.343.438.419.207.075.412.04.58-.03.318-.13.635-.436.926-.786.333-.401.683-.927 1.021-1.51a11.64 11.64 0 0 1 1.997-.406c.3.383.61.713.91.95.28.22.603.403.934.417a.856.856 0 0 0 .51-.138c.155-.101.27-.247.354-.416.09-.181.145-.37.138-.563a.844.844 0 0 0-.2-.518c-.226-.27-.596-.4-.96-.465a5.76 5.76 0 0 0-1.335-.05 10.954 10.954 0 0 1-.98-1.686c.25-.66.437-1.284.52-1.794.036-.218.055-.426.048-.614a1.238 1.238 0 0 0-.127-.538.7.7 0 0 0-.477-.365c-.202-.043-.41 0-.601.077-.377.15-.576.47-.651.823-.073.34-.04.736.046 1.136.088.406.238.848.43 1.295a19.707 19.707 0 0 1-1.062 2.227 7.662 7.662 0 0 0-1.482.645c-.37.22-.699.48-.897.787-.21.326-.275.714-.08 1.103z"/>'),nh=(0,a.makeIcon)("FilePerson",'<path d="M12 1a1 1 0 0 1 1 1v10.755S12 11 8 11s-5 1.755-5 1.755V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z"/><path d="M8 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>'),ah=(0,a.makeIcon)("FilePersonFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-1 7a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm-3 4c2.623 0 4.146.826 5 1.755V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-1.245C3.854 11.825 5.377 11 8 11z"/>'),rh=(0,a.makeIcon)("FilePlay",'<path d="M6 10.117V5.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>'),oh=(0,a.makeIcon)("FilePlayFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6 5.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43V5.884z"/>'),ih=(0,a.makeIcon)("FilePlus",'<path d="M8.5 6a.5.5 0 0 0-1 0v1.5H6a.5.5 0 0 0 0 1h1.5V10a.5.5 0 0 0 1 0V8.5H10a.5.5 0 0 0 0-1H8.5V6z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>'),sh=(0,a.makeIcon)("FilePlusFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 6v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 1 0z"/>'),lh=(0,a.makeIcon)("FilePost",'<path d="M4 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-8z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>'),ch=(0,a.makeIcon)("FilePostFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM4.5 3h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zm0 2h7a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5z"/>'),uh=(0,a.makeIcon)("FilePpt",'<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/><path d="M6 5a1 1 0 0 1 1-1h1.188a2.75 2.75 0 0 1 0 5.5H7v2a.5.5 0 0 1-1 0V5zm1 3.5h1.188a1.75 1.75 0 1 0 0-3.5H7v3.5z"/>'),dh=(0,a.makeIcon)("FilePptFill",'<path d="M8.188 8.5H7V5h1.188a1.75 1.75 0 1 1 0 3.5z"/><path d="M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm3 4a1 1 0 0 0-1 1v6.5a.5.5 0 0 0 1 0v-2h1.188a2.75 2.75 0 0 0 0-5.5H7z"/>'),hh=(0,a.makeIcon)("FileRichtext",'<path d="M7 4.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V7.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V7s1.54-1.274 1.639-1.208zM5 9a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1H5z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>'),ph=(0,a.makeIcon)("FileRichtextFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM7 4.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V7.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V7s1.54-1.274 1.639-1.208zM5 9h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1z"/>'),fh=(0,a.makeIcon)("FileRuled",'<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v4h10V2a1 1 0 0 0-1-1H4zm9 6H6v2h7V7zm0 3H6v2h7v-2zm0 3H6v2h6a1 1 0 0 0 1-1v-1zm-8 2v-2H3v1a1 1 0 0 0 1 1h1zm-2-3h2v-2H3v2zm0-3h2V7H3v2z"/>'),mh=(0,a.makeIcon)("FileRuledFill",'<path d="M12 0H4a2 2 0 0 0-2 2v4h12V2a2 2 0 0 0-2-2zm2 7H6v2h8V7zm0 3H6v2h8v-2zm0 3H6v3h6a2 2 0 0 0 2-2v-1zm-9 3v-3H2v1a2 2 0 0 0 2 2h1zm-3-4h3v-2H2v2zm0-3h3V7H2v2z"/>'),vh=(0,a.makeIcon)("FileSlides",'<path d="M5 4a.5.5 0 0 0-.496.438l-.5 4A.5.5 0 0 0 4.5 9h3v2.016c-.863.055-1.5.251-1.5.484 0 .276.895.5 2 .5s2-.224 2-.5c0-.233-.637-.429-1.5-.484V9h3a.5.5 0 0 0 .496-.562l-.5-4A.5.5 0 0 0 11 4H5zm2 3.78V5.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 7.778z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>'),gh=(0,a.makeIcon)("FileSlidesFill",'<path d="M7 7.78V5.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 7.778z"/><path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5 4h6a.5.5 0 0 1 .496.438l.5 4A.5.5 0 0 1 11.5 9h-3v2.016c.863.055 1.5.251 1.5.484 0 .276-.895.5-2 .5s-2-.224-2-.5c0-.233.637-.429 1.5-.484V9h-3a.5.5 0 0 1-.496-.562l.5-4A.5.5 0 0 1 5 4z"/>'),_h=(0,a.makeIcon)("FileSpreadsheet",'<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v4h10V2a1 1 0 0 0-1-1H4zm9 6h-3v2h3V7zm0 3h-3v2h3v-2zm0 3h-3v2h2a1 1 0 0 0 1-1v-1zm-4 2v-2H6v2h3zm-4 0v-2H3v1a1 1 0 0 0 1 1h1zm-2-3h2v-2H3v2zm0-3h2V7H3v2zm3-2v2h3V7H6zm3 3H6v2h3v-2z"/>'),bh=(0,a.makeIcon)("FileSpreadsheetFill",'<path d="M12 0H4a2 2 0 0 0-2 2v4h12V2a2 2 0 0 0-2-2zm2 7h-4v2h4V7zm0 3h-4v2h4v-2zm0 3h-4v3h2a2 2 0 0 0 2-2v-1zm-5 3v-3H6v3h3zm-4 0v-3H2v1a2 2 0 0 0 2 2h1zm-3-4h3v-2H2v2zm0-3h3V7H2v2zm4 0V7h3v2H6zm0 1h3v2H6v-2z"/>'),yh=(0,a.makeIcon)("FileText",'<path d="M5 4a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm-.5 2.5A.5.5 0 0 1 5 6h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zM5 8a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1H5z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>'),Mh=(0,a.makeIcon)("FileTextFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5 4h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm-.5 2.5A.5.5 0 0 1 5 6h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zM5 8h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1z"/>'),Ih=(0,a.makeIcon)("FileWord",'<path d="M4.879 4.515a.5.5 0 0 1 .606.364l1.036 4.144.997-3.655a.5.5 0 0 1 .964 0l.997 3.655 1.036-4.144a.5.5 0 0 1 .97.242l-1.5 6a.5.5 0 0 1-.967.01L8 7.402l-1.018 3.73a.5.5 0 0 1-.967-.01l-1.5-6a.5.5 0 0 1 .364-.606z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>'),Bh=(0,a.makeIcon)("FileWordFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5.485 4.879l1.036 4.144.997-3.655a.5.5 0 0 1 .964 0l.997 3.655 1.036-4.144a.5.5 0 0 1 .97.242l-1.5 6a.5.5 0 0 1-.967.01L8 7.402l-1.018 3.73a.5.5 0 0 1-.967-.01l-1.5-6a.5.5 0 1 1 .97-.242z"/>'),kh=(0,a.makeIcon)("FileX",'<path d="M6.146 6.146a.5.5 0 0 1 .708 0L8 7.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707 6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8 6.146 6.854a.5.5 0 0 1 0-.708z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>'),Ph=(0,a.makeIcon)("FileXFill",'<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6.854 6.146 8 7.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707 6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8 6.146 6.854a.5.5 0 1 1 .708-.708z"/>'),Th=(0,a.makeIcon)("FileZip",'<path d="M6.5 7.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.109 0l-.93-.62a1 1 0 0 1-.415-1.074l.4-1.599V7.5zm2 0h-1v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.93-.62-.4-1.598a1 1 0 0 1-.03-.243V7.5z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm5.5-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9v1H8v1h1v1H8v1h1v1H7.5V5h-1V4h1V3h-1V2h1V1z"/>'),wh=(0,a.makeIcon)("FileZipFill",'<path d="M8.5 9.438V8.5h-1v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.93-.62-.4-1.598a1 1 0 0 1-.03-.243z"/><path d="M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm2.5 8.5v.938l-.4 1.599a1 1 0 0 0 .416 1.074l.93.62a1 1 0 0 0 1.109 0l.93-.62a1 1 0 0 0 .415-1.074l-.4-1.599V8.5a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1zm1-5.5h-1v1h1v1h-1v1h1v1H9V6H8V5h1V4H8V3h1V2H8V1H6.5v1h1v1z"/>'),Eh=(0,a.makeIcon)("Files",'<path d="M13 0H6a2 2 0 0 0-2 2 2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2 2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 13V4a2 2 0 0 0-2-2H5a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1zM3 4a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4z"/>'),Oh=(0,a.makeIcon)("FilesAlt",'<path d="M11 0H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2 2 2 0 0 0 2-2V4a2 2 0 0 0-2-2 2 2 0 0 0-2-2zm2 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1V3zM2 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V2z"/>'),Ah=(0,a.makeIcon)("Film",'<path d="M0 1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1zm4 0v6h8V1H4zm8 8H4v6h8V9zM1 1v2h2V1H1zm2 3H1v2h2V4zM1 7v2h2V7H1zm2 3H1v2h2v-2zm-2 3v2h2v-2H1zM15 1h-2v2h2V1zm-2 3v2h2V4h-2zm2 3h-2v2h2V7zm-2 3v2h2v-2h-2zm2 3h-2v2h2v-2z"/>'),Lh=(0,a.makeIcon)("Filter",'<path d="M6 10.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>'),Sh=(0,a.makeIcon)("FilterCircle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M7 11.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z"/>'),Ch=(0,a.makeIcon)("FilterCircleFill",'<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM3.5 5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1zM5 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z"/>'),zh=(0,a.makeIcon)("FilterLeft",'<path d="M2 10.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>'),xh=(0,a.makeIcon)("FilterRight",'<path d="M14 10.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .5-.5zm0-3a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0 0 1h7a.5.5 0 0 0 .5-.5zm0-3a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0 0 1h11a.5.5 0 0 0 .5-.5z"/>'),Dh=(0,a.makeIcon)("FilterSquare",'<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M6 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>'),Fh=(0,a.makeIcon)("FilterSquareFill",'<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"/>'),Hh=(0,a.makeIcon)("Flag",'<path d="M14.778.085A.5.5 0 0 1 15 .5V8a.5.5 0 0 1-.314.464L14.5 8l.186.464-.003.001-.006.003-.023.009a12.435 12.435 0 0 1-.397.15c-.264.095-.631.223-1.047.35-.816.252-1.879.523-2.71.523-.847 0-1.548-.28-2.158-.525l-.028-.01C7.68 8.71 7.14 8.5 6.5 8.5c-.7 0-1.638.23-2.437.477A19.626 19.626 0 0 0 3 9.342V15.5a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 1 0v.282c.226-.079.496-.17.79-.26C4.606.272 5.67 0 6.5 0c.84 0 1.524.277 2.121.519l.043.018C9.286.788 9.828 1 10.5 1c.7 0 1.638-.23 2.437-.477a19.587 19.587 0 0 0 1.349-.476l.019-.007.004-.002h.001M14 1.221c-.22.078-.48.167-.766.255-.81.252-1.872.523-2.734.523-.886 0-1.592-.286-2.203-.534l-.008-.003C7.662 1.21 7.139 1 6.5 1c-.669 0-1.606.229-2.415.478A21.294 21.294 0 0 0 3 1.845v6.433c.22-.078.48-.167.766-.255C4.576 7.77 5.638 7.5 6.5 7.5c.847 0 1.548.28 2.158.525l.028.01C9.32 8.29 9.86 8.5 10.5 8.5c.668 0 1.606-.229 2.415-.478A21.317 21.317 0 0 0 14 7.655V1.222z"/>'),Nh=(0,a.makeIcon)("FlagFill",'<path d="M14.778.085A.5.5 0 0 1 15 .5V8a.5.5 0 0 1-.314.464L14.5 8l.186.464-.003.001-.006.003-.023.009a12.435 12.435 0 0 1-.397.15c-.264.095-.631.223-1.047.35-.816.252-1.879.523-2.71.523-.847 0-1.548-.28-2.158-.525l-.028-.01C7.68 8.71 7.14 8.5 6.5 8.5c-.7 0-1.638.23-2.437.477A19.626 19.626 0 0 0 3 9.342V15.5a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 1 0v.282c.226-.079.496-.17.79-.26C4.606.272 5.67 0 6.5 0c.84 0 1.524.277 2.121.519l.043.018C9.286.788 9.828 1 10.5 1c.7 0 1.638-.23 2.437-.477a19.587 19.587 0 0 0 1.349-.476l.019-.007.004-.002h.001"/>'),Rh=(0,a.makeIcon)("Flower1",'<path d="M6.174 1.184a2 2 0 0 1 3.652 0A2 2 0 0 1 12.99 3.01a2 2 0 0 1 1.826 3.164 2 2 0 0 1 0 3.652 2 2 0 0 1-1.826 3.164 2 2 0 0 1-3.164 1.826 2 2 0 0 1-3.652 0A2 2 0 0 1 3.01 12.99a2 2 0 0 1-1.826-3.164 2 2 0 0 1 0-3.652A2 2 0 0 1 3.01 3.01a2 2 0 0 1 3.164-1.826zM8 1a1 1 0 0 0-.998 1.03l.01.091c.012.077.029.176.054.296.049.241.122.542.213.887.182.688.428 1.513.676 2.314L8 5.762l.045-.144c.248-.8.494-1.626.676-2.314.091-.345.164-.646.213-.887a4.997 4.997 0 0 0 .064-.386L9 2a1 1 0 0 0-1-1zM2 9l.03-.002.091-.01a4.99 4.99 0 0 0 .296-.054c.241-.049.542-.122.887-.213a60.59 60.59 0 0 0 2.314-.676L5.762 8l-.144-.045a60.59 60.59 0 0 0-2.314-.676 16.705 16.705 0 0 0-.887-.213 4.99 4.99 0 0 0-.386-.064L2 7a1 1 0 1 0 0 2zm7 5-.002-.03a5.005 5.005 0 0 0-.064-.386 16.398 16.398 0 0 0-.213-.888 60.582 60.582 0 0 0-.676-2.314L8 10.238l-.045.144c-.248.8-.494 1.626-.676 2.314-.091.345-.164.646-.213.887a4.996 4.996 0 0 0-.064.386L7 14a1 1 0 1 0 2 0zm-5.696-2.134.025-.017a5.001 5.001 0 0 0 .303-.248c.184-.164.408-.377.661-.629A60.614 60.614 0 0 0 5.96 9.23l.103-.111-.147.033a60.88 60.88 0 0 0-2.343.572c-.344.093-.64.18-.874.258a5.063 5.063 0 0 0-.367.138l-.027.014a1 1 0 1 0 1 1.732zM4.5 14.062a1 1 0 0 0 1.366-.366l.014-.027c.01-.02.021-.048.036-.084a5.09 5.09 0 0 0 .102-.283c.078-.233.165-.53.258-.874a60.6 60.6 0 0 0 .572-2.343l.033-.147-.11.102a60.848 60.848 0 0 0-1.743 1.667 17.07 17.07 0 0 0-.629.66 5.06 5.06 0 0 0-.248.304l-.017.025a1 1 0 0 0 .366 1.366zm9.196-8.196a1 1 0 0 0-1-1.732l-.025.017a4.951 4.951 0 0 0-.303.248 16.69 16.69 0 0 0-.661.629A60.72 60.72 0 0 0 10.04 6.77l-.102.111.147-.033a60.6 60.6 0 0 0 2.342-.572c.345-.093.642-.18.875-.258a4.993 4.993 0 0 0 .367-.138.53.53 0 0 0 .027-.014zM11.5 1.938a1 1 0 0 0-1.366.366l-.014.027c-.01.02-.021.048-.036.084a5.09 5.09 0 0 0-.102.283c-.078.233-.165.53-.258.875a60.62 60.62 0 0 0-.572 2.342l-.033.147.11-.102a60.848 60.848 0 0 0 1.743-1.667c.252-.253.465-.477.629-.66a5.001 5.001 0 0 0 .248-.304l.017-.025a1 1 0 0 0-.366-1.366zM14 9a1 1 0 0 0 0-2l-.03.002a4.996 4.996 0 0 0-.386.064c-.242.049-.543.122-.888.213-.688.182-1.513.428-2.314.676L10.238 8l.144.045c.8.248 1.626.494 2.314.676.345.091.646.164.887.213a4.996 4.996 0 0 0 .386.064L14 9zM1.938 4.5a1 1 0 0 0 .393 1.38l.084.035c.072.03.166.064.283.103.233.078.53.165.874.258a60.88 60.88 0 0 0 2.343.572l.147.033-.103-.111a60.584 60.584 0 0 0-1.666-1.742 16.705 16.705 0 0 0-.66-.629 4.996 4.996 0 0 0-.304-.248l-.025-.017a1 1 0 0 0-1.366.366zm2.196-1.196.017.025a4.996 4.996 0 0 0 .248.303c.164.184.377.408.629.661A60.597 60.597 0 0 0 6.77 5.96l.111.102-.033-.147a60.602 60.602 0 0 0-.572-2.342c-.093-.345-.18-.642-.258-.875a5.006 5.006 0 0 0-.138-.367l-.014-.027a1 1 0 1 0-1.732 1zm9.928 8.196a1 1 0 0 0-.366-1.366l-.027-.014a5 5 0 0 0-.367-.138c-.233-.078-.53-.165-.875-.258a60.619 60.619 0 0 0-2.342-.572l-.147-.033.102.111a60.73 60.73 0 0 0 1.667 1.742c.253.252.477.465.66.629a4.946 4.946 0 0 0 .304.248l.025.017a1 1 0 0 0 1.366-.366zm-3.928 2.196a1 1 0 0 0 1.732-1l-.017-.025a5.065 5.065 0 0 0-.248-.303 16.705 16.705 0 0 0-.629-.661A60.462 60.462 0 0 0 9.23 10.04l-.111-.102.033.147a60.6 60.6 0 0 0 .572 2.342c.093.345.18.642.258.875a4.985 4.985 0 0 0 .138.367.575.575 0 0 0 .014.027zM8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/>'),Vh=(0,a.makeIcon)("Flower2",'<path d="M8 16a4 4 0 0 0 4-4 4 4 0 0 0 0-8 4 4 0 0 0-8 0 4 4 0 1 0 0 8 4 4 0 0 0 4 4zm3-12c0 .073-.01.155-.03.247-.544.241-1.091.638-1.598 1.084A2.987 2.987 0 0 0 8 5c-.494 0-.96.12-1.372.331-.507-.446-1.054-.843-1.597-1.084A1.117 1.117 0 0 1 5 4a3 3 0 0 1 6 0zm-.812 6.052A2.99 2.99 0 0 0 11 8a2.99 2.99 0 0 0-.812-2.052c.215-.18.432-.346.647-.487C11.34 5.131 11.732 5 12 5a3 3 0 1 1 0 6c-.268 0-.66-.13-1.165-.461a6.833 6.833 0 0 1-.647-.487zm-3.56.617a3.001 3.001 0 0 0 2.744 0c.507.446 1.054.842 1.598 1.084.02.091.03.174.03.247a3 3 0 1 1-6 0c0-.073.01-.155.03-.247.544-.242 1.091-.638 1.598-1.084zm-.816-4.721A2.99 2.99 0 0 0 5 8c0 .794.308 1.516.812 2.052a6.83 6.83 0 0 1-.647.487C4.66 10.869 4.268 11 4 11a3 3 0 0 1 0-6c.268 0 .66.13 1.165.461.215.141.432.306.647.487zM8 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/>'),Yh=(0,a.makeIcon)("Flower3",'<path d="M11.424 8c.437-.052.811-.136 1.04-.268a2 2 0 0 0-2-3.464c-.229.132-.489.414-.752.767C9.886 4.63 10 4.264 10 4a2 2 0 1 0-4 0c0 .264.114.63.288 1.035-.263-.353-.523-.635-.752-.767a2 2 0 0 0-2 3.464c.229.132.603.216 1.04.268-.437.052-.811.136-1.04.268a2 2 0 1 0 2 3.464c.229-.132.489-.414.752-.767C6.114 11.37 6 11.736 6 12a2 2 0 1 0 4 0c0-.264-.114-.63-.288-1.035.263.353.523.635.752.767a2 2 0 1 0 2-3.464c-.229-.132-.603-.216-1.04-.268zM9 4a1.468 1.468 0 0 1-.045.205c-.039.132-.1.295-.183.484a12.88 12.88 0 0 1-.637 1.223L8 6.142a21.73 21.73 0 0 1-.135-.23 12.88 12.88 0 0 1-.637-1.223 4.216 4.216 0 0 1-.183-.484A1.473 1.473 0 0 1 7 4a1 1 0 1 1 2 0zM3.67 5.5a1 1 0 0 1 1.366-.366 1.472 1.472 0 0 1 .156.142c.094.1.204.233.326.4.245.333.502.747.742 1.163l.13.232a21.86 21.86 0 0 1-.265.002 12.88 12.88 0 0 1-1.379-.06 4.214 4.214 0 0 1-.51-.083 1.47 1.47 0 0 1-.2-.064A1 1 0 0 1 3.67 5.5zm1.366 5.366a1 1 0 0 1-1-1.732c.001 0 .016-.008.047-.02.037-.013.087-.028.153-.044.134-.032.305-.06.51-.083a12.88 12.88 0 0 1 1.379-.06c.09 0 .178 0 .266.002a21.82 21.82 0 0 1-.131.232c-.24.416-.497.83-.742 1.163a4.1 4.1 0 0 1-.327.4 1.483 1.483 0 0 1-.155.142zM9 12a1 1 0 0 1-2 0 1.476 1.476 0 0 1 .045-.206c.039-.131.1-.294.183-.483.166-.378.396-.808.637-1.223L8 9.858l.135.23c.241.415.47.845.637 1.223.083.19.144.352.183.484A1.338 1.338 0 0 1 9 12zm3.33-6.5a1 1 0 0 1-.366 1.366 1.478 1.478 0 0 1-.2.064c-.134.032-.305.06-.51.083-.412.045-.898.061-1.379.06-.09 0-.178 0-.266-.002l.131-.232c.24-.416.497-.83.742-1.163a4.1 4.1 0 0 1 .327-.4c.046-.05.085-.086.114-.11.026-.022.04-.03.041-.032a1 1 0 0 1 1.366.366zm-1.366 5.366a1.494 1.494 0 0 1-.155-.141 4.225 4.225 0 0 1-.327-.4A12.88 12.88 0 0 1 9.74 9.16a22 22 0 0 1-.13-.232l.265-.002c.48-.001.967.015 1.379.06.205.023.376.051.51.083.066.016.116.031.153.044l.048.02a1 1 0 1 1-1 1.732zM8 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/>'),jh=(0,a.makeIcon)("Folder",'<path d="M.54 3.87.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.826a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31zM2.19 4a1 1 0 0 0-.996 1.09l.637 7a1 1 0 0 0 .995.91h10.348a1 1 0 0 0 .995-.91l.637-7A1 1 0 0 0 13.81 4H2.19zm4.69-1.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707z"/>'),$h=(0,a.makeIcon)("Folder2",'<path d="M1 3.5A1.5 1.5 0 0 1 2.5 2h2.764c.958 0 1.76.56 2.311 1.184C7.985 3.648 8.48 4 9 4h4.5A1.5 1.5 0 0 1 15 5.5v7a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 12.5v-9zM2.5 3a.5.5 0 0 0-.5.5V6h12v-.5a.5.5 0 0 0-.5-.5H9c-.964 0-1.71-.629-2.174-1.154C6.374 3.334 5.82 3 5.264 3H2.5zM14 7H2v5.5a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5V7z"/>'),Uh=(0,a.makeIcon)("Folder2Open",'<path d="M1 3.5A1.5 1.5 0 0 1 2.5 2h2.764c.958 0 1.76.56 2.311 1.184C7.985 3.648 8.48 4 9 4h4.5A1.5 1.5 0 0 1 15 5.5v.64c.57.265.94.876.856 1.546l-.64 5.124A2.5 2.5 0 0 1 12.733 15H3.266a2.5 2.5 0 0 1-2.481-2.19l-.64-5.124A1.5 1.5 0 0 1 1 6.14V3.5zM2 6h12v-.5a.5.5 0 0 0-.5-.5H9c-.964 0-1.71-.629-2.174-1.154C6.374 3.334 5.82 3 5.264 3H2.5a.5.5 0 0 0-.5.5V6zm-.367 1a.5.5 0 0 0-.496.562l.64 5.124A1.5 1.5 0 0 0 3.266 14h9.468a1.5 1.5 0 0 0 1.489-1.314l.64-5.124A.5.5 0 0 0 14.367 7H1.633z"/>'),Gh=(0,a.makeIcon)("FolderCheck",'<path d="m.5 3 .04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z"/><path d="M15.854 10.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.707 0l-1.5-1.5a.5.5 0 0 1 .707-.708l1.146 1.147 2.646-2.647a.5.5 0 0 1 .708 0z"/>'),Wh=(0,a.makeIcon)("FolderFill",'<path d="M9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.825a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31L.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3zm-8.322.12C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139z"/>'),qh=(0,a.makeIcon)("FolderMinus",'<path d="m.5 3 .04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z"/><path d="M11 11.5a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4a.5.5 0 0 1-.5-.5z"/>'),Xh=(0,a.makeIcon)("FolderPlus",'<path d="m.5 3 .04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z"/><path d="M13.5 10a.5.5 0 0 1 .5.5V12h1.5a.5.5 0 1 1 0 1H14v1.5a.5.5 0 1 1-1 0V13h-1.5a.5.5 0 0 1 0-1H13v-1.5a.5.5 0 0 1 .5-.5z"/>'),Jh=(0,a.makeIcon)("FolderSymlink",'<path d="m11.798 8.271-3.182 1.97c-.27.166-.616-.036-.616-.372V9.1s-2.571-.3-4 2.4c.571-4.8 3.143-4.8 4-4.8v-.769c0-.336.346-.538.616-.371l3.182 1.969c.27.166.27.576 0 .742z"/><path d="m.5 3 .04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14h10.348a2 2 0 0 0 1.991-1.819l.637-7A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm.694 2.09A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09l-.636 7a1 1 0 0 1-.996.91H2.826a1 1 0 0 1-.995-.91l-.637-7zM6.172 2a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z"/>'),Kh=(0,a.makeIcon)("FolderSymlinkFill",'<path d="M13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2l.04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14h10.348a2 2 0 0 0 1.991-1.819l.637-7A2 2 0 0 0 13.81 3zM2.19 3c-.24 0-.47.042-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672a1 1 0 0 1 .707.293L7.586 3H2.19zm9.608 5.271-3.182 1.97c-.27.166-.616-.036-.616-.372V9.1s-2.571-.3-4 2.4c.571-4.8 3.143-4.8 4-4.8v-.769c0-.336.346-.538.616-.371l3.182 1.969c.27.166.27.576 0 .742z"/>'),Qh=(0,a.makeIcon)("FolderX",'<path d="M.54 3.87.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3h3.982a2 2 0 0 1 1.992 2.181L15.546 8H14.54l.265-2.91A1 1 0 0 0 13.81 4H2.19a1 1 0 0 0-.996 1.09l.637 7a1 1 0 0 0 .995.91H9v1H2.826a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31zm6.339-1.577A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707z"/><path d="M11.854 10.146a.5.5 0 0 0-.707.708L12.293 12l-1.146 1.146a.5.5 0 0 0 .707.708L13 12.707l1.146 1.147a.5.5 0 0 0 .708-.708L13.707 12l1.147-1.146a.5.5 0 0 0-.707-.708L13 11.293l-1.146-1.147z"/>'),Zh=(0,a.makeIcon)("Fonts",'<path d="M12.258 3h-8.51l-.083 2.46h.479c.26-1.544.758-1.783 2.693-1.845l.424-.013v7.827c0 .663-.144.82-1.3.923v.52h4.082v-.52c-1.162-.103-1.306-.26-1.306-.923V3.602l.431.013c1.934.062 2.434.301 2.693 1.846h.479L12.258 3z"/>'),ep=(0,a.makeIcon)("Forward",'<path d="M9.502 5.513a.144.144 0 0 0-.202.134V6.65a.5.5 0 0 1-.5.5H2.5v2.9h6.3a.5.5 0 0 1 .5.5v1.003c0 .108.11.176.202.134l3.984-2.933a.51.51 0 0 1 .042-.028.147.147 0 0 0 0-.252.51.51 0 0 1-.042-.028L9.502 5.513zM8.3 5.647a1.144 1.144 0 0 1 1.767-.96l3.994 2.94a1.147 1.147 0 0 1 0 1.946l-3.994 2.94a1.144 1.144 0 0 1-1.767-.96v-.503H2a.5.5 0 0 1-.5-.5v-3.9a.5.5 0 0 1 .5-.5h6.3v-.503z"/>'),tp=(0,a.makeIcon)("ForwardFill",'<path d="m9.77 12.11 4.012-2.953a.647.647 0 0 0 0-1.114L9.771 5.09a.644.644 0 0 0-.971.557V6.65H2v3.9h6.8v1.003c0 .505.545.808.97.557z"/>'),np=(0,a.makeIcon)("Front",'<path d="M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm5 10v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2v5a2 2 0 0 1-2 2H5z"/>'),ap=(0,a.makeIcon)("Fullscreen",'<path d="M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z"/>'),rp=(0,a.makeIcon)("FullscreenExit",'<path d="M5.5 0a.5.5 0 0 1 .5.5v4A1.5 1.5 0 0 1 4.5 6h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5zm5 0a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 10 4.5v-4a.5.5 0 0 1 .5-.5zM0 10.5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 6 11.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zm10 1a1.5 1.5 0 0 1 1.5-1.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4z"/>'),op=(0,a.makeIcon)("Funnel",'<path d="M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5v-2zm1 .5v1.308l4.372 4.858A.5.5 0 0 1 7 8.5v5.306l2-.666V8.5a.5.5 0 0 1 .128-.334L13.5 3.308V2h-11z"/>'),ip=(0,a.makeIcon)("FunnelFill",'<path d="M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5v-2z"/>'),sp=(0,a.makeIcon)("Gear",'<path d="M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z"/><path d="M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115l.094-.319z"/>'),lp=(0,a.makeIcon)("GearFill",'<path d="M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z"/>'),cp=(0,a.makeIcon)("GearWide",'<path d="M8.932.727c-.243-.97-1.62-.97-1.864 0l-.071.286a.96.96 0 0 1-1.622.434l-.205-.211c-.695-.719-1.888-.03-1.613.931l.08.284a.96.96 0 0 1-1.186 1.187l-.284-.081c-.96-.275-1.65.918-.931 1.613l.211.205a.96.96 0 0 1-.434 1.622l-.286.071c-.97.243-.97 1.62 0 1.864l.286.071a.96.96 0 0 1 .434 1.622l-.211.205c-.719.695-.03 1.888.931 1.613l.284-.08a.96.96 0 0 1 1.187 1.187l-.081.283c-.275.96.918 1.65 1.613.931l.205-.211a.96.96 0 0 1 1.622.434l.071.286c.243.97 1.62.97 1.864 0l.071-.286a.96.96 0 0 1 1.622-.434l.205.211c.695.719 1.888.03 1.613-.931l-.08-.284a.96.96 0 0 1 1.187-1.187l.283.081c.96.275 1.65-.918.931-1.613l-.211-.205a.96.96 0 0 1 .434-1.622l.286-.071c.97-.243.97-1.62 0-1.864l-.286-.071a.96.96 0 0 1-.434-1.622l.211-.205c.719-.695.03-1.888-.931-1.613l-.284.08a.96.96 0 0 1-1.187-1.186l.081-.284c.275-.96-.918-1.65-1.613-.931l-.205.211a.96.96 0 0 1-1.622-.434L8.932.727zM8 12.997a4.998 4.998 0 1 1 0-9.995 4.998 4.998 0 0 1 0 9.996z"/>'),up=(0,a.makeIcon)("GearWideConnected",'<path d="M7.068.727c.243-.97 1.62-.97 1.864 0l.071.286a.96.96 0 0 0 1.622.434l.205-.211c.695-.719 1.888-.03 1.613.931l-.08.284a.96.96 0 0 0 1.187 1.187l.283-.081c.96-.275 1.65.918.931 1.613l-.211.205a.96.96 0 0 0 .434 1.622l.286.071c.97.243.97 1.62 0 1.864l-.286.071a.96.96 0 0 0-.434 1.622l.211.205c.719.695.03 1.888-.931 1.613l-.284-.08a.96.96 0 0 0-1.187 1.187l.081.283c.275.96-.918 1.65-1.613.931l-.205-.211a.96.96 0 0 0-1.622.434l-.071.286c-.243.97-1.62.97-1.864 0l-.071-.286a.96.96 0 0 0-1.622-.434l-.205.211c-.695.719-1.888.03-1.613-.931l.08-.284a.96.96 0 0 0-1.186-1.187l-.284.081c-.96.275-1.65-.918-.931-1.613l.211-.205a.96.96 0 0 0-.434-1.622l-.286-.071c-.97-.243-.97-1.62 0-1.864l.286-.071a.96.96 0 0 0 .434-1.622l-.211-.205c-.719-.695-.03-1.888.931-1.613l.284.08a.96.96 0 0 0 1.187-1.186l-.081-.284c-.275-.96.918-1.65 1.613-.931l.205.211a.96.96 0 0 0 1.622-.434l.071-.286zM12.973 8.5H8.25l-2.834 3.779A4.998 4.998 0 0 0 12.973 8.5zm0-1a4.998 4.998 0 0 0-7.557-3.779l2.834 3.78h4.723zM5.048 3.967c-.03.021-.058.043-.087.065l.087-.065zm-.431.355A4.984 4.984 0 0 0 3.002 8c0 1.455.622 2.765 1.615 3.678L7.375 8 4.617 4.322zm.344 7.646.087.065-.087-.065z"/>'),dp=(0,a.makeIcon)("Gem",'<path d="M3.1.7a.5.5 0 0 1 .4-.2h9a.5.5 0 0 1 .4.2l2.976 3.974c.149.185.156.45.01.644L8.4 15.3a.5.5 0 0 1-.8 0L.1 5.3a.5.5 0 0 1 0-.6l3-4zm11.386 3.785-1.806-2.41-.776 2.413 2.582-.003zm-3.633.004.961-2.989H4.186l.963 2.995 5.704-.006zM5.47 5.495 8 13.366l2.532-7.876-5.062.005zm-1.371-.999-.78-2.422-1.818 2.425 2.598-.003zM1.499 5.5l5.113 6.817-2.192-6.82L1.5 5.5zm7.889 6.817 5.123-6.83-2.928.002-2.195 6.828z"/>'),hp=(0,a.makeIcon)("GenderAmbiguous",'<path fill-rule="evenodd" d="M11.5 1a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-3.45 3.45A4 4 0 0 1 8.5 10.97V13H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V14H6a.5.5 0 0 1 0-1h1.5v-2.03a4 4 0 1 1 3.471-6.648L14.293 1H11.5zm-.997 4.346a3 3 0 1 0-5.006 3.309 3 3 0 0 0 5.006-3.31z"/>'),pp=(0,a.makeIcon)("GenderFemale",'<path fill-rule="evenodd" d="M8 1a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM3 5a5 5 0 1 1 5.5 4.975V12h2a.5.5 0 0 1 0 1h-2v2.5a.5.5 0 0 1-1 0V13h-2a.5.5 0 0 1 0-1h2V9.975A5 5 0 0 1 3 5z"/>'),fp=(0,a.makeIcon)("GenderMale",'<path fill-rule="evenodd" d="M9.5 2a.5.5 0 0 1 0-1h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V2.707L9.871 6.836a5 5 0 1 1-.707-.707L13.293 2H9.5zM6 6a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"/>'),mp=(0,a.makeIcon)("GenderTrans",'<path fill-rule="evenodd" d="M0 .5A.5.5 0 0 1 .5 0h3a.5.5 0 0 1 0 1H1.707L3.5 2.793l.646-.647a.5.5 0 1 1 .708.708l-.647.646.822.822A3.99 3.99 0 0 1 8 3c1.18 0 2.239.51 2.971 1.322L14.293 1H11.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-3.45 3.45A4 4 0 0 1 8.5 10.97V13H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V14H6a.5.5 0 0 1 0-1h1.5v-2.03a4 4 0 0 1-3.05-5.814l-.95-.949-.646.647a.5.5 0 1 1-.708-.708l.647-.646L1 1.707V3.5a.5.5 0 0 1-1 0v-3zm5.49 4.856a3 3 0 1 0 5.02 3.288 3 3 0 0 0-5.02-3.288z"/>'),vp=(0,a.makeIcon)("Geo",'<path fill-rule="evenodd" d="M8 1a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999zm2.493 8.574a.5.5 0 0 1-.411.575c-.712.118-1.28.295-1.655.493a1.319 1.319 0 0 0-.37.265.301.301 0 0 0-.057.09V14l.002.008a.147.147 0 0 0 .016.033.617.617 0 0 0 .145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.619.619 0 0 0 .146-.15.148.148 0 0 0 .015-.033L12 14v-.004a.301.301 0 0 0-.057-.09 1.318 1.318 0 0 0-.37-.264c-.376-.198-.943-.375-1.655-.493a.5.5 0 1 1 .164-.986c.77.127 1.452.328 1.957.594C12.5 13 13 13.4 13 14c0 .426-.26.752-.544.977-.29.228-.68.413-1.116.558-.878.293-2.059.465-3.34.465-1.281 0-2.462-.172-3.34-.465-.436-.145-.826-.33-1.116-.558C3.26 14.752 3 14.426 3 14c0-.599.5-1 .961-1.243.505-.266 1.187-.467 1.957-.594a.5.5 0 0 1 .575.411z"/>'),gp=(0,a.makeIcon)("GeoAlt",'<path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z"/><path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>'),_p=(0,a.makeIcon)("GeoAltFill",'<path d="M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/>'),bp=(0,a.makeIcon)("GeoFill",'<path fill-rule="evenodd" d="M4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999zm2.493 8.574a.5.5 0 0 1-.411.575c-.712.118-1.28.295-1.655.493a1.319 1.319 0 0 0-.37.265.301.301 0 0 0-.057.09V14l.002.008a.147.147 0 0 0 .016.033.617.617 0 0 0 .145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.619.619 0 0 0 .146-.15.148.148 0 0 0 .015-.033L12 14v-.004a.301.301 0 0 0-.057-.09 1.318 1.318 0 0 0-.37-.264c-.376-.198-.943-.375-1.655-.493a.5.5 0 1 1 .164-.986c.77.127 1.452.328 1.957.594C12.5 13 13 13.4 13 14c0 .426-.26.752-.544.977-.29.228-.68.413-1.116.558-.878.293-2.059.465-3.34.465-1.281 0-2.462-.172-3.34-.465-.436-.145-.826-.33-1.116-.558C3.26 14.752 3 14.426 3 14c0-.599.5-1 .961-1.243.505-.266 1.187-.467 1.957-.594a.5.5 0 0 1 .575.411z"/>'),yp=(0,a.makeIcon)("Gift",'<path d="M3 2.5a2.5 2.5 0 0 1 5 0 2.5 2.5 0 0 1 5 0v.006c0 .07 0 .27-.038.494H15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v7.5a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 14.5V7a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2.038A2.968 2.968 0 0 1 3 2.506V2.5zm1.068.5H7v-.5a1.5 1.5 0 1 0-3 0c0 .085.002.274.045.43a.522.522 0 0 0 .023.07zM9 3h2.932a.56.56 0 0 0 .023-.07c.043-.156.045-.345.045-.43a1.5 1.5 0 0 0-3 0V3zM1 4v2h6V4H1zm8 0v2h6V4H9zm5 3H9v8h4.5a.5.5 0 0 0 .5-.5V7zm-7 8V7H2v7.5a.5.5 0 0 0 .5.5H7z"/>'),Mp=(0,a.makeIcon)("GiftFill",'<path d="M3 2.5a2.5 2.5 0 0 1 5 0 2.5 2.5 0 0 1 5 0v.006c0 .07 0 .27-.038.494H15a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2.038A2.968 2.968 0 0 1 3 2.506V2.5zm1.068.5H7v-.5a1.5 1.5 0 1 0-3 0c0 .085.002.274.045.43a.522.522 0 0 0 .023.07zM9 3h2.932a.56.56 0 0 0 .023-.07c.043-.156.045-.345.045-.43a1.5 1.5 0 0 0-3 0V3zm6 4v7.5a1.5 1.5 0 0 1-1.5 1.5H9V7h6zM2.5 16A1.5 1.5 0 0 1 1 14.5V7h6v9H2.5z"/>'),Ip=(0,a.makeIcon)("Github",'<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>'),Bp=(0,a.makeIcon)("Globe",'<path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855A7.97 7.97 0 0 0 5.145 4H7.5V1.077zM4.09 4a9.267 9.267 0 0 1 .64-1.539 6.7 6.7 0 0 1 .597-.933A7.025 7.025 0 0 0 2.255 4H4.09zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a6.958 6.958 0 0 0-.656 2.5h2.49zM4.847 5a12.5 12.5 0 0 0-.338 2.5H7.5V5H4.847zM8.5 5v2.5h2.99a12.495 12.495 0 0 0-.337-2.5H8.5zM4.51 8.5a12.5 12.5 0 0 0 .337 2.5H7.5V8.5H4.51zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5H8.5zM5.145 12c.138.386.295.744.468 1.068.552 1.035 1.218 1.65 1.887 1.855V12H5.145zm.182 2.472a6.696 6.696 0 0 1-.597-.933A9.268 9.268 0 0 1 4.09 12H2.255a7.024 7.024 0 0 0 3.072 2.472zM3.82 11a13.652 13.652 0 0 1-.312-2.5h-2.49c.062.89.291 1.733.656 2.5H3.82zm6.853 3.472A7.024 7.024 0 0 0 13.745 12H11.91a9.27 9.27 0 0 1-.64 1.539 6.688 6.688 0 0 1-.597.933zM8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855.173-.324.33-.682.468-1.068H8.5zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.65 13.65 0 0 1-.312 2.5zm2.802-3.5a6.959 6.959 0 0 0-.656-2.5H12.18c.174.782.282 1.623.312 2.5h2.49zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7.024 7.024 0 0 0-3.072-2.472c.218.284.418.598.597.933zM10.855 4a7.966 7.966 0 0 0-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4h2.355z"/>'),kp=(0,a.makeIcon)("Globe2",'<path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855-.143.268-.276.56-.395.872.705.157 1.472.257 2.282.287V1.077zM4.249 3.539c.142-.384.304-.744.481-1.078a6.7 6.7 0 0 1 .597-.933A7.01 7.01 0 0 0 3.051 3.05c.362.184.763.349 1.198.49zM3.509 7.5c.036-1.07.188-2.087.436-3.008a9.124 9.124 0 0 1-1.565-.667A6.964 6.964 0 0 0 1.018 7.5h2.49zm1.4-2.741a12.344 12.344 0 0 0-.4 2.741H7.5V5.091c-.91-.03-1.783-.145-2.591-.332zM8.5 5.09V7.5h2.99a12.342 12.342 0 0 0-.399-2.741c-.808.187-1.681.301-2.591.332zM4.51 8.5c.035.987.176 1.914.399 2.741A13.612 13.612 0 0 1 7.5 10.91V8.5H4.51zm3.99 0v2.409c.91.03 1.783.145 2.591.332.223-.827.364-1.754.4-2.741H8.5zm-3.282 3.696c.12.312.252.604.395.872.552 1.035 1.218 1.65 1.887 1.855V11.91c-.81.03-1.577.13-2.282.287zm.11 2.276a6.696 6.696 0 0 1-.598-.933 8.853 8.853 0 0 1-.481-1.079 8.38 8.38 0 0 0-1.198.49 7.01 7.01 0 0 0 2.276 1.522zm-1.383-2.964A13.36 13.36 0 0 1 3.508 8.5h-2.49a6.963 6.963 0 0 0 1.362 3.675c.47-.258.995-.482 1.565-.667zm6.728 2.964a7.009 7.009 0 0 0 2.275-1.521 8.376 8.376 0 0 0-1.197-.49 8.853 8.853 0 0 1-.481 1.078 6.688 6.688 0 0 1-.597.933zM8.5 11.909v3.014c.67-.204 1.335-.82 1.887-1.855.143-.268.276-.56.395-.872A12.63 12.63 0 0 0 8.5 11.91zm3.555-.401c.57.185 1.095.409 1.565.667A6.963 6.963 0 0 0 14.982 8.5h-2.49a13.36 13.36 0 0 1-.437 3.008zM14.982 7.5a6.963 6.963 0 0 0-1.362-3.675c-.47.258-.995.482-1.565.667.248.92.4 1.938.437 3.008h2.49zM11.27 2.461c.177.334.339.694.482 1.078a8.368 8.368 0 0 0 1.196-.49 7.01 7.01 0 0 0-2.275-1.52c.218.283.418.597.597.932zm-.488 1.343a7.765 7.765 0 0 0-.395-.872C9.835 1.897 9.17 1.282 8.5 1.077V4.09c.81-.03 1.577-.13 2.282-.287z"/>'),Pp=(0,a.makeIcon)("Google",'<path d="M15.545 6.558a9.42 9.42 0 0 1 .139 1.626c0 2.434-.87 4.492-2.384 5.885h.002C11.978 15.292 10.158 16 8 16A8 8 0 1 1 8 0a7.689 7.689 0 0 1 5.352 2.082l-2.284 2.284A4.347 4.347 0 0 0 8 3.166c-2.087 0-3.86 1.408-4.492 3.304a4.792 4.792 0 0 0 0 3.063h.003c.635 1.893 2.405 3.301 4.492 3.301 1.078 0 2.004-.276 2.722-.764h-.003a3.702 3.702 0 0 0 1.599-2.431H8v-3.08h7.545z"/>'),Tp=(0,a.makeIcon)("GraphDown",'<path fill-rule="evenodd" d="M0 0h1v15h15v1H0V0zm10 11.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-1 0v2.6l-3.613-4.417a.5.5 0 0 0-.74-.037L7.06 8.233 3.404 3.206a.5.5 0 0 0-.808.588l4 5.5a.5.5 0 0 0 .758.06l2.609-2.61L13.445 11H10.5a.5.5 0 0 0-.5.5z"/>'),wp=(0,a.makeIcon)("GraphUp",'<path fill-rule="evenodd" d="M0 0h1v15h15v1H0V0zm10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V4.9l-3.613 4.417a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61L13.445 4H10.5a.5.5 0 0 1-.5-.5z"/>'),Ep=(0,a.makeIcon)("Grid",'<path d="M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5v-3zM2.5 2a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3zm6.5.5A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5v-3zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3zM1 10.5A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5v-3zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3zm6.5.5A1.5 1.5 0 0 1 10.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5v-3zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3z"/>'),Op=(0,a.makeIcon)("Grid1x2",'<path d="M6 1H1v14h5V1zm9 0h-5v5h5V1zm0 9v5h-5v-5h5zM0 1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1zm9 0a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1V1zm1 8a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1h-5z"/>'),Ap=(0,a.makeIcon)("Grid1x2Fill",'<path d="M0 1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1zm9 0a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1V1zm0 9a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-5z"/>'),Lp=(0,a.makeIcon)("Grid3x2",'<path d="M0 3.5A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v8a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 11.5v-8zM1.5 3a.5.5 0 0 0-.5.5V7h4V3H1.5zM5 8H1v3.5a.5.5 0 0 0 .5.5H5V8zm1 0v4h4V8H6zm4-1V3H6v4h4zm1 1v4h3.5a.5.5 0 0 0 .5-.5V8h-4zm0-1h4V3.5a.5.5 0 0 0-.5-.5H11v4z"/>'),Sp=(0,a.makeIcon)("Grid3x2Gap",'<path d="M4 4v2H2V4h2zm1 7V9a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm5 5V9a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V4a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zM9 4v2H7V4h2zm5 0h-2v2h2V4zM4 9v2H2V9h2zm5 0v2H7V9h2zm5 0v2h-2V9h2zm-3-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V4zm1 4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-2z"/>'),Cp=(0,a.makeIcon)("Grid3x2GapFill",'<path d="M1 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V4zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V4zM1 9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V9zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V9zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V9z"/>'),zp=(0,a.makeIcon)("Grid3x3",'<path d="M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5v-13zM1.5 1a.5.5 0 0 0-.5.5V5h4V1H1.5zM5 6H1v4h4V6zm1 4h4V6H6v4zm-1 1H1v3.5a.5.5 0 0 0 .5.5H5v-4zm1 0v4h4v-4H6zm5 0v4h3.5a.5.5 0 0 0 .5-.5V11h-4zm0-1h4V6h-4v4zm0-5h4V1.5a.5.5 0 0 0-.5-.5H11v4zm-1 0V1H6v4h4z"/>'),xp=(0,a.makeIcon)("Grid3x3Gap",'<path d="M4 2v2H2V2h2zm1 12v-2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V7a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm5 10v-2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V7a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zM9 2v2H7V2h2zm5 0v2h-2V2h2zM4 7v2H2V7h2zm5 0v2H7V7h2zm5 0h-2v2h2V7zM4 12v2H2v-2h2zm5 0v2H7v-2h2zm5 0v2h-2v-2h2zM12 1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zm-1 6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V7zm1 4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-2z"/>'),Dp=(0,a.makeIcon)("Grid3x3GapFill",'<path d="M1 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V2zM1 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V7zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V7zM1 12a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2z"/>'),Fp=(0,a.makeIcon)("GridFill",'<path d="M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5v-3zm8 0A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5v-3zm-8 8A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5v-3zm8 0A1.5 1.5 0 0 1 10.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5v-3z"/>'),Hp=(0,a.makeIcon)("GripHorizontal",'<path d="M2 8a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>'),Np=(0,a.makeIcon)("GripVertical",'<path d="M7 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>'),Rp=(0,a.makeIcon)("Hammer",'<path d="M9.972 2.508a.5.5 0 0 0-.16-.556l-.178-.129a5.009 5.009 0 0 0-2.076-.783C6.215.862 4.504 1.229 2.84 3.133H1.786a.5.5 0 0 0-.354.147L.146 4.567a.5.5 0 0 0 0 .706l2.571 2.579a.5.5 0 0 0 .708 0l1.286-1.29a.5.5 0 0 0 .146-.353V5.57l8.387 8.873A.5.5 0 0 0 14 14.5l1.5-1.5a.5.5 0 0 0 .017-.689l-9.129-8.63c.747-.456 1.772-.839 3.112-.839a.5.5 0 0 0 .472-.334z"/>'),Vp=(0,a.makeIcon)("HandIndex",'<path d="M6.75 1a.75.75 0 0 1 .75.75V8a.5.5 0 0 0 1 0V5.467l.086-.004c.317-.012.637-.008.816.027.134.027.294.096.448.182.077.042.15.147.15.314V8a.5.5 0 1 0 1 0V6.435a4.9 4.9 0 0 1 .106-.01c.316-.024.584-.01.708.04.118.046.3.207.486.43.081.096.15.19.2.259V8.5a.5.5 0 0 0 1 0v-1h.342a1 1 0 0 1 .995 1.1l-.271 2.715a2.5 2.5 0 0 1-.317.991l-1.395 2.442a.5.5 0 0 1-.434.252H6.035a.5.5 0 0 1-.416-.223l-1.433-2.15a1.5 1.5 0 0 1-.243-.666l-.345-3.105a.5.5 0 0 1 .399-.546L5 8.11V9a.5.5 0 0 0 1 0V1.75A.75.75 0 0 1 6.75 1zM8.5 4.466V1.75a1.75 1.75 0 1 0-3.5 0v5.34l-1.2.24a1.5 1.5 0 0 0-1.196 1.636l.345 3.106a2.5 2.5 0 0 0 .405 1.11l1.433 2.15A1.5 1.5 0 0 0 6.035 16h6.385a1.5 1.5 0 0 0 1.302-.756l1.395-2.441a3.5 3.5 0 0 0 .444-1.389l.271-2.715a2 2 0 0 0-1.99-2.199h-.581a5.114 5.114 0 0 0-.195-.248c-.191-.229-.51-.568-.88-.716-.364-.146-.846-.132-1.158-.108l-.132.012a1.26 1.26 0 0 0-.56-.642 2.632 2.632 0 0 0-.738-.288c-.31-.062-.739-.058-1.05-.046l-.048.002zm2.094 2.025z"/>'),Yp=(0,a.makeIcon)("HandIndexFill",'<path d="M8.5 4.466V1.75a1.75 1.75 0 1 0-3.5 0v5.34l-1.2.24a1.5 1.5 0 0 0-1.196 1.636l.345 3.106a2.5 2.5 0 0 0 .405 1.11l1.433 2.15A1.5 1.5 0 0 0 6.035 16h6.385a1.5 1.5 0 0 0 1.302-.756l1.395-2.441a3.5 3.5 0 0 0 .444-1.389l.271-2.715a2 2 0 0 0-1.99-2.199h-.581a5.114 5.114 0 0 0-.195-.248c-.191-.229-.51-.568-.88-.716-.364-.146-.846-.132-1.158-.108l-.132.012a1.26 1.26 0 0 0-.56-.642 2.632 2.632 0 0 0-.738-.288c-.31-.062-.739-.058-1.05-.046l-.048.002z"/>'),jp=(0,a.makeIcon)("HandIndexThumb",'<path d="M6.75 1a.75.75 0 0 1 .75.75V8a.5.5 0 0 0 1 0V5.467l.086-.004c.317-.012.637-.008.816.027.134.027.294.096.448.182.077.042.15.147.15.314V8a.5.5 0 0 0 1 0V6.435l.106-.01c.316-.024.584-.01.708.04.118.046.3.207.486.43.081.096.15.19.2.259V8.5a.5.5 0 1 0 1 0v-1h.342a1 1 0 0 1 .995 1.1l-.271 2.715a2.5 2.5 0 0 1-.317.991l-1.395 2.442a.5.5 0 0 1-.434.252H6.118a.5.5 0 0 1-.447-.276l-1.232-2.465-2.512-4.185a.517.517 0 0 1 .809-.631l2.41 2.41A.5.5 0 0 0 6 9.5V1.75A.75.75 0 0 1 6.75 1zM8.5 4.466V1.75a1.75 1.75 0 1 0-3.5 0v6.543L3.443 6.736A1.517 1.517 0 0 0 1.07 8.588l2.491 4.153 1.215 2.43A1.5 1.5 0 0 0 6.118 16h6.302a1.5 1.5 0 0 0 1.302-.756l1.395-2.441a3.5 3.5 0 0 0 .444-1.389l.271-2.715a2 2 0 0 0-1.99-2.199h-.581a5.114 5.114 0 0 0-.195-.248c-.191-.229-.51-.568-.88-.716-.364-.146-.846-.132-1.158-.108l-.132.012a1.26 1.26 0 0 0-.56-.642 2.632 2.632 0 0 0-.738-.288c-.31-.062-.739-.058-1.05-.046l-.048.002zm2.094 2.025z"/>'),$p=(0,a.makeIcon)("HandIndexThumbFill",'<path d="M8.5 1.75v2.716l.047-.002c.312-.012.742-.016 1.051.046.28.056.543.18.738.288.273.152.456.385.56.642l.132-.012c.312-.024.794-.038 1.158.108.37.148.689.487.88.716.075.09.141.175.195.248h.582a2 2 0 0 1 1.99 2.199l-.272 2.715a3.5 3.5 0 0 1-.444 1.389l-1.395 2.441A1.5 1.5 0 0 1 12.42 16H6.118a1.5 1.5 0 0 1-1.342-.83l-1.215-2.43L1.07 8.589a1.517 1.517 0 0 1 2.373-1.852L5 8.293V1.75a1.75 1.75 0 0 1 3.5 0z"/>'),Up=(0,a.makeIcon)("HandThumbsDown",'<path d="M8.864 15.674c-.956.24-1.843-.484-1.908-1.42-.072-1.05-.23-2.015-.428-2.59-.125-.36-.479-1.012-1.04-1.638-.557-.624-1.282-1.179-2.131-1.41C2.685 8.432 2 7.85 2 7V3c0-.845.682-1.464 1.448-1.546 1.07-.113 1.564-.415 2.068-.723l.048-.029c.272-.166.578-.349.97-.484C6.931.08 7.395 0 8 0h3.5c.937 0 1.599.478 1.934 1.064.164.287.254.607.254.913 0 .152-.023.312-.077.464.201.262.38.577.488.9.11.33.172.762.004 1.15.069.13.12.268.159.403.077.27.113.567.113.856 0 .289-.036.586-.113.856-.035.12-.08.244-.138.363.394.571.418 1.2.234 1.733-.206.592-.682 1.1-1.2 1.272-.847.283-1.803.276-2.516.211a9.877 9.877 0 0 1-.443-.05 9.364 9.364 0 0 1-.062 4.51c-.138.508-.55.848-1.012.964l-.261.065zM11.5 1H8c-.51 0-.863.068-1.14.163-.281.097-.506.229-.776.393l-.04.025c-.555.338-1.198.73-2.49.868-.333.035-.554.29-.554.55V7c0 .255.226.543.62.65 1.095.3 1.977.997 2.614 1.709.635.71 1.064 1.475 1.238 1.977.243.7.407 1.768.482 2.85.025.362.36.595.667.518l.262-.065c.16-.04.258-.144.288-.255a8.34 8.34 0 0 0-.145-4.726.5.5 0 0 1 .595-.643h.003l.014.004.058.013a8.912 8.912 0 0 0 1.036.157c.663.06 1.457.054 2.11-.163.175-.059.45-.301.57-.651.107-.308.087-.67-.266-1.021L12.793 7l.353-.354c.043-.042.105-.14.154-.315.048-.167.075-.37.075-.581 0-.211-.027-.414-.075-.581-.05-.174-.111-.273-.154-.315l-.353-.354.353-.354c.047-.047.109-.176.005-.488a2.224 2.224 0 0 0-.505-.804l-.353-.354.353-.354c.006-.005.041-.05.041-.17a.866.866 0 0 0-.121-.415C12.4 1.272 12.063 1 11.5 1z"/>'),Gp=(0,a.makeIcon)("HandThumbsDownFill",'<path d="M6.956 14.534c.065.936.952 1.659 1.908 1.42l.261-.065a1.378 1.378 0 0 0 1.012-.965c.22-.816.533-2.512.062-4.51.136.02.285.037.443.051.713.065 1.669.071 2.516-.211.518-.173.994-.68 1.2-1.272a1.896 1.896 0 0 0-.234-1.734c.058-.118.103-.242.138-.362.077-.27.113-.568.113-.856 0-.29-.036-.586-.113-.857a2.094 2.094 0 0 0-.16-.403c.169-.387.107-.82-.003-1.149a3.162 3.162 0 0 0-.488-.9c.054-.153.076-.313.076-.465a1.86 1.86 0 0 0-.253-.912C13.1.757 12.437.28 11.5.28H8c-.605 0-1.07.08-1.466.217a4.823 4.823 0 0 0-.97.485l-.048.029c-.504.308-.999.61-2.068.723C2.682 1.815 2 2.434 2 3.279v4c0 .851.685 1.433 1.357 1.616.849.232 1.574.787 2.132 1.41.56.626.914 1.28 1.039 1.638.199.575.356 1.54.428 2.591z"/>'),Wp=(0,a.makeIcon)("HandThumbsUp",'<path d="M8.864.046C7.908-.193 7.02.53 6.956 1.466c-.072 1.051-.23 2.016-.428 2.59-.125.36-.479 1.013-1.04 1.639-.557.623-1.282 1.178-2.131 1.41C2.685 7.288 2 7.87 2 8.72v4.001c0 .845.682 1.464 1.448 1.545 1.07.114 1.564.415 2.068.723l.048.03c.272.165.578.348.97.484.397.136.861.217 1.466.217h3.5c.937 0 1.599-.477 1.934-1.064a1.86 1.86 0 0 0 .254-.912c0-.152-.023-.312-.077-.464.201-.263.38-.578.488-.901.11-.33.172-.762.004-1.149.069-.13.12-.269.159-.403.077-.27.113-.568.113-.857 0-.288-.036-.585-.113-.856a2.144 2.144 0 0 0-.138-.362 1.9 1.9 0 0 0 .234-1.734c-.206-.592-.682-1.1-1.2-1.272-.847-.282-1.803-.276-2.516-.211a9.84 9.84 0 0 0-.443.05 9.365 9.365 0 0 0-.062-4.509A1.38 1.38 0 0 0 9.125.111L8.864.046zM11.5 14.721H8c-.51 0-.863-.069-1.14-.164-.281-.097-.506-.228-.776-.393l-.04-.024c-.555-.339-1.198-.731-2.49-.868-.333-.036-.554-.29-.554-.55V8.72c0-.254.226-.543.62-.65 1.095-.3 1.977-.996 2.614-1.708.635-.71 1.064-1.475 1.238-1.978.243-.7.407-1.768.482-2.85.025-.362.36-.594.667-.518l.262.066c.16.04.258.143.288.255a8.34 8.34 0 0 1-.145 4.725.5.5 0 0 0 .595.644l.003-.001.014-.003.058-.014a8.908 8.908 0 0 1 1.036-.157c.663-.06 1.457-.054 2.11.164.175.058.45.3.57.65.107.308.087.67-.266 1.022l-.353.353.353.354c.043.043.105.141.154.315.048.167.075.37.075.581 0 .212-.027.414-.075.582-.05.174-.111.272-.154.315l-.353.353.353.354c.047.047.109.177.005.488a2.224 2.224 0 0 1-.505.805l-.353.353.353.354c.006.005.041.05.041.17a.866.866 0 0 1-.121.416c-.165.288-.503.56-1.066.56z"/>'),qp=(0,a.makeIcon)("HandThumbsUpFill",'<path d="M6.956 1.745C7.021.81 7.908.087 8.864.325l.261.066c.463.116.874.456 1.012.965.22.816.533 2.511.062 4.51a9.84 9.84 0 0 1 .443-.051c.713-.065 1.669-.072 2.516.21.518.173.994.681 1.2 1.273.184.532.16 1.162-.234 1.733.058.119.103.242.138.363.077.27.113.567.113.856 0 .289-.036.586-.113.856-.039.135-.09.273-.16.404.169.387.107.819-.003 1.148a3.163 3.163 0 0 1-.488.901c.054.152.076.312.076.465 0 .305-.089.625-.253.912C13.1 15.522 12.437 16 11.5 16H8c-.605 0-1.07-.081-1.466-.218a4.82 4.82 0 0 1-.97-.484l-.048-.03c-.504-.307-.999-.609-2.068-.722C2.682 14.464 2 13.846 2 13V9c0-.85.685-1.432 1.357-1.615.849-.232 1.574-.787 2.132-1.41.56-.627.914-1.28 1.039-1.639.199-.575.356-1.539.428-2.59z"/>'),Xp=(0,a.makeIcon)("Handbag",'<path d="M8 1a2 2 0 0 1 2 2v2H6V3a2 2 0 0 1 2-2zm3 4V3a3 3 0 1 0-6 0v2H3.36a1.5 1.5 0 0 0-1.483 1.277L.85 13.13A2.5 2.5 0 0 0 3.322 16h9.355a2.5 2.5 0 0 0 2.473-2.87l-1.028-6.853A1.5 1.5 0 0 0 12.64 5H11zm-1 1v1.5a.5.5 0 0 0 1 0V6h1.639a.5.5 0 0 1 .494.426l1.028 6.851A1.5 1.5 0 0 1 12.678 15H3.322a1.5 1.5 0 0 1-1.483-1.723l1.028-6.851A.5.5 0 0 1 3.36 6H5v1.5a.5.5 0 1 0 1 0V6h4z"/>'),Jp=(0,a.makeIcon)("HandbagFill",'<path d="M8 1a2 2 0 0 0-2 2v2H5V3a3 3 0 1 1 6 0v2h-1V3a2 2 0 0 0-2-2zM5 5H3.36a1.5 1.5 0 0 0-1.483 1.277L.85 13.13A2.5 2.5 0 0 0 3.322 16h9.355a2.5 2.5 0 0 0 2.473-2.87l-1.028-6.853A1.5 1.5 0 0 0 12.64 5H11v1.5a.5.5 0 0 1-1 0V5H6v1.5a.5.5 0 0 1-1 0V5z"/>'),Kp=(0,a.makeIcon)("Hash",'<path d="M8.39 12.648a1.32 1.32 0 0 0-.015.18c0 .305.21.508.5.508.266 0 .492-.172.555-.477l.554-2.703h1.204c.421 0 .617-.234.617-.547 0-.312-.188-.53-.617-.53h-.985l.516-2.524h1.265c.43 0 .618-.227.618-.547 0-.313-.188-.524-.618-.524h-1.046l.476-2.304a1.06 1.06 0 0 0 .016-.164.51.51 0 0 0-.516-.516.54.54 0 0 0-.539.43l-.523 2.554H7.617l.477-2.304c.008-.04.015-.118.015-.164a.512.512 0 0 0-.523-.516.539.539 0 0 0-.531.43L6.53 5.484H5.414c-.43 0-.617.22-.617.532 0 .312.187.539.617.539h.906l-.515 2.523H4.609c-.421 0-.609.219-.609.531 0 .313.188.547.61.547h.976l-.516 2.492c-.008.04-.015.125-.015.18 0 .305.21.508.5.508.265 0 .492-.172.554-.477l.555-2.703h2.242l-.515 2.492zm-1-6.109h2.266l-.515 2.563H6.859l.532-2.563z"/>'),Qp=(0,a.makeIcon)("Hdd",'<path d="M4.5 11a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM3 10.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z"/><path d="M16 11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V9.51c0-.418.105-.83.305-1.197l2.472-4.531A1.5 1.5 0 0 1 4.094 3h7.812a1.5 1.5 0 0 1 1.317.782l2.472 4.53c.2.368.305.78.305 1.198V11zM3.655 4.26 1.592 8.043C1.724 8.014 1.86 8 2 8h12c.14 0 .276.014.408.042L12.345 4.26a.5.5 0 0 0-.439-.26H4.094a.5.5 0 0 0-.44.26zM1 10v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z"/>'),Zp=(0,a.makeIcon)("HddFill",'<path d="M0 10a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-1zm2.5 1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM.91 7.204A2.993 2.993 0 0 1 2 7h12c.384 0 .752.072 1.09.204l-1.867-3.422A1.5 1.5 0 0 0 11.906 3H4.094a1.5 1.5 0 0 0-1.317.782L.91 7.204z"/>'),ef=(0,a.makeIcon)("HddNetwork",'<path d="M4.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM3 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H8.5v3a1.5 1.5 0 0 1 1.5 1.5h5.5a.5.5 0 0 1 0 1H10A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5H.5a.5.5 0 0 1 0-1H6A1.5 1.5 0 0 1 7.5 10V7H2a2 2 0 0 1-2-2V4zm1 0v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1zm6 7.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5z"/>'),tf=(0,a.makeIcon)("HddNetworkFill",'<path d="M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h5.5v3A1.5 1.5 0 0 0 6 11.5H.5a.5.5 0 0 0 0 1H6A1.5 1.5 0 0 0 7.5 14h1a1.5 1.5 0 0 0 1.5-1.5h5.5a.5.5 0 0 0 0-1H10A1.5 1.5 0 0 0 8.5 10V7H14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1z"/>'),nf=(0,a.makeIcon)("HddRack",'<path d="M4.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM3 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm2 7a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-2.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/><path d="M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h1v2H2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2h-1V7h1a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm13 2v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zm0 7v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zm-3-4v2H4V7h8z"/>'),af=(0,a.makeIcon)("HddRackFill",'<path d="M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h1v2H2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2h-1V7h1a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm-2 7a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM12 7v2H4V7h8z"/>'),rf=(0,a.makeIcon)("HddStack",'<path d="M14 10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h12zM2 9a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2H2z"/><path d="M5 11.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-2 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zM14 3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/><path d="M5 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-2 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z"/>'),of=(0,a.makeIcon)("HddStackFill",'<path d="M2 9a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1z"/>'),sf=(0,a.makeIcon)("Headphones",'<path d="M8 3a5 5 0 0 0-5 5v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a6 6 0 1 1 12 0v5a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h1V8a5 5 0 0 0-5-5z"/>'),lf=(0,a.makeIcon)("Headset",'<path d="M8 1a5 5 0 0 0-5 5v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a6 6 0 1 1 12 0v6a2.5 2.5 0 0 1-2.5 2.5H9.366a1 1 0 0 1-.866.5h-1a1 1 0 1 1 0-2h1a1 1 0 0 1 .866.5H11.5A1.5 1.5 0 0 0 13 12h-1a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h1V6a5 5 0 0 0-5-5z"/>'),cf=(0,a.makeIcon)("HeadsetVr",'<path d="M8 1.248c1.857 0 3.526.641 4.65 1.794a4.978 4.978 0 0 1 2.518 1.09C13.907 1.482 11.295 0 8 0 4.75 0 2.12 1.48.844 4.122a4.979 4.979 0 0 1 2.289-1.047C4.236 1.872 5.974 1.248 8 1.248z"/><path d="M12 12a3.988 3.988 0 0 1-2.786-1.13l-.002-.002a1.612 1.612 0 0 0-.276-.167A2.164 2.164 0 0 0 8 10.5c-.414 0-.729.103-.935.201a1.612 1.612 0 0 0-.277.167l-.002.002A4 4 0 1 1 4 4h8a4 4 0 0 1 0 8z"/>'),uf=(0,a.makeIcon)("Heart",'<path d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"/>'),df=(0,a.makeIcon)("HeartFill",'<path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z"/>'),hf=(0,a.makeIcon)("HeartHalf",'<path d="M8 2.748v11.047c3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"/>'),pf=(0,a.makeIcon)("Heptagon",'<path d="M7.779.052a.5.5 0 0 1 .442 0l6.015 2.97a.5.5 0 0 1 .267.34l1.485 6.676a.5.5 0 0 1-.093.415l-4.162 5.354a.5.5 0 0 1-.395.193H4.662a.5.5 0 0 1-.395-.193L.105 10.453a.5.5 0 0 1-.093-.415l1.485-6.676a.5.5 0 0 1 .267-.34L7.779.053zM2.422 3.813l-1.383 6.212L4.907 15h6.186l3.868-4.975-1.383-6.212L8 1.058 2.422 3.813z"/>'),ff=(0,a.makeIcon)("HeptagonFill",'<path fill-rule="evenodd" d="M7.779.052a.5.5 0 0 1 .442 0l6.015 2.97a.5.5 0 0 1 .267.34l1.485 6.676a.5.5 0 0 1-.093.415l-4.162 5.354a.5.5 0 0 1-.395.193H4.662a.5.5 0 0 1-.395-.193L.105 10.453a.5.5 0 0 1-.093-.415l1.485-6.676a.5.5 0 0 1 .267-.34L7.779.053z"/>'),mf=(0,a.makeIcon)("HeptagonHalf",'<path d="M7.779.052a.5.5 0 0 1 .442 0l6.015 2.97a.5.5 0 0 1 .267.34l1.485 6.676a.5.5 0 0 1-.093.415l-4.162 5.354a.5.5 0 0 1-.395.193H4.662a.5.5 0 0 1-.395-.193L.105 10.453a.5.5 0 0 1-.093-.415l1.485-6.676a.5.5 0 0 1 .267-.34L7.779.053zM8 15h3.093l3.868-4.975-1.383-6.212L8 1.058V15z"/>'),vf=(0,a.makeIcon)("Hexagon",'<path d="M14 4.577v6.846L8 15l-6-3.577V4.577L8 1l6 3.577zM8.5.134a1 1 0 0 0-1 0l-6 3.577a1 1 0 0 0-.5.866v6.846a1 1 0 0 0 .5.866l6 3.577a1 1 0 0 0 1 0l6-3.577a1 1 0 0 0 .5-.866V4.577a1 1 0 0 0-.5-.866L8.5.134z"/>'),gf=(0,a.makeIcon)("HexagonFill",'<path fill-rule="evenodd" d="M8.5.134a1 1 0 0 0-1 0l-6 3.577a1 1 0 0 0-.5.866v6.846a1 1 0 0 0 .5.866l6 3.577a1 1 0 0 0 1 0l6-3.577a1 1 0 0 0 .5-.866V4.577a1 1 0 0 0-.5-.866L8.5.134z"/>'),_f=(0,a.makeIcon)("HexagonHalf",'<path d="M14 4.577v6.846L8 15V1l6 3.577zM8.5.134a1 1 0 0 0-1 0l-6 3.577a1 1 0 0 0-.5.866v6.846a1 1 0 0 0 .5.866l6 3.577a1 1 0 0 0 1 0l6-3.577a1 1 0 0 0 .5-.866V4.577a1 1 0 0 0-.5-.866L8.5.134z"/>'),bf=(0,a.makeIcon)("Hourglass",'<path d="M2 1.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1-.5-.5zm2.5.5v1a3.5 3.5 0 0 0 1.989 3.158c.533.256 1.011.791 1.011 1.491v.702c0 .7-.478 1.235-1.011 1.491A3.5 3.5 0 0 0 4.5 13v1h7v-1a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351v-.702c0-.7.478-1.235 1.011-1.491A3.5 3.5 0 0 0 11.5 3V2h-7z"/>'),yf=(0,a.makeIcon)("HourglassBottom",'<path d="M2 1.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1-.5-.5zm2.5.5v1a3.5 3.5 0 0 0 1.989 3.158c.533.256 1.011.791 1.011 1.491v.702s.18.149.5.149.5-.15.5-.15v-.7c0-.701.478-1.236 1.011-1.492A3.5 3.5 0 0 0 11.5 3V2h-7z"/>'),Mf=(0,a.makeIcon)("HourglassSplit",'<path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/>'),If=(0,a.makeIcon)("HourglassTop",'<path d="M2 14.5a.5.5 0 0 0 .5.5h11a.5.5 0 1 0 0-1h-1v-1a4.5 4.5 0 0 0-2.557-4.06c-.29-.139-.443-.377-.443-.59v-.7c0-.213.154-.451.443-.59A4.5 4.5 0 0 0 12.5 3V2h1a.5.5 0 0 0 0-1h-11a.5.5 0 0 0 0 1h1v1a4.5 4.5 0 0 0 2.557 4.06c.29.139.443.377.443.59v.7c0 .213-.154.451-.443.59A4.5 4.5 0 0 0 3.5 13v1h-1a.5.5 0 0 0-.5.5zm2.5-.5v-1a3.5 3.5 0 0 1 1.989-3.158c.533-.256 1.011-.79 1.011-1.491v-.702s.18.101.5.101.5-.1.5-.1v.7c0 .701.478 1.236 1.011 1.492A3.5 3.5 0 0 1 11.5 13v1h-7z"/>'),Bf=(0,a.makeIcon)("House",'<path fill-rule="evenodd" d="M2 13.5V7h1v6.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V7h1v6.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5zm11-11V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z"/><path fill-rule="evenodd" d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z"/>'),kf=(0,a.makeIcon)("HouseDoor",'<path d="M8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4.5a.5.5 0 0 0 .5-.5v-4h2v4a.5.5 0 0 0 .5.5H14a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146zM2.5 14V7.707l5.5-5.5 5.5 5.5V14H10v-4a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v4H2.5z"/>'),Pf=(0,a.makeIcon)("HouseDoorFill",'<path d="M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5z"/>'),Tf=(0,a.makeIcon)("HouseFill",'<path fill-rule="evenodd" d="m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z"/><path fill-rule="evenodd" d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z"/>'),wf=(0,a.makeIcon)("Hr",'<path d="M12 3H4a1 1 0 0 0-1 1v2.5H2V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2.5h-1V4a1 1 0 0 0-1-1zM2 9.5h1V12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V9.5h1V12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5zm-1.5-2a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H.5z"/>'),Ef=(0,a.makeIcon)("Hurricane",'<path d="M6.999 2.6A5.5 5.5 0 0 1 15 7.5a.5.5 0 0 0 1 0 6.5 6.5 0 1 0-13 0 5 5 0 0 0 6.001 4.9A5.5 5.5 0 0 1 1 7.5a.5.5 0 0 0-1 0 6.5 6.5 0 1 0 13 0 5 5 0 0 0-6.001-4.9zM10 7.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"/>'),Of=(0,a.makeIcon)("Image",'<path d="M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/><path d="M2.002 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-12zm12 1a1 1 0 0 1 1 1v6.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12V3a1 1 0 0 1 1-1h12z"/>'),Af=(0,a.makeIcon)("ImageAlt",'<path d="M7 2.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0zm4.225 4.053a.5.5 0 0 0-.577.093l-3.71 4.71-2.66-2.772a.5.5 0 0 0-.63.062L.002 13v2a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-4.5l-4.777-3.947z"/>'),Lf=(0,a.makeIcon)("ImageFill",'<path d="M.002 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2V3zm1 9v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V9.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12zm5-6.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z"/>'),Sf=(0,a.makeIcon)("Images",'<path d="M4.502 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/><path d="M14.002 13a2 2 0 0 1-2 2h-10a2 2 0 0 1-2-2V5A2 2 0 0 1 2 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v8a2 2 0 0 1-1.998 2zM14 2H4a1 1 0 0 0-1 1h9.002a2 2 0 0 1 2 2v7A1 1 0 0 0 15 11V3a1 1 0 0 0-1-1zM2.002 4a1 1 0 0 0-1 1v8l2.646-2.354a.5.5 0 0 1 .63-.062l2.66 1.773 3.71-3.71a.5.5 0 0 1 .577-.094l1.777 1.947V5a1 1 0 0 0-1-1h-10z"/>'),Cf=(0,a.makeIcon)("Inbox",'<path d="M4.98 4a.5.5 0 0 0-.39.188L1.54 8H6a.5.5 0 0 1 .5.5 1.5 1.5 0 1 0 3 0A.5.5 0 0 1 10 8h4.46l-3.05-3.812A.5.5 0 0 0 11.02 4H4.98zm9.954 5H10.45a2.5 2.5 0 0 1-4.9 0H1.066l.32 2.562a.5.5 0 0 0 .497.438h12.234a.5.5 0 0 0 .496-.438L14.933 9zM3.809 3.563A1.5 1.5 0 0 1 4.981 3h6.038a1.5 1.5 0 0 1 1.172.563l3.7 4.625a.5.5 0 0 1 .105.374l-.39 3.124A1.5 1.5 0 0 1 14.117 13H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .106-.374l3.7-4.625z"/>'),zf=(0,a.makeIcon)("InboxFill",'<path d="M4.98 4a.5.5 0 0 0-.39.188L1.54 8H6a.5.5 0 0 1 .5.5 1.5 1.5 0 1 0 3 0A.5.5 0 0 1 10 8h4.46l-3.05-3.812A.5.5 0 0 0 11.02 4H4.98zm-1.17-.437A1.5 1.5 0 0 1 4.98 3h6.04a1.5 1.5 0 0 1 1.17.563l3.7 4.625a.5.5 0 0 1 .106.374l-.39 3.124A1.5 1.5 0 0 1 14.117 13H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .106-.374l3.7-4.625z"/>'),xf=(0,a.makeIcon)("Inboxes",'<path d="M4.98 1a.5.5 0 0 0-.39.188L1.54 5H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0A.5.5 0 0 1 10 5h4.46l-3.05-3.812A.5.5 0 0 0 11.02 1H4.98zm9.954 5H10.45a2.5 2.5 0 0 1-4.9 0H1.066l.32 2.562A.5.5 0 0 0 1.884 9h12.234a.5.5 0 0 0 .496-.438L14.933 6zM3.809.563A1.5 1.5 0 0 1 4.981 0h6.038a1.5 1.5 0 0 1 1.172.563l3.7 4.625a.5.5 0 0 1 .105.374l-.39 3.124A1.5 1.5 0 0 1 14.117 10H1.883A1.5 1.5 0 0 1 .394 8.686l-.39-3.124a.5.5 0 0 1 .106-.374L3.81.563zM.125 11.17A.5.5 0 0 1 .5 11H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0 .5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 .496.562l-.39 3.124A1.5 1.5 0 0 1 14.117 16H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .121-.393zm.941.83.32 2.562a.5.5 0 0 0 .497.438h12.234a.5.5 0 0 0 .496-.438l.32-2.562H10.45a2.5 2.5 0 0 1-4.9 0H1.066z"/>'),Df=(0,a.makeIcon)("InboxesFill",'<path d="M4.98 1a.5.5 0 0 0-.39.188L1.54 5H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0A.5.5 0 0 1 10 5h4.46l-3.05-3.812A.5.5 0 0 0 11.02 1H4.98zM3.81.563A1.5 1.5 0 0 1 4.98 0h6.04a1.5 1.5 0 0 1 1.17.563l3.7 4.625a.5.5 0 0 1 .106.374l-.39 3.124A1.5 1.5 0 0 1 14.117 10H1.883A1.5 1.5 0 0 1 .394 8.686l-.39-3.124a.5.5 0 0 1 .106-.374L3.81.563zM.125 11.17A.5.5 0 0 1 .5 11H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0 .5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 .496.562l-.39 3.124A1.5 1.5 0 0 1 14.117 16H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .121-.393z"/>'),Ff=(0,a.makeIcon)("Info",'<path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>'),Hf=(0,a.makeIcon)("InfoCircle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>'),Nf=(0,a.makeIcon)("InfoCircleFill",'<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/>'),Rf=(0,a.makeIcon)("InfoLg",'<path d="m10.277 5.433-4.031.505-.145.67.794.145c.516.123.619.309.505.824L6.101 13.68c-.34 1.578.186 2.32 1.423 2.32.959 0 2.072-.443 2.577-1.052l.155-.732c-.35.31-.866.434-1.206.434-.485 0-.66-.34-.536-.939l1.763-8.278zm.122-3.673a1.76 1.76 0 1 1-3.52 0 1.76 1.76 0 0 1 3.52 0z"/>'),Vf=(0,a.makeIcon)("InfoSquare",'<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>'),Yf=(0,a.makeIcon)("InfoSquareFill",'<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm8.93 4.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM8 5.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>'),jf=(0,a.makeIcon)("InputCursor",'<path d="M10 5h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4v1h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4v1zM6 5V4H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v-1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4z"/><path fill-rule="evenodd" d="M8 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13A.5.5 0 0 1 8 1z"/>'),$f=(0,a.makeIcon)("InputCursorText",'<path fill-rule="evenodd" d="M5 2a.5.5 0 0 1 .5-.5c.862 0 1.573.287 2.06.566.174.099.321.198.44.286.119-.088.266-.187.44-.286A4.165 4.165 0 0 1 10.5 1.5a.5.5 0 0 1 0 1c-.638 0-1.177.213-1.564.434a3.49 3.49 0 0 0-.436.294V7.5H9a.5.5 0 0 1 0 1h-.5v4.272c.1.08.248.187.436.294.387.221.926.434 1.564.434a.5.5 0 0 1 0 1 4.165 4.165 0 0 1-2.06-.566A4.561 4.561 0 0 1 8 13.65a4.561 4.561 0 0 1-.44.285 4.165 4.165 0 0 1-2.06.566.5.5 0 0 1 0-1c.638 0 1.177-.213 1.564-.434.188-.107.335-.214.436-.294V8.5H7a.5.5 0 0 1 0-1h.5V3.228a3.49 3.49 0 0 0-.436-.294A3.166 3.166 0 0 0 5.5 2.5.5.5 0 0 1 5 2z"/><path d="M10 5h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4v1h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4v1zM6 5V4H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v-1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4z"/>'),Uf=(0,a.makeIcon)("Instagram",'<path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"/>'),Gf=(0,a.makeIcon)("Intersect",'<path d="M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm5 10v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2v5a2 2 0 0 1-2 2H5zm6-8V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h2V6a2 2 0 0 1 2-2h5z"/>'),Wf=(0,a.makeIcon)("Journal",'<path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>'),qf=(0,a.makeIcon)("JournalAlbum",'<path d="M5.5 4a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5zm1 7a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>'),Xf=(0,a.makeIcon)("JournalArrowDown",'<path fill-rule="evenodd" d="M8 5a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5A.5.5 0 0 1 8 5z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>'),Jf=(0,a.makeIcon)("JournalArrowUp",'<path fill-rule="evenodd" d="M8 11a.5.5 0 0 0 .5-.5V6.707l1.146 1.147a.5.5 0 0 0 .708-.708l-2-2a.5.5 0 0 0-.708 0l-2 2a.5.5 0 1 0 .708.708L7.5 6.707V10.5a.5.5 0 0 0 .5.5z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>'),Kf=(0,a.makeIcon)("JournalBookmark",'<path fill-rule="evenodd" d="M6 8V1h1v6.117L8.743 6.07a.5.5 0 0 1 .514 0L11 7.117V1h1v7a.5.5 0 0 1-.757.429L9 7.083 6.757 8.43A.5.5 0 0 1 6 8z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>'),Qf=(0,a.makeIcon)("JournalBookmarkFill",'<path fill-rule="evenodd" d="M6 1h6v7a.5.5 0 0 1-.757.429L9 7.083 6.757 8.43A.5.5 0 0 1 6 8V1z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>'),Zf=(0,a.makeIcon)("JournalCheck",'<path fill-rule="evenodd" d="M10.854 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>'),em=(0,a.makeIcon)("JournalCode",'<path fill-rule="evenodd" d="M8.646 5.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 8l1.647-1.646a.5.5 0 0 0 0-.708z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>'),tm=(0,a.makeIcon)("JournalMedical",'<path fill-rule="evenodd" d="M8 4a.5.5 0 0 1 .5.5v.634l.549-.317a.5.5 0 1 1 .5.866L9 6l.549.317a.5.5 0 1 1-.5.866L8.5 6.866V7.5a.5.5 0 0 1-1 0v-.634l-.549.317a.5.5 0 1 1-.5-.866L7 6l-.549-.317a.5.5 0 0 1 .5-.866l.549.317V4.5A.5.5 0 0 1 8 4zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>'),nm=(0,a.makeIcon)("JournalMinus",'<path fill-rule="evenodd" d="M5.5 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>'),am=(0,a.makeIcon)("JournalPlus",'<path fill-rule="evenodd" d="M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>'),rm=(0,a.makeIcon)("JournalRichtext",'<path d="M7.5 3.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047L11 4.75V7a.5.5 0 0 1-.5.5h-5A.5.5 0 0 1 5 7v-.5s1.54-1.274 1.639-1.208zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>'),om=(0,a.makeIcon)("JournalText",'<path d="M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>'),im=(0,a.makeIcon)("JournalX",'<path fill-rule="evenodd" d="M6.146 6.146a.5.5 0 0 1 .708 0L8 7.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707 6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8 6.146 6.854a.5.5 0 0 1 0-.708z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>'),sm=(0,a.makeIcon)("Journals",'<path d="M5 0h8a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2 2 2 0 0 1-2 2H3a2 2 0 0 1-2-2h1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1H1a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1H3a2 2 0 0 1 2-2z"/><path d="M1 6v-.5a.5.5 0 0 1 1 0V6h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V9h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 2.5v.5H.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1H2v-.5a.5.5 0 0 0-1 0z"/>'),lm=(0,a.makeIcon)("Joystick",'<path d="M10 2a2 2 0 0 1-1.5 1.937v5.087c.863.083 1.5.377 1.5.726 0 .414-.895.75-2 .75s-2-.336-2-.75c0-.35.637-.643 1.5-.726V3.937A2 2 0 1 1 10 2z"/><path d="M0 9.665v1.717a1 1 0 0 0 .553.894l6.553 3.277a2 2 0 0 0 1.788 0l6.553-3.277a1 1 0 0 0 .553-.894V9.665c0-.1-.06-.19-.152-.23L9.5 6.715v.993l5.227 2.178a.125.125 0 0 1 .001.23l-5.94 2.546a2 2 0 0 1-1.576 0l-5.94-2.546a.125.125 0 0 1 .001-.23L6.5 7.708l-.013-.988L.152 9.435a.25.25 0 0 0-.152.23z"/>'),cm=(0,a.makeIcon)("Justify",'<path fill-rule="evenodd" d="M2 12.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>'),um=(0,a.makeIcon)("JustifyLeft",'<path fill-rule="evenodd" d="M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>'),dm=(0,a.makeIcon)("JustifyRight",'<path fill-rule="evenodd" d="M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>'),hm=(0,a.makeIcon)("Kanban",'<path d="M13.5 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h11zm-11-1a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-11z"/><path d="M6.5 3a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3zm-4 0a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3zm8 0a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3z"/>'),pm=(0,a.makeIcon)("KanbanFill",'<path d="M2.5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-11zm5 2h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm-5 1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3zm9-1h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1z"/>'),fm=(0,a.makeIcon)("Key",'<path d="M0 8a4 4 0 0 1 7.465-2H14a.5.5 0 0 1 .354.146l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0L13 9.207l-.646.647a.5.5 0 0 1-.708 0L11 9.207l-.646.647a.5.5 0 0 1-.708 0L9 9.207l-.646.647A.5.5 0 0 1 8 10h-.535A4 4 0 0 1 0 8zm4-3a3 3 0 1 0 2.712 4.285A.5.5 0 0 1 7.163 9h.63l.853-.854a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.793-.793-1-1h-6.63a.5.5 0 0 1-.451-.285A3 3 0 0 0 4 5z"/><path d="M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>'),mm=(0,a.makeIcon)("KeyFill",'<path d="M3.5 11.5a3.5 3.5 0 1 1 3.163-5H14L15.5 8 14 9.5l-1-1-1 1-1-1-1 1-1-1-1 1H6.663a3.5 3.5 0 0 1-3.163 2zM2.5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>'),vm=(0,a.makeIcon)("Keyboard",'<path d="M14 5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h12zM2 4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H2z"/><path d="M13 10.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm0-2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm-5 0A.25.25 0 0 1 8.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 8 8.75v-.5zm2 0a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-.5zm1 2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm-5-2A.25.25 0 0 1 6.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 6 8.75v-.5zm-2 0A.25.25 0 0 1 4.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 4 8.75v-.5zm-2 0A.25.25 0 0 1 2.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 2 8.75v-.5zm11-2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm-2 0a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm-2 0A.25.25 0 0 1 9.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 9 6.75v-.5zm-2 0A.25.25 0 0 1 7.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 7 6.75v-.5zm-2 0A.25.25 0 0 1 5.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 5 6.75v-.5zm-3 0A.25.25 0 0 1 2.25 6h1.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-1.5A.25.25 0 0 1 2 6.75v-.5zm0 4a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm2 0a.25.25 0 0 1 .25-.25h5.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-5.5a.25.25 0 0 1-.25-.25v-.5z"/>'),gm=(0,a.makeIcon)("KeyboardFill",'<path d="M0 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6zm13 .25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25zM2.25 8a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 3 8.75v-.5A.25.25 0 0 0 2.75 8h-.5zM4 8.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 5 8.75v-.5A.25.25 0 0 0 4.75 8h-.5a.25.25 0 0 0-.25.25zM6.25 8a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 7 8.75v-.5A.25.25 0 0 0 6.75 8h-.5zM8 8.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 9 8.75v-.5A.25.25 0 0 0 8.75 8h-.5a.25.25 0 0 0-.25.25zM13.25 8a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5zm0 2a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5zm-3-2a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-1.5zm.75 2.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25zM11.25 6a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5zM9 6.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5A.25.25 0 0 0 9.75 6h-.5a.25.25 0 0 0-.25.25zM7.25 6a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 8 6.75v-.5A.25.25 0 0 0 7.75 6h-.5zM5 6.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 6 6.75v-.5A.25.25 0 0 0 5.75 6h-.5a.25.25 0 0 0-.25.25zM2.25 6a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h1.5A.25.25 0 0 0 4 6.75v-.5A.25.25 0 0 0 3.75 6h-1.5zM2 10.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25zM4.25 10a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h5.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-5.5z"/>'),_m=(0,a.makeIcon)("Ladder",'<path d="M4.5 1a.5.5 0 0 1 .5.5V2h6v-.5a.5.5 0 0 1 1 0v14a.5.5 0 0 1-1 0V15H5v.5a.5.5 0 0 1-1 0v-14a.5.5 0 0 1 .5-.5zM5 14h6v-2H5v2zm0-3h6V9H5v2zm0-3h6V6H5v2zm0-3h6V3H5v2z"/>'),bm=(0,a.makeIcon)("Lamp",'<path d="M13 3v4H3V3h10zM3 2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3zm4.5-1 .276-.553a.25.25 0 0 1 .448 0L8.5 1h-1zm-.012 9h1.024c.337.646.677 1.33.95 1.949.176.396.318.75.413 1.042.048.146.081.266.102.36A1.347 1.347 0 0 1 10 13.5c0 .665-.717 1.5-2 1.5s-2-.835-2-1.5c0 0 0-.013.004-.039.003-.027.01-.063.02-.11.02-.094.053-.214.1-.36.096-.291.238-.646.413-1.042.274-.62.614-1.303.95-1.949zm1.627-1h-2.23C6.032 10.595 5 12.69 5 13.5 5 14.88 6.343 16 8 16s3-1.12 3-2.5c0-.81-1.032-2.905-1.885-4.5z"/>'),ym=(0,a.makeIcon)("LampFill",'<path d="M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3zm5.5-2 .276-.553a.25.25 0 0 1 .448 0L8.5 1h-1zm-.615 8h2.23C9.968 10.595 11 12.69 11 13.5c0 1.38-1.343 2.5-3 2.5s-3-1.12-3-2.5c0-.81 1.032-2.905 1.885-4.5z"/>'),Mm=(0,a.makeIcon)("Laptop",'<path d="M13.5 3a.5.5 0 0 1 .5.5V11H2V3.5a.5.5 0 0 1 .5-.5h11zm-11-1A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2h-11zM0 12.5h16a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5z"/>'),Im=(0,a.makeIcon)("LaptopFill",'<path d="M2.5 2A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2h-11zM0 12.5h16a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5z"/>'),Bm=(0,a.makeIcon)("LayerBackward",'<path d="M8.354 15.854a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708l1-1a.5.5 0 0 1 .708 0l.646.647V4H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H9v7.793l.646-.647a.5.5 0 0 1 .708 0l1 1a.5.5 0 0 1 0 .708l-3 3z"/><path d="M1 9a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4.5a.5.5 0 0 1 0 1H1v2h4.5a.5.5 0 0 1 0 1H1zm9.5 0a.5.5 0 0 1 0-1H15V6h-4.5a.5.5 0 0 1 0-1H15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4.5z"/>'),km=(0,a.makeIcon)("LayerForward",'<path d="M8.354.146a.5.5 0 0 0-.708 0l-3 3a.5.5 0 0 0 0 .708l1 1a.5.5 0 0 0 .708 0L7 4.207V12H1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H9V4.207l.646.647a.5.5 0 0 0 .708 0l1-1a.5.5 0 0 0 0-.708l-3-3z"/><path d="M1 7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h4.5a.5.5 0 0 0 0-1H1V8h4.5a.5.5 0 0 0 0-1H1zm9.5 0a.5.5 0 0 0 0 1H15v2h-4.5a.5.5 0 0 0 0 1H15a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-4.5z"/>'),Pm=(0,a.makeIcon)("Layers",'<path d="M8.235 1.559a.5.5 0 0 0-.47 0l-7.5 4a.5.5 0 0 0 0 .882L3.188 8 .264 9.559a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882L12.813 8l2.922-1.559a.5.5 0 0 0 0-.882l-7.5-4zm3.515 7.008L14.438 10 8 13.433 1.562 10 4.25 8.567l3.515 1.874a.5.5 0 0 0 .47 0l3.515-1.874zM8 9.433 1.562 6 8 2.567 14.438 6 8 9.433z"/>'),Tm=(0,a.makeIcon)("LayersFill",'<path d="M7.765 1.559a.5.5 0 0 1 .47 0l7.5 4a.5.5 0 0 1 0 .882l-7.5 4a.5.5 0 0 1-.47 0l-7.5-4a.5.5 0 0 1 0-.882l7.5-4z"/><path d="m2.125 8.567-1.86.992a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882l-1.86-.992-5.17 2.756a1.5 1.5 0 0 1-1.41 0l-5.17-2.756z"/>'),wm=(0,a.makeIcon)("LayersHalf",'<path d="M8.235 1.559a.5.5 0 0 0-.47 0l-7.5 4a.5.5 0 0 0 0 .882L3.188 8 .264 9.559a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882L12.813 8l2.922-1.559a.5.5 0 0 0 0-.882l-7.5-4zM8 9.433 1.562 6 8 2.567 14.438 6 8 9.433z"/>'),Em=(0,a.makeIcon)("LayoutSidebar",'<path d="M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3zm5-1v12h9a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H5zM4 2H2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h2V2z"/>'),Om=(0,a.makeIcon)("LayoutSidebarInset",'<path d="M14 2a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12zM2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2z"/><path d="M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4z"/>'),Am=(0,a.makeIcon)("LayoutSidebarInsetReverse",'<path d="M2 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12z"/><path d="M13 4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V4z"/>'),Lm=(0,a.makeIcon)("LayoutSidebarReverse",'<path d="M16 3a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3zm-5-1v12H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h9zm1 0h2a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-2V2z"/>'),Sm=(0,a.makeIcon)("LayoutSplit",'<path d="M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3zm8.5-1v12H14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H8.5zm-1 0H2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h5.5V2z"/>'),Cm=(0,a.makeIcon)("LayoutTextSidebar",'<path d="M3.5 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM3 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z"/><path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm12-1v14h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zm-1 0H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h9V1z"/>'),zm=(0,a.makeIcon)("LayoutTextSidebarReverse",'<path d="M12.5 3a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h5zm0 3a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h5zm.5 3.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5zm-.5 2.5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h5z"/><path d="M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2zM4 1v14H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h2zm1 0h9a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5V1z"/>'),xm=(0,a.makeIcon)("LayoutTextWindow",'<path d="M3 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z"/><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm12 1a1 1 0 0 1 1 1v1H1V2a1 1 0 0 1 1-1h12zm1 3v10a1 1 0 0 1-1 1h-2V4h3zm-4 0v11H2a1 1 0 0 1-1-1V4h10z"/>'),Dm=(0,a.makeIcon)("LayoutTextWindowReverse",'<path d="M13 6.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5zm0 3a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5zm-.5 2.5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h5z"/><path d="M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12zM2 1a1 1 0 0 0-1 1v1h14V2a1 1 0 0 0-1-1H2zM1 4v10a1 1 0 0 0 1 1h2V4H1zm4 0v11h9a1 1 0 0 0 1-1V4H5z"/>'),Fm=(0,a.makeIcon)("LayoutThreeColumns",'<path d="M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5v-13zM1.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5H5V1H1.5zM10 15V1H6v14h4zm1 0h3.5a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5H11v14z"/>'),Hm=(0,a.makeIcon)("LayoutWtf",'<path d="M5 1v8H1V1h4zM1 0a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H1zm13 2v5H9V2h5zM9 1a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9zM5 13v2H3v-2h2zm-2-1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3zm12-1v2H9v-2h6zm-6-1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H9z"/>'),Nm=(0,a.makeIcon)("LifePreserver",'<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm6.43-5.228a7.025 7.025 0 0 1-3.658 3.658l-1.115-2.788a4.015 4.015 0 0 0 1.985-1.985l2.788 1.115zM5.228 14.43a7.025 7.025 0 0 1-3.658-3.658l2.788-1.115a4.015 4.015 0 0 0 1.985 1.985L5.228 14.43zm9.202-9.202-2.788 1.115a4.015 4.015 0 0 0-1.985-1.985l1.115-2.788a7.025 7.025 0 0 1 3.658 3.658zm-8.087-.87a4.015 4.015 0 0 0-1.985 1.985L1.57 5.228A7.025 7.025 0 0 1 5.228 1.57l1.115 2.788zM8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/>'),Rm=(0,a.makeIcon)("Lightbulb",'<path d="M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13a.5.5 0 0 1 0 1 .5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1 0-1 .5.5 0 0 1 0-1 .5.5 0 0 1-.46-.302l-.761-1.77a1.964 1.964 0 0 0-.453-.618A5.984 5.984 0 0 1 2 6zm6-5a5 5 0 0 0-3.479 8.592c.263.254.514.564.676.941L5.83 12h4.342l.632-1.467c.162-.377.413-.687.676-.941A5 5 0 0 0 8 1z"/>'),Vm=(0,a.makeIcon)("LightbulbFill",'<path d="M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.46-.302l-.761-1.77a1.964 1.964 0 0 0-.453-.618A5.984 5.984 0 0 1 2 6zm3 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1-.5-.5z"/>'),Ym=(0,a.makeIcon)("LightbulbOff",'<path fill-rule="evenodd" d="M2.23 4.35A6.004 6.004 0 0 0 2 6c0 1.691.7 3.22 1.826 4.31.203.196.359.4.453.619l.762 1.769A.5.5 0 0 0 5.5 13a.5.5 0 0 0 0 1 .5.5 0 0 0 0 1l.224.447a1 1 0 0 0 .894.553h2.764a1 1 0 0 0 .894-.553L10.5 15a.5.5 0 0 0 0-1 .5.5 0 0 0 0-1 .5.5 0 0 0 .288-.091L9.878 12H5.83l-.632-1.467a2.954 2.954 0 0 0-.676-.941 4.984 4.984 0 0 1-1.455-4.405l-.837-.836zm1.588-2.653.708.707a5 5 0 0 1 7.07 7.07l.707.707a6 6 0 0 0-8.484-8.484zm-2.172-.051a.5.5 0 0 1 .708 0l12 12a.5.5 0 0 1-.708.708l-12-12a.5.5 0 0 1 0-.708z"/>'),jm=(0,a.makeIcon)("LightbulbOffFill",'<path d="M2 6c0-.572.08-1.125.23-1.65l8.558 8.559A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.46-.302l-.761-1.77a1.964 1.964 0 0 0-.453-.618A5.984 5.984 0 0 1 2 6zm10.303 4.181L3.818 1.697a6 6 0 0 1 8.484 8.484zM5 14.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1-.5-.5zM2.354 1.646a.5.5 0 1 0-.708.708l12 12a.5.5 0 0 0 .708-.708l-12-12z"/>'),$m=(0,a.makeIcon)("Lightning",'<path d="M5.52.359A.5.5 0 0 1 6 0h4a.5.5 0 0 1 .474.658L8.694 6H12.5a.5.5 0 0 1 .395.807l-7 9a.5.5 0 0 1-.873-.454L6.823 9.5H3.5a.5.5 0 0 1-.48-.641l2.5-8.5zM6.374 1 4.168 8.5H7.5a.5.5 0 0 1 .478.647L6.78 13.04 11.478 7H8a.5.5 0 0 1-.474-.658L9.306 1H6.374z"/>'),Um=(0,a.makeIcon)("LightningCharge",'<path d="M11.251.068a.5.5 0 0 1 .227.58L9.677 6.5H13a.5.5 0 0 1 .364.843l-8 8.5a.5.5 0 0 1-.842-.49L6.323 9.5H3a.5.5 0 0 1-.364-.843l8-8.5a.5.5 0 0 1 .615-.09zM4.157 8.5H7a.5.5 0 0 1 .478.647L6.11 13.59l5.732-6.09H9a.5.5 0 0 1-.478-.647L9.89 2.41 4.157 8.5z"/>'),Gm=(0,a.makeIcon)("LightningChargeFill",'<path d="M11.251.068a.5.5 0 0 1 .227.58L9.677 6.5H13a.5.5 0 0 1 .364.843l-8 8.5a.5.5 0 0 1-.842-.49L6.323 9.5H3a.5.5 0 0 1-.364-.843l8-8.5a.5.5 0 0 1 .615-.09z"/>'),Wm=(0,a.makeIcon)("LightningFill",'<path d="M5.52.359A.5.5 0 0 1 6 0h4a.5.5 0 0 1 .474.658L8.694 6H12.5a.5.5 0 0 1 .395.807l-7 9a.5.5 0 0 1-.873-.454L6.823 9.5H3.5a.5.5 0 0 1-.48-.641l2.5-8.5z"/>'),qm=(0,a.makeIcon)("Link",'<path d="M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9c-.086 0-.17.01-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z"/><path d="M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4.02 4.02 0 0 1-.82 1H12a3 3 0 1 0 0-6H9z"/>'),Xm=(0,a.makeIcon)("Link45deg",'<path d="M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1.002 1.002 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4.018 4.018 0 0 1-.128-1.287z"/><path d="M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243L6.586 4.672z"/>'),Jm=(0,a.makeIcon)("Linkedin",'<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/>'),Km=(0,a.makeIcon)("List",'<path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/>'),Qm=(0,a.makeIcon)("ListCheck",'<path fill-rule="evenodd" d="M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3.854 2.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 3.293l1.146-1.147a.5.5 0 0 1 .708 0zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 7.293l1.146-1.147a.5.5 0 0 1 .708 0zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0z"/>'),Zm=(0,a.makeIcon)("ListNested",'<path fill-rule="evenodd" d="M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z"/>'),ev=(0,a.makeIcon)("ListOl",'<path fill-rule="evenodd" d="M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z"/><path d="M1.713 11.865v-.474H2c.217 0 .363-.137.363-.317 0-.185-.158-.31-.361-.31-.223 0-.367.152-.373.31h-.59c.016-.467.373-.787.986-.787.588-.002.954.291.957.703a.595.595 0 0 1-.492.594v.033a.615.615 0 0 1 .569.631c.003.533-.502.8-1.051.8-.656 0-1-.37-1.008-.794h.582c.008.178.186.306.422.309.254 0 .424-.145.422-.35-.002-.195-.155-.348-.414-.348h-.3zm-.004-4.699h-.604v-.035c0-.408.295-.844.958-.844.583 0 .96.326.96.756 0 .389-.257.617-.476.848l-.537.572v.03h1.054V9H1.143v-.395l.957-.99c.138-.142.293-.304.293-.508 0-.18-.147-.32-.342-.32a.33.33 0 0 0-.342.338v.041zM2.564 5h-.635V2.924h-.031l-.598.42v-.567l.629-.443h.635V5z"/>'),tv=(0,a.makeIcon)("ListStars",'<path fill-rule="evenodd" d="M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z"/><path d="M2.242 2.194a.27.27 0 0 1 .516 0l.162.53c.035.115.14.194.258.194h.551c.259 0 .37.333.164.493l-.468.363a.277.277 0 0 0-.094.3l.173.569c.078.256-.213.462-.423.3l-.417-.324a.267.267 0 0 0-.328 0l-.417.323c-.21.163-.5-.043-.423-.299l.173-.57a.277.277 0 0 0-.094-.299l-.468-.363c-.206-.16-.095-.493.164-.493h.55a.271.271 0 0 0 .259-.194l.162-.53zm0 4a.27.27 0 0 1 .516 0l.162.53c.035.115.14.194.258.194h.551c.259 0 .37.333.164.493l-.468.363a.277.277 0 0 0-.094.3l.173.569c.078.255-.213.462-.423.3l-.417-.324a.267.267 0 0 0-.328 0l-.417.323c-.21.163-.5-.043-.423-.299l.173-.57a.277.277 0 0 0-.094-.299l-.468-.363c-.206-.16-.095-.493.164-.493h.55a.271.271 0 0 0 .259-.194l.162-.53zm0 4a.27.27 0 0 1 .516 0l.162.53c.035.115.14.194.258.194h.551c.259 0 .37.333.164.493l-.468.363a.277.277 0 0 0-.094.3l.173.569c.078.255-.213.462-.423.3l-.417-.324a.267.267 0 0 0-.328 0l-.417.323c-.21.163-.5-.043-.423-.299l.173-.57a.277.277 0 0 0-.094-.299l-.468-.363c-.206-.16-.095-.493.164-.493h.55a.271.271 0 0 0 .259-.194l.162-.53z"/>'),nv=(0,a.makeIcon)("ListTask",'<path fill-rule="evenodd" d="M2 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H2zM3 3H2v1h1V3z"/><path d="M5 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM5.5 7a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 4a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9z"/><path fill-rule="evenodd" d="M1.5 7a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5V7zM2 7h1v1H2V7zm0 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H2zm1 .5H2v1h1v-1z"/>'),av=(0,a.makeIcon)("ListUl",'<path fill-rule="evenodd" d="M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>'),rv=(0,a.makeIcon)("Lock",'<path d="M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z"/>'),ov=(0,a.makeIcon)("LockFill",'<path d="M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2z"/>'),iv=(0,a.makeIcon)("Mailbox",'<path d="M4 4a3 3 0 0 0-3 3v6h6V7a3 3 0 0 0-3-3zm0-1h8a4 4 0 0 1 4 4v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V7a4 4 0 0 1 4-4zm2.646 1A3.99 3.99 0 0 1 8 7v6h7V7a3 3 0 0 0-3-3H6.646z"/><path d="M11.793 8.5H9v-1h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.354-.146l-.853-.854zM5 7c0 .552-.448 0-1 0s-1 .552-1 0a1 1 0 0 1 2 0z"/>'),sv=(0,a.makeIcon)("Mailbox2",'<path d="M9 8.5h2.793l.853.854A.5.5 0 0 0 13 9.5h1a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5H9v1z"/><path d="M12 3H4a4 4 0 0 0-4 4v6a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a4 4 0 0 0-4-4zM8 7a3.99 3.99 0 0 0-1.354-3H12a3 3 0 0 1 3 3v6H8V7zm-3.415.157C4.42 7.087 4.218 7 4 7c-.218 0-.42.086-.585.157C3.164 7.264 3 7.334 3 7a1 1 0 0 1 2 0c0 .334-.164.264-.415.157z"/>'),lv=(0,a.makeIcon)("Map",'<path fill-rule="evenodd" d="M15.817.113A.5.5 0 0 1 16 .5v14a.5.5 0 0 1-.402.49l-5 1a.502.502 0 0 1-.196 0L5.5 15.01l-4.902.98A.5.5 0 0 1 0 15.5v-14a.5.5 0 0 1 .402-.49l5-1a.5.5 0 0 1 .196 0L10.5.99l4.902-.98a.5.5 0 0 1 .415.103zM10 1.91l-4-.8v12.98l4 .8V1.91zm1 12.98 4-.8V1.11l-4 .8v12.98zm-6-.8V1.11l-4 .8v12.98l4-.8z"/>'),cv=(0,a.makeIcon)("MapFill",'<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.598-.49L10.5.99 5.598.01a.5.5 0 0 0-.196 0l-5 1A.5.5 0 0 0 0 1.5v14a.5.5 0 0 0 .598.49l4.902-.98 4.902.98a.502.502 0 0 0 .196 0l5-1A.5.5 0 0 0 16 14.5V.5zM5 14.09V1.11l.5-.1.5.1v12.98l-.402-.08a.498.498 0 0 0-.196 0L5 14.09zm5 .8V1.91l.402.08a.5.5 0 0 0 .196 0L11 1.91v12.98l-.5.1-.5-.1z"/>'),uv=(0,a.makeIcon)("Markdown",'<path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/><path fill-rule="evenodd" d="M9.146 8.146a.5.5 0 0 1 .708 0L11.5 9.793l1.646-1.647a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.708z"/><path fill-rule="evenodd" d="M11.5 5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5z"/><path d="M3.56 11V7.01h.056l1.428 3.239h.774l1.42-3.24h.056V11h1.073V5.001h-1.2l-1.71 3.894h-.039l-1.71-3.894H2.5V11h1.06z"/>'),dv=(0,a.makeIcon)("MarkdownFill",'<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm11.5 1a.5.5 0 0 0-.5.5v3.793L9.854 8.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L12 9.293V5.5a.5.5 0 0 0-.5-.5zM3.56 7.01h.056l1.428 3.239h.774l1.42-3.24h.056V11h1.073V5.001h-1.2l-1.71 3.894h-.039l-1.71-3.894H2.5V11h1.06V7.01z"/>'),hv=(0,a.makeIcon)("Mask",'<path d="M6.225 1.227A7.5 7.5 0 0 1 10.5 8a7.5 7.5 0 0 1-4.275 6.773 7 7 0 1 0 0-13.546zM4.187.966a8 8 0 1 1 7.627 14.069A8 8 0 0 1 4.186.964z"/>'),pv=(0,a.makeIcon)("Mastodon",'<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>'),fv=(0,a.makeIcon)("Megaphone",'<path d="M13 2.5a1.5 1.5 0 0 1 3 0v11a1.5 1.5 0 0 1-3 0v-.214c-2.162-1.241-4.49-1.843-6.912-2.083l.405 2.712A1 1 0 0 1 5.51 15.1h-.548a1 1 0 0 1-.916-.599l-1.85-3.49a68.14 68.14 0 0 0-.202-.003A2.014 2.014 0 0 1 0 9V7a2.02 2.02 0 0 1 1.992-2.013 74.663 74.663 0 0 0 2.483-.075c3.043-.154 6.148-.849 8.525-2.199V2.5zm1 0v11a.5.5 0 0 0 1 0v-11a.5.5 0 0 0-1 0zm-1 1.35c-2.344 1.205-5.209 1.842-8 2.033v4.233c.18.01.359.022.537.036 2.568.189 5.093.744 7.463 1.993V3.85zm-9 6.215v-4.13a95.09 95.09 0 0 1-1.992.052A1.02 1.02 0 0 0 1 7v2c0 .55.448 1.002 1.006 1.009A60.49 60.49 0 0 1 4 10.065zm-.657.975 1.609 3.037.01.024h.548l-.002-.014-.443-2.966a68.019 68.019 0 0 0-1.722-.082z"/>'),mv=(0,a.makeIcon)("MegaphoneFill",'<path d="M13 2.5a1.5 1.5 0 0 1 3 0v11a1.5 1.5 0 0 1-3 0v-11zm-1 .724c-2.067.95-4.539 1.481-7 1.656v6.237a25.222 25.222 0 0 1 1.088.085c2.053.204 4.038.668 5.912 1.56V3.224zm-8 7.841V4.934c-.68.027-1.399.043-2.008.053A2.02 2.02 0 0 0 0 7v2c0 1.106.896 1.996 1.994 2.009a68.14 68.14 0 0 1 .496.008 64 64 0 0 1 1.51.048zm1.39 1.081c.285.021.569.047.85.078l.253 1.69a1 1 0 0 1-.983 1.187h-.548a1 1 0 0 1-.916-.599l-1.314-2.48a65.81 65.81 0 0 1 1.692.064c.327.017.65.037.966.06z"/>'),vv=(0,a.makeIcon)("MenuApp",'<path d="M0 1.5A1.5 1.5 0 0 1 1.5 0h2A1.5 1.5 0 0 1 5 1.5v2A1.5 1.5 0 0 1 3.5 5h-2A1.5 1.5 0 0 1 0 3.5v-2zM1.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-2zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>'),gv=(0,a.makeIcon)("MenuAppFill",'<path d="M0 1.5A1.5 1.5 0 0 1 1.5 0h2A1.5 1.5 0 0 1 5 1.5v2A1.5 1.5 0 0 1 3.5 5h-2A1.5 1.5 0 0 1 0 3.5v-2zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>'),_v=(0,a.makeIcon)("MenuButton",'<path d="M0 1.5A1.5 1.5 0 0 1 1.5 0h8A1.5 1.5 0 0 1 11 1.5v2A1.5 1.5 0 0 1 9.5 5h-8A1.5 1.5 0 0 1 0 3.5v-2zM1.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-8z"/><path d="m7.823 2.823-.396-.396A.25.25 0 0 1 7.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>'),bv=(0,a.makeIcon)("MenuButtonFill",'<path d="M1.5 0A1.5 1.5 0 0 0 0 1.5v2A1.5 1.5 0 0 0 1.5 5h8A1.5 1.5 0 0 0 11 3.5v-2A1.5 1.5 0 0 0 9.5 0h-8zm5.927 2.427A.25.25 0 0 1 7.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0l-.396-.396zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>'),yv=(0,a.makeIcon)("MenuButtonWide",'<path d="M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v2A1.5 1.5 0 0 1 14.5 5h-13A1.5 1.5 0 0 1 0 3.5v-2zM1.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-13z"/><path d="M2 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm10.823.323-.396-.396A.25.25 0 0 1 12.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>'),Mv=(0,a.makeIcon)("MenuButtonWideFill",'<path d="M1.5 0A1.5 1.5 0 0 0 0 1.5v2A1.5 1.5 0 0 0 1.5 5h13A1.5 1.5 0 0 0 16 3.5v-2A1.5 1.5 0 0 0 14.5 0h-13zm1 2h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1zm9.927.427A.25.25 0 0 1 12.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0l-.396-.396zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>'),Iv=(0,a.makeIcon)("MenuDown",'<path d="M7.646.146a.5.5 0 0 1 .708 0L10.207 2H14a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h3.793L7.646.146zM1 7v3h14V7H1zm14-1V4a1 1 0 0 0-1-1h-3.793a1 1 0 0 1-.707-.293L8 1.207l-1.5 1.5A1 1 0 0 1 5.793 3H2a1 1 0 0 0-1 1v2h14zm0 5H1v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2zM2 4.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>'),Bv=(0,a.makeIcon)("MenuUp",'<path d="M7.646 15.854a.5.5 0 0 0 .708 0L10.207 14H14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h3.793l1.853 1.854zM1 9V6h14v3H1zm14 1v2a1 1 0 0 1-1 1h-3.793a1 1 0 0 0-.707.293l-1.5 1.5-1.5-1.5A1 1 0 0 0 5.793 13H2a1 1 0 0 1-1-1v-2h14zm0-5H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v2zM2 11.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 0-1h-8a.5.5 0 0 0-.5.5zm0-4a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11a.5.5 0 0 0-.5.5zm0-4a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 0-1h-6a.5.5 0 0 0-.5.5z"/>'),kv=(0,a.makeIcon)("Messenger",'<path d="M0 7.76C0 3.301 3.493 0 8 0s8 3.301 8 7.76-3.493 7.76-8 7.76c-.81 0-1.586-.107-2.316-.307a.639.639 0 0 0-.427.03l-1.588.702a.64.64 0 0 1-.898-.566l-.044-1.423a.639.639 0 0 0-.215-.456C.956 12.108 0 10.092 0 7.76zm5.546-1.459-2.35 3.728c-.225.358.214.761.551.506l2.525-1.916a.48.48 0 0 1 .578-.002l1.869 1.402a1.2 1.2 0 0 0 1.735-.32l2.35-3.728c.226-.358-.214-.761-.551-.506L9.728 7.381a.48.48 0 0 1-.578.002L7.281 5.98a1.2 1.2 0 0 0-1.735.32z"/>'),Pv=(0,a.makeIcon)("Mic",'<path d="M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z"/><path d="M10 8a2 2 0 1 1-4 0V3a2 2 0 1 1 4 0v5zM8 0a3 3 0 0 0-3 3v5a3 3 0 0 0 6 0V3a3 3 0 0 0-3-3z"/>'),Tv=(0,a.makeIcon)("MicFill",'<path d="M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0V3z"/><path d="M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z"/>'),wv=(0,a.makeIcon)("MicMute",'<path d="M13 8c0 .564-.094 1.107-.266 1.613l-.814-.814A4.02 4.02 0 0 0 12 8V7a.5.5 0 0 1 1 0v1zm-5 4c.818 0 1.578-.245 2.212-.667l.718.719a4.973 4.973 0 0 1-2.43.923V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 1 0v1a4 4 0 0 0 4 4zm3-9v4.879l-1-1V3a2 2 0 0 0-3.997-.118l-.845-.845A3.001 3.001 0 0 1 11 3z"/><path d="m9.486 10.607-.748-.748A2 2 0 0 1 6 8v-.878l-1-1V8a3 3 0 0 0 4.486 2.607zm-7.84-9.253 12 12 .708-.708-12-12-.708.708z"/>'),Ev=(0,a.makeIcon)("MicMuteFill",'<path d="M13 8c0 .564-.094 1.107-.266 1.613l-.814-.814A4.02 4.02 0 0 0 12 8V7a.5.5 0 0 1 1 0v1zm-5 4c.818 0 1.578-.245 2.212-.667l.718.719a4.973 4.973 0 0 1-2.43.923V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 1 0v1a4 4 0 0 0 4 4zm3-9v4.879L5.158 2.037A3.001 3.001 0 0 1 11 3z"/><path d="M9.486 10.607 5 6.12V8a3 3 0 0 0 4.486 2.607zm-7.84-9.253 12 12 .708-.708-12-12-.708.708z"/>'),Ov=(0,a.makeIcon)("Minecart",'<path d="M4 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm8-1a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM.115 3.18A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 14 12H2a.5.5 0 0 1-.491-.408l-1.5-8a.5.5 0 0 1 .106-.411zm.987.82 1.313 7h11.17l1.313-7H1.102z"/>'),Av=(0,a.makeIcon)("MinecartLoaded",'<path d="M4 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm8-1a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM.115 3.18A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 14 12H2a.5.5 0 0 1-.491-.408l-1.5-8a.5.5 0 0 1 .106-.411zm.987.82 1.313 7h11.17l1.313-7H1.102z"/><path fill-rule="evenodd" d="M6 1a2.498 2.498 0 0 1 4 0c.818 0 1.545.394 2 1 .67 0 1.552.57 2 1h-2c-.314 0-.611-.15-.8-.4-.274-.365-.71-.6-1.2-.6-.314 0-.611-.15-.8-.4a1.497 1.497 0 0 0-2.4 0c-.189.25-.486.4-.8.4-.507 0-.955.251-1.228.638-.09.13-.194.25-.308.362H3c.13-.147.401-.432.562-.545a1.63 1.63 0 0 0 .393-.393A2.498 2.498 0 0 1 6 1z"/>'),Lv=(0,a.makeIcon)("Moisture",'<path d="M13.5 0a.5.5 0 0 0 0 1H15v2.75h-.5a.5.5 0 0 0 0 1h.5V7.5h-1.5a.5.5 0 0 0 0 1H15v2.75h-.5a.5.5 0 0 0 0 1h.5V15h-1.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5V.5a.5.5 0 0 0-.5-.5h-2zM7 1.5l.364-.343a.5.5 0 0 0-.728 0l-.002.002-.006.007-.022.023-.08.088a28.458 28.458 0 0 0-1.274 1.517c-.769.983-1.714 2.325-2.385 3.727C2.368 7.564 2 8.682 2 9.733 2 12.614 4.212 15 7 15s5-2.386 5-5.267c0-1.05-.368-2.169-.867-3.212-.671-1.402-1.616-2.744-2.385-3.727a28.458 28.458 0 0 0-1.354-1.605l-.022-.023-.006-.007-.002-.001L7 1.5zm0 0-.364-.343L7 1.5zm-.016.766L7 2.247l.016.019c.24.274.572.667.944 1.144.611.781 1.32 1.776 1.901 2.827H4.14c.58-1.051 1.29-2.046 1.9-2.827.373-.477.706-.87.945-1.144zM3 9.733c0-.755.244-1.612.638-2.496h6.724c.395.884.638 1.741.638 2.496C11 12.117 9.182 14 7 14s-4-1.883-4-4.267z"/>'),Sv=(0,a.makeIcon)("Moon",'<path d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278zM4.858 1.311A7.269 7.269 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.316 7.316 0 0 0 5.205-2.162c-.337.042-.68.063-1.029.063-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286z"/>'),Cv=(0,a.makeIcon)("MoonFill",'<path d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z"/>'),zv=(0,a.makeIcon)("MoonStars",'<path d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278zM4.858 1.311A7.269 7.269 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.316 7.316 0 0 0 5.205-2.162c-.337.042-.68.063-1.029.063-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286z"/><path d="M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z"/>'),xv=(0,a.makeIcon)("MoonStarsFill",'<path d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z"/><path d="M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z"/>'),Dv=(0,a.makeIcon)("Mouse",'<path d="M8 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 3zm4 8a4 4 0 0 1-8 0V5a4 4 0 1 1 8 0v6zM8 0a5 5 0 0 0-5 5v6a5 5 0 0 0 10 0V5a5 5 0 0 0-5-5z"/>'),Fv=(0,a.makeIcon)("Mouse2",'<path d="M3 5.188C3 2.341 5.22 0 8 0s5 2.342 5 5.188v5.625C13 13.658 10.78 16 8 16s-5-2.342-5-5.188V5.189zm4.5-4.155C5.541 1.289 4 3.035 4 5.188V5.5h3.5V1.033zm1 0V5.5H12v-.313c0-2.152-1.541-3.898-3.5-4.154zM12 6.5H4v4.313C4 13.145 5.81 15 8 15s4-1.855 4-4.188V6.5z"/>'),Hv=(0,a.makeIcon)("Mouse2Fill",'<path d="M7.5.026C4.958.286 3 2.515 3 5.188V5.5h4.5V.026zm1 0V5.5H13v-.312C13 2.515 11.042.286 8.5.026zM13 6.5H3v4.313C3 13.658 5.22 16 8 16s5-2.342 5-5.188V6.5z"/>'),Nv=(0,a.makeIcon)("Mouse3",'<path d="M7 0c-.593 0-1.104.157-1.527.463-.418.302-.717.726-.93 1.208C4.123 2.619 4 3.879 4 5.187v.504L3.382 6A2.5 2.5 0 0 0 2 8.236v2.576C2 13.659 4.22 16 7 16h2c2.78 0 5-2.342 5-5.188V7.51a.71.71 0 0 0 0-.02V5.186c0-1.13-.272-2.044-.748-2.772-.474-.726-1.13-1.235-1.849-1.59C9.981.123 8.26 0 7 0zm2.5 6.099V1.232c.51.11 1.008.267 1.46.49.596.293 1.099.694 1.455 1.24.355.543.585 1.262.585 2.225v1.69l-3.5-.778zm-1-5.025v4.803L5 5.099c.006-1.242.134-2.293.457-3.024.162-.366.363-.63.602-.801C6.292 1.105 6.593 1 7 1c.468 0 .98.018 1.5.074zM5 6.124 13 7.9v2.912C13 13.145 11.19 15 9 15H7c-2.19 0-4-1.855-4-4.188V8.236a1.5 1.5 0 0 1 .83-1.342l.187-.093c.01.265.024.58.047.92.062.938.19 2.12.462 2.937a.5.5 0 1 0 .948-.316c-.227-.683-.35-1.75-.413-2.688a29.17 29.17 0 0 1-.06-1.528v-.002z"/>'),Rv=(0,a.makeIcon)("Mouse3Fill",'<path d="M8.5.069A15.328 15.328 0 0 0 7 0c-.593 0-1.104.157-1.527.463-.418.302-.717.726-.93 1.208-.386.873-.522 2.01-.54 3.206l4.497 1V.069zM3.71 5.836 3.381 6A2.5 2.5 0 0 0 2 8.236v2.576C2 13.659 4.22 16 7 16h2c2.78 0 5-2.342 5-5.188V8.123l-9-2v.003l.008.353c.007.3.023.715.053 1.175.063.937.186 2.005.413 2.688a.5.5 0 1 1-.948.316c-.273-.817-.4-2-.462-2.937A30.16 30.16 0 0 1 4 6.003c0-.034.003-.067.01-.1l-.3-.067zM14 7.1V5.187c0-1.13-.272-2.044-.748-2.772-.474-.726-1.13-1.235-1.849-1.59A7.495 7.495 0 0 0 9.5.212v5.887l4.5 1z"/>'),Vv=(0,a.makeIcon)("MouseFill",'<path d="M3 5a5 5 0 0 1 10 0v6a5 5 0 0 1-10 0V5zm5.5-1.5a.5.5 0 0 0-1 0v2a.5.5 0 0 0 1 0v-2z"/>'),Yv=(0,a.makeIcon)("MusicNote",'<path d="M9 13c0 1.105-1.12 2-2.5 2S4 14.105 4 13s1.12-2 2.5-2 2.5.895 2.5 2z"/><path fill-rule="evenodd" d="M9 3v10H8V3h1z"/><path d="M8 2.82a1 1 0 0 1 .804-.98l3-.6A1 1 0 0 1 13 2.22V4L8 5V2.82z"/>'),jv=(0,a.makeIcon)("MusicNoteBeamed",'<path d="M6 13c0 1.105-1.12 2-2.5 2S1 14.105 1 13c0-1.104 1.12-2 2.5-2s2.5.896 2.5 2zm9-2c0 1.105-1.12 2-2.5 2s-2.5-.895-2.5-2 1.12-2 2.5-2 2.5.895 2.5 2z"/><path fill-rule="evenodd" d="M14 11V2h1v9h-1zM6 3v10H5V3h1z"/><path d="M5 2.905a1 1 0 0 1 .9-.995l8-.8a1 1 0 0 1 1.1.995V3L5 4V2.905z"/>'),$v=(0,a.makeIcon)("MusicNoteList",'<path d="M12 13c0 1.105-1.12 2-2.5 2S7 14.105 7 13s1.12-2 2.5-2 2.5.895 2.5 2z"/><path fill-rule="evenodd" d="M12 3v10h-1V3h1z"/><path d="M11 2.82a1 1 0 0 1 .804-.98l3-.6A1 1 0 0 1 16 2.22V4l-5 1V2.82z"/><path fill-rule="evenodd" d="M0 11.5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 .5 7H8a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 .5 3H8a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5z"/>'),Uv=(0,a.makeIcon)("MusicPlayer",'<path d="M4 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3zm1 0v3h6V3H5zm3 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/><path d="M11 11a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm-3 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H4z"/>'),Gv=(0,a.makeIcon)("MusicPlayerFill",'<path d="M8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm1 2h6a1 1 0 0 1 1 1v2.5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm3 12a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/>'),Wv=(0,a.makeIcon)("Newspaper",'<path d="M0 2.5A1.5 1.5 0 0 1 1.5 1h11A1.5 1.5 0 0 1 14 2.5v10.528c0 .3-.05.654-.238.972h.738a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 1 1 0v9a1.5 1.5 0 0 1-1.5 1.5H1.497A1.497 1.497 0 0 1 0 13.5v-11zM12 14c.37 0 .654-.211.853-.441.092-.106.147-.279.147-.531V2.5a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5v11c0 .278.223.5.497.5H12z"/><path d="M2 3h10v2H2V3zm0 3h4v3H2V6zm0 4h4v1H2v-1zm0 2h4v1H2v-1zm5-6h2v1H7V6zm3 0h2v1h-2V6zM7 8h2v1H7V8zm3 0h2v1h-2V8zm-3 2h2v1H7v-1zm3 0h2v1h-2v-1zm-3 2h2v1H7v-1zm3 0h2v1h-2v-1z"/>'),qv=(0,a.makeIcon)("NodeMinus",'<path fill-rule="evenodd" d="M11 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM6.025 7.5a5 5 0 1 1 0 1H4A1.5 1.5 0 0 1 2.5 10h-1A1.5 1.5 0 0 1 0 8.5v-1A1.5 1.5 0 0 1 1.5 6h1A1.5 1.5 0 0 1 4 7.5h2.025zM1.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM8 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 8 8z"/>'),Xv=(0,a.makeIcon)("NodeMinusFill",'<path fill-rule="evenodd" d="M16 8a5 5 0 0 1-9.975.5H4A1.5 1.5 0 0 1 2.5 10h-1A1.5 1.5 0 0 1 0 8.5v-1A1.5 1.5 0 0 1 1.5 6h1A1.5 1.5 0 0 1 4 7.5h2.025A5 5 0 0 1 16 8zm-2 0a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5A.5.5 0 0 0 14 8z"/>'),Jv=(0,a.makeIcon)("NodePlus",'<path fill-rule="evenodd" d="M11 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM6.025 7.5a5 5 0 1 1 0 1H4A1.5 1.5 0 0 1 2.5 10h-1A1.5 1.5 0 0 1 0 8.5v-1A1.5 1.5 0 0 1 1.5 6h1A1.5 1.5 0 0 1 4 7.5h2.025zM11 5a.5.5 0 0 1 .5.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2h-2a.5.5 0 0 1 0-1h2v-2A.5.5 0 0 1 11 5zM1.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z"/>'),Kv=(0,a.makeIcon)("NodePlusFill",'<path d="M11 13a5 5 0 1 0-4.975-5.5H4A1.5 1.5 0 0 0 2.5 6h-1A1.5 1.5 0 0 0 0 7.5v1A1.5 1.5 0 0 0 1.5 10h1A1.5 1.5 0 0 0 4 8.5h2.025A5 5 0 0 0 11 13zm.5-7.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2h-2a.5.5 0 0 1 0-1h2v-2a.5.5 0 0 1 1 0z"/>'),Qv=(0,a.makeIcon)("Nut",'<path d="m11.42 2 3.428 6-3.428 6H4.58L1.152 8 4.58 2h6.84zM4.58 1a1 1 0 0 0-.868.504l-3.428 6a1 1 0 0 0 0 .992l3.428 6A1 1 0 0 0 4.58 15h6.84a1 1 0 0 0 .868-.504l3.429-6a1 1 0 0 0 0-.992l-3.429-6A1 1 0 0 0 11.42 1H4.58z"/><path d="M6.848 5.933a2.5 2.5 0 1 0 2.5 4.33 2.5 2.5 0 0 0-2.5-4.33zm-1.78 3.915a3.5 3.5 0 1 1 6.061-3.5 3.5 3.5 0 0 1-6.062 3.5z"/>'),Zv=(0,a.makeIcon)("NutFill",'<path d="M4.58 1a1 1 0 0 0-.868.504l-3.428 6a1 1 0 0 0 0 .992l3.428 6A1 1 0 0 0 4.58 15h6.84a1 1 0 0 0 .868-.504l3.429-6a1 1 0 0 0 0-.992l-3.429-6A1 1 0 0 0 11.42 1H4.58zm5.018 9.696a3 3 0 1 1-3-5.196 3 3 0 0 1 3 5.196z"/>'),eg=(0,a.makeIcon)("Octagon",'<path d="M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1H5.1z"/>'),tg=(0,a.makeIcon)("OctagonFill",'<path d="M11.107 0a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146A.5.5 0 0 1 4.893 0h6.214z"/>'),ng=(0,a.makeIcon)("OctagonHalf",'<path d="M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM8 15h2.9l4.1-4.1V5.1L10.9 1H8v14z"/>'),ag=(0,a.makeIcon)("Option",'<path d="M1 2.5a.5.5 0 0 1 .5-.5h3.797a.5.5 0 0 1 .439.26L11 13h3.5a.5.5 0 0 1 0 1h-3.797a.5.5 0 0 1-.439-.26L5 3H1.5a.5.5 0 0 1-.5-.5zm10 0a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"/>'),rg=(0,a.makeIcon)("Outlet",'<path d="M3.34 2.994c.275-.338.68-.494 1.074-.494h7.172c.393 0 .798.156 1.074.494.578.708 1.84 2.534 1.84 5.006 0 2.472-1.262 4.297-1.84 5.006-.276.338-.68.494-1.074.494H4.414c-.394 0-.799-.156-1.074-.494C2.762 12.297 1.5 10.472 1.5 8c0-2.472 1.262-4.297 1.84-5.006zm1.074.506a.376.376 0 0 0-.299.126C3.599 4.259 2.5 5.863 2.5 8c0 2.137 1.099 3.74 1.615 4.374.06.073.163.126.3.126h7.17c.137 0 .24-.053.3-.126.516-.633 1.615-2.237 1.615-4.374 0-2.137-1.099-3.74-1.615-4.374a.376.376 0 0 0-.3-.126h-7.17z"/><path d="M6 5.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm4 0a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zM7 10v1h2v-1a1 1 0 0 0-2 0z"/>'),og=(0,a.makeIcon)("PaintBucket",'<path d="M6.192 2.78c-.458-.677-.927-1.248-1.35-1.643a2.972 2.972 0 0 0-.71-.515c-.217-.104-.56-.205-.882-.02-.367.213-.427.63-.43.896-.003.304.064.664.173 1.044.196.687.556 1.528 1.035 2.402L.752 8.22c-.277.277-.269.656-.218.918.055.283.187.593.36.903.348.627.92 1.361 1.626 2.068.707.707 1.441 1.278 2.068 1.626.31.173.62.305.903.36.262.05.64.059.918-.218l5.615-5.615c.118.257.092.512.05.939-.03.292-.068.665-.073 1.176v.123h.003a1 1 0 0 0 1.993 0H14v-.057a1.01 1.01 0 0 0-.004-.117c-.055-1.25-.7-2.738-1.86-3.494a4.322 4.322 0 0 0-.211-.434c-.349-.626-.92-1.36-1.627-2.067-.707-.707-1.441-1.279-2.068-1.627-.31-.172-.62-.304-.903-.36-.262-.05-.64-.058-.918.219l-.217.216zM4.16 1.867c.381.356.844.922 1.311 1.632l-.704.705c-.382-.727-.66-1.402-.813-1.938a3.283 3.283 0 0 1-.131-.673c.091.061.204.15.337.274zm.394 3.965c.54.852 1.107 1.567 1.607 2.033a.5.5 0 1 0 .682-.732c-.453-.422-1.017-1.136-1.564-2.027l1.088-1.088c.054.12.115.243.183.365.349.627.92 1.361 1.627 2.068.706.707 1.44 1.278 2.068 1.626.122.068.244.13.365.183l-4.861 4.862a.571.571 0 0 1-.068-.01c-.137-.027-.342-.104-.608-.252-.524-.292-1.186-.8-1.846-1.46-.66-.66-1.168-1.32-1.46-1.846-.147-.265-.225-.47-.251-.607a.573.573 0 0 1-.01-.068l3.048-3.047zm2.87-1.935a2.44 2.44 0 0 1-.241-.561c.135.033.324.11.562.241.524.292 1.186.8 1.846 1.46.45.45.83.901 1.118 1.31a3.497 3.497 0 0 0-1.066.091 11.27 11.27 0 0 1-.76-.694c-.66-.66-1.167-1.322-1.458-1.847z"/>'),ig=(0,a.makeIcon)("Palette",'<path d="M8 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm4 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM5.5 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm.5 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/><path d="M16 8c0 3.15-1.866 2.585-3.567 2.07C11.42 9.763 10.465 9.473 10 10c-.603.683-.475 1.819-.351 2.92C9.826 14.495 9.996 16 8 16a8 8 0 1 1 8-8zm-8 7c.611 0 .654-.171.655-.176.078-.146.124-.464.07-1.119-.014-.168-.037-.37-.061-.591-.052-.464-.112-1.005-.118-1.462-.01-.707.083-1.61.704-2.314.369-.417.845-.578 1.272-.618.404-.038.812.026 1.16.104.343.077.702.186 1.025.284l.028.008c.346.105.658.199.953.266.653.148.904.083.991.024C14.717 9.38 15 9.161 15 8a7 7 0 1 0-7 7z"/>'),sg=(0,a.makeIcon)("Palette2",'<path d="M0 .5A.5.5 0 0 1 .5 0h5a.5.5 0 0 1 .5.5v5.277l4.147-4.131a.5.5 0 0 1 .707 0l3.535 3.536a.5.5 0 0 1 0 .708L10.261 10H15.5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5H3a2.99 2.99 0 0 1-2.121-.879A2.99 2.99 0 0 1 0 13.044m6-.21 7.328-7.3-2.829-2.828L6 7.188v5.647zM4.5 13a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zM15 15v-4H9.258l-4.015 4H15zM0 .5v12.495V.5z"/><path d="M0 12.995V13a3.07 3.07 0 0 0 0-.005z"/>'),lg=(0,a.makeIcon)("PaletteFill",'<path d="M12.433 10.07C14.133 10.585 16 11.15 16 8a8 8 0 1 0-8 8c1.996 0 1.826-1.504 1.649-3.08-.124-1.101-.252-2.237.351-2.92.465-.527 1.42-.237 2.433.07zM8 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm4.5 3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM5 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>'),cg=(0,a.makeIcon)("Paperclip",'<path d="M4.5 3a2.5 2.5 0 0 1 5 0v9a1.5 1.5 0 0 1-3 0V5a.5.5 0 0 1 1 0v7a.5.5 0 0 0 1 0V3a1.5 1.5 0 1 0-3 0v9a2.5 2.5 0 0 0 5 0V5a.5.5 0 0 1 1 0v7a3.5 3.5 0 1 1-7 0V3z"/>'),ug=(0,a.makeIcon)("Paragraph",'<path d="M10.5 15a.5.5 0 0 1-.5-.5V2H9v12.5a.5.5 0 0 1-1 0V9H7a4 4 0 1 1 0-8h5.5a.5.5 0 0 1 0 1H11v12.5a.5.5 0 0 1-.5.5z"/>'),dg=(0,a.makeIcon)("PatchCheck",'<path fill-rule="evenodd" d="M10.354 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z"/>'),hg=(0,a.makeIcon)("PatchCheckFill",'<path d="M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01-.622-.636zm.287 5.984-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708.708z"/>'),pg=(0,a.makeIcon)("PatchExclamation",'<path d="M7.001 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.553.553 0 0 1-1.1 0L7.1 4.995z"/><path d="m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z"/>'),fg=(0,a.makeIcon)("PatchExclamationFill",'<path d="M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01-.622-.636zM8 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>'),mg=(0,a.makeIcon)("PatchMinus",'<path fill-rule="evenodd" d="M5.5 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z"/>'),vg=(0,a.makeIcon)("PatchMinusFill",'<path d="M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01-.622-.636zM6 7.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z"/>'),gg=(0,a.makeIcon)("PatchPlus",'<path fill-rule="evenodd" d="M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5z"/><path d="m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z"/>'),_g=(0,a.makeIcon)("PatchPlusFill",'<path d="M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01-.622-.636zM8.5 6v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 1 0z"/>'),bg=(0,a.makeIcon)("PatchQuestion",'<path d="M8.05 9.6c.336 0 .504-.24.554-.627.04-.534.198-.815.847-1.26.673-.475 1.049-1.09 1.049-1.986 0-1.325-.92-2.227-2.262-2.227-1.02 0-1.792.492-2.1 1.29A1.71 1.71 0 0 0 6 5.48c0 .393.203.64.545.64.272 0 .455-.147.564-.51.158-.592.525-.915 1.074-.915.61 0 1.03.446 1.03 1.084 0 .563-.208.885-.822 1.325-.619.433-.926.914-.926 1.64v.111c0 .428.208.745.585.745z"/><path d="m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z"/><path d="M7.001 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0z"/>'),yg=(0,a.makeIcon)("PatchQuestionFill",'<path d="M5.933.87a2.89 2.89 0 0 1 4.134 0l.622.638.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636zM7.002 11a1 1 0 1 0 2 0 1 1 0 0 0-2 0zm1.602-2.027c.04-.534.198-.815.846-1.26.674-.475 1.05-1.09 1.05-1.986 0-1.325-.92-2.227-2.262-2.227-1.02 0-1.792.492-2.1 1.29A1.71 1.71 0 0 0 6 5.48c0 .393.203.64.545.64.272 0 .455-.147.564-.51.158-.592.525-.915 1.074-.915.61 0 1.03.446 1.03 1.084 0 .563-.208.885-.822 1.325-.619.433-.926.914-.926 1.64v.111c0 .428.208.745.585.745.336 0 .504-.24.554-.627z"/>'),Mg=(0,a.makeIcon)("Pause",'<path d="M6 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5zm4 0a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5z"/>'),Ig=(0,a.makeIcon)("PauseBtn",'<path d="M6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>'),Bg=(0,a.makeIcon)("PauseBtnFill",'<path d="M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.25-7C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z"/>'),kg=(0,a.makeIcon)("PauseCircle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M5 6.25a1.25 1.25 0 1 1 2.5 0v3.5a1.25 1.25 0 1 1-2.5 0v-3.5zm3.5 0a1.25 1.25 0 1 1 2.5 0v3.5a1.25 1.25 0 1 1-2.5 0v-3.5z"/>'),Pg=(0,a.makeIcon)("PauseCircleFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z"/>'),Tg=(0,a.makeIcon)("PauseFill",'<path d="M5.5 3.5A1.5 1.5 0 0 1 7 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5zm5 0A1.5 1.5 0 0 1 12 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5z"/>'),wg=(0,a.makeIcon)("Peace",'<path d="M7.5 1.018a7 7 0 0 0-4.79 11.566L7.5 7.793V1.018zm1 0v6.775l4.79 4.79A7 7 0 0 0 8.5 1.018zm4.084 12.273L8.5 9.207v5.775a6.97 6.97 0 0 0 4.084-1.691zM7.5 14.982V9.207l-4.084 4.084A6.97 6.97 0 0 0 7.5 14.982zM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8z"/>'),Eg=(0,a.makeIcon)("PeaceFill",'<path d="M14 13.292A8 8 0 0 0 8.5.015v7.778l5.5 5.5zm-.708.708L8.5 9.206v6.778a7.967 7.967 0 0 0 4.792-1.986zM7.5 15.985V9.207L2.708 14A7.967 7.967 0 0 0 7.5 15.985zM2 13.292A8 8 0 0 1 7.5.015v7.778l-5.5 5.5z"/>'),Og=(0,a.makeIcon)("Pen",'<path d="m13.498.795.149-.149a1.207 1.207 0 1 1 1.707 1.708l-.149.148a1.5 1.5 0 0 1-.059 2.059L4.854 14.854a.5.5 0 0 1-.233.131l-4 1a.5.5 0 0 1-.606-.606l1-4a.5.5 0 0 1 .131-.232l9.642-9.642a.5.5 0 0 0-.642.056L6.854 4.854a.5.5 0 1 1-.708-.708L9.44.854A1.5 1.5 0 0 1 11.5.796a1.5 1.5 0 0 1 1.998-.001zm-.644.766a.5.5 0 0 0-.707 0L1.95 11.756l-.764 3.057 3.057-.764L14.44 3.854a.5.5 0 0 0 0-.708l-1.585-1.585z"/>'),Ag=(0,a.makeIcon)("PenFill",'<path d="m13.498.795.149-.149a1.207 1.207 0 1 1 1.707 1.708l-.149.148a1.5 1.5 0 0 1-.059 2.059L4.854 14.854a.5.5 0 0 1-.233.131l-4 1a.5.5 0 0 1-.606-.606l1-4a.5.5 0 0 1 .131-.232l9.642-9.642a.5.5 0 0 0-.642.056L6.854 4.854a.5.5 0 1 1-.708-.708L9.44.854A1.5 1.5 0 0 1 11.5.796a1.5 1.5 0 0 1 1.998-.001z"/>'),Lg=(0,a.makeIcon)("Pencil",'<path d="M12.146.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-10 10a.5.5 0 0 1-.168.11l-5 2a.5.5 0 0 1-.65-.65l2-5a.5.5 0 0 1 .11-.168l10-10zM11.207 2.5 13.5 4.793 14.793 3.5 12.5 1.207 11.207 2.5zm1.586 3L10.5 3.207 4 9.707V10h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.293l6.5-6.5zm-9.761 5.175-.106.106-1.528 3.821 3.821-1.528.106-.106A.5.5 0 0 1 5 12.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.468-.325z"/>'),Sg=(0,a.makeIcon)("PencilFill",'<path d="M12.854.146a.5.5 0 0 0-.707 0L10.5 1.793 14.207 5.5l1.647-1.646a.5.5 0 0 0 0-.708l-3-3zm.646 6.061L9.793 2.5 3.293 9H3.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.207l6.5-6.5zm-7.468 7.468A.5.5 0 0 1 6 13.5V13h-.5a.5.5 0 0 1-.5-.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.5-.5V10h-.5a.499.499 0 0 1-.175-.032l-.179.178a.5.5 0 0 0-.11.168l-2 5a.5.5 0 0 0 .65.65l5-2a.5.5 0 0 0 .168-.11l.178-.178z"/>'),Cg=(0,a.makeIcon)("PencilSquare",'<path d="M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z"/><path fill-rule="evenodd" d="M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z"/>'),zg=(0,a.makeIcon)("Pentagon",'<path d="m8 1.288 6.842 5.56L12.267 15H3.733L1.158 6.847 8 1.288zM16 6.5 8 0 0 6.5 3 16h10l3-9.5z"/>'),xg=(0,a.makeIcon)("PentagonFill",'<path d="m8 0 8 6.5-3 9.5H3L0 6.5 8 0z"/>'),Dg=(0,a.makeIcon)("PentagonHalf",'<path d="m8 1.288 6.842 5.56L12.267 15H8V1.288zM16 6.5 8 0 0 6.5 3 16h10l3-9.5z"/>'),Fg=(0,a.makeIcon)("People",'<path d="M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1h8zm-7.978-1A.261.261 0 0 1 7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002a.274.274 0 0 1-.014.002H7.022zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM6.936 9.28a5.88 5.88 0 0 0-1.23-.247A7.35 7.35 0 0 0 5 9c-4 0-5 3-5 4 0 .667.333 1 1 1h4.216A2.238 2.238 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816zM4.92 10A5.493 5.493 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275zM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"/>'),Hg=(0,a.makeIcon)("PeopleFill",'<path d="M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/><path fill-rule="evenodd" d="M5.216 14A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216z"/><path d="M4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z"/>'),Ng=(0,a.makeIcon)("Percent",'<path d="M13.442 2.558a.625.625 0 0 1 0 .884l-10 10a.625.625 0 1 1-.884-.884l10-10a.625.625 0 0 1 .884 0zM4.5 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm7 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z"/>'),Rg=(0,a.makeIcon)("Person",'<path d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"/>'),Vg=(0,a.makeIcon)("PersonBadge",'<path d="M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/><path d="M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z"/>'),Yg=(0,a.makeIcon)("PersonBadgeFill",'<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm4.5 0a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm5 2.755C12.146 12.825 10.623 12 8 12s-4.146.826-5 1.755V14a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-.245z"/>'),jg=(0,a.makeIcon)("PersonBoundingBox",'<path d="M1.5 1a.5.5 0 0 0-.5.5v3a.5.5 0 0 1-1 0v-3A1.5 1.5 0 0 1 1.5 0h3a.5.5 0 0 1 0 1h-3zM11 .5a.5.5 0 0 1 .5-.5h3A1.5 1.5 0 0 1 16 1.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 1-.5-.5zM.5 11a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 1 0 1h-3A1.5 1.5 0 0 1 0 14.5v-3a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v3a1.5 1.5 0 0 1-1.5 1.5h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 .5-.5z"/><path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm8-9a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/>'),$g=(0,a.makeIcon)("PersonCheck",'<path d="M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"/><path fill-rule="evenodd" d="M15.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L12.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z"/>'),Ug=(0,a.makeIcon)("PersonCheckFill",'<path fill-rule="evenodd" d="M15.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L12.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>'),Gg=(0,a.makeIcon)("PersonCircle",'<path d="M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/><path fill-rule="evenodd" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z"/>'),Wg=(0,a.makeIcon)("PersonDash",'<path d="M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"/><path fill-rule="evenodd" d="M11 7.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z"/>'),qg=(0,a.makeIcon)("PersonDashFill",'<path fill-rule="evenodd" d="M11 7.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z"/><path d="M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>'),Xg=(0,a.makeIcon)("PersonFill",'<path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>'),Jg=(0,a.makeIcon)("PersonLinesFill",'<path d="M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-5 6s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zM11 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4zm2 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2zm0 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2z"/>'),Kg=(0,a.makeIcon)("PersonPlus",'<path d="M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"/><path fill-rule="evenodd" d="M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z"/>'),Qg=(0,a.makeIcon)("PersonPlusFill",'<path d="M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/><path fill-rule="evenodd" d="M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z"/>'),Zg=(0,a.makeIcon)("PersonSquare",'<path d="M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1v-1c0-1-1-4-6-4s-6 3-6 4v1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12z"/>'),e_=(0,a.makeIcon)("PersonX",'<path d="M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"/><path fill-rule="evenodd" d="M12.146 5.146a.5.5 0 0 1 .708 0L14 6.293l1.146-1.147a.5.5 0 0 1 .708.708L14.707 7l1.147 1.146a.5.5 0 0 1-.708.708L14 7.707l-1.146 1.147a.5.5 0 0 1-.708-.708L13.293 7l-1.147-1.146a.5.5 0 0 1 0-.708z"/>'),t_=(0,a.makeIcon)("PersonXFill",'<path fill-rule="evenodd" d="M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm6.146-2.854a.5.5 0 0 1 .708 0L14 6.293l1.146-1.147a.5.5 0 0 1 .708.708L14.707 7l1.147 1.146a.5.5 0 0 1-.708.708L14 7.707l-1.146 1.147a.5.5 0 0 1-.708-.708L13.293 7l-1.147-1.146a.5.5 0 0 1 0-.708z"/>'),n_=(0,a.makeIcon)("Phone",'<path d="M11 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6zM5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H5z"/><path d="M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>'),a_=(0,a.makeIcon)("PhoneFill",'<path d="M3 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V2zm6 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0z"/>'),r_=(0,a.makeIcon)("PhoneLandscape",'<path d="M1 4.5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-6zm-1 6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v6z"/><path d="M14 7.5a1 1 0 1 0-2 0 1 1 0 0 0 2 0z"/>'),o_=(0,a.makeIcon)("PhoneLandscapeFill",'<path d="M2 12.5a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2zm11-6a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/>'),i_=(0,a.makeIcon)("PhoneVibrate",'<path d="M10 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4zM6 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H6z"/><path d="M8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM1.599 4.058a.5.5 0 0 1 .208.676A6.967 6.967 0 0 0 1 8c0 1.18.292 2.292.807 3.266a.5.5 0 0 1-.884.468A7.968 7.968 0 0 1 0 8c0-1.347.334-2.619.923-3.734a.5.5 0 0 1 .676-.208zm12.802 0a.5.5 0 0 1 .676.208A7.967 7.967 0 0 1 16 8a7.967 7.967 0 0 1-.923 3.734.5.5 0 0 1-.884-.468A6.967 6.967 0 0 0 15 8c0-1.18-.292-2.292-.807-3.266a.5.5 0 0 1 .208-.676zM3.057 5.534a.5.5 0 0 1 .284.648A4.986 4.986 0 0 0 3 8c0 .642.12 1.255.34 1.818a.5.5 0 1 1-.93.364A5.986 5.986 0 0 1 2 8c0-.769.145-1.505.41-2.182a.5.5 0 0 1 .647-.284zm9.886 0a.5.5 0 0 1 .648.284C13.855 6.495 14 7.231 14 8c0 .769-.145 1.505-.41 2.182a.5.5 0 0 1-.93-.364C12.88 9.255 13 8.642 13 8c0-.642-.12-1.255-.34-1.818a.5.5 0 0 1 .283-.648z"/>'),s_=(0,a.makeIcon)("PhoneVibrateFill",'<path d="M4 4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4zm5 7a1 1 0 1 0-2 0 1 1 0 0 0 2 0zM1.807 4.734a.5.5 0 1 0-.884-.468A7.967 7.967 0 0 0 0 8c0 1.347.334 2.618.923 3.734a.5.5 0 1 0 .884-.468A6.967 6.967 0 0 1 1 8c0-1.18.292-2.292.807-3.266zm13.27-.468a.5.5 0 0 0-.884.468C14.708 5.708 15 6.819 15 8c0 1.18-.292 2.292-.807 3.266a.5.5 0 0 0 .884.468A7.967 7.967 0 0 0 16 8a7.967 7.967 0 0 0-.923-3.734zM3.34 6.182a.5.5 0 1 0-.93-.364A5.986 5.986 0 0 0 2 8c0 .769.145 1.505.41 2.182a.5.5 0 1 0 .93-.364A4.986 4.986 0 0 1 3 8c0-.642.12-1.255.34-1.818zm10.25-.364a.5.5 0 0 0-.93.364c.22.563.34 1.176.34 1.818 0 .642-.12 1.255-.34 1.818a.5.5 0 0 0 .93.364C13.856 9.505 14 8.769 14 8c0-.769-.145-1.505-.41-2.182z"/>'),l_=(0,a.makeIcon)("PieChart",'<path d="M7.5 1.018a7 7 0 0 0-4.79 11.566L7.5 7.793V1.018zm1 0V7.5h6.482A7.001 7.001 0 0 0 8.5 1.018zM14.982 8.5H8.207l-4.79 4.79A7 7 0 0 0 14.982 8.5zM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8z"/>'),c_=(0,a.makeIcon)("PieChartFill",'<path d="M15.985 8.5H8.207l-5.5 5.5a8 8 0 0 0 13.277-5.5zM2 13.292A8 8 0 0 1 7.5.015v7.778l-5.5 5.5zM8.5.015V7.5h7.485A8.001 8.001 0 0 0 8.5.015z"/>'),u_=(0,a.makeIcon)("PiggyBank",'<path d="M5 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm1.138-1.496A6.613 6.613 0 0 1 7.964 4.5c.666 0 1.303.097 1.893.273a.5.5 0 0 0 .286-.958A7.602 7.602 0 0 0 7.964 3.5c-.734 0-1.441.103-2.102.292a.5.5 0 1 0 .276.962z"/><path fill-rule="evenodd" d="M7.964 1.527c-2.977 0-5.571 1.704-6.32 4.125h-.55A1 1 0 0 0 .11 6.824l.254 1.46a1.5 1.5 0 0 0 1.478 1.243h.263c.3.513.688.978 1.145 1.382l-.729 2.477a.5.5 0 0 0 .48.641h2a.5.5 0 0 0 .471-.332l.482-1.351c.635.173 1.31.267 2.011.267.707 0 1.388-.095 2.028-.272l.543 1.372a.5.5 0 0 0 .465.316h2a.5.5 0 0 0 .478-.645l-.761-2.506C13.81 9.895 14.5 8.559 14.5 7.069c0-.145-.007-.29-.02-.431.261-.11.508-.266.705-.444.315.306.815.306.815-.417 0 .223-.5.223-.461-.026a.95.95 0 0 0 .09-.255.7.7 0 0 0-.202-.645.58.58 0 0 0-.707-.098.735.735 0 0 0-.375.562c-.024.243.082.48.32.654a2.112 2.112 0 0 1-.259.153c-.534-2.664-3.284-4.595-6.442-4.595zM2.516 6.26c.455-2.066 2.667-3.733 5.448-3.733 3.146 0 5.536 2.114 5.536 4.542 0 1.254-.624 2.41-1.67 3.248a.5.5 0 0 0-.165.535l.66 2.175h-.985l-.59-1.487a.5.5 0 0 0-.629-.288c-.661.23-1.39.359-2.157.359a6.558 6.558 0 0 1-2.157-.359.5.5 0 0 0-.635.304l-.525 1.471h-.979l.633-2.15a.5.5 0 0 0-.17-.534 4.649 4.649 0 0 1-1.284-1.541.5.5 0 0 0-.446-.275h-.56a.5.5 0 0 1-.492-.414l-.254-1.46h.933a.5.5 0 0 0 .488-.393zm12.621-.857a.565.565 0 0 1-.098.21.704.704 0 0 1-.044-.025c-.146-.09-.157-.175-.152-.223a.236.236 0 0 1 .117-.173c.049-.027.08-.021.113.012a.202.202 0 0 1 .064.199z"/>'),d_=(0,a.makeIcon)("PiggyBankFill",'<path fill-rule="evenodd" d="M7.964 1.527c-2.977 0-5.571 1.704-6.32 4.125h-.55A1 1 0 0 0 .11 6.824l.254 1.46a1.5 1.5 0 0 0 1.478 1.243h.263c.3.513.688.978 1.145 1.382l-.729 2.477a.5.5 0 0 0 .48.641h2a.5.5 0 0 0 .471-.332l.482-1.351c.635.173 1.31.267 2.011.267.707 0 1.388-.095 2.028-.272l.543 1.372a.5.5 0 0 0 .465.316h2a.5.5 0 0 0 .478-.645l-.761-2.506C13.81 9.895 14.5 8.559 14.5 7.069c0-.145-.007-.29-.02-.431.261-.11.508-.266.705-.444.315.306.815.306.815-.417 0 .223-.5.223-.461-.026a.95.95 0 0 0 .09-.255.7.7 0 0 0-.202-.645.58.58 0 0 0-.707-.098.735.735 0 0 0-.375.562c-.024.243.082.48.32.654a2.112 2.112 0 0 1-.259.153c-.534-2.664-3.284-4.595-6.442-4.595zm7.173 3.876a.565.565 0 0 1-.098.21.704.704 0 0 1-.044-.025c-.146-.09-.157-.175-.152-.223a.236.236 0 0 1 .117-.173c.049-.027.08-.021.113.012a.202.202 0 0 1 .064.199zm-8.999-.65A6.613 6.613 0 0 1 7.964 4.5c.666 0 1.303.097 1.893.273a.5.5 0 1 0 .286-.958A7.601 7.601 0 0 0 7.964 3.5c-.734 0-1.441.103-2.102.292a.5.5 0 1 0 .276.962zM5 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0z"/>'),h_=(0,a.makeIcon)("Pin",'<path d="M4.146.146A.5.5 0 0 1 4.5 0h7a.5.5 0 0 1 .5.5c0 .68-.342 1.174-.646 1.479-.126.125-.25.224-.354.298v4.431l.078.048c.203.127.476.314.751.555C12.36 7.775 13 8.527 13 9.5a.5.5 0 0 1-.5.5h-4v4.5c0 .276-.224 1.5-.5 1.5s-.5-1.224-.5-1.5V10h-4a.5.5 0 0 1-.5-.5c0-.973.64-1.725 1.17-2.189A5.921 5.921 0 0 1 5 6.708V2.277a2.77 2.77 0 0 1-.354-.298C4.342 1.674 4 1.179 4 .5a.5.5 0 0 1 .146-.354zm1.58 1.408-.002-.001.002.001zm-.002-.001.002.001A.5.5 0 0 1 6 2v5a.5.5 0 0 1-.276.447h-.002l-.012.007-.054.03a4.922 4.922 0 0 0-.827.58c-.318.278-.585.596-.725.936h7.792c-.14-.34-.407-.658-.725-.936a4.915 4.915 0 0 0-.881-.61l-.012-.006h-.002A.5.5 0 0 1 10 7V2a.5.5 0 0 1 .295-.458 1.775 1.775 0 0 0 .351-.271c.08-.08.155-.17.214-.271H5.14c.06.1.133.191.214.271a1.78 1.78 0 0 0 .37.282z"/>'),p_=(0,a.makeIcon)("PinAngle",'<path d="M9.828.722a.5.5 0 0 1 .354.146l4.95 4.95a.5.5 0 0 1 0 .707c-.48.48-1.072.588-1.503.588-.177 0-.335-.018-.46-.039l-3.134 3.134a5.927 5.927 0 0 1 .16 1.013c.046.702-.032 1.687-.72 2.375a.5.5 0 0 1-.707 0l-2.829-2.828-3.182 3.182c-.195.195-1.219.902-1.414.707-.195-.195.512-1.22.707-1.414l3.182-3.182-2.828-2.829a.5.5 0 0 1 0-.707c.688-.688 1.673-.767 2.375-.72a5.922 5.922 0 0 1 1.013.16l3.134-3.133a2.772 2.772 0 0 1-.04-.461c0-.43.108-1.022.589-1.503a.5.5 0 0 1 .353-.146zm.122 2.112v-.002.002zm0-.002v.002a.5.5 0 0 1-.122.51L6.293 6.878a.5.5 0 0 1-.511.12H5.78l-.014-.004a4.507 4.507 0 0 0-.288-.076 4.922 4.922 0 0 0-.765-.116c-.422-.028-.836.008-1.175.15l5.51 5.509c.141-.34.177-.753.149-1.175a4.924 4.924 0 0 0-.192-1.054l-.004-.013v-.001a.5.5 0 0 1 .12-.512l3.536-3.535a.5.5 0 0 1 .532-.115l.096.022c.087.017.208.034.344.034.114 0 .23-.011.343-.04L9.927 2.028c-.029.113-.04.23-.04.343a1.779 1.779 0 0 0 .062.46z"/>'),f_=(0,a.makeIcon)("PinAngleFill",'<path d="M9.828.722a.5.5 0 0 1 .354.146l4.95 4.95a.5.5 0 0 1 0 .707c-.48.48-1.072.588-1.503.588-.177 0-.335-.018-.46-.039l-3.134 3.134a5.927 5.927 0 0 1 .16 1.013c.046.702-.032 1.687-.72 2.375a.5.5 0 0 1-.707 0l-2.829-2.828-3.182 3.182c-.195.195-1.219.902-1.414.707-.195-.195.512-1.22.707-1.414l3.182-3.182-2.828-2.829a.5.5 0 0 1 0-.707c.688-.688 1.673-.767 2.375-.72a5.922 5.922 0 0 1 1.013.16l3.134-3.133a2.772 2.772 0 0 1-.04-.461c0-.43.108-1.022.589-1.503a.5.5 0 0 1 .353-.146z"/>'),m_=(0,a.makeIcon)("PinFill",'<path d="M4.146.146A.5.5 0 0 1 4.5 0h7a.5.5 0 0 1 .5.5c0 .68-.342 1.174-.646 1.479-.126.125-.25.224-.354.298v4.431l.078.048c.203.127.476.314.751.555C12.36 7.775 13 8.527 13 9.5a.5.5 0 0 1-.5.5h-4v4.5c0 .276-.224 1.5-.5 1.5s-.5-1.224-.5-1.5V10h-4a.5.5 0 0 1-.5-.5c0-.973.64-1.725 1.17-2.189A5.921 5.921 0 0 1 5 6.708V2.277a2.77 2.77 0 0 1-.354-.298C4.342 1.674 4 1.179 4 .5a.5.5 0 0 1 .146-.354z"/>'),v_=(0,a.makeIcon)("PinMap",'<path fill-rule="evenodd" d="M3.1 11.2a.5.5 0 0 1 .4-.2H6a.5.5 0 0 1 0 1H3.75L1.5 15h13l-2.25-3H10a.5.5 0 0 1 0-1h2.5a.5.5 0 0 1 .4.2l3 4a.5.5 0 0 1-.4.8H.5a.5.5 0 0 1-.4-.8l3-4z"/><path fill-rule="evenodd" d="M8 1a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999z"/>'),g_=(0,a.makeIcon)("PinMapFill",'<path fill-rule="evenodd" d="M3.1 11.2a.5.5 0 0 1 .4-.2H6a.5.5 0 0 1 0 1H3.75L1.5 15h13l-2.25-3H10a.5.5 0 0 1 0-1h2.5a.5.5 0 0 1 .4.2l3 4a.5.5 0 0 1-.4.8H.5a.5.5 0 0 1-.4-.8l3-4z"/><path fill-rule="evenodd" d="M4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999z"/>'),__=(0,a.makeIcon)("Pip",'<path d="M0 3.5A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5v-9zM1.5 3a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-13z"/><path d="M8 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-3z"/>'),b_=(0,a.makeIcon)("PipFill",'<path d="M1.5 2A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13zm7 6h5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5z"/>'),y_=(0,a.makeIcon)("Play",'<path d="M10.804 8 5 4.633v6.734L10.804 8zm.792-.696a.802.802 0 0 1 0 1.392l-6.363 3.692C4.713 12.69 4 12.345 4 11.692V4.308c0-.653.713-.998 1.233-.696l6.363 3.692z"/>'),M_=(0,a.makeIcon)("PlayBtn",'<path d="M6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>'),I_=(0,a.makeIcon)("PlayBtnFill",'<path d="M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.79-6.907A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z"/>'),B_=(0,a.makeIcon)("PlayCircle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M6.271 5.055a.5.5 0 0 1 .52.038l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445z"/>'),k_=(0,a.makeIcon)("PlayCircleFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z"/>'),P_=(0,a.makeIcon)("PlayFill",'<path d="m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z"/>'),T_=(0,a.makeIcon)("Plug",'<path d="M6 0a.5.5 0 0 1 .5.5V3h3V.5a.5.5 0 0 1 1 0V3h1a.5.5 0 0 1 .5.5v3A3.5 3.5 0 0 1 8.5 10c-.002.434-.01.845-.04 1.22-.041.514-.126 1.003-.317 1.424a2.083 2.083 0 0 1-.97 1.028C6.725 13.9 6.169 14 5.5 14c-.998 0-1.61.33-1.974.718A1.922 1.922 0 0 0 3 16H2c0-.616.232-1.367.797-1.968C3.374 13.42 4.261 13 5.5 13c.581 0 .962-.088 1.218-.219.241-.123.4-.3.514-.55.121-.266.193-.621.23-1.09.027-.34.035-.718.037-1.141A3.5 3.5 0 0 1 4 6.5v-3a.5.5 0 0 1 .5-.5h1V.5A.5.5 0 0 1 6 0zM5 4v2.5A2.5 2.5 0 0 0 7.5 9h1A2.5 2.5 0 0 0 11 6.5V4H5z"/>'),w_=(0,a.makeIcon)("PlugFill",'<path d="M6 0a.5.5 0 0 1 .5.5V3h3V.5a.5.5 0 0 1 1 0V3h1a.5.5 0 0 1 .5.5v3A3.5 3.5 0 0 1 8.5 10c-.002.434-.01.845-.04 1.22-.041.514-.126 1.003-.317 1.424a2.083 2.083 0 0 1-.97 1.028C6.725 13.9 6.169 14 5.5 14c-.998 0-1.61.33-1.974.718A1.922 1.922 0 0 0 3 16H2c0-.616.232-1.367.797-1.968C3.374 13.42 4.261 13 5.5 13c.581 0 .962-.088 1.218-.219.241-.123.4-.3.514-.55.121-.266.193-.621.23-1.09.027-.34.035-.718.037-1.141A3.5 3.5 0 0 1 4 6.5v-3a.5.5 0 0 1 .5-.5h1V.5A.5.5 0 0 1 6 0z"/>'),E_=(0,a.makeIcon)("Plus",'<path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/>'),O_=(0,a.makeIcon)("PlusCircle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/>'),A_=(0,a.makeIcon)("PlusCircleDotted",'<path d="M8 0c-.176 0-.35.006-.523.017l.064.998a7.117 7.117 0 0 1 .918 0l.064-.998A8.113 8.113 0 0 0 8 0zM6.44.152c-.346.069-.684.16-1.012.27l.321.948c.287-.098.582-.177.884-.237L6.44.153zm4.132.271a7.946 7.946 0 0 0-1.011-.27l-.194.98c.302.06.597.14.884.237l.321-.947zm1.873.925a8 8 0 0 0-.906-.524l-.443.896c.275.136.54.29.793.459l.556-.831zM4.46.824c-.314.155-.616.33-.905.524l.556.83a7.07 7.07 0 0 1 .793-.458L4.46.824zM2.725 1.985c-.262.23-.51.478-.74.74l.752.66c.202-.23.418-.446.648-.648l-.66-.752zm11.29.74a8.058 8.058 0 0 0-.74-.74l-.66.752c.23.202.447.418.648.648l.752-.66zm1.161 1.735a7.98 7.98 0 0 0-.524-.905l-.83.556c.169.253.322.518.458.793l.896-.443zM1.348 3.555c-.194.289-.37.591-.524.906l.896.443c.136-.275.29-.54.459-.793l-.831-.556zM.423 5.428a7.945 7.945 0 0 0-.27 1.011l.98.194c.06-.302.14-.597.237-.884l-.947-.321zM15.848 6.44a7.943 7.943 0 0 0-.27-1.012l-.948.321c.098.287.177.582.237.884l.98-.194zM.017 7.477a8.113 8.113 0 0 0 0 1.046l.998-.064a7.117 7.117 0 0 1 0-.918l-.998-.064zM16 8a8.1 8.1 0 0 0-.017-.523l-.998.064a7.11 7.11 0 0 1 0 .918l.998.064A8.1 8.1 0 0 0 16 8zM.152 9.56c.069.346.16.684.27 1.012l.948-.321a6.944 6.944 0 0 1-.237-.884l-.98.194zm15.425 1.012c.112-.328.202-.666.27-1.011l-.98-.194c-.06.302-.14.597-.237.884l.947.321zM.824 11.54a8 8 0 0 0 .524.905l.83-.556a6.999 6.999 0 0 1-.458-.793l-.896.443zm13.828.905c.194-.289.37-.591.524-.906l-.896-.443c-.136.275-.29.54-.459.793l.831.556zm-12.667.83c.23.262.478.51.74.74l.66-.752a7.047 7.047 0 0 1-.648-.648l-.752.66zm11.29.74c.262-.23.51-.478.74-.74l-.752-.66c-.201.23-.418.447-.648.648l.66.752zm-1.735 1.161c.314-.155.616-.33.905-.524l-.556-.83a7.07 7.07 0 0 1-.793.458l.443.896zm-7.985-.524c.289.194.591.37.906.524l.443-.896a6.998 6.998 0 0 1-.793-.459l-.556.831zm1.873.925c.328.112.666.202 1.011.27l.194-.98a6.953 6.953 0 0 1-.884-.237l-.321.947zm4.132.271a7.944 7.944 0 0 0 1.012-.27l-.321-.948a6.954 6.954 0 0 1-.884.237l.194.98zm-2.083.135a8.1 8.1 0 0 0 1.046 0l-.064-.998a7.11 7.11 0 0 1-.918 0l-.064.998zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z"/>'),L_=(0,a.makeIcon)("PlusCircleFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z"/>'),S_=(0,a.makeIcon)("PlusLg",'<path d="M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z"/>'),C_=(0,a.makeIcon)("PlusSquare",'<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/>'),z_=(0,a.makeIcon)("PlusSquareDotted",'<path d="M2.5 0c-.166 0-.33.016-.487.048l.194.98A1.51 1.51 0 0 1 2.5 1h.458V0H2.5zm2.292 0h-.917v1h.917V0zm1.833 0h-.917v1h.917V0zm1.833 0h-.916v1h.916V0zm1.834 0h-.917v1h.917V0zm1.833 0h-.917v1h.917V0zM13.5 0h-.458v1h.458c.1 0 .199.01.293.029l.194-.981A2.51 2.51 0 0 0 13.5 0zm2.079 1.11a2.511 2.511 0 0 0-.69-.689l-.556.831c.164.11.305.251.415.415l.83-.556zM1.11.421a2.511 2.511 0 0 0-.689.69l.831.556c.11-.164.251-.305.415-.415L1.11.422zM16 2.5c0-.166-.016-.33-.048-.487l-.98.194c.018.094.028.192.028.293v.458h1V2.5zM.048 2.013A2.51 2.51 0 0 0 0 2.5v.458h1V2.5c0-.1.01-.199.029-.293l-.981-.194zM0 3.875v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zM0 5.708v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zM0 7.542v.916h1v-.916H0zm15 .916h1v-.916h-1v.916zM0 9.375v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zm-16 .916v.917h1v-.917H0zm16 .917v-.917h-1v.917h1zm-16 .917v.458c0 .166.016.33.048.487l.98-.194A1.51 1.51 0 0 1 1 13.5v-.458H0zm16 .458v-.458h-1v.458c0 .1-.01.199-.029.293l.981.194c.032-.158.048-.32.048-.487zM.421 14.89c.183.272.417.506.69.689l.556-.831a1.51 1.51 0 0 1-.415-.415l-.83.556zm14.469.689c.272-.183.506-.417.689-.69l-.831-.556c-.11.164-.251.305-.415.415l.556.83zm-12.877.373c.158.032.32.048.487.048h.458v-1H2.5c-.1 0-.199-.01-.293-.029l-.194.981zM13.5 16c.166 0 .33-.016.487-.048l-.194-.98A1.51 1.51 0 0 1 13.5 15h-.458v1h.458zm-9.625 0h.917v-1h-.917v1zm1.833 0h.917v-1h-.917v1zm1.834-1v1h.916v-1h-.916zm1.833 1h.917v-1h-.917v1zm1.833 0h.917v-1h-.917v1zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z"/>'),x_=(0,a.makeIcon)("PlusSquareFill",'<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z"/>'),D_=(0,a.makeIcon)("Power",'<path d="M7.5 1v7h1V1h-1z"/><path d="M3 8.812a4.999 4.999 0 0 1 2.578-4.375l-.485-.874A6 6 0 1 0 11 3.616l-.501.865A5 5 0 1 1 3 8.812z"/>'),F_=(0,a.makeIcon)("Printer",'<path d="M2.5 8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/><path d="M5 1a2 2 0 0 0-2 2v2H2a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h1v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-1h1a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1V3a2 2 0 0 0-2-2H5zM4 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2H4V3zm1 5a2 2 0 0 0-2 2v1H2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1v-1a2 2 0 0 0-2-2H5zm7 2v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1z"/>'),H_=(0,a.makeIcon)("PrinterFill",'<path d="M5 1a2 2 0 0 0-2 2v1h10V3a2 2 0 0 0-2-2H5zm6 8H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1z"/><path d="M0 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-1v-2a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2H2a2 2 0 0 1-2-2V7zm2.5 1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/>'),N_=(0,a.makeIcon)("Puzzle",'<path d="M3.112 3.645A1.5 1.5 0 0 1 4.605 2H7a.5.5 0 0 1 .5.5v.382c0 .696-.497 1.182-.872 1.469a.459.459 0 0 0-.115.118.113.113 0 0 0-.012.025L6.5 4.5v.003l.003.01c.004.01.014.028.036.053a.86.86 0 0 0 .27.194C7.09 4.9 7.51 5 8 5c.492 0 .912-.1 1.19-.24a.86.86 0 0 0 .271-.194.213.213 0 0 0 .039-.063v-.009a.112.112 0 0 0-.012-.025.459.459 0 0 0-.115-.118c-.375-.287-.872-.773-.872-1.469V2.5A.5.5 0 0 1 9 2h2.395a1.5 1.5 0 0 1 1.493 1.645L12.645 6.5h.237c.195 0 .42-.147.675-.48.21-.274.528-.52.943-.52.568 0 .947.447 1.154.862C15.877 6.807 16 7.387 16 8s-.123 1.193-.346 1.638c-.207.415-.586.862-1.154.862-.415 0-.733-.246-.943-.52-.255-.333-.48-.48-.675-.48h-.237l.243 2.855A1.5 1.5 0 0 1 11.395 14H9a.5.5 0 0 1-.5-.5v-.382c0-.696.497-1.182.872-1.469a.459.459 0 0 0 .115-.118.113.113 0 0 0 .012-.025L9.5 11.5v-.003a.214.214 0 0 0-.039-.064.859.859 0 0 0-.27-.193C8.91 11.1 8.49 11 8 11c-.491 0-.912.1-1.19.24a.859.859 0 0 0-.271.194.214.214 0 0 0-.039.063v.003l.001.006a.113.113 0 0 0 .012.025c.016.027.05.068.115.118.375.287.872.773.872 1.469v.382a.5.5 0 0 1-.5.5H4.605a1.5 1.5 0 0 1-1.493-1.645L3.356 9.5h-.238c-.195 0-.42.147-.675.48-.21.274-.528.52-.943.52-.568 0-.947-.447-1.154-.862C.123 9.193 0 8.613 0 8s.123-1.193.346-1.638C.553 5.947.932 5.5 1.5 5.5c.415 0 .733.246.943.52.255.333.48.48.675.48h.238l-.244-2.855zM4.605 3a.5.5 0 0 0-.498.55l.001.007.29 3.4A.5.5 0 0 1 3.9 7.5h-.782c-.696 0-1.182-.497-1.469-.872a.459.459 0 0 0-.118-.115.112.112 0 0 0-.025-.012L1.5 6.5h-.003a.213.213 0 0 0-.064.039.86.86 0 0 0-.193.27C1.1 7.09 1 7.51 1 8c0 .491.1.912.24 1.19.07.14.14.225.194.271a.213.213 0 0 0 .063.039H1.5l.006-.001a.112.112 0 0 0 .025-.012.459.459 0 0 0 .118-.115c.287-.375.773-.872 1.469-.872H3.9a.5.5 0 0 1 .498.542l-.29 3.408a.5.5 0 0 0 .497.55h1.878c-.048-.166-.195-.352-.463-.557-.274-.21-.52-.528-.52-.943 0-.568.447-.947.862-1.154C6.807 10.123 7.387 10 8 10s1.193.123 1.638.346c.415.207.862.586.862 1.154 0 .415-.246.733-.52.943-.268.205-.415.39-.463.557h1.878a.5.5 0 0 0 .498-.55l-.001-.007-.29-3.4A.5.5 0 0 1 12.1 8.5h.782c.696 0 1.182.497 1.469.872.05.065.091.099.118.115.013.008.021.01.025.012a.02.02 0 0 0 .006.001h.003a.214.214 0 0 0 .064-.039.86.86 0 0 0 .193-.27c.14-.28.24-.7.24-1.191 0-.492-.1-.912-.24-1.19a.86.86 0 0 0-.194-.271.215.215 0 0 0-.063-.039H14.5l-.006.001a.113.113 0 0 0-.025.012.459.459 0 0 0-.118.115c-.287.375-.773.872-1.469.872H12.1a.5.5 0 0 1-.498-.543l.29-3.407a.5.5 0 0 0-.497-.55H9.517c.048.166.195.352.463.557.274.21.52.528.52.943 0 .568-.447.947-.862 1.154C9.193 5.877 8.613 6 8 6s-1.193-.123-1.638-.346C5.947 5.447 5.5 5.068 5.5 4.5c0-.415.246-.733.52-.943.268-.205.415-.39.463-.557H4.605z"/>'),R_=(0,a.makeIcon)("PuzzleFill",'<path d="M3.112 3.645A1.5 1.5 0 0 1 4.605 2H7a.5.5 0 0 1 .5.5v.382c0 .696-.497 1.182-.872 1.469a.459.459 0 0 0-.115.118.113.113 0 0 0-.012.025L6.5 4.5v.003l.003.01c.004.01.014.028.036.053a.86.86 0 0 0 .27.194C7.09 4.9 7.51 5 8 5c.492 0 .912-.1 1.19-.24a.86.86 0 0 0 .271-.194.213.213 0 0 0 .036-.054l.003-.01v-.008a.112.112 0 0 0-.012-.025.459.459 0 0 0-.115-.118c-.375-.287-.872-.773-.872-1.469V2.5A.5.5 0 0 1 9 2h2.395a1.5 1.5 0 0 1 1.493 1.645L12.645 6.5h.237c.195 0 .42-.147.675-.48.21-.274.528-.52.943-.52.568 0 .947.447 1.154.862C15.877 6.807 16 7.387 16 8s-.123 1.193-.346 1.638c-.207.415-.586.862-1.154.862-.415 0-.733-.246-.943-.52-.255-.333-.48-.48-.675-.48h-.237l.243 2.855A1.5 1.5 0 0 1 11.395 14H9a.5.5 0 0 1-.5-.5v-.382c0-.696.497-1.182.872-1.469a.459.459 0 0 0 .115-.118.113.113 0 0 0 .012-.025L9.5 11.5v-.003l-.003-.01a.214.214 0 0 0-.036-.053.859.859 0 0 0-.27-.194C8.91 11.1 8.49 11 8 11c-.491 0-.912.1-1.19.24a.859.859 0 0 0-.271.194.214.214 0 0 0-.036.054l-.003.01v.002l.001.006a.113.113 0 0 0 .012.025c.016.027.05.068.115.118.375.287.872.773.872 1.469v.382a.5.5 0 0 1-.5.5H4.605a1.5 1.5 0 0 1-1.493-1.645L3.356 9.5h-.238c-.195 0-.42.147-.675.48-.21.274-.528.52-.943.52-.568 0-.947-.447-1.154-.862C.123 9.193 0 8.613 0 8s.123-1.193.346-1.638C.553 5.947.932 5.5 1.5 5.5c.415 0 .733.246.943.52.255.333.48.48.675.48h.238l-.244-2.855z"/>'),V_=(0,a.makeIcon)("Question",'<path d="M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z"/>'),Y_=(0,a.makeIcon)("QuestionCircle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z"/>'),j_=(0,a.makeIcon)("QuestionCircleFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.496 6.033h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286a.237.237 0 0 0 .241.247zm2.325 6.443c.61 0 1.029-.394 1.029-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94 0 .533.425.927 1.01.927z"/>'),$_=(0,a.makeIcon)("QuestionDiamond",'<path d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134z"/><path d="M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z"/>'),U_=(0,a.makeIcon)("QuestionDiamondFill",'<path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435zM5.495 6.033a.237.237 0 0 1-.24-.247C5.35 4.091 6.737 3.5 8.005 3.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25h-.825zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927z"/>'),G_=(0,a.makeIcon)("QuestionLg",'<path d="M3 4.075a.423.423 0 0 0 .43.44H4.9c.247 0 .442-.2.475-.445.159-1.17.962-2.022 2.393-2.022 1.222 0 2.342.611 2.342 2.082 0 1.132-.668 1.652-1.72 2.444-1.2.872-2.15 1.89-2.082 3.542l.005.386c.003.244.202.44.446.44h1.445c.247 0 .446-.2.446-.446v-.188c0-1.278.487-1.652 1.8-2.647 1.086-.826 2.217-1.743 2.217-3.667C12.667 1.301 10.393 0 7.903 0 5.645 0 3.17 1.053 3.001 4.075zm2.776 10.273c0 .95.758 1.652 1.8 1.652 1.085 0 1.832-.702 1.832-1.652 0-.985-.747-1.675-1.833-1.675-1.04 0-1.799.69-1.799 1.675z"/>'),W_=(0,a.makeIcon)("QuestionOctagon",'<path d="M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1H5.1z"/><path d="M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z"/>'),q_=(0,a.makeIcon)("QuestionOctagonFill",'<path d="M11.46.146A.5.5 0 0 0 11.107 0H4.893a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146zM5.496 6.033a.237.237 0 0 1-.24-.247C5.35 4.091 6.737 3.5 8.005 3.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25h-.825zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927z"/>'),X_=(0,a.makeIcon)("QuestionSquare",'<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z"/>'),J_=(0,a.makeIcon)("QuestionSquareFill",'<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm3.496 6.033a.237.237 0 0 1-.24-.247C5.35 4.091 6.737 3.5 8.005 3.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25h-.825zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927z"/>'),K_=(0,a.makeIcon)("Rainbow",'<path d="M8 4.5a7 7 0 0 0-7 7 .5.5 0 0 1-1 0 8 8 0 1 1 16 0 .5.5 0 0 1-1 0 7 7 0 0 0-7-7zm0 2a5 5 0 0 0-5 5 .5.5 0 0 1-1 0 6 6 0 1 1 12 0 .5.5 0 0 1-1 0 5 5 0 0 0-5-5zm0 2a3 3 0 0 0-3 3 .5.5 0 0 1-1 0 4 4 0 1 1 8 0 .5.5 0 0 1-1 0 3 3 0 0 0-3-3zm0 2a1 1 0 0 0-1 1 .5.5 0 0 1-1 0 2 2 0 1 1 4 0 .5.5 0 0 1-1 0 1 1 0 0 0-1-1z"/>'),Q_=(0,a.makeIcon)("Receipt",'<path d="M1.92.506a.5.5 0 0 1 .434.14L3 1.293l.646-.647a.5.5 0 0 1 .708 0L5 1.293l.646-.647a.5.5 0 0 1 .708 0L7 1.293l.646-.647a.5.5 0 0 1 .708 0L9 1.293l.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .801.13l.5 1A.5.5 0 0 1 15 2v12a.5.5 0 0 1-.053.224l-.5 1a.5.5 0 0 1-.8.13L13 14.707l-.646.647a.5.5 0 0 1-.708 0L11 14.707l-.646.647a.5.5 0 0 1-.708 0L9 14.707l-.646.647a.5.5 0 0 1-.708 0L7 14.707l-.646.647a.5.5 0 0 1-.708 0L5 14.707l-.646.647a.5.5 0 0 1-.708 0L3 14.707l-.646.647a.5.5 0 0 1-.801-.13l-.5-1A.5.5 0 0 1 1 14V2a.5.5 0 0 1 .053-.224l.5-1a.5.5 0 0 1 .367-.27zm.217 1.338L2 2.118v11.764l.137.274.51-.51a.5.5 0 0 1 .707 0l.646.647.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.509.509.137-.274V2.118l-.137-.274-.51.51a.5.5 0 0 1-.707 0L12 1.707l-.646.647a.5.5 0 0 1-.708 0L10 1.707l-.646.647a.5.5 0 0 1-.708 0L8 1.707l-.646.647a.5.5 0 0 1-.708 0L6 1.707l-.646.647a.5.5 0 0 1-.708 0L4 1.707l-.646.647a.5.5 0 0 1-.708 0l-.509-.51z"/><path d="M3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm8-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z"/>'),Z_=(0,a.makeIcon)("ReceiptCutoff",'<path d="M3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zM11.5 4a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z"/><path d="M2.354.646a.5.5 0 0 0-.801.13l-.5 1A.5.5 0 0 0 1 2v13H.5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H15V2a.5.5 0 0 0-.053-.224l-.5-1a.5.5 0 0 0-.8-.13L13 1.293l-.646-.647a.5.5 0 0 0-.708 0L11 1.293l-.646-.647a.5.5 0 0 0-.708 0L9 1.293 8.354.646a.5.5 0 0 0-.708 0L7 1.293 6.354.646a.5.5 0 0 0-.708 0L5 1.293 4.354.646a.5.5 0 0 0-.708 0L3 1.293 2.354.646zm-.217 1.198.51.51a.5.5 0 0 0 .707 0L4 1.707l.646.647a.5.5 0 0 0 .708 0L6 1.707l.646.647a.5.5 0 0 0 .708 0L8 1.707l.646.647a.5.5 0 0 0 .708 0L10 1.707l.646.647a.5.5 0 0 0 .708 0L12 1.707l.646.647a.5.5 0 0 0 .708 0l.509-.51.137.274V15H2V2.118l.137-.274z"/>'),eb=(0,a.makeIcon)("Reception0",'<path d="M0 13.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/>'),tb=(0,a.makeIcon)("Reception1",'<path d="M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2zm4 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/>'),nb=(0,a.makeIcon)("Reception2",'<path d="M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-5zm4 5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/>'),ab=(0,a.makeIcon)("Reception3",'<path d="M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-5zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-8zm4 8a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/>'),rb=(0,a.makeIcon)("Reception4",'<path d="M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-5zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-8zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-11z"/>'),ob=(0,a.makeIcon)("Record",'<path d="M8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0 1A5 5 0 1 0 8 3a5 5 0 0 0 0 10z"/>'),ib=(0,a.makeIcon)("Record2",'<path d="M8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0 1A5 5 0 1 0 8 3a5 5 0 0 0 0 10z"/><path d="M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"/>'),sb=(0,a.makeIcon)("Record2Fill",'<path d="M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"/><path d="M8 13A5 5 0 1 0 8 3a5 5 0 0 0 0 10zm0-2a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/>'),lb=(0,a.makeIcon)("RecordBtn",'<path d="M8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>'),cb=(0,a.makeIcon)("RecordBtnFill",'<path d="M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm8-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>'),ub=(0,a.makeIcon)("RecordCircle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/>'),db=(0,a.makeIcon)("RecordCircleFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-8 3a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>'),hb=(0,a.makeIcon)("RecordFill",'<path fill-rule="evenodd" d="M8 13A5 5 0 1 0 8 3a5 5 0 0 0 0 10z"/>'),pb=(0,a.makeIcon)("Recycle",'<path d="M9.302 1.256a1.5 1.5 0 0 0-2.604 0l-1.704 2.98a.5.5 0 0 0 .869.497l1.703-2.981a.5.5 0 0 1 .868 0l2.54 4.444-1.256-.337a.5.5 0 1 0-.26.966l2.415.647a.5.5 0 0 0 .613-.353l.647-2.415a.5.5 0 1 0-.966-.259l-.333 1.242-2.532-4.431zM2.973 7.773l-1.255.337a.5.5 0 1 1-.26-.966l2.416-.647a.5.5 0 0 1 .612.353l.647 2.415a.5.5 0 0 1-.966.259l-.333-1.242-2.545 4.454a.5.5 0 0 0 .434.748H5a.5.5 0 0 1 0 1H1.723A1.5 1.5 0 0 1 .421 12.24l2.552-4.467zm10.89 1.463a.5.5 0 1 0-.868.496l1.716 3.004a.5.5 0 0 1-.434.748h-5.57l.647-.646a.5.5 0 1 0-.708-.707l-1.5 1.5a.498.498 0 0 0 0 .707l1.5 1.5a.5.5 0 1 0 .708-.707l-.647-.647h5.57a1.5 1.5 0 0 0 1.302-2.244l-1.716-3.004z"/>'),fb=(0,a.makeIcon)("Reddit",'<path d="M6.167 8a.831.831 0 0 0-.83.83c0 .459.372.84.83.831a.831.831 0 0 0 0-1.661zm1.843 3.647c.315 0 1.403-.038 1.976-.611a.232.232 0 0 0 0-.306.213.213 0 0 0-.306 0c-.353.363-1.126.487-1.67.487-.545 0-1.308-.124-1.671-.487a.213.213 0 0 0-.306 0 .213.213 0 0 0 0 .306c.564.563 1.652.61 1.977.61zm.992-2.807c0 .458.373.83.831.83.458 0 .83-.381.83-.83a.831.831 0 0 0-1.66 0z"/><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.828-1.165c-.315 0-.602.124-.812.325-.801-.573-1.9-.945-3.121-.993l.534-2.501 1.738.372a.83.83 0 1 0 .83-.869.83.83 0 0 0-.744.468l-1.938-.41a.203.203 0 0 0-.153.028.186.186 0 0 0-.086.134l-.592 2.788c-1.24.038-2.358.41-3.17.992-.21-.2-.496-.324-.81-.324a1.163 1.163 0 0 0-.478 2.224c-.02.115-.029.23-.029.353 0 1.795 2.091 3.256 4.669 3.256 2.577 0 4.668-1.451 4.668-3.256 0-.114-.01-.238-.029-.353.401-.181.688-.592.688-1.069 0-.65-.525-1.165-1.165-1.165z"/>'),mb=(0,a.makeIcon)("Reply",'<path d="M6.598 5.013a.144.144 0 0 1 .202.134V6.3a.5.5 0 0 0 .5.5c.667 0 2.013.005 3.3.822.984.624 1.99 1.76 2.595 3.876-1.02-.983-2.185-1.516-3.205-1.799a8.74 8.74 0 0 0-1.921-.306 7.404 7.404 0 0 0-.798.008h-.013l-.005.001h-.001L7.3 9.9l-.05-.498a.5.5 0 0 0-.45.498v1.153c0 .108-.11.176-.202.134L2.614 8.254a.503.503 0 0 0-.042-.028.147.147 0 0 1 0-.252.499.499 0 0 0 .042-.028l3.984-2.933zM7.8 10.386c.068 0 .143.003.223.006.434.02 1.034.086 1.7.271 1.326.368 2.896 1.202 3.94 3.08a.5.5 0 0 0 .933-.305c-.464-3.71-1.886-5.662-3.46-6.66-1.245-.79-2.527-.942-3.336-.971v-.66a1.144 1.144 0 0 0-1.767-.96l-3.994 2.94a1.147 1.147 0 0 0 0 1.946l3.994 2.94a1.144 1.144 0 0 0 1.767-.96v-.667z"/>'),vb=(0,a.makeIcon)("ReplyAll",'<path d="M8.098 5.013a.144.144 0 0 1 .202.134V6.3a.5.5 0 0 0 .5.5c.667 0 2.013.005 3.3.822.984.624 1.99 1.76 2.595 3.876-1.02-.983-2.185-1.516-3.205-1.799a8.74 8.74 0 0 0-1.921-.306 7.404 7.404 0 0 0-.798.008h-.013l-.005.001h-.001L8.8 9.9l-.05-.498a.5.5 0 0 0-.45.498v1.153c0 .108-.11.176-.202.134L4.114 8.254a.502.502 0 0 0-.042-.028.147.147 0 0 1 0-.252.497.497 0 0 0 .042-.028l3.984-2.933zM9.3 10.386c.068 0 .143.003.223.006.434.02 1.034.086 1.7.271 1.326.368 2.896 1.202 3.94 3.08a.5.5 0 0 0 .933-.305c-.464-3.71-1.886-5.662-3.46-6.66-1.245-.79-2.527-.942-3.336-.971v-.66a1.144 1.144 0 0 0-1.767-.96l-3.994 2.94a1.147 1.147 0 0 0 0 1.946l3.994 2.94a1.144 1.144 0 0 0 1.767-.96v-.667z"/><path d="M5.232 4.293a.5.5 0 0 0-.7-.106L.54 7.127a1.147 1.147 0 0 0 0 1.946l3.994 2.94a.5.5 0 1 0 .593-.805L1.114 8.254a.503.503 0 0 0-.042-.028.147.147 0 0 1 0-.252.5.5 0 0 0 .042-.028l4.012-2.954a.5.5 0 0 0 .106-.699z"/>'),gb=(0,a.makeIcon)("ReplyAllFill",'<path d="M8.021 11.9 3.453 8.62a.719.719 0 0 1 0-1.238L8.021 4.1a.716.716 0 0 1 1.079.619V6c1.5 0 6 0 7 8-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z"/><path d="M5.232 4.293a.5.5 0 0 1-.106.7L1.114 7.945a.5.5 0 0 1-.042.028.147.147 0 0 0 0 .252.503.503 0 0 1 .042.028l4.012 2.954a.5.5 0 1 1-.593.805L.539 9.073a1.147 1.147 0 0 1 0-1.946l3.994-2.94a.5.5 0 0 1 .699.106z"/>'),_b=(0,a.makeIcon)("ReplyFill",'<path d="M5.921 11.9 1.353 8.62a.719.719 0 0 1 0-1.238L5.921 4.1A.716.716 0 0 1 7 4.719V6c1.5 0 6 0 7 8-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z"/>'),bb=(0,a.makeIcon)("Rss",'<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>'),yb=(0,a.makeIcon)("RssFill",'<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm1.5 2.5c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1 0-2zm0 4a6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1 0-2zm.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>'),Mb=(0,a.makeIcon)("Rulers",'<path d="M1 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h5v-1H2v-1h4v-1H4v-1h2v-1H2v-1h4V9H4V8h2V7H2V6h4V2h1v4h1V4h1v2h1V2h1v4h1V4h1v2h1V2h1v4h1V1a1 1 0 0 0-1-1H1z"/>'),Ib=(0,a.makeIcon)("Safe",'<path d="M1 1.5A1.5 1.5 0 0 1 2.5 0h12A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 1 14.5V13H.5a.5.5 0 0 1 0-1H1V8.5H.5a.5.5 0 0 1 0-1H1V4H.5a.5.5 0 0 1 0-1H1V1.5zM2.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5h-12z"/><path d="M13.5 6a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5zM4.828 4.464a.5.5 0 0 1 .708 0l1.09 1.09a3.003 3.003 0 0 1 3.476 0l1.09-1.09a.5.5 0 1 1 .707.708l-1.09 1.09c.74 1.037.74 2.44 0 3.476l1.09 1.09a.5.5 0 1 1-.707.708l-1.09-1.09a3.002 3.002 0 0 1-3.476 0l-1.09 1.09a.5.5 0 1 1-.708-.708l1.09-1.09a3.003 3.003 0 0 1 0-3.476l-1.09-1.09a.5.5 0 0 1 0-.708zM6.95 6.586a2 2 0 1 0 2.828 2.828A2 2 0 0 0 6.95 6.586z"/>'),Bb=(0,a.makeIcon)("Safe2",'<path d="M1 2.5A1.5 1.5 0 0 1 2.5 1h12A1.5 1.5 0 0 1 16 2.5v12a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 1 14.5V14H.5a.5.5 0 0 1 0-1H1V9H.5a.5.5 0 0 1 0-1H1V4H.5a.5.5 0 0 1 0-1H1v-.5zM2.5 2a.5.5 0 0 0-.5.5v12a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-12a.5.5 0 0 0-.5-.5h-12z"/><path d="M5.035 8h1.528c.047-.184.12-.357.214-.516l-1.08-1.08A3.482 3.482 0 0 0 5.035 8zm1.369-2.303 1.08 1.08c.16-.094.332-.167.516-.214V5.035a3.482 3.482 0 0 0-1.596.662zM9 5.035v1.528c.184.047.357.12.516.214l1.08-1.08A3.482 3.482 0 0 0 9 5.035zm2.303 1.369-1.08 1.08c.094.16.167.332.214.516h1.528a3.483 3.483 0 0 0-.662-1.596zM11.965 9h-1.528c-.047.184-.12.357-.214.516l1.08 1.08A3.483 3.483 0 0 0 11.965 9zm-1.369 2.303-1.08-1.08c-.16.094-.332.167-.516.214v1.528a3.483 3.483 0 0 0 1.596-.662zM8 11.965v-1.528a1.989 1.989 0 0 1-.516-.214l-1.08 1.08A3.483 3.483 0 0 0 8 11.965zm-2.303-1.369 1.08-1.08A1.988 1.988 0 0 1 6.563 9H5.035c.085.593.319 1.138.662 1.596zM4 8.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0zm4.5-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/>'),kb=(0,a.makeIcon)("Safe2Fill",'<path d="M6.563 8H5.035a3.482 3.482 0 0 1 .662-1.596l1.08 1.08c-.094.16-.167.332-.214.516zm.921-1.223-1.08-1.08A3.482 3.482 0 0 1 8 5.035v1.528c-.184.047-.357.12-.516.214zM9 6.563V5.035a3.482 3.482 0 0 1 1.596.662l-1.08 1.08A1.988 1.988 0 0 0 9 6.563zm1.223.921 1.08-1.08c.343.458.577 1.003.662 1.596h-1.528a1.989 1.989 0 0 0-.214-.516zM10.437 9h1.528a3.483 3.483 0 0 1-.662 1.596l-1.08-1.08c.094-.16.167-.332.214-.516zm-.921 1.223 1.08 1.08A3.483 3.483 0 0 1 9 11.965v-1.528c.184-.047.357-.12.516-.214zM8 10.437v1.528a3.483 3.483 0 0 1-1.596-.662l1.08-1.08c.16.094.332.167.516.214zm-1.223-.921-1.08 1.08A3.482 3.482 0 0 1 5.035 9h1.528c.047.184.12.357.214.516zM7.5 8.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0z"/><path d="M2.5 1A1.5 1.5 0 0 0 1 2.5V3H.5a.5.5 0 0 0 0 1H1v4H.5a.5.5 0 0 0 0 1H1v4H.5a.5.5 0 0 0 0 1H1v.5A1.5 1.5 0 0 0 2.5 16h12a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 14.5 1h-12zm6 3a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9z"/>'),Pb=(0,a.makeIcon)("SafeFill",'<path d="M9.778 9.414A2 2 0 1 1 6.95 6.586a2 2 0 0 1 2.828 2.828z"/><path d="M2.5 0A1.5 1.5 0 0 0 1 1.5V3H.5a.5.5 0 0 0 0 1H1v3.5H.5a.5.5 0 0 0 0 1H1V12H.5a.5.5 0 0 0 0 1H1v1.5A1.5 1.5 0 0 0 2.5 16h12a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 14.5 0h-12zm3.036 4.464 1.09 1.09a3.003 3.003 0 0 1 3.476 0l1.09-1.09a.5.5 0 1 1 .707.708l-1.09 1.09c.74 1.037.74 2.44 0 3.476l1.09 1.09a.5.5 0 1 1-.707.708l-1.09-1.09a3.002 3.002 0 0 1-3.476 0l-1.09 1.09a.5.5 0 1 1-.708-.708l1.09-1.09a3.003 3.003 0 0 1 0-3.476l-1.09-1.09a.5.5 0 1 1 .708-.708zM14 6.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0z"/>'),Tb=(0,a.makeIcon)("Save",'<path d="M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9.5a1 1 0 0 0-1 1v7.293l2.646-2.647a.5.5 0 0 1 .708.708l-3.5 3.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L7.5 9.293V2a2 2 0 0 1 2-2H14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2.5a.5.5 0 0 1 0 1H2z"/>'),wb=(0,a.makeIcon)("Save2",'<path d="M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9.5a1 1 0 0 0-1 1v4.5h2a.5.5 0 0 1 .354.854l-2.5 2.5a.5.5 0 0 1-.708 0l-2.5-2.5A.5.5 0 0 1 5.5 6.5h2V2a2 2 0 0 1 2-2H14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2.5a.5.5 0 0 1 0 1H2z"/>'),Eb=(0,a.makeIcon)("Save2Fill",'<path d="M8.5 1.5A1.5 1.5 0 0 1 10 0h4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h6c-.314.418-.5.937-.5 1.5v6h-2a.5.5 0 0 0-.354.854l2.5 2.5a.5.5 0 0 0 .708 0l2.5-2.5A.5.5 0 0 0 10.5 7.5h-2v-6z"/>'),Ob=(0,a.makeIcon)("SaveFill",'<path d="M8.5 1.5A1.5 1.5 0 0 1 10 0h4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h6c-.314.418-.5.937-.5 1.5v7.793L4.854 6.646a.5.5 0 1 0-.708.708l3.5 3.5a.5.5 0 0 0 .708 0l3.5-3.5a.5.5 0 0 0-.708-.708L8.5 9.293V1.5z"/>'),Ab=(0,a.makeIcon)("Scissors",'<path d="M3.5 3.5c-.614-.884-.074-1.962.858-2.5L8 7.226 11.642 1c.932.538 1.472 1.616.858 2.5L8.81 8.61l1.556 2.661a2.5 2.5 0 1 1-.794.637L8 9.73l-1.572 2.177a2.5 2.5 0 1 1-.794-.637L7.19 8.61 3.5 3.5zm2.5 10a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm7 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z"/>'),Lb=(0,a.makeIcon)("Screwdriver",'<path d="m0 1 1-1 3.081 2.2a1 1 0 0 1 .419.815v.07a1 1 0 0 0 .293.708L10.5 9.5l.914-.305a1 1 0 0 1 1.023.242l3.356 3.356a1 1 0 0 1 0 1.414l-1.586 1.586a1 1 0 0 1-1.414 0l-3.356-3.356a1 1 0 0 1-.242-1.023L9.5 10.5 3.793 4.793a1 1 0 0 0-.707-.293h-.071a1 1 0 0 1-.814-.419L0 1zm11.354 9.646a.5.5 0 0 0-.708.708l3 3a.5.5 0 0 0 .708-.708l-3-3z"/>'),Sb=(0,a.makeIcon)("SdCard",'<path d="M6.25 3.5a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2zm2 0a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2zm2 0a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2zm2 0a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2z"/><path fill-rule="evenodd" d="M5.914 0H12.5A1.5 1.5 0 0 1 14 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5V3.914c0-.398.158-.78.44-1.06L4.853.439A1.5 1.5 0 0 1 5.914 0zM13 1.5a.5.5 0 0 0-.5-.5H5.914a.5.5 0 0 0-.353.146L3.146 3.561A.5.5 0 0 0 3 3.914V14.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-13z"/>'),Cb=(0,a.makeIcon)("SdCardFill",'<path fill-rule="evenodd" d="M12.5 0H5.914a1.5 1.5 0 0 0-1.06.44L2.439 2.853A1.5 1.5 0 0 0 2 3.914V14.5A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 12.5 0zm-7 2.75a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75zm2 0a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75zm2.75.75a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2zm1.25-.75a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75z"/>'),zb=(0,a.makeIcon)("Search",'<path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/>'),xb=(0,a.makeIcon)("SegmentedNav",'<path d="M0 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6zm6 3h4V5H6v4zm9-1V6a1 1 0 0 0-1-1h-3v4h3a1 1 0 0 0 1-1z"/>'),Db=(0,a.makeIcon)("Server",'<path d="M1.333 2.667C1.333 1.194 4.318 0 8 0s6.667 1.194 6.667 2.667V4c0 1.473-2.985 2.667-6.667 2.667S1.333 5.473 1.333 4V2.667z"/><path d="M1.333 6.334v3C1.333 10.805 4.318 12 8 12s6.667-1.194 6.667-2.667V6.334a6.51 6.51 0 0 1-1.458.79C11.81 7.684 9.967 8 8 8c-1.966 0-3.809-.317-5.208-.876a6.508 6.508 0 0 1-1.458-.79z"/><path d="M14.667 11.668a6.51 6.51 0 0 1-1.458.789c-1.4.56-3.242.876-5.21.876-1.966 0-3.809-.316-5.208-.876a6.51 6.51 0 0 1-1.458-.79v1.666C1.333 14.806 4.318 16 8 16s6.667-1.194 6.667-2.667v-1.665z"/>'),Fb=(0,a.makeIcon)("Share",'<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>'),Hb=(0,a.makeIcon)("ShareFill",'<path d="M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5z"/>'),Nb=(0,a.makeIcon)("Shield",'<path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/>'),Rb=(0,a.makeIcon)("ShieldCheck",'<path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/><path d="M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z"/>'),Vb=(0,a.makeIcon)("ShieldExclamation",'<path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/><path d="M7.001 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.553.553 0 0 1-1.1 0L7.1 4.995z"/>'),Yb=(0,a.makeIcon)("ShieldFill",'<path d="M5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/>'),jb=(0,a.makeIcon)("ShieldFillCheck",'<path fill-rule="evenodd" d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm2.146 5.146a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647z"/>'),$b=(0,a.makeIcon)("ShieldFillExclamation",'<path fill-rule="evenodd" d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm-.55 8.502L7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0zM8.002 12a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/>'),Ub=(0,a.makeIcon)("ShieldFillMinus",'<path fill-rule="evenodd" d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zM6 7.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1H6z"/>'),Gb=(0,a.makeIcon)("ShieldFillPlus",'<path fill-rule="evenodd" d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm-.5 5a.5.5 0 0 1 1 0v1.5H10a.5.5 0 0 1 0 1H8.5V9a.5.5 0 0 1-1 0V7.5H6a.5.5 0 0 1 0-1h1.5V5z"/>'),Wb=(0,a.makeIcon)("ShieldFillX",'<path d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zM6.854 5.146 8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 1 1 .708-.708z"/>'),qb=(0,a.makeIcon)("ShieldLock",'<path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/><path d="M9.5 6.5a1.5 1.5 0 0 1-1 1.415l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99a1.5 1.5 0 1 1 2-1.415z"/>'),Xb=(0,a.makeIcon)("ShieldLockFill",'<path fill-rule="evenodd" d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm0 5a1.5 1.5 0 0 1 .5 2.915l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99A1.5 1.5 0 0 1 8 5z"/>'),Jb=(0,a.makeIcon)("ShieldMinus",'<path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/><path d="M5.5 7a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/>'),Kb=(0,a.makeIcon)("ShieldPlus",'<path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/><path d="M8 4.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V9a.5.5 0 0 1-1 0V7.5H6a.5.5 0 0 1 0-1h1.5V5a.5.5 0 0 1 .5-.5z"/>'),Qb=(0,a.makeIcon)("ShieldShaded",'<path fill-rule="evenodd" d="M8 14.933a.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067v13.866zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/>'),Zb=(0,a.makeIcon)("ShieldSlash",'<path fill-rule="evenodd" d="M1.093 3.093c-.465 4.275.885 7.46 2.513 9.589a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.32 11.32 0 0 0 1.733-1.525l-.745-.745a10.27 10.27 0 0 1-1.578 1.392c-.346.244-.652.42-.893.533-.12.057-.218.095-.293.118a.55.55 0 0 1-.101.025.615.615 0 0 1-.1-.025 2.348 2.348 0 0 1-.294-.118 6.141 6.141 0 0 1-.893-.533 10.725 10.725 0 0 1-2.287-2.233C3.053 10.228 1.879 7.594 2.06 4.06l-.967-.967zM3.98 1.98l-.852-.852A58.935 58.935 0 0 1 5.072.559C6.157.266 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.483 3.626-.332 6.491-1.551 8.616l-.77-.77c1.042-1.915 1.72-4.469 1.29-7.702a.48.48 0 0 0-.33-.39c-.65-.213-1.75-.56-2.836-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524a49.7 49.7 0 0 0-1.357.39zm9.666 12.374-13-13 .708-.708 13 13-.707.707z"/>'),ey=(0,a.makeIcon)("ShieldSlashFill",'<path fill-rule="evenodd" d="M1.093 3.093c-.465 4.275.885 7.46 2.513 9.589a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.32 11.32 0 0 0 1.733-1.525L1.093 3.093zm12.215 8.215L3.128 1.128A61.369 61.369 0 0 1 5.073.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.483 3.626-.332 6.491-1.551 8.616zm.338 3.046-13-13 .708-.708 13 13-.707.707z"/>'),ty=(0,a.makeIcon)("ShieldX",'<path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/><path d="M6.146 5.146a.5.5 0 0 1 .708 0L8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 0 1 0-.708z"/>'),ny=(0,a.makeIcon)("Shift",'<path d="M7.27 2.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3H1.654C.78 10.5.326 9.455.924 8.816L7.27 2.047zM14.346 9.5 8 2.731 1.654 9.5H4.5a1 1 0 0 1 1 1v3h5v-3a1 1 0 0 1 1-1h2.846z"/>'),ay=(0,a.makeIcon)("ShiftFill",'<path d="M7.27 2.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3H1.654C.78 10.5.326 9.455.924 8.816L7.27 2.047z"/>'),ry=(0,a.makeIcon)("Shop",'<path d="M2.97 1.35A1 1 0 0 1 3.73 1h8.54a1 1 0 0 1 .76.35l2.609 3.044A1.5 1.5 0 0 1 16 5.37v.255a2.375 2.375 0 0 1-4.25 1.458A2.371 2.371 0 0 1 9.875 8 2.37 2.37 0 0 1 8 7.083 2.37 2.37 0 0 1 6.125 8a2.37 2.37 0 0 1-1.875-.917A2.375 2.375 0 0 1 0 5.625V5.37a1.5 1.5 0 0 1 .361-.976l2.61-3.045zm1.78 4.275a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 1 0 2.75 0V5.37a.5.5 0 0 0-.12-.325L12.27 2H3.73L1.12 5.045A.5.5 0 0 0 1 5.37v.255a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0zM1.5 8.5A.5.5 0 0 1 2 9v6h1v-5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v5h6V9a.5.5 0 0 1 1 0v6h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V9a.5.5 0 0 1 .5-.5zM4 15h3v-5H4v5zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-3zm3 0h-2v3h2v-3z"/>'),oy=(0,a.makeIcon)("ShopWindow",'<path d="M2.97 1.35A1 1 0 0 1 3.73 1h8.54a1 1 0 0 1 .76.35l2.609 3.044A1.5 1.5 0 0 1 16 5.37v.255a2.375 2.375 0 0 1-4.25 1.458A2.371 2.371 0 0 1 9.875 8 2.37 2.37 0 0 1 8 7.083 2.37 2.37 0 0 1 6.125 8a2.37 2.37 0 0 1-1.875-.917A2.375 2.375 0 0 1 0 5.625V5.37a1.5 1.5 0 0 1 .361-.976l2.61-3.045zm1.78 4.275a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 1 0 2.75 0V5.37a.5.5 0 0 0-.12-.325L12.27 2H3.73L1.12 5.045A.5.5 0 0 0 1 5.37v.255a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0zM1.5 8.5A.5.5 0 0 1 2 9v6h12V9a.5.5 0 0 1 1 0v6h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V9a.5.5 0 0 1 .5-.5zm2 .5a.5.5 0 0 1 .5.5V13h8V9.5a.5.5 0 0 1 1 0V13a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.5a.5.5 0 0 1 .5-.5z"/>'),iy=(0,a.makeIcon)("Shuffle",'<path fill-rule="evenodd" d="M0 3.5A.5.5 0 0 1 .5 3H1c2.202 0 3.827 1.24 4.874 2.418.49.552.865 1.102 1.126 1.532.26-.43.636-.98 1.126-1.532C9.173 4.24 10.798 3 13 3v1c-1.798 0-3.173 1.01-4.126 2.082A9.624 9.624 0 0 0 7.556 8a9.624 9.624 0 0 0 1.317 1.918C9.828 10.99 11.204 12 13 12v1c-2.202 0-3.827-1.24-4.874-2.418A10.595 10.595 0 0 1 7 9.05c-.26.43-.636.98-1.126 1.532C4.827 11.76 3.202 13 1 13H.5a.5.5 0 0 1 0-1H1c1.798 0 3.173-1.01 4.126-2.082A9.624 9.624 0 0 0 6.444 8a9.624 9.624 0 0 0-1.317-1.918C4.172 5.01 2.796 4 1 4H.5a.5.5 0 0 1-.5-.5z"/><path d="M13 5.466V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192zm0 9v-3.932a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192z"/>'),sy=(0,a.makeIcon)("Signpost",'<path d="M7 1.414V4H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5v6h2v-6h3.532a1 1 0 0 0 .768-.36l1.933-2.32a.5.5 0 0 0 0-.64L13.3 4.36a1 1 0 0 0-.768-.36H9V1.414a1 1 0 0 0-2 0zM12.532 5l1.666 2-1.666 2H2V5h10.532z"/>'),ly=(0,a.makeIcon)("Signpost2",'<path d="M7 1.414V2H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h5v1H2.5a1 1 0 0 0-.8.4L.725 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4H7v5h2v-5h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H9V6h4.5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.3 2.4a1 1 0 0 0-.8-.4H9v-.586a1 1 0 0 0-2 0zM13.5 3l.75 1-.75 1H2V3h11.5zm.5 5v2H2.5l-.75-1 .75-1H14z"/>'),cy=(0,a.makeIcon)("Signpost2Fill",'<path d="M7.293.707A1 1 0 0 0 7 1.414V2H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h5v1H2.5a1 1 0 0 0-.8.4L.725 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4H7v5h2v-5h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H9V6h4.5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.3 2.4a1 1 0 0 0-.8-.4H9v-.586A1 1 0 0 0 7.293.707z"/>'),uy=(0,a.makeIcon)("SignpostFill",'<path d="M7.293.707A1 1 0 0 0 7 1.414V4H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5v6h2v-6h3.532a1 1 0 0 0 .768-.36l1.933-2.32a.5.5 0 0 0 0-.64L13.3 4.36a1 1 0 0 0-.768-.36H9V1.414A1 1 0 0 0 7.293.707z"/>'),dy=(0,a.makeIcon)("SignpostSplit",'<path d="M7 7V1.414a1 1 0 0 1 2 0V2h5a1 1 0 0 1 .8.4l.975 1.3a.5.5 0 0 1 0 .6L14.8 5.6a1 1 0 0 1-.8.4H9v10H7v-5H2a1 1 0 0 1-.8-.4L.225 9.3a.5.5 0 0 1 0-.6L1.2 7.4A1 1 0 0 1 2 7h5zm1 3V8H2l-.75 1L2 10h6zm0-5h6l.75-1L14 3H8v2z"/>'),hy=(0,a.makeIcon)("SignpostSplitFill",'<path d="M7 16h2V6h5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.8 2.4A1 1 0 0 0 14 2H9v-.586a1 1 0 0 0-2 0V7H2a1 1 0 0 0-.8.4L.225 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4h5v5z"/>'),py=(0,a.makeIcon)("Sim",'<path d="M2 1.5A1.5 1.5 0 0 1 3.5 0h7.086a1.5 1.5 0 0 1 1.06.44l1.915 1.914A1.5 1.5 0 0 1 14 3.414V14.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-13zM3.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V3.414a.5.5 0 0 0-.146-.353l-1.915-1.915A.5.5 0 0 0 10.586 1H3.5z"/><path d="M5.5 4a.5.5 0 0 0-.5.5V6h2.5V4h-2zm3 0v2H11V4.5a.5.5 0 0 0-.5-.5h-2zM11 7H5v2h6V7zm0 3H8.5v2h2a.5.5 0 0 0 .5-.5V10zm-3.5 2v-2H5v1.5a.5.5 0 0 0 .5.5h2zM4 4.5A1.5 1.5 0 0 1 5.5 3h5A1.5 1.5 0 0 1 12 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 11.5v-7z"/>'),fy=(0,a.makeIcon)("SimFill",'<path d="M5 4.5a.5.5 0 0 1 .5-.5h2v2H5V4.5zM8.5 6V4h2a.5.5 0 0 1 .5.5V6H8.5zM5 7h6v2H5V7zm3.5 3H11v1.5a.5.5 0 0 1-.5.5h-2v-2zm-1 0v2h-2a.5.5 0 0 1-.5-.5V10h2.5z"/><path d="M3.5 0A1.5 1.5 0 0 0 2 1.5v13A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5V3.414a1.5 1.5 0 0 0-.44-1.06L11.647.439A1.5 1.5 0 0 0 10.586 0H3.5zm2 3h5A1.5 1.5 0 0 1 12 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 11.5v-7A1.5 1.5 0 0 1 5.5 3z"/>'),my=(0,a.makeIcon)("SkipBackward",'<path d="M.5 3.5A.5.5 0 0 1 1 4v3.248l6.267-3.636c.52-.302 1.233.043 1.233.696v2.94l6.267-3.636c.52-.302 1.233.043 1.233.696v7.384c0 .653-.713.998-1.233.696L8.5 8.752v2.94c0 .653-.713.998-1.233.696L1 8.752V12a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5zm7 1.133L1.696 8 7.5 11.367V4.633zm7.5 0L9.196 8 15 11.367V4.633z"/>'),vy=(0,a.makeIcon)("SkipBackwardBtn",'<path d="M11.21 5.093A.5.5 0 0 1 12 5.5v5a.5.5 0 0 1-.79.407L8.5 8.972V10.5a.5.5 0 0 1-.79.407L5 8.972V10.5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0v1.528l2.71-1.935a.5.5 0 0 1 .79.407v1.528l2.71-1.935z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>'),gy=(0,a.makeIcon)("SkipBackwardBtnFill",'<path d="M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm11.21-6.907L8.5 7.028V5.5a.5.5 0 0 0-.79-.407L5 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407V8.972l2.71 1.935A.5.5 0 0 0 12 10.5v-5a.5.5 0 0 0-.79-.407z"/>'),_y=(0,a.makeIcon)("SkipBackwardCircle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M11.729 5.055a.5.5 0 0 0-.52.038L8.5 7.028V5.5a.5.5 0 0 0-.79-.407L5 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407V8.972l2.71 1.935A.5.5 0 0 0 12 10.5v-5a.5.5 0 0 0-.271-.445z"/>'),by=(0,a.makeIcon)("SkipBackwardCircleFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-4.79-2.907L8.5 7.028V5.5a.5.5 0 0 0-.79-.407L5 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407V8.972l2.71 1.935A.5.5 0 0 0 12 10.5v-5a.5.5 0 0 0-.79-.407z"/>'),yy=(0,a.makeIcon)("SkipBackwardFill",'<path d="M.5 3.5A.5.5 0 0 0 0 4v8a.5.5 0 0 0 1 0V8.753l6.267 3.636c.54.313 1.233-.066 1.233-.697v-2.94l6.267 3.636c.54.314 1.233-.065 1.233-.696V4.308c0-.63-.693-1.01-1.233-.696L8.5 7.248v-2.94c0-.63-.692-1.01-1.233-.696L1 7.248V4a.5.5 0 0 0-.5-.5z"/>'),My=(0,a.makeIcon)("SkipEnd",'<path d="M12.5 4a.5.5 0 0 0-1 0v3.248L5.233 3.612C4.713 3.31 4 3.655 4 4.308v7.384c0 .653.713.998 1.233.696L11.5 8.752V12a.5.5 0 0 0 1 0V4zM5 4.633 10.804 8 5 11.367V4.633z"/>'),Iy=(0,a.makeIcon)("SkipEndBtn",'<path d="M6.79 5.093 9.5 7.028V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V8.972l-2.71 1.935A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .79-.407z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>'),By=(0,a.makeIcon)("SkipEndBtnFill",'<path d="M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.79-6.907A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407L9.5 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L6.79 5.093z"/>'),ky=(0,a.makeIcon)("SkipEndCircle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M6.271 5.055a.5.5 0 0 1 .52.038L9.5 7.028V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V8.972l-2.71 1.935A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445z"/>'),Py=(0,a.makeIcon)("SkipEndCircleFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407L9.5 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L6.79 5.093z"/>'),Ty=(0,a.makeIcon)("SkipEndFill",'<path d="M12.5 4a.5.5 0 0 0-1 0v3.248L5.233 3.612C4.693 3.3 4 3.678 4 4.308v7.384c0 .63.692 1.01 1.233.697L11.5 8.753V12a.5.5 0 0 0 1 0V4z"/>'),wy=(0,a.makeIcon)("SkipForward",'<path d="M15.5 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V8.752l-6.267 3.636c-.52.302-1.233-.043-1.233-.696v-2.94l-6.267 3.636C.713 12.69 0 12.345 0 11.692V4.308c0-.653.713-.998 1.233-.696L7.5 7.248v-2.94c0-.653.713-.998 1.233-.696L15 7.248V4a.5.5 0 0 1 .5-.5zM1 4.633v6.734L6.804 8 1 4.633zm7.5 0v6.734L14.304 8 8.5 4.633z"/>'),Ey=(0,a.makeIcon)("SkipForwardBtn",'<path d="M4.79 5.093A.5.5 0 0 0 4 5.5v5a.5.5 0 0 0 .79.407L7.5 8.972V10.5a.5.5 0 0 0 .79.407L11 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L8.29 5.093a.5.5 0 0 0-.79.407v1.528L4.79 5.093z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>'),Oy=(0,a.makeIcon)("SkipForwardBtnFill",'<path d="M0 10V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm4.79-6.907A.5.5 0 0 0 4 3.5v5a.5.5 0 0 0 .79.407L7.5 6.972V8.5a.5.5 0 0 0 .79.407L11 6.972V8.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L8.29 3.093a.5.5 0 0 0-.79.407v1.528L4.79 3.093z"/>'),Ay=(0,a.makeIcon)("SkipForwardCircle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4.271 5.055a.5.5 0 0 1 .52.038L7.5 7.028V5.5a.5.5 0 0 1 .79-.407L11 7.028V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V8.972l-2.71 1.935a.5.5 0 0 1-.79-.407V8.972l-2.71 1.935A.5.5 0 0 1 4 10.5v-5a.5.5 0 0 1 .271-.445z"/>'),Ly=(0,a.makeIcon)("SkipForwardCircleFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.79 5.093A.5.5 0 0 0 4 5.5v5a.5.5 0 0 0 .79.407L7.5 8.972V10.5a.5.5 0 0 0 .79.407L11 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L8.29 5.093a.5.5 0 0 0-.79.407v1.528L4.79 5.093z"/>'),Sy=(0,a.makeIcon)("SkipForwardFill",'<path d="M15.5 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V8.753l-6.267 3.636c-.54.313-1.233-.066-1.233-.697v-2.94l-6.267 3.636C.693 12.703 0 12.324 0 11.693V4.308c0-.63.693-1.01 1.233-.696L7.5 7.248v-2.94c0-.63.693-1.01 1.233-.696L15 7.248V4a.5.5 0 0 1 .5-.5z"/>'),Cy=(0,a.makeIcon)("SkipStart",'<path d="M4 4a.5.5 0 0 1 1 0v3.248l6.267-3.636c.52-.302 1.233.043 1.233.696v7.384c0 .653-.713.998-1.233.696L5 8.752V12a.5.5 0 0 1-1 0V4zm7.5.633L5.696 8l5.804 3.367V4.633z"/>'),zy=(0,a.makeIcon)("SkipStartBtn",'<path d="M9.71 5.093a.5.5 0 0 1 .79.407v5a.5.5 0 0 1-.79.407L7 8.972V10.5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0v1.528l2.71-1.935z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>'),xy=(0,a.makeIcon)("SkipStartBtnFill",'<path d="M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm9.71-6.907L7 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407v-5a.5.5 0 0 0-.79-.407z"/>'),Dy=(0,a.makeIcon)("SkipStartCircle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M10.229 5.055a.5.5 0 0 0-.52.038L7 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407v-5a.5.5 0 0 0-.271-.445z"/>'),Fy=(0,a.makeIcon)("SkipStartCircleFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM9.71 5.093 7 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407v-5a.5.5 0 0 0-.79-.407z"/>'),Hy=(0,a.makeIcon)("SkipStartFill",'<path d="M4 4a.5.5 0 0 1 1 0v3.248l6.267-3.636c.54-.313 1.232.066 1.232.696v7.384c0 .63-.692 1.01-1.232.697L5 8.753V12a.5.5 0 0 1-1 0V4z"/>'),Ny=(0,a.makeIcon)("Skype",'<path d="M4.671 0c.88 0 1.733.247 2.468.702a7.423 7.423 0 0 1 6.02 2.118 7.372 7.372 0 0 1 2.167 5.215c0 .344-.024.687-.072 1.026a4.662 4.662 0 0 1 .6 2.281 4.645 4.645 0 0 1-1.37 3.294A4.673 4.673 0 0 1 11.18 16c-.84 0-1.658-.226-2.37-.644a7.423 7.423 0 0 1-6.114-2.107A7.374 7.374 0 0 1 .529 8.035c0-.363.026-.724.08-1.081a4.644 4.644 0 0 1 .76-5.59A4.68 4.68 0 0 1 4.67 0zm.447 7.01c.18.309.43.572.729.769a7.07 7.07 0 0 0 1.257.653c.492.205.873.38 1.145.523.229.112.437.264.615.448.135.142.21.331.21.528a.872.872 0 0 1-.335.723c-.291.196-.64.289-.99.264a2.618 2.618 0 0 1-1.048-.206 11.44 11.44 0 0 1-.532-.253 1.284 1.284 0 0 0-.587-.15.717.717 0 0 0-.501.176.63.63 0 0 0-.195.491.796.796 0 0 0 .148.482 1.2 1.2 0 0 0 .456.354 5.113 5.113 0 0 0 2.212.419 4.554 4.554 0 0 0 1.624-.265 2.296 2.296 0 0 0 1.08-.801c.267-.39.402-.855.386-1.327a2.09 2.09 0 0 0-.279-1.101 2.53 2.53 0 0 0-.772-.792A7.198 7.198 0 0 0 8.486 7.3a1.05 1.05 0 0 0-.145-.058 18.182 18.182 0 0 1-1.013-.447 1.827 1.827 0 0 1-.54-.387.727.727 0 0 1-.2-.508.805.805 0 0 1 .385-.723 1.76 1.76 0 0 1 .968-.247c.26-.003.52.03.772.096.274.079.542.177.802.293.105.049.22.075.336.076a.6.6 0 0 0 .453-.19.69.69 0 0 0 .18-.496.717.717 0 0 0-.17-.476 1.374 1.374 0 0 0-.556-.354 3.69 3.69 0 0 0-.708-.183 5.963 5.963 0 0 0-1.022-.078 4.53 4.53 0 0 0-1.536.258 2.71 2.71 0 0 0-1.174.784 1.91 1.91 0 0 0-.45 1.287c-.01.37.076.736.25 1.063z"/>'),Ry=(0,a.makeIcon)("Slack",'<path d="M3.362 10.11c0 .926-.756 1.681-1.681 1.681S0 11.036 0 10.111C0 9.186.756 8.43 1.68 8.43h1.682v1.68zm.846 0c0-.924.756-1.68 1.681-1.68s1.681.756 1.681 1.68v4.21c0 .924-.756 1.68-1.68 1.68a1.685 1.685 0 0 1-1.682-1.68v-4.21zM5.89 3.362c-.926 0-1.682-.756-1.682-1.681S4.964 0 5.89 0s1.68.756 1.68 1.68v1.682H5.89zm0 .846c.924 0 1.68.756 1.68 1.681S6.814 7.57 5.89 7.57H1.68C.757 7.57 0 6.814 0 5.89c0-.926.756-1.682 1.68-1.682h4.21zm6.749 1.682c0-.926.755-1.682 1.68-1.682.925 0 1.681.756 1.681 1.681s-.756 1.681-1.68 1.681h-1.681V5.89zm-.848 0c0 .924-.755 1.68-1.68 1.68A1.685 1.685 0 0 1 8.43 5.89V1.68C8.43.757 9.186 0 10.11 0c.926 0 1.681.756 1.681 1.68v4.21zm-1.681 6.748c.926 0 1.682.756 1.682 1.681S11.036 16 10.11 16s-1.681-.756-1.681-1.68v-1.682h1.68zm0-.847c-.924 0-1.68-.755-1.68-1.68 0-.925.756-1.681 1.68-1.681h4.21c.924 0 1.68.756 1.68 1.68 0 .926-.756 1.681-1.68 1.681h-4.21z"/>'),Vy=(0,a.makeIcon)("Slash",'<path d="M11.354 4.646a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708 0z"/>'),Yy=(0,a.makeIcon)("SlashCircle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M11.354 4.646a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 .708.708l6-6a.5.5 0 0 0 0-.708z"/>'),jy=(0,a.makeIcon)("SlashCircleFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-4.646-2.646a.5.5 0 0 0-.708-.708l-6 6a.5.5 0 0 0 .708.708l6-6z"/>'),$y=(0,a.makeIcon)("SlashLg",'<path d="M14.707 1.293a1 1 0 0 1 0 1.414l-12 12a1 1 0 0 1-1.414-1.414l12-12a1 1 0 0 1 1.414 0z"/>'),Uy=(0,a.makeIcon)("SlashSquare",'<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M11.354 4.646a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708 0z"/>'),Gy=(0,a.makeIcon)("SlashSquareFill",'<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm9.354 5.354-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708.708z"/>'),Wy=(0,a.makeIcon)("Sliders",'<path fill-rule="evenodd" d="M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3h9.05zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8h2.05zm9.45 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1h9.05z"/>'),qy=(0,a.makeIcon)("Smartwatch",'<path d="M9 5a.5.5 0 0 0-1 0v3H6a.5.5 0 0 0 0 1h2.5a.5.5 0 0 0 .5-.5V5z"/><path d="M4 1.667v.383A2.5 2.5 0 0 0 2 4.5v7a2.5 2.5 0 0 0 2 2.45v.383C4 15.253 4.746 16 5.667 16h4.666c.92 0 1.667-.746 1.667-1.667v-.383a2.5 2.5 0 0 0 2-2.45V8h.5a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5H14v-.5a2.5 2.5 0 0 0-2-2.45v-.383C12 .747 11.254 0 10.333 0H5.667C4.747 0 4 .746 4 1.667zM4.5 3h7A1.5 1.5 0 0 1 13 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 11.5v-7A1.5 1.5 0 0 1 4.5 3z"/>'),Xy=(0,a.makeIcon)("Snow",'<path d="M8 16a.5.5 0 0 1-.5-.5v-1.293l-.646.647a.5.5 0 0 1-.707-.708L7.5 12.793V8.866l-3.4 1.963-.496 1.85a.5.5 0 1 1-.966-.26l.237-.882-1.12.646a.5.5 0 0 1-.5-.866l1.12-.646-.884-.237a.5.5 0 1 1 .26-.966l1.848.495L7 8 3.6 6.037l-1.85.495a.5.5 0 0 1-.258-.966l.883-.237-1.12-.646a.5.5 0 1 1 .5-.866l1.12.646-.237-.883a.5.5 0 1 1 .966-.258l.495 1.849L7.5 7.134V3.207L6.147 1.854a.5.5 0 1 1 .707-.708l.646.647V.5a.5.5 0 1 1 1 0v1.293l.647-.647a.5.5 0 1 1 .707.708L8.5 3.207v3.927l3.4-1.963.496-1.85a.5.5 0 1 1 .966.26l-.236.882 1.12-.646a.5.5 0 0 1 .5.866l-1.12.646.883.237a.5.5 0 1 1-.26.966l-1.848-.495L9 8l3.4 1.963 1.849-.495a.5.5 0 0 1 .259.966l-.883.237 1.12.646a.5.5 0 0 1-.5.866l-1.12-.646.236.883a.5.5 0 1 1-.966.258l-.495-1.849-3.4-1.963v3.927l1.353 1.353a.5.5 0 0 1-.707.708l-.647-.647V15.5a.5.5 0 0 1-.5.5z"/>'),Jy=(0,a.makeIcon)("Snow2",'<path d="M8 16a.5.5 0 0 1-.5-.5v-1.293l-.646.647a.5.5 0 0 1-.707-.708L7.5 12.793v-1.086l-.646.647a.5.5 0 0 1-.707-.708L7.5 10.293V8.866l-1.236.713-.495 1.85a.5.5 0 1 1-.966-.26l.237-.882-.94.542-.496 1.85a.5.5 0 1 1-.966-.26l.237-.882-1.12.646a.5.5 0 0 1-.5-.866l1.12-.646-.884-.237a.5.5 0 1 1 .26-.966l1.848.495.94-.542-.882-.237a.5.5 0 1 1 .258-.966l1.85.495L7 8l-1.236-.713-1.849.495a.5.5 0 1 1-.258-.966l.883-.237-.94-.542-1.85.495a.5.5 0 0 1-.258-.966l.883-.237-1.12-.646a.5.5 0 1 1 .5-.866l1.12.646-.237-.883a.5.5 0 0 1 .966-.258l.495 1.849.94.542-.236-.883a.5.5 0 0 1 .966-.258l.495 1.849 1.236.713V5.707L6.147 4.354a.5.5 0 1 1 .707-.708l.646.647V3.207L6.147 1.854a.5.5 0 1 1 .707-.708l.646.647V.5a.5.5 0 0 1 1 0v1.293l.647-.647a.5.5 0 1 1 .707.708L8.5 3.207v1.086l.647-.647a.5.5 0 1 1 .707.708L8.5 5.707v1.427l1.236-.713.495-1.85a.5.5 0 1 1 .966.26l-.236.882.94-.542.495-1.85a.5.5 0 1 1 .966.26l-.236.882 1.12-.646a.5.5 0 0 1 .5.866l-1.12.646.883.237a.5.5 0 1 1-.26.966l-1.848-.495-.94.542.883.237a.5.5 0 1 1-.26.966l-1.848-.495L9 8l1.236.713 1.849-.495a.5.5 0 0 1 .259.966l-.883.237.94.542 1.849-.495a.5.5 0 0 1 .259.966l-.883.237 1.12.646a.5.5 0 0 1-.5.866l-1.12-.646.236.883a.5.5 0 1 1-.966.258l-.495-1.849-.94-.542.236.883a.5.5 0 0 1-.966.258L9.736 9.58 8.5 8.866v1.427l1.354 1.353a.5.5 0 0 1-.707.708l-.647-.647v1.086l1.354 1.353a.5.5 0 0 1-.707.708l-.647-.647V15.5a.5.5 0 0 1-.5.5z"/>'),Ky=(0,a.makeIcon)("Snow3",'<path d="M8 7.5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1z"/><path d="M8 16a.5.5 0 0 1-.5-.5v-1.293l-.646.647a.5.5 0 0 1-.707-.708L7.5 12.793v-1.51l-2.053-1.232-1.348.778-.495 1.85a.5.5 0 1 1-.966-.26l.237-.882-1.12.646a.5.5 0 0 1-.5-.866l1.12-.646-.883-.237a.5.5 0 1 1 .258-.966l1.85.495L5 9.155v-2.31l-1.4-.808-1.85.495a.5.5 0 1 1-.259-.966l.884-.237-1.12-.646a.5.5 0 0 1 .5-.866l1.12.646-.237-.883a.5.5 0 1 1 .966-.258l.495 1.849 1.348.778L7.5 4.717v-1.51L6.147 1.854a.5.5 0 1 1 .707-.708l.646.647V.5a.5.5 0 0 1 1 0v1.293l.647-.647a.5.5 0 1 1 .707.708L8.5 3.207v1.51l2.053 1.232 1.348-.778.495-1.85a.5.5 0 1 1 .966.26l-.236.882 1.12-.646a.5.5 0 0 1 .5.866l-1.12.646.883.237a.5.5 0 1 1-.26.966l-1.848-.495-1.4.808v2.31l1.4.808 1.849-.495a.5.5 0 1 1 .259.966l-.883.237 1.12.646a.5.5 0 0 1-.5.866l-1.12-.646.236.883a.5.5 0 1 1-.966.258l-.495-1.849-1.348-.778L8.5 11.283v1.51l1.354 1.353a.5.5 0 0 1-.707.708l-.647-.647V15.5a.5.5 0 0 1-.5.5zm2-6.783V6.783l-2-1.2-2 1.2v2.434l2 1.2 2-1.2z"/>'),Qy=(0,a.makeIcon)("SortAlphaDown",'<path fill-rule="evenodd" d="M10.082 5.629 9.664 7H8.598l1.789-5.332h1.234L13.402 7h-1.12l-.419-1.371h-1.781zm1.57-.785L11 2.687h-.047l-.652 2.157h1.351z"/><path d="M12.96 14H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645V14zM4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293V2.5z"/>'),Zy=(0,a.makeIcon)("SortAlphaDownAlt",'<path d="M12.96 7H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645V7z"/><path fill-rule="evenodd" d="M10.082 12.629 9.664 14H8.598l1.789-5.332h1.234L13.402 14h-1.12l-.419-1.371h-1.781zm1.57-.785L11 9.688h-.047l-.652 2.156h1.351z"/><path d="M4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293V2.5z"/>'),eM=(0,a.makeIcon)("SortAlphaUp",'<path fill-rule="evenodd" d="M10.082 5.629 9.664 7H8.598l1.789-5.332h1.234L13.402 7h-1.12l-.419-1.371h-1.781zm1.57-.785L11 2.687h-.047l-.652 2.157h1.351z"/><path d="M12.96 14H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645V14zm-8.46-.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707V13.5z"/>'),tM=(0,a.makeIcon)("SortAlphaUpAlt",'<path d="M12.96 7H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645V7z"/><path fill-rule="evenodd" d="M10.082 12.629 9.664 14H8.598l1.789-5.332h1.234L13.402 14h-1.12l-.419-1.371h-1.781zm1.57-.785L11 9.688h-.047l-.652 2.156h1.351z"/><path d="M4.5 13.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707V13.5z"/>'),nM=(0,a.makeIcon)("SortDown",'<path d="M3.5 2.5a.5.5 0 0 0-1 0v8.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L3.5 11.293V2.5zm3.5 1a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM7.5 6a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zm0 3a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z"/>'),aM=(0,a.makeIcon)("SortDownAlt",'<path d="M3.5 3.5a.5.5 0 0 0-1 0v8.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L3.5 12.293V3.5zm4 .5a.5.5 0 0 1 0-1h1a.5.5 0 0 1 0 1h-1zm0 3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1h-3zm0 3a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1h-5zM7 12.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5z"/>'),rM=(0,a.makeIcon)("SortNumericDown",'<path d="M12.438 1.668V7H11.39V2.684h-.051l-1.211.859v-.969l1.262-.906h1.046z"/><path fill-rule="evenodd" d="M11.36 14.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.835 1.973-1.835 1.09 0 2.063.636 2.063 2.687 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98z"/><path d="M4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293V2.5z"/>'),oM=(0,a.makeIcon)("SortNumericDownAlt",'<path fill-rule="evenodd" d="M11.36 7.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.836 1.973-1.836 1.09 0 2.063.637 2.063 2.688 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98z"/><path d="M12.438 8.668V14H11.39V9.684h-.051l-1.211.859v-.969l1.262-.906h1.046zM4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293V2.5z"/>'),iM=(0,a.makeIcon)("SortNumericUp",'<path d="M12.438 1.668V7H11.39V2.684h-.051l-1.211.859v-.969l1.262-.906h1.046z"/><path fill-rule="evenodd" d="M11.36 14.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.835 1.973-1.835 1.09 0 2.063.636 2.063 2.687 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98z"/><path d="M4.5 13.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707V13.5z"/>'),sM=(0,a.makeIcon)("SortNumericUpAlt",'<path fill-rule="evenodd" d="M11.36 7.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.836 1.973-1.836 1.09 0 2.063.637 2.063 2.688 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98z"/><path d="M12.438 8.668V14H11.39V9.684h-.051l-1.211.859v-.969l1.262-.906h1.046zM4.5 13.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707V13.5z"/>'),lM=(0,a.makeIcon)("SortUp",'<path d="M3.5 12.5a.5.5 0 0 1-1 0V3.707L1.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L3.5 3.707V12.5zm3.5-9a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM7.5 6a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zm0 3a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z"/>'),cM=(0,a.makeIcon)("SortUpAlt",'<path d="M3.5 13.5a.5.5 0 0 1-1 0V4.707L1.354 5.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L3.5 4.707V13.5zm4-9.5a.5.5 0 0 1 0-1h1a.5.5 0 0 1 0 1h-1zm0 3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1h-3zm0 3a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1h-5zM7 12.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5z"/>'),uM=(0,a.makeIcon)("Soundwave",'<path fill-rule="evenodd" d="M8.5 2a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-1 0v-11a.5.5 0 0 1 .5-.5zm-2 2a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5zm4 0a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5zm-6 1.5A.5.5 0 0 1 5 6v4a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm8 0a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm-10 1A.5.5 0 0 1 3 7v2a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5zm12 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5z"/>'),dM=(0,a.makeIcon)("Speaker",'<path d="M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z"/><path d="M8 4.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5zM8 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 3a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-3.5 1.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"/>'),hM=(0,a.makeIcon)("SpeakerFill",'<path d="M9 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-2.5 6.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm6 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0zM8 7a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7z"/>'),pM=(0,a.makeIcon)("Speedometer",'<path d="M8 2a.5.5 0 0 1 .5.5V4a.5.5 0 0 1-1 0V2.5A.5.5 0 0 1 8 2zM3.732 3.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 8a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8zm9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5zm.754-4.246a.389.389 0 0 0-.527-.02L7.547 7.31A.91.91 0 1 0 8.85 8.569l3.434-4.297a.389.389 0 0 0-.029-.518z"/><path fill-rule="evenodd" d="M6.664 15.889A8 8 0 1 1 9.336.11a8 8 0 0 1-2.672 15.78zm-4.665-4.283A11.945 11.945 0 0 1 8 10c2.186 0 4.236.585 6.001 1.606a7 7 0 1 0-12.002 0z"/>'),fM=(0,a.makeIcon)("Speedometer2",'<path d="M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4zM3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10zm9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5zm.754-4.246a.389.389 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.389.389 0 0 0-.029-.518z"/><path fill-rule="evenodd" d="M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A7.988 7.988 0 0 1 0 10zm8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3z"/>'),mM=(0,a.makeIcon)("Spellcheck",'<path d="M8.217 11.068c1.216 0 1.948-.869 1.948-2.31v-.702c0-1.44-.727-2.305-1.929-2.305-.742 0-1.328.347-1.499.889h-.063V3.983h-1.29V11h1.27v-.791h.064c.21.532.776.86 1.499.86zm-.43-1.025c-.66 0-1.113-.518-1.113-1.28V8.12c0-.825.42-1.343 1.098-1.343.684 0 1.075.518 1.075 1.416v.45c0 .888-.386 1.401-1.06 1.401zm-5.583 1.035c.767 0 1.201-.356 1.406-.737h.059V11h1.216V7.519c0-1.314-.947-1.783-2.11-1.783C1.355 5.736.75 6.42.69 7.27h1.216c.064-.323.313-.552.84-.552.527 0 .864.249.864.771v.464H2.346C1.145 7.953.5 8.568.5 9.496c0 .977.693 1.582 1.704 1.582zm.42-.947c-.44 0-.845-.235-.845-.718 0-.395.269-.684.84-.684h.991v.538c0 .503-.444.864-.986.864zm8.897.567c-.577-.4-.9-1.088-.9-1.983v-.65c0-1.42.894-2.338 2.305-2.338 1.352 0 2.119.82 2.139 1.806h-1.187c-.04-.351-.283-.776-.918-.776-.674 0-1.045.517-1.045 1.328v.625c0 .468.121.834.343 1.067l-.737.92z"/><path d="M14.469 9.414a.75.75 0 0 1 .117 1.055l-4 5a.75.75 0 0 1-1.116.061l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.908 1.907 3.476-4.346a.75.75 0 0 1 1.055-.117z"/>'),vM=(0,a.makeIcon)("Square",'<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>'),gM=(0,a.makeIcon)("SquareFill",'<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2z"/>'),_M=(0,a.makeIcon)("SquareHalf",'<path d="M8 15V1h6a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H8zm6 1a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12z"/>'),bM=(0,a.makeIcon)("Stack",'<path d="m14.12 10.163 1.715.858c.22.11.22.424 0 .534L8.267 15.34a.598.598 0 0 1-.534 0L.165 11.555a.299.299 0 0 1 0-.534l1.716-.858 5.317 2.659c.505.252 1.1.252 1.604 0l5.317-2.66zM7.733.063a.598.598 0 0 1 .534 0l7.568 3.784a.3.3 0 0 1 0 .535L8.267 8.165a.598.598 0 0 1-.534 0L.165 4.382a.299.299 0 0 1 0-.535L7.733.063z"/><path d="m14.12 6.576 1.715.858c.22.11.22.424 0 .534l-7.568 3.784a.598.598 0 0 1-.534 0L.165 7.968a.299.299 0 0 1 0-.534l1.716-.858 5.317 2.659c.505.252 1.1.252 1.604 0l5.317-2.659z"/>'),yM=(0,a.makeIcon)("Star",'<path d="M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767-3.686 1.894.694-3.957a.565.565 0 0 0-.163-.505L1.71 6.745l4.052-.576a.525.525 0 0 0 .393-.288L8 2.223l1.847 3.658a.525.525 0 0 0 .393.288l4.052.575-2.906 2.77a.565.565 0 0 0-.163.506l.694 3.957-3.686-1.894a.503.503 0 0 0-.461 0z"/>'),MM=(0,a.makeIcon)("StarFill",'<path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>'),IM=(0,a.makeIcon)("StarHalf",'<path d="M5.354 5.119 7.538.792A.516.516 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327 4.898.696A.537.537 0 0 1 16 6.32a.548.548 0 0 1-.17.445l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.52.52 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403.58.58 0 0 1 .085-.302.513.513 0 0 1 .37-.245l4.898-.696zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894-.694-3.957a.565.565 0 0 1 .162-.505l2.907-2.77-4.052-.576a.525.525 0 0 1-.393-.288L8.001 2.223 8 2.226v9.8z"/>'),BM=(0,a.makeIcon)("Stars",'<path d="M7.657 6.247c.11-.33.576-.33.686 0l.645 1.937a2.89 2.89 0 0 0 1.829 1.828l1.936.645c.33.11.33.576 0 .686l-1.937.645a2.89 2.89 0 0 0-1.828 1.829l-.645 1.936a.361.361 0 0 1-.686 0l-.645-1.937a2.89 2.89 0 0 0-1.828-1.828l-1.937-.645a.361.361 0 0 1 0-.686l1.937-.645a2.89 2.89 0 0 0 1.828-1.828l.645-1.937zM3.794 1.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387A1.734 1.734 0 0 0 4.593 5.69l-.387 1.162a.217.217 0 0 1-.412 0L3.407 5.69A1.734 1.734 0 0 0 2.31 4.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387A1.734 1.734 0 0 0 3.407 2.31l.387-1.162zM10.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732L9.1 2.137a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L10.863.1z"/>'),kM=(0,a.makeIcon)("Stickies",'<path d="M1.5 0A1.5 1.5 0 0 0 0 1.5V13a1 1 0 0 0 1 1V1.5a.5.5 0 0 1 .5-.5H14a1 1 0 0 0-1-1H1.5z"/><path d="M3.5 2A1.5 1.5 0 0 0 2 3.5v11A1.5 1.5 0 0 0 3.5 16h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 16 9.586V3.5A1.5 1.5 0 0 0 14.5 2h-11zM3 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5V9h-4.5A1.5 1.5 0 0 0 9 10.5V15H3.5a.5.5 0 0 1-.5-.5v-11zm7 11.293V10.5a.5.5 0 0 1 .5-.5h4.293L10 14.793z"/>'),PM=(0,a.makeIcon)("StickiesFill",'<path d="M0 1.5V13a1 1 0 0 0 1 1V1.5a.5.5 0 0 1 .5-.5H14a1 1 0 0 0-1-1H1.5A1.5 1.5 0 0 0 0 1.5z"/><path d="M3.5 2A1.5 1.5 0 0 0 2 3.5v11A1.5 1.5 0 0 0 3.5 16h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 16 9.586V3.5A1.5 1.5 0 0 0 14.5 2h-11zm6 8.5a1 1 0 0 1 1-1h4.396a.25.25 0 0 1 .177.427l-5.146 5.146a.25.25 0 0 1-.427-.177V10.5z"/>'),TM=(0,a.makeIcon)("Sticky",'<path d="M2.5 1A1.5 1.5 0 0 0 1 2.5v11A1.5 1.5 0 0 0 2.5 15h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 15 8.586V2.5A1.5 1.5 0 0 0 13.5 1h-11zM2 2.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5V8H9.5A1.5 1.5 0 0 0 8 9.5V14H2.5a.5.5 0 0 1-.5-.5v-11zm7 11.293V9.5a.5.5 0 0 1 .5-.5h4.293L9 13.793z"/>'),wM=(0,a.makeIcon)("StickyFill",'<path d="M2.5 1A1.5 1.5 0 0 0 1 2.5v11A1.5 1.5 0 0 0 2.5 15h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 15 8.586V2.5A1.5 1.5 0 0 0 13.5 1h-11zm6 8.5a1 1 0 0 1 1-1h4.396a.25.25 0 0 1 .177.427l-5.146 5.146a.25.25 0 0 1-.427-.177V9.5z"/>'),EM=(0,a.makeIcon)("Stop",'<path d="M3.5 5A1.5 1.5 0 0 1 5 3.5h6A1.5 1.5 0 0 1 12.5 5v6a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 11V5zM5 4.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V5a.5.5 0 0 0-.5-.5H5z"/>'),OM=(0,a.makeIcon)("StopBtn",'<path d="M6.5 5A1.5 1.5 0 0 0 5 6.5v3A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-3A1.5 1.5 0 0 0 9.5 5h-3z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>'),AM=(0,a.makeIcon)("StopBtnFill",'<path d="M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.5-7A1.5 1.5 0 0 0 5 6.5v3A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-3A1.5 1.5 0 0 0 9.5 5h-3z"/>'),LM=(0,a.makeIcon)("StopCircle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5v-3z"/>'),SM=(0,a.makeIcon)("StopCircleFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.5 5A1.5 1.5 0 0 0 5 6.5v3A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-3A1.5 1.5 0 0 0 9.5 5h-3z"/>'),CM=(0,a.makeIcon)("StopFill",'<path d="M5 3.5h6A1.5 1.5 0 0 1 12.5 5v6a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 11V5A1.5 1.5 0 0 1 5 3.5z"/>'),zM=(0,a.makeIcon)("Stoplights",'<path d="M8 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm1.5 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/><path d="M4 2a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2h2c-.167.5-.8 1.6-2 2v2h2c-.167.5-.8 1.6-2 2v2h2c-.167.5-.8 1.6-2 2v1a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1c-1.2-.4-1.833-1.5-2-2h2V8c-1.2-.4-1.833-1.5-2-2h2V4c-1.2-.4-1.833-1.5-2-2h2zm2-1a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H6z"/>'),xM=(0,a.makeIcon)("StoplightsFill",'<path fill-rule="evenodd" d="M6 0a2 2 0 0 0-2 2H2c.167.5.8 1.6 2 2v2H2c.167.5.8 1.6 2 2v2H2c.167.5.8 1.6 2 2v1a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-1c1.2-.4 1.833-1.5 2-2h-2V8c1.2-.4 1.833-1.5 2-2h-2V4c1.2-.4 1.833-1.5 2-2h-2a2 2 0 0 0-2-2H6zm3.5 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM8 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>'),DM=(0,a.makeIcon)("Stopwatch",'<path d="M8.5 5.6a.5.5 0 1 0-1 0v2.9h-3a.5.5 0 0 0 0 1H8a.5.5 0 0 0 .5-.5V5.6z"/><path d="M6.5 1A.5.5 0 0 1 7 .5h2a.5.5 0 0 1 0 1v.57c1.36.196 2.594.78 3.584 1.64a.715.715 0 0 1 .012-.013l.354-.354-.354-.353a.5.5 0 0 1 .707-.708l1.414 1.415a.5.5 0 1 1-.707.707l-.353-.354-.354.354a.512.512 0 0 1-.013.012A7 7 0 1 1 7 2.071V1.5a.5.5 0 0 1-.5-.5zM8 3a6 6 0 1 0 .001 12A6 6 0 0 0 8 3z"/>'),FM=(0,a.makeIcon)("StopwatchFill",'<path d="M6.5 0a.5.5 0 0 0 0 1H7v1.07A7.001 7.001 0 0 0 8 16a7 7 0 0 0 5.29-11.584.531.531 0 0 0 .013-.012l.354-.354.353.354a.5.5 0 1 0 .707-.707l-1.414-1.415a.5.5 0 1 0-.707.707l.354.354-.354.354a.717.717 0 0 0-.012.012A6.973 6.973 0 0 0 9 2.071V1h.5a.5.5 0 0 0 0-1h-3zm2 5.6V9a.5.5 0 0 1-.5.5H4.5a.5.5 0 0 1 0-1h3V5.6a.5.5 0 1 1 1 0z"/>'),HM=(0,a.makeIcon)("Subtract",'<path d="M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2z"/>'),NM=(0,a.makeIcon)("SuitClub",'<path d="M8 1a3.25 3.25 0 0 0-3.25 3.25c0 .186 0 .29.016.41.014.12.045.27.12.527l.19.665-.692-.028a3.25 3.25 0 1 0 2.357 5.334.5.5 0 0 1 .844.518l-.003.005-.006.015-.024.055a21.893 21.893 0 0 1-.438.92 22.38 22.38 0 0 1-1.266 2.197c-.013.018-.02.05.001.09.01.02.021.03.03.036A.036.036 0 0 0 5.9 15h4.2c.01 0 .016-.002.022-.006a.092.092 0 0 0 .029-.035c.02-.04.014-.073.001-.091a22.875 22.875 0 0 1-1.704-3.117l-.024-.054-.006-.015-.002-.004a.5.5 0 0 1 .838-.524c.601.7 1.516 1.168 2.496 1.168a3.25 3.25 0 1 0-.139-6.498l-.699.03.199-.671c.14-.47.14-.745.139-.927V4.25A3.25 3.25 0 0 0 8 1zm2.207 12.024c.225.405.487.848.78 1.294C11.437 15 10.975 16 10.1 16H5.9c-.876 0-1.338-1-.887-1.683.291-.442.552-.88.776-1.283a4.25 4.25 0 1 1-2.007-8.187 2.79 2.79 0 0 1-.009-.064c-.023-.187-.023-.348-.023-.52V4.25a4.25 4.25 0 0 1 8.5 0c0 .14 0 .333-.04.596a4.25 4.25 0 0 1-.46 8.476 4.186 4.186 0 0 1-1.543-.298z"/>'),RM=(0,a.makeIcon)("SuitClubFill",'<path d="M11.5 12.5a3.493 3.493 0 0 1-2.684-1.254 19.92 19.92 0 0 0 1.582 2.907c.231.35-.02.847-.438.847H6.04c-.419 0-.67-.497-.438-.847a19.919 19.919 0 0 0 1.582-2.907 3.5 3.5 0 1 1-2.538-5.743 3.5 3.5 0 1 1 6.708 0A3.5 3.5 0 1 1 11.5 12.5z"/>'),VM=(0,a.makeIcon)("SuitDiamond",'<path d="M8.384 1.226a.463.463 0 0 0-.768 0l-4.56 6.468a.537.537 0 0 0 0 .612l4.56 6.469a.463.463 0 0 0 .768 0l4.56-6.469a.537.537 0 0 0 0-.612l-4.56-6.468zM6.848.613a1.39 1.39 0 0 1 2.304 0l4.56 6.468a1.61 1.61 0 0 1 0 1.838l-4.56 6.468a1.39 1.39 0 0 1-2.304 0L2.288 8.92a1.61 1.61 0 0 1 0-1.838L6.848.613z"/>'),YM=(0,a.makeIcon)("SuitDiamondFill",'<path d="M2.45 7.4 7.2 1.067a1 1 0 0 1 1.6 0L13.55 7.4a1 1 0 0 1 0 1.2L8.8 14.933a1 1 0 0 1-1.6 0L2.45 8.6a1 1 0 0 1 0-1.2z"/>'),jM=(0,a.makeIcon)("SuitHeart",'<path d="m8 6.236-.894-1.789c-.222-.443-.607-1.08-1.152-1.595C5.418 2.345 4.776 2 4 2 2.324 2 1 3.326 1 4.92c0 1.211.554 2.066 1.868 3.37.337.334.721.695 1.146 1.093C5.122 10.423 6.5 11.717 8 13.447c1.5-1.73 2.878-3.024 3.986-4.064.425-.398.81-.76 1.146-1.093C14.446 6.986 15 6.131 15 4.92 15 3.326 13.676 2 12 2c-.777 0-1.418.345-1.954.852-.545.515-.93 1.152-1.152 1.595L8 6.236zm.392 8.292a.513.513 0 0 1-.784 0c-1.601-1.902-3.05-3.262-4.243-4.381C1.3 8.208 0 6.989 0 4.92 0 2.755 1.79 1 4 1c1.6 0 2.719 1.05 3.404 2.008.26.365.458.716.596.992a7.55 7.55 0 0 1 .596-.992C9.281 2.049 10.4 1 12 1c2.21 0 4 1.755 4 3.92 0 2.069-1.3 3.288-3.365 5.227-1.193 1.12-2.642 2.48-4.243 4.38z"/>'),$M=(0,a.makeIcon)("SuitHeartFill",'<path d="M4 1c2.21 0 4 1.755 4 3.92C8 2.755 9.79 1 12 1s4 1.755 4 3.92c0 3.263-3.234 4.414-7.608 9.608a.513.513 0 0 1-.784 0C3.234 9.334 0 8.183 0 4.92 0 2.755 1.79 1 4 1z"/>'),UM=(0,a.makeIcon)("SuitSpade",'<path d="M8 0a.5.5 0 0 1 .429.243c1.359 2.265 2.925 3.682 4.25 4.882.096.086.19.17.282.255C14.308 6.604 15.5 7.747 15.5 9.5a4 4 0 0 1-5.406 3.746c.235.39.491.782.722 1.131.434.659-.01 1.623-.856 1.623H6.04c-.845 0-1.29-.964-.856-1.623.263-.397.51-.777.728-1.134A4 4 0 0 1 .5 9.5c0-1.753 1.192-2.896 2.539-4.12l.281-.255c1.326-1.2 2.892-2.617 4.251-4.882A.5.5 0 0 1 8 0zM3.711 6.12C2.308 7.396 1.5 8.253 1.5 9.5a3 3 0 0 0 5.275 1.956.5.5 0 0 1 .868.43c-.094.438-.33.932-.611 1.428a29.247 29.247 0 0 1-1.013 1.614.03.03 0 0 0-.005.018.074.074 0 0 0 .024.054h3.924a.074.074 0 0 0 .024-.054.03.03 0 0 0-.005-.018c-.3-.455-.658-1.005-.96-1.535-.294-.514-.57-1.064-.664-1.507a.5.5 0 0 1 .868-.43A3 3 0 0 0 14.5 9.5c0-1.247-.808-2.104-2.211-3.38L12 5.86c-1.196-1.084-2.668-2.416-4-4.424-1.332 2.008-2.804 3.34-4 4.422l-.289.261z"/>'),GM=(0,a.makeIcon)("SuitSpadeFill",'<path d="M7.184 11.246A3.5 3.5 0 0 1 1 9c0-1.602 1.14-2.633 2.66-4.008C4.986 3.792 6.602 2.33 8 0c1.398 2.33 3.014 3.792 4.34 4.992C13.86 6.367 15 7.398 15 9a3.5 3.5 0 0 1-6.184 2.246 19.92 19.92 0 0 0 1.582 2.907c.231.35-.02.847-.438.847H6.04c-.419 0-.67-.497-.438-.847a19.919 19.919 0 0 0 1.582-2.907z"/>'),WM=(0,a.makeIcon)("Sun",'<path d="M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z"/>'),qM=(0,a.makeIcon)("SunFill",'<path d="M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z"/>'),XM=(0,a.makeIcon)("Sunglasses",'<path d="M3 5a2 2 0 0 0-2 2v.5H.5a.5.5 0 0 0 0 1H1V9a2 2 0 0 0 2 2h1a3 3 0 0 0 3-3 1 1 0 1 1 2 0 3 3 0 0 0 3 3h1a2 2 0 0 0 2-2v-.5h.5a.5.5 0 0 0 0-1H15V7a2 2 0 0 0-2-2h-2a2 2 0 0 0-1.888 1.338A1.99 1.99 0 0 0 8 6a1.99 1.99 0 0 0-1.112.338A2 2 0 0 0 5 5H3zm0 1h.941c.264 0 .348.356.112.474l-.457.228a2 2 0 0 0-.894.894l-.228.457C2.356 8.289 2 8.205 2 7.94V7a1 1 0 0 1 1-1z"/>'),JM=(0,a.makeIcon)("Sunrise",'<path d="M7.646 1.146a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708L8.5 2.707V4.5a.5.5 0 0 1-1 0V2.707l-.646.647a.5.5 0 1 1-.708-.708l1.5-1.5zM2.343 4.343a.5.5 0 0 1 .707 0l1.414 1.414a.5.5 0 0 1-.707.707L2.343 5.05a.5.5 0 0 1 0-.707zm11.314 0a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zM8 7a3 3 0 0 1 2.599 4.5H5.4A3 3 0 0 1 8 7zm3.71 4.5a4 4 0 1 0-7.418 0H.499a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-3.79zM0 10a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 10zm13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/>'),KM=(0,a.makeIcon)("SunriseFill",'<path d="M7.646 1.146a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708L8.5 2.707V4.5a.5.5 0 0 1-1 0V2.707l-.646.647a.5.5 0 1 1-.708-.708l1.5-1.5zM2.343 4.343a.5.5 0 0 1 .707 0l1.414 1.414a.5.5 0 0 1-.707.707L2.343 5.05a.5.5 0 0 1 0-.707zm11.314 0a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zM11.709 11.5a4 4 0 1 0-7.418 0H.5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-3.79zM0 10a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 10zm13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/>'),QM=(0,a.makeIcon)("Sunset",'<path d="M7.646 4.854a.5.5 0 0 0 .708 0l1.5-1.5a.5.5 0 0 0-.708-.708l-.646.647V1.5a.5.5 0 0 0-1 0v1.793l-.646-.647a.5.5 0 1 0-.708.708l1.5 1.5zm-5.303-.51a.5.5 0 0 1 .707 0l1.414 1.413a.5.5 0 0 1-.707.707L2.343 5.05a.5.5 0 0 1 0-.707zm11.314 0a.5.5 0 0 1 0 .706l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zM8 7a3 3 0 0 1 2.599 4.5H5.4A3 3 0 0 1 8 7zm3.71 4.5a4 4 0 1 0-7.418 0H.499a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-3.79zM0 10a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 10zm13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/>'),ZM=(0,a.makeIcon)("SunsetFill",'<path d="M7.646 4.854a.5.5 0 0 0 .708 0l1.5-1.5a.5.5 0 0 0-.708-.708l-.646.647V1.5a.5.5 0 0 0-1 0v1.793l-.646-.647a.5.5 0 1 0-.708.708l1.5 1.5zm-5.303-.51a.5.5 0 0 1 .707 0l1.414 1.413a.5.5 0 0 1-.707.707L2.343 5.05a.5.5 0 0 1 0-.707zm11.314 0a.5.5 0 0 1 0 .706l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zM11.709 11.5a4 4 0 1 0-7.418 0H.5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-3.79zM0 10a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 10zm13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/>'),eI=(0,a.makeIcon)("SymmetryHorizontal",'<path d="M13.5 7a.5.5 0 0 0 .24-.939l-11-6A.5.5 0 0 0 2 .5v6a.5.5 0 0 0 .5.5h11zm.485 2.376a.5.5 0 0 1-.246.563l-11 6A.5.5 0 0 1 2 15.5v-6a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .485.376zM11.539 10H3v4.658L11.54 10z"/>'),tI=(0,a.makeIcon)("SymmetryVertical",'<path d="M7 2.5a.5.5 0 0 0-.939-.24l-6 11A.5.5 0 0 0 .5 14h6a.5.5 0 0 0 .5-.5v-11zm2.376-.484a.5.5 0 0 1 .563.245l6 11A.5.5 0 0 1 15.5 14h-6a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .376-.484zM10 4.46V13h4.658L10 4.46z"/>'),nI=(0,a.makeIcon)("Table",'<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 2h-4v3h4V4zm0 4h-4v3h4V8zm0 4h-4v3h3a1 1 0 0 0 1-1v-2zm-5 3v-3H6v3h4zm-5 0v-3H1v2a1 1 0 0 0 1 1h3zm-4-4h4V8H1v3zm0-4h4V4H1v3zm5-3v3h4V4H6zm4 4H6v3h4V8z"/>'),aI=(0,a.makeIcon)("Tablet",'<path d="M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z"/><path d="M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>'),rI=(0,a.makeIcon)("TabletFill",'<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm7 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0z"/>'),oI=(0,a.makeIcon)("TabletLandscape",'<path d="M1 4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4zm-1 8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8z"/><path d="M14 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0z"/>'),iI=(0,a.makeIcon)("TabletLandscapeFill",'<path d="M2 14a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2zm11-7a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/>'),sI=(0,a.makeIcon)("Tag",'<path d="M6 4.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-1 0a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0z"/><path d="M2 1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 1 6.586V2a1 1 0 0 1 1-1zm0 5.586 7 7L13.586 9l-7-7H2v4.586z"/>'),lI=(0,a.makeIcon)("TagFill",'<path d="M2 1a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l4.586-4.586a1 1 0 0 0 0-1.414l-7-7A1 1 0 0 0 6.586 1H2zm4 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>'),cI=(0,a.makeIcon)("Tags",'<path d="M3 2v4.586l7 7L14.586 9l-7-7H3zM2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586V2z"/><path d="M5.5 5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm0 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM1 7.086a1 1 0 0 0 .293.707L8.75 15.25l-.043.043a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 0 7.586V3a1 1 0 0 1 1-1v5.086z"/>'),uI=(0,a.makeIcon)("TagsFill",'<path d="M2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586V2zm3.5 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/><path d="M1.293 7.793A1 1 0 0 1 1 7.086V2a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l.043-.043-7.457-7.457z"/>'),dI=(0,a.makeIcon)("Telegram",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.287 5.906c-.778.324-2.334.994-4.666 2.01-.378.15-.577.298-.595.442-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294.26.006.549-.1.868-.32 2.179-1.471 3.304-2.214 3.374-2.23.05-.012.12-.026.166.016.047.041.042.12.037.141-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8.154 8.154 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629.093.06.183.125.27.187.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.426 1.426 0 0 0-.013-.315.337.337 0 0 0-.114-.217.526.526 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09z"/>'),hI=(0,a.makeIcon)("Telephone",'<path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>'),pI=(0,a.makeIcon)("TelephoneFill",'<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>'),fI=(0,a.makeIcon)("TelephoneForward",'<path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zm10.762.135a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L14.293 4H9.5a.5.5 0 0 1 0-1h4.793l-1.647-1.646a.5.5 0 0 1 0-.708z"/>'),mI=(0,a.makeIcon)("TelephoneForwardFill",'<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zm10.761.135a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L14.293 4H9.5a.5.5 0 0 1 0-1h4.793l-1.647-1.646a.5.5 0 0 1 0-.708z"/>'),vI=(0,a.makeIcon)("TelephoneInbound",'<path d="M15.854.146a.5.5 0 0 1 0 .708L11.707 5H14.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 1 0v2.793L15.146.146a.5.5 0 0 1 .708 0zm-12.2 1.182a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>'),gI=(0,a.makeIcon)("TelephoneInboundFill",'<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM15.854.146a.5.5 0 0 1 0 .708L11.707 5H14.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 1 0v2.793L15.146.146a.5.5 0 0 1 .708 0z"/>'),_I=(0,a.makeIcon)("TelephoneMinus",'<path fill-rule="evenodd" d="M10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z"/><path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>'),bI=(0,a.makeIcon)("TelephoneMinusFill",'<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z"/>'),yI=(0,a.makeIcon)("TelephoneOutbound",'<path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM11 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-4.146 4.147a.5.5 0 0 1-.708-.708L14.293 1H11.5a.5.5 0 0 1-.5-.5z"/>'),MI=(0,a.makeIcon)("TelephoneOutboundFill",'<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM11 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-4.146 4.147a.5.5 0 0 1-.708-.708L14.293 1H11.5a.5.5 0 0 1-.5-.5z"/>'),II=(0,a.makeIcon)("TelephonePlus",'<path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/><path fill-rule="evenodd" d="M12.5 1a.5.5 0 0 1 .5.5V3h1.5a.5.5 0 0 1 0 1H13v1.5a.5.5 0 0 1-1 0V4h-1.5a.5.5 0 0 1 0-1H12V1.5a.5.5 0 0 1 .5-.5z"/>'),BI=(0,a.makeIcon)("TelephonePlusFill",'<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM12.5 1a.5.5 0 0 1 .5.5V3h1.5a.5.5 0 0 1 0 1H13v1.5a.5.5 0 0 1-1 0V4h-1.5a.5.5 0 0 1 0-1H12V1.5a.5.5 0 0 1 .5-.5z"/>'),kI=(0,a.makeIcon)("TelephoneX",'<path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/><path fill-rule="evenodd" d="M11.146 1.646a.5.5 0 0 1 .708 0L13 2.793l1.146-1.147a.5.5 0 0 1 .708.708L13.707 3.5l1.147 1.146a.5.5 0 0 1-.708.708L13 4.207l-1.146 1.147a.5.5 0 0 1-.708-.708L12.293 3.5l-1.147-1.146a.5.5 0 0 1 0-.708z"/>'),PI=(0,a.makeIcon)("TelephoneXFill",'<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zm9.261 1.135a.5.5 0 0 1 .708 0L13 2.793l1.146-1.147a.5.5 0 0 1 .708.708L13.707 3.5l1.147 1.146a.5.5 0 0 1-.708.708L13 4.207l-1.146 1.147a.5.5 0 0 1-.708-.708L12.293 3.5l-1.147-1.146a.5.5 0 0 1 0-.708z"/>'),TI=(0,a.makeIcon)("Terminal",'<path d="M6 9a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 9zM3.854 4.146a.5.5 0 1 0-.708.708L4.793 6.5 3.146 8.146a.5.5 0 1 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2z"/><path d="M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2zm12 1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12z"/>'),wI=(0,a.makeIcon)("TerminalFill",'<path d="M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3zm9.5 5.5h-3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm-6.354-.354a.5.5 0 1 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2a.5.5 0 1 0-.708.708L4.793 6.5 3.146 8.146z"/>'),EI=(0,a.makeIcon)("TextCenter",'<path fill-rule="evenodd" d="M4 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>'),OI=(0,a.makeIcon)("TextIndentLeft",'<path d="M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm.646 2.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L4.293 8 2.646 6.354a.5.5 0 0 1 0-.708zM7 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm-5 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>'),AI=(0,a.makeIcon)("TextIndentRight",'<path d="M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm10.646 2.146a.5.5 0 0 1 .708.708L11.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zM2 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>'),LI=(0,a.makeIcon)("TextLeft",'<path fill-rule="evenodd" d="M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>'),SI=(0,a.makeIcon)("TextParagraph",'<path fill-rule="evenodd" d="M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5z"/>'),CI=(0,a.makeIcon)("TextRight",'<path fill-rule="evenodd" d="M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>'),zI=(0,a.makeIcon)("Textarea",'<path d="M1.5 2.5A1.5 1.5 0 0 1 3 1h10a1.5 1.5 0 0 1 1.5 1.5v3.563a2 2 0 0 1 0 3.874V13.5A1.5 1.5 0 0 1 13 15H3a1.5 1.5 0 0 1-1.5-1.5V9.937a2 2 0 0 1 0-3.874V2.5zm1 3.563a2 2 0 0 1 0 3.874V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V9.937a2 2 0 0 1 0-3.874V2.5A.5.5 0 0 0 13 2H3a.5.5 0 0 0-.5.5v3.563zM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/>'),xI=(0,a.makeIcon)("TextareaResize",'<path d="M.5 4A2.5 2.5 0 0 1 3 1.5h12A2.5 2.5 0 0 1 17.5 4v8a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 12V4zM3 2.5A1.5 1.5 0 0 0 1.5 4v8A1.5 1.5 0 0 0 3 13.5h12a1.5 1.5 0 0 0 1.5-1.5V4A1.5 1.5 0 0 0 15 2.5H3zm11.854 5.646a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708l3-3a.5.5 0 0 1 .708 0zm0 2.5a.5.5 0 0 1 0 .708l-.5.5a.5.5 0 0 1-.708-.708l.5-.5a.5.5 0 0 1 .708 0z"/>'),DI=(0,a.makeIcon)("TextareaT",'<path d="M1.5 2.5A1.5 1.5 0 0 1 3 1h10a1.5 1.5 0 0 1 1.5 1.5v3.563a2 2 0 0 1 0 3.874V13.5A1.5 1.5 0 0 1 13 15H3a1.5 1.5 0 0 1-1.5-1.5V9.937a2 2 0 0 1 0-3.874V2.5zm1 3.563a2 2 0 0 1 0 3.874V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V9.937a2 2 0 0 1 0-3.874V2.5A.5.5 0 0 0 13 2H3a.5.5 0 0 0-.5.5v3.563zM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/><path d="M11.434 4H4.566L4.5 5.994h.386c.21-1.252.612-1.446 2.173-1.495l.343-.011v6.343c0 .537-.116.665-1.049.748V12h3.294v-.421c-.938-.083-1.054-.21-1.054-.748V4.488l.348.01c1.56.05 1.963.244 2.173 1.496h.386L11.434 4z"/>'),FI=(0,a.makeIcon)("Thermometer",'<path d="M8 14a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/><path d="M8 0a2.5 2.5 0 0 0-2.5 2.5v7.55a3.5 3.5 0 1 0 5 0V2.5A2.5 2.5 0 0 0 8 0zM6.5 2.5a1.5 1.5 0 1 1 3 0v7.987l.167.15a2.5 2.5 0 1 1-3.333 0l.166-.15V2.5z"/>'),HI=(0,a.makeIcon)("ThermometerHalf",'<path d="M9.5 12.5a1.5 1.5 0 1 1-2-1.415V6.5a.5.5 0 0 1 1 0v4.585a1.5 1.5 0 0 1 1 1.415z"/><path d="M5.5 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0V2.5zM8 1a1.5 1.5 0 0 0-1.5 1.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0l-.166-.15V2.5A1.5 1.5 0 0 0 8 1z"/>'),NI=(0,a.makeIcon)("ThermometerHigh",'<path d="M9.5 12.5a1.5 1.5 0 1 1-2-1.415V2.5a.5.5 0 0 1 1 0v8.585a1.5 1.5 0 0 1 1 1.415z"/><path d="M5.5 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0V2.5zM8 1a1.5 1.5 0 0 0-1.5 1.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0l-.166-.15V2.5A1.5 1.5 0 0 0 8 1z"/>'),RI=(0,a.makeIcon)("ThermometerLow",'<path d="M9.5 12.5a1.5 1.5 0 1 1-2-1.415V9.5a.5.5 0 0 1 1 0v1.585a1.5 1.5 0 0 1 1 1.415z"/><path d="M5.5 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0V2.5zM8 1a1.5 1.5 0 0 0-1.5 1.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0l-.166-.15V2.5A1.5 1.5 0 0 0 8 1z"/>'),VI=(0,a.makeIcon)("ThermometerSnow",'<path d="M5 12.5a1.5 1.5 0 1 1-2-1.415V9.5a.5.5 0 0 1 1 0v1.585A1.5 1.5 0 0 1 5 12.5z"/><path d="M1 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0V2.5zM3.5 1A1.5 1.5 0 0 0 2 2.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0L5 10.486V2.5A1.5 1.5 0 0 0 3.5 1zm5 1a.5.5 0 0 1 .5.5v1.293l.646-.647a.5.5 0 0 1 .708.708L9 5.207v1.927l1.669-.963.495-1.85a.5.5 0 1 1 .966.26l-.237.882 1.12-.646a.5.5 0 0 1 .5.866l-1.12.646.884.237a.5.5 0 1 1-.26.966l-1.848-.495L9.5 8l1.669.963 1.849-.495a.5.5 0 1 1 .258.966l-.883.237 1.12.646a.5.5 0 0 1-.5.866l-1.12-.646.237.883a.5.5 0 1 1-.966.258L10.67 9.83 9 8.866v1.927l1.354 1.353a.5.5 0 0 1-.708.708L9 12.207V13.5a.5.5 0 0 1-1 0v-11a.5.5 0 0 1 .5-.5z"/>'),YI=(0,a.makeIcon)("ThermometerSun",'<path d="M5 12.5a1.5 1.5 0 1 1-2-1.415V2.5a.5.5 0 0 1 1 0v8.585A1.5 1.5 0 0 1 5 12.5z"/><path d="M1 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0V2.5zM3.5 1A1.5 1.5 0 0 0 2 2.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0L5 10.486V2.5A1.5 1.5 0 0 0 3.5 1zm5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5zm4.243 1.757a.5.5 0 0 1 0 .707l-.707.708a.5.5 0 1 1-.708-.708l.708-.707a.5.5 0 0 1 .707 0zM8 5.5a.5.5 0 0 1 .5-.5 3 3 0 1 1 0 6 .5.5 0 0 1 0-1 2 2 0 0 0 0-4 .5.5 0 0 1-.5-.5zM12.5 8a.5.5 0 0 1 .5-.5h1a.5.5 0 1 1 0 1h-1a.5.5 0 0 1-.5-.5zm-1.172 2.828a.5.5 0 0 1 .708 0l.707.708a.5.5 0 0 1-.707.707l-.708-.707a.5.5 0 0 1 0-.708zM8.5 12a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5z"/>'),jI=(0,a.makeIcon)("ThreeDots",'<path d="M3 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>'),$I=(0,a.makeIcon)("ThreeDotsVertical",'<path d="M9.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>'),UI=(0,a.makeIcon)("Toggle2Off",'<path d="M9 11c.628-.836 1-1.874 1-3a4.978 4.978 0 0 0-1-3h4a3 3 0 1 1 0 6H9z"/><path d="M5 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0 1A5 5 0 1 0 5 3a5 5 0 0 0 0 10z"/>'),GI=(0,a.makeIcon)("Toggle2On",'<path d="M7 5H3a3 3 0 0 0 0 6h4a4.995 4.995 0 0 1-.584-1H3a2 2 0 1 1 0-4h3.416c.156-.357.352-.692.584-1z"/><path d="M16 8A5 5 0 1 1 6 8a5 5 0 0 1 10 0z"/>'),WI=(0,a.makeIcon)("ToggleOff",'<path d="M11 4a4 4 0 0 1 0 8H8a4.992 4.992 0 0 0 2-4 4.992 4.992 0 0 0-2-4h3zm-6 8a4 4 0 1 1 0-8 4 4 0 0 1 0 8zM0 8a5 5 0 0 0 5 5h6a5 5 0 0 0 0-10H5a5 5 0 0 0-5 5z"/>'),qI=(0,a.makeIcon)("ToggleOn",'<path d="M5 3a5 5 0 0 0 0 10h6a5 5 0 0 0 0-10H5zm6 9a4 4 0 1 1 0-8 4 4 0 0 1 0 8z"/>'),XI=(0,a.makeIcon)("Toggles",'<path d="M4.5 9a3.5 3.5 0 1 0 0 7h7a3.5 3.5 0 1 0 0-7h-7zm7 6a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm-7-14a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm2.45 0A3.49 3.49 0 0 1 8 3.5 3.49 3.49 0 0 1 6.95 6h4.55a2.5 2.5 0 0 0 0-5H6.95zM4.5 0h7a3.5 3.5 0 1 1 0 7h-7a3.5 3.5 0 1 1 0-7z"/>'),JI=(0,a.makeIcon)("Toggles2",'<path d="M9.465 10H12a2 2 0 1 1 0 4H9.465c.34-.588.535-1.271.535-2 0-.729-.195-1.412-.535-2z"/><path d="M6 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 1a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm.535-10a3.975 3.975 0 0 1-.409-1H4a1 1 0 0 1 0-2h2.126c.091-.355.23-.69.41-1H4a2 2 0 1 0 0 4h2.535z"/><path d="M14 4a4 4 0 1 1-8 0 4 4 0 0 1 8 0z"/>'),KI=(0,a.makeIcon)("Tools",'<path d="M1 0 0 1l2.2 3.081a1 1 0 0 0 .815.419h.07a1 1 0 0 1 .708.293l2.675 2.675-2.617 2.654A3.003 3.003 0 0 0 0 13a3 3 0 1 0 5.878-.851l2.654-2.617.968.968-.305.914a1 1 0 0 0 .242 1.023l3.356 3.356a1 1 0 0 0 1.414 0l1.586-1.586a1 1 0 0 0 0-1.414l-3.356-3.356a1 1 0 0 0-1.023-.242L10.5 9.5l-.96-.96 2.68-2.643A3.005 3.005 0 0 0 16 3c0-.269-.035-.53-.102-.777l-2.14 2.141L12 4l-.364-1.757L13.777.102a3 3 0 0 0-3.675 3.68L7.462 6.46 4.793 3.793a1 1 0 0 1-.293-.707v-.071a1 1 0 0 0-.419-.814L1 0zm9.646 10.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708zM3 11l.471.242.529.026.287.445.445.287.026.529L5 13l-.242.471-.026.529-.445.287-.287.445-.529.026L3 15l-.471-.242L2 14.732l-.287-.445L1.268 14l-.026-.529L1 13l.242-.471.026-.529.445-.287.287-.445.529-.026L3 11z"/>'),QI=(0,a.makeIcon)("Tornado",'<path d="M1.125 2.45A.892.892 0 0 1 1 2c0-.26.116-.474.258-.634a1.9 1.9 0 0 1 .513-.389c.387-.21.913-.385 1.52-.525C4.514.17 6.18 0 8 0c1.821 0 3.486.17 4.709.452.607.14 1.133.314 1.52.525.193.106.374.233.513.389.141.16.258.374.258.634 0 1.011-.35 1.612-.634 2.102-.04.07-.08.137-.116.203a2.55 2.55 0 0 0-.313.809 2.938 2.938 0 0 0-.011.891.5.5 0 0 1 .428.849c-.06.06-.133.126-.215.195.204 1.116.088 1.99-.3 2.711-.453.84-1.231 1.383-2.02 1.856-.204.123-.412.243-.62.364-1.444.832-2.928 1.689-3.735 3.706a.5.5 0 0 1-.748.226l-.001-.001-.002-.001-.004-.003-.01-.008a2.142 2.142 0 0 1-.147-.115 4.095 4.095 0 0 1-1.179-1.656 3.786 3.786 0 0 1-.247-1.296A.498.498 0 0 1 5 12.5v-.018a.62.62 0 0 1 .008-.079.728.728 0 0 1 .188-.386c.09-.489.272-1.014.573-1.574a.5.5 0 0 1 .073-.918 3.29 3.29 0 0 1 .617-.144l.15-.193c.285-.356.404-.639.437-.861a.948.948 0 0 0-.122-.619c-.249-.455-.815-.903-1.613-1.43-.193-.127-.398-.258-.609-.394l-.119-.076a12.307 12.307 0 0 1-1.241-.334.5.5 0 0 1-.285-.707l-.23-.18C2.117 4.01 1.463 3.32 1.125 2.45zm1.973 1.051c.113.104.233.207.358.308.472.381.99.722 1.515 1.06 1.54.317 3.632.5 5.43.14a.5.5 0 0 1 .197.981c-1.216.244-2.537.26-3.759.157.399.326.744.682.963 1.081.203.373.302.79.233 1.247-.05.33-.182.657-.39.985.075.017.148.035.22.053l.006.002c.481.12.863.213 1.47.01a.5.5 0 1 1 .317.95c-.888.295-1.505.141-2.023.012l-.006-.002a3.894 3.894 0 0 0-.644-.123c-.37.55-.598 1.05-.726 1.497.142.045.296.11.465.194a.5.5 0 1 1-.448.894 3.11 3.11 0 0 0-.148-.07c.012.345.084.643.18.895.14.369.342.666.528.886.992-1.903 2.583-2.814 3.885-3.56.203-.116.399-.228.584-.34.775-.464 1.34-.89 1.653-1.472.212-.393.33-.9.26-1.617A6.74 6.74 0 0 1 10 8.5a.5.5 0 0 1 0-1 5.76 5.76 0 0 0 3.017-.872.515.515 0 0 1-.007-.03c-.135-.673-.14-1.207-.056-1.665.084-.46.253-.81.421-1.113l.131-.23c.065-.112.126-.22.182-.327-.29.107-.62.202-.98.285C11.487 3.83 9.822 4 8 4c-1.821 0-3.486-.17-4.709-.452-.065-.015-.13-.03-.193-.047zM13.964 2a1.12 1.12 0 0 0-.214-.145c-.272-.148-.697-.297-1.266-.428C11.354 1.166 9.769 1 8 1c-1.769 0-3.354.166-4.484.427-.569.13-.994.28-1.266.428A1.12 1.12 0 0 0 2.036 2c.04.038.109.087.214.145.272.148.697.297 1.266.428C4.646 2.834 6.231 3 8 3c1.769 0 3.354-.166 4.484-.427.569-.13.994-.28 1.266-.428A1.12 1.12 0 0 0 13.964 2z"/>'),ZI=(0,a.makeIcon)("Translate",'<path d="M4.545 6.714 4.11 8H3l1.862-5h1.284L8 8H6.833l-.435-1.286H4.545zm1.634-.736L5.5 3.956h-.049l-.679 2.022H6.18z"/><path d="M0 2a2 2 0 0 1 2-2h7a2 2 0 0 1 2 2v3h3a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3H2a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2zm7.138 9.995c.193.301.402.583.63.846-.748.575-1.673 1.001-2.768 1.292.178.217.451.635.555.867 1.125-.359 2.08-.844 2.886-1.494.777.665 1.739 1.165 2.93 1.472.133-.254.414-.673.629-.89-1.125-.253-2.057-.694-2.82-1.284.681-.747 1.222-1.651 1.621-2.757H14V8h-3v1.047h.765c-.318.844-.74 1.546-1.272 2.13a6.066 6.066 0 0 1-.415-.492 1.988 1.988 0 0 1-.94.31z"/>'),eB=(0,a.makeIcon)("Trash",'<path d="M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V6z"/><path fill-rule="evenodd" d="M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1v1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4H4.118zM2.5 3V2h11v1h-11z"/>'),tB=(0,a.makeIcon)("Trash2",'<path d="M14 3a.702.702 0 0 1-.037.225l-1.684 10.104A2 2 0 0 1 10.305 15H5.694a2 2 0 0 1-1.973-1.671L2.037 3.225A.703.703 0 0 1 2 3c0-1.105 2.686-2 6-2s6 .895 6 2zM3.215 4.207l1.493 8.957a1 1 0 0 0 .986.836h4.612a1 1 0 0 0 .986-.836l1.493-8.957C11.69 4.689 9.954 5 8 5c-1.954 0-3.69-.311-4.785-.793z"/>'),nB=(0,a.makeIcon)("Trash2Fill",'<path d="M2.037 3.225A.703.703 0 0 1 2 3c0-1.105 2.686-2 6-2s6 .895 6 2a.702.702 0 0 1-.037.225l-1.684 10.104A2 2 0 0 1 10.305 15H5.694a2 2 0 0 1-1.973-1.671L2.037 3.225zm9.89-.69C10.966 2.214 9.578 2 8 2c-1.58 0-2.968.215-3.926.534-.477.16-.795.327-.975.466.18.14.498.307.975.466C5.032 3.786 6.42 4 8 4s2.967-.215 3.926-.534c.477-.16.795-.327.975-.466-.18-.14-.498-.307-.975-.466z"/>'),aB=(0,a.makeIcon)("TrashFill",'<path d="M2.5 1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1H3v9a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V4h.5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1H2.5zm3 4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5zM8 5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7A.5.5 0 0 1 8 5zm3 .5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 1 0z"/>'),rB=(0,a.makeIcon)("Tree",'<path d="M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7V16h2v-2.5h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777l-3-4.5zM6.437 4.758A.5.5 0 0 0 6 4.5h-.066L8 1.401 10.066 4.5H10a.5.5 0 0 0-.424.765L11.598 8.5H11.5a.5.5 0 0 0-.447.724L12.69 12.5H3.309l1.638-3.276A.5.5 0 0 0 4.5 8.5h-.098l2.022-3.235a.5.5 0 0 0 .013-.507z"/>'),oB=(0,a.makeIcon)("TreeFill",'<path d="M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7V16h2v-2.5h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777l-3-4.5z"/>'),iB=(0,a.makeIcon)("Triangle",'<path d="M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.146.146 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.163.163 0 0 1-.054.06.116.116 0 0 1-.066.017H1.146a.115.115 0 0 1-.066-.017.163.163 0 0 1-.054-.06.176.176 0 0 1 .002-.183L7.884 2.073a.147.147 0 0 1 .054-.057zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z"/>'),sB=(0,a.makeIcon)("TriangleFill",'<path fill-rule="evenodd" d="M7.022 1.566a1.13 1.13 0 0 1 1.96 0l6.857 11.667c.457.778-.092 1.767-.98 1.767H1.144c-.889 0-1.437-.99-.98-1.767L7.022 1.566z"/>'),lB=(0,a.makeIcon)("TriangleHalf",'<path d="M8.065 2.016A.13.13 0 0 0 8.002 2v11.983l6.856.017a.12.12 0 0 0 .066-.017.162.162 0 0 0 .054-.06.176.176 0 0 0-.002-.183L8.12 2.073a.146.146 0 0 0-.054-.057zm-1.043-.45a1.13 1.13 0 0 1 1.96 0l6.856 11.667c.458.778-.091 1.767-.98 1.767H1.146c-.889 0-1.437-.99-.98-1.767L7.022 1.566z"/>'),cB=(0,a.makeIcon)("Trophy",'<path d="M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5c0 .538-.012 1.05-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33.076 33.076 0 0 1 2.5.5zm.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.05-.588-2.346-.72-3.935zm10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.59-.388 2.885-.72 3.935zM3.504 1c.007.517.026 1.006.056 1.469.13 2.028.457 3.546.87 4.667C5.294 9.48 6.484 10 7 10a.5.5 0 0 1 .5.5v2.61a1 1 0 0 1-.757.97l-1.426.356a.5.5 0 0 0-.179.085L4.5 15h7l-.638-.479a.501.501 0 0 0-.18-.085l-1.425-.356a1 1 0 0 1-.757-.97V10.5A.5.5 0 0 1 9 10c.516 0 1.706-.52 2.57-2.864.413-1.12.74-2.64.87-4.667.03-.463.049-.952.056-1.469H3.504z"/>'),uB=(0,a.makeIcon)("TrophyFill",'<path d="M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5c0 .538-.012 1.05-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33.076 33.076 0 0 1 2.5.5zm.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.05-.588-2.346-.72-3.935zm10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.59-.388 2.885-.72 3.935z"/>'),dB=(0,a.makeIcon)("TropicalStorm",'<path d="M8 9.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/><path d="M9.5 2c-.9 0-1.75.216-2.501.6A5 5 0 0 1 13 7.5a6.5 6.5 0 1 1-13 0 .5.5 0 0 1 1 0 5.5 5.5 0 0 0 8.001 4.9A5 5 0 0 1 3 7.5a6.5 6.5 0 0 1 13 0 .5.5 0 0 1-1 0A5.5 5.5 0 0 0 9.5 2zM8 3.5a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"/>'),hB=(0,a.makeIcon)("Truck",'<path d="M0 3.5A1.5 1.5 0 0 1 1.5 2h9A1.5 1.5 0 0 1 12 3.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-3.998-.085A1.5 1.5 0 0 1 0 10.5v-7zm1.294 7.456A1.999 1.999 0 0 1 4.732 11h5.536a2.01 2.01 0 0 1 .732-.732V3.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .294.456zM12 10a2 2 0 0 1 1.732 1h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12v4zm-9 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/>'),pB=(0,a.makeIcon)("TruckFlatbed",'<path d="M11.5 4a.5.5 0 0 1 .5.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-4 0 1 1 0 0 1-1-1v-1h11V4.5a.5.5 0 0 1 .5-.5zM3 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm1.732 0h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12v4a2 2 0 0 1 1.732 1z"/>'),fB=(0,a.makeIcon)("Tsunami",'<path d="M.036 12.314a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.757-.703a.5.5 0 0 1-.278-.65zm0 2a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.757-.703a.5.5 0 0 1-.278-.65zM2.662 8.08c-.456 1.063-.994 2.098-1.842 2.804a.5.5 0 0 1-.64-.768c.652-.544 1.114-1.384 1.564-2.43.14-.328.281-.68.427-1.044.302-.754.624-1.559 1.01-2.308C3.763 3.2 4.528 2.105 5.7 1.299 6.877.49 8.418 0 10.5 0c1.463 0 2.511.4 3.179 1.058.67.66.893 1.518.819 2.302-.074.771-.441 1.516-1.02 1.965a1.878 1.878 0 0 1-1.904.27c-.65.642-.907 1.679-.71 2.614C11.076 9.215 11.784 10 13 10h2.5a.5.5 0 0 1 0 1H13c-1.784 0-2.826-1.215-3.114-2.585-.232-1.1.005-2.373.758-3.284L10.5 5.06l-.777.388a.5.5 0 0 1-.447 0l-1-.5a.5.5 0 0 1 .447-.894l.777.388.776-.388a.5.5 0 0 1 .447 0l1 .5a.493.493 0 0 1 .034.018c.44.264.81.195 1.108-.036.328-.255.586-.729.637-1.27.05-.529-.1-1.076-.525-1.495-.426-.42-1.19-.77-2.477-.77-1.918 0-3.252.448-4.232 1.123C5.283 2.8 4.61 3.738 4.07 4.79c-.365.71-.655 1.433-.945 2.16-.15.376-.301.753-.463 1.13z"/>'),mB=(0,a.makeIcon)("Tv",'<path d="M2.5 13.5A.5.5 0 0 1 3 13h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zM13.991 3l.024.001a1.46 1.46 0 0 1 .538.143.757.757 0 0 1 .302.254c.067.1.145.277.145.602v5.991l-.001.024a1.464 1.464 0 0 1-.143.538.758.758 0 0 1-.254.302c-.1.067-.277.145-.602.145H2.009l-.024-.001a1.464 1.464 0 0 1-.538-.143.758.758 0 0 1-.302-.254C1.078 10.502 1 10.325 1 10V4.009l.001-.024a1.46 1.46 0 0 1 .143-.538.758.758 0 0 1 .254-.302C1.498 3.078 1.675 3 2 3h11.991zM14 2H2C0 2 0 4 0 4v6c0 2 2 2 2 2h12c2 0 2-2 2-2V4c0-2-2-2-2-2z"/>'),vB=(0,a.makeIcon)("TvFill",'<path d="M2.5 13.5A.5.5 0 0 1 3 13h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zM2 2h12s2 0 2 2v6s0 2-2 2H2s-2 0-2-2V4s0-2 2-2z"/>'),gB=(0,a.makeIcon)("Twitch",'<path d="M3.857 0 1 2.857v10.286h3.429V16l2.857-2.857H9.57L14.714 8V0H3.857zm9.714 7.429-2.285 2.285H9l-2 2v-2H4.429V1.143h9.142v6.286z"/><path d="M11.857 3.143h-1.143V6.57h1.143V3.143zm-3.143 0H7.571V6.57h1.143V3.143z"/>'),_B=(0,a.makeIcon)("Twitter",'<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/>'),bB=(0,a.makeIcon)("Type",'<path d="m2.244 13.081.943-2.803H6.66l.944 2.803H8.86L5.54 3.75H4.322L1 13.081h1.244zm2.7-7.923L6.34 9.314H3.51l1.4-4.156h.034zm9.146 7.027h.035v.896h1.128V8.125c0-1.51-1.114-2.345-2.646-2.345-1.736 0-2.59.916-2.666 2.174h1.108c.068-.718.595-1.19 1.517-1.19.971 0 1.518.52 1.518 1.464v.731H12.19c-1.647.007-2.522.8-2.522 2.058 0 1.319.957 2.18 2.345 2.18 1.06 0 1.716-.43 2.078-1.011zm-1.763.035c-.752 0-1.456-.397-1.456-1.244 0-.65.424-1.115 1.408-1.115h1.805v.834c0 .896-.752 1.525-1.757 1.525z"/>'),yB=(0,a.makeIcon)("TypeBold",'<path d="M8.21 13c2.106 0 3.412-1.087 3.412-2.823 0-1.306-.984-2.283-2.324-2.386v-.055a2.176 2.176 0 0 0 1.852-2.14c0-1.51-1.162-2.46-3.014-2.46H3.843V13H8.21zM5.908 4.674h1.696c.963 0 1.517.451 1.517 1.244 0 .834-.629 1.32-1.73 1.32H5.908V4.673zm0 6.788V8.598h1.73c1.217 0 1.88.492 1.88 1.415 0 .943-.643 1.449-1.832 1.449H5.907z"/>'),MB=(0,a.makeIcon)("TypeH1",'<path d="M8.637 13V3.669H7.379V7.62H2.758V3.67H1.5V13h1.258V8.728h4.62V13h1.259zm5.329 0V3.669h-1.244L10.5 5.316v1.265l2.16-1.565h.062V13h1.244z"/>'),IB=(0,a.makeIcon)("TypeH2",'<path d="M7.638 13V3.669H6.38V7.62H1.759V3.67H.5V13h1.258V8.728h4.62V13h1.259zm3.022-6.733v-.048c0-.889.63-1.668 1.716-1.668.957 0 1.675.608 1.675 1.572 0 .855-.554 1.504-1.067 2.085l-3.513 3.999V13H15.5v-1.094h-4.245v-.075l2.481-2.844c.875-.998 1.586-1.784 1.586-2.953 0-1.463-1.155-2.556-2.919-2.556-1.941 0-2.966 1.326-2.966 2.74v.049h1.223z"/>'),BB=(0,a.makeIcon)("TypeH3",'<path d="M7.637 13V3.669H6.379V7.62H1.758V3.67H.5V13h1.258V8.728h4.62V13h1.259zm3.625-4.272h1.018c1.142 0 1.935.67 1.949 1.674.013 1.005-.78 1.737-2.01 1.73-1.08-.007-1.853-.588-1.935-1.32H9.108c.069 1.327 1.224 2.386 3.083 2.386 1.935 0 3.343-1.155 3.309-2.789-.027-1.51-1.251-2.16-2.037-2.249v-.068c.704-.123 1.764-.91 1.723-2.229-.035-1.353-1.176-2.4-2.954-2.385-1.873.006-2.857 1.162-2.898 2.358h1.196c.062-.69.711-1.299 1.696-1.299.998 0 1.695.622 1.695 1.525.007.922-.718 1.592-1.695 1.592h-.964v1.074z"/>'),kB=(0,a.makeIcon)("TypeItalic",'<path d="M7.991 11.674 9.53 4.455c.123-.595.246-.71 1.347-.807l.11-.52H7.211l-.11.52c1.06.096 1.128.212 1.005.807L6.57 11.674c-.123.595-.246.71-1.346.806l-.11.52h3.774l.11-.52c-1.06-.095-1.129-.211-1.006-.806z"/>'),PB=(0,a.makeIcon)("TypeStrikethrough",'<path d="M6.333 5.686c0 .31.083.581.27.814H5.166a2.776 2.776 0 0 1-.099-.76c0-1.627 1.436-2.768 3.48-2.768 1.969 0 3.39 1.175 3.445 2.85h-1.23c-.11-1.08-.964-1.743-2.25-1.743-1.23 0-2.18.602-2.18 1.607zm2.194 7.478c-2.153 0-3.589-1.107-3.705-2.81h1.23c.144 1.06 1.129 1.703 2.544 1.703 1.34 0 2.31-.705 2.31-1.675 0-.827-.547-1.374-1.914-1.675L8.046 8.5H1v-1h14v1h-3.504c.468.437.675.994.675 1.697 0 1.826-1.436 2.967-3.644 2.967z"/>'),TB=(0,a.makeIcon)("TypeUnderline",'<path d="M5.313 3.136h-1.23V9.54c0 2.105 1.47 3.623 3.917 3.623s3.917-1.518 3.917-3.623V3.136h-1.23v6.323c0 1.49-.978 2.57-2.687 2.57-1.709 0-2.687-1.08-2.687-2.57V3.136zM12.5 15h-9v-1h9v1z"/>'),wB=(0,a.makeIcon)("UiChecks",'<path d="M7 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zM2 1a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2zm0 8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H2zm.854-3.646a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 1 1 .708.708l-2 2zm0 8a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708.708l-2 2zM7 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zm0-5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/>'),EB=(0,a.makeIcon)("UiChecksGrid",'<path d="M2 10h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1zm9-9h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zm0 9a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-3zm0-10a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-3zM2 9a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H2zm7 2a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-3zM0 2a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm5.354.854a.5.5 0 1 0-.708-.708L3 3.793l-.646-.647a.5.5 0 1 0-.708.708l1 1a.5.5 0 0 0 .708 0l2-2z"/>'),OB=(0,a.makeIcon)("UiRadios",'<path d="M7 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zM0 12a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm7-1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zm0-5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zM3 1a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0 4.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>'),AB=(0,a.makeIcon)("UiRadiosGrid",'<path d="M3.5 15a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm9-9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm0 9a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM16 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zm-9 9a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zm5.5 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zm-9-11a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"/>'),LB=(0,a.makeIcon)("Umbrella",'<path d="M8 0a.5.5 0 0 1 .5.5v.514C12.625 1.238 16 4.22 16 8c0 0 0 .5-.5.5-.149 0-.352-.145-.352-.145l-.004-.004-.025-.023a3.484 3.484 0 0 0-.555-.394A3.166 3.166 0 0 0 13 7.5c-.638 0-1.178.213-1.564.434a3.484 3.484 0 0 0-.555.394l-.025.023-.003.003s-.204.146-.353.146-.352-.145-.352-.145l-.004-.004-.025-.023a3.484 3.484 0 0 0-.555-.394 3.3 3.3 0 0 0-1.064-.39V13.5H8h.5v.039l-.005.083a2.958 2.958 0 0 1-.298 1.102 2.257 2.257 0 0 1-.763.88C7.06 15.851 6.587 16 6 16s-1.061-.148-1.434-.396a2.255 2.255 0 0 1-.763-.88 2.958 2.958 0 0 1-.302-1.185v-.025l-.001-.009v-.003s0-.002.5-.002h-.5V13a.5.5 0 0 1 1 0v.506l.003.044a1.958 1.958 0 0 0 .195.726c.095.191.23.367.423.495.19.127.466.229.879.229s.689-.102.879-.229c.193-.128.328-.304.424-.495a1.958 1.958 0 0 0 .197-.77V7.544a3.3 3.3 0 0 0-1.064.39 3.482 3.482 0 0 0-.58.417l-.004.004S5.65 8.5 5.5 8.5c-.149 0-.352-.145-.352-.145l-.004-.004a3.482 3.482 0 0 0-.58-.417A3.166 3.166 0 0 0 3 7.5c-.638 0-1.177.213-1.564.434a3.482 3.482 0 0 0-.58.417l-.004.004S.65 8.5.5 8.5C0 8.5 0 8 0 8c0-3.78 3.375-6.762 7.5-6.986V.5A.5.5 0 0 1 8 0zM6.577 2.123c-2.833.5-4.99 2.458-5.474 4.854A4.124 4.124 0 0 1 3 6.5c.806 0 1.48.25 1.962.511a9.706 9.706 0 0 1 .344-2.358c.242-.868.64-1.765 1.271-2.53zm-.615 4.93A4.16 4.16 0 0 1 8 6.5a4.16 4.16 0 0 1 2.038.553 8.688 8.688 0 0 0-.307-2.13C9.434 3.858 8.898 2.83 8 2.117c-.898.712-1.434 1.74-1.731 2.804a8.687 8.687 0 0 0-.307 2.131zm3.46-4.93c.631.765 1.03 1.662 1.272 2.53.233.833.328 1.66.344 2.358A4.14 4.14 0 0 1 13 6.5c.77 0 1.42.23 1.897.477-.484-2.396-2.641-4.355-5.474-4.854z"/>'),SB=(0,a.makeIcon)("UmbrellaFill",'<path fill-rule="evenodd" d="M8 0a.5.5 0 0 1 .5.5v.514C12.625 1.238 16 4.22 16 8c0 0 0 .5-.5.5-.149 0-.352-.145-.352-.145l-.004-.004-.025-.023a3.484 3.484 0 0 0-.555-.394A3.166 3.166 0 0 0 13 7.5c-.638 0-1.178.213-1.564.434a3.484 3.484 0 0 0-.555.394l-.025.023-.003.003s-.204.146-.353.146-.352-.145-.352-.145l-.004-.004-.025-.023a3.484 3.484 0 0 0-.555-.394 3.3 3.3 0 0 0-1.064-.39V13.5H8h.5v.039l-.005.083a2.958 2.958 0 0 1-.298 1.102 2.257 2.257 0 0 1-.763.88C7.06 15.851 6.587 16 6 16s-1.061-.148-1.434-.396a2.255 2.255 0 0 1-.763-.88 2.958 2.958 0 0 1-.302-1.185v-.025l-.001-.009v-.003s0-.002.5-.002h-.5V13a.5.5 0 0 1 1 0v.506l.003.044a1.958 1.958 0 0 0 .195.726c.095.191.23.367.423.495.19.127.466.229.879.229s.689-.102.879-.229c.193-.128.328-.304.424-.495a1.958 1.958 0 0 0 .197-.77V7.544a3.3 3.3 0 0 0-1.064.39 3.482 3.482 0 0 0-.58.417l-.004.004S5.65 8.5 5.5 8.5c-.149 0-.352-.145-.352-.145l-.004-.004a3.482 3.482 0 0 0-.58-.417A3.166 3.166 0 0 0 3 7.5c-.638 0-1.177.213-1.564.434a3.482 3.482 0 0 0-.58.417l-.004.004S.65 8.5.5 8.5C0 8.5 0 8 0 8c0-3.78 3.375-6.762 7.5-6.986V.5A.5.5 0 0 1 8 0z"/>'),CB=(0,a.makeIcon)("Union",'<path d="M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2z"/>'),zB=(0,a.makeIcon)("Unlock",'<path d="M11 1a2 2 0 0 0-2 2v4a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5V3a3 3 0 0 1 6 0v4a.5.5 0 0 1-1 0V3a2 2 0 0 0-2-2zM3 8a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H3z"/>'),xB=(0,a.makeIcon)("UnlockFill",'<path d="M11 1a2 2 0 0 0-2 2v4a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5V3a3 3 0 0 1 6 0v4a.5.5 0 0 1-1 0V3a2 2 0 0 0-2-2z"/>'),DB=(0,a.makeIcon)("Upc",'<path d="M3 4.5a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-7zm3 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7z"/>'),FB=(0,a.makeIcon)("UpcScan",'<path d="M1.5 1a.5.5 0 0 0-.5.5v3a.5.5 0 0 1-1 0v-3A1.5 1.5 0 0 1 1.5 0h3a.5.5 0 0 1 0 1h-3zM11 .5a.5.5 0 0 1 .5-.5h3A1.5 1.5 0 0 1 16 1.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 1-.5-.5zM.5 11a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 1 0 1h-3A1.5 1.5 0 0 1 0 14.5v-3a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v3a1.5 1.5 0 0 1-1.5 1.5h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 .5-.5zM3 4.5a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-7zm3 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7z"/>'),HB=(0,a.makeIcon)("Upload",'<path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"/><path d="M7.646 1.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 2.707V11.5a.5.5 0 0 1-1 0V2.707L5.354 4.854a.5.5 0 1 1-.708-.708l3-3z"/>'),NB=(0,a.makeIcon)("VectorPen",'<path fill-rule="evenodd" d="M10.646.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-1.902 1.902-.829 3.313a1.5 1.5 0 0 1-1.024 1.073L1.254 14.746 4.358 4.4A1.5 1.5 0 0 1 5.43 3.377l3.313-.828L10.646.646zm-1.8 2.908-3.173.793a.5.5 0 0 0-.358.342l-2.57 8.565 8.567-2.57a.5.5 0 0 0 .34-.357l.794-3.174-3.6-3.6z"/><path fill-rule="evenodd" d="M2.832 13.228 8 9a1 1 0 1 0-1-1l-4.228 5.168-.026.086.086-.026z"/>'),RB=(0,a.makeIcon)("ViewList",'<path d="M3 4.5h10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H3zM1 2a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 2zm0 12a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 14z"/>'),VB=(0,a.makeIcon)("ViewStacked",'<path d="M3 0h10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3zm0 8h10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H3z"/>'),YB=(0,a.makeIcon)("Vinyl",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM4 8a4 4 0 1 1 8 0 4 4 0 0 1-8 0z"/><path d="M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>'),jB=(0,a.makeIcon)("VinylFill",'<path d="M8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4 8a4 4 0 1 0 8 0 4 4 0 0 0-8 0z"/>'),$B=(0,a.makeIcon)("Voicemail",'<path d="M7 8.5A3.49 3.49 0 0 1 5.95 11h4.1a3.5 3.5 0 1 1 2.45 1h-9A3.5 3.5 0 1 1 7 8.5zm-6 0a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0zm14 0a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0z"/>'),UB=(0,a.makeIcon)("VolumeDown",'<path d="M9 4a.5.5 0 0 0-.812-.39L5.825 5.5H3.5A.5.5 0 0 0 3 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 9 12V4zM6.312 6.39 8 5.04v5.92L6.312 9.61A.5.5 0 0 0 6 9.5H4v-3h2a.5.5 0 0 0 .312-.11zM12.025 8a4.486 4.486 0 0 1-1.318 3.182L10 10.475A3.489 3.489 0 0 0 11.025 8 3.49 3.49 0 0 0 10 5.525l.707-.707A4.486 4.486 0 0 1 12.025 8z"/>'),GB=(0,a.makeIcon)("VolumeDownFill",'<path d="M9 4a.5.5 0 0 0-.812-.39L5.825 5.5H3.5A.5.5 0 0 0 3 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 9 12V4zm3.025 4a4.486 4.486 0 0 1-1.318 3.182L10 10.475A3.489 3.489 0 0 0 11.025 8 3.49 3.49 0 0 0 10 5.525l.707-.707A4.486 4.486 0 0 1 12.025 8z"/>'),WB=(0,a.makeIcon)("VolumeMute",'<path d="M6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06zM6 5.04 4.312 6.39A.5.5 0 0 1 4 6.5H2v3h2a.5.5 0 0 1 .312.11L6 10.96V5.04zm7.854.606a.5.5 0 0 1 0 .708L12.207 8l1.647 1.646a.5.5 0 0 1-.708.708L11.5 8.707l-1.646 1.647a.5.5 0 0 1-.708-.708L10.793 8 9.146 6.354a.5.5 0 1 1 .708-.708L11.5 7.293l1.646-1.647a.5.5 0 0 1 .708 0z"/>'),qB=(0,a.makeIcon)("VolumeMuteFill",'<path d="M6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06zm7.137 2.096a.5.5 0 0 1 0 .708L12.207 8l1.647 1.646a.5.5 0 0 1-.708.708L11.5 8.707l-1.646 1.647a.5.5 0 0 1-.708-.708L10.793 8 9.146 6.354a.5.5 0 1 1 .708-.708L11.5 7.293l1.646-1.647a.5.5 0 0 1 .708 0z"/>'),XB=(0,a.makeIcon)("VolumeOff",'<path d="M10.717 3.55A.5.5 0 0 1 11 4v8a.5.5 0 0 1-.812.39L7.825 10.5H5.5A.5.5 0 0 1 5 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06zM10 5.04 8.312 6.39A.5.5 0 0 1 8 6.5H6v3h2a.5.5 0 0 1 .312.11L10 10.96V5.04z"/>'),JB=(0,a.makeIcon)("VolumeOffFill",'<path d="M10.717 3.55A.5.5 0 0 1 11 4v8a.5.5 0 0 1-.812.39L7.825 10.5H5.5A.5.5 0 0 1 5 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06z"/>'),KB=(0,a.makeIcon)("VolumeUp",'<path d="M11.536 14.01A8.473 8.473 0 0 0 14.026 8a8.473 8.473 0 0 0-2.49-6.01l-.708.707A7.476 7.476 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303l.708.707z"/><path d="M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.483 5.483 0 0 1 11.025 8a5.483 5.483 0 0 1-1.61 3.89l.706.706z"/><path d="M10.025 8a4.486 4.486 0 0 1-1.318 3.182L8 10.475A3.489 3.489 0 0 0 9.025 8c0-.966-.392-1.841-1.025-2.475l.707-.707A4.486 4.486 0 0 1 10.025 8zM7 4a.5.5 0 0 0-.812-.39L3.825 5.5H1.5A.5.5 0 0 0 1 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 7 12V4zM4.312 6.39 6 5.04v5.92L4.312 9.61A.5.5 0 0 0 4 9.5H2v-3h2a.5.5 0 0 0 .312-.11z"/>'),QB=(0,a.makeIcon)("VolumeUpFill",'<path d="M11.536 14.01A8.473 8.473 0 0 0 14.026 8a8.473 8.473 0 0 0-2.49-6.01l-.708.707A7.476 7.476 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303l.708.707z"/><path d="M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.483 5.483 0 0 1 11.025 8a5.483 5.483 0 0 1-1.61 3.89l.706.706z"/><path d="M8.707 11.182A4.486 4.486 0 0 0 10.025 8a4.486 4.486 0 0 0-1.318-3.182L8 5.525A3.489 3.489 0 0 1 9.025 8 3.49 3.49 0 0 1 8 10.475l.707.707zM6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06z"/>'),ZB=(0,a.makeIcon)("Vr",'<path d="M3 12V4a1 1 0 0 1 1-1h2.5V2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5v-1H4a1 1 0 0 1-1-1zm6.5 1v1H12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H9.5v1H12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H9.5zM8 16a.5.5 0 0 1-.5-.5V.5a.5.5 0 0 1 1 0v15a.5.5 0 0 1-.5.5z"/>'),ek=(0,a.makeIcon)("Wallet",'<path d="M0 3a2 2 0 0 1 2-2h13.5a.5.5 0 0 1 0 1H15v2a1 1 0 0 1 1 1v8.5a1.5 1.5 0 0 1-1.5 1.5h-12A2.5 2.5 0 0 1 0 12.5V3zm1 1.732V12.5A1.5 1.5 0 0 0 2.5 14h12a.5.5 0 0 0 .5-.5V5H2a1.99 1.99 0 0 1-1-.268zM1 3a1 1 0 0 0 1 1h12V2H2a1 1 0 0 0-1 1z"/>'),tk=(0,a.makeIcon)("Wallet2",'<path d="M12.136.326A1.5 1.5 0 0 1 14 1.78V3h.5A1.5 1.5 0 0 1 16 4.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 13.5v-9a1.5 1.5 0 0 1 1.432-1.499L12.136.326zM5.562 3H13V1.78a.5.5 0 0 0-.621-.484L5.562 3zM1.5 4a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-13z"/>'),nk=(0,a.makeIcon)("WalletFill",'<path d="M1.5 2A1.5 1.5 0 0 0 0 3.5v2h6a.5.5 0 0 1 .5.5c0 .253.08.644.306.958.207.288.557.542 1.194.542.637 0 .987-.254 1.194-.542.226-.314.306-.705.306-.958a.5.5 0 0 1 .5-.5h6v-2A1.5 1.5 0 0 0 14.5 2h-13z"/><path d="M16 6.5h-5.551a2.678 2.678 0 0 1-.443 1.042C9.613 8.088 8.963 8.5 8 8.5c-.963 0-1.613-.412-2.006-.958A2.679 2.679 0 0 1 5.551 6.5H0v6A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-6z"/>'),ak=(0,a.makeIcon)("Watch",'<path d="M8.5 5a.5.5 0 0 0-1 0v2.5H6a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5V5z"/><path d="M5.667 16C4.747 16 4 15.254 4 14.333v-1.86A5.985 5.985 0 0 1 2 8c0-1.777.772-3.374 2-4.472V1.667C4 .747 4.746 0 5.667 0h4.666C11.253 0 12 .746 12 1.667v1.86a5.99 5.99 0 0 1 1.918 3.48.502.502 0 0 1 .582.493v1a.5.5 0 0 1-.582.493A5.99 5.99 0 0 1 12 12.473v1.86c0 .92-.746 1.667-1.667 1.667H5.667zM13 8A5 5 0 1 0 3 8a5 5 0 0 0 10 0z"/>'),rk=(0,a.makeIcon)("Water",'<path d="M.036 3.314a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0L.314 3.964a.5.5 0 0 1-.278-.65zm0 3a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0L.314 6.964a.5.5 0 0 1-.278-.65zm0 3a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0L.314 9.964a.5.5 0 0 1-.278-.65zm0 3a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.757-.703a.5.5 0 0 1-.278-.65z"/>'),ok=(0,a.makeIcon)("Whatsapp",'<path d="M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z"/>'),ik=(0,a.makeIcon)("Wifi",'<path d="M15.384 6.115a.485.485 0 0 0-.047-.736A12.444 12.444 0 0 0 8 3C5.259 3 2.723 3.882.663 5.379a.485.485 0 0 0-.048.736.518.518 0 0 0 .668.05A11.448 11.448 0 0 1 8 4c2.507 0 4.827.802 6.716 2.164.205.148.49.13.668-.049z"/><path d="M13.229 8.271a.482.482 0 0 0-.063-.745A9.455 9.455 0 0 0 8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745.525.525 0 0 0 .652.065A8.46 8.46 0 0 1 8 7a8.46 8.46 0 0 1 4.576 1.336c.206.132.48.108.653-.065zm-2.183 2.183c.226-.226.185-.605-.1-.75A6.473 6.473 0 0 0 8 9c-1.06 0-2.062.254-2.946.704-.285.145-.326.524-.1.75l.015.015c.16.16.407.19.611.09A5.478 5.478 0 0 1 8 10c.868 0 1.69.201 2.42.56.203.1.45.07.61-.091l.016-.015zM9.06 12.44c.196-.196.198-.52-.04-.66A1.99 1.99 0 0 0 8 11.5a1.99 1.99 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .707 0l.707-.707z"/>'),sk=(0,a.makeIcon)("Wifi1",'<path d="M11.046 10.454c.226-.226.185-.605-.1-.75A6.473 6.473 0 0 0 8 9c-1.06 0-2.062.254-2.946.704-.285.145-.326.524-.1.75l.015.015c.16.16.407.19.611.09A5.478 5.478 0 0 1 8 10c.868 0 1.69.201 2.42.56.203.1.45.07.611-.091l.015-.015zM9.06 12.44c.196-.196.198-.52-.04-.66A1.99 1.99 0 0 0 8 11.5a1.99 1.99 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .707 0l.708-.707z"/>'),lk=(0,a.makeIcon)("Wifi2",'<path d="M13.229 8.271c.216-.216.194-.578-.063-.745A9.456 9.456 0 0 0 8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745.525.525 0 0 0 .652.065A8.46 8.46 0 0 1 8 7a8.46 8.46 0 0 1 4.577 1.336c.205.132.48.108.652-.065zm-2.183 2.183c.226-.226.185-.605-.1-.75A6.473 6.473 0 0 0 8 9c-1.06 0-2.062.254-2.946.704-.285.145-.326.524-.1.75l.015.015c.16.16.408.19.611.09A5.478 5.478 0 0 1 8 10c.868 0 1.69.201 2.42.56.203.1.45.07.611-.091l.015-.015zM9.06 12.44c.196-.196.198-.52-.04-.66A1.99 1.99 0 0 0 8 11.5a1.99 1.99 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .708 0l.707-.707z"/>'),ck=(0,a.makeIcon)("WifiOff",'<path d="M10.706 3.294A12.545 12.545 0 0 0 8 3C5.259 3 2.723 3.882.663 5.379a.485.485 0 0 0-.048.736.518.518 0 0 0 .668.05A11.448 11.448 0 0 1 8 4c.63 0 1.249.05 1.852.148l.854-.854zM8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745.525.525 0 0 0 .652.065 8.448 8.448 0 0 1 3.51-1.27L8 6zm2.596 1.404.785-.785c.63.24 1.227.545 1.785.907a.482.482 0 0 1 .063.745.525.525 0 0 1-.652.065 8.462 8.462 0 0 0-1.98-.932zM8 10l.933-.933a6.455 6.455 0 0 1 2.013.637c.285.145.326.524.1.75l-.015.015a.532.532 0 0 1-.611.09A5.478 5.478 0 0 0 8 10zm4.905-4.905.747-.747c.59.3 1.153.645 1.685 1.03a.485.485 0 0 1 .047.737.518.518 0 0 1-.668.05 11.493 11.493 0 0 0-1.811-1.07zM9.02 11.78c.238.14.236.464.04.66l-.707.706a.5.5 0 0 1-.707 0l-.707-.707c-.195-.195-.197-.518.04-.66A1.99 1.99 0 0 1 8 11.5c.374 0 .723.102 1.021.28zm4.355-9.905a.53.53 0 0 1 .75.75l-10.75 10.75a.53.53 0 0 1-.75-.75l10.75-10.75z"/>'),uk=(0,a.makeIcon)("Wind",'<path d="M12.5 2A2.5 2.5 0 0 0 10 4.5a.5.5 0 0 1-1 0A3.5 3.5 0 1 1 12.5 8H.5a.5.5 0 0 1 0-1h12a2.5 2.5 0 0 0 0-5zm-7 1a1 1 0 0 0-1 1 .5.5 0 0 1-1 0 2 2 0 1 1 2 2h-5a.5.5 0 0 1 0-1h5a1 1 0 0 0 0-2zM0 9.5A.5.5 0 0 1 .5 9h10.042a3 3 0 1 1-3 3 .5.5 0 0 1 1 0 2 2 0 1 0 2-2H.5a.5.5 0 0 1-.5-.5z"/>'),dk=(0,a.makeIcon)("Window",'<path d="M2.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm1 .5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/><path d="M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2zm13 2v2H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zM2 14a1 1 0 0 1-1-1V6h14v7a1 1 0 0 1-1 1H2z"/>'),hk=(0,a.makeIcon)("WindowDock",'<path fill-rule="evenodd" d="M15 5H1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5zm0-1H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v1zm1-1a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3z"/><path d="M3 11.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm4 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm4 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/>'),pk=(0,a.makeIcon)("WindowSidebar",'<path d="M2.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm1 .5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/><path d="M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2zm12 1a1 1 0 0 1 1 1v2H1V3a1 1 0 0 1 1-1h12zM1 13V6h4v8H2a1 1 0 0 1-1-1zm5 1V6h9v7a1 1 0 0 1-1 1H6z"/>'),fk=(0,a.makeIcon)("Wrench",'<path d="M.102 2.223A3.004 3.004 0 0 0 3.78 5.897l6.341 6.252A3.003 3.003 0 0 0 13 16a3 3 0 1 0-.851-5.878L5.897 3.781A3.004 3.004 0 0 0 2.223.1l2.141 2.142L4 4l-1.757.364L.102 2.223zm13.37 9.019.528.026.287.445.445.287.026.529L15 13l-.242.471-.026.529-.445.287-.287.445-.529.026L13 15l-.471-.242-.529-.026-.287-.445-.445-.287-.026-.529L11 13l.242-.471.026-.529.445-.287.287-.445.529-.026L13 11l.471.242z"/>'),mk=(0,a.makeIcon)("X",'<path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/>'),vk=(0,a.makeIcon)("XCircle",'<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/>'),gk=(0,a.makeIcon)("XCircleFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z"/>'),_k=(0,a.makeIcon)("XDiamond",'<path d="M7.987 16a1.526 1.526 0 0 1-1.07-.448L.45 9.082a1.531 1.531 0 0 1 0-2.165L6.917.45a1.531 1.531 0 0 1 2.166 0l6.469 6.468A1.526 1.526 0 0 1 16 8.013a1.526 1.526 0 0 1-.448 1.07l-6.47 6.469A1.526 1.526 0 0 1 7.988 16zM7.639 1.17 4.766 4.044 8 7.278l3.234-3.234L8.361 1.17a.51.51 0 0 0-.722 0zM8.722 8l3.234 3.234 2.873-2.873c.2-.2.2-.523 0-.722l-2.873-2.873L8.722 8zM8 8.722l-3.234 3.234 2.873 2.873c.2.2.523.2.722 0l2.873-2.873L8 8.722zM7.278 8 4.044 4.766 1.17 7.639a.511.511 0 0 0 0 .722l2.874 2.873L7.278 8z"/>'),bk=(0,a.makeIcon)("XDiamondFill",'<path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L4.047 3.339 8 7.293l3.954-3.954L9.049.435zm3.61 3.611L8.708 8l3.954 3.954 2.904-2.905c.58-.58.58-1.519 0-2.098l-2.904-2.905zm-.706 8.614L8 8.708l-3.954 3.954 2.905 2.904c.58.58 1.519.58 2.098 0l2.905-2.904zm-8.614-.706L7.292 8 3.339 4.046.435 6.951c-.58.58-.58 1.519 0 2.098l2.904 2.905z"/>'),yk=(0,a.makeIcon)("XLg",'<path d="M1.293 1.293a1 1 0 0 1 1.414 0L8 6.586l5.293-5.293a1 1 0 1 1 1.414 1.414L9.414 8l5.293 5.293a1 1 0 0 1-1.414 1.414L8 9.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L6.586 8 1.293 2.707a1 1 0 0 1 0-1.414z"/>'),Mk=(0,a.makeIcon)("XOctagon",'<path d="M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1H5.1z"/><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/>'),Ik=(0,a.makeIcon)("XOctagonFill",'<path d="M11.46.146A.5.5 0 0 0 11.107 0H4.893a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146zm-6.106 4.5L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 1 1 .708-.708z"/>'),Bk=(0,a.makeIcon)("XSquare",'<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/>'),kk=(0,a.makeIcon)("XSquareFill",'<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm3.354 4.646L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 1 1 .708-.708z"/>'),Pk=(0,a.makeIcon)("Youtube",'<path d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z"/>'),Tk=(0,a.makeIcon)("ZoomIn",'<path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/><path d="M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z"/><path fill-rule="evenodd" d="M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z"/>'),wk=(0,a.makeIcon)("ZoomOut",'<path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/><path d="M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z"/><path fill-rule="evenodd" d="M3 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>')},5195:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BIconstack:()=>c,props:()=>l});var a=n(1915),r=n(94689),o=n(67040),i=n(20451),s=n(39143),l=(0,i.makePropsConfigurable)((0,o.omit)(s.props,["content","stacked"]),r.NAME_ICONSTACK),c=a.Vue.extend({name:r.NAME_ICONSTACK,functional:!0,props:l,render:function(e,t){var n=t.data,r=t.props,o=t.children;return e(s.BVIconBase,(0,a.mergeData)(n,{staticClass:"b-iconstack",props:r}),o)}})},29699:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BIcon:()=>o.BIcon,BIconstack:()=>i.BIconstack,BootstrapVueIcons:()=>s.BootstrapVueIcons,IconsPlugin:()=>s.IconsPlugin,iconNames:()=>s.iconNames});var a=n(7543),r={};for(const e in a)["default","BIcon","BIconstack","IconsPlugin","BootstrapVueIcons","iconNames"].indexOf(e)<0&&(r[e]=()=>a[e]);n.d(t,r);var o=n(43022),i=n(5195),s=n(97238)},97238:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BootstrapVueIcons:()=>c,IconsPlugin:()=>l,iconNames:()=>s});var a=n(11638),r=n(43022),o=n(5195),i=n(7543),s=["BIconBlank","BIconAlarm","BIconAlarmFill","BIconAlignBottom","BIconAlignCenter","BIconAlignEnd","BIconAlignMiddle","BIconAlignStart","BIconAlignTop","BIconAlt","BIconApp","BIconAppIndicator","BIconArchive","BIconArchiveFill","BIconArrow90degDown","BIconArrow90degLeft","BIconArrow90degRight","BIconArrow90degUp","BIconArrowBarDown","BIconArrowBarLeft","BIconArrowBarRight","BIconArrowBarUp","BIconArrowClockwise","BIconArrowCounterclockwise","BIconArrowDown","BIconArrowDownCircle","BIconArrowDownCircleFill","BIconArrowDownLeft","BIconArrowDownLeftCircle","BIconArrowDownLeftCircleFill","BIconArrowDownLeftSquare","BIconArrowDownLeftSquareFill","BIconArrowDownRight","BIconArrowDownRightCircle","BIconArrowDownRightCircleFill","BIconArrowDownRightSquare","BIconArrowDownRightSquareFill","BIconArrowDownShort","BIconArrowDownSquare","BIconArrowDownSquareFill","BIconArrowDownUp","BIconArrowLeft","BIconArrowLeftCircle","BIconArrowLeftCircleFill","BIconArrowLeftRight","BIconArrowLeftShort","BIconArrowLeftSquare","BIconArrowLeftSquareFill","BIconArrowRepeat","BIconArrowReturnLeft","BIconArrowReturnRight","BIconArrowRight","BIconArrowRightCircle","BIconArrowRightCircleFill","BIconArrowRightShort","BIconArrowRightSquare","BIconArrowRightSquareFill","BIconArrowUp","BIconArrowUpCircle","BIconArrowUpCircleFill","BIconArrowUpLeft","BIconArrowUpLeftCircle","BIconArrowUpLeftCircleFill","BIconArrowUpLeftSquare","BIconArrowUpLeftSquareFill","BIconArrowUpRight","BIconArrowUpRightCircle","BIconArrowUpRightCircleFill","BIconArrowUpRightSquare","BIconArrowUpRightSquareFill","BIconArrowUpShort","BIconArrowUpSquare","BIconArrowUpSquareFill","BIconArrowsAngleContract","BIconArrowsAngleExpand","BIconArrowsCollapse","BIconArrowsExpand","BIconArrowsFullscreen","BIconArrowsMove","BIconAspectRatio","BIconAspectRatioFill","BIconAsterisk","BIconAt","BIconAward","BIconAwardFill","BIconBack","BIconBackspace","BIconBackspaceFill","BIconBackspaceReverse","BIconBackspaceReverseFill","BIconBadge3d","BIconBadge3dFill","BIconBadge4k","BIconBadge4kFill","BIconBadge8k","BIconBadge8kFill","BIconBadgeAd","BIconBadgeAdFill","BIconBadgeAr","BIconBadgeArFill","BIconBadgeCc","BIconBadgeCcFill","BIconBadgeHd","BIconBadgeHdFill","BIconBadgeTm","BIconBadgeTmFill","BIconBadgeVo","BIconBadgeVoFill","BIconBadgeVr","BIconBadgeVrFill","BIconBadgeWc","BIconBadgeWcFill","BIconBag","BIconBagCheck","BIconBagCheckFill","BIconBagDash","BIconBagDashFill","BIconBagFill","BIconBagPlus","BIconBagPlusFill","BIconBagX","BIconBagXFill","BIconBank","BIconBank2","BIconBarChart","BIconBarChartFill","BIconBarChartLine","BIconBarChartLineFill","BIconBarChartSteps","BIconBasket","BIconBasket2","BIconBasket2Fill","BIconBasket3","BIconBasket3Fill","BIconBasketFill","BIconBattery","BIconBatteryCharging","BIconBatteryFull","BIconBatteryHalf","BIconBell","BIconBellFill","BIconBellSlash","BIconBellSlashFill","BIconBezier","BIconBezier2","BIconBicycle","BIconBinoculars","BIconBinocularsFill","BIconBlockquoteLeft","BIconBlockquoteRight","BIconBook","BIconBookFill","BIconBookHalf","BIconBookmark","BIconBookmarkCheck","BIconBookmarkCheckFill","BIconBookmarkDash","BIconBookmarkDashFill","BIconBookmarkFill","BIconBookmarkHeart","BIconBookmarkHeartFill","BIconBookmarkPlus","BIconBookmarkPlusFill","BIconBookmarkStar","BIconBookmarkStarFill","BIconBookmarkX","BIconBookmarkXFill","BIconBookmarks","BIconBookmarksFill","BIconBookshelf","BIconBootstrap","BIconBootstrapFill","BIconBootstrapReboot","BIconBorder","BIconBorderAll","BIconBorderBottom","BIconBorderCenter","BIconBorderInner","BIconBorderLeft","BIconBorderMiddle","BIconBorderOuter","BIconBorderRight","BIconBorderStyle","BIconBorderTop","BIconBorderWidth","BIconBoundingBox","BIconBoundingBoxCircles","BIconBox","BIconBoxArrowDown","BIconBoxArrowDownLeft","BIconBoxArrowDownRight","BIconBoxArrowInDown","BIconBoxArrowInDownLeft","BIconBoxArrowInDownRight","BIconBoxArrowInLeft","BIconBoxArrowInRight","BIconBoxArrowInUp","BIconBoxArrowInUpLeft","BIconBoxArrowInUpRight","BIconBoxArrowLeft","BIconBoxArrowRight","BIconBoxArrowUp","BIconBoxArrowUpLeft","BIconBoxArrowUpRight","BIconBoxSeam","BIconBraces","BIconBricks","BIconBriefcase","BIconBriefcaseFill","BIconBrightnessAltHigh","BIconBrightnessAltHighFill","BIconBrightnessAltLow","BIconBrightnessAltLowFill","BIconBrightnessHigh","BIconBrightnessHighFill","BIconBrightnessLow","BIconBrightnessLowFill","BIconBroadcast","BIconBroadcastPin","BIconBrush","BIconBrushFill","BIconBucket","BIconBucketFill","BIconBug","BIconBugFill","BIconBuilding","BIconBullseye","BIconCalculator","BIconCalculatorFill","BIconCalendar","BIconCalendar2","BIconCalendar2Check","BIconCalendar2CheckFill","BIconCalendar2Date","BIconCalendar2DateFill","BIconCalendar2Day","BIconCalendar2DayFill","BIconCalendar2Event","BIconCalendar2EventFill","BIconCalendar2Fill","BIconCalendar2Minus","BIconCalendar2MinusFill","BIconCalendar2Month","BIconCalendar2MonthFill","BIconCalendar2Plus","BIconCalendar2PlusFill","BIconCalendar2Range","BIconCalendar2RangeFill","BIconCalendar2Week","BIconCalendar2WeekFill","BIconCalendar2X","BIconCalendar2XFill","BIconCalendar3","BIconCalendar3Event","BIconCalendar3EventFill","BIconCalendar3Fill","BIconCalendar3Range","BIconCalendar3RangeFill","BIconCalendar3Week","BIconCalendar3WeekFill","BIconCalendar4","BIconCalendar4Event","BIconCalendar4Range","BIconCalendar4Week","BIconCalendarCheck","BIconCalendarCheckFill","BIconCalendarDate","BIconCalendarDateFill","BIconCalendarDay","BIconCalendarDayFill","BIconCalendarEvent","BIconCalendarEventFill","BIconCalendarFill","BIconCalendarMinus","BIconCalendarMinusFill","BIconCalendarMonth","BIconCalendarMonthFill","BIconCalendarPlus","BIconCalendarPlusFill","BIconCalendarRange","BIconCalendarRangeFill","BIconCalendarWeek","BIconCalendarWeekFill","BIconCalendarX","BIconCalendarXFill","BIconCamera","BIconCamera2","BIconCameraFill","BIconCameraReels","BIconCameraReelsFill","BIconCameraVideo","BIconCameraVideoFill","BIconCameraVideoOff","BIconCameraVideoOffFill","BIconCapslock","BIconCapslockFill","BIconCardChecklist","BIconCardHeading","BIconCardImage","BIconCardList","BIconCardText","BIconCaretDown","BIconCaretDownFill","BIconCaretDownSquare","BIconCaretDownSquareFill","BIconCaretLeft","BIconCaretLeftFill","BIconCaretLeftSquare","BIconCaretLeftSquareFill","BIconCaretRight","BIconCaretRightFill","BIconCaretRightSquare","BIconCaretRightSquareFill","BIconCaretUp","BIconCaretUpFill","BIconCaretUpSquare","BIconCaretUpSquareFill","BIconCart","BIconCart2","BIconCart3","BIconCart4","BIconCartCheck","BIconCartCheckFill","BIconCartDash","BIconCartDashFill","BIconCartFill","BIconCartPlus","BIconCartPlusFill","BIconCartX","BIconCartXFill","BIconCash","BIconCashCoin","BIconCashStack","BIconCast","BIconChat","BIconChatDots","BIconChatDotsFill","BIconChatFill","BIconChatLeft","BIconChatLeftDots","BIconChatLeftDotsFill","BIconChatLeftFill","BIconChatLeftQuote","BIconChatLeftQuoteFill","BIconChatLeftText","BIconChatLeftTextFill","BIconChatQuote","BIconChatQuoteFill","BIconChatRight","BIconChatRightDots","BIconChatRightDotsFill","BIconChatRightFill","BIconChatRightQuote","BIconChatRightQuoteFill","BIconChatRightText","BIconChatRightTextFill","BIconChatSquare","BIconChatSquareDots","BIconChatSquareDotsFill","BIconChatSquareFill","BIconChatSquareQuote","BIconChatSquareQuoteFill","BIconChatSquareText","BIconChatSquareTextFill","BIconChatText","BIconChatTextFill","BIconCheck","BIconCheck2","BIconCheck2All","BIconCheck2Circle","BIconCheck2Square","BIconCheckAll","BIconCheckCircle","BIconCheckCircleFill","BIconCheckLg","BIconCheckSquare","BIconCheckSquareFill","BIconChevronBarContract","BIconChevronBarDown","BIconChevronBarExpand","BIconChevronBarLeft","BIconChevronBarRight","BIconChevronBarUp","BIconChevronCompactDown","BIconChevronCompactLeft","BIconChevronCompactRight","BIconChevronCompactUp","BIconChevronContract","BIconChevronDoubleDown","BIconChevronDoubleLeft","BIconChevronDoubleRight","BIconChevronDoubleUp","BIconChevronDown","BIconChevronExpand","BIconChevronLeft","BIconChevronRight","BIconChevronUp","BIconCircle","BIconCircleFill","BIconCircleHalf","BIconCircleSquare","BIconClipboard","BIconClipboardCheck","BIconClipboardData","BIconClipboardMinus","BIconClipboardPlus","BIconClipboardX","BIconClock","BIconClockFill","BIconClockHistory","BIconCloud","BIconCloudArrowDown","BIconCloudArrowDownFill","BIconCloudArrowUp","BIconCloudArrowUpFill","BIconCloudCheck","BIconCloudCheckFill","BIconCloudDownload","BIconCloudDownloadFill","BIconCloudDrizzle","BIconCloudDrizzleFill","BIconCloudFill","BIconCloudFog","BIconCloudFog2","BIconCloudFog2Fill","BIconCloudFogFill","BIconCloudHail","BIconCloudHailFill","BIconCloudHaze","BIconCloudHaze1","BIconCloudHaze2Fill","BIconCloudHazeFill","BIconCloudLightning","BIconCloudLightningFill","BIconCloudLightningRain","BIconCloudLightningRainFill","BIconCloudMinus","BIconCloudMinusFill","BIconCloudMoon","BIconCloudMoonFill","BIconCloudPlus","BIconCloudPlusFill","BIconCloudRain","BIconCloudRainFill","BIconCloudRainHeavy","BIconCloudRainHeavyFill","BIconCloudSlash","BIconCloudSlashFill","BIconCloudSleet","BIconCloudSleetFill","BIconCloudSnow","BIconCloudSnowFill","BIconCloudSun","BIconCloudSunFill","BIconCloudUpload","BIconCloudUploadFill","BIconClouds","BIconCloudsFill","BIconCloudy","BIconCloudyFill","BIconCode","BIconCodeSlash","BIconCodeSquare","BIconCoin","BIconCollection","BIconCollectionFill","BIconCollectionPlay","BIconCollectionPlayFill","BIconColumns","BIconColumnsGap","BIconCommand","BIconCompass","BIconCompassFill","BIconCone","BIconConeStriped","BIconController","BIconCpu","BIconCpuFill","BIconCreditCard","BIconCreditCard2Back","BIconCreditCard2BackFill","BIconCreditCard2Front","BIconCreditCard2FrontFill","BIconCreditCardFill","BIconCrop","BIconCup","BIconCupFill","BIconCupStraw","BIconCurrencyBitcoin","BIconCurrencyDollar","BIconCurrencyEuro","BIconCurrencyExchange","BIconCurrencyPound","BIconCurrencyYen","BIconCursor","BIconCursorFill","BIconCursorText","BIconDash","BIconDashCircle","BIconDashCircleDotted","BIconDashCircleFill","BIconDashLg","BIconDashSquare","BIconDashSquareDotted","BIconDashSquareFill","BIconDiagram2","BIconDiagram2Fill","BIconDiagram3","BIconDiagram3Fill","BIconDiamond","BIconDiamondFill","BIconDiamondHalf","BIconDice1","BIconDice1Fill","BIconDice2","BIconDice2Fill","BIconDice3","BIconDice3Fill","BIconDice4","BIconDice4Fill","BIconDice5","BIconDice5Fill","BIconDice6","BIconDice6Fill","BIconDisc","BIconDiscFill","BIconDiscord","BIconDisplay","BIconDisplayFill","BIconDistributeHorizontal","BIconDistributeVertical","BIconDoorClosed","BIconDoorClosedFill","BIconDoorOpen","BIconDoorOpenFill","BIconDot","BIconDownload","BIconDroplet","BIconDropletFill","BIconDropletHalf","BIconEarbuds","BIconEasel","BIconEaselFill","BIconEgg","BIconEggFill","BIconEggFried","BIconEject","BIconEjectFill","BIconEmojiAngry","BIconEmojiAngryFill","BIconEmojiDizzy","BIconEmojiDizzyFill","BIconEmojiExpressionless","BIconEmojiExpressionlessFill","BIconEmojiFrown","BIconEmojiFrownFill","BIconEmojiHeartEyes","BIconEmojiHeartEyesFill","BIconEmojiLaughing","BIconEmojiLaughingFill","BIconEmojiNeutral","BIconEmojiNeutralFill","BIconEmojiSmile","BIconEmojiSmileFill","BIconEmojiSmileUpsideDown","BIconEmojiSmileUpsideDownFill","BIconEmojiSunglasses","BIconEmojiSunglassesFill","BIconEmojiWink","BIconEmojiWinkFill","BIconEnvelope","BIconEnvelopeFill","BIconEnvelopeOpen","BIconEnvelopeOpenFill","BIconEraser","BIconEraserFill","BIconExclamation","BIconExclamationCircle","BIconExclamationCircleFill","BIconExclamationDiamond","BIconExclamationDiamondFill","BIconExclamationLg","BIconExclamationOctagon","BIconExclamationOctagonFill","BIconExclamationSquare","BIconExclamationSquareFill","BIconExclamationTriangle","BIconExclamationTriangleFill","BIconExclude","BIconEye","BIconEyeFill","BIconEyeSlash","BIconEyeSlashFill","BIconEyedropper","BIconEyeglasses","BIconFacebook","BIconFile","BIconFileArrowDown","BIconFileArrowDownFill","BIconFileArrowUp","BIconFileArrowUpFill","BIconFileBarGraph","BIconFileBarGraphFill","BIconFileBinary","BIconFileBinaryFill","BIconFileBreak","BIconFileBreakFill","BIconFileCheck","BIconFileCheckFill","BIconFileCode","BIconFileCodeFill","BIconFileDiff","BIconFileDiffFill","BIconFileEarmark","BIconFileEarmarkArrowDown","BIconFileEarmarkArrowDownFill","BIconFileEarmarkArrowUp","BIconFileEarmarkArrowUpFill","BIconFileEarmarkBarGraph","BIconFileEarmarkBarGraphFill","BIconFileEarmarkBinary","BIconFileEarmarkBinaryFill","BIconFileEarmarkBreak","BIconFileEarmarkBreakFill","BIconFileEarmarkCheck","BIconFileEarmarkCheckFill","BIconFileEarmarkCode","BIconFileEarmarkCodeFill","BIconFileEarmarkDiff","BIconFileEarmarkDiffFill","BIconFileEarmarkEasel","BIconFileEarmarkEaselFill","BIconFileEarmarkExcel","BIconFileEarmarkExcelFill","BIconFileEarmarkFill","BIconFileEarmarkFont","BIconFileEarmarkFontFill","BIconFileEarmarkImage","BIconFileEarmarkImageFill","BIconFileEarmarkLock","BIconFileEarmarkLock2","BIconFileEarmarkLock2Fill","BIconFileEarmarkLockFill","BIconFileEarmarkMedical","BIconFileEarmarkMedicalFill","BIconFileEarmarkMinus","BIconFileEarmarkMinusFill","BIconFileEarmarkMusic","BIconFileEarmarkMusicFill","BIconFileEarmarkPdf","BIconFileEarmarkPdfFill","BIconFileEarmarkPerson","BIconFileEarmarkPersonFill","BIconFileEarmarkPlay","BIconFileEarmarkPlayFill","BIconFileEarmarkPlus","BIconFileEarmarkPlusFill","BIconFileEarmarkPost","BIconFileEarmarkPostFill","BIconFileEarmarkPpt","BIconFileEarmarkPptFill","BIconFileEarmarkRichtext","BIconFileEarmarkRichtextFill","BIconFileEarmarkRuled","BIconFileEarmarkRuledFill","BIconFileEarmarkSlides","BIconFileEarmarkSlidesFill","BIconFileEarmarkSpreadsheet","BIconFileEarmarkSpreadsheetFill","BIconFileEarmarkText","BIconFileEarmarkTextFill","BIconFileEarmarkWord","BIconFileEarmarkWordFill","BIconFileEarmarkX","BIconFileEarmarkXFill","BIconFileEarmarkZip","BIconFileEarmarkZipFill","BIconFileEasel","BIconFileEaselFill","BIconFileExcel","BIconFileExcelFill","BIconFileFill","BIconFileFont","BIconFileFontFill","BIconFileImage","BIconFileImageFill","BIconFileLock","BIconFileLock2","BIconFileLock2Fill","BIconFileLockFill","BIconFileMedical","BIconFileMedicalFill","BIconFileMinus","BIconFileMinusFill","BIconFileMusic","BIconFileMusicFill","BIconFilePdf","BIconFilePdfFill","BIconFilePerson","BIconFilePersonFill","BIconFilePlay","BIconFilePlayFill","BIconFilePlus","BIconFilePlusFill","BIconFilePost","BIconFilePostFill","BIconFilePpt","BIconFilePptFill","BIconFileRichtext","BIconFileRichtextFill","BIconFileRuled","BIconFileRuledFill","BIconFileSlides","BIconFileSlidesFill","BIconFileSpreadsheet","BIconFileSpreadsheetFill","BIconFileText","BIconFileTextFill","BIconFileWord","BIconFileWordFill","BIconFileX","BIconFileXFill","BIconFileZip","BIconFileZipFill","BIconFiles","BIconFilesAlt","BIconFilm","BIconFilter","BIconFilterCircle","BIconFilterCircleFill","BIconFilterLeft","BIconFilterRight","BIconFilterSquare","BIconFilterSquareFill","BIconFlag","BIconFlagFill","BIconFlower1","BIconFlower2","BIconFlower3","BIconFolder","BIconFolder2","BIconFolder2Open","BIconFolderCheck","BIconFolderFill","BIconFolderMinus","BIconFolderPlus","BIconFolderSymlink","BIconFolderSymlinkFill","BIconFolderX","BIconFonts","BIconForward","BIconForwardFill","BIconFront","BIconFullscreen","BIconFullscreenExit","BIconFunnel","BIconFunnelFill","BIconGear","BIconGearFill","BIconGearWide","BIconGearWideConnected","BIconGem","BIconGenderAmbiguous","BIconGenderFemale","BIconGenderMale","BIconGenderTrans","BIconGeo","BIconGeoAlt","BIconGeoAltFill","BIconGeoFill","BIconGift","BIconGiftFill","BIconGithub","BIconGlobe","BIconGlobe2","BIconGoogle","BIconGraphDown","BIconGraphUp","BIconGrid","BIconGrid1x2","BIconGrid1x2Fill","BIconGrid3x2","BIconGrid3x2Gap","BIconGrid3x2GapFill","BIconGrid3x3","BIconGrid3x3Gap","BIconGrid3x3GapFill","BIconGridFill","BIconGripHorizontal","BIconGripVertical","BIconHammer","BIconHandIndex","BIconHandIndexFill","BIconHandIndexThumb","BIconHandIndexThumbFill","BIconHandThumbsDown","BIconHandThumbsDownFill","BIconHandThumbsUp","BIconHandThumbsUpFill","BIconHandbag","BIconHandbagFill","BIconHash","BIconHdd","BIconHddFill","BIconHddNetwork","BIconHddNetworkFill","BIconHddRack","BIconHddRackFill","BIconHddStack","BIconHddStackFill","BIconHeadphones","BIconHeadset","BIconHeadsetVr","BIconHeart","BIconHeartFill","BIconHeartHalf","BIconHeptagon","BIconHeptagonFill","BIconHeptagonHalf","BIconHexagon","BIconHexagonFill","BIconHexagonHalf","BIconHourglass","BIconHourglassBottom","BIconHourglassSplit","BIconHourglassTop","BIconHouse","BIconHouseDoor","BIconHouseDoorFill","BIconHouseFill","BIconHr","BIconHurricane","BIconImage","BIconImageAlt","BIconImageFill","BIconImages","BIconInbox","BIconInboxFill","BIconInboxes","BIconInboxesFill","BIconInfo","BIconInfoCircle","BIconInfoCircleFill","BIconInfoLg","BIconInfoSquare","BIconInfoSquareFill","BIconInputCursor","BIconInputCursorText","BIconInstagram","BIconIntersect","BIconJournal","BIconJournalAlbum","BIconJournalArrowDown","BIconJournalArrowUp","BIconJournalBookmark","BIconJournalBookmarkFill","BIconJournalCheck","BIconJournalCode","BIconJournalMedical","BIconJournalMinus","BIconJournalPlus","BIconJournalRichtext","BIconJournalText","BIconJournalX","BIconJournals","BIconJoystick","BIconJustify","BIconJustifyLeft","BIconJustifyRight","BIconKanban","BIconKanbanFill","BIconKey","BIconKeyFill","BIconKeyboard","BIconKeyboardFill","BIconLadder","BIconLamp","BIconLampFill","BIconLaptop","BIconLaptopFill","BIconLayerBackward","BIconLayerForward","BIconLayers","BIconLayersFill","BIconLayersHalf","BIconLayoutSidebar","BIconLayoutSidebarInset","BIconLayoutSidebarInsetReverse","BIconLayoutSidebarReverse","BIconLayoutSplit","BIconLayoutTextSidebar","BIconLayoutTextSidebarReverse","BIconLayoutTextWindow","BIconLayoutTextWindowReverse","BIconLayoutThreeColumns","BIconLayoutWtf","BIconLifePreserver","BIconLightbulb","BIconLightbulbFill","BIconLightbulbOff","BIconLightbulbOffFill","BIconLightning","BIconLightningCharge","BIconLightningChargeFill","BIconLightningFill","BIconLink","BIconLink45deg","BIconLinkedin","BIconList","BIconListCheck","BIconListNested","BIconListOl","BIconListStars","BIconListTask","BIconListUl","BIconLock","BIconLockFill","BIconMailbox","BIconMailbox2","BIconMap","BIconMapFill","BIconMarkdown","BIconMarkdownFill","BIconMask","BIconMastodon","BIconMegaphone","BIconMegaphoneFill","BIconMenuApp","BIconMenuAppFill","BIconMenuButton","BIconMenuButtonFill","BIconMenuButtonWide","BIconMenuButtonWideFill","BIconMenuDown","BIconMenuUp","BIconMessenger","BIconMic","BIconMicFill","BIconMicMute","BIconMicMuteFill","BIconMinecart","BIconMinecartLoaded","BIconMoisture","BIconMoon","BIconMoonFill","BIconMoonStars","BIconMoonStarsFill","BIconMouse","BIconMouse2","BIconMouse2Fill","BIconMouse3","BIconMouse3Fill","BIconMouseFill","BIconMusicNote","BIconMusicNoteBeamed","BIconMusicNoteList","BIconMusicPlayer","BIconMusicPlayerFill","BIconNewspaper","BIconNodeMinus","BIconNodeMinusFill","BIconNodePlus","BIconNodePlusFill","BIconNut","BIconNutFill","BIconOctagon","BIconOctagonFill","BIconOctagonHalf","BIconOption","BIconOutlet","BIconPaintBucket","BIconPalette","BIconPalette2","BIconPaletteFill","BIconPaperclip","BIconParagraph","BIconPatchCheck","BIconPatchCheckFill","BIconPatchExclamation","BIconPatchExclamationFill","BIconPatchMinus","BIconPatchMinusFill","BIconPatchPlus","BIconPatchPlusFill","BIconPatchQuestion","BIconPatchQuestionFill","BIconPause","BIconPauseBtn","BIconPauseBtnFill","BIconPauseCircle","BIconPauseCircleFill","BIconPauseFill","BIconPeace","BIconPeaceFill","BIconPen","BIconPenFill","BIconPencil","BIconPencilFill","BIconPencilSquare","BIconPentagon","BIconPentagonFill","BIconPentagonHalf","BIconPeople","BIconPeopleFill","BIconPercent","BIconPerson","BIconPersonBadge","BIconPersonBadgeFill","BIconPersonBoundingBox","BIconPersonCheck","BIconPersonCheckFill","BIconPersonCircle","BIconPersonDash","BIconPersonDashFill","BIconPersonFill","BIconPersonLinesFill","BIconPersonPlus","BIconPersonPlusFill","BIconPersonSquare","BIconPersonX","BIconPersonXFill","BIconPhone","BIconPhoneFill","BIconPhoneLandscape","BIconPhoneLandscapeFill","BIconPhoneVibrate","BIconPhoneVibrateFill","BIconPieChart","BIconPieChartFill","BIconPiggyBank","BIconPiggyBankFill","BIconPin","BIconPinAngle","BIconPinAngleFill","BIconPinFill","BIconPinMap","BIconPinMapFill","BIconPip","BIconPipFill","BIconPlay","BIconPlayBtn","BIconPlayBtnFill","BIconPlayCircle","BIconPlayCircleFill","BIconPlayFill","BIconPlug","BIconPlugFill","BIconPlus","BIconPlusCircle","BIconPlusCircleDotted","BIconPlusCircleFill","BIconPlusLg","BIconPlusSquare","BIconPlusSquareDotted","BIconPlusSquareFill","BIconPower","BIconPrinter","BIconPrinterFill","BIconPuzzle","BIconPuzzleFill","BIconQuestion","BIconQuestionCircle","BIconQuestionCircleFill","BIconQuestionDiamond","BIconQuestionDiamondFill","BIconQuestionLg","BIconQuestionOctagon","BIconQuestionOctagonFill","BIconQuestionSquare","BIconQuestionSquareFill","BIconRainbow","BIconReceipt","BIconReceiptCutoff","BIconReception0","BIconReception1","BIconReception2","BIconReception3","BIconReception4","BIconRecord","BIconRecord2","BIconRecord2Fill","BIconRecordBtn","BIconRecordBtnFill","BIconRecordCircle","BIconRecordCircleFill","BIconRecordFill","BIconRecycle","BIconReddit","BIconReply","BIconReplyAll","BIconReplyAllFill","BIconReplyFill","BIconRss","BIconRssFill","BIconRulers","BIconSafe","BIconSafe2","BIconSafe2Fill","BIconSafeFill","BIconSave","BIconSave2","BIconSave2Fill","BIconSaveFill","BIconScissors","BIconScrewdriver","BIconSdCard","BIconSdCardFill","BIconSearch","BIconSegmentedNav","BIconServer","BIconShare","BIconShareFill","BIconShield","BIconShieldCheck","BIconShieldExclamation","BIconShieldFill","BIconShieldFillCheck","BIconShieldFillExclamation","BIconShieldFillMinus","BIconShieldFillPlus","BIconShieldFillX","BIconShieldLock","BIconShieldLockFill","BIconShieldMinus","BIconShieldPlus","BIconShieldShaded","BIconShieldSlash","BIconShieldSlashFill","BIconShieldX","BIconShift","BIconShiftFill","BIconShop","BIconShopWindow","BIconShuffle","BIconSignpost","BIconSignpost2","BIconSignpost2Fill","BIconSignpostFill","BIconSignpostSplit","BIconSignpostSplitFill","BIconSim","BIconSimFill","BIconSkipBackward","BIconSkipBackwardBtn","BIconSkipBackwardBtnFill","BIconSkipBackwardCircle","BIconSkipBackwardCircleFill","BIconSkipBackwardFill","BIconSkipEnd","BIconSkipEndBtn","BIconSkipEndBtnFill","BIconSkipEndCircle","BIconSkipEndCircleFill","BIconSkipEndFill","BIconSkipForward","BIconSkipForwardBtn","BIconSkipForwardBtnFill","BIconSkipForwardCircle","BIconSkipForwardCircleFill","BIconSkipForwardFill","BIconSkipStart","BIconSkipStartBtn","BIconSkipStartBtnFill","BIconSkipStartCircle","BIconSkipStartCircleFill","BIconSkipStartFill","BIconSkype","BIconSlack","BIconSlash","BIconSlashCircle","BIconSlashCircleFill","BIconSlashLg","BIconSlashSquare","BIconSlashSquareFill","BIconSliders","BIconSmartwatch","BIconSnow","BIconSnow2","BIconSnow3","BIconSortAlphaDown","BIconSortAlphaDownAlt","BIconSortAlphaUp","BIconSortAlphaUpAlt","BIconSortDown","BIconSortDownAlt","BIconSortNumericDown","BIconSortNumericDownAlt","BIconSortNumericUp","BIconSortNumericUpAlt","BIconSortUp","BIconSortUpAlt","BIconSoundwave","BIconSpeaker","BIconSpeakerFill","BIconSpeedometer","BIconSpeedometer2","BIconSpellcheck","BIconSquare","BIconSquareFill","BIconSquareHalf","BIconStack","BIconStar","BIconStarFill","BIconStarHalf","BIconStars","BIconStickies","BIconStickiesFill","BIconSticky","BIconStickyFill","BIconStop","BIconStopBtn","BIconStopBtnFill","BIconStopCircle","BIconStopCircleFill","BIconStopFill","BIconStoplights","BIconStoplightsFill","BIconStopwatch","BIconStopwatchFill","BIconSubtract","BIconSuitClub","BIconSuitClubFill","BIconSuitDiamond","BIconSuitDiamondFill","BIconSuitHeart","BIconSuitHeartFill","BIconSuitSpade","BIconSuitSpadeFill","BIconSun","BIconSunFill","BIconSunglasses","BIconSunrise","BIconSunriseFill","BIconSunset","BIconSunsetFill","BIconSymmetryHorizontal","BIconSymmetryVertical","BIconTable","BIconTablet","BIconTabletFill","BIconTabletLandscape","BIconTabletLandscapeFill","BIconTag","BIconTagFill","BIconTags","BIconTagsFill","BIconTelegram","BIconTelephone","BIconTelephoneFill","BIconTelephoneForward","BIconTelephoneForwardFill","BIconTelephoneInbound","BIconTelephoneInboundFill","BIconTelephoneMinus","BIconTelephoneMinusFill","BIconTelephoneOutbound","BIconTelephoneOutboundFill","BIconTelephonePlus","BIconTelephonePlusFill","BIconTelephoneX","BIconTelephoneXFill","BIconTerminal","BIconTerminalFill","BIconTextCenter","BIconTextIndentLeft","BIconTextIndentRight","BIconTextLeft","BIconTextParagraph","BIconTextRight","BIconTextarea","BIconTextareaResize","BIconTextareaT","BIconThermometer","BIconThermometerHalf","BIconThermometerHigh","BIconThermometerLow","BIconThermometerSnow","BIconThermometerSun","BIconThreeDots","BIconThreeDotsVertical","BIconToggle2Off","BIconToggle2On","BIconToggleOff","BIconToggleOn","BIconToggles","BIconToggles2","BIconTools","BIconTornado","BIconTranslate","BIconTrash","BIconTrash2","BIconTrash2Fill","BIconTrashFill","BIconTree","BIconTreeFill","BIconTriangle","BIconTriangleFill","BIconTriangleHalf","BIconTrophy","BIconTrophyFill","BIconTropicalStorm","BIconTruck","BIconTruckFlatbed","BIconTsunami","BIconTv","BIconTvFill","BIconTwitch","BIconTwitter","BIconType","BIconTypeBold","BIconTypeH1","BIconTypeH2","BIconTypeH3","BIconTypeItalic","BIconTypeStrikethrough","BIconTypeUnderline","BIconUiChecks","BIconUiChecksGrid","BIconUiRadios","BIconUiRadiosGrid","BIconUmbrella","BIconUmbrellaFill","BIconUnion","BIconUnlock","BIconUnlockFill","BIconUpc","BIconUpcScan","BIconUpload","BIconVectorPen","BIconViewList","BIconViewStacked","BIconVinyl","BIconVinylFill","BIconVoicemail","BIconVolumeDown","BIconVolumeDownFill","BIconVolumeMute","BIconVolumeMuteFill","BIconVolumeOff","BIconVolumeOffFill","BIconVolumeUp","BIconVolumeUpFill","BIconVr","BIconWallet","BIconWallet2","BIconWalletFill","BIconWatch","BIconWater","BIconWhatsapp","BIconWifi","BIconWifi1","BIconWifi2","BIconWifiOff","BIconWind","BIconWindow","BIconWindowDock","BIconWindowSidebar","BIconWrench","BIconX","BIconXCircle","BIconXCircleFill","BIconXDiamond","BIconXDiamondFill","BIconXLg","BIconXOctagon","BIconXOctagonFill","BIconXSquare","BIconXSquareFill","BIconYoutube","BIconZoomIn","BIconZoomOut"],l=(0,a.pluginFactoryNoConfig)({components:{BIcon:r.BIcon,BIconstack:o.BIconstack,BIconBlank:i.BIconBlank,BIconAlarm:i.BIconAlarm,BIconAlarmFill:i.BIconAlarmFill,BIconAlignBottom:i.BIconAlignBottom,BIconAlignCenter:i.BIconAlignCenter,BIconAlignEnd:i.BIconAlignEnd,BIconAlignMiddle:i.BIconAlignMiddle,BIconAlignStart:i.BIconAlignStart,BIconAlignTop:i.BIconAlignTop,BIconAlt:i.BIconAlt,BIconApp:i.BIconApp,BIconAppIndicator:i.BIconAppIndicator,BIconArchive:i.BIconArchive,BIconArchiveFill:i.BIconArchiveFill,BIconArrow90degDown:i.BIconArrow90degDown,BIconArrow90degLeft:i.BIconArrow90degLeft,BIconArrow90degRight:i.BIconArrow90degRight,BIconArrow90degUp:i.BIconArrow90degUp,BIconArrowBarDown:i.BIconArrowBarDown,BIconArrowBarLeft:i.BIconArrowBarLeft,BIconArrowBarRight:i.BIconArrowBarRight,BIconArrowBarUp:i.BIconArrowBarUp,BIconArrowClockwise:i.BIconArrowClockwise,BIconArrowCounterclockwise:i.BIconArrowCounterclockwise,BIconArrowDown:i.BIconArrowDown,BIconArrowDownCircle:i.BIconArrowDownCircle,BIconArrowDownCircleFill:i.BIconArrowDownCircleFill,BIconArrowDownLeft:i.BIconArrowDownLeft,BIconArrowDownLeftCircle:i.BIconArrowDownLeftCircle,BIconArrowDownLeftCircleFill:i.BIconArrowDownLeftCircleFill,BIconArrowDownLeftSquare:i.BIconArrowDownLeftSquare,BIconArrowDownLeftSquareFill:i.BIconArrowDownLeftSquareFill,BIconArrowDownRight:i.BIconArrowDownRight,BIconArrowDownRightCircle:i.BIconArrowDownRightCircle,BIconArrowDownRightCircleFill:i.BIconArrowDownRightCircleFill,BIconArrowDownRightSquare:i.BIconArrowDownRightSquare,BIconArrowDownRightSquareFill:i.BIconArrowDownRightSquareFill,BIconArrowDownShort:i.BIconArrowDownShort,BIconArrowDownSquare:i.BIconArrowDownSquare,BIconArrowDownSquareFill:i.BIconArrowDownSquareFill,BIconArrowDownUp:i.BIconArrowDownUp,BIconArrowLeft:i.BIconArrowLeft,BIconArrowLeftCircle:i.BIconArrowLeftCircle,BIconArrowLeftCircleFill:i.BIconArrowLeftCircleFill,BIconArrowLeftRight:i.BIconArrowLeftRight,BIconArrowLeftShort:i.BIconArrowLeftShort,BIconArrowLeftSquare:i.BIconArrowLeftSquare,BIconArrowLeftSquareFill:i.BIconArrowLeftSquareFill,BIconArrowRepeat:i.BIconArrowRepeat,BIconArrowReturnLeft:i.BIconArrowReturnLeft,BIconArrowReturnRight:i.BIconArrowReturnRight,BIconArrowRight:i.BIconArrowRight,BIconArrowRightCircle:i.BIconArrowRightCircle,BIconArrowRightCircleFill:i.BIconArrowRightCircleFill,BIconArrowRightShort:i.BIconArrowRightShort,BIconArrowRightSquare:i.BIconArrowRightSquare,BIconArrowRightSquareFill:i.BIconArrowRightSquareFill,BIconArrowUp:i.BIconArrowUp,BIconArrowUpCircle:i.BIconArrowUpCircle,BIconArrowUpCircleFill:i.BIconArrowUpCircleFill,BIconArrowUpLeft:i.BIconArrowUpLeft,BIconArrowUpLeftCircle:i.BIconArrowUpLeftCircle,BIconArrowUpLeftCircleFill:i.BIconArrowUpLeftCircleFill,BIconArrowUpLeftSquare:i.BIconArrowUpLeftSquare,BIconArrowUpLeftSquareFill:i.BIconArrowUpLeftSquareFill,BIconArrowUpRight:i.BIconArrowUpRight,BIconArrowUpRightCircle:i.BIconArrowUpRightCircle,BIconArrowUpRightCircleFill:i.BIconArrowUpRightCircleFill,BIconArrowUpRightSquare:i.BIconArrowUpRightSquare,BIconArrowUpRightSquareFill:i.BIconArrowUpRightSquareFill,BIconArrowUpShort:i.BIconArrowUpShort,BIconArrowUpSquare:i.BIconArrowUpSquare,BIconArrowUpSquareFill:i.BIconArrowUpSquareFill,BIconArrowsAngleContract:i.BIconArrowsAngleContract,BIconArrowsAngleExpand:i.BIconArrowsAngleExpand,BIconArrowsCollapse:i.BIconArrowsCollapse,BIconArrowsExpand:i.BIconArrowsExpand,BIconArrowsFullscreen:i.BIconArrowsFullscreen,BIconArrowsMove:i.BIconArrowsMove,BIconAspectRatio:i.BIconAspectRatio,BIconAspectRatioFill:i.BIconAspectRatioFill,BIconAsterisk:i.BIconAsterisk,BIconAt:i.BIconAt,BIconAward:i.BIconAward,BIconAwardFill:i.BIconAwardFill,BIconBack:i.BIconBack,BIconBackspace:i.BIconBackspace,BIconBackspaceFill:i.BIconBackspaceFill,BIconBackspaceReverse:i.BIconBackspaceReverse,BIconBackspaceReverseFill:i.BIconBackspaceReverseFill,BIconBadge3d:i.BIconBadge3d,BIconBadge3dFill:i.BIconBadge3dFill,BIconBadge4k:i.BIconBadge4k,BIconBadge4kFill:i.BIconBadge4kFill,BIconBadge8k:i.BIconBadge8k,BIconBadge8kFill:i.BIconBadge8kFill,BIconBadgeAd:i.BIconBadgeAd,BIconBadgeAdFill:i.BIconBadgeAdFill,BIconBadgeAr:i.BIconBadgeAr,BIconBadgeArFill:i.BIconBadgeArFill,BIconBadgeCc:i.BIconBadgeCc,BIconBadgeCcFill:i.BIconBadgeCcFill,BIconBadgeHd:i.BIconBadgeHd,BIconBadgeHdFill:i.BIconBadgeHdFill,BIconBadgeTm:i.BIconBadgeTm,BIconBadgeTmFill:i.BIconBadgeTmFill,BIconBadgeVo:i.BIconBadgeVo,BIconBadgeVoFill:i.BIconBadgeVoFill,BIconBadgeVr:i.BIconBadgeVr,BIconBadgeVrFill:i.BIconBadgeVrFill,BIconBadgeWc:i.BIconBadgeWc,BIconBadgeWcFill:i.BIconBadgeWcFill,BIconBag:i.BIconBag,BIconBagCheck:i.BIconBagCheck,BIconBagCheckFill:i.BIconBagCheckFill,BIconBagDash:i.BIconBagDash,BIconBagDashFill:i.BIconBagDashFill,BIconBagFill:i.BIconBagFill,BIconBagPlus:i.BIconBagPlus,BIconBagPlusFill:i.BIconBagPlusFill,BIconBagX:i.BIconBagX,BIconBagXFill:i.BIconBagXFill,BIconBank:i.BIconBank,BIconBank2:i.BIconBank2,BIconBarChart:i.BIconBarChart,BIconBarChartFill:i.BIconBarChartFill,BIconBarChartLine:i.BIconBarChartLine,BIconBarChartLineFill:i.BIconBarChartLineFill,BIconBarChartSteps:i.BIconBarChartSteps,BIconBasket:i.BIconBasket,BIconBasket2:i.BIconBasket2,BIconBasket2Fill:i.BIconBasket2Fill,BIconBasket3:i.BIconBasket3,BIconBasket3Fill:i.BIconBasket3Fill,BIconBasketFill:i.BIconBasketFill,BIconBattery:i.BIconBattery,BIconBatteryCharging:i.BIconBatteryCharging,BIconBatteryFull:i.BIconBatteryFull,BIconBatteryHalf:i.BIconBatteryHalf,BIconBell:i.BIconBell,BIconBellFill:i.BIconBellFill,BIconBellSlash:i.BIconBellSlash,BIconBellSlashFill:i.BIconBellSlashFill,BIconBezier:i.BIconBezier,BIconBezier2:i.BIconBezier2,BIconBicycle:i.BIconBicycle,BIconBinoculars:i.BIconBinoculars,BIconBinocularsFill:i.BIconBinocularsFill,BIconBlockquoteLeft:i.BIconBlockquoteLeft,BIconBlockquoteRight:i.BIconBlockquoteRight,BIconBook:i.BIconBook,BIconBookFill:i.BIconBookFill,BIconBookHalf:i.BIconBookHalf,BIconBookmark:i.BIconBookmark,BIconBookmarkCheck:i.BIconBookmarkCheck,BIconBookmarkCheckFill:i.BIconBookmarkCheckFill,BIconBookmarkDash:i.BIconBookmarkDash,BIconBookmarkDashFill:i.BIconBookmarkDashFill,BIconBookmarkFill:i.BIconBookmarkFill,BIconBookmarkHeart:i.BIconBookmarkHeart,BIconBookmarkHeartFill:i.BIconBookmarkHeartFill,BIconBookmarkPlus:i.BIconBookmarkPlus,BIconBookmarkPlusFill:i.BIconBookmarkPlusFill,BIconBookmarkStar:i.BIconBookmarkStar,BIconBookmarkStarFill:i.BIconBookmarkStarFill,BIconBookmarkX:i.BIconBookmarkX,BIconBookmarkXFill:i.BIconBookmarkXFill,BIconBookmarks:i.BIconBookmarks,BIconBookmarksFill:i.BIconBookmarksFill,BIconBookshelf:i.BIconBookshelf,BIconBootstrap:i.BIconBootstrap,BIconBootstrapFill:i.BIconBootstrapFill,BIconBootstrapReboot:i.BIconBootstrapReboot,BIconBorder:i.BIconBorder,BIconBorderAll:i.BIconBorderAll,BIconBorderBottom:i.BIconBorderBottom,BIconBorderCenter:i.BIconBorderCenter,BIconBorderInner:i.BIconBorderInner,BIconBorderLeft:i.BIconBorderLeft,BIconBorderMiddle:i.BIconBorderMiddle,BIconBorderOuter:i.BIconBorderOuter,BIconBorderRight:i.BIconBorderRight,BIconBorderStyle:i.BIconBorderStyle,BIconBorderTop:i.BIconBorderTop,BIconBorderWidth:i.BIconBorderWidth,BIconBoundingBox:i.BIconBoundingBox,BIconBoundingBoxCircles:i.BIconBoundingBoxCircles,BIconBox:i.BIconBox,BIconBoxArrowDown:i.BIconBoxArrowDown,BIconBoxArrowDownLeft:i.BIconBoxArrowDownLeft,BIconBoxArrowDownRight:i.BIconBoxArrowDownRight,BIconBoxArrowInDown:i.BIconBoxArrowInDown,BIconBoxArrowInDownLeft:i.BIconBoxArrowInDownLeft,BIconBoxArrowInDownRight:i.BIconBoxArrowInDownRight,BIconBoxArrowInLeft:i.BIconBoxArrowInLeft,BIconBoxArrowInRight:i.BIconBoxArrowInRight,BIconBoxArrowInUp:i.BIconBoxArrowInUp,BIconBoxArrowInUpLeft:i.BIconBoxArrowInUpLeft,BIconBoxArrowInUpRight:i.BIconBoxArrowInUpRight,BIconBoxArrowLeft:i.BIconBoxArrowLeft,BIconBoxArrowRight:i.BIconBoxArrowRight,BIconBoxArrowUp:i.BIconBoxArrowUp,BIconBoxArrowUpLeft:i.BIconBoxArrowUpLeft,BIconBoxArrowUpRight:i.BIconBoxArrowUpRight,BIconBoxSeam:i.BIconBoxSeam,BIconBraces:i.BIconBraces,BIconBricks:i.BIconBricks,BIconBriefcase:i.BIconBriefcase,BIconBriefcaseFill:i.BIconBriefcaseFill,BIconBrightnessAltHigh:i.BIconBrightnessAltHigh,BIconBrightnessAltHighFill:i.BIconBrightnessAltHighFill,BIconBrightnessAltLow:i.BIconBrightnessAltLow,BIconBrightnessAltLowFill:i.BIconBrightnessAltLowFill,BIconBrightnessHigh:i.BIconBrightnessHigh,BIconBrightnessHighFill:i.BIconBrightnessHighFill,BIconBrightnessLow:i.BIconBrightnessLow,BIconBrightnessLowFill:i.BIconBrightnessLowFill,BIconBroadcast:i.BIconBroadcast,BIconBroadcastPin:i.BIconBroadcastPin,BIconBrush:i.BIconBrush,BIconBrushFill:i.BIconBrushFill,BIconBucket:i.BIconBucket,BIconBucketFill:i.BIconBucketFill,BIconBug:i.BIconBug,BIconBugFill:i.BIconBugFill,BIconBuilding:i.BIconBuilding,BIconBullseye:i.BIconBullseye,BIconCalculator:i.BIconCalculator,BIconCalculatorFill:i.BIconCalculatorFill,BIconCalendar:i.BIconCalendar,BIconCalendar2:i.BIconCalendar2,BIconCalendar2Check:i.BIconCalendar2Check,BIconCalendar2CheckFill:i.BIconCalendar2CheckFill,BIconCalendar2Date:i.BIconCalendar2Date,BIconCalendar2DateFill:i.BIconCalendar2DateFill,BIconCalendar2Day:i.BIconCalendar2Day,BIconCalendar2DayFill:i.BIconCalendar2DayFill,BIconCalendar2Event:i.BIconCalendar2Event,BIconCalendar2EventFill:i.BIconCalendar2EventFill,BIconCalendar2Fill:i.BIconCalendar2Fill,BIconCalendar2Minus:i.BIconCalendar2Minus,BIconCalendar2MinusFill:i.BIconCalendar2MinusFill,BIconCalendar2Month:i.BIconCalendar2Month,BIconCalendar2MonthFill:i.BIconCalendar2MonthFill,BIconCalendar2Plus:i.BIconCalendar2Plus,BIconCalendar2PlusFill:i.BIconCalendar2PlusFill,BIconCalendar2Range:i.BIconCalendar2Range,BIconCalendar2RangeFill:i.BIconCalendar2RangeFill,BIconCalendar2Week:i.BIconCalendar2Week,BIconCalendar2WeekFill:i.BIconCalendar2WeekFill,BIconCalendar2X:i.BIconCalendar2X,BIconCalendar2XFill:i.BIconCalendar2XFill,BIconCalendar3:i.BIconCalendar3,BIconCalendar3Event:i.BIconCalendar3Event,BIconCalendar3EventFill:i.BIconCalendar3EventFill,BIconCalendar3Fill:i.BIconCalendar3Fill,BIconCalendar3Range:i.BIconCalendar3Range,BIconCalendar3RangeFill:i.BIconCalendar3RangeFill,BIconCalendar3Week:i.BIconCalendar3Week,BIconCalendar3WeekFill:i.BIconCalendar3WeekFill,BIconCalendar4:i.BIconCalendar4,BIconCalendar4Event:i.BIconCalendar4Event,BIconCalendar4Range:i.BIconCalendar4Range,BIconCalendar4Week:i.BIconCalendar4Week,BIconCalendarCheck:i.BIconCalendarCheck,BIconCalendarCheckFill:i.BIconCalendarCheckFill,BIconCalendarDate:i.BIconCalendarDate,BIconCalendarDateFill:i.BIconCalendarDateFill,BIconCalendarDay:i.BIconCalendarDay,BIconCalendarDayFill:i.BIconCalendarDayFill,BIconCalendarEvent:i.BIconCalendarEvent,BIconCalendarEventFill:i.BIconCalendarEventFill,BIconCalendarFill:i.BIconCalendarFill,BIconCalendarMinus:i.BIconCalendarMinus,BIconCalendarMinusFill:i.BIconCalendarMinusFill,BIconCalendarMonth:i.BIconCalendarMonth,BIconCalendarMonthFill:i.BIconCalendarMonthFill,BIconCalendarPlus:i.BIconCalendarPlus,BIconCalendarPlusFill:i.BIconCalendarPlusFill,BIconCalendarRange:i.BIconCalendarRange,BIconCalendarRangeFill:i.BIconCalendarRangeFill,BIconCalendarWeek:i.BIconCalendarWeek,BIconCalendarWeekFill:i.BIconCalendarWeekFill,BIconCalendarX:i.BIconCalendarX,BIconCalendarXFill:i.BIconCalendarXFill,BIconCamera:i.BIconCamera,BIconCamera2:i.BIconCamera2,BIconCameraFill:i.BIconCameraFill,BIconCameraReels:i.BIconCameraReels,BIconCameraReelsFill:i.BIconCameraReelsFill,BIconCameraVideo:i.BIconCameraVideo,BIconCameraVideoFill:i.BIconCameraVideoFill,BIconCameraVideoOff:i.BIconCameraVideoOff,BIconCameraVideoOffFill:i.BIconCameraVideoOffFill,BIconCapslock:i.BIconCapslock,BIconCapslockFill:i.BIconCapslockFill,BIconCardChecklist:i.BIconCardChecklist,BIconCardHeading:i.BIconCardHeading,BIconCardImage:i.BIconCardImage,BIconCardList:i.BIconCardList,BIconCardText:i.BIconCardText,BIconCaretDown:i.BIconCaretDown,BIconCaretDownFill:i.BIconCaretDownFill,BIconCaretDownSquare:i.BIconCaretDownSquare,BIconCaretDownSquareFill:i.BIconCaretDownSquareFill,BIconCaretLeft:i.BIconCaretLeft,BIconCaretLeftFill:i.BIconCaretLeftFill,BIconCaretLeftSquare:i.BIconCaretLeftSquare,BIconCaretLeftSquareFill:i.BIconCaretLeftSquareFill,BIconCaretRight:i.BIconCaretRight,BIconCaretRightFill:i.BIconCaretRightFill,BIconCaretRightSquare:i.BIconCaretRightSquare,BIconCaretRightSquareFill:i.BIconCaretRightSquareFill,BIconCaretUp:i.BIconCaretUp,BIconCaretUpFill:i.BIconCaretUpFill,BIconCaretUpSquare:i.BIconCaretUpSquare,BIconCaretUpSquareFill:i.BIconCaretUpSquareFill,BIconCart:i.BIconCart,BIconCart2:i.BIconCart2,BIconCart3:i.BIconCart3,BIconCart4:i.BIconCart4,BIconCartCheck:i.BIconCartCheck,BIconCartCheckFill:i.BIconCartCheckFill,BIconCartDash:i.BIconCartDash,BIconCartDashFill:i.BIconCartDashFill,BIconCartFill:i.BIconCartFill,BIconCartPlus:i.BIconCartPlus,BIconCartPlusFill:i.BIconCartPlusFill,BIconCartX:i.BIconCartX,BIconCartXFill:i.BIconCartXFill,BIconCash:i.BIconCash,BIconCashCoin:i.BIconCashCoin,BIconCashStack:i.BIconCashStack,BIconCast:i.BIconCast,BIconChat:i.BIconChat,BIconChatDots:i.BIconChatDots,BIconChatDotsFill:i.BIconChatDotsFill,BIconChatFill:i.BIconChatFill,BIconChatLeft:i.BIconChatLeft,BIconChatLeftDots:i.BIconChatLeftDots,BIconChatLeftDotsFill:i.BIconChatLeftDotsFill,BIconChatLeftFill:i.BIconChatLeftFill,BIconChatLeftQuote:i.BIconChatLeftQuote,BIconChatLeftQuoteFill:i.BIconChatLeftQuoteFill,BIconChatLeftText:i.BIconChatLeftText,BIconChatLeftTextFill:i.BIconChatLeftTextFill,BIconChatQuote:i.BIconChatQuote,BIconChatQuoteFill:i.BIconChatQuoteFill,BIconChatRight:i.BIconChatRight,BIconChatRightDots:i.BIconChatRightDots,BIconChatRightDotsFill:i.BIconChatRightDotsFill,BIconChatRightFill:i.BIconChatRightFill,BIconChatRightQuote:i.BIconChatRightQuote,BIconChatRightQuoteFill:i.BIconChatRightQuoteFill,BIconChatRightText:i.BIconChatRightText,BIconChatRightTextFill:i.BIconChatRightTextFill,BIconChatSquare:i.BIconChatSquare,BIconChatSquareDots:i.BIconChatSquareDots,BIconChatSquareDotsFill:i.BIconChatSquareDotsFill,BIconChatSquareFill:i.BIconChatSquareFill,BIconChatSquareQuote:i.BIconChatSquareQuote,BIconChatSquareQuoteFill:i.BIconChatSquareQuoteFill,BIconChatSquareText:i.BIconChatSquareText,BIconChatSquareTextFill:i.BIconChatSquareTextFill,BIconChatText:i.BIconChatText,BIconChatTextFill:i.BIconChatTextFill,BIconCheck:i.BIconCheck,BIconCheck2:i.BIconCheck2,BIconCheck2All:i.BIconCheck2All,BIconCheck2Circle:i.BIconCheck2Circle,BIconCheck2Square:i.BIconCheck2Square,BIconCheckAll:i.BIconCheckAll,BIconCheckCircle:i.BIconCheckCircle,BIconCheckCircleFill:i.BIconCheckCircleFill,BIconCheckLg:i.BIconCheckLg,BIconCheckSquare:i.BIconCheckSquare,BIconCheckSquareFill:i.BIconCheckSquareFill,BIconChevronBarContract:i.BIconChevronBarContract,BIconChevronBarDown:i.BIconChevronBarDown,BIconChevronBarExpand:i.BIconChevronBarExpand,BIconChevronBarLeft:i.BIconChevronBarLeft,BIconChevronBarRight:i.BIconChevronBarRight,BIconChevronBarUp:i.BIconChevronBarUp,BIconChevronCompactDown:i.BIconChevronCompactDown,BIconChevronCompactLeft:i.BIconChevronCompactLeft,BIconChevronCompactRight:i.BIconChevronCompactRight,BIconChevronCompactUp:i.BIconChevronCompactUp,BIconChevronContract:i.BIconChevronContract,BIconChevronDoubleDown:i.BIconChevronDoubleDown,BIconChevronDoubleLeft:i.BIconChevronDoubleLeft,BIconChevronDoubleRight:i.BIconChevronDoubleRight,BIconChevronDoubleUp:i.BIconChevronDoubleUp,BIconChevronDown:i.BIconChevronDown,BIconChevronExpand:i.BIconChevronExpand,BIconChevronLeft:i.BIconChevronLeft,BIconChevronRight:i.BIconChevronRight,BIconChevronUp:i.BIconChevronUp,BIconCircle:i.BIconCircle,BIconCircleFill:i.BIconCircleFill,BIconCircleHalf:i.BIconCircleHalf,BIconCircleSquare:i.BIconCircleSquare,BIconClipboard:i.BIconClipboard,BIconClipboardCheck:i.BIconClipboardCheck,BIconClipboardData:i.BIconClipboardData,BIconClipboardMinus:i.BIconClipboardMinus,BIconClipboardPlus:i.BIconClipboardPlus,BIconClipboardX:i.BIconClipboardX,BIconClock:i.BIconClock,BIconClockFill:i.BIconClockFill,BIconClockHistory:i.BIconClockHistory,BIconCloud:i.BIconCloud,BIconCloudArrowDown:i.BIconCloudArrowDown,BIconCloudArrowDownFill:i.BIconCloudArrowDownFill,BIconCloudArrowUp:i.BIconCloudArrowUp,BIconCloudArrowUpFill:i.BIconCloudArrowUpFill,BIconCloudCheck:i.BIconCloudCheck,BIconCloudCheckFill:i.BIconCloudCheckFill,BIconCloudDownload:i.BIconCloudDownload,BIconCloudDownloadFill:i.BIconCloudDownloadFill,BIconCloudDrizzle:i.BIconCloudDrizzle,BIconCloudDrizzleFill:i.BIconCloudDrizzleFill,BIconCloudFill:i.BIconCloudFill,BIconCloudFog:i.BIconCloudFog,BIconCloudFog2:i.BIconCloudFog2,BIconCloudFog2Fill:i.BIconCloudFog2Fill,BIconCloudFogFill:i.BIconCloudFogFill,BIconCloudHail:i.BIconCloudHail,BIconCloudHailFill:i.BIconCloudHailFill,BIconCloudHaze:i.BIconCloudHaze,BIconCloudHaze1:i.BIconCloudHaze1,BIconCloudHaze2Fill:i.BIconCloudHaze2Fill,BIconCloudHazeFill:i.BIconCloudHazeFill,BIconCloudLightning:i.BIconCloudLightning,BIconCloudLightningFill:i.BIconCloudLightningFill,BIconCloudLightningRain:i.BIconCloudLightningRain,BIconCloudLightningRainFill:i.BIconCloudLightningRainFill,BIconCloudMinus:i.BIconCloudMinus,BIconCloudMinusFill:i.BIconCloudMinusFill,BIconCloudMoon:i.BIconCloudMoon,BIconCloudMoonFill:i.BIconCloudMoonFill,BIconCloudPlus:i.BIconCloudPlus,BIconCloudPlusFill:i.BIconCloudPlusFill,BIconCloudRain:i.BIconCloudRain,BIconCloudRainFill:i.BIconCloudRainFill,BIconCloudRainHeavy:i.BIconCloudRainHeavy,BIconCloudRainHeavyFill:i.BIconCloudRainHeavyFill,BIconCloudSlash:i.BIconCloudSlash,BIconCloudSlashFill:i.BIconCloudSlashFill,BIconCloudSleet:i.BIconCloudSleet,BIconCloudSleetFill:i.BIconCloudSleetFill,BIconCloudSnow:i.BIconCloudSnow,BIconCloudSnowFill:i.BIconCloudSnowFill,BIconCloudSun:i.BIconCloudSun,BIconCloudSunFill:i.BIconCloudSunFill,BIconCloudUpload:i.BIconCloudUpload,BIconCloudUploadFill:i.BIconCloudUploadFill,BIconClouds:i.BIconClouds,BIconCloudsFill:i.BIconCloudsFill,BIconCloudy:i.BIconCloudy,BIconCloudyFill:i.BIconCloudyFill,BIconCode:i.BIconCode,BIconCodeSlash:i.BIconCodeSlash,BIconCodeSquare:i.BIconCodeSquare,BIconCoin:i.BIconCoin,BIconCollection:i.BIconCollection,BIconCollectionFill:i.BIconCollectionFill,BIconCollectionPlay:i.BIconCollectionPlay,BIconCollectionPlayFill:i.BIconCollectionPlayFill,BIconColumns:i.BIconColumns,BIconColumnsGap:i.BIconColumnsGap,BIconCommand:i.BIconCommand,BIconCompass:i.BIconCompass,BIconCompassFill:i.BIconCompassFill,BIconCone:i.BIconCone,BIconConeStriped:i.BIconConeStriped,BIconController:i.BIconController,BIconCpu:i.BIconCpu,BIconCpuFill:i.BIconCpuFill,BIconCreditCard:i.BIconCreditCard,BIconCreditCard2Back:i.BIconCreditCard2Back,BIconCreditCard2BackFill:i.BIconCreditCard2BackFill,BIconCreditCard2Front:i.BIconCreditCard2Front,BIconCreditCard2FrontFill:i.BIconCreditCard2FrontFill,BIconCreditCardFill:i.BIconCreditCardFill,BIconCrop:i.BIconCrop,BIconCup:i.BIconCup,BIconCupFill:i.BIconCupFill,BIconCupStraw:i.BIconCupStraw,BIconCurrencyBitcoin:i.BIconCurrencyBitcoin,BIconCurrencyDollar:i.BIconCurrencyDollar,BIconCurrencyEuro:i.BIconCurrencyEuro,BIconCurrencyExchange:i.BIconCurrencyExchange,BIconCurrencyPound:i.BIconCurrencyPound,BIconCurrencyYen:i.BIconCurrencyYen,BIconCursor:i.BIconCursor,BIconCursorFill:i.BIconCursorFill,BIconCursorText:i.BIconCursorText,BIconDash:i.BIconDash,BIconDashCircle:i.BIconDashCircle,BIconDashCircleDotted:i.BIconDashCircleDotted,BIconDashCircleFill:i.BIconDashCircleFill,BIconDashLg:i.BIconDashLg,BIconDashSquare:i.BIconDashSquare,BIconDashSquareDotted:i.BIconDashSquareDotted,BIconDashSquareFill:i.BIconDashSquareFill,BIconDiagram2:i.BIconDiagram2,BIconDiagram2Fill:i.BIconDiagram2Fill,BIconDiagram3:i.BIconDiagram3,BIconDiagram3Fill:i.BIconDiagram3Fill,BIconDiamond:i.BIconDiamond,BIconDiamondFill:i.BIconDiamondFill,BIconDiamondHalf:i.BIconDiamondHalf,BIconDice1:i.BIconDice1,BIconDice1Fill:i.BIconDice1Fill,BIconDice2:i.BIconDice2,BIconDice2Fill:i.BIconDice2Fill,BIconDice3:i.BIconDice3,BIconDice3Fill:i.BIconDice3Fill,BIconDice4:i.BIconDice4,BIconDice4Fill:i.BIconDice4Fill,BIconDice5:i.BIconDice5,BIconDice5Fill:i.BIconDice5Fill,BIconDice6:i.BIconDice6,BIconDice6Fill:i.BIconDice6Fill,BIconDisc:i.BIconDisc,BIconDiscFill:i.BIconDiscFill,BIconDiscord:i.BIconDiscord,BIconDisplay:i.BIconDisplay,BIconDisplayFill:i.BIconDisplayFill,BIconDistributeHorizontal:i.BIconDistributeHorizontal,BIconDistributeVertical:i.BIconDistributeVertical,BIconDoorClosed:i.BIconDoorClosed,BIconDoorClosedFill:i.BIconDoorClosedFill,BIconDoorOpen:i.BIconDoorOpen,BIconDoorOpenFill:i.BIconDoorOpenFill,BIconDot:i.BIconDot,BIconDownload:i.BIconDownload,BIconDroplet:i.BIconDroplet,BIconDropletFill:i.BIconDropletFill,BIconDropletHalf:i.BIconDropletHalf,BIconEarbuds:i.BIconEarbuds,BIconEasel:i.BIconEasel,BIconEaselFill:i.BIconEaselFill,BIconEgg:i.BIconEgg,BIconEggFill:i.BIconEggFill,BIconEggFried:i.BIconEggFried,BIconEject:i.BIconEject,BIconEjectFill:i.BIconEjectFill,BIconEmojiAngry:i.BIconEmojiAngry,BIconEmojiAngryFill:i.BIconEmojiAngryFill,BIconEmojiDizzy:i.BIconEmojiDizzy,BIconEmojiDizzyFill:i.BIconEmojiDizzyFill,BIconEmojiExpressionless:i.BIconEmojiExpressionless,BIconEmojiExpressionlessFill:i.BIconEmojiExpressionlessFill,BIconEmojiFrown:i.BIconEmojiFrown,BIconEmojiFrownFill:i.BIconEmojiFrownFill,BIconEmojiHeartEyes:i.BIconEmojiHeartEyes,BIconEmojiHeartEyesFill:i.BIconEmojiHeartEyesFill,BIconEmojiLaughing:i.BIconEmojiLaughing,BIconEmojiLaughingFill:i.BIconEmojiLaughingFill,BIconEmojiNeutral:i.BIconEmojiNeutral,BIconEmojiNeutralFill:i.BIconEmojiNeutralFill,BIconEmojiSmile:i.BIconEmojiSmile,BIconEmojiSmileFill:i.BIconEmojiSmileFill,BIconEmojiSmileUpsideDown:i.BIconEmojiSmileUpsideDown,BIconEmojiSmileUpsideDownFill:i.BIconEmojiSmileUpsideDownFill,BIconEmojiSunglasses:i.BIconEmojiSunglasses,BIconEmojiSunglassesFill:i.BIconEmojiSunglassesFill,BIconEmojiWink:i.BIconEmojiWink,BIconEmojiWinkFill:i.BIconEmojiWinkFill,BIconEnvelope:i.BIconEnvelope,BIconEnvelopeFill:i.BIconEnvelopeFill,BIconEnvelopeOpen:i.BIconEnvelopeOpen,BIconEnvelopeOpenFill:i.BIconEnvelopeOpenFill,BIconEraser:i.BIconEraser,BIconEraserFill:i.BIconEraserFill,BIconExclamation:i.BIconExclamation,BIconExclamationCircle:i.BIconExclamationCircle,BIconExclamationCircleFill:i.BIconExclamationCircleFill,BIconExclamationDiamond:i.BIconExclamationDiamond,BIconExclamationDiamondFill:i.BIconExclamationDiamondFill,BIconExclamationLg:i.BIconExclamationLg,BIconExclamationOctagon:i.BIconExclamationOctagon,BIconExclamationOctagonFill:i.BIconExclamationOctagonFill,BIconExclamationSquare:i.BIconExclamationSquare,BIconExclamationSquareFill:i.BIconExclamationSquareFill,BIconExclamationTriangle:i.BIconExclamationTriangle,BIconExclamationTriangleFill:i.BIconExclamationTriangleFill,BIconExclude:i.BIconExclude,BIconEye:i.BIconEye,BIconEyeFill:i.BIconEyeFill,BIconEyeSlash:i.BIconEyeSlash,BIconEyeSlashFill:i.BIconEyeSlashFill,BIconEyedropper:i.BIconEyedropper,BIconEyeglasses:i.BIconEyeglasses,BIconFacebook:i.BIconFacebook,BIconFile:i.BIconFile,BIconFileArrowDown:i.BIconFileArrowDown,BIconFileArrowDownFill:i.BIconFileArrowDownFill,BIconFileArrowUp:i.BIconFileArrowUp,BIconFileArrowUpFill:i.BIconFileArrowUpFill,BIconFileBarGraph:i.BIconFileBarGraph,BIconFileBarGraphFill:i.BIconFileBarGraphFill,BIconFileBinary:i.BIconFileBinary,BIconFileBinaryFill:i.BIconFileBinaryFill,BIconFileBreak:i.BIconFileBreak,BIconFileBreakFill:i.BIconFileBreakFill,BIconFileCheck:i.BIconFileCheck,BIconFileCheckFill:i.BIconFileCheckFill,BIconFileCode:i.BIconFileCode,BIconFileCodeFill:i.BIconFileCodeFill,BIconFileDiff:i.BIconFileDiff,BIconFileDiffFill:i.BIconFileDiffFill,BIconFileEarmark:i.BIconFileEarmark,BIconFileEarmarkArrowDown:i.BIconFileEarmarkArrowDown,BIconFileEarmarkArrowDownFill:i.BIconFileEarmarkArrowDownFill,BIconFileEarmarkArrowUp:i.BIconFileEarmarkArrowUp,BIconFileEarmarkArrowUpFill:i.BIconFileEarmarkArrowUpFill,BIconFileEarmarkBarGraph:i.BIconFileEarmarkBarGraph,BIconFileEarmarkBarGraphFill:i.BIconFileEarmarkBarGraphFill,BIconFileEarmarkBinary:i.BIconFileEarmarkBinary,BIconFileEarmarkBinaryFill:i.BIconFileEarmarkBinaryFill,BIconFileEarmarkBreak:i.BIconFileEarmarkBreak,BIconFileEarmarkBreakFill:i.BIconFileEarmarkBreakFill,BIconFileEarmarkCheck:i.BIconFileEarmarkCheck,BIconFileEarmarkCheckFill:i.BIconFileEarmarkCheckFill,BIconFileEarmarkCode:i.BIconFileEarmarkCode,BIconFileEarmarkCodeFill:i.BIconFileEarmarkCodeFill,BIconFileEarmarkDiff:i.BIconFileEarmarkDiff,BIconFileEarmarkDiffFill:i.BIconFileEarmarkDiffFill,BIconFileEarmarkEasel:i.BIconFileEarmarkEasel,BIconFileEarmarkEaselFill:i.BIconFileEarmarkEaselFill,BIconFileEarmarkExcel:i.BIconFileEarmarkExcel,BIconFileEarmarkExcelFill:i.BIconFileEarmarkExcelFill,BIconFileEarmarkFill:i.BIconFileEarmarkFill,BIconFileEarmarkFont:i.BIconFileEarmarkFont,BIconFileEarmarkFontFill:i.BIconFileEarmarkFontFill,BIconFileEarmarkImage:i.BIconFileEarmarkImage,BIconFileEarmarkImageFill:i.BIconFileEarmarkImageFill,BIconFileEarmarkLock:i.BIconFileEarmarkLock,BIconFileEarmarkLock2:i.BIconFileEarmarkLock2,BIconFileEarmarkLock2Fill:i.BIconFileEarmarkLock2Fill,BIconFileEarmarkLockFill:i.BIconFileEarmarkLockFill,BIconFileEarmarkMedical:i.BIconFileEarmarkMedical,BIconFileEarmarkMedicalFill:i.BIconFileEarmarkMedicalFill,BIconFileEarmarkMinus:i.BIconFileEarmarkMinus,BIconFileEarmarkMinusFill:i.BIconFileEarmarkMinusFill,BIconFileEarmarkMusic:i.BIconFileEarmarkMusic,BIconFileEarmarkMusicFill:i.BIconFileEarmarkMusicFill,BIconFileEarmarkPdf:i.BIconFileEarmarkPdf,BIconFileEarmarkPdfFill:i.BIconFileEarmarkPdfFill,BIconFileEarmarkPerson:i.BIconFileEarmarkPerson,BIconFileEarmarkPersonFill:i.BIconFileEarmarkPersonFill,BIconFileEarmarkPlay:i.BIconFileEarmarkPlay,BIconFileEarmarkPlayFill:i.BIconFileEarmarkPlayFill,BIconFileEarmarkPlus:i.BIconFileEarmarkPlus,BIconFileEarmarkPlusFill:i.BIconFileEarmarkPlusFill,BIconFileEarmarkPost:i.BIconFileEarmarkPost,BIconFileEarmarkPostFill:i.BIconFileEarmarkPostFill,BIconFileEarmarkPpt:i.BIconFileEarmarkPpt,BIconFileEarmarkPptFill:i.BIconFileEarmarkPptFill,BIconFileEarmarkRichtext:i.BIconFileEarmarkRichtext,BIconFileEarmarkRichtextFill:i.BIconFileEarmarkRichtextFill,BIconFileEarmarkRuled:i.BIconFileEarmarkRuled,BIconFileEarmarkRuledFill:i.BIconFileEarmarkRuledFill,BIconFileEarmarkSlides:i.BIconFileEarmarkSlides,BIconFileEarmarkSlidesFill:i.BIconFileEarmarkSlidesFill,BIconFileEarmarkSpreadsheet:i.BIconFileEarmarkSpreadsheet,BIconFileEarmarkSpreadsheetFill:i.BIconFileEarmarkSpreadsheetFill,BIconFileEarmarkText:i.BIconFileEarmarkText,BIconFileEarmarkTextFill:i.BIconFileEarmarkTextFill,BIconFileEarmarkWord:i.BIconFileEarmarkWord,BIconFileEarmarkWordFill:i.BIconFileEarmarkWordFill,BIconFileEarmarkX:i.BIconFileEarmarkX,BIconFileEarmarkXFill:i.BIconFileEarmarkXFill,BIconFileEarmarkZip:i.BIconFileEarmarkZip,BIconFileEarmarkZipFill:i.BIconFileEarmarkZipFill,BIconFileEasel:i.BIconFileEasel,BIconFileEaselFill:i.BIconFileEaselFill,BIconFileExcel:i.BIconFileExcel,BIconFileExcelFill:i.BIconFileExcelFill,BIconFileFill:i.BIconFileFill,BIconFileFont:i.BIconFileFont,BIconFileFontFill:i.BIconFileFontFill,BIconFileImage:i.BIconFileImage,BIconFileImageFill:i.BIconFileImageFill,BIconFileLock:i.BIconFileLock,BIconFileLock2:i.BIconFileLock2,BIconFileLock2Fill:i.BIconFileLock2Fill,BIconFileLockFill:i.BIconFileLockFill,BIconFileMedical:i.BIconFileMedical,BIconFileMedicalFill:i.BIconFileMedicalFill,BIconFileMinus:i.BIconFileMinus,BIconFileMinusFill:i.BIconFileMinusFill,BIconFileMusic:i.BIconFileMusic,BIconFileMusicFill:i.BIconFileMusicFill,BIconFilePdf:i.BIconFilePdf,BIconFilePdfFill:i.BIconFilePdfFill,BIconFilePerson:i.BIconFilePerson,BIconFilePersonFill:i.BIconFilePersonFill,BIconFilePlay:i.BIconFilePlay,BIconFilePlayFill:i.BIconFilePlayFill,BIconFilePlus:i.BIconFilePlus,BIconFilePlusFill:i.BIconFilePlusFill,BIconFilePost:i.BIconFilePost,BIconFilePostFill:i.BIconFilePostFill,BIconFilePpt:i.BIconFilePpt,BIconFilePptFill:i.BIconFilePptFill,BIconFileRichtext:i.BIconFileRichtext,BIconFileRichtextFill:i.BIconFileRichtextFill,BIconFileRuled:i.BIconFileRuled,BIconFileRuledFill:i.BIconFileRuledFill,BIconFileSlides:i.BIconFileSlides,BIconFileSlidesFill:i.BIconFileSlidesFill,BIconFileSpreadsheet:i.BIconFileSpreadsheet,BIconFileSpreadsheetFill:i.BIconFileSpreadsheetFill,BIconFileText:i.BIconFileText,BIconFileTextFill:i.BIconFileTextFill,BIconFileWord:i.BIconFileWord,BIconFileWordFill:i.BIconFileWordFill,BIconFileX:i.BIconFileX,BIconFileXFill:i.BIconFileXFill,BIconFileZip:i.BIconFileZip,BIconFileZipFill:i.BIconFileZipFill,BIconFiles:i.BIconFiles,BIconFilesAlt:i.BIconFilesAlt,BIconFilm:i.BIconFilm,BIconFilter:i.BIconFilter,BIconFilterCircle:i.BIconFilterCircle,BIconFilterCircleFill:i.BIconFilterCircleFill,BIconFilterLeft:i.BIconFilterLeft,BIconFilterRight:i.BIconFilterRight,BIconFilterSquare:i.BIconFilterSquare,BIconFilterSquareFill:i.BIconFilterSquareFill,BIconFlag:i.BIconFlag,BIconFlagFill:i.BIconFlagFill,BIconFlower1:i.BIconFlower1,BIconFlower2:i.BIconFlower2,BIconFlower3:i.BIconFlower3,BIconFolder:i.BIconFolder,BIconFolder2:i.BIconFolder2,BIconFolder2Open:i.BIconFolder2Open,BIconFolderCheck:i.BIconFolderCheck,BIconFolderFill:i.BIconFolderFill,BIconFolderMinus:i.BIconFolderMinus,BIconFolderPlus:i.BIconFolderPlus,BIconFolderSymlink:i.BIconFolderSymlink,BIconFolderSymlinkFill:i.BIconFolderSymlinkFill,BIconFolderX:i.BIconFolderX,BIconFonts:i.BIconFonts,BIconForward:i.BIconForward,BIconForwardFill:i.BIconForwardFill,BIconFront:i.BIconFront,BIconFullscreen:i.BIconFullscreen,BIconFullscreenExit:i.BIconFullscreenExit,BIconFunnel:i.BIconFunnel,BIconFunnelFill:i.BIconFunnelFill,BIconGear:i.BIconGear,BIconGearFill:i.BIconGearFill,BIconGearWide:i.BIconGearWide,BIconGearWideConnected:i.BIconGearWideConnected,BIconGem:i.BIconGem,BIconGenderAmbiguous:i.BIconGenderAmbiguous,BIconGenderFemale:i.BIconGenderFemale,BIconGenderMale:i.BIconGenderMale,BIconGenderTrans:i.BIconGenderTrans,BIconGeo:i.BIconGeo,BIconGeoAlt:i.BIconGeoAlt,BIconGeoAltFill:i.BIconGeoAltFill,BIconGeoFill:i.BIconGeoFill,BIconGift:i.BIconGift,BIconGiftFill:i.BIconGiftFill,BIconGithub:i.BIconGithub,BIconGlobe:i.BIconGlobe,BIconGlobe2:i.BIconGlobe2,BIconGoogle:i.BIconGoogle,BIconGraphDown:i.BIconGraphDown,BIconGraphUp:i.BIconGraphUp,BIconGrid:i.BIconGrid,BIconGrid1x2:i.BIconGrid1x2,BIconGrid1x2Fill:i.BIconGrid1x2Fill,BIconGrid3x2:i.BIconGrid3x2,BIconGrid3x2Gap:i.BIconGrid3x2Gap,BIconGrid3x2GapFill:i.BIconGrid3x2GapFill,BIconGrid3x3:i.BIconGrid3x3,BIconGrid3x3Gap:i.BIconGrid3x3Gap,BIconGrid3x3GapFill:i.BIconGrid3x3GapFill,BIconGridFill:i.BIconGridFill,BIconGripHorizontal:i.BIconGripHorizontal,BIconGripVertical:i.BIconGripVertical,BIconHammer:i.BIconHammer,BIconHandIndex:i.BIconHandIndex,BIconHandIndexFill:i.BIconHandIndexFill,BIconHandIndexThumb:i.BIconHandIndexThumb,BIconHandIndexThumbFill:i.BIconHandIndexThumbFill,BIconHandThumbsDown:i.BIconHandThumbsDown,BIconHandThumbsDownFill:i.BIconHandThumbsDownFill,BIconHandThumbsUp:i.BIconHandThumbsUp,BIconHandThumbsUpFill:i.BIconHandThumbsUpFill,BIconHandbag:i.BIconHandbag,BIconHandbagFill:i.BIconHandbagFill,BIconHash:i.BIconHash,BIconHdd:i.BIconHdd,BIconHddFill:i.BIconHddFill,BIconHddNetwork:i.BIconHddNetwork,BIconHddNetworkFill:i.BIconHddNetworkFill,BIconHddRack:i.BIconHddRack,BIconHddRackFill:i.BIconHddRackFill,BIconHddStack:i.BIconHddStack,BIconHddStackFill:i.BIconHddStackFill,BIconHeadphones:i.BIconHeadphones,BIconHeadset:i.BIconHeadset,BIconHeadsetVr:i.BIconHeadsetVr,BIconHeart:i.BIconHeart,BIconHeartFill:i.BIconHeartFill,BIconHeartHalf:i.BIconHeartHalf,BIconHeptagon:i.BIconHeptagon,BIconHeptagonFill:i.BIconHeptagonFill,BIconHeptagonHalf:i.BIconHeptagonHalf,BIconHexagon:i.BIconHexagon,BIconHexagonFill:i.BIconHexagonFill,BIconHexagonHalf:i.BIconHexagonHalf,BIconHourglass:i.BIconHourglass,BIconHourglassBottom:i.BIconHourglassBottom,BIconHourglassSplit:i.BIconHourglassSplit,BIconHourglassTop:i.BIconHourglassTop,BIconHouse:i.BIconHouse,BIconHouseDoor:i.BIconHouseDoor,BIconHouseDoorFill:i.BIconHouseDoorFill,BIconHouseFill:i.BIconHouseFill,BIconHr:i.BIconHr,BIconHurricane:i.BIconHurricane,BIconImage:i.BIconImage,BIconImageAlt:i.BIconImageAlt,BIconImageFill:i.BIconImageFill,BIconImages:i.BIconImages,BIconInbox:i.BIconInbox,BIconInboxFill:i.BIconInboxFill,BIconInboxes:i.BIconInboxes,BIconInboxesFill:i.BIconInboxesFill,BIconInfo:i.BIconInfo,BIconInfoCircle:i.BIconInfoCircle,BIconInfoCircleFill:i.BIconInfoCircleFill,BIconInfoLg:i.BIconInfoLg,BIconInfoSquare:i.BIconInfoSquare,BIconInfoSquareFill:i.BIconInfoSquareFill,BIconInputCursor:i.BIconInputCursor,BIconInputCursorText:i.BIconInputCursorText,BIconInstagram:i.BIconInstagram,BIconIntersect:i.BIconIntersect,BIconJournal:i.BIconJournal,BIconJournalAlbum:i.BIconJournalAlbum,BIconJournalArrowDown:i.BIconJournalArrowDown,BIconJournalArrowUp:i.BIconJournalArrowUp,BIconJournalBookmark:i.BIconJournalBookmark,BIconJournalBookmarkFill:i.BIconJournalBookmarkFill,BIconJournalCheck:i.BIconJournalCheck,BIconJournalCode:i.BIconJournalCode,BIconJournalMedical:i.BIconJournalMedical,BIconJournalMinus:i.BIconJournalMinus,BIconJournalPlus:i.BIconJournalPlus,BIconJournalRichtext:i.BIconJournalRichtext,BIconJournalText:i.BIconJournalText,BIconJournalX:i.BIconJournalX,BIconJournals:i.BIconJournals,BIconJoystick:i.BIconJoystick,BIconJustify:i.BIconJustify,BIconJustifyLeft:i.BIconJustifyLeft,BIconJustifyRight:i.BIconJustifyRight,BIconKanban:i.BIconKanban,BIconKanbanFill:i.BIconKanbanFill,BIconKey:i.BIconKey,BIconKeyFill:i.BIconKeyFill,BIconKeyboard:i.BIconKeyboard,BIconKeyboardFill:i.BIconKeyboardFill,BIconLadder:i.BIconLadder,BIconLamp:i.BIconLamp,BIconLampFill:i.BIconLampFill,BIconLaptop:i.BIconLaptop,BIconLaptopFill:i.BIconLaptopFill,BIconLayerBackward:i.BIconLayerBackward,BIconLayerForward:i.BIconLayerForward,BIconLayers:i.BIconLayers,BIconLayersFill:i.BIconLayersFill,BIconLayersHalf:i.BIconLayersHalf,BIconLayoutSidebar:i.BIconLayoutSidebar,BIconLayoutSidebarInset:i.BIconLayoutSidebarInset,BIconLayoutSidebarInsetReverse:i.BIconLayoutSidebarInsetReverse,BIconLayoutSidebarReverse:i.BIconLayoutSidebarReverse,BIconLayoutSplit:i.BIconLayoutSplit,BIconLayoutTextSidebar:i.BIconLayoutTextSidebar,BIconLayoutTextSidebarReverse:i.BIconLayoutTextSidebarReverse,BIconLayoutTextWindow:i.BIconLayoutTextWindow,BIconLayoutTextWindowReverse:i.BIconLayoutTextWindowReverse,BIconLayoutThreeColumns:i.BIconLayoutThreeColumns,BIconLayoutWtf:i.BIconLayoutWtf,BIconLifePreserver:i.BIconLifePreserver,BIconLightbulb:i.BIconLightbulb,BIconLightbulbFill:i.BIconLightbulbFill,BIconLightbulbOff:i.BIconLightbulbOff,BIconLightbulbOffFill:i.BIconLightbulbOffFill,BIconLightning:i.BIconLightning,BIconLightningCharge:i.BIconLightningCharge,BIconLightningChargeFill:i.BIconLightningChargeFill,BIconLightningFill:i.BIconLightningFill,BIconLink:i.BIconLink,BIconLink45deg:i.BIconLink45deg,BIconLinkedin:i.BIconLinkedin,BIconList:i.BIconList,BIconListCheck:i.BIconListCheck,BIconListNested:i.BIconListNested,BIconListOl:i.BIconListOl,BIconListStars:i.BIconListStars,BIconListTask:i.BIconListTask,BIconListUl:i.BIconListUl,BIconLock:i.BIconLock,BIconLockFill:i.BIconLockFill,BIconMailbox:i.BIconMailbox,BIconMailbox2:i.BIconMailbox2,BIconMap:i.BIconMap,BIconMapFill:i.BIconMapFill,BIconMarkdown:i.BIconMarkdown,BIconMarkdownFill:i.BIconMarkdownFill,BIconMask:i.BIconMask,BIconMastodon:i.BIconMastodon,BIconMegaphone:i.BIconMegaphone,BIconMegaphoneFill:i.BIconMegaphoneFill,BIconMenuApp:i.BIconMenuApp,BIconMenuAppFill:i.BIconMenuAppFill,BIconMenuButton:i.BIconMenuButton,BIconMenuButtonFill:i.BIconMenuButtonFill,BIconMenuButtonWide:i.BIconMenuButtonWide,BIconMenuButtonWideFill:i.BIconMenuButtonWideFill,BIconMenuDown:i.BIconMenuDown,BIconMenuUp:i.BIconMenuUp,BIconMessenger:i.BIconMessenger,BIconMic:i.BIconMic,BIconMicFill:i.BIconMicFill,BIconMicMute:i.BIconMicMute,BIconMicMuteFill:i.BIconMicMuteFill,BIconMinecart:i.BIconMinecart,BIconMinecartLoaded:i.BIconMinecartLoaded,BIconMoisture:i.BIconMoisture,BIconMoon:i.BIconMoon,BIconMoonFill:i.BIconMoonFill,BIconMoonStars:i.BIconMoonStars,BIconMoonStarsFill:i.BIconMoonStarsFill,BIconMouse:i.BIconMouse,BIconMouse2:i.BIconMouse2,BIconMouse2Fill:i.BIconMouse2Fill,BIconMouse3:i.BIconMouse3,BIconMouse3Fill:i.BIconMouse3Fill,BIconMouseFill:i.BIconMouseFill,BIconMusicNote:i.BIconMusicNote,BIconMusicNoteBeamed:i.BIconMusicNoteBeamed,BIconMusicNoteList:i.BIconMusicNoteList,BIconMusicPlayer:i.BIconMusicPlayer,BIconMusicPlayerFill:i.BIconMusicPlayerFill,BIconNewspaper:i.BIconNewspaper,BIconNodeMinus:i.BIconNodeMinus,BIconNodeMinusFill:i.BIconNodeMinusFill,BIconNodePlus:i.BIconNodePlus,BIconNodePlusFill:i.BIconNodePlusFill,BIconNut:i.BIconNut,BIconNutFill:i.BIconNutFill,BIconOctagon:i.BIconOctagon,BIconOctagonFill:i.BIconOctagonFill,BIconOctagonHalf:i.BIconOctagonHalf,BIconOption:i.BIconOption,BIconOutlet:i.BIconOutlet,BIconPaintBucket:i.BIconPaintBucket,BIconPalette:i.BIconPalette,BIconPalette2:i.BIconPalette2,BIconPaletteFill:i.BIconPaletteFill,BIconPaperclip:i.BIconPaperclip,BIconParagraph:i.BIconParagraph,BIconPatchCheck:i.BIconPatchCheck,BIconPatchCheckFill:i.BIconPatchCheckFill,BIconPatchExclamation:i.BIconPatchExclamation,BIconPatchExclamationFill:i.BIconPatchExclamationFill,BIconPatchMinus:i.BIconPatchMinus,BIconPatchMinusFill:i.BIconPatchMinusFill,BIconPatchPlus:i.BIconPatchPlus,BIconPatchPlusFill:i.BIconPatchPlusFill,BIconPatchQuestion:i.BIconPatchQuestion,BIconPatchQuestionFill:i.BIconPatchQuestionFill,BIconPause:i.BIconPause,BIconPauseBtn:i.BIconPauseBtn,BIconPauseBtnFill:i.BIconPauseBtnFill,BIconPauseCircle:i.BIconPauseCircle,BIconPauseCircleFill:i.BIconPauseCircleFill,BIconPauseFill:i.BIconPauseFill,BIconPeace:i.BIconPeace,BIconPeaceFill:i.BIconPeaceFill,BIconPen:i.BIconPen,BIconPenFill:i.BIconPenFill,BIconPencil:i.BIconPencil,BIconPencilFill:i.BIconPencilFill,BIconPencilSquare:i.BIconPencilSquare,BIconPentagon:i.BIconPentagon,BIconPentagonFill:i.BIconPentagonFill,BIconPentagonHalf:i.BIconPentagonHalf,BIconPeople:i.BIconPeople,BIconPeopleFill:i.BIconPeopleFill,BIconPercent:i.BIconPercent,BIconPerson:i.BIconPerson,BIconPersonBadge:i.BIconPersonBadge,BIconPersonBadgeFill:i.BIconPersonBadgeFill,BIconPersonBoundingBox:i.BIconPersonBoundingBox,BIconPersonCheck:i.BIconPersonCheck,BIconPersonCheckFill:i.BIconPersonCheckFill,BIconPersonCircle:i.BIconPersonCircle,BIconPersonDash:i.BIconPersonDash,BIconPersonDashFill:i.BIconPersonDashFill,BIconPersonFill:i.BIconPersonFill,BIconPersonLinesFill:i.BIconPersonLinesFill,BIconPersonPlus:i.BIconPersonPlus,BIconPersonPlusFill:i.BIconPersonPlusFill,BIconPersonSquare:i.BIconPersonSquare,BIconPersonX:i.BIconPersonX,BIconPersonXFill:i.BIconPersonXFill,BIconPhone:i.BIconPhone,BIconPhoneFill:i.BIconPhoneFill,BIconPhoneLandscape:i.BIconPhoneLandscape,BIconPhoneLandscapeFill:i.BIconPhoneLandscapeFill,BIconPhoneVibrate:i.BIconPhoneVibrate,BIconPhoneVibrateFill:i.BIconPhoneVibrateFill,BIconPieChart:i.BIconPieChart,BIconPieChartFill:i.BIconPieChartFill,BIconPiggyBank:i.BIconPiggyBank,BIconPiggyBankFill:i.BIconPiggyBankFill,BIconPin:i.BIconPin,BIconPinAngle:i.BIconPinAngle,BIconPinAngleFill:i.BIconPinAngleFill,BIconPinFill:i.BIconPinFill,BIconPinMap:i.BIconPinMap,BIconPinMapFill:i.BIconPinMapFill,BIconPip:i.BIconPip,BIconPipFill:i.BIconPipFill,BIconPlay:i.BIconPlay,BIconPlayBtn:i.BIconPlayBtn,BIconPlayBtnFill:i.BIconPlayBtnFill,BIconPlayCircle:i.BIconPlayCircle,BIconPlayCircleFill:i.BIconPlayCircleFill,BIconPlayFill:i.BIconPlayFill,BIconPlug:i.BIconPlug,BIconPlugFill:i.BIconPlugFill,BIconPlus:i.BIconPlus,BIconPlusCircle:i.BIconPlusCircle,BIconPlusCircleDotted:i.BIconPlusCircleDotted,BIconPlusCircleFill:i.BIconPlusCircleFill,BIconPlusLg:i.BIconPlusLg,BIconPlusSquare:i.BIconPlusSquare,BIconPlusSquareDotted:i.BIconPlusSquareDotted,BIconPlusSquareFill:i.BIconPlusSquareFill,BIconPower:i.BIconPower,BIconPrinter:i.BIconPrinter,BIconPrinterFill:i.BIconPrinterFill,BIconPuzzle:i.BIconPuzzle,BIconPuzzleFill:i.BIconPuzzleFill,BIconQuestion:i.BIconQuestion,BIconQuestionCircle:i.BIconQuestionCircle,BIconQuestionCircleFill:i.BIconQuestionCircleFill,BIconQuestionDiamond:i.BIconQuestionDiamond,BIconQuestionDiamondFill:i.BIconQuestionDiamondFill,BIconQuestionLg:i.BIconQuestionLg,BIconQuestionOctagon:i.BIconQuestionOctagon,BIconQuestionOctagonFill:i.BIconQuestionOctagonFill,BIconQuestionSquare:i.BIconQuestionSquare,BIconQuestionSquareFill:i.BIconQuestionSquareFill,BIconRainbow:i.BIconRainbow,BIconReceipt:i.BIconReceipt,BIconReceiptCutoff:i.BIconReceiptCutoff,BIconReception0:i.BIconReception0,BIconReception1:i.BIconReception1,BIconReception2:i.BIconReception2,BIconReception3:i.BIconReception3,BIconReception4:i.BIconReception4,BIconRecord:i.BIconRecord,BIconRecord2:i.BIconRecord2,BIconRecord2Fill:i.BIconRecord2Fill,BIconRecordBtn:i.BIconRecordBtn,BIconRecordBtnFill:i.BIconRecordBtnFill,BIconRecordCircle:i.BIconRecordCircle,BIconRecordCircleFill:i.BIconRecordCircleFill,BIconRecordFill:i.BIconRecordFill,BIconRecycle:i.BIconRecycle,BIconReddit:i.BIconReddit,BIconReply:i.BIconReply,BIconReplyAll:i.BIconReplyAll,BIconReplyAllFill:i.BIconReplyAllFill,BIconReplyFill:i.BIconReplyFill,BIconRss:i.BIconRss,BIconRssFill:i.BIconRssFill,BIconRulers:i.BIconRulers,BIconSafe:i.BIconSafe,BIconSafe2:i.BIconSafe2,BIconSafe2Fill:i.BIconSafe2Fill,BIconSafeFill:i.BIconSafeFill,BIconSave:i.BIconSave,BIconSave2:i.BIconSave2,BIconSave2Fill:i.BIconSave2Fill,BIconSaveFill:i.BIconSaveFill,BIconScissors:i.BIconScissors,BIconScrewdriver:i.BIconScrewdriver,BIconSdCard:i.BIconSdCard,BIconSdCardFill:i.BIconSdCardFill,BIconSearch:i.BIconSearch,BIconSegmentedNav:i.BIconSegmentedNav,BIconServer:i.BIconServer,BIconShare:i.BIconShare,BIconShareFill:i.BIconShareFill,BIconShield:i.BIconShield,BIconShieldCheck:i.BIconShieldCheck,BIconShieldExclamation:i.BIconShieldExclamation,BIconShieldFill:i.BIconShieldFill,BIconShieldFillCheck:i.BIconShieldFillCheck,BIconShieldFillExclamation:i.BIconShieldFillExclamation,BIconShieldFillMinus:i.BIconShieldFillMinus,BIconShieldFillPlus:i.BIconShieldFillPlus,BIconShieldFillX:i.BIconShieldFillX,BIconShieldLock:i.BIconShieldLock,BIconShieldLockFill:i.BIconShieldLockFill,BIconShieldMinus:i.BIconShieldMinus,BIconShieldPlus:i.BIconShieldPlus,BIconShieldShaded:i.BIconShieldShaded,BIconShieldSlash:i.BIconShieldSlash,BIconShieldSlashFill:i.BIconShieldSlashFill,BIconShieldX:i.BIconShieldX,BIconShift:i.BIconShift,BIconShiftFill:i.BIconShiftFill,BIconShop:i.BIconShop,BIconShopWindow:i.BIconShopWindow,BIconShuffle:i.BIconShuffle,BIconSignpost:i.BIconSignpost,BIconSignpost2:i.BIconSignpost2,BIconSignpost2Fill:i.BIconSignpost2Fill,BIconSignpostFill:i.BIconSignpostFill,BIconSignpostSplit:i.BIconSignpostSplit,BIconSignpostSplitFill:i.BIconSignpostSplitFill,BIconSim:i.BIconSim,BIconSimFill:i.BIconSimFill,BIconSkipBackward:i.BIconSkipBackward,BIconSkipBackwardBtn:i.BIconSkipBackwardBtn,BIconSkipBackwardBtnFill:i.BIconSkipBackwardBtnFill,BIconSkipBackwardCircle:i.BIconSkipBackwardCircle,BIconSkipBackwardCircleFill:i.BIconSkipBackwardCircleFill,BIconSkipBackwardFill:i.BIconSkipBackwardFill,BIconSkipEnd:i.BIconSkipEnd,BIconSkipEndBtn:i.BIconSkipEndBtn,BIconSkipEndBtnFill:i.BIconSkipEndBtnFill,BIconSkipEndCircle:i.BIconSkipEndCircle,BIconSkipEndCircleFill:i.BIconSkipEndCircleFill,BIconSkipEndFill:i.BIconSkipEndFill,BIconSkipForward:i.BIconSkipForward,BIconSkipForwardBtn:i.BIconSkipForwardBtn,BIconSkipForwardBtnFill:i.BIconSkipForwardBtnFill,BIconSkipForwardCircle:i.BIconSkipForwardCircle,BIconSkipForwardCircleFill:i.BIconSkipForwardCircleFill,BIconSkipForwardFill:i.BIconSkipForwardFill,BIconSkipStart:i.BIconSkipStart,BIconSkipStartBtn:i.BIconSkipStartBtn,BIconSkipStartBtnFill:i.BIconSkipStartBtnFill,BIconSkipStartCircle:i.BIconSkipStartCircle,BIconSkipStartCircleFill:i.BIconSkipStartCircleFill,BIconSkipStartFill:i.BIconSkipStartFill,BIconSkype:i.BIconSkype,BIconSlack:i.BIconSlack,BIconSlash:i.BIconSlash,BIconSlashCircle:i.BIconSlashCircle,BIconSlashCircleFill:i.BIconSlashCircleFill,BIconSlashLg:i.BIconSlashLg,BIconSlashSquare:i.BIconSlashSquare,BIconSlashSquareFill:i.BIconSlashSquareFill,BIconSliders:i.BIconSliders,BIconSmartwatch:i.BIconSmartwatch,BIconSnow:i.BIconSnow,BIconSnow2:i.BIconSnow2,BIconSnow3:i.BIconSnow3,BIconSortAlphaDown:i.BIconSortAlphaDown,BIconSortAlphaDownAlt:i.BIconSortAlphaDownAlt,BIconSortAlphaUp:i.BIconSortAlphaUp,BIconSortAlphaUpAlt:i.BIconSortAlphaUpAlt,BIconSortDown:i.BIconSortDown,BIconSortDownAlt:i.BIconSortDownAlt,BIconSortNumericDown:i.BIconSortNumericDown,BIconSortNumericDownAlt:i.BIconSortNumericDownAlt,BIconSortNumericUp:i.BIconSortNumericUp,BIconSortNumericUpAlt:i.BIconSortNumericUpAlt,BIconSortUp:i.BIconSortUp,BIconSortUpAlt:i.BIconSortUpAlt,BIconSoundwave:i.BIconSoundwave,BIconSpeaker:i.BIconSpeaker,BIconSpeakerFill:i.BIconSpeakerFill,BIconSpeedometer:i.BIconSpeedometer,BIconSpeedometer2:i.BIconSpeedometer2,BIconSpellcheck:i.BIconSpellcheck,BIconSquare:i.BIconSquare,BIconSquareFill:i.BIconSquareFill,BIconSquareHalf:i.BIconSquareHalf,BIconStack:i.BIconStack,BIconStar:i.BIconStar,BIconStarFill:i.BIconStarFill,BIconStarHalf:i.BIconStarHalf,BIconStars:i.BIconStars,BIconStickies:i.BIconStickies,BIconStickiesFill:i.BIconStickiesFill,BIconSticky:i.BIconSticky,BIconStickyFill:i.BIconStickyFill,BIconStop:i.BIconStop,BIconStopBtn:i.BIconStopBtn,BIconStopBtnFill:i.BIconStopBtnFill,BIconStopCircle:i.BIconStopCircle,BIconStopCircleFill:i.BIconStopCircleFill,BIconStopFill:i.BIconStopFill,BIconStoplights:i.BIconStoplights,BIconStoplightsFill:i.BIconStoplightsFill,BIconStopwatch:i.BIconStopwatch,BIconStopwatchFill:i.BIconStopwatchFill,BIconSubtract:i.BIconSubtract,BIconSuitClub:i.BIconSuitClub,BIconSuitClubFill:i.BIconSuitClubFill,BIconSuitDiamond:i.BIconSuitDiamond,BIconSuitDiamondFill:i.BIconSuitDiamondFill,BIconSuitHeart:i.BIconSuitHeart,BIconSuitHeartFill:i.BIconSuitHeartFill,BIconSuitSpade:i.BIconSuitSpade,BIconSuitSpadeFill:i.BIconSuitSpadeFill,BIconSun:i.BIconSun,BIconSunFill:i.BIconSunFill,BIconSunglasses:i.BIconSunglasses,BIconSunrise:i.BIconSunrise,BIconSunriseFill:i.BIconSunriseFill,BIconSunset:i.BIconSunset,BIconSunsetFill:i.BIconSunsetFill,BIconSymmetryHorizontal:i.BIconSymmetryHorizontal,BIconSymmetryVertical:i.BIconSymmetryVertical,BIconTable:i.BIconTable,BIconTablet:i.BIconTablet,BIconTabletFill:i.BIconTabletFill,BIconTabletLandscape:i.BIconTabletLandscape,BIconTabletLandscapeFill:i.BIconTabletLandscapeFill,BIconTag:i.BIconTag,BIconTagFill:i.BIconTagFill,BIconTags:i.BIconTags,BIconTagsFill:i.BIconTagsFill,BIconTelegram:i.BIconTelegram,BIconTelephone:i.BIconTelephone,BIconTelephoneFill:i.BIconTelephoneFill,BIconTelephoneForward:i.BIconTelephoneForward,BIconTelephoneForwardFill:i.BIconTelephoneForwardFill,BIconTelephoneInbound:i.BIconTelephoneInbound,BIconTelephoneInboundFill:i.BIconTelephoneInboundFill,BIconTelephoneMinus:i.BIconTelephoneMinus,BIconTelephoneMinusFill:i.BIconTelephoneMinusFill,BIconTelephoneOutbound:i.BIconTelephoneOutbound,BIconTelephoneOutboundFill:i.BIconTelephoneOutboundFill,BIconTelephonePlus:i.BIconTelephonePlus,BIconTelephonePlusFill:i.BIconTelephonePlusFill,BIconTelephoneX:i.BIconTelephoneX,BIconTelephoneXFill:i.BIconTelephoneXFill,BIconTerminal:i.BIconTerminal,BIconTerminalFill:i.BIconTerminalFill,BIconTextCenter:i.BIconTextCenter,BIconTextIndentLeft:i.BIconTextIndentLeft,BIconTextIndentRight:i.BIconTextIndentRight,BIconTextLeft:i.BIconTextLeft,BIconTextParagraph:i.BIconTextParagraph,BIconTextRight:i.BIconTextRight,BIconTextarea:i.BIconTextarea,BIconTextareaResize:i.BIconTextareaResize,BIconTextareaT:i.BIconTextareaT,BIconThermometer:i.BIconThermometer,BIconThermometerHalf:i.BIconThermometerHalf,BIconThermometerHigh:i.BIconThermometerHigh,BIconThermometerLow:i.BIconThermometerLow,BIconThermometerSnow:i.BIconThermometerSnow,BIconThermometerSun:i.BIconThermometerSun,BIconThreeDots:i.BIconThreeDots,BIconThreeDotsVertical:i.BIconThreeDotsVertical,BIconToggle2Off:i.BIconToggle2Off,BIconToggle2On:i.BIconToggle2On,BIconToggleOff:i.BIconToggleOff,BIconToggleOn:i.BIconToggleOn,BIconToggles:i.BIconToggles,BIconToggles2:i.BIconToggles2,BIconTools:i.BIconTools,BIconTornado:i.BIconTornado,BIconTranslate:i.BIconTranslate,BIconTrash:i.BIconTrash,BIconTrash2:i.BIconTrash2,BIconTrash2Fill:i.BIconTrash2Fill,BIconTrashFill:i.BIconTrashFill,BIconTree:i.BIconTree,BIconTreeFill:i.BIconTreeFill,BIconTriangle:i.BIconTriangle,BIconTriangleFill:i.BIconTriangleFill,BIconTriangleHalf:i.BIconTriangleHalf,BIconTrophy:i.BIconTrophy,BIconTrophyFill:i.BIconTrophyFill,BIconTropicalStorm:i.BIconTropicalStorm,BIconTruck:i.BIconTruck,BIconTruckFlatbed:i.BIconTruckFlatbed,BIconTsunami:i.BIconTsunami,BIconTv:i.BIconTv,BIconTvFill:i.BIconTvFill,BIconTwitch:i.BIconTwitch,BIconTwitter:i.BIconTwitter,BIconType:i.BIconType,BIconTypeBold:i.BIconTypeBold,BIconTypeH1:i.BIconTypeH1,BIconTypeH2:i.BIconTypeH2,BIconTypeH3:i.BIconTypeH3,BIconTypeItalic:i.BIconTypeItalic,BIconTypeStrikethrough:i.BIconTypeStrikethrough,BIconTypeUnderline:i.BIconTypeUnderline,BIconUiChecks:i.BIconUiChecks,BIconUiChecksGrid:i.BIconUiChecksGrid,BIconUiRadios:i.BIconUiRadios,BIconUiRadiosGrid:i.BIconUiRadiosGrid,BIconUmbrella:i.BIconUmbrella,BIconUmbrellaFill:i.BIconUmbrellaFill,BIconUnion:i.BIconUnion,BIconUnlock:i.BIconUnlock,BIconUnlockFill:i.BIconUnlockFill,BIconUpc:i.BIconUpc,BIconUpcScan:i.BIconUpcScan,BIconUpload:i.BIconUpload,BIconVectorPen:i.BIconVectorPen,BIconViewList:i.BIconViewList,BIconViewStacked:i.BIconViewStacked,BIconVinyl:i.BIconVinyl,BIconVinylFill:i.BIconVinylFill,BIconVoicemail:i.BIconVoicemail,BIconVolumeDown:i.BIconVolumeDown,BIconVolumeDownFill:i.BIconVolumeDownFill,BIconVolumeMute:i.BIconVolumeMute,BIconVolumeMuteFill:i.BIconVolumeMuteFill,BIconVolumeOff:i.BIconVolumeOff,BIconVolumeOffFill:i.BIconVolumeOffFill,BIconVolumeUp:i.BIconVolumeUp,BIconVolumeUpFill:i.BIconVolumeUpFill,BIconVr:i.BIconVr,BIconWallet:i.BIconWallet,BIconWallet2:i.BIconWallet2,BIconWalletFill:i.BIconWalletFill,BIconWatch:i.BIconWatch,BIconWater:i.BIconWater,BIconWhatsapp:i.BIconWhatsapp,BIconWifi:i.BIconWifi,BIconWifi1:i.BIconWifi1,BIconWifi2:i.BIconWifi2,BIconWifiOff:i.BIconWifiOff,BIconWind:i.BIconWind,BIconWindow:i.BIconWindow,BIconWindowDock:i.BIconWindowDock,BIconWindowSidebar:i.BIconWindowSidebar,BIconWrench:i.BIconWrench,BIconX:i.BIconX,BIconXCircle:i.BIconXCircle,BIconXCircleFill:i.BIconXCircleFill,BIconXDiamond:i.BIconXDiamond,BIconXDiamondFill:i.BIconXDiamondFill,BIconXLg:i.BIconXLg,BIconXOctagon:i.BIconXOctagon,BIconXOctagonFill:i.BIconXOctagonFill,BIconXSquare:i.BIconXSquare,BIconXSquareFill:i.BIconXSquareFill,BIconYoutube:i.BIconYoutube,BIconZoomIn:i.BIconZoomIn,BIconZoomOut:i.BIconZoomOut}}),c=(0,a.pluginFactoryNoConfig)({plugins:{IconsPlugin:l}},{NAME:"BootstrapVueIcons"})},25518:(e,t,n)=>{"use strict";n.r(t),n.d(t,{AlertPlugin:()=>f.AlertPlugin,AspectPlugin:()=>v.AspectPlugin,AvatarPlugin:()=>_.AvatarPlugin,BAlert:()=>m.BAlert,BAspect:()=>g.BAspect,BAvatar:()=>b.BAvatar,BAvatarGroup:()=>y.BAvatarGroup,BBadge:()=>I.BBadge,BBreadcrumb:()=>k.BBreadcrumb,BBreadcrumbItem:()=>P.BBreadcrumbItem,BButton:()=>w.BButton,BButtonClose:()=>E.BButtonClose,BButtonGroup:()=>A.BButtonGroup,BButtonToolbar:()=>S.BButtonToolbar,BCalendar:()=>z.BCalendar,BCard:()=>D.BCard,BCardBody:()=>F.BCardBody,BCardFooter:()=>H.BCardFooter,BCardGroup:()=>N.BCardGroup,BCardHeader:()=>R.BCardHeader,BCardImg:()=>V.BCardImg,BCardImgLazy:()=>Y.BCardImgLazy,BCardSubTitle:()=>j.BCardSubTitle,BCardText:()=>$.BCardText,BCardTitle:()=>U.BCardTitle,BCarousel:()=>W.BCarousel,BCarouselSlide:()=>q.BCarouselSlide,BCol:()=>at.BCol,BCollapse:()=>J.BCollapse,BContainer:()=>tt.BContainer,BDropdown:()=>Q.BDropdown,BDropdownDivider:()=>te.BDropdownDivider,BDropdownForm:()=>ne.BDropdownForm,BDropdownGroup:()=>ae.BDropdownGroup,BDropdownHeader:()=>re.BDropdownHeader,BDropdownItem:()=>Z.BDropdownItem,BDropdownItemButton:()=>ee.BDropdownItemButton,BDropdownText:()=>oe.BDropdownText,BEmbed:()=>se.BEmbed,BForm:()=>ce.BForm,BFormCheckbox:()=>me.BFormCheckbox,BFormCheckboxGroup:()=>ve.BFormCheckboxGroup,BFormDatalist:()=>ue.BFormDatalist,BFormDatepicker:()=>_e.BFormDatepicker,BFormFile:()=>ye.BFormFile,BFormGroup:()=>Ie.BFormGroup,BFormInput:()=>ke.BFormInput,BFormInvalidFeedback:()=>he.BFormInvalidFeedback,BFormRadio:()=>Te.BFormRadio,BFormRadioGroup:()=>we.BFormRadioGroup,BFormRating:()=>Oe.BFormRating,BFormRow:()=>rt.BFormRow,BFormSelect:()=>ze.BFormSelect,BFormSelectOption:()=>xe.BFormSelectOption,BFormSelectOptionGroup:()=>De.BFormSelectOptionGroup,BFormSpinbutton:()=>He.BFormSpinbutton,BFormTag:()=>Se.BFormTag,BFormTags:()=>Le.BFormTags,BFormText:()=>de.BFormText,BFormTextarea:()=>Re.BFormTextarea,BFormTimepicker:()=>Ye.BFormTimepicker,BFormValidFeedback:()=>pe.BFormValidFeedback,BIcon:()=>u.BIcon,BIconstack:()=>d.BIconstack,BImg:()=>$e.BImg,BImgLazy:()=>Ue.BImgLazy,BInputGroup:()=>We.BInputGroup,BInputGroupAddon:()=>qe.BInputGroupAddon,BInputGroupAppend:()=>Xe.BInputGroupAppend,BInputGroupPrepend:()=>Je.BInputGroupPrepend,BInputGroupText:()=>Ke.BInputGroupText,BJumbotron:()=>Ze.BJumbotron,BLink:()=>it.BLink,BListGroup:()=>lt.BListGroup,BListGroupItem:()=>ct.BListGroupItem,BMedia:()=>dt.BMedia,BMediaAside:()=>ht.BMediaAside,BMediaBody:()=>pt.BMediaBody,BModal:()=>mt.BModal,BNav:()=>gt.BNav,BNavForm:()=>_t.BNavForm,BNavItem:()=>bt.BNavItem,BNavItemDropdown:()=>yt.BNavItemDropdown,BNavText:()=>Mt.BNavText,BNavbar:()=>Bt.BNavbar,BNavbarBrand:()=>kt.BNavbarBrand,BNavbarNav:()=>Pt.BNavbarNav,BNavbarToggle:()=>Tt.BNavbarToggle,BOverlay:()=>Et.BOverlay,BPagination:()=>At.BPagination,BPaginationNav:()=>St.BPaginationNav,BPopover:()=>zt.BPopover,BProgress:()=>Dt.BProgress,BProgressBar:()=>Ft.BProgressBar,BRow:()=>nt.BRow,BSidebar:()=>Nt.BSidebar,BSkeleton:()=>Vt.BSkeleton,BSkeletonIcon:()=>Yt.BSkeletonIcon,BSkeletonImg:()=>jt.BSkeletonImg,BSkeletonTable:()=>$t.BSkeletonTable,BSkeletonWrapper:()=>Ut.BSkeletonWrapper,BSpinner:()=>Wt.BSpinner,BTab:()=>sn.BTab,BTable:()=>Xt.BTable,BTableLite:()=>Jt.BTableLite,BTableSimple:()=>Kt.BTableSimple,BTabs:()=>on.BTabs,BTbody:()=>Qt.BTbody,BTd:()=>an.BTd,BTfoot:()=>en.BTfoot,BTh:()=>nn.BTh,BThead:()=>Zt.BThead,BTime:()=>cn.BTime,BToast:()=>dn.BToast,BToaster:()=>hn.BToaster,BTooltip:()=>fn.BTooltip,BTr:()=>tn.BTr,BVConfig:()=>i.BVConfigPlugin,BVConfigPlugin:()=>i.BVConfigPlugin,BVModalPlugin:()=>s.BVModalPlugin,BVToastPlugin:()=>l.BVToastPlugin,BadgePlugin:()=>M.BadgePlugin,BootstrapVue:()=>Ln,BootstrapVueIcons:()=>c.BootstrapVueIcons,BreadcrumbPlugin:()=>B.BreadcrumbPlugin,ButtonGroupPlugin:()=>O.ButtonGroupPlugin,ButtonPlugin:()=>T.ButtonPlugin,ButtonToolbarPlugin:()=>L.ButtonToolbarPlugin,CalendarPlugin:()=>C.CalendarPlugin,CardPlugin:()=>x.CardPlugin,CarouselPlugin:()=>G.CarouselPlugin,CollapsePlugin:()=>X.CollapsePlugin,DropdownPlugin:()=>K.DropdownPlugin,EmbedPlugin:()=>ie.EmbedPlugin,FormCheckboxPlugin:()=>fe.FormCheckboxPlugin,FormDatepickerPlugin:()=>ge.FormDatepickerPlugin,FormFilePlugin:()=>be.FormFilePlugin,FormGroupPlugin:()=>Me.FormGroupPlugin,FormInputPlugin:()=>Be.FormInputPlugin,FormPlugin:()=>le.FormPlugin,FormRadioPlugin:()=>Pe.FormRadioPlugin,FormRatingPlugin:()=>Ee.FormRatingPlugin,FormSelectPlugin:()=>Ce.FormSelectPlugin,FormSpinbuttonPlugin:()=>Fe.FormSpinbuttonPlugin,FormTagsPlugin:()=>Ae.FormTagsPlugin,FormTextareaPlugin:()=>Ne.FormTextareaPlugin,FormTimepickerPlugin:()=>Ve.FormTimepickerPlugin,IconsPlugin:()=>c.IconsPlugin,ImagePlugin:()=>je.ImagePlugin,InputGroupPlugin:()=>Ge.InputGroupPlugin,JumbotronPlugin:()=>Qe.JumbotronPlugin,LayoutPlugin:()=>et.LayoutPlugin,LinkPlugin:()=>ot.LinkPlugin,ListGroupPlugin:()=>st.ListGroupPlugin,MediaPlugin:()=>ut.MediaPlugin,ModalPlugin:()=>ft.ModalPlugin,NAME:()=>On,NavPlugin:()=>vt.NavPlugin,NavbarPlugin:()=>It.NavbarPlugin,OverlayPlugin:()=>wt.OverlayPlugin,PaginationNavPlugin:()=>Lt.PaginationNavPlugin,PaginationPlugin:()=>Ot.PaginationPlugin,PopoverPlugin:()=>Ct.PopoverPlugin,ProgressPlugin:()=>xt.ProgressPlugin,SidebarPlugin:()=>Ht.SidebarPlugin,SkeletonPlugin:()=>Rt.SkeletonPlugin,SpinnerPlugin:()=>Gt.SpinnerPlugin,TableLitePlugin:()=>qt.TableLitePlugin,TablePlugin:()=>qt.TablePlugin,TableSimplePlugin:()=>qt.TableSimplePlugin,TabsPlugin:()=>rn.TabsPlugin,TimePlugin:()=>ln.TimePlugin,ToastPlugin:()=>un.ToastPlugin,TooltipPlugin:()=>pn.TooltipPlugin,VBHover:()=>vn.VBHover,VBHoverPlugin:()=>mn.VBHoverPlugin,VBModal:()=>_n.VBModal,VBModalPlugin:()=>gn.VBModalPlugin,VBPopover:()=>yn.VBPopover,VBPopoverPlugin:()=>bn.VBPopoverPlugin,VBScrollspy:()=>In.VBScrollspy,VBScrollspyPlugin:()=>Mn.VBScrollspyPlugin,VBToggle:()=>kn.VBToggle,VBTogglePlugin:()=>Bn.VBTogglePlugin,VBTooltip:()=>Tn.VBTooltip,VBTooltipPlugin:()=>Pn.VBTooltipPlugin,VBVisible:()=>En.VBVisible,VBVisiblePlugin:()=>wn.VBVisiblePlugin,default:()=>Sn,install:()=>An});var a=n(11638),r=n(17826),o=n(75573),i=n(77354),s=n(42169),l=n(20389),c=n(97238),u=n(43022),d=n(5195),h=n(7543),p={};for(const e in h)["default","install","NAME","BVConfigPlugin","BVConfig","BootstrapVue","BVModalPlugin","BVToastPlugin","IconsPlugin","BootstrapVueIcons","BIcon","BIconstack","AlertPlugin","BAlert","AspectPlugin","BAspect","AvatarPlugin","BAvatar","BAvatarGroup","BadgePlugin","BBadge","BreadcrumbPlugin","BBreadcrumb","BBreadcrumbItem","ButtonPlugin","BButton","BButtonClose","ButtonGroupPlugin","BButtonGroup","ButtonToolbarPlugin","BButtonToolbar","CalendarPlugin","BCalendar","CardPlugin","BCard","BCardBody","BCardFooter","BCardGroup","BCardHeader","BCardImg","BCardImgLazy","BCardSubTitle","BCardText","BCardTitle","CarouselPlugin","BCarousel","BCarouselSlide","CollapsePlugin","BCollapse","DropdownPlugin","BDropdown","BDropdownItem","BDropdownItemButton","BDropdownDivider","BDropdownForm","BDropdownGroup","BDropdownHeader","BDropdownText","EmbedPlugin","BEmbed","FormPlugin","BForm","BFormDatalist","BFormText","BFormInvalidFeedback","BFormValidFeedback","FormCheckboxPlugin","BFormCheckbox","BFormCheckboxGroup","FormDatepickerPlugin","BFormDatepicker","FormFilePlugin","BFormFile","FormGroupPlugin","BFormGroup","FormInputPlugin","BFormInput","FormRadioPlugin","BFormRadio","BFormRadioGroup","FormRatingPlugin","BFormRating","FormTagsPlugin","BFormTags","BFormTag","FormSelectPlugin","BFormSelect","BFormSelectOption","BFormSelectOptionGroup","FormSpinbuttonPlugin","BFormSpinbutton","FormTextareaPlugin","BFormTextarea","FormTimepickerPlugin","BFormTimepicker","ImagePlugin","BImg","BImgLazy","InputGroupPlugin","BInputGroup","BInputGroupAddon","BInputGroupAppend","BInputGroupPrepend","BInputGroupText","JumbotronPlugin","BJumbotron","LayoutPlugin","BContainer","BRow","BCol","BFormRow","LinkPlugin","BLink","ListGroupPlugin","BListGroup","BListGroupItem","MediaPlugin","BMedia","BMediaAside","BMediaBody","ModalPlugin","BModal","NavPlugin","BNav","BNavForm","BNavItem","BNavItemDropdown","BNavText","NavbarPlugin","BNavbar","BNavbarBrand","BNavbarNav","BNavbarToggle","OverlayPlugin","BOverlay","PaginationPlugin","BPagination","PaginationNavPlugin","BPaginationNav","PopoverPlugin","BPopover","ProgressPlugin","BProgress","BProgressBar","SidebarPlugin","BSidebar","SkeletonPlugin","BSkeleton","BSkeletonIcon","BSkeletonImg","BSkeletonTable","BSkeletonWrapper","SpinnerPlugin","BSpinner","TablePlugin","TableLitePlugin","TableSimplePlugin","BTable","BTableLite","BTableSimple","BTbody","BThead","BTfoot","BTr","BTh","BTd","TabsPlugin","BTabs","BTab","TimePlugin","BTime","ToastPlugin","BToast","BToaster","TooltipPlugin","BTooltip","VBHoverPlugin","VBHover","VBModalPlugin","VBModal","VBPopoverPlugin","VBPopover","VBScrollspyPlugin","VBScrollspy","VBTogglePlugin","VBToggle","VBTooltipPlugin","VBTooltip","VBVisiblePlugin","VBVisible"].indexOf(e)<0&&(p[e]=()=>h[e]);n.d(t,p);var f=n(45279),m=n(73106),v=n(74278),g=n(98688),_=n(48391),b=n(47389),y=n(74829),M=n(32026),I=n(26034),B=n(93575),k=n(74825),P=n(90854),T=n(1869),w=n(15193),E=n(91451),O=n(47070),A=n(45969),L=n(23059),S=n(41984),C=n(75360),z=n(67065),x=n(51684),D=n(86855),F=n(19279),H=n(37674),N=n(97794),R=n(87047),V=n(13481),Y=n(19546),j=n(49034),$=n(64206),U=n(49379),G=n(68512),W=n(37072),q=n(25835),X=n(31586),J=n(68283),K=n(25952),Q=n(31642),Z=n(87379),ee=n(2332),te=n(41294),ne=n(44424),ae=n(540),re=n(53630),oe=n(25880),ie=n(49244),se=n(14289),le=n(5210),ce=n(54909),ue=n(62918),de=n(51666),he=n(52307),pe=n(98761),fe=n(15696),me=n(65098),ve=n(64431),ge=n(88126),_e=n(92629),be=n(67786),ye=n(40986),Me=n(25613),Ie=n(46709),Be=n(34274),ke=n(22183),Pe=n(35779),Te=n(76398),we=n(87167),Ee=n(9487),Oe=n(16398),Ae=n(48156),Le=n(71605),Se=n(51909),Ce=n(99888),ze=n(71567),xe=n(78959),De=n(2938),Fe=n(57832),He=n(44390),Ne=n(90093),Re=n(333),Ve=n(94814),Ye=n(18577),je=n(52749),$e=n(98156),Ue=n(78130),Ge=n(45284),We=n(4060),qe=n(74199),Xe=n(22418),Je=n(27754),Ke=n(18222),Qe=n(69589),Ze=n(855),et=n(48648),tt=n(34147),nt=n(26253),at=n(50725),rt=n(46310),ot=n(30959),it=n(67347),st=n(87841),lt=n(70322),ct=n(88367),ut=n(35198),dt=n(72775),ht=n(87272),pt=n(68361),ft=n(45906),mt=n(49679),vt=n(53156),gt=n(29027),_t=n(77089),bt=n(32450),yt=n(26221),Mt=n(73064),It=n(55739),Bt=n(71603),kt=n(19189),Pt=n(29852),Tt=n(87445),wt=n(98812),Et=n(66126),Ot=n(1781),At=n(10962),Lt=n(11856),St=n(86918),Ct=n(71868),zt=n(53862),xt=n(37587),Dt=n(45752),Ft=n(22981),Ht=n(44196),Nt=n(6675),Rt=n(87140),Vt=n(14777),Yt=n(69049),jt=n(1830),$t=n(4006),Ut=n(46499),Gt=n(82496),Wt=n(1759),qt=n(56778),Xt=n(86052),Jt=n(1071),Kt=n(85589),Qt=n(80560),Zt=n(13944),en=n(10838),tn=n(92095),nn=n(69919),an=n(66456),rn=n(91573),on=n(58887),sn=n(51015),ln=n(61783),cn=n(98916),un=n(48233),dn=n(10575),hn=n(33628),pn=n(63886),fn=n(18365),mn=n(22305),vn=n(25700),gn=n(16396),_n=n(82653),bn=n(68969),yn=n(86429),Mn=n(24349),In=n(95614),Bn=n(7351),kn=n(43028),Pn=n(9153),Tn=n(5870),wn=n(65694),En=n(58290),On="BootstrapVue",An=(0,a.installFactory)({plugins:{componentsPlugin:r.componentsPlugin,directivesPlugin:o.directivesPlugin}}),Ln={install:An,NAME:On};const Sn=Ln},28492:(e,t,n)=>{"use strict";n.r(t),n.d(t,{attrsMixin:()=>a});var a=(0,n(51665).makePropCacheMixin)("$attrs","bvAttrs")},38881:(e,t,n)=>{"use strict";n.r(t),n.d(t,{cardMixin:()=>l,props:()=>s});var a=n(1915),r=n(94689),o=n(12299),i=n(20451),s=(0,i.makePropsConfigurable)({bgVariant:(0,i.makeProp)(o.PROP_TYPE_STRING),borderVariant:(0,i.makeProp)(o.PROP_TYPE_STRING),tag:(0,i.makeProp)(o.PROP_TYPE_STRING,"div"),textVariant:(0,i.makeProp)(o.PROP_TYPE_STRING)},r.NAME_CARD),l=a.Vue.extend({props:s})},297:(e,t,n)=>{"use strict";n.r(t),n.d(t,{clickOutMixin:()=>s});var a=n(1915),r=n(63294),o=n(26410),i=n(28415),s=a.Vue.extend({data:function(){return{listenForClickOut:!1}},watch:{listenForClickOut:function(e,t){e!==t&&((0,i.eventOff)(this.clickOutElement,this.clickOutEventName,this._clickOutHandler,r.EVENT_OPTIONS_NO_CAPTURE),e&&(0,i.eventOn)(this.clickOutElement,this.clickOutEventName,this._clickOutHandler,r.EVENT_OPTIONS_NO_CAPTURE))}},beforeCreate:function(){this.clickOutElement=null,this.clickOutEventName=null},mounted:function(){this.clickOutElement||(this.clickOutElement=document),this.clickOutEventName||(this.clickOutEventName="click"),this.listenForClickOut&&(0,i.eventOn)(this.clickOutElement,this.clickOutEventName,this._clickOutHandler,r.EVENT_OPTIONS_NO_CAPTURE)},beforeDestroy:function(){(0,i.eventOff)(this.clickOutElement,this.clickOutEventName,this._clickOutHandler,r.EVENT_OPTIONS_NO_CAPTURE)},methods:{isClickOut:function(e){return!(0,o.contains)(this.$el,e.target)},_clickOutHandler:function(e){this.clickOutHandler&&this.isClickOut(e)&&this.clickOutHandler(e)}}})},87649:(e,t,n)=>{"use strict";n.r(t),n.d(t,{dropdownMixin:()=>A,props:()=>O});var a=n(28981),r=n(1915),o=n(94689),i=n(43935),s=n(63294),l=n(63663),c=n(53972),u=n(12299),d=n(28112),h=n(37130),p=n(26410),f=n(28415),m=n(33284),v=n(67040),g=n(20451),_=n(37568),b=n(297),y=n(65720),M=n(73727),I=n(98596);function B(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function k(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?B(Object(n),!0).forEach((function(t){P(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):B(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function P(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var T=(0,f.getRootEventName)(o.NAME_DROPDOWN,s.EVENT_NAME_SHOWN),w=(0,f.getRootEventName)(o.NAME_DROPDOWN,s.EVENT_NAME_HIDDEN),E=[".dropdown-item",".b-dropdown-form"].map((function(e){return"".concat(e,":not(.disabled):not([disabled])")})).join(", "),O=(0,g.makePropsConfigurable)((0,v.sortKeys)(k(k({},M.props),{},{boundary:(0,g.makeProp)([d.HTMLElement,u.PROP_TYPE_STRING],"scrollParent"),disabled:(0,g.makeProp)(u.PROP_TYPE_BOOLEAN,!1),dropleft:(0,g.makeProp)(u.PROP_TYPE_BOOLEAN,!1),dropright:(0,g.makeProp)(u.PROP_TYPE_BOOLEAN,!1),dropup:(0,g.makeProp)(u.PROP_TYPE_BOOLEAN,!1),noFlip:(0,g.makeProp)(u.PROP_TYPE_BOOLEAN,!1),offset:(0,g.makeProp)(u.PROP_TYPE_NUMBER_STRING,0),popperOpts:(0,g.makeProp)(u.PROP_TYPE_OBJECT,{}),right:(0,g.makeProp)(u.PROP_TYPE_BOOLEAN,!1)})),o.NAME_DROPDOWN),A=r.Vue.extend({mixins:[M.idMixin,I.listenOnRootMixin,b.clickOutMixin,y.focusInMixin],provide:function(){return{bvDropdown:this}},inject:{bvNavbar:{default:null}},props:O,data:function(){return{visible:!1,visibleChangePrevented:!1}},computed:{inNavbar:function(){return!(0,m.isNull)(this.bvNavbar)},toggler:function(){var e=this.$refs.toggle;return e?e.$el||e:null},directionClass:function(){return this.dropup?"dropup":this.dropright?"dropright":this.dropleft?"dropleft":""},boundaryClass:function(){return"scrollParent"===this.boundary||this.inNavbar?"":"position-static"},hideDelay:function(){return this.inNavbar?i.HAS_TOUCH_SUPPORT?300:50:0}},watch:{visible:function(e,t){if(this.visibleChangePrevented)this.visibleChangePrevented=!1;else if(e!==t){var n=e?s.EVENT_NAME_SHOW:s.EVENT_NAME_HIDE,a=new h.BvEvent(n,{cancelable:!0,vueTarget:this,target:this.$refs.menu,relatedTarget:null,componentId:this.safeId?this.safeId():this.id||null});if(this.emitEvent(a),a.defaultPrevented)return this.visibleChangePrevented=!0,this.visible=t,void this.$off(s.EVENT_NAME_HIDDEN,this.focusToggler);e?this.showMenu():this.hideMenu()}},disabled:function(e,t){e!==t&&e&&this.visible&&(this.visible=!1)}},created:function(){this.$_popper=null,this.$_hideTimeout=null},deactivated:function(){this.visible=!1,this.whileOpenListen(!1),this.destroyPopper()},beforeDestroy:function(){this.visible=!1,this.whileOpenListen(!1),this.destroyPopper(),this.clearHideTimeout()},methods:{emitEvent:function(e){var t=e.type;this.emitOnRoot((0,f.getRootEventName)(o.NAME_DROPDOWN,t),e),this.$emit(t,e)},showMenu:function(){var e=this;if(!this.disabled){if(!this.inNavbar)if(void 0===a.default)(0,_.warn)("Popper.js not found. Falling back to CSS positioning",o.NAME_DROPDOWN);else{var t=this.dropup&&this.right||this.split?this.$el:this.$refs.toggle;t=t.$el||t,this.createPopper(t)}this.emitOnRoot(T,this),this.whileOpenListen(!0),this.$nextTick((function(){e.focusMenu(),e.$emit(s.EVENT_NAME_SHOWN)}))}},hideMenu:function(){this.whileOpenListen(!1),this.emitOnRoot(w,this),this.$emit(s.EVENT_NAME_HIDDEN),this.destroyPopper()},createPopper:function(e){this.destroyPopper(),this.$_popper=new a.default(e,this.$refs.menu,this.getPopperConfig())},destroyPopper:function(){this.$_popper&&this.$_popper.destroy(),this.$_popper=null},updatePopper:function(){try{this.$_popper.scheduleUpdate()}catch(e){}},clearHideTimeout:function(){clearTimeout(this.$_hideTimeout),this.$_hideTimeout=null},getPopperConfig:function(){var e=c.PLACEMENT_BOTTOM_START;this.dropup?e=this.right?c.PLACEMENT_TOP_END:c.PLACEMENT_TOP_START:this.dropright?e=c.PLACEMENT_RIGHT_START:this.dropleft?e=c.PLACEMENT_LEFT_START:this.right&&(e=c.PLACEMENT_BOTTOM_END);var t={placement:e,modifiers:{offset:{offset:this.offset||0},flip:{enabled:!this.noFlip}}},n=this.boundary;return n&&(t.modifiers.preventOverflow={boundariesElement:n}),(0,v.mergeDeep)(t,this.popperOpts||{})},whileOpenListen:function(e){this.listenForClickOut=e,this.listenForFocusIn=e;var t=e?"$on":"$off";this.$root[t](T,this.rootCloseListener)},rootCloseListener:function(e){e!==this&&(this.visible=!1)},show:function(){var e=this;this.disabled||(0,p.requestAF)((function(){e.visible=!0}))},hide:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.disabled||(this.visible=!1,e&&this.$once(s.EVENT_NAME_HIDDEN,this.focusToggler))},toggle:function(e){var t=e=e||{},n=t.type,a=t.keyCode;("click"===n||"keydown"===n&&-1!==[l.CODE_ENTER,l.CODE_SPACE,l.CODE_DOWN].indexOf(a))&&(this.disabled?this.visible=!1:(this.$emit(s.EVENT_NAME_TOGGLE,e),(0,f.stopEvent)(e),this.visible?this.hide(!0):this.show()))},onMousedown:function(e){(0,f.stopEvent)(e,{propagation:!1})},onKeydown:function(e){var t=e.keyCode;t===l.CODE_ESC?this.onEsc(e):t===l.CODE_DOWN?this.focusNext(e,!1):t===l.CODE_UP&&this.focusNext(e,!0)},onEsc:function(e){this.visible&&(this.visible=!1,(0,f.stopEvent)(e),this.$once(s.EVENT_NAME_HIDDEN,this.focusToggler))},onSplitClick:function(e){this.disabled?this.visible=!1:this.$emit(s.EVENT_NAME_CLICK,e)},hideHandler:function(e){var t=this,n=e.target;!this.visible||(0,p.contains)(this.$refs.menu,n)||(0,p.contains)(this.toggler,n)||(this.clearHideTimeout(),this.$_hideTimeout=setTimeout((function(){return t.hide()}),this.hideDelay))},clickOutHandler:function(e){this.hideHandler(e)},focusInHandler:function(e){this.hideHandler(e)},focusNext:function(e,t){var n=this,a=e.target;!this.visible||e&&(0,p.closest)(".dropdown form",a)||((0,f.stopEvent)(e),this.$nextTick((function(){var e=n.getItems();if(!(e.length<1)){var r=e.indexOf(a);t&&r>0?r--:!t&&r<e.length-1&&r++,r<0&&(r=0),n.focusItem(r,e)}})))},focusItem:function(e,t){var n=t.find((function(t,n){return n===e}));(0,p.attemptFocus)(n)},getItems:function(){return((0,p.selectAll)(E,this.$refs.menu)||[]).filter(p.isVisible)},focusMenu:function(){(0,p.attemptFocus)(this.$refs.menu)},focusToggler:function(){var e=this;this.$nextTick((function(){(0,p.attemptFocus)(e.toggler)}))}}})},65720:(e,t,n)=>{"use strict";n.r(t),n.d(t,{focusInMixin:()=>i});var a=n(1915),r=n(63294),o=n(28415),i=a.Vue.extend({data:function(){return{listenForFocusIn:!1}},watch:{listenForFocusIn:function(e,t){e!==t&&((0,o.eventOff)(this.focusInElement,"focusin",this._focusInHandler,r.EVENT_OPTIONS_NO_CAPTURE),e&&(0,o.eventOn)(this.focusInElement,"focusin",this._focusInHandler,r.EVENT_OPTIONS_NO_CAPTURE))}},beforeCreate:function(){this.focusInElement=null},mounted:function(){this.focusInElement||(this.focusInElement=document),this.listenForFocusIn&&(0,o.eventOn)(this.focusInElement,"focusin",this._focusInHandler,r.EVENT_OPTIONS_NO_CAPTURE)},beforeDestroy:function(){(0,o.eventOff)(this.focusInElement,"focusin",this._focusInHandler,r.EVENT_OPTIONS_NO_CAPTURE)},methods:{_focusInHandler:function(e){this.focusInHandler&&this.focusInHandler(e)}}})},32023:(e,t,n)=>{"use strict";n.r(t),n.d(t,{formControlMixin:()=>c,props:()=>l});var a=n(1915),r=n(12299),o=n(26410),i=n(20451),s="input, textarea, select",l=(0,i.makePropsConfigurable)({autofocus:(0,i.makeProp)(r.PROP_TYPE_BOOLEAN,!1),disabled:(0,i.makeProp)(r.PROP_TYPE_BOOLEAN,!1),form:(0,i.makeProp)(r.PROP_TYPE_STRING),id:(0,i.makeProp)(r.PROP_TYPE_STRING),name:(0,i.makeProp)(r.PROP_TYPE_STRING),required:(0,i.makeProp)(r.PROP_TYPE_BOOLEAN,!1)},"formControls"),c=a.Vue.extend({props:l,mounted:function(){this.handleAutofocus()},activated:function(){this.handleAutofocus()},methods:{handleAutofocus:function(){var e=this;this.$nextTick((function(){(0,o.requestAF)((function(){var t=e.$el;e.autofocus&&(0,o.isVisible)(t)&&((0,o.matches)(t,s)||(t=(0,o.select)(s,t)),(0,o.attemptFocus)(t))}))}))}}})},58137:(e,t,n)=>{"use strict";n.r(t),n.d(t,{formCustomMixin:()=>s,props:()=>i});var a=n(1915),r=n(12299),o=n(20451),i=(0,o.makePropsConfigurable)({plain:(0,o.makeProp)(r.PROP_TYPE_BOOLEAN,!1)},"formControls"),s=a.Vue.extend({props:i,computed:{custom:function(){return!this.plain}}})},77330:(e,t,n)=>{"use strict";n.r(t),n.d(t,{formOptionsMixin:()=>h,props:()=>d});var a=n(1915),r=n(12299),o=n(37668),i=n(18735),s=n(33284),l=n(67040),c=n(20451),u=n(37568),d=(0,c.makePropsConfigurable)({disabledField:(0,c.makeProp)(r.PROP_TYPE_STRING,"disabled"),htmlField:(0,c.makeProp)(r.PROP_TYPE_STRING,"html"),options:(0,c.makeProp)(r.PROP_TYPE_ARRAY_OBJECT,[]),textField:(0,c.makeProp)(r.PROP_TYPE_STRING,"text"),valueField:(0,c.makeProp)(r.PROP_TYPE_STRING,"value")},"formOptionControls"),h=a.Vue.extend({props:d,computed:{formOptions:function(){return this.normalizeOptions(this.options)}},methods:{normalizeOption:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if((0,s.isPlainObject)(e)){var n=(0,o.get)(e,this.valueField),a=(0,o.get)(e,this.textField);return{value:(0,s.isUndefined)(n)?t||a:n,text:(0,i.stripTags)(String((0,s.isUndefined)(a)?t:a)),html:(0,o.get)(e,this.htmlField),disabled:Boolean((0,o.get)(e,this.disabledField))}}return{value:t||e,text:(0,i.stripTags)(String(e)),disabled:!1}},normalizeOptions:function(e){var t=this;return(0,s.isArray)(e)?e.map((function(e){return t.normalizeOption(e)})):(0,s.isPlainObject)(e)?((0,u.warn)('Setting prop "options" to an object is deprecated. Use the array format instead.',this.$options.name),(0,l.keys)(e).map((function(n){return t.normalizeOption(e[n]||{},n)}))):[]}}})},72985:(e,t,n)=>{"use strict";n.r(t),n.d(t,{MODEL_EVENT_NAME:()=>O,MODEL_PROP_NAME:()=>E,formRadioCheckGroupMixin:()=>L,props:()=>A});var a,r=n(1915),o=n(12299),i=n(90494),s=n(18735),l=n(3058),c=n(54602),u=n(67040),d=n(20451),h=n(65098),p=n(76398),f=n(32023),m=n(58137),v=n(77330),g=n(49035),_=n(95505),b=n(73727),y=n(18280);function M(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function I(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?M(Object(n),!0).forEach((function(t){B(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):M(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function B(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var k=["aria-describedby","aria-labelledby"],P=(0,c.makeModelMixin)("checked"),T=P.mixin,w=P.props,E=P.prop,O=P.event,A=(0,d.makePropsConfigurable)((0,u.sortKeys)(I(I(I(I(I(I(I(I({},b.props),w),f.props),v.props),g.props),_.props),m.props),{},{ariaInvalid:(0,d.makeProp)(o.PROP_TYPE_BOOLEAN_STRING,!1),buttonVariant:(0,d.makeProp)(o.PROP_TYPE_STRING),buttons:(0,d.makeProp)(o.PROP_TYPE_BOOLEAN,!1),stacked:(0,d.makeProp)(o.PROP_TYPE_BOOLEAN,!1),validated:(0,d.makeProp)(o.PROP_TYPE_BOOLEAN,!1)})),"formRadioCheckGroups"),L=r.Vue.extend({mixins:[b.idMixin,T,y.normalizeSlotMixin,f.formControlMixin,v.formOptionsMixin,g.formSizeMixin,_.formStateMixin,m.formCustomMixin],inheritAttrs:!1,props:A,data:function(){return{localChecked:this[E]}},computed:{inline:function(){return!this.stacked},groupName:function(){return this.name||this.safeId()},groupClasses:function(){var e=this.inline,t=this.size,n={"was-validated":this.validated};return this.buttons&&(n=[n,"btn-group-toggle",B({"btn-group":e,"btn-group-vertical":!e},"btn-group-".concat(t),t)]),n}},watch:(a={},B(a,E,(function(e){(0,l.looseEqual)(e,this.localChecked)||(this.localChecked=e)})),B(a,"localChecked",(function(e,t){(0,l.looseEqual)(e,t)||this.$emit(O,e)})),a),render:function(e){var t=this,n=this.isRadioGroup,a=(0,u.pick)(this.$attrs,k),r=n?p.BFormRadio:h.BFormCheckbox,o=this.formOptions.map((function(n,o){var i="BV_option_".concat(o);return e(r,{props:{disabled:n.disabled||!1,id:t.safeId(i),value:n.value},attrs:a,key:i},[e("span",{domProps:(0,s.htmlOrText)(n.html,n.text)})])}));return e("div",{class:[this.groupClasses,"bv-no-focus-ring"],attrs:I(I({},(0,u.omit)(this.$attrs,k)),{},{"aria-invalid":this.computedAriaInvalid,"aria-required":this.required?"true":null,id:this.safeId(),role:n?"radiogroup":"group",tabindex:"-1"})},[this.normalizeSlot(i.SLOT_NAME_FIRST),o,this.normalizeSlot()])}})},6298:(e,t,n)=>{"use strict";n.r(t),n.d(t,{MODEL_EVENT_NAME:()=>E,MODEL_PROP_NAME:()=>w,formRadioCheckMixin:()=>A,props:()=>O});var a,r,o=n(1915),i=n(12299),s=n(63294),l=n(26410),c=n(33284),u=n(3058),d=n(54602),h=n(67040),p=n(20451),f=n(28492),m=n(32023),v=n(58137),g=n(49035),_=n(95505),b=n(73727),y=n(18280);function M(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function I(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?M(Object(n),!0).forEach((function(t){B(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):M(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function B(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var k=(0,d.makeModelMixin)("checked",{defaultValue:null}),P=k.mixin,T=k.props,w=k.prop,E=k.event,O=(0,p.makePropsConfigurable)((0,h.sortKeys)(I(I(I(I(I(I(I({},b.props),T),m.props),g.props),_.props),v.props),{},{ariaLabel:(0,p.makeProp)(i.PROP_TYPE_STRING),ariaLabelledby:(0,p.makeProp)(i.PROP_TYPE_STRING),button:(0,p.makeProp)(i.PROP_TYPE_BOOLEAN,!1),buttonVariant:(0,p.makeProp)(i.PROP_TYPE_STRING),inline:(0,p.makeProp)(i.PROP_TYPE_BOOLEAN,!1),value:(0,p.makeProp)(i.PROP_TYPE_ANY)})),"formRadioCheckControls"),A=o.Vue.extend({mixins:[f.attrsMixin,b.idMixin,P,y.normalizeSlotMixin,m.formControlMixin,g.formSizeMixin,_.formStateMixin,v.formCustomMixin],inheritAttrs:!1,props:O,data:function(){return{localChecked:this.isGroup?this.bvGroup[w]:this[w],hasFocus:!1}},computed:{computedLocalChecked:{get:function(){return this.isGroup?this.bvGroup.localChecked:this.localChecked},set:function(e){this.isGroup?this.bvGroup.localChecked=e:this.localChecked=e}},isChecked:function(){return(0,u.looseEqual)(this.value,this.computedLocalChecked)},isRadio:function(){return!0},isGroup:function(){return!!this.bvGroup},isBtnMode:function(){return this.isGroup?this.bvGroup.buttons:this.button},isPlain:function(){return!this.isBtnMode&&(this.isGroup?this.bvGroup.plain:this.plain)},isCustom:function(){return!this.isBtnMode&&!this.isPlain},isSwitch:function(){return!(this.isBtnMode||this.isRadio||this.isPlain)&&(this.isGroup?this.bvGroup.switches:this.switch)},isInline:function(){return this.isGroup?this.bvGroup.inline:this.inline},isDisabled:function(){return this.isGroup&&this.bvGroup.disabled||this.disabled},isRequired:function(){return this.computedName&&(this.isGroup?this.bvGroup.required:this.required)},computedName:function(){return(this.isGroup?this.bvGroup.groupName:this.name)||null},computedForm:function(){return(this.isGroup?this.bvGroup.form:this.form)||null},computedSize:function(){return(this.isGroup?this.bvGroup.size:this.size)||""},computedState:function(){return this.isGroup?this.bvGroup.computedState:(0,c.isBoolean)(this.state)?this.state:null},computedButtonVariant:function(){var e=this.buttonVariant;return e||(this.isGroup&&this.bvGroup.buttonVariant?this.bvGroup.buttonVariant:"secondary")},buttonClasses:function(){var e,t=this.computedSize;return["btn","btn-".concat(this.computedButtonVariant),(e={},B(e,"btn-".concat(t),t),B(e,"disabled",this.isDisabled),B(e,"active",this.isChecked),B(e,"focus",this.hasFocus),e)]},computedAttrs:function(){var e=this.isDisabled,t=this.isRequired;return I(I({},this.bvAttrs),{},{id:this.safeId(),type:this.isRadio?"radio":"checkbox",name:this.computedName,form:this.computedForm,disabled:e,required:t,"aria-required":t||null,"aria-label":this.ariaLabel||null,"aria-labelledby":this.ariaLabelledby||null})}},watch:(a={},B(a,w,(function(){this["".concat(w,"Watcher")].apply(this,arguments)})),B(a,"computedLocalChecked",(function(){this.computedLocalCheckedWatcher.apply(this,arguments)})),a),methods:(r={},B(r,"".concat(w,"Watcher"),(function(e){(0,u.looseEqual)(e,this.computedLocalChecked)||(this.computedLocalChecked=e)})),B(r,"computedLocalCheckedWatcher",(function(e,t){(0,u.looseEqual)(e,t)||this.$emit(E,e)})),B(r,"handleChange",(function(e){var t=this,n=e.target.checked,a=this.value,r=n?a:null;this.computedLocalChecked=a,this.$nextTick((function(){t.$emit(s.EVENT_NAME_CHANGE,r),t.isGroup&&t.bvGroup.$emit(s.EVENT_NAME_CHANGE,r)}))})),B(r,"handleFocus",(function(e){e.target&&("focus"===e.type?this.hasFocus=!0:"blur"===e.type&&(this.hasFocus=!1))})),B(r,"focus",(function(){this.isDisabled||(0,l.attemptFocus)(this.$refs.input)})),B(r,"blur",(function(){this.isDisabled||(0,l.attemptBlur)(this.$refs.input)})),r),render:function(e){var t=this.isRadio,n=this.isBtnMode,a=this.isPlain,r=this.isCustom,o=this.isInline,i=this.isSwitch,s=this.computedSize,l=this.bvAttrs,c=this.normalizeSlot(),u=e("input",{class:[{"form-check-input":a,"custom-control-input":r,"position-static":a&&!c},n?"":this.stateClass],directives:[{name:"model",value:this.computedLocalChecked}],attrs:this.computedAttrs,domProps:{value:this.value,checked:this.isChecked},on:I({change:this.handleChange},n?{focus:this.handleFocus,blur:this.handleFocus}:{}),key:"input",ref:"input"});if(n){var d=e("label",{class:this.buttonClasses},[u,c]);return this.isGroup||(d=e("div",{class:["btn-group-toggle","d-inline-block"]},[d])),d}var h=e();return a&&!c||(h=e("label",{class:{"form-check-label":a,"custom-control-label":r},attrs:{for:this.safeId()}},c)),e("div",{class:[B({"form-check":a,"form-check-inline":a&&o,"custom-control":r,"custom-control-inline":r&&o,"custom-checkbox":r&&!t&&!i,"custom-switch":i,"custom-radio":r&&t},"b-custom-control-".concat(s),s&&!n),l.class],style:l.style},[u,h])}})},80685:(e,t,n)=>{"use strict";n.r(t),n.d(t,{formSelectionMixin:()=>a});var a=n(1915).Vue.extend({computed:{selectionStart:{cache:!1,get:function(){return this.$refs.input.selectionStart},set:function(e){this.$refs.input.selectionStart=e}},selectionEnd:{cache:!1,get:function(){return this.$refs.input.selectionEnd},set:function(e){this.$refs.input.selectionEnd=e}},selectionDirection:{cache:!1,get:function(){return this.$refs.input.selectionDirection},set:function(e){this.$refs.input.selectionDirection=e}}},methods:{select:function(){var e;(e=this.$refs.input).select.apply(e,arguments)},setSelectionRange:function(){var e;(e=this.$refs.input).setSelectionRange.apply(e,arguments)},setRangeText:function(){var e;(e=this.$refs.input).setRangeText.apply(e,arguments)}}})},49035:(e,t,n)=>{"use strict";n.r(t),n.d(t,{formSizeMixin:()=>s,props:()=>i});var a=n(1915),r=n(12299),o=n(20451),i=(0,o.makePropsConfigurable)({size:(0,o.makeProp)(r.PROP_TYPE_STRING)},"formControls"),s=a.Vue.extend({props:i,computed:{sizeFormClass:function(){return[this.size?"form-control-".concat(this.size):null]}}})},95505:(e,t,n)=>{"use strict";n.r(t),n.d(t,{formStateMixin:()=>l,props:()=>s});var a=n(1915),r=n(12299),o=n(33284),i=n(20451),s=(0,i.makePropsConfigurable)({state:(0,i.makeProp)(r.PROP_TYPE_BOOLEAN,null)},"formState"),l=a.Vue.extend({props:s,computed:{computedState:function(){return(0,o.isBoolean)(this.state)?this.state:null},stateClass:function(){var e=this.computedState;return!0===e?"is-valid":!1===e?"is-invalid":null},computedAriaInvalid:function(){var e=this.ariaInvalid;return!0===e||"true"===e||""===e||!1===this.computedState?"true":e}}})},70403:(e,t,n)=>{"use strict";n.r(t),n.d(t,{MODEL_EVENT_NAME:()=>M,MODEL_PROP_NAME:()=>y,formTextMixin:()=>B,props:()=>I});var a=n(1915),r=n(63294),o=n(12299),i=n(26410),s=n(28415),l=n(21578),c=n(54602),u=n(93954),d=n(67040),h=n(20451),p=n(46595);function f(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function m(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?f(Object(n),!0).forEach((function(t){v(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function v(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var g=(0,c.makeModelMixin)("value",{type:o.PROP_TYPE_NUMBER_STRING,defaultValue:"",event:r.EVENT_NAME_UPDATE}),_=g.mixin,b=g.props,y=g.prop,M=g.event,I=(0,h.makePropsConfigurable)((0,d.sortKeys)(m(m({},b),{},{ariaInvalid:(0,h.makeProp)(o.PROP_TYPE_BOOLEAN_STRING,!1),autocomplete:(0,h.makeProp)(o.PROP_TYPE_STRING),debounce:(0,h.makeProp)(o.PROP_TYPE_NUMBER_STRING,0),formatter:(0,h.makeProp)(o.PROP_TYPE_FUNCTION),lazy:(0,h.makeProp)(o.PROP_TYPE_BOOLEAN,!1),lazyFormatter:(0,h.makeProp)(o.PROP_TYPE_BOOLEAN,!1),number:(0,h.makeProp)(o.PROP_TYPE_BOOLEAN,!1),placeholder:(0,h.makeProp)(o.PROP_TYPE_STRING),plaintext:(0,h.makeProp)(o.PROP_TYPE_BOOLEAN,!1),readonly:(0,h.makeProp)(o.PROP_TYPE_BOOLEAN,!1),trim:(0,h.makeProp)(o.PROP_TYPE_BOOLEAN,!1)})),"formTextControls"),B=a.Vue.extend({mixins:[_],props:I,data:function(){var e=this[y];return{localValue:(0,p.toString)(e),vModelValue:this.modifyValue(e)}},computed:{computedClass:function(){var e=this.plaintext,t=this.type,n="range"===t,a="color"===t;return[{"custom-range":n,"form-control-plaintext":e&&!n&&!a,"form-control":a||!e&&!n},this.sizeFormClass,this.stateClass]},computedDebounce:function(){return(0,l.mathMax)((0,u.toInteger)(this.debounce,0),0)},hasFormatter:function(){return(0,h.hasPropFunction)(this.formatter)}},watch:v({},y,(function(e){var t=(0,p.toString)(e),n=this.modifyValue(e);t===this.localValue&&n===this.vModelValue||(this.clearDebounce(),this.localValue=t,this.vModelValue=n)})),created:function(){this.$_inputDebounceTimer=null},beforeDestroy:function(){this.clearDebounce()},methods:{clearDebounce:function(){clearTimeout(this.$_inputDebounceTimer),this.$_inputDebounceTimer=null},formatValue:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return e=(0,p.toString)(e),!this.hasFormatter||this.lazyFormatter&&!n||(e=this.formatter(e,t)),e},modifyValue:function(e){return e=(0,p.toString)(e),this.trim&&(e=e.trim()),this.number&&(e=(0,u.toFloat)(e,e)),e},updateValue:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],a=this.lazy;if(!a||n){this.clearDebounce();var r=function(){if((e=t.modifyValue(e))!==t.vModelValue)t.vModelValue=e,t.$emit(M,e);else if(t.hasFormatter){var n=t.$refs.input;n&&e!==n.value&&(n.value=e)}},o=this.computedDebounce;o>0&&!a&&!n?this.$_inputDebounceTimer=setTimeout(r,o):r()}},onInput:function(e){if(!e.target.composing){var t=e.target.value,n=this.formatValue(t,e);!1===n||e.defaultPrevented?(0,s.stopEvent)(e,{propagation:!1}):(this.localValue=n,this.updateValue(n),this.$emit(r.EVENT_NAME_INPUT,n))}},onChange:function(e){var t=e.target.value,n=this.formatValue(t,e);!1===n||e.defaultPrevented?(0,s.stopEvent)(e,{propagation:!1}):(this.localValue=n,this.updateValue(n,!0),this.$emit(r.EVENT_NAME_CHANGE,n))},onBlur:function(e){var t=e.target.value,n=this.formatValue(t,e,!0);!1!==n&&(this.localValue=(0,p.toString)(this.modifyValue(n)),this.updateValue(n,!0)),this.$emit(r.EVENT_NAME_BLUR,e)},focus:function(){this.disabled||(0,i.attemptFocus)(this.$el)},blur:function(){this.disabled||(0,i.attemptBlur)(this.$el)}}})},94791:(e,t,n)=>{"use strict";n.r(t),n.d(t,{formValidityMixin:()=>a});var a=n(1915).Vue.extend({computed:{validity:{cache:!1,get:function(){return this.$refs.input.validity}},validationMessage:{cache:!1,get:function(){return this.$refs.input.validationMessage}},willValidate:{cache:!1,get:function(){return this.$refs.input.willValidate}}},methods:{setCustomValidity:function(){var e;return(e=this.$refs.input).setCustomValidity.apply(e,arguments)},checkValidity:function(){var e;return(e=this.$refs.input).checkValidity.apply(e,arguments)},reportValidity:function(){var e;return(e=this.$refs.input).reportValidity.apply(e,arguments)}}})},45253:(e,t,n)=>{"use strict";n.r(t),n.d(t,{hasListenerMixin:()=>o});var a=n(1915),r=n(33284),o=a.Vue.extend({methods:{hasListener:function(e){var t=this.$listeners||{},n=this._events||{};return!(0,r.isUndefined)(t[e])||(0,r.isArray)(n[e])&&n[e].length>0}}})},73727:(e,t,n)=>{"use strict";n.r(t),n.d(t,{idMixin:()=>i,props:()=>o});var a=n(1915),r=n(12299),o={id:(0,n(20451).makeProp)(r.PROP_TYPE_STRING)},i=a.Vue.extend({props:o,data:function(){return{localId_:null}},computed:{safeId:function(){var e=this.id||this.localId_;return function(t){return e?(t=String(t||"").replace(/\s+/g,"_"))?e+"_"+t:e:null}}},mounted:function(){var e=this;this.$nextTick((function(){e.localId_="__BVID__".concat(e[a.COMPONENT_UID_KEY])}))}})},45267:(e,t,n)=>{"use strict";n.r(t),n.d(t,{listenOnDocumentMixin:()=>u});var a=n(1915),r=n(43935),o=n(63294),i=n(11572),s=n(28415),l=n(67040),c="$_documentListeners",u=a.Vue.extend({created:function(){this[c]={}},beforeDestroy:function(){var e=this;(0,l.keys)(this[c]||{}).forEach((function(t){e[c][t].forEach((function(n){e.listenOffDocument(t,n)}))})),this[c]=null},methods:{registerDocumentListener:function(e,t){this[c]&&(this[c][e]=this[c][e]||[],(0,i.arrayIncludes)(this[c][e],t)||this[c][e].push(t))},unregisterDocumentListener:function(e,t){this[c]&&this[c][e]&&(this[c][e]=this[c][e].filter((function(e){return e!==t})))},listenDocument:function(e,t,n){e?this.listenOnDocument(t,n):this.listenOffDocument(t,n)},listenOnDocument:function(e,t){r.IS_BROWSER&&((0,s.eventOn)(document,e,t,o.EVENT_OPTIONS_NO_CAPTURE),this.registerDocumentListener(e,t))},listenOffDocument:function(e,t){r.IS_BROWSER&&(0,s.eventOff)(document,e,t,o.EVENT_OPTIONS_NO_CAPTURE),this.unregisterDocumentListener(e,t)}}})},98596:(e,t,n)=>{"use strict";n.r(t),n.d(t,{listenOnRootMixin:()=>s});var a=n(1915),r=n(11572),o=n(67040),i="$_rootListeners",s=a.Vue.extend({created:function(){this[i]={}},beforeDestroy:function(){var e=this;(0,o.keys)(this[i]||{}).forEach((function(t){e[i][t].forEach((function(n){e.listenOffRoot(t,n)}))})),this[i]=null},methods:{registerRootListener:function(e,t){this[i]&&(this[i][e]=this[i][e]||[],(0,r.arrayIncludes)(this[i][e],t)||this[i][e].push(t))},unregisterRootListener:function(e,t){this[i]&&this[i][e]&&(this[i][e]=this[i][e].filter((function(e){return e!==t})))},listenOnRoot:function(e,t){this.$root&&(this.$root.$on(e,t),this.registerRootListener(e,t))},listenOnRootOnce:function(e,t){var n=this;if(this.$root){var a=function e(){n.unregisterRootListener(e),t.apply(void 0,arguments)};this.$root.$once(e,a),this.registerRootListener(e,a)}},listenOffRoot:function(e,t){this.unregisterRootListener(e,t),this.$root&&this.$root.$off(e,t)},emitOnRoot:function(e){if(this.$root){for(var t,n=arguments.length,a=new Array(n>1?n-1:0),r=1;r<n;r++)a[r-1]=arguments[r];(t=this.$root).$emit.apply(t,[e].concat(a))}}}})},43733:(e,t,n)=>{"use strict";n.r(t),n.d(t,{listenOnWindowMixin:()=>u});var a=n(1915),r=n(43935),o=n(63294),i=n(11572),s=n(28415),l=n(67040),c="$_windowListeners",u=a.Vue.extend({created:function(){this[c]={}},beforeDestroy:function(){var e=this;(0,l.keys)(this[c]||{}).forEach((function(t){e[c][t].forEach((function(n){e.listenOffWindow(t,n)}))})),this[c]=null},methods:{registerWindowListener:function(e,t){this[c]&&(this[c][e]=this[c][e]||[],(0,i.arrayIncludes)(this[c][e],t)||this[c][e].push(t))},unregisterWindowListener:function(e,t){this[c]&&this[c][e]&&(this[c][e]=this[c][e].filter((function(e){return e!==t})))},listenWindow:function(e,t,n){e?this.listenOnWindow(t,n):this.listenOffWindow(t,n)},listenOnWindow:function(e,t){r.IS_BROWSER&&((0,s.eventOn)(window,e,t,o.EVENT_OPTIONS_NO_CAPTURE),this.registerWindowListener(e,t))},listenOffWindow:function(e,t){r.IS_BROWSER&&(0,s.eventOff)(window,e,t,o.EVENT_OPTIONS_NO_CAPTURE),this.unregisterWindowListener(e,t)}}})},76677:(e,t,n)=>{"use strict";n.r(t),n.d(t,{listenersMixin:()=>a});var a=(0,n(51665).makePropCacheMixin)("$listeners","bvListeners")},5504:(e,t,n)=>{"use strict";n.r(t),n.d(t,{MODEL_EVENT_NAME:()=>s,MODEL_PROP_NAME:()=>i,modelMixin:()=>r,props:()=>o});var a=(0,n(54602).makeModelMixin)("value"),r=a.mixin,o=a.props,i=a.prop,s=a.event},18280:(e,t,n)=>{"use strict";n.r(t),n.d(t,{normalizeSlotMixin:()=>s});var a=n(1915),r=n(90494),o=n(72345),i=n(11572),s=a.Vue.extend({methods:{hasNormalizedSlot:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:r.SLOT_NAME_DEFAULT,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.$scopedSlots,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.$slots;return(0,o.hasNormalizedSlot)(e,t,n)},normalizeSlot:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:r.SLOT_NAME_DEFAULT,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.$scopedSlots,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this.$slots,s=(0,o.normalizeSlot)(e,t,n,a);return s?(0,i.concat)(s):s}}})},29878:(e,t,n)=>{"use strict";n.r(t),n.d(t,{MODEL_EVENT_NAME:()=>O,MODEL_PROP_NAME:()=>E,paginationMixin:()=>z,props:()=>C});var a,r=n(1915),o=n(94689),i=n(63663),s=n(12299),l=n(90494),c=n(11572),u=n(26410),d=n(28415),h=n(33284),p=n(21578),f=n(54602),m=n(93954),v=n(67040),g=n(20451),_=n(46595),b=n(37568),y=n(18280),M=n(67347);function I(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function B(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?I(Object(n),!0).forEach((function(t){k(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):I(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function k(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var P=(0,f.makeModelMixin)("value",{type:s.PROP_TYPE_BOOLEAN_NUMBER_STRING,defaultValue:null,validator:function(e){return!(!(0,h.isNull)(e)&&(0,m.toInteger)(e,0)<1)||((0,b.warn)('"v-model" value must be a number greater than "0"',o.NAME_PAGINATION),!1)}}),T=P.mixin,w=P.props,E=P.prop,O=P.event,A=function(e){var t=(0,m.toInteger)(e)||1;return t<1?5:t},L=function(e,t){var n=(0,m.toInteger)(e)||1;return n>t?t:n<1?1:n},S=function(e){if(e.keyCode===i.CODE_SPACE)return(0,d.stopEvent)(e,{immediatePropagation:!0}),e.currentTarget.click(),!1},C=(0,g.makePropsConfigurable)((0,v.sortKeys)(B(B({},w),{},{align:(0,g.makeProp)(s.PROP_TYPE_STRING,"left"),ariaLabel:(0,g.makeProp)(s.PROP_TYPE_STRING,"Pagination"),disabled:(0,g.makeProp)(s.PROP_TYPE_BOOLEAN,!1),ellipsisClass:(0,g.makeProp)(s.PROP_TYPE_ARRAY_OBJECT_STRING),ellipsisText:(0,g.makeProp)(s.PROP_TYPE_STRING,"…"),firstClass:(0,g.makeProp)(s.PROP_TYPE_ARRAY_OBJECT_STRING),firstNumber:(0,g.makeProp)(s.PROP_TYPE_BOOLEAN,!1),firstText:(0,g.makeProp)(s.PROP_TYPE_STRING,"«"),hideEllipsis:(0,g.makeProp)(s.PROP_TYPE_BOOLEAN,!1),hideGotoEndButtons:(0,g.makeProp)(s.PROP_TYPE_BOOLEAN,!1),labelFirstPage:(0,g.makeProp)(s.PROP_TYPE_STRING,"Go to first page"),labelLastPage:(0,g.makeProp)(s.PROP_TYPE_STRING,"Go to last page"),labelNextPage:(0,g.makeProp)(s.PROP_TYPE_STRING,"Go to next page"),labelPage:(0,g.makeProp)(s.PROP_TYPE_FUNCTION_STRING,"Go to page"),labelPrevPage:(0,g.makeProp)(s.PROP_TYPE_STRING,"Go to previous page"),lastClass:(0,g.makeProp)(s.PROP_TYPE_ARRAY_OBJECT_STRING),lastNumber:(0,g.makeProp)(s.PROP_TYPE_BOOLEAN,!1),lastText:(0,g.makeProp)(s.PROP_TYPE_STRING,"»"),limit:(0,g.makeProp)(s.PROP_TYPE_NUMBER_STRING,5,(function(e){return!((0,m.toInteger)(e,0)<1)||((0,b.warn)('Prop "limit" must be a number greater than "0"',o.NAME_PAGINATION),!1)})),nextClass:(0,g.makeProp)(s.PROP_TYPE_ARRAY_OBJECT_STRING),nextText:(0,g.makeProp)(s.PROP_TYPE_STRING,""),pageClass:(0,g.makeProp)(s.PROP_TYPE_ARRAY_OBJECT_STRING),pills:(0,g.makeProp)(s.PROP_TYPE_BOOLEAN,!1),prevClass:(0,g.makeProp)(s.PROP_TYPE_ARRAY_OBJECT_STRING),prevText:(0,g.makeProp)(s.PROP_TYPE_STRING,""),size:(0,g.makeProp)(s.PROP_TYPE_STRING)})),"pagination"),z=r.Vue.extend({mixins:[T,y.normalizeSlotMixin],props:C,data:function(){var e=(0,m.toInteger)(this[E],0);return{currentPage:e=e>0?e:-1,localNumberOfPages:1,localLimit:5}},computed:{btnSize:function(){var e=this.size;return e?"pagination-".concat(e):""},alignment:function(){var e=this.align;return"center"===e?"justify-content-center":"end"===e||"right"===e?"justify-content-end":"fill"===e?"text-center":""},styleClass:function(){return this.pills?"b-pagination-pills":""},computedCurrentPage:function(){return L(this.currentPage,this.localNumberOfPages)},paginationParams:function(){var e=this.localLimit,t=this.localNumberOfPages,n=this.computedCurrentPage,a=this.hideEllipsis,r=this.firstNumber,o=this.lastNumber,i=!1,s=!1,l=e,c=1;t<=e?l=t:n<e-1&&e>3?(a&&!o||(s=!0,l=e-(r?0:1)),l=(0,p.mathMin)(l,e)):t-n+2<e&&e>3?(a&&!r||(i=!0,l=e-(o?0:1)),c=t-l+1):(e>3&&(l=e-(a?0:2),i=!(a&&!r),s=!(a&&!o)),c=n-(0,p.mathFloor)(l/2)),c<1?(c=1,i=!1):c>t-l&&(c=t-l+1,s=!1),i&&r&&c<4&&(l+=2,c=1,i=!1);var u=c+l-1;return s&&o&&u>t-3&&(l+=u===t-2?2:3,s=!1),e<=3&&(r&&1===c?l=(0,p.mathMin)(l+1,t,e+1):o&&t===c+l-1&&(c=(0,p.mathMax)(c-1,1),l=(0,p.mathMin)(t-c+1,t,e+1))),{showFirstDots:i,showLastDots:s,numberOfLinks:l=(0,p.mathMin)(l,t-c+1),startNumber:c}},pageList:function(){var e=this.paginationParams,t=e.numberOfLinks,n=e.startNumber,a=this.computedCurrentPage,r=function(e,t){return(0,c.createArray)(t,(function(t,n){return{number:e+n,classes:null}}))}(n,t);if(r.length>3){var o=a-n,i="bv-d-xs-down-none";if(0===o)for(var s=3;s<r.length;s++)r[s].classes=i;else if(o===r.length-1)for(var l=0;l<r.length-3;l++)r[l].classes=i;else{for(var u=0;u<o-1;u++)r[u].classes=i;for(var d=r.length-1;d>o+1;d--)r[d].classes=i}}return r}},watch:(a={},k(a,E,(function(e,t){e!==t&&(this.currentPage=L(e,this.localNumberOfPages))})),k(a,"currentPage",(function(e,t){e!==t&&this.$emit(O,e>0?e:null)})),k(a,"limit",(function(e,t){e!==t&&(this.localLimit=A(e))})),a),created:function(){var e=this;this.localLimit=A(this.limit),this.$nextTick((function(){e.currentPage=e.currentPage>e.localNumberOfPages?e.localNumberOfPages:e.currentPage}))},methods:{handleKeyNav:function(e){var t=e.keyCode,n=e.shiftKey;this.isNav||(t===i.CODE_LEFT||t===i.CODE_UP?((0,d.stopEvent)(e,{propagation:!1}),n?this.focusFirst():this.focusPrev()):t!==i.CODE_RIGHT&&t!==i.CODE_DOWN||((0,d.stopEvent)(e,{propagation:!1}),n?this.focusLast():this.focusNext()))},getButtons:function(){return(0,u.selectAll)("button.page-link, a.page-link",this.$el).filter((function(e){return(0,u.isVisible)(e)}))},focusCurrent:function(){var e=this;this.$nextTick((function(){var t=e.getButtons().find((function(t){return(0,m.toInteger)((0,u.getAttr)(t,"aria-posinset"),0)===e.computedCurrentPage}));(0,u.attemptFocus)(t)||e.focusFirst()}))},focusFirst:function(){var e=this;this.$nextTick((function(){var t=e.getButtons().find((function(e){return!(0,u.isDisabled)(e)}));(0,u.attemptFocus)(t)}))},focusLast:function(){var e=this;this.$nextTick((function(){var t=e.getButtons().reverse().find((function(e){return!(0,u.isDisabled)(e)}));(0,u.attemptFocus)(t)}))},focusPrev:function(){var e=this;this.$nextTick((function(){var t=e.getButtons(),n=t.indexOf((0,u.getActiveElement)());n>0&&!(0,u.isDisabled)(t[n-1])&&(0,u.attemptFocus)(t[n-1])}))},focusNext:function(){var e=this;this.$nextTick((function(){var t=e.getButtons(),n=t.indexOf((0,u.getActiveElement)());n<t.length-1&&!(0,u.isDisabled)(t[n+1])&&(0,u.attemptFocus)(t[n+1])}))}},render:function(e){var t=this,n=this.disabled,a=this.labelPage,r=this.ariaLabel,o=this.isNav,i=this.localNumberOfPages,s=this.computedCurrentPage,c=this.pageList.map((function(e){return e.number})),u=this.paginationParams,d=u.showFirstDots,p=u.showLastDots,f="fill"===this.align,m=[],v=function(e){return e===s},b=this.currentPage<1,y=function(a,r,s,l,c,u,d){var h=n||v(u)||b||a<1||a>i,p=a<1?1:a>i?i:a,m={disabled:h,page:p,index:p-1},g=t.normalizeSlot(s,m)||(0,_.toString)(l)||e(),y=e(h?"span":o?M.BLink:"button",{staticClass:"page-link",class:{"flex-grow-1":!o&&!h&&f},props:h||!o?{}:t.linkProps(a),attrs:{role:o?null:"menuitem",type:o||h?null:"button",tabindex:h||o?null:"-1","aria-label":r,"aria-controls":t.ariaControls||null,"aria-disabled":h?"true":null},on:h?{}:{"!click":function(e){t.onClick(e,a)},keydown:S}},[g]);return e("li",{key:d,staticClass:"page-item",class:[{disabled:h,"flex-fill":f,"d-flex":f&&!o&&!h},c],attrs:{role:o?null:"presentation","aria-hidden":h?"true":null}},[y])},I=function(n){return e("li",{staticClass:"page-item",class:["disabled","bv-d-xs-down-none",f?"flex-fill":"",t.ellipsisClass],attrs:{role:"separator"},key:"ellipsis-".concat(n?"last":"first")},[e("span",{staticClass:"page-link"},[t.normalizeSlot(l.SLOT_NAME_ELLIPSIS_TEXT)||(0,_.toString)(t.ellipsisText)||e()])])},B=function(r,s){var c=r.number,u=v(c)&&!b,d=n?null:u||b&&0===s?"0":"-1",p={role:o?null:"menuitemradio",type:o||n?null:"button","aria-disabled":n?"true":null,"aria-controls":t.ariaControls||null,"aria-label":(0,g.hasPropFunction)(a)?a(c):"".concat((0,h.isFunction)(a)?a():a," ").concat(c),"aria-checked":o?null:u?"true":"false","aria-current":o&&u?"page":null,"aria-posinset":o?null:c,"aria-setsize":o?null:i,tabindex:o?null:d},m=(0,_.toString)(t.makePage(c)),y={page:c,index:c-1,content:m,active:u,disabled:n},I=e(n?"span":o?M.BLink:"button",{props:n||!o?{}:t.linkProps(c),staticClass:"page-link",class:{"flex-grow-1":!o&&!n&&f},attrs:p,on:n?{}:{"!click":function(e){t.onClick(e,c)},keydown:S}},[t.normalizeSlot(l.SLOT_NAME_PAGE,y)||m]);return e("li",{staticClass:"page-item",class:[{disabled:n,active:u,"flex-fill":f,"d-flex":f&&!o&&!n},r.classes,t.pageClass],attrs:{role:o?null:"presentation"},key:"page-".concat(c)},[I])},k=e();this.firstNumber||this.hideGotoEndButtons||(k=y(1,this.labelFirstPage,l.SLOT_NAME_FIRST_TEXT,this.firstText,this.firstClass,1,"pagination-goto-first")),m.push(k),m.push(y(s-1,this.labelPrevPage,l.SLOT_NAME_PREV_TEXT,this.prevText,this.prevClass,1,"pagination-goto-prev")),m.push(this.firstNumber&&1!==c[0]?B({number:1},0):e()),m.push(d?I(!1):e()),this.pageList.forEach((function(e,n){var a=d&&t.firstNumber&&1!==c[0]?1:0;m.push(B(e,n+a))})),m.push(p?I(!0):e()),m.push(this.lastNumber&&c[c.length-1]!==i?B({number:i},-1):e()),m.push(y(s+1,this.labelNextPage,l.SLOT_NAME_NEXT_TEXT,this.nextText,this.nextClass,i,"pagination-goto-next"));var P=e();this.lastNumber||this.hideGotoEndButtons||(P=y(i,this.labelLastPage,l.SLOT_NAME_LAST_TEXT,this.lastText,this.lastClass,i,"pagination-goto-last")),m.push(P);var T=e("ul",{staticClass:"pagination",class:["b-pagination",this.btnSize,this.alignment,this.styleClass],attrs:{role:o?null:"menubar","aria-disabled":n?"true":"false","aria-label":o?null:r||null},on:o?{}:{keydown:this.handleKeyNav},ref:"ul"},m);return o?e("nav",{attrs:{"aria-disabled":n?"true":null,"aria-hidden":n?"true":"false","aria-label":o&&r||null}},[T]):T}})},30051:(e,t,n)=>{"use strict";n.r(t),n.d(t,{scopedStyleMixin:()=>o});var a=n(1915),r=n(13597);var o=a.Vue.extend({computed:{scopedStyleAttrs:function(){var e,t,n,a=(0,r.getScopeId)(this.$parent);return a?(n="",(t=a)in(e={})?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e):{}}}})},11572:(e,t,n)=>{"use strict";n.r(t),n.d(t,{arrayIncludes:()=>o,concat:()=>i,createArray:()=>s,flatten:()=>l,flattenDeep:()=>c,from:()=>r});var a=n(33284),r=function(){return Array.from.apply(Array,arguments)},o=function(e,t){return-1!==e.indexOf(t)},i=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Array.prototype.concat.apply([],t)},s=function(e,t){var n=(0,a.isFunction)(t)?t:function(){return t};return Array.apply(null,{length:e}).map(n)},l=function(e){return e.reduce((function(e,t){return i(e,t)}),[])},c=function e(t){return t.reduce((function(t,n){return i(t,Array.isArray(n)?e(n):n)}),[])}},37130:(e,t,n)=>{"use strict";n.r(t),n.d(t,{BvEvent:()=>i});var a=n(67040);function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}var i=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(r(this,e),!t)throw new TypeError("Failed to construct '".concat(this.constructor.name,"'. 1 argument required, ").concat(arguments.length," given."));(0,a.assign)(this,e.Defaults,this.constructor.Defaults,n,{type:t}),(0,a.defineProperties)(this,{type:(0,a.readonlyDescriptor)(),cancelable:(0,a.readonlyDescriptor)(),nativeEvent:(0,a.readonlyDescriptor)(),target:(0,a.readonlyDescriptor)(),relatedTarget:(0,a.readonlyDescriptor)(),vueTarget:(0,a.readonlyDescriptor)(),componentId:(0,a.readonlyDescriptor)()});var o=!1;this.preventDefault=function(){this.cancelable&&(o=!0)},(0,a.defineProperty)(this,"defaultPrevented",{enumerable:!0,get:function(){return o}})}var t,n,i;return t=e,i=[{key:"Defaults",get:function(){return{type:"",cancelable:!0,nativeEvent:null,target:null,relatedTarget:null,vueTarget:null,componentId:null}}}],(n=null)&&o(t.prototype,n),i&&o(t,i),Object.defineProperty(t,"prototype",{writable:!1}),e}()},51665:(e,t,n)=>{"use strict";n.r(t),n.d(t,{makePropCacheMixin:()=>u,makePropWatcher:()=>c});var a=n(1915),r=n(30158),o=n(3058),i=n(67040);function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var l=function(e){return!e||0===(0,i.keys)(e).length},c=function(e){return{handler:function(t,n){if(!(0,o.looseEqual)(t,n))if(l(t)||l(n))this[e]=(0,r.cloneDeep)(t);else{for(var a in n)(0,i.hasOwnProperty)(t,a)||this.$delete(this.$data[e],a);for(var s in t)this.$set(this.$data[e],s,t[s])}}}},u=function(e,t){return a.Vue.extend({data:function(){return s({},t,(0,r.cloneDeep)(this[e]))},watch:s({},e,c(t))})}},30158:(e,t,n)=>{"use strict";n.r(t),n.d(t,{cloneDeep:()=>u});var a=n(33284),r=n(67040);function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function i(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){s(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function l(e){return function(e){if(Array.isArray(e))return c(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return c(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return c(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}var u=function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:t;return(0,a.isArray)(t)?t.reduce((function(t,n){return[].concat(l(t),[e(n,n)])}),[]):(0,a.isPlainObject)(t)?(0,r.keys)(t).reduce((function(n,a){return i(i({},n),{},s({},a,e(t[a],t[a])))}),{}):n}},7409:(e,t,n)=>{"use strict";n.r(t),n.d(t,{resetConfig:()=>p,setConfig:()=>h});var a=n(1915),r=n(8750),o=n(30158),i=n(37668),s=n(33284),l=n(67040),c=n(37568);function u(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}var d=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.$_config={}}var t,n,a;return t=e,n=[{key:"setConfig",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if((0,s.isPlainObject)(t)){var n=(0,l.getOwnPropertyNames)(t);n.forEach((function(n){var a=t[n];"breakpoints"===n?!(0,s.isArray)(a)||a.length<2||a.some((function(e){return!(0,s.isString)(e)||0===e.length}))?(0,c.warn)('"breakpoints" must be an array of at least 2 breakpoint names',r.NAME):e.$_config[n]=(0,o.cloneDeep)(a):(0,s.isPlainObject)(a)&&(e.$_config[n]=(0,l.getOwnPropertyNames)(a).reduce((function(e,t){return(0,s.isUndefined)(a[t])||(e[t]=(0,o.cloneDeep)(a[t])),e}),e.$_config[n]||{}))}))}}},{key:"resetConfig",value:function(){this.$_config={}}},{key:"getConfig",value:function(){return(0,o.cloneDeep)(this.$_config)}},{key:"getConfigValue",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0;return(0,o.cloneDeep)((0,i.getRaw)(this.$_config,e,t))}}],n&&u(t.prototype,n),a&&u(t,a),Object.defineProperty(t,"prototype",{writable:!1}),e}(),h=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:a.Vue;t.prototype[r.PROP_NAME]=a.Vue.prototype[r.PROP_NAME]=t.prototype[r.PROP_NAME]||a.Vue.prototype[r.PROP_NAME]||new d,t.prototype[r.PROP_NAME].setConfig(e)},p=function(){a.Vue.prototype[r.PROP_NAME]&&a.Vue.prototype[r.PROP_NAME].resetConfig&&a.Vue.prototype[r.PROP_NAME].resetConfig()}},79968:(e,t,n)=>{"use strict";n.r(t),n.d(t,{getBreakpoints:()=>d,getBreakpointsCached:()=>p,getBreakpointsDown:()=>v,getBreakpointsDownCached:()=>g,getBreakpointsUp:()=>f,getBreakpointsUpCached:()=>m,getComponentConfig:()=>u,getConfig:()=>l,getConfigValue:()=>c});var a=n(1915),r=n(8750),o=n(30158),i=n(91051),s=a.Vue.prototype,l=function(){var e=s[r.PROP_NAME];return e?e.getConfig():{}},c=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,n=s[r.PROP_NAME];return n?n.getConfigValue(e,t):(0,o.cloneDeep)(t)},u=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0;return t?c("".concat(e,".").concat(t),n):c(e,{})},d=function(){return c("breakpoints",r.DEFAULT_BREAKPOINT)},h=(0,i.memoize)((function(){return d()})),p=function(){return(0,o.cloneDeep)(h())},f=function(){var e=d();return e[0]="",e},m=(0,i.memoize)((function(){var e=p();return e[0]="",e})),v=function(){var e=d();return e[e.length-1]="",e},g=function(){var e=p();return e[e.length-1]="",e}},64679:(e,t,n)=>{"use strict";n.r(t),n.d(t,{cssEscape:()=>o});var a=n(46595),r=function(e){return"\\"+e},o=function(e){var t=(e=(0,a.toString)(e)).length,n=e.charCodeAt(0);return e.split("").reduce((function(a,o,i){var s=e.charCodeAt(i);return 0===s?a+"<22>":127===s||s>=1&&s<=31||0===i&&s>=48&&s<=57||1===i&&s>=48&&s<=57&&45===n?a+r("".concat(s.toString(16)," ")):0===i&&45===s&&1===t?a+r(o):s>=128||45===s||95===s||s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122?a+o:a+r(o)}),"")}},68001:(e,t,n)=>{"use strict";n.r(t),n.d(t,{addYears:()=>I,constrainDate:()=>O,createDate:()=>f,createDateFormatter:()=>_,datesEqual:()=>b,firstDateOfMonth:()=>y,formatYMD:()=>v,lastDateOfMonth:()=>M,oneDecadeAgo:()=>w,oneDecadeAhead:()=>E,oneMonthAgo:()=>B,oneMonthAhead:()=>k,oneYearAgo:()=>P,oneYearAhead:()=>T,parseYMD:()=>m,resolveLocale:()=>g});var a=n(18413),r=n(30824),o=n(11572),i=n(68265),s=n(33284),l=n(93954);function c(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==n)return;var a,r,o=[],i=!0,s=!1;try{for(n=n.call(e);!(i=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{i||null==n.return||n.return()}finally{if(s)throw r}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return u(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return u(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}function d(e,t,n){return d=h()?Reflect.construct:function(e,t,n){var a=[null];a.push.apply(a,t);var r=new(Function.bind.apply(e,a));return n&&p(r,n.prototype),r},d.apply(null,arguments)}function h(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function p(e,t){return p=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},p(e,t)}var f=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return d(Date,t)},m=function(e){if((0,s.isString)(e)&&r.RX_DATE.test(e.trim())){var t=c(e.split(r.RX_DATE_SPLIT).map((function(e){return(0,l.toInteger)(e,1)})),3),n=t[0],a=t[1],o=t[2];return f(n,a-1,o)}return(0,s.isDate)(e)?f(e.getFullYear(),e.getMonth(),e.getDate()):null},v=function(e){if(!(e=m(e)))return null;var t=e.getFullYear(),n="0".concat(e.getMonth()+1).slice(-2),a="0".concat(e.getDate()).slice(-2);return"".concat(t,"-").concat(n,"-").concat(a)},g=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:a.CALENDAR_GREGORY;e=(0,o.concat)(e).filter(i.identity);var n=new Intl.DateTimeFormat(e,{calendar:t});return n.resolvedOptions().locale},_=function(e,t){return new Intl.DateTimeFormat(e,t).format},b=function(e,t){return v(e)===v(t)},y=function(e){return(e=f(e)).setDate(1),e},M=function(e){return(e=f(e)).setMonth(e.getMonth()+1),e.setDate(0),e},I=function(e,t){var n=(e=f(e)).getMonth();return e.setFullYear(e.getFullYear()+t),e.getMonth()!==n&&e.setDate(0),e},B=function(e){var t=(e=f(e)).getMonth();return e.setMonth(t-1),e.getMonth()===t&&e.setDate(0),e},k=function(e){var t=(e=f(e)).getMonth();return e.setMonth(t+1),e.getMonth()===(t+2)%12&&e.setDate(0),e},P=function(e){return I(e,-1)},T=function(e){return I(e,1)},w=function(e){return I(e,-10)},E=function(e){return I(e,10)},O=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return e=m(e),t=m(t)||e,n=m(n)||e,e?e<t?t:e>n?n:e:null}},26410:(e,t,n)=>{"use strict";n.r(t),n.d(t,{MutationObs:()=>f,addClass:()=>O,attemptBlur:()=>G,attemptFocus:()=>U,closest:()=>T,closestEl:()=>h,contains:()=>w,getActiveElement:()=>g,getAttr:()=>z,getBCR:()=>N,getById:()=>E,getCS:()=>R,getSel:()=>V,getStyle:()=>H,getTabables:()=>$,hasAttr:()=>x,hasClass:()=>L,isActiveElement:()=>b,isDisabled:()=>M,isElement:()=>v,isTag:()=>_,isVisible:()=>y,matches:()=>P,matchesEl:()=>d,offset:()=>Y,position:()=>j,reflow:()=>I,removeAttr:()=>C,removeClass:()=>A,removeNode:()=>m,removeStyle:()=>F,requestAF:()=>p,select:()=>k,selectAll:()=>B,setAttr:()=>S,setStyle:()=>D});var a=n(43935),r=n(28112),o=n(11572),i=n(33284),s=n(93954),l=n(46595),c=r.Element.prototype,u=["button","[href]:not(.disabled)","input","select","textarea","[tabindex]","[contenteditable]"].map((function(e){return"".concat(e,":not(:disabled):not([disabled])")})).join(", "),d=c.matches||c.msMatchesSelector||c.webkitMatchesSelector,h=c.closest||function(e){var t=this;do{if(P(t,e))return t;t=t.parentElement||t.parentNode}while(!(0,i.isNull)(t)&&t.nodeType===Node.ELEMENT_NODE);return null},p=(a.WINDOW.requestAnimationFrame||a.WINDOW.webkitRequestAnimationFrame||a.WINDOW.mozRequestAnimationFrame||a.WINDOW.msRequestAnimationFrame||a.WINDOW.oRequestAnimationFrame||function(e){return setTimeout(e,16)}).bind(a.WINDOW),f=a.WINDOW.MutationObserver||a.WINDOW.WebKitMutationObserver||a.WINDOW.MozMutationObserver||null,m=function(e){return e&&e.parentNode&&e.parentNode.removeChild(e)},v=function(e){return!(!e||e.nodeType!==Node.ELEMENT_NODE)},g=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=a.DOCUMENT.activeElement;return t&&!e.some((function(e){return e===t}))?t:null},_=function(e,t){return(0,l.toString)(e).toLowerCase()===(0,l.toString)(t).toLowerCase()},b=function(e){return v(e)&&e===g()},y=function(e){if(!v(e)||!e.parentNode||!w(a.DOCUMENT.body,e))return!1;if("none"===H(e,"display"))return!1;var t=N(e);return!!(t&&t.height>0&&t.width>0)},M=function(e){return!v(e)||e.disabled||x(e,"disabled")||L(e,"disabled")},I=function(e){return v(e)&&e.offsetHeight},B=function(e,t){return(0,o.from)((v(t)?t:a.DOCUMENT).querySelectorAll(e))},k=function(e,t){return(v(t)?t:a.DOCUMENT).querySelector(e)||null},P=function(e,t){return!!v(e)&&d.call(e,t)},T=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(!v(t))return null;var a=h.call(t,e);return n?a:a===t?null:a},w=function(e,t){return!(!e||!(0,i.isFunction)(e.contains))&&e.contains(t)},E=function(e){return a.DOCUMENT.getElementById(/^#/.test(e)?e.slice(1):e)||null},O=function(e,t){t&&v(e)&&e.classList&&e.classList.add(t)},A=function(e,t){t&&v(e)&&e.classList&&e.classList.remove(t)},L=function(e,t){return!!(t&&v(e)&&e.classList)&&e.classList.contains(t)},S=function(e,t,n){t&&v(e)&&e.setAttribute(t,n)},C=function(e,t){t&&v(e)&&e.removeAttribute(t)},z=function(e,t){return t&&v(e)?e.getAttribute(t):null},x=function(e,t){return t&&v(e)?e.hasAttribute(t):null},D=function(e,t,n){t&&v(e)&&(e.style[t]=n)},F=function(e,t){t&&v(e)&&(e.style[t]="")},H=function(e,t){return t&&v(e)&&e.style[t]||null},N=function(e){return v(e)?e.getBoundingClientRect():null},R=function(e){var t=a.WINDOW.getComputedStyle;return t&&v(e)?t(e):{}},V=function(){return a.WINDOW.getSelection?a.WINDOW.getSelection():null},Y=function(e){var t={top:0,left:0};if(!v(e)||0===e.getClientRects().length)return t;var n=N(e);if(n){var a=e.ownerDocument.defaultView;t.top=n.top+a.pageYOffset,t.left=n.left+a.pageXOffset}return t},j=function(e){var t={top:0,left:0};if(!v(e))return t;var n={top:0,left:0},a=R(e);if("fixed"===a.position)t=N(e)||t;else{t=Y(e);for(var r=e.ownerDocument,o=e.offsetParent||r.documentElement;o&&(o===r.body||o===r.documentElement)&&"static"===R(o).position;)o=o.parentNode;if(o&&o!==e&&o.nodeType===Node.ELEMENT_NODE){n=Y(o);var i=R(o);n.top+=(0,s.toFloat)(i.borderTopWidth,0),n.left+=(0,s.toFloat)(i.borderLeftWidth,0)}}return{top:t.top-n.top-(0,s.toFloat)(a.marginTop,0),left:t.left-n.left-(0,s.toFloat)(a.marginLeft,0)}},$=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document;return B(u,e).filter(y).filter((function(e){return e.tabIndex>-1&&!e.disabled}))},U=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};try{e.focus(t)}catch(e){}return b(e)},G=function(e){try{e.blur()}catch(e){}return!b(e)}},68077:(e,t,n)=>{"use strict";n.r(t),n.d(t,{getEnv:()=>r,getNoWarn:()=>o});var a=n(34155),r=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=void 0!==a&&a&&a.env||{};return e?n[e]||t:n},o=function(){return r("BOOTSTRAP_VUE_NO_WARN")||"production"===r("NODE_ENV")}},28415:(e,t,n)=>{"use strict";n.r(t),n.d(t,{eventOff:()=>u,eventOn:()=>c,eventOnOff:()=>d,getRootActionEventName:()=>m,getRootEventName:()=>f,parseEventOptions:()=>l,stopEvent:()=>h});var a=n(43935),r=n(63294),o=n(30824),i=n(33284),s=n(46595),l=function(e){return a.HAS_PASSIVE_EVENT_SUPPORT?(0,i.isObject)(e)?e:{capture:!!e||!1}:!!((0,i.isObject)(e)?e.capture:e)},c=function(e,t,n,a){e&&e.addEventListener&&e.addEventListener(t,n,l(a))},u=function(e,t,n,a){e&&e.removeEventListener&&e.removeEventListener(t,n,l(a))},d=function(e){for(var t=e?c:u,n=arguments.length,a=new Array(n>1?n-1:0),r=1;r<n;r++)a[r-1]=arguments[r];t.apply(void 0,a)},h=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.preventDefault,a=void 0===n||n,r=t.propagation,o=void 0===r||r,i=t.immediatePropagation,s=void 0!==i&&i;a&&e.preventDefault(),o&&e.stopPropagation(),s&&e.stopImmediatePropagation()},p=function(e){return(0,s.kebabCase)(e.replace(o.RX_BV_PREFIX,""))},f=function(e,t){return[r.ROOT_EVENT_NAME_PREFIX,p(e),t].join(r.ROOT_EVENT_NAME_SEPARATOR)},m=function(e,t){return[r.ROOT_EVENT_NAME_PREFIX,t,p(e)].join(r.ROOT_EVENT_NAME_SEPARATOR)}},13597:(e,t,n)=>{"use strict";n.r(t),n.d(t,{getScopeId:()=>a});var a=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return e&&e.$options._scopeId||t}},37668:(e,t,n)=>{"use strict";n.r(t),n.d(t,{get:()=>s,getRaw:()=>i});var a=n(30824),r=n(68265),o=n(33284),i=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0;if(!(t=(0,o.isArray)(t)?t.join("."):t)||!(0,o.isObject)(e))return n;if(t in e)return e[t];var i=(t=String(t).replace(a.RX_ARRAY_NOTATION,".$1")).split(".").filter(r.identity);return 0===i.length?n:i.every((function(t){return(0,o.isObject)(e)&&t in e&&!(0,o.isUndefinedOrNull)(e=e[t])}))?e:(0,o.isNull)(e)?null:n},s=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,a=i(e,t);return(0,o.isUndefinedOrNull)(a)?n:a}},18735:(e,t,n)=>{"use strict";n.r(t),n.d(t,{htmlOrText:()=>o,stripTags:()=>r});var a=n(30824),r=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return String(e).replace(a.RX_HTML_TAGS,"")},o=function(e,t){return e?{innerHTML:e}:t?{textContent:t}:{}}},68265:(e,t,n)=>{"use strict";n.r(t),n.d(t,{identity:()=>a});var a=function(e){return e}},33284:(e,t,n)=>{"use strict";n.r(t),n.d(t,{isArray:()=>y,isBoolean:()=>m,isDate:()=>B,isEmptyString:()=>d,isEvent:()=>k,isFile:()=>P,isFunction:()=>f,isNull:()=>u,isNumber:()=>g,isNumeric:()=>_,isObject:()=>M,isPlainObject:()=>I,isPrimitive:()=>b,isPromise:()=>w,isRegExp:()=>T,isString:()=>v,isUndefined:()=>c,isUndefinedOrNull:()=>h,isUndefinedOrNullOrEmpty:()=>p,toRawType:()=>s,toRawTypeLC:()=>l,toType:()=>i});var a=n(30824),r=n(28112);function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}var i=function(e){return o(e)},s=function(e){return Object.prototype.toString.call(e).slice(8,-1)},l=function(e){return s(e).toLowerCase()},c=function(e){return void 0===e},u=function(e){return null===e},d=function(e){return""===e},h=function(e){return c(e)||u(e)},p=function(e){return h(e)||d(e)},f=function(e){return"function"===i(e)},m=function(e){return"boolean"===i(e)},v=function(e){return"string"===i(e)},g=function(e){return"number"===i(e)},_=function(e){return a.RX_NUMBER.test(String(e))},b=function(e){return m(e)||v(e)||g(e)},y=function(e){return Array.isArray(e)},M=function(e){return null!==e&&"object"===o(e)},I=function(e){return"[object Object]"===Object.prototype.toString.call(e)},B=function(e){return e instanceof Date},k=function(e){return e instanceof Event},P=function(e){return e instanceof r.File},T=function(e){return"RegExp"===s(e)},w=function(e){return!h(e)&&f(e.then)&&f(e.catch)}},9439:(e,t,n)=>{"use strict";n.r(t),n.d(t,{isLocaleRTL:()=>s});var a=n(30824),r=n(11572),o=n(46595),i=["ar","az","ckb","fa","he","ks","lrc","mzn","ps","sd","te","ug","ur","yi"].map((function(e){return e.toLowerCase()})),s=function(e){var t=(0,o.toString)(e).toLowerCase().replace(a.RX_STRIP_LOCALE_MODS,"").split("-"),n=t.slice(0,2).join("-"),s=t[0];return(0,r.arrayIncludes)(i,n)||(0,r.arrayIncludes)(i,s)}},3058:(e,t,n)=>{"use strict";n.r(t),n.d(t,{looseEqual:()=>i});var a=n(67040),r=n(33284),o=function(e,t){if(e.length!==t.length)return!1;for(var n=!0,a=0;n&&a<e.length;a++)n=i(e[a],t[a]);return n},i=function e(t,n){if(t===n)return!0;var i=(0,r.isDate)(t),s=(0,r.isDate)(n);if(i||s)return!(!i||!s)&&t.getTime()===n.getTime();if(i=(0,r.isArray)(t),s=(0,r.isArray)(n),i||s)return!(!i||!s)&&o(t,n);if(i=(0,r.isObject)(t),s=(0,r.isObject)(n),i||s){if(!i||!s)return!1;if((0,a.keys)(t).length!==(0,a.keys)(n).length)return!1;for(var l in t){var c=(0,a.hasOwnProperty)(t,l),u=(0,a.hasOwnProperty)(n,l);if(c&&!u||!c&&u||!e(t[l],n[l]))return!1}}return String(t)===String(n)}},10408:(e,t,n)=>{"use strict";n.r(t),n.d(t,{looseIndexOf:()=>r});var a=n(3058),r=function(e,t){for(var n=0;n<e.length;n++)if((0,a.looseEqual)(e[n],t))return n;return-1}},21578:(e,t,n)=>{"use strict";n.r(t),n.d(t,{mathAbs:()=>o,mathCeil:()=>i,mathFloor:()=>s,mathMax:()=>r,mathMin:()=>a,mathPow:()=>l,mathRound:()=>c});var a=Math.min,r=Math.max,o=Math.abs,i=Math.ceil,s=Math.floor,l=Math.pow,c=Math.round},91051:(e,t,n)=>{"use strict";n.r(t),n.d(t,{memoize:()=>r});var a=n(67040),r=function(e){var t=(0,a.create)(null);return function(){for(var n=arguments.length,a=new Array(n),r=0;r<n;r++)a[r]=arguments[r];var o=JSON.stringify(a);return t[o]=t[o]||e.apply(null,a)}}},54602:(e,t,n)=>{"use strict";n.r(t),n.d(t,{makeModelMixin:()=>l});var a=n(1915),r=n(63294),o=n(12299),i=n(20451);function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var l=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.type,l=void 0===n?o.PROP_TYPE_ANY:n,c=t.defaultValue,u=void 0===c?void 0:c,d=t.validator,h=void 0===d?void 0:d,p=t.event,f=void 0===p?r.EVENT_NAME_INPUT:p,m=s({},e,(0,i.makeProp)(l,u,h)),v=a.Vue.extend({model:{prop:e,event:f},props:m});return{mixin:v,props:m,prop:e,event:f}}},84941:(e,t,n)=>{"use strict";n.r(t),n.d(t,{noop:()=>a});var a=function(){}},72345:(e,t,n)=>{"use strict";n.r(t),n.d(t,{hasNormalizedSlot:()=>i,normalizeSlot:()=>s});var a=n(11572),r=n(68265),o=n(33284),i=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return(e=(0,a.concat)(e).filter(r.identity)).some((function(e){return t[e]||n[e]}))},s=function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};e=(0,a.concat)(e).filter(r.identity);for(var l=0;l<e.length&&!t;l++){var c=e[l];t=i[c]||s[c]}return(0,o.isFunction)(t)?t(n):t}},93954:(e,t,n)=>{"use strict";n.r(t),n.d(t,{toFixed:()=>o,toFloat:()=>r,toInteger:()=>a});var a=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:NaN,n=parseInt(e,10);return isNaN(n)?t:n},r=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:NaN,n=parseFloat(e);return isNaN(n)?t:n},o=function(e,t){return r(e).toFixed(a(t,0))}},67040:(e,t,n)=>{"use strict";n.r(t),n.d(t,{assign:()=>s,clone:()=>M,create:()=>l,defineProperties:()=>c,defineProperty:()=>u,freeze:()=>d,getOwnPropertyDescriptor:()=>p,getOwnPropertyNames:()=>h,getOwnPropertySymbols:()=>f,getPrototypeOf:()=>m,hasOwnProperty:()=>b,is:()=>v,isFrozen:()=>g,keys:()=>_,mergeDeep:()=>k,omit:()=>B,pick:()=>I,readonlyDescriptor:()=>T,sortKeys:()=>P,toString:()=>y});var a=n(33284);function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function o(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?r(Object(n),!0).forEach((function(t){i(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var s=function(){return Object.assign.apply(Object,arguments)},l=function(e,t){return Object.create(e,t)},c=function(e,t){return Object.defineProperties(e,t)},u=function(e,t,n){return Object.defineProperty(e,t,n)},d=function(e){return Object.freeze(e)},h=function(e){return Object.getOwnPropertyNames(e)},p=function(e,t){return Object.getOwnPropertyDescriptor(e,t)},f=function(e){return Object.getOwnPropertySymbols(e)},m=function(e){return Object.getPrototypeOf(e)},v=function(e,t){return Object.is(e,t)},g=function(e){return Object.isFrozen(e)},_=function(e){return Object.keys(e)},b=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},y=function(e){return Object.prototype.toString.call(e)},M=function(e){return o({},e)},I=function(e,t){return _(e).filter((function(e){return-1!==t.indexOf(e)})).reduce((function(t,n){return o(o({},t),{},i({},n,e[n]))}),{})},B=function(e,t){return _(e).filter((function(e){return-1===t.indexOf(e)})).reduce((function(t,n){return o(o({},t),{},i({},n,e[n]))}),{})},k=function e(t,n){return(0,a.isObject)(t)&&(0,a.isObject)(n)&&_(n).forEach((function(r){(0,a.isObject)(n[r])?(t[r]&&(0,a.isObject)(t[r])||(t[r]=n[r]),e(t[r],n[r])):s(t,i({},r,n[r]))})),t},P=function(e){return _(e).sort().reduce((function(t,n){return o(o({},t),{},i({},n,e[n]))}),{})},T=function(){return{enumerable:!0,configurable:!1,writable:!1}}},63078:(e,t,n)=>{"use strict";n.r(t),n.d(t,{observeDom:()=>s});var a=n(26410),r=n(37568);function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var s=function(e,t,n){if(e=e?e.$el||e:null,!(0,a.isElement)(e))return null;if((0,r.warnNoMutationObserverSupport)("observeDom"))return null;var s=new a.MutationObs((function(e){for(var n=!1,a=0;a<e.length&&!n;a++){var r=e[a],o=r.type,i=r.target;("characterData"===o&&i.nodeType===Node.TEXT_NODE||"attributes"===o||"childList"===o&&(r.addedNodes.length>0||r.removedNodes.length>0))&&(n=!0)}n&&t()}));return s.observe(e,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){i(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({childList:!0,subtree:!0},n)),s}},11638:(e,t,n)=>{"use strict";n.r(t),n.d(t,{checkMultipleVue:()=>h,installFactory:()=>p,installFactoryNoConfig:()=>f,pluginFactory:()=>m,pluginFactoryNoConfig:()=>v,registerComponent:()=>_,registerComponents:()=>b,registerDirective:()=>y,registerDirectives:()=>M,registerPlugins:()=>g,vueUse:()=>I});var a=n(1915),r=n(43935),o=n(7409),i=n(37568);function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function l(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?s(Object(n),!0).forEach((function(t){c(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):s(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function c(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var u,d,h=(u=!1,d=["Multiple instances of Vue detected!","You may need to set up an alias for Vue in your bundler config.","See: https://bootstrap-vue.org/docs#using-module-bundlers"].join("\n"),function(e){u||a.Vue===e||r.IS_JSDOM||(0,i.warn)(d),u=!0}),p=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.components,n=e.directives,a=e.plugins,r=function e(r){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};e.installed||(e.installed=!0,h(r),(0,o.setConfig)(i,r),b(r,t),M(r,n),g(r,a))};return r.installed=!1,r},f=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.components,n=e.directives,a=e.plugins,r=function e(r){e.installed||(e.installed=!0,h(r),b(r,t),M(r,n),g(r,a))};return r.installed=!1,r},m=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return l(l({},t),{},{install:p(e)})},v=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return l(l({},t),{},{install:f(e)})},g=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};for(var n in t)n&&t[n]&&e.use(t[n])},_=function(e,t,n){e&&t&&n&&e.component(t,n)},b=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};for(var n in t)_(e,n,t[n])},y=function(e,t,n){e&&t&&n&&e.directive(t.replace(/^VB/,"B"),n)},M=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};for(var n in t)y(e,n,t[n])},I=function(e){r.HAS_WINDOW_SUPPORT&&window.Vue&&window.Vue.use(e),r.HAS_WINDOW_SUPPORT&&e.NAME&&(window[e.NAME]=e)}},20451:(e,t,n)=>{"use strict";n.r(t),n.d(t,{copyProps:()=>g,hasPropFunction:()=>I,makeProp:()=>v,makePropConfigurable:()=>b,makePropsConfigurable:()=>y,pluckProps:()=>_,prefixPropName:()=>p,suffixPropName:()=>m,unprefixPropName:()=>f});var a=n(12299),r=n(30158),o=n(79968),i=n(68265),s=n(33284),l=n(67040),c=n(46595);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){h(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var p=function(e,t){return e+(0,c.upperFirst)(t)},f=function(e,t){return(0,c.lowerFirst)(t.replace(e,""))},m=function(e,t){return t+(e?(0,c.upperFirst)(e):"")},v=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:a.PROP_TYPE_ANY,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:void 0,o=!0===n;return r=o?r:n,d(d(d({},e?{type:e}:{}),o?{required:o}:(0,s.isUndefined)(t)?{}:{default:(0,s.isObject)(t)?function(){return t}:t}),(0,s.isUndefined)(r)?{}:{validator:r})},g=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:i.identity;if((0,s.isArray)(e))return e.map(t);var n={};for(var a in e)(0,l.hasOwnProperty)(e,a)&&(n[t(a)]=(0,s.isObject)(e[a])?(0,l.clone)(e[a]):e[a]);return n},_=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:i.identity;return((0,s.isArray)(e)?e.slice():(0,l.keys)(e)).reduce((function(e,a){return e[n(a)]=t[a],e}),{})},b=function(e,t,n){return d(d({},(0,r.cloneDeep)(e)),{},{default:function(){var a=(0,o.getComponentConfig)(n,t,e.default);return(0,s.isFunction)(a)?a():a}})},y=function(e,t){return(0,l.keys)(e).reduce((function(n,a){return d(d({},n),{},h({},a,b(e[a],a,t)))}),{})},M=b({},"","").default.name,I=function(e){return(0,s.isFunction)(e)&&e.name&&e.name!==M}},30488:(e,t,n)=>{"use strict";n.r(t),n.d(t,{computeHref:()=>g,computeRel:()=>v,computeTag:()=>m,isLink:()=>p,isRouterLink:()=>f,parseQuery:()=>h,stringifyQueryObj:()=>d});var a=n(30824),r=n(26410),o=n(33284),i=n(67040),s=n(46595),l=function(e){return"%"+e.charCodeAt(0).toString(16)},c=function(e){return encodeURIComponent((0,s.toString)(e)).replace(a.RX_ENCODE_REVERSE,l).replace(a.RX_ENCODED_COMMA,",")},u=decodeURIComponent,d=function(e){if(!(0,o.isPlainObject)(e))return"";var t=(0,i.keys)(e).map((function(t){var n=e[t];return(0,o.isUndefined)(n)?"":(0,o.isNull)(n)?c(t):(0,o.isArray)(n)?n.reduce((function(e,n){return(0,o.isNull)(n)?e.push(c(t)):(0,o.isUndefined)(n)||e.push(c(t)+"="+c(n)),e}),[]).join("&"):c(t)+"="+c(n)})).filter((function(e){return e.length>0})).join("&");return t?"?".concat(t):""},h=function(e){var t={};return(e=(0,s.toString)(e).trim().replace(a.RX_QUERY_START,""))?(e.split("&").forEach((function(e){var n=e.replace(a.RX_PLUS," ").split("="),r=u(n.shift()),i=n.length>0?u(n.join("=")):null;(0,o.isUndefined)(t[r])?t[r]=i:(0,o.isArray)(t[r])?t[r].push(i):t[r]=[t[r],i]})),t):t},p=function(e){return!(!e.href&&!e.to)},f=function(e){return!(!e||(0,r.isTag)(e,"a"))},m=function(e,t){var n=e.to,a=e.disabled,r=e.routerComponentName,o=!!t.$router;return!o||o&&(a||!n)?"a":r||(t.$nuxt?"nuxt-link":"router-link")},v=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.target,n=e.rel;return"_blank"===t&&(0,o.isNull)(n)?"noopener":n||null},g=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.href,n=e.to,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"a",r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"#",i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"/";if(t)return t;if(f(a))return null;if((0,o.isString)(n))return n||i;if((0,o.isPlainObject)(n)&&(n.path||n.query||n.hash)){var l=(0,s.toString)(n.path),c=d(n.query),u=(0,s.toString)(n.hash);return u=u&&"#"!==u.charAt(0)?"#".concat(u):u,"".concat(l).concat(c).concat(u)||i}return r}},55912:(e,t,n)=>{"use strict";n.r(t),n.d(t,{stableSort:()=>a});var a=function(e,t){return e.map((function(e,t){return[t,e]})).sort(function(e,t){return this(e[1],t[1])||e[0]-t[0]}.bind(t)).map((function(e){return e[1]}))}},46595:(e,t,n)=>{"use strict";n.r(t),n.d(t,{escapeRegExp:()=>u,kebabCase:()=>o,lowerCase:()=>m,lowerFirst:()=>l,pascalCase:()=>i,startCase:()=>s,toString:()=>d,trim:()=>f,trimLeft:()=>h,trimRight:()=>p,upperCase:()=>v,upperFirst:()=>c});var a=n(30824),r=n(33284),o=function(e){return e.replace(a.RX_HYPHENATE,"-$1").toLowerCase()},i=function(e){return(e=o(e).replace(a.RX_UN_KEBAB,(function(e,t){return t?t.toUpperCase():""}))).charAt(0).toUpperCase()+e.slice(1)},s=function(e){return e.replace(a.RX_UNDERSCORE," ").replace(a.RX_LOWER_UPPER,(function(e,t,n){return t+" "+n})).replace(a.RX_START_SPACE_WORD,(function(e,t,n){return t+n.toUpperCase()}))},l=function(e){return(e=(0,r.isString)(e)?e.trim():String(e)).charAt(0).toLowerCase()+e.slice(1)},c=function(e){return(e=(0,r.isString)(e)?e.trim():String(e)).charAt(0).toUpperCase()+e.slice(1)},u=function(e){return e.replace(a.RX_REGEXP_REPLACE,"\\$&")},d=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2;return(0,r.isUndefinedOrNull)(e)?"":(0,r.isArray)(e)||(0,r.isPlainObject)(e)&&e.toString===Object.prototype.toString?JSON.stringify(e,null,t):String(e)},h=function(e){return d(e).replace(a.RX_TRIM_LEFT,"")},p=function(e){return d(e).replace(a.RX_TRIM_RIGHT,"")},f=function(e){return d(e).trim()},m=function(e){return d(e).toLowerCase()},v=function(e){return d(e).toUpperCase()}},91838:(e,t,n)=>{"use strict";n.r(t),n.d(t,{stringifyObjectValues:()=>i});var a=n(33284),r=n(67040),o=n(46595),i=function e(t){return(0,a.isUndefinedOrNull)(t)?"":(0,a.isObject)(t)&&!(0,a.isDate)(t)?(0,r.keys)(t).sort().map((function(n){return e(t[n])})).filter((function(e){return!!e})).join(" "):(0,o.toString)(t)}},37568:(e,t,n)=>{"use strict";n.r(t),n.d(t,{warn:()=>o,warnNoMutationObserverSupport:()=>l,warnNoPromiseSupport:()=>s,warnNotClient:()=>i});var a=n(43935),r=n(68077),o=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;(0,r.getNoWarn)()||console.warn("[BootstrapVue warn]: ".concat(t?"".concat(t," - "):"").concat(e))},i=function(e){return!a.IS_BROWSER&&(o("".concat(e,": Can not be called during SSR.")),!0)},s=function(e){return!a.HAS_PROMISE_SUPPORT&&(o("".concat(e,": Requires Promise support.")),!0)},l=function(e){return!a.HAS_MUTATION_OBSERVER_SUPPORT&&(o("".concat(e,": Requires MutationObserver support.")),!0)}},1915:(e,t,n)=>{"use strict";n.r(t),n.d(t,{COMPONENT_UID_KEY:()=>o,Vue:()=>a.default,mergeData:()=>r.mergeData});var a=n(70538),r=n(69558),o="_uid"},43734:function(e,t,n){!function(e,t,n){"use strict";function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r=a(t),o=a(n);function i(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function s(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}function l(){return l=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a])}return e},l.apply(this,arguments)}function c(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,u(e,t)}function u(e,t){return u=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},u(e,t)}var d="transitionend",h=1e6,p=1e3;function f(e){return null==e?""+e:{}.toString.call(e).match(/\s([a-z]+)/i)[1].toLowerCase()}function m(){return{bindType:d,delegateType:d,handle:function(e){if(r.default(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}}}function v(e){var t=this,n=!1;return r.default(this).one(_.TRANSITION_END,(function(){n=!0})),setTimeout((function(){n||_.triggerTransitionEnd(t)}),e),this}function g(){r.default.fn.emulateTransitionEnd=v,r.default.event.special[_.TRANSITION_END]=m()}var _={TRANSITION_END:"bsTransitionEnd",getUID:function(e){do{e+=~~(Math.random()*h)}while(document.getElementById(e));return e},getSelectorFromElement:function(e){var t=e.getAttribute("data-target");if(!t||"#"===t){var n=e.getAttribute("href");t=n&&"#"!==n?n.trim():""}try{return document.querySelector(t)?t:null}catch(e){return null}},getTransitionDurationFromElement:function(e){if(!e)return 0;var t=r.default(e).css("transition-duration"),n=r.default(e).css("transition-delay"),a=parseFloat(t),o=parseFloat(n);return a||o?(t=t.split(",")[0],n=n.split(",")[0],(parseFloat(t)+parseFloat(n))*p):0},reflow:function(e){return e.offsetHeight},triggerTransitionEnd:function(e){r.default(e).trigger(d)},supportsTransitionEnd:function(){return Boolean(d)},isElement:function(e){return(e[0]||e).nodeType},typeCheckConfig:function(e,t,n){for(var a in n)if(Object.prototype.hasOwnProperty.call(n,a)){var r=n[a],o=t[a],i=o&&_.isElement(o)?"element":f(o);if(!new RegExp(r).test(i))throw new Error(e.toUpperCase()+': Option "'+a+'" provided type "'+i+'" but expected type "'+r+'".')}},findShadowRoot:function(e){if(!document.documentElement.attachShadow)return null;if("function"==typeof e.getRootNode){var t=e.getRootNode();return t instanceof ShadowRoot?t:null}return e instanceof ShadowRoot?e:e.parentNode?_.findShadowRoot(e.parentNode):null},jQueryDetection:function(){if(void 0===r.default)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var e=r.default.fn.jquery.split(" ")[0].split("."),t=1,n=2,a=9,o=1,i=4;if(e[0]<n&&e[1]<a||e[0]===t&&e[1]===a&&e[2]<o||e[0]>=i)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};_.jQueryDetection(),g();var b="alert",y="4.6.1",M="bs.alert",I="."+M,B=".data-api",k=r.default.fn[b],P="alert",T="fade",w="show",E="close"+I,O="closed"+I,A="click"+I+B,L='[data-dismiss="alert"]',S=function(){function e(e){this._element=e}var t=e.prototype;return t.close=function(e){var t=this._element;e&&(t=this._getRootElement(e)),this._triggerCloseEvent(t).isDefaultPrevented()||this._removeElement(t)},t.dispose=function(){r.default.removeData(this._element,M),this._element=null},t._getRootElement=function(e){var t=_.getSelectorFromElement(e),n=!1;return t&&(n=document.querySelector(t)),n||(n=r.default(e).closest("."+P)[0]),n},t._triggerCloseEvent=function(e){var t=r.default.Event(E);return r.default(e).trigger(t),t},t._removeElement=function(e){var t=this;if(r.default(e).removeClass(w),r.default(e).hasClass(T)){var n=_.getTransitionDurationFromElement(e);r.default(e).one(_.TRANSITION_END,(function(n){return t._destroyElement(e,n)})).emulateTransitionEnd(n)}else this._destroyElement(e)},t._destroyElement=function(e){r.default(e).detach().trigger(O).remove()},e._jQueryInterface=function(t){return this.each((function(){var n=r.default(this),a=n.data(M);a||(a=new e(this),n.data(M,a)),"close"===t&&a[t](this)}))},e._handleDismiss=function(e){return function(t){t&&t.preventDefault(),e.close(this)}},s(e,null,[{key:"VERSION",get:function(){return y}}]),e}();r.default(document).on(A,L,S._handleDismiss(new S)),r.default.fn[b]=S._jQueryInterface,r.default.fn[b].Constructor=S,r.default.fn[b].noConflict=function(){return r.default.fn[b]=k,S._jQueryInterface};var C="button",z="4.6.1",x="bs.button",D="."+x,F=".data-api",H=r.default.fn[C],N="active",R="btn",V="focus",Y="click"+D+F,j="focus"+D+F+" blur"+D+F,$="load"+D+F,U='[data-toggle^="button"]',G='[data-toggle="buttons"]',W='[data-toggle="button"]',q='[data-toggle="buttons"] .btn',X='input:not([type="hidden"])',J=".active",K=".btn",Q=function(){function e(e){this._element=e,this.shouldAvoidTriggerChange=!1}var t=e.prototype;return t.toggle=function(){var e=!0,t=!0,n=r.default(this._element).closest(G)[0];if(n){var a=this._element.querySelector(X);if(a){if("radio"===a.type)if(a.checked&&this._element.classList.contains(N))e=!1;else{var o=n.querySelector(J);o&&r.default(o).removeClass(N)}e&&("checkbox"!==a.type&&"radio"!==a.type||(a.checked=!this._element.classList.contains(N)),this.shouldAvoidTriggerChange||r.default(a).trigger("change")),a.focus(),t=!1}}this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(t&&this._element.setAttribute("aria-pressed",!this._element.classList.contains(N)),e&&r.default(this._element).toggleClass(N))},t.dispose=function(){r.default.removeData(this._element,x),this._element=null},e._jQueryInterface=function(t,n){return this.each((function(){var a=r.default(this),o=a.data(x);o||(o=new e(this),a.data(x,o)),o.shouldAvoidTriggerChange=n,"toggle"===t&&o[t]()}))},s(e,null,[{key:"VERSION",get:function(){return z}}]),e}();r.default(document).on(Y,U,(function(e){var t=e.target,n=t;if(r.default(t).hasClass(R)||(t=r.default(t).closest(K)[0]),!t||t.hasAttribute("disabled")||t.classList.contains("disabled"))e.preventDefault();else{var a=t.querySelector(X);if(a&&(a.hasAttribute("disabled")||a.classList.contains("disabled")))return void e.preventDefault();"INPUT"!==n.tagName&&"LABEL"===t.tagName||Q._jQueryInterface.call(r.default(t),"toggle","INPUT"===n.tagName)}})).on(j,U,(function(e){var t=r.default(e.target).closest(K)[0];r.default(t).toggleClass(V,/^focus(in)?$/.test(e.type))})),r.default(window).on($,(function(){for(var e=[].slice.call(document.querySelectorAll(q)),t=0,n=e.length;t<n;t++){var a=e[t],r=a.querySelector(X);r.checked||r.hasAttribute("checked")?a.classList.add(N):a.classList.remove(N)}for(var o=0,i=(e=[].slice.call(document.querySelectorAll(W))).length;o<i;o++){var s=e[o];"true"===s.getAttribute("aria-pressed")?s.classList.add(N):s.classList.remove(N)}})),r.default.fn[C]=Q._jQueryInterface,r.default.fn[C].Constructor=Q,r.default.fn[C].noConflict=function(){return r.default.fn[C]=H,Q._jQueryInterface};var Z="carousel",ee="4.6.1",te="bs.carousel",ne="."+te,ae=".data-api",re=r.default.fn[Z],oe=37,ie=39,se=500,le=40,ce="carousel",ue="active",de="slide",he="carousel-item-right",pe="carousel-item-left",fe="carousel-item-next",me="carousel-item-prev",ve="pointer-event",ge="next",_e="prev",be="left",ye="right",Me="slide"+ne,Ie="slid"+ne,Be="keydown"+ne,ke="mouseenter"+ne,Pe="mouseleave"+ne,Te="touchstart"+ne,we="touchmove"+ne,Ee="touchend"+ne,Oe="pointerdown"+ne,Ae="pointerup"+ne,Le="dragstart"+ne,Se="load"+ne+ae,Ce="click"+ne+ae,ze=".active",xe=".active.carousel-item",De=".carousel-item",Fe=".carousel-item img",He=".carousel-item-next, .carousel-item-prev",Ne=".carousel-indicators",Re="[data-slide], [data-slide-to]",Ve='[data-ride="carousel"]',Ye={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},je={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},$e={TOUCH:"touch",PEN:"pen"},Ue=function(){function e(e,t){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this.touchStartX=0,this.touchDeltaX=0,this._config=this._getConfig(t),this._element=e,this._indicatorsElement=this._element.querySelector(Ne),this._touchSupported="ontouchstart"in document.documentElement||navigator.maxTouchPoints>0,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var t=e.prototype;return t.next=function(){this._isSliding||this._slide(ge)},t.nextWhenVisible=function(){var e=r.default(this._element);!document.hidden&&e.is(":visible")&&"hidden"!==e.css("visibility")&&this.next()},t.prev=function(){this._isSliding||this._slide(_e)},t.pause=function(e){e||(this._isPaused=!0),this._element.querySelector(He)&&(_.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},t.cycle=function(e){e||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._updateInterval(),this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},t.to=function(e){var t=this;this._activeElement=this._element.querySelector(xe);var n=this._getItemIndex(this._activeElement);if(!(e>this._items.length-1||e<0))if(this._isSliding)r.default(this._element).one(Ie,(function(){return t.to(e)}));else{if(n===e)return this.pause(),void this.cycle();var a=e>n?ge:_e;this._slide(a,this._items[e])}},t.dispose=function(){r.default(this._element).off(ne),r.default.removeData(this._element,te),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},t._getConfig=function(e){return e=l({},Ye,e),_.typeCheckConfig(Z,e,je),e},t._handleSwipe=function(){var e=Math.abs(this.touchDeltaX);if(!(e<=le)){var t=e/this.touchDeltaX;this.touchDeltaX=0,t>0&&this.prev(),t<0&&this.next()}},t._addEventListeners=function(){var e=this;this._config.keyboard&&r.default(this._element).on(Be,(function(t){return e._keydown(t)})),"hover"===this._config.pause&&r.default(this._element).on(ke,(function(t){return e.pause(t)})).on(Pe,(function(t){return e.cycle(t)})),this._config.touch&&this._addTouchEventListeners()},t._addTouchEventListeners=function(){var e=this;if(this._touchSupported){var t=function(t){e._pointerEvent&&$e[t.originalEvent.pointerType.toUpperCase()]?e.touchStartX=t.originalEvent.clientX:e._pointerEvent||(e.touchStartX=t.originalEvent.touches[0].clientX)},n=function(t){e.touchDeltaX=t.originalEvent.touches&&t.originalEvent.touches.length>1?0:t.originalEvent.touches[0].clientX-e.touchStartX},a=function(t){e._pointerEvent&&$e[t.originalEvent.pointerType.toUpperCase()]&&(e.touchDeltaX=t.originalEvent.clientX-e.touchStartX),e._handleSwipe(),"hover"===e._config.pause&&(e.pause(),e.touchTimeout&&clearTimeout(e.touchTimeout),e.touchTimeout=setTimeout((function(t){return e.cycle(t)}),se+e._config.interval))};r.default(this._element.querySelectorAll(Fe)).on(Le,(function(e){return e.preventDefault()})),this._pointerEvent?(r.default(this._element).on(Oe,(function(e){return t(e)})),r.default(this._element).on(Ae,(function(e){return a(e)})),this._element.classList.add(ve)):(r.default(this._element).on(Te,(function(e){return t(e)})),r.default(this._element).on(we,(function(e){return n(e)})),r.default(this._element).on(Ee,(function(e){return a(e)})))}},t._keydown=function(e){if(!/input|textarea/i.test(e.target.tagName))switch(e.which){case oe:e.preventDefault(),this.prev();break;case ie:e.preventDefault(),this.next()}},t._getItemIndex=function(e){return this._items=e&&e.parentNode?[].slice.call(e.parentNode.querySelectorAll(De)):[],this._items.indexOf(e)},t._getItemByDirection=function(e,t){var n=e===ge,a=e===_e,r=this._getItemIndex(t),o=this._items.length-1;if((a&&0===r||n&&r===o)&&!this._config.wrap)return t;var i=(r+(e===_e?-1:1))%this._items.length;return-1===i?this._items[this._items.length-1]:this._items[i]},t._triggerSlideEvent=function(e,t){var n=this._getItemIndex(e),a=this._getItemIndex(this._element.querySelector(xe)),o=r.default.Event(Me,{relatedTarget:e,direction:t,from:a,to:n});return r.default(this._element).trigger(o),o},t._setActiveIndicatorElement=function(e){if(this._indicatorsElement){var t=[].slice.call(this._indicatorsElement.querySelectorAll(ze));r.default(t).removeClass(ue);var n=this._indicatorsElement.children[this._getItemIndex(e)];n&&r.default(n).addClass(ue)}},t._updateInterval=function(){var e=this._activeElement||this._element.querySelector(xe);if(e){var t=parseInt(e.getAttribute("data-interval"),10);t?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=t):this._config.interval=this._config.defaultInterval||this._config.interval}},t._slide=function(e,t){var n,a,o,i=this,s=this._element.querySelector(xe),l=this._getItemIndex(s),c=t||s&&this._getItemByDirection(e,s),u=this._getItemIndex(c),d=Boolean(this._interval);if(e===ge?(n=pe,a=fe,o=be):(n=he,a=me,o=ye),c&&r.default(c).hasClass(ue))this._isSliding=!1;else if(!this._triggerSlideEvent(c,o).isDefaultPrevented()&&s&&c){this._isSliding=!0,d&&this.pause(),this._setActiveIndicatorElement(c),this._activeElement=c;var h=r.default.Event(Ie,{relatedTarget:c,direction:o,from:l,to:u});if(r.default(this._element).hasClass(de)){r.default(c).addClass(a),_.reflow(c),r.default(s).addClass(n),r.default(c).addClass(n);var p=_.getTransitionDurationFromElement(s);r.default(s).one(_.TRANSITION_END,(function(){r.default(c).removeClass(n+" "+a).addClass(ue),r.default(s).removeClass(ue+" "+a+" "+n),i._isSliding=!1,setTimeout((function(){return r.default(i._element).trigger(h)}),0)})).emulateTransitionEnd(p)}else r.default(s).removeClass(ue),r.default(c).addClass(ue),this._isSliding=!1,r.default(this._element).trigger(h);d&&this.cycle()}},e._jQueryInterface=function(t){return this.each((function(){var n=r.default(this).data(te),a=l({},Ye,r.default(this).data());"object"==typeof t&&(a=l({},a,t));var o="string"==typeof t?t:a.slide;if(n||(n=new e(this,a),r.default(this).data(te,n)),"number"==typeof t)n.to(t);else if("string"==typeof o){if(void 0===n[o])throw new TypeError('No method named "'+o+'"');n[o]()}else a.interval&&a.ride&&(n.pause(),n.cycle())}))},e._dataApiClickHandler=function(t){var n=_.getSelectorFromElement(this);if(n){var a=r.default(n)[0];if(a&&r.default(a).hasClass(ce)){var o=l({},r.default(a).data(),r.default(this).data()),i=this.getAttribute("data-slide-to");i&&(o.interval=!1),e._jQueryInterface.call(r.default(a),o),i&&r.default(a).data(te).to(i),t.preventDefault()}}},s(e,null,[{key:"VERSION",get:function(){return ee}},{key:"Default",get:function(){return Ye}}]),e}();r.default(document).on(Ce,Re,Ue._dataApiClickHandler),r.default(window).on(Se,(function(){for(var e=[].slice.call(document.querySelectorAll(Ve)),t=0,n=e.length;t<n;t++){var a=r.default(e[t]);Ue._jQueryInterface.call(a,a.data())}})),r.default.fn[Z]=Ue._jQueryInterface,r.default.fn[Z].Constructor=Ue,r.default.fn[Z].noConflict=function(){return r.default.fn[Z]=re,Ue._jQueryInterface};var Ge="collapse",We="4.6.1",qe="bs.collapse",Xe="."+qe,Je=".data-api",Ke=r.default.fn[Ge],Qe="show",Ze="collapse",et="collapsing",tt="collapsed",nt="width",at="height",rt="show"+Xe,ot="shown"+Xe,it="hide"+Xe,st="hidden"+Xe,lt="click"+Xe+Je,ct=".show, .collapsing",ut='[data-toggle="collapse"]',dt={toggle:!0,parent:""},ht={toggle:"boolean",parent:"(string|element)"},pt=function(){function e(e,t){this._isTransitioning=!1,this._element=e,this._config=this._getConfig(t),this._triggerArray=[].slice.call(document.querySelectorAll('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'));for(var n=[].slice.call(document.querySelectorAll(ut)),a=0,r=n.length;a<r;a++){var o=n[a],i=_.getSelectorFromElement(o),s=[].slice.call(document.querySelectorAll(i)).filter((function(t){return t===e}));null!==i&&s.length>0&&(this._selector=i,this._triggerArray.push(o))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var t=e.prototype;return t.toggle=function(){r.default(this._element).hasClass(Qe)?this.hide():this.show()},t.show=function(){var t,n,a=this;if(!(this._isTransitioning||r.default(this._element).hasClass(Qe)||(this._parent&&0===(t=[].slice.call(this._parent.querySelectorAll(ct)).filter((function(e){return"string"==typeof a._config.parent?e.getAttribute("data-parent")===a._config.parent:e.classList.contains(Ze)}))).length&&(t=null),t&&(n=r.default(t).not(this._selector).data(qe))&&n._isTransitioning))){var o=r.default.Event(rt);if(r.default(this._element).trigger(o),!o.isDefaultPrevented()){t&&(e._jQueryInterface.call(r.default(t).not(this._selector),"hide"),n||r.default(t).data(qe,null));var i=this._getDimension();r.default(this._element).removeClass(Ze).addClass(et),this._element.style[i]=0,this._triggerArray.length&&r.default(this._triggerArray).removeClass(tt).attr("aria-expanded",!0),this.setTransitioning(!0);var s=function(){r.default(a._element).removeClass(et).addClass(Ze+" "+Qe),a._element.style[i]="",a.setTransitioning(!1),r.default(a._element).trigger(ot)},l="scroll"+(i[0].toUpperCase()+i.slice(1)),c=_.getTransitionDurationFromElement(this._element);r.default(this._element).one(_.TRANSITION_END,s).emulateTransitionEnd(c),this._element.style[i]=this._element[l]+"px"}}},t.hide=function(){var e=this;if(!this._isTransitioning&&r.default(this._element).hasClass(Qe)){var t=r.default.Event(it);if(r.default(this._element).trigger(t),!t.isDefaultPrevented()){var n=this._getDimension();this._element.style[n]=this._element.getBoundingClientRect()[n]+"px",_.reflow(this._element),r.default(this._element).addClass(et).removeClass(Ze+" "+Qe);var a=this._triggerArray.length;if(a>0)for(var o=0;o<a;o++){var i=this._triggerArray[o],s=_.getSelectorFromElement(i);null!==s&&(r.default([].slice.call(document.querySelectorAll(s))).hasClass(Qe)||r.default(i).addClass(tt).attr("aria-expanded",!1))}this.setTransitioning(!0);var l=function(){e.setTransitioning(!1),r.default(e._element).removeClass(et).addClass(Ze).trigger(st)};this._element.style[n]="";var c=_.getTransitionDurationFromElement(this._element);r.default(this._element).one(_.TRANSITION_END,l).emulateTransitionEnd(c)}}},t.setTransitioning=function(e){this._isTransitioning=e},t.dispose=function(){r.default.removeData(this._element,qe),this._config=null,this._parent=null,this._element=null,this._triggerArray=null,this._isTransitioning=null},t._getConfig=function(e){return(e=l({},dt,e)).toggle=Boolean(e.toggle),_.typeCheckConfig(Ge,e,ht),e},t._getDimension=function(){return r.default(this._element).hasClass(nt)?nt:at},t._getParent=function(){var t,n=this;_.isElement(this._config.parent)?(t=this._config.parent,void 0!==this._config.parent.jquery&&(t=this._config.parent[0])):t=document.querySelector(this._config.parent);var a='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]',o=[].slice.call(t.querySelectorAll(a));return r.default(o).each((function(t,a){n._addAriaAndCollapsedClass(e._getTargetFromElement(a),[a])})),t},t._addAriaAndCollapsedClass=function(e,t){var n=r.default(e).hasClass(Qe);t.length&&r.default(t).toggleClass(tt,!n).attr("aria-expanded",n)},e._getTargetFromElement=function(e){var t=_.getSelectorFromElement(e);return t?document.querySelector(t):null},e._jQueryInterface=function(t){return this.each((function(){var n=r.default(this),a=n.data(qe),o=l({},dt,n.data(),"object"==typeof t&&t?t:{});if(!a&&o.toggle&&"string"==typeof t&&/show|hide/.test(t)&&(o.toggle=!1),a||(a=new e(this,o),n.data(qe,a)),"string"==typeof t){if(void 0===a[t])throw new TypeError('No method named "'+t+'"');a[t]()}}))},s(e,null,[{key:"VERSION",get:function(){return We}},{key:"Default",get:function(){return dt}}]),e}();r.default(document).on(lt,ut,(function(e){"A"===e.currentTarget.tagName&&e.preventDefault();var t=r.default(this),n=_.getSelectorFromElement(this),a=[].slice.call(document.querySelectorAll(n));r.default(a).each((function(){var e=r.default(this),n=e.data(qe)?"toggle":t.data();pt._jQueryInterface.call(e,n)}))})),r.default.fn[Ge]=pt._jQueryInterface,r.default.fn[Ge].Constructor=pt,r.default.fn[Ge].noConflict=function(){return r.default.fn[Ge]=Ke,pt._jQueryInterface};var ft="dropdown",mt="4.6.1",vt="bs.dropdown",gt="."+vt,_t=".data-api",bt=r.default.fn[ft],yt=27,Mt=32,It=9,Bt=38,kt=40,Pt=3,Tt=new RegExp(Bt+"|"+kt+"|"+yt),wt="disabled",Et="show",Ot="dropup",At="dropright",Lt="dropleft",St="dropdown-menu-right",Ct="position-static",zt="hide"+gt,xt="hidden"+gt,Dt="show"+gt,Ft="shown"+gt,Ht="click"+gt,Nt="click"+gt+_t,Rt="keydown"+gt+_t,Vt="keyup"+gt+_t,Yt='[data-toggle="dropdown"]',jt=".dropdown form",$t=".dropdown-menu",Ut=".navbar-nav",Gt=".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",Wt="top-start",qt="top-end",Xt="bottom-start",Jt="bottom-end",Kt="right-start",Qt="left-start",Zt={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic",popperConfig:null},en={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string",popperConfig:"(null|object)"},tn=function(){function e(e,t){this._element=e,this._popper=null,this._config=this._getConfig(t),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var t=e.prototype;return t.toggle=function(){if(!this._element.disabled&&!r.default(this._element).hasClass(wt)){var t=r.default(this._menu).hasClass(Et);e._clearMenus(),t||this.show(!0)}},t.show=function(t){if(void 0===t&&(t=!1),!(this._element.disabled||r.default(this._element).hasClass(wt)||r.default(this._menu).hasClass(Et))){var n={relatedTarget:this._element},a=r.default.Event(Dt,n),i=e._getParentFromElement(this._element);if(r.default(i).trigger(a),!a.isDefaultPrevented()){if(!this._inNavbar&&t){if(void 0===o.default)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");var s=this._element;"parent"===this._config.reference?s=i:_.isElement(this._config.reference)&&(s=this._config.reference,void 0!==this._config.reference.jquery&&(s=this._config.reference[0])),"scrollParent"!==this._config.boundary&&r.default(i).addClass(Ct),this._popper=new o.default(s,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===r.default(i).closest(Ut).length&&r.default(document.body).children().on("mouseover",null,r.default.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),r.default(this._menu).toggleClass(Et),r.default(i).toggleClass(Et).trigger(r.default.Event(Ft,n))}}},t.hide=function(){if(!this._element.disabled&&!r.default(this._element).hasClass(wt)&&r.default(this._menu).hasClass(Et)){var t={relatedTarget:this._element},n=r.default.Event(zt,t),a=e._getParentFromElement(this._element);r.default(a).trigger(n),n.isDefaultPrevented()||(this._popper&&this._popper.destroy(),r.default(this._menu).toggleClass(Et),r.default(a).toggleClass(Et).trigger(r.default.Event(xt,t)))}},t.dispose=function(){r.default.removeData(this._element,vt),r.default(this._element).off(gt),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},t.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},t._addEventListeners=function(){var e=this;r.default(this._element).on(Ht,(function(t){t.preventDefault(),t.stopPropagation(),e.toggle()}))},t._getConfig=function(e){return e=l({},this.constructor.Default,r.default(this._element).data(),e),_.typeCheckConfig(ft,e,this.constructor.DefaultType),e},t._getMenuElement=function(){if(!this._menu){var t=e._getParentFromElement(this._element);t&&(this._menu=t.querySelector($t))}return this._menu},t._getPlacement=function(){var e=r.default(this._element.parentNode),t=Xt;return e.hasClass(Ot)?t=r.default(this._menu).hasClass(St)?qt:Wt:e.hasClass(At)?t=Kt:e.hasClass(Lt)?t=Qt:r.default(this._menu).hasClass(St)&&(t=Jt),t},t._detectNavbar=function(){return r.default(this._element).closest(".navbar").length>0},t._getOffset=function(){var e=this,t={};return"function"==typeof this._config.offset?t.fn=function(t){return t.offsets=l({},t.offsets,e._config.offset(t.offsets,e._element)),t}:t.offset=this._config.offset,t},t._getPopperConfig=function(){var e={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(e.modifiers.applyStyle={enabled:!1}),l({},e,this._config.popperConfig)},e._jQueryInterface=function(t){return this.each((function(){var n=r.default(this).data(vt);if(n||(n=new e(this,"object"==typeof t?t:null),r.default(this).data(vt,n)),"string"==typeof t){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t]()}}))},e._clearMenus=function(t){if(!t||t.which!==Pt&&("keyup"!==t.type||t.which===It))for(var n=[].slice.call(document.querySelectorAll(Yt)),a=0,o=n.length;a<o;a++){var i=e._getParentFromElement(n[a]),s=r.default(n[a]).data(vt),l={relatedTarget:n[a]};if(t&&"click"===t.type&&(l.clickEvent=t),s){var c=s._menu;if(r.default(i).hasClass(Et)&&!(t&&("click"===t.type&&/input|textarea/i.test(t.target.tagName)||"keyup"===t.type&&t.which===It)&&r.default.contains(i,t.target))){var u=r.default.Event(zt,l);r.default(i).trigger(u),u.isDefaultPrevented()||("ontouchstart"in document.documentElement&&r.default(document.body).children().off("mouseover",null,r.default.noop),n[a].setAttribute("aria-expanded","false"),s._popper&&s._popper.destroy(),r.default(c).removeClass(Et),r.default(i).removeClass(Et).trigger(r.default.Event(xt,l)))}}}},e._getParentFromElement=function(e){var t,n=_.getSelectorFromElement(e);return n&&(t=document.querySelector(n)),t||e.parentNode},e._dataApiKeydownHandler=function(t){if(!(/input|textarea/i.test(t.target.tagName)?t.which===Mt||t.which!==yt&&(t.which!==kt&&t.which!==Bt||r.default(t.target).closest($t).length):!Tt.test(t.which))&&!this.disabled&&!r.default(this).hasClass(wt)){var n=e._getParentFromElement(this),a=r.default(n).hasClass(Et);if(a||t.which!==yt){if(t.preventDefault(),t.stopPropagation(),!a||t.which===yt||t.which===Mt)return t.which===yt&&r.default(n.querySelector(Yt)).trigger("focus"),void r.default(this).trigger("click");var o=[].slice.call(n.querySelectorAll(Gt)).filter((function(e){return r.default(e).is(":visible")}));if(0!==o.length){var i=o.indexOf(t.target);t.which===Bt&&i>0&&i--,t.which===kt&&i<o.length-1&&i++,i<0&&(i=0),o[i].focus()}}}},s(e,null,[{key:"VERSION",get:function(){return mt}},{key:"Default",get:function(){return Zt}},{key:"DefaultType",get:function(){return en}}]),e}();r.default(document).on(Rt,Yt,tn._dataApiKeydownHandler).on(Rt,$t,tn._dataApiKeydownHandler).on(Nt+" "+Vt,tn._clearMenus).on(Nt,Yt,(function(e){e.preventDefault(),e.stopPropagation(),tn._jQueryInterface.call(r.default(this),"toggle")})).on(Nt,jt,(function(e){e.stopPropagation()})),r.default.fn[ft]=tn._jQueryInterface,r.default.fn[ft].Constructor=tn,r.default.fn[ft].noConflict=function(){return r.default.fn[ft]=bt,tn._jQueryInterface};var nn="modal",an="4.6.1",rn="bs.modal",on="."+rn,sn=".data-api",ln=r.default.fn[nn],cn=27,un="modal-dialog-scrollable",dn="modal-scrollbar-measure",hn="modal-backdrop",pn="modal-open",fn="fade",mn="show",vn="modal-static",gn="hide"+on,_n="hidePrevented"+on,bn="hidden"+on,yn="show"+on,Mn="shown"+on,In="focusin"+on,Bn="resize"+on,kn="click.dismiss"+on,Pn="keydown.dismiss"+on,Tn="mouseup.dismiss"+on,wn="mousedown.dismiss"+on,En="click"+on+sn,On=".modal-dialog",An=".modal-body",Ln='[data-toggle="modal"]',Sn='[data-dismiss="modal"]',Cn=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",zn=".sticky-top",xn={backdrop:!0,keyboard:!0,focus:!0,show:!0},Dn={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean",show:"boolean"},Fn=function(){function e(e,t){this._config=this._getConfig(t),this._element=e,this._dialog=e.querySelector(On),this._backdrop=null,this._isShown=!1,this._isBodyOverflowing=!1,this._ignoreBackdropClick=!1,this._isTransitioning=!1,this._scrollbarWidth=0}var t=e.prototype;return t.toggle=function(e){return this._isShown?this.hide():this.show(e)},t.show=function(e){var t=this;if(!this._isShown&&!this._isTransitioning){var n=r.default.Event(yn,{relatedTarget:e});r.default(this._element).trigger(n),n.isDefaultPrevented()||(this._isShown=!0,r.default(this._element).hasClass(fn)&&(this._isTransitioning=!0),this._checkScrollbar(),this._setScrollbar(),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),r.default(this._element).on(kn,Sn,(function(e){return t.hide(e)})),r.default(this._dialog).on(wn,(function(){r.default(t._element).one(Tn,(function(e){r.default(e.target).is(t._element)&&(t._ignoreBackdropClick=!0)}))})),this._showBackdrop((function(){return t._showElement(e)})))}},t.hide=function(e){var t=this;if(e&&e.preventDefault(),this._isShown&&!this._isTransitioning){var n=r.default.Event(gn);if(r.default(this._element).trigger(n),this._isShown&&!n.isDefaultPrevented()){this._isShown=!1;var a=r.default(this._element).hasClass(fn);if(a&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),r.default(document).off(In),r.default(this._element).removeClass(mn),r.default(this._element).off(kn),r.default(this._dialog).off(wn),a){var o=_.getTransitionDurationFromElement(this._element);r.default(this._element).one(_.TRANSITION_END,(function(e){return t._hideModal(e)})).emulateTransitionEnd(o)}else this._hideModal()}}},t.dispose=function(){[window,this._element,this._dialog].forEach((function(e){return r.default(e).off(on)})),r.default(document).off(In),r.default.removeData(this._element,rn),this._config=null,this._element=null,this._dialog=null,this._backdrop=null,this._isShown=null,this._isBodyOverflowing=null,this._ignoreBackdropClick=null,this._isTransitioning=null,this._scrollbarWidth=null},t.handleUpdate=function(){this._adjustDialog()},t._getConfig=function(e){return e=l({},xn,e),_.typeCheckConfig(nn,e,Dn),e},t._triggerBackdropTransition=function(){var e=this,t=r.default.Event(_n);if(r.default(this._element).trigger(t),!t.isDefaultPrevented()){var n=this._element.scrollHeight>document.documentElement.clientHeight;n||(this._element.style.overflowY="hidden"),this._element.classList.add(vn);var a=_.getTransitionDurationFromElement(this._dialog);r.default(this._element).off(_.TRANSITION_END),r.default(this._element).one(_.TRANSITION_END,(function(){e._element.classList.remove(vn),n||r.default(e._element).one(_.TRANSITION_END,(function(){e._element.style.overflowY=""})).emulateTransitionEnd(e._element,a)})).emulateTransitionEnd(a),this._element.focus()}},t._showElement=function(e){var t=this,n=r.default(this._element).hasClass(fn),a=this._dialog?this._dialog.querySelector(An):null;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),r.default(this._dialog).hasClass(un)&&a?a.scrollTop=0:this._element.scrollTop=0,n&&_.reflow(this._element),r.default(this._element).addClass(mn),this._config.focus&&this._enforceFocus();var o=r.default.Event(Mn,{relatedTarget:e}),i=function(){t._config.focus&&t._element.focus(),t._isTransitioning=!1,r.default(t._element).trigger(o)};if(n){var s=_.getTransitionDurationFromElement(this._dialog);r.default(this._dialog).one(_.TRANSITION_END,i).emulateTransitionEnd(s)}else i()},t._enforceFocus=function(){var e=this;r.default(document).off(In).on(In,(function(t){document!==t.target&&e._element!==t.target&&0===r.default(e._element).has(t.target).length&&e._element.focus()}))},t._setEscapeEvent=function(){var e=this;this._isShown?r.default(this._element).on(Pn,(function(t){e._config.keyboard&&t.which===cn?(t.preventDefault(),e.hide()):e._config.keyboard||t.which!==cn||e._triggerBackdropTransition()})):this._isShown||r.default(this._element).off(Pn)},t._setResizeEvent=function(){var e=this;this._isShown?r.default(window).on(Bn,(function(t){return e.handleUpdate(t)})):r.default(window).off(Bn)},t._hideModal=function(){var e=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._showBackdrop((function(){r.default(document.body).removeClass(pn),e._resetAdjustments(),e._resetScrollbar(),r.default(e._element).trigger(bn)}))},t._removeBackdrop=function(){this._backdrop&&(r.default(this._backdrop).remove(),this._backdrop=null)},t._showBackdrop=function(e){var t=this,n=r.default(this._element).hasClass(fn)?fn:"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className=hn,n&&this._backdrop.classList.add(n),r.default(this._backdrop).appendTo(document.body),r.default(this._element).on(kn,(function(e){t._ignoreBackdropClick?t._ignoreBackdropClick=!1:e.target===e.currentTarget&&("static"===t._config.backdrop?t._triggerBackdropTransition():t.hide())})),n&&_.reflow(this._backdrop),r.default(this._backdrop).addClass(mn),!e)return;if(!n)return void e();var a=_.getTransitionDurationFromElement(this._backdrop);r.default(this._backdrop).one(_.TRANSITION_END,e).emulateTransitionEnd(a)}else if(!this._isShown&&this._backdrop){r.default(this._backdrop).removeClass(mn);var o=function(){t._removeBackdrop(),e&&e()};if(r.default(this._element).hasClass(fn)){var i=_.getTransitionDurationFromElement(this._backdrop);r.default(this._backdrop).one(_.TRANSITION_END,o).emulateTransitionEnd(i)}else o()}else e&&e()},t._adjustDialog=function(){var e=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&e&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!e&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},t._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},t._checkScrollbar=function(){var e=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(e.left+e.right)<window.innerWidth,this._scrollbarWidth=this._getScrollbarWidth()},t._setScrollbar=function(){var e=this;if(this._isBodyOverflowing){var t=[].slice.call(document.querySelectorAll(Cn)),n=[].slice.call(document.querySelectorAll(zn));r.default(t).each((function(t,n){var a=n.style.paddingRight,o=r.default(n).css("padding-right");r.default(n).data("padding-right",a).css("padding-right",parseFloat(o)+e._scrollbarWidth+"px")})),r.default(n).each((function(t,n){var a=n.style.marginRight,o=r.default(n).css("margin-right");r.default(n).data("margin-right",a).css("margin-right",parseFloat(o)-e._scrollbarWidth+"px")}));var a=document.body.style.paddingRight,o=r.default(document.body).css("padding-right");r.default(document.body).data("padding-right",a).css("padding-right",parseFloat(o)+this._scrollbarWidth+"px")}r.default(document.body).addClass(pn)},t._resetScrollbar=function(){var e=[].slice.call(document.querySelectorAll(Cn));r.default(e).each((function(e,t){var n=r.default(t).data("padding-right");r.default(t).removeData("padding-right"),t.style.paddingRight=n||""}));var t=[].slice.call(document.querySelectorAll(""+zn));r.default(t).each((function(e,t){var n=r.default(t).data("margin-right");void 0!==n&&r.default(t).css("margin-right",n).removeData("margin-right")}));var n=r.default(document.body).data("padding-right");r.default(document.body).removeData("padding-right"),document.body.style.paddingRight=n||""},t._getScrollbarWidth=function(){var e=document.createElement("div");e.className=dn,document.body.appendChild(e);var t=e.getBoundingClientRect().width-e.clientWidth;return document.body.removeChild(e),t},e._jQueryInterface=function(t,n){return this.each((function(){var a=r.default(this).data(rn),o=l({},xn,r.default(this).data(),"object"==typeof t&&t?t:{});if(a||(a=new e(this,o),r.default(this).data(rn,a)),"string"==typeof t){if(void 0===a[t])throw new TypeError('No method named "'+t+'"');a[t](n)}else o.show&&a.show(n)}))},s(e,null,[{key:"VERSION",get:function(){return an}},{key:"Default",get:function(){return xn}}]),e}();r.default(document).on(En,Ln,(function(e){var t,n=this,a=_.getSelectorFromElement(this);a&&(t=document.querySelector(a));var o=r.default(t).data(rn)?"toggle":l({},r.default(t).data(),r.default(this).data());"A"!==this.tagName&&"AREA"!==this.tagName||e.preventDefault();var i=r.default(t).one(yn,(function(e){e.isDefaultPrevented()||i.one(bn,(function(){r.default(n).is(":visible")&&n.focus()}))}));Fn._jQueryInterface.call(r.default(t),o,this)})),r.default.fn[nn]=Fn._jQueryInterface,r.default.fn[nn].Constructor=Fn,r.default.fn[nn].noConflict=function(){return r.default.fn[nn]=ln,Fn._jQueryInterface};var Hn=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],Nn={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},Rn=/^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#&/:?]*(?:[#/?]|$))/i,Vn=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i;function Yn(e,t){var n=e.nodeName.toLowerCase();if(-1!==t.indexOf(n))return-1===Hn.indexOf(n)||Boolean(Rn.test(e.nodeValue)||Vn.test(e.nodeValue));for(var a=t.filter((function(e){return e instanceof RegExp})),r=0,o=a.length;r<o;r++)if(a[r].test(n))return!0;return!1}function jn(e,t,n){if(0===e.length)return e;if(n&&"function"==typeof n)return n(e);for(var a=(new window.DOMParser).parseFromString(e,"text/html"),r=Object.keys(t),o=[].slice.call(a.body.querySelectorAll("*")),i=function(e,n){var a=o[e],i=a.nodeName.toLowerCase();if(-1===r.indexOf(a.nodeName.toLowerCase()))return a.parentNode.removeChild(a),"continue";var s=[].slice.call(a.attributes),l=[].concat(t["*"]||[],t[i]||[]);s.forEach((function(e){Yn(e,l)||a.removeAttribute(e.nodeName)}))},s=0,l=o.length;s<l;s++)i(s);return a.body.innerHTML}var $n="tooltip",Un="4.6.1",Gn="bs.tooltip",Wn="."+Gn,qn=r.default.fn[$n],Xn="bs-tooltip",Jn=new RegExp("(^|\\s)"+Xn+"\\S+","g"),Kn=["sanitize","whiteList","sanitizeFn"],Qn="fade",Zn="show",ea="show",ta="out",na=".tooltip-inner",aa=".arrow",ra="hover",oa="focus",ia="click",sa="manual",la={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},ca={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",customClass:"",sanitize:!0,sanitizeFn:null,whiteList:Nn,popperConfig:null},ua={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",customClass:"(string|function)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object",popperConfig:"(null|object)"},da={HIDE:"hide"+Wn,HIDDEN:"hidden"+Wn,SHOW:"show"+Wn,SHOWN:"shown"+Wn,INSERTED:"inserted"+Wn,CLICK:"click"+Wn,FOCUSIN:"focusin"+Wn,FOCUSOUT:"focusout"+Wn,MOUSEENTER:"mouseenter"+Wn,MOUSELEAVE:"mouseleave"+Wn},ha=function(){function e(e,t){if(void 0===o.default)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=e,this.config=this._getConfig(t),this.tip=null,this._setListeners()}var t=e.prototype;return t.enable=function(){this._isEnabled=!0},t.disable=function(){this._isEnabled=!1},t.toggleEnabled=function(){this._isEnabled=!this._isEnabled},t.toggle=function(e){if(this._isEnabled)if(e){var t=this.constructor.DATA_KEY,n=r.default(e.currentTarget).data(t);n||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),r.default(e.currentTarget).data(t,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(r.default(this.getTipElement()).hasClass(Zn))return void this._leave(null,this);this._enter(null,this)}},t.dispose=function(){clearTimeout(this._timeout),r.default.removeData(this.element,this.constructor.DATA_KEY),r.default(this.element).off(this.constructor.EVENT_KEY),r.default(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&r.default(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},t.show=function(){var e=this;if("none"===r.default(this.element).css("display"))throw new Error("Please use show on visible elements");var t=r.default.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){r.default(this.element).trigger(t);var n=_.findShadowRoot(this.element),a=r.default.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(t.isDefaultPrevented()||!a)return;var i=this.getTipElement(),s=_.getUID(this.constructor.NAME);i.setAttribute("id",s),this.element.setAttribute("aria-describedby",s),this.setContent(),this.config.animation&&r.default(i).addClass(Qn);var l="function"==typeof this.config.placement?this.config.placement.call(this,i,this.element):this.config.placement,c=this._getAttachment(l);this.addAttachmentClass(c);var u=this._getContainer();r.default(i).data(this.constructor.DATA_KEY,this),r.default.contains(this.element.ownerDocument.documentElement,this.tip)||r.default(i).appendTo(u),r.default(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new o.default(this.element,i,this._getPopperConfig(c)),r.default(i).addClass(Zn),r.default(i).addClass(this.config.customClass),"ontouchstart"in document.documentElement&&r.default(document.body).children().on("mouseover",null,r.default.noop);var d=function(){e.config.animation&&e._fixTransition();var t=e._hoverState;e._hoverState=null,r.default(e.element).trigger(e.constructor.Event.SHOWN),t===ta&&e._leave(null,e)};if(r.default(this.tip).hasClass(Qn)){var h=_.getTransitionDurationFromElement(this.tip);r.default(this.tip).one(_.TRANSITION_END,d).emulateTransitionEnd(h)}else d()}},t.hide=function(e){var t=this,n=this.getTipElement(),a=r.default.Event(this.constructor.Event.HIDE),o=function(){t._hoverState!==ea&&n.parentNode&&n.parentNode.removeChild(n),t._cleanTipClass(),t.element.removeAttribute("aria-describedby"),r.default(t.element).trigger(t.constructor.Event.HIDDEN),null!==t._popper&&t._popper.destroy(),e&&e()};if(r.default(this.element).trigger(a),!a.isDefaultPrevented()){if(r.default(n).removeClass(Zn),"ontouchstart"in document.documentElement&&r.default(document.body).children().off("mouseover",null,r.default.noop),this._activeTrigger[ia]=!1,this._activeTrigger[oa]=!1,this._activeTrigger[ra]=!1,r.default(this.tip).hasClass(Qn)){var i=_.getTransitionDurationFromElement(n);r.default(n).one(_.TRANSITION_END,o).emulateTransitionEnd(i)}else o();this._hoverState=""}},t.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},t.isWithContent=function(){return Boolean(this.getTitle())},t.addAttachmentClass=function(e){r.default(this.getTipElement()).addClass(Xn+"-"+e)},t.getTipElement=function(){return this.tip=this.tip||r.default(this.config.template)[0],this.tip},t.setContent=function(){var e=this.getTipElement();this.setElementContent(r.default(e.querySelectorAll(na)),this.getTitle()),r.default(e).removeClass(Qn+" "+Zn)},t.setElementContent=function(e,t){"object"!=typeof t||!t.nodeType&&!t.jquery?this.config.html?(this.config.sanitize&&(t=jn(t,this.config.whiteList,this.config.sanitizeFn)),e.html(t)):e.text(t):this.config.html?r.default(t).parent().is(e)||e.empty().append(t):e.text(r.default(t).text())},t.getTitle=function(){var e=this.element.getAttribute("data-original-title");return e||(e="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),e},t._getPopperConfig=function(e){var t=this;return l({},{placement:e,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:aa},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(e){e.originalPlacement!==e.placement&&t._handlePopperPlacementChange(e)},onUpdate:function(e){return t._handlePopperPlacementChange(e)}},this.config.popperConfig)},t._getOffset=function(){var e=this,t={};return"function"==typeof this.config.offset?t.fn=function(t){return t.offsets=l({},t.offsets,e.config.offset(t.offsets,e.element)),t}:t.offset=this.config.offset,t},t._getContainer=function(){return!1===this.config.container?document.body:_.isElement(this.config.container)?r.default(this.config.container):r.default(document).find(this.config.container)},t._getAttachment=function(e){return la[e.toUpperCase()]},t._setListeners=function(){var e=this;this.config.trigger.split(" ").forEach((function(t){if("click"===t)r.default(e.element).on(e.constructor.Event.CLICK,e.config.selector,(function(t){return e.toggle(t)}));else if(t!==sa){var n=t===ra?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,a=t===ra?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;r.default(e.element).on(n,e.config.selector,(function(t){return e._enter(t)})).on(a,e.config.selector,(function(t){return e._leave(t)}))}})),this._hideModalHandler=function(){e.element&&e.hide()},r.default(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=l({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},t._fixTitle=function(){var e=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==e)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},t._enter=function(e,t){var n=this.constructor.DATA_KEY;(t=t||r.default(e.currentTarget).data(n))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),r.default(e.currentTarget).data(n,t)),e&&(t._activeTrigger["focusin"===e.type?oa:ra]=!0),r.default(t.getTipElement()).hasClass(Zn)||t._hoverState===ea?t._hoverState=ea:(clearTimeout(t._timeout),t._hoverState=ea,t.config.delay&&t.config.delay.show?t._timeout=setTimeout((function(){t._hoverState===ea&&t.show()}),t.config.delay.show):t.show())},t._leave=function(e,t){var n=this.constructor.DATA_KEY;(t=t||r.default(e.currentTarget).data(n))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),r.default(e.currentTarget).data(n,t)),e&&(t._activeTrigger["focusout"===e.type?oa:ra]=!1),t._isWithActiveTrigger()||(clearTimeout(t._timeout),t._hoverState=ta,t.config.delay&&t.config.delay.hide?t._timeout=setTimeout((function(){t._hoverState===ta&&t.hide()}),t.config.delay.hide):t.hide())},t._isWithActiveTrigger=function(){for(var e in this._activeTrigger)if(this._activeTrigger[e])return!0;return!1},t._getConfig=function(e){var t=r.default(this.element).data();return Object.keys(t).forEach((function(e){-1!==Kn.indexOf(e)&&delete t[e]})),"number"==typeof(e=l({},this.constructor.Default,t,"object"==typeof e&&e?e:{})).delay&&(e.delay={show:e.delay,hide:e.delay}),"number"==typeof e.title&&(e.title=e.title.toString()),"number"==typeof e.content&&(e.content=e.content.toString()),_.typeCheckConfig($n,e,this.constructor.DefaultType),e.sanitize&&(e.template=jn(e.template,e.whiteList,e.sanitizeFn)),e},t._getDelegateConfig=function(){var e={};if(this.config)for(var t in this.config)this.constructor.Default[t]!==this.config[t]&&(e[t]=this.config[t]);return e},t._cleanTipClass=function(){var e=r.default(this.getTipElement()),t=e.attr("class").match(Jn);null!==t&&t.length&&e.removeClass(t.join(""))},t._handlePopperPlacementChange=function(e){this.tip=e.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(e.placement))},t._fixTransition=function(){var e=this.getTipElement(),t=this.config.animation;null===e.getAttribute("x-placement")&&(r.default(e).removeClass(Qn),this.config.animation=!1,this.hide(),this.show(),this.config.animation=t)},e._jQueryInterface=function(t){return this.each((function(){var n=r.default(this),a=n.data(Gn),o="object"==typeof t&&t;if((a||!/dispose|hide/.test(t))&&(a||(a=new e(this,o),n.data(Gn,a)),"string"==typeof t)){if(void 0===a[t])throw new TypeError('No method named "'+t+'"');a[t]()}}))},s(e,null,[{key:"VERSION",get:function(){return Un}},{key:"Default",get:function(){return ca}},{key:"NAME",get:function(){return $n}},{key:"DATA_KEY",get:function(){return Gn}},{key:"Event",get:function(){return da}},{key:"EVENT_KEY",get:function(){return Wn}},{key:"DefaultType",get:function(){return ua}}]),e}();r.default.fn[$n]=ha._jQueryInterface,r.default.fn[$n].Constructor=ha,r.default.fn[$n].noConflict=function(){return r.default.fn[$n]=qn,ha._jQueryInterface};var pa="popover",fa="4.6.1",ma="bs.popover",va="."+ma,ga=r.default.fn[pa],_a="bs-popover",ba=new RegExp("(^|\\s)"+_a+"\\S+","g"),ya="fade",Ma="show",Ia=".popover-header",Ba=".popover-body",ka=l({},ha.Default,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'}),Pa=l({},ha.DefaultType,{content:"(string|element|function)"}),Ta={HIDE:"hide"+va,HIDDEN:"hidden"+va,SHOW:"show"+va,SHOWN:"shown"+va,INSERTED:"inserted"+va,CLICK:"click"+va,FOCUSIN:"focusin"+va,FOCUSOUT:"focusout"+va,MOUSEENTER:"mouseenter"+va,MOUSELEAVE:"mouseleave"+va},wa=function(e){function t(){return e.apply(this,arguments)||this}c(t,e);var n=t.prototype;return n.isWithContent=function(){return this.getTitle()||this._getContent()},n.addAttachmentClass=function(e){r.default(this.getTipElement()).addClass(_a+"-"+e)},n.getTipElement=function(){return this.tip=this.tip||r.default(this.config.template)[0],this.tip},n.setContent=function(){var e=r.default(this.getTipElement());this.setElementContent(e.find(Ia),this.getTitle());var t=this._getContent();"function"==typeof t&&(t=t.call(this.element)),this.setElementContent(e.find(Ba),t),e.removeClass(ya+" "+Ma)},n._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},n._cleanTipClass=function(){var e=r.default(this.getTipElement()),t=e.attr("class").match(ba);null!==t&&t.length>0&&e.removeClass(t.join(""))},t._jQueryInterface=function(e){return this.each((function(){var n=r.default(this).data(ma),a="object"==typeof e?e:null;if((n||!/dispose|hide/.test(e))&&(n||(n=new t(this,a),r.default(this).data(ma,n)),"string"==typeof e)){if(void 0===n[e])throw new TypeError('No method named "'+e+'"');n[e]()}}))},s(t,null,[{key:"VERSION",get:function(){return fa}},{key:"Default",get:function(){return ka}},{key:"NAME",get:function(){return pa}},{key:"DATA_KEY",get:function(){return ma}},{key:"Event",get:function(){return Ta}},{key:"EVENT_KEY",get:function(){return va}},{key:"DefaultType",get:function(){return Pa}}]),t}(ha);r.default.fn[pa]=wa._jQueryInterface,r.default.fn[pa].Constructor=wa,r.default.fn[pa].noConflict=function(){return r.default.fn[pa]=ga,wa._jQueryInterface};var Ea="scrollspy",Oa="4.6.1",Aa="bs.scrollspy",La="."+Aa,Sa=".data-api",Ca=r.default.fn[Ea],za="dropdown-item",xa="active",Da="activate"+La,Fa="scroll"+La,Ha="load"+La+Sa,Na="offset",Ra="position",Va='[data-spy="scroll"]',Ya=".nav, .list-group",ja=".nav-link",$a=".nav-item",Ua=".list-group-item",Ga=".dropdown",Wa=".dropdown-item",qa=".dropdown-toggle",Xa={offset:10,method:"auto",target:""},Ja={offset:"number",method:"string",target:"(string|element)"},Ka=function(){function e(e,t){var n=this;this._element=e,this._scrollElement="BODY"===e.tagName?window:e,this._config=this._getConfig(t),this._selector=this._config.target+" "+ja+","+this._config.target+" "+Ua+","+this._config.target+" "+Wa,this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,r.default(this._scrollElement).on(Fa,(function(e){return n._process(e)})),this.refresh(),this._process()}var t=e.prototype;return t.refresh=function(){var e=this,t=this._scrollElement===this._scrollElement.window?Na:Ra,n="auto"===this._config.method?t:this._config.method,a=n===Ra?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map((function(e){var t,o=_.getSelectorFromElement(e);if(o&&(t=document.querySelector(o)),t){var i=t.getBoundingClientRect();if(i.width||i.height)return[r.default(t)[n]().top+a,o]}return null})).filter((function(e){return e})).sort((function(e,t){return e[0]-t[0]})).forEach((function(t){e._offsets.push(t[0]),e._targets.push(t[1])}))},t.dispose=function(){r.default.removeData(this._element,Aa),r.default(this._scrollElement).off(La),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},t._getConfig=function(e){if("string"!=typeof(e=l({},Xa,"object"==typeof e&&e?e:{})).target&&_.isElement(e.target)){var t=r.default(e.target).attr("id");t||(t=_.getUID(Ea),r.default(e.target).attr("id",t)),e.target="#"+t}return _.typeCheckConfig(Ea,e,Ja),e},t._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},t._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},t._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},t._process=function(){var e=this._getScrollTop()+this._config.offset,t=this._getScrollHeight(),n=this._config.offset+t-this._getOffsetHeight();if(this._scrollHeight!==t&&this.refresh(),e>=n){var a=this._targets[this._targets.length-1];this._activeTarget!==a&&this._activate(a)}else{if(this._activeTarget&&e<this._offsets[0]&&this._offsets[0]>0)return this._activeTarget=null,void this._clear();for(var r=this._offsets.length;r--;)this._activeTarget!==this._targets[r]&&e>=this._offsets[r]&&(void 0===this._offsets[r+1]||e<this._offsets[r+1])&&this._activate(this._targets[r])}},t._activate=function(e){this._activeTarget=e,this._clear();var t=this._selector.split(",").map((function(t){return t+'[data-target="'+e+'"],'+t+'[href="'+e+'"]'})),n=r.default([].slice.call(document.querySelectorAll(t.join(","))));n.hasClass(za)?(n.closest(Ga).find(qa).addClass(xa),n.addClass(xa)):(n.addClass(xa),n.parents(Ya).prev(ja+", "+Ua).addClass(xa),n.parents(Ya).prev($a).children(ja).addClass(xa)),r.default(this._scrollElement).trigger(Da,{relatedTarget:e})},t._clear=function(){[].slice.call(document.querySelectorAll(this._selector)).filter((function(e){return e.classList.contains(xa)})).forEach((function(e){return e.classList.remove(xa)}))},e._jQueryInterface=function(t){return this.each((function(){var n=r.default(this).data(Aa);if(n||(n=new e(this,"object"==typeof t&&t),r.default(this).data(Aa,n)),"string"==typeof t){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t]()}}))},s(e,null,[{key:"VERSION",get:function(){return Oa}},{key:"Default",get:function(){return Xa}}]),e}();r.default(window).on(Ha,(function(){for(var e=[].slice.call(document.querySelectorAll(Va)),t=e.length;t--;){var n=r.default(e[t]);Ka._jQueryInterface.call(n,n.data())}})),r.default.fn[Ea]=Ka._jQueryInterface,r.default.fn[Ea].Constructor=Ka,r.default.fn[Ea].noConflict=function(){return r.default.fn[Ea]=Ca,Ka._jQueryInterface};var Qa="tab",Za="4.6.1",er="bs.tab",tr="."+er,nr=".data-api",ar=r.default.fn[Qa],rr="dropdown-menu",or="active",ir="disabled",sr="fade",lr="show",cr="hide"+tr,ur="hidden"+tr,dr="show"+tr,hr="shown"+tr,pr="click"+tr+nr,fr=".dropdown",mr=".nav, .list-group",vr=".active",gr="> li > .active",_r='[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',br=".dropdown-toggle",yr="> .dropdown-menu .active",Mr=function(){function e(e){this._element=e}var t=e.prototype;return t.show=function(){var e=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&r.default(this._element).hasClass(or)||r.default(this._element).hasClass(ir))){var t,n,a=r.default(this._element).closest(mr)[0],o=_.getSelectorFromElement(this._element);if(a){var i="UL"===a.nodeName||"OL"===a.nodeName?gr:vr;n=(n=r.default.makeArray(r.default(a).find(i)))[n.length-1]}var s=r.default.Event(cr,{relatedTarget:this._element}),l=r.default.Event(dr,{relatedTarget:n});if(n&&r.default(n).trigger(s),r.default(this._element).trigger(l),!l.isDefaultPrevented()&&!s.isDefaultPrevented()){o&&(t=document.querySelector(o)),this._activate(this._element,a);var c=function(){var t=r.default.Event(ur,{relatedTarget:e._element}),a=r.default.Event(hr,{relatedTarget:n});r.default(n).trigger(t),r.default(e._element).trigger(a)};t?this._activate(t,t.parentNode,c):c()}}},t.dispose=function(){r.default.removeData(this._element,er),this._element=null},t._activate=function(e,t,n){var a=this,o=(!t||"UL"!==t.nodeName&&"OL"!==t.nodeName?r.default(t).children(vr):r.default(t).find(gr))[0],i=n&&o&&r.default(o).hasClass(sr),s=function(){return a._transitionComplete(e,o,n)};if(o&&i){var l=_.getTransitionDurationFromElement(o);r.default(o).removeClass(lr).one(_.TRANSITION_END,s).emulateTransitionEnd(l)}else s()},t._transitionComplete=function(e,t,n){if(t){r.default(t).removeClass(or);var a=r.default(t.parentNode).find(yr)[0];a&&r.default(a).removeClass(or),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!1)}r.default(e).addClass(or),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),_.reflow(e),e.classList.contains(sr)&&e.classList.add(lr);var o=e.parentNode;if(o&&"LI"===o.nodeName&&(o=o.parentNode),o&&r.default(o).hasClass(rr)){var i=r.default(e).closest(fr)[0];if(i){var s=[].slice.call(i.querySelectorAll(br));r.default(s).addClass(or)}e.setAttribute("aria-expanded",!0)}n&&n()},e._jQueryInterface=function(t){return this.each((function(){var n=r.default(this),a=n.data(er);if(a||(a=new e(this),n.data(er,a)),"string"==typeof t){if(void 0===a[t])throw new TypeError('No method named "'+t+'"');a[t]()}}))},s(e,null,[{key:"VERSION",get:function(){return Za}}]),e}();r.default(document).on(pr,_r,(function(e){e.preventDefault(),Mr._jQueryInterface.call(r.default(this),"show")})),r.default.fn[Qa]=Mr._jQueryInterface,r.default.fn[Qa].Constructor=Mr,r.default.fn[Qa].noConflict=function(){return r.default.fn[Qa]=ar,Mr._jQueryInterface};var Ir="toast",Br="4.6.1",kr="bs.toast",Pr="."+kr,Tr=r.default.fn[Ir],wr="fade",Er="hide",Or="show",Ar="showing",Lr="click.dismiss"+Pr,Sr="hide"+Pr,Cr="hidden"+Pr,zr="show"+Pr,xr="shown"+Pr,Dr='[data-dismiss="toast"]',Fr={animation:!0,autohide:!0,delay:500},Hr={animation:"boolean",autohide:"boolean",delay:"number"},Nr=function(){function e(e,t){this._element=e,this._config=this._getConfig(t),this._timeout=null,this._setListeners()}var t=e.prototype;return t.show=function(){var e=this,t=r.default.Event(zr);if(r.default(this._element).trigger(t),!t.isDefaultPrevented()){this._clearTimeout(),this._config.animation&&this._element.classList.add(wr);var n=function(){e._element.classList.remove(Ar),e._element.classList.add(Or),r.default(e._element).trigger(xr),e._config.autohide&&(e._timeout=setTimeout((function(){e.hide()}),e._config.delay))};if(this._element.classList.remove(Er),_.reflow(this._element),this._element.classList.add(Ar),this._config.animation){var a=_.getTransitionDurationFromElement(this._element);r.default(this._element).one(_.TRANSITION_END,n).emulateTransitionEnd(a)}else n()}},t.hide=function(){if(this._element.classList.contains(Or)){var e=r.default.Event(Sr);r.default(this._element).trigger(e),e.isDefaultPrevented()||this._close()}},t.dispose=function(){this._clearTimeout(),this._element.classList.contains(Or)&&this._element.classList.remove(Or),r.default(this._element).off(Lr),r.default.removeData(this._element,kr),this._element=null,this._config=null},t._getConfig=function(e){return e=l({},Fr,r.default(this._element).data(),"object"==typeof e&&e?e:{}),_.typeCheckConfig(Ir,e,this.constructor.DefaultType),e},t._setListeners=function(){var e=this;r.default(this._element).on(Lr,Dr,(function(){return e.hide()}))},t._close=function(){var e=this,t=function(){e._element.classList.add(Er),r.default(e._element).trigger(Cr)};if(this._element.classList.remove(Or),this._config.animation){var n=_.getTransitionDurationFromElement(this._element);r.default(this._element).one(_.TRANSITION_END,t).emulateTransitionEnd(n)}else t()},t._clearTimeout=function(){clearTimeout(this._timeout),this._timeout=null},e._jQueryInterface=function(t){return this.each((function(){var n=r.default(this),a=n.data(kr);if(a||(a=new e(this,"object"==typeof t&&t),n.data(kr,a)),"string"==typeof t){if(void 0===a[t])throw new TypeError('No method named "'+t+'"');a[t](this)}}))},s(e,null,[{key:"VERSION",get:function(){return Br}},{key:"DefaultType",get:function(){return Hr}},{key:"Default",get:function(){return Fr}}]),e}();r.default.fn[Ir]=Nr._jQueryInterface,r.default.fn[Ir].Constructor=Nr,r.default.fn[Ir].noConflict=function(){return r.default.fn[Ir]=Tr,Nr._jQueryInterface},e.Alert=S,e.Button=Q,e.Carousel=Ue,e.Collapse=pt,e.Dropdown=tn,e.Modal=Fn,e.Popover=wa,e.Scrollspy=Ka,e.Tab=Mr,e.Toast=Nr,e.Tooltip=ha,e.Util=_,Object.defineProperty(e,"__esModule",{value:!0})}(t,n(19755),n(28981))},17757:function(e,t,n){e.exports=function(e){"use strict";function t(e,t){return e(t={exports:{}},t.exports),t.exports}function n(e){return e&&e.default||e}e=e&&e.hasOwnProperty("default")?e.default:e;var a={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},r=t((function(e){var t={};for(var n in a)a.hasOwnProperty(n)&&(t[a[n]]=n);var r=e.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var o in r)if(r.hasOwnProperty(o)){if(!("channels"in r[o]))throw new Error("missing channels property: "+o);if(!("labels"in r[o]))throw new Error("missing channel labels property: "+o);if(r[o].labels.length!==r[o].channels)throw new Error("channel and label counts mismatch: "+o);var i=r[o].channels,s=r[o].labels;delete r[o].channels,delete r[o].labels,Object.defineProperty(r[o],"channels",{value:i}),Object.defineProperty(r[o],"labels",{value:s})}function l(e,t){return Math.pow(e[0]-t[0],2)+Math.pow(e[1]-t[1],2)+Math.pow(e[2]-t[2],2)}r.rgb.hsl=function(e){var t,n,a=e[0]/255,r=e[1]/255,o=e[2]/255,i=Math.min(a,r,o),s=Math.max(a,r,o),l=s-i;return s===i?t=0:a===s?t=(r-o)/l:r===s?t=2+(o-a)/l:o===s&&(t=4+(a-r)/l),(t=Math.min(60*t,360))<0&&(t+=360),n=(i+s)/2,[t,100*(s===i?0:n<=.5?l/(s+i):l/(2-s-i)),100*n]},r.rgb.hsv=function(e){var t,n,a,r,o,i=e[0]/255,s=e[1]/255,l=e[2]/255,c=Math.max(i,s,l),u=c-Math.min(i,s,l),d=function(e){return(c-e)/6/u+.5};return 0===u?r=o=0:(o=u/c,t=d(i),n=d(s),a=d(l),i===c?r=a-n:s===c?r=1/3+t-a:l===c&&(r=2/3+n-t),r<0?r+=1:r>1&&(r-=1)),[360*r,100*o,100*c]},r.rgb.hwb=function(e){var t=e[0],n=e[1],a=e[2];return[r.rgb.hsl(e)[0],1/255*Math.min(t,Math.min(n,a))*100,100*(a=1-1/255*Math.max(t,Math.max(n,a)))]},r.rgb.cmyk=function(e){var t,n=e[0]/255,a=e[1]/255,r=e[2]/255;return[100*((1-n-(t=Math.min(1-n,1-a,1-r)))/(1-t)||0),100*((1-a-t)/(1-t)||0),100*((1-r-t)/(1-t)||0),100*t]},r.rgb.keyword=function(e){var n=t[e];if(n)return n;var r,o=1/0;for(var i in a)if(a.hasOwnProperty(i)){var s=l(e,a[i]);s<o&&(o=s,r=i)}return r},r.keyword.rgb=function(e){return a[e]},r.rgb.xyz=function(e){var t=e[0]/255,n=e[1]/255,a=e[2]/255;return[100*(.4124*(t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/12.92)+.3576*(n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92)+.1805*(a=a>.04045?Math.pow((a+.055)/1.055,2.4):a/12.92)),100*(.2126*t+.7152*n+.0722*a),100*(.0193*t+.1192*n+.9505*a)]},r.rgb.lab=function(e){var t=r.rgb.xyz(e),n=t[0],a=t[1],o=t[2];return a/=100,o/=108.883,n=(n/=95.047)>.008856?Math.pow(n,1/3):7.787*n+16/116,[116*(a=a>.008856?Math.pow(a,1/3):7.787*a+16/116)-16,500*(n-a),200*(a-(o=o>.008856?Math.pow(o,1/3):7.787*o+16/116))]},r.hsl.rgb=function(e){var t,n,a,r,o,i=e[0]/360,s=e[1]/100,l=e[2]/100;if(0===s)return[o=255*l,o,o];t=2*l-(n=l<.5?l*(1+s):l+s-l*s),r=[0,0,0];for(var c=0;c<3;c++)(a=i+1/3*-(c-1))<0&&a++,a>1&&a--,o=6*a<1?t+6*(n-t)*a:2*a<1?n:3*a<2?t+(n-t)*(2/3-a)*6:t,r[c]=255*o;return r},r.hsl.hsv=function(e){var t=e[0],n=e[1]/100,a=e[2]/100,r=n,o=Math.max(a,.01);return n*=(a*=2)<=1?a:2-a,r*=o<=1?o:2-o,[t,100*(0===a?2*r/(o+r):2*n/(a+n)),(a+n)/2*100]},r.hsv.rgb=function(e){var t=e[0]/60,n=e[1]/100,a=e[2]/100,r=Math.floor(t)%6,o=t-Math.floor(t),i=255*a*(1-n),s=255*a*(1-n*o),l=255*a*(1-n*(1-o));switch(a*=255,r){case 0:return[a,l,i];case 1:return[s,a,i];case 2:return[i,a,l];case 3:return[i,s,a];case 4:return[l,i,a];case 5:return[a,i,s]}},r.hsv.hsl=function(e){var t,n,a,r=e[0],o=e[1]/100,i=e[2]/100,s=Math.max(i,.01);return a=(2-o)*i,n=o*s,[r,100*(n=(n/=(t=(2-o)*s)<=1?t:2-t)||0),100*(a/=2)]},r.hwb.rgb=function(e){var t,n,a,r,o,i,s,l=e[0]/360,c=e[1]/100,u=e[2]/100,d=c+u;switch(d>1&&(c/=d,u/=d),a=6*l-(t=Math.floor(6*l)),0!=(1&t)&&(a=1-a),r=c+a*((n=1-u)-c),t){default:case 6:case 0:o=n,i=r,s=c;break;case 1:o=r,i=n,s=c;break;case 2:o=c,i=n,s=r;break;case 3:o=c,i=r,s=n;break;case 4:o=r,i=c,s=n;break;case 5:o=n,i=c,s=r}return[255*o,255*i,255*s]},r.cmyk.rgb=function(e){var t=e[0]/100,n=e[1]/100,a=e[2]/100,r=e[3]/100;return[255*(1-Math.min(1,t*(1-r)+r)),255*(1-Math.min(1,n*(1-r)+r)),255*(1-Math.min(1,a*(1-r)+r))]},r.xyz.rgb=function(e){var t,n,a,r=e[0]/100,o=e[1]/100,i=e[2]/100;return n=-.9689*r+1.8758*o+.0415*i,a=.0557*r+-.204*o+1.057*i,t=(t=3.2406*r+-1.5372*o+-.4986*i)>.0031308?1.055*Math.pow(t,1/2.4)-.055:12.92*t,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,a=a>.0031308?1.055*Math.pow(a,1/2.4)-.055:12.92*a,[255*(t=Math.min(Math.max(0,t),1)),255*(n=Math.min(Math.max(0,n),1)),255*(a=Math.min(Math.max(0,a),1))]},r.xyz.lab=function(e){var t=e[0],n=e[1],a=e[2];return n/=100,a/=108.883,t=(t/=95.047)>.008856?Math.pow(t,1/3):7.787*t+16/116,[116*(n=n>.008856?Math.pow(n,1/3):7.787*n+16/116)-16,500*(t-n),200*(n-(a=a>.008856?Math.pow(a,1/3):7.787*a+16/116))]},r.lab.xyz=function(e){var t,n,a,r=e[0];t=e[1]/500+(n=(r+16)/116),a=n-e[2]/200;var o=Math.pow(n,3),i=Math.pow(t,3),s=Math.pow(a,3);return n=o>.008856?o:(n-16/116)/7.787,t=i>.008856?i:(t-16/116)/7.787,a=s>.008856?s:(a-16/116)/7.787,[t*=95.047,n*=100,a*=108.883]},r.lab.lch=function(e){var t,n=e[0],a=e[1],r=e[2];return(t=360*Math.atan2(r,a)/2/Math.PI)<0&&(t+=360),[n,Math.sqrt(a*a+r*r),t]},r.lch.lab=function(e){var t,n=e[0],a=e[1];return t=e[2]/360*2*Math.PI,[n,a*Math.cos(t),a*Math.sin(t)]},r.rgb.ansi16=function(e){var t=e[0],n=e[1],a=e[2],o=1 in arguments?arguments[1]:r.rgb.hsv(e)[2];if(0===(o=Math.round(o/50)))return 30;var i=30+(Math.round(a/255)<<2|Math.round(n/255)<<1|Math.round(t/255));return 2===o&&(i+=60),i},r.hsv.ansi16=function(e){return r.rgb.ansi16(r.hsv.rgb(e),e[2])},r.rgb.ansi256=function(e){var t=e[0],n=e[1],a=e[2];return t===n&&n===a?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(a/255*5)},r.ansi16.rgb=function(e){var t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),[t=t/10.5*255,t,t];var n=.5*(1+~~(e>50));return[(1&t)*n*255,(t>>1&1)*n*255,(t>>2&1)*n*255]},r.ansi256.rgb=function(e){if(e>=232){var t=10*(e-232)+8;return[t,t,t]}var n;return e-=16,[Math.floor(e/36)/5*255,Math.floor((n=e%36)/6)/5*255,n%6/5*255]},r.rgb.hex=function(e){var t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},r.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var n=t[0];3===t[0].length&&(n=n.split("").map((function(e){return e+e})).join(""));var a=parseInt(n,16);return[a>>16&255,a>>8&255,255&a]},r.rgb.hcg=function(e){var t,n=e[0]/255,a=e[1]/255,r=e[2]/255,o=Math.max(Math.max(n,a),r),i=Math.min(Math.min(n,a),r),s=o-i;return t=s<=0?0:o===n?(a-r)/s%6:o===a?2+(r-n)/s:4+(n-a)/s+4,t/=6,[360*(t%=1),100*s,100*(s<1?i/(1-s):0)]},r.hsl.hcg=function(e){var t=e[1]/100,n=e[2]/100,a=1,r=0;return(a=n<.5?2*t*n:2*t*(1-n))<1&&(r=(n-.5*a)/(1-a)),[e[0],100*a,100*r]},r.hsv.hcg=function(e){var t=e[1]/100,n=e[2]/100,a=t*n,r=0;return a<1&&(r=(n-a)/(1-a)),[e[0],100*a,100*r]},r.hcg.rgb=function(e){var t=e[0]/360,n=e[1]/100,a=e[2]/100;if(0===n)return[255*a,255*a,255*a];var r=[0,0,0],o=t%1*6,i=o%1,s=1-i,l=0;switch(Math.floor(o)){case 0:r[0]=1,r[1]=i,r[2]=0;break;case 1:r[0]=s,r[1]=1,r[2]=0;break;case 2:r[0]=0,r[1]=1,r[2]=i;break;case 3:r[0]=0,r[1]=s,r[2]=1;break;case 4:r[0]=i,r[1]=0,r[2]=1;break;default:r[0]=1,r[1]=0,r[2]=s}return l=(1-n)*a,[255*(n*r[0]+l),255*(n*r[1]+l),255*(n*r[2]+l)]},r.hcg.hsv=function(e){var t=e[1]/100,n=t+e[2]/100*(1-t),a=0;return n>0&&(a=t/n),[e[0],100*a,100*n]},r.hcg.hsl=function(e){var t=e[1]/100,n=e[2]/100*(1-t)+.5*t,a=0;return n>0&&n<.5?a=t/(2*n):n>=.5&&n<1&&(a=t/(2*(1-n))),[e[0],100*a,100*n]},r.hcg.hwb=function(e){var t=e[1]/100,n=t+e[2]/100*(1-t);return[e[0],100*(n-t),100*(1-n)]},r.hwb.hcg=function(e){var t=e[1]/100,n=1-e[2]/100,a=n-t,r=0;return a<1&&(r=(n-a)/(1-a)),[e[0],100*a,100*r]},r.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},r.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},r.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},r.gray.hsl=r.gray.hsv=function(e){return[0,0,e[0]]},r.gray.hwb=function(e){return[0,100,e[0]]},r.gray.cmyk=function(e){return[0,0,0,e[0]]},r.gray.lab=function(e){return[e[0],0,0]},r.gray.hex=function(e){var t=255&Math.round(e[0]/100*255),n=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(n.length)+n},r.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}}));function o(){for(var e={},t=Object.keys(r),n=t.length,a=0;a<n;a++)e[t[a]]={distance:-1,parent:null};return e}function i(e){var t=o(),n=[e];for(t[e].distance=0;n.length;)for(var a=n.pop(),i=Object.keys(r[a]),s=i.length,l=0;l<s;l++){var c=i[l],u=t[c];-1===u.distance&&(u.distance=t[a].distance+1,u.parent=a,n.unshift(c))}return t}function s(e,t){return function(n){return t(e(n))}}function l(e,t){for(var n=[t[e].parent,e],a=r[t[e].parent][e],o=t[e].parent;t[o].parent;)n.unshift(t[o].parent),a=s(r[t[o].parent][o],a),o=t[o].parent;return a.conversion=n,a}r.rgb,r.hsl,r.hsv,r.hwb,r.cmyk,r.xyz,r.lab,r.lch,r.hex,r.keyword,r.ansi16,r.ansi256,r.hcg,r.apple,r.gray;var c=function(e){for(var t=i(e),n={},a=Object.keys(t),r=a.length,o=0;o<r;o++){var s=a[o];null!==t[s].parent&&(n[s]=l(s,t))}return n},u={};function d(e){var t=function(t){return null==t?t:(arguments.length>1&&(t=Array.prototype.slice.call(arguments)),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}function h(e){var t=function(t){if(null==t)return t;arguments.length>1&&(t=Array.prototype.slice.call(arguments));var n=e(t);if("object"==typeof n)for(var a=n.length,r=0;r<a;r++)n[r]=Math.round(n[r]);return n};return"conversion"in e&&(t.conversion=e.conversion),t}Object.keys(r).forEach((function(e){u[e]={},Object.defineProperty(u[e],"channels",{value:r[e].channels}),Object.defineProperty(u[e],"labels",{value:r[e].labels});var t=c(e);Object.keys(t).forEach((function(n){var a=t[n];u[e][n]=h(a),u[e][n].raw=d(a)}))}));var p=u,f={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},m={getRgba:v,getHsla:g,getRgb:b,getHsl:y,getHwb:_,getAlpha:M,hexString:I,rgbString:B,rgbaString:k,percentString:P,percentaString:T,hslString:w,hslaString:E,hwbString:O,keyword:A};function v(e){if(e){var t=/^#([a-fA-F0-9]{3,4})$/i,n=/^#([a-fA-F0-9]{6}([a-fA-F0-9]{2})?)$/i,a=/^rgba?\(\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/i,r=/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/i,o=/(\w+)/,i=[0,0,0],s=1,l=e.match(t),c="";if(l){c=(l=l[1])[3];for(var u=0;u<i.length;u++)i[u]=parseInt(l[u]+l[u],16);c&&(s=Math.round(parseInt(c+c,16)/255*100)/100)}else if(l=e.match(n)){for(c=l[2],l=l[1],u=0;u<i.length;u++)i[u]=parseInt(l.slice(2*u,2*u+2),16);c&&(s=Math.round(parseInt(c,16)/255*100)/100)}else if(l=e.match(a)){for(u=0;u<i.length;u++)i[u]=parseInt(l[u+1]);s=parseFloat(l[4])}else if(l=e.match(r)){for(u=0;u<i.length;u++)i[u]=Math.round(2.55*parseFloat(l[u+1]));s=parseFloat(l[4])}else if(l=e.match(o)){if("transparent"==l[1])return[0,0,0,0];if(!(i=f[l[1]]))return}for(u=0;u<i.length;u++)i[u]=L(i[u],0,255);return s=s||0==s?L(s,0,1):1,i[3]=s,i}}function g(e){if(e){var t=/^hsla?\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/,n=e.match(t);if(n){var a=parseFloat(n[4]);return[L(parseInt(n[1]),0,360),L(parseFloat(n[2]),0,100),L(parseFloat(n[3]),0,100),L(isNaN(a)?1:a,0,1)]}}}function _(e){if(e){var t=/^hwb\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/,n=e.match(t);if(n){var a=parseFloat(n[4]);return[L(parseInt(n[1]),0,360),L(parseFloat(n[2]),0,100),L(parseFloat(n[3]),0,100),L(isNaN(a)?1:a,0,1)]}}}function b(e){var t=v(e);return t&&t.slice(0,3)}function y(e){var t=g(e);return t&&t.slice(0,3)}function M(e){var t=v(e);return t||(t=g(e))||(t=_(e))?t[3]:void 0}function I(e,t){return t=void 0!==t&&3===e.length?t:e[3],"#"+S(e[0])+S(e[1])+S(e[2])+(t>=0&&t<1?S(Math.round(255*t)):"")}function B(e,t){return t<1||e[3]&&e[3]<1?k(e,t):"rgb("+e[0]+", "+e[1]+", "+e[2]+")"}function k(e,t){return void 0===t&&(t=void 0!==e[3]?e[3]:1),"rgba("+e[0]+", "+e[1]+", "+e[2]+", "+t+")"}function P(e,t){return t<1||e[3]&&e[3]<1?T(e,t):"rgb("+Math.round(e[0]/255*100)+"%, "+Math.round(e[1]/255*100)+"%, "+Math.round(e[2]/255*100)+"%)"}function T(e,t){return"rgba("+Math.round(e[0]/255*100)+"%, "+Math.round(e[1]/255*100)+"%, "+Math.round(e[2]/255*100)+"%, "+(t||e[3]||1)+")"}function w(e,t){return t<1||e[3]&&e[3]<1?E(e,t):"hsl("+e[0]+", "+e[1]+"%, "+e[2]+"%)"}function E(e,t){return void 0===t&&(t=void 0!==e[3]?e[3]:1),"hsla("+e[0]+", "+e[1]+"%, "+e[2]+"%, "+t+")"}function O(e,t){return void 0===t&&(t=void 0!==e[3]?e[3]:1),"hwb("+e[0]+", "+e[1]+"%, "+e[2]+"%"+(void 0!==t&&1!==t?", "+t:"")+")"}function A(e){return C[e.slice(0,3)]}function L(e,t,n){return Math.min(Math.max(t,e),n)}function S(e){var t=e.toString(16).toUpperCase();return t.length<2?"0"+t:t}var C={};for(var z in f)C[f[z]]=z;var x=function(e){return e instanceof x?e:this instanceof x?(this.valid=!1,this.values={rgb:[0,0,0],hsl:[0,0,0],hsv:[0,0,0],hwb:[0,0,0],cmyk:[0,0,0,0],alpha:1},void("string"==typeof e?(t=m.getRgba(e))?this.setValues("rgb",t):(t=m.getHsla(e))?this.setValues("hsl",t):(t=m.getHwb(e))&&this.setValues("hwb",t):"object"==typeof e&&(void 0!==(t=e).r||void 0!==t.red?this.setValues("rgb",t):void 0!==t.l||void 0!==t.lightness?this.setValues("hsl",t):void 0!==t.v||void 0!==t.value?this.setValues("hsv",t):void 0!==t.w||void 0!==t.whiteness?this.setValues("hwb",t):void 0===t.c&&void 0===t.cyan||this.setValues("cmyk",t)))):new x(e);var t};x.prototype={isValid:function(){return this.valid},rgb:function(){return this.setSpace("rgb",arguments)},hsl:function(){return this.setSpace("hsl",arguments)},hsv:function(){return this.setSpace("hsv",arguments)},hwb:function(){return this.setSpace("hwb",arguments)},cmyk:function(){return this.setSpace("cmyk",arguments)},rgbArray:function(){return this.values.rgb},hslArray:function(){return this.values.hsl},hsvArray:function(){return this.values.hsv},hwbArray:function(){var e=this.values;return 1!==e.alpha?e.hwb.concat([e.alpha]):e.hwb},cmykArray:function(){return this.values.cmyk},rgbaArray:function(){var e=this.values;return e.rgb.concat([e.alpha])},hslaArray:function(){var e=this.values;return e.hsl.concat([e.alpha])},alpha:function(e){return void 0===e?this.values.alpha:(this.setValues("alpha",e),this)},red:function(e){return this.setChannel("rgb",0,e)},green:function(e){return this.setChannel("rgb",1,e)},blue:function(e){return this.setChannel("rgb",2,e)},hue:function(e){return e&&(e=(e%=360)<0?360+e:e),this.setChannel("hsl",0,e)},saturation:function(e){return this.setChannel("hsl",1,e)},lightness:function(e){return this.setChannel("hsl",2,e)},saturationv:function(e){return this.setChannel("hsv",1,e)},whiteness:function(e){return this.setChannel("hwb",1,e)},blackness:function(e){return this.setChannel("hwb",2,e)},value:function(e){return this.setChannel("hsv",2,e)},cyan:function(e){return this.setChannel("cmyk",0,e)},magenta:function(e){return this.setChannel("cmyk",1,e)},yellow:function(e){return this.setChannel("cmyk",2,e)},black:function(e){return this.setChannel("cmyk",3,e)},hexString:function(){return m.hexString(this.values.rgb)},rgbString:function(){return m.rgbString(this.values.rgb,this.values.alpha)},rgbaString:function(){return m.rgbaString(this.values.rgb,this.values.alpha)},percentString:function(){return m.percentString(this.values.rgb,this.values.alpha)},hslString:function(){return m.hslString(this.values.hsl,this.values.alpha)},hslaString:function(){return m.hslaString(this.values.hsl,this.values.alpha)},hwbString:function(){return m.hwbString(this.values.hwb,this.values.alpha)},keyword:function(){return m.keyword(this.values.rgb,this.values.alpha)},rgbNumber:function(){var e=this.values.rgb;return e[0]<<16|e[1]<<8|e[2]},luminosity:function(){for(var e=this.values.rgb,t=[],n=0;n<e.length;n++){var a=e[n]/255;t[n]=a<=.03928?a/12.92:Math.pow((a+.055)/1.055,2.4)}return.2126*t[0]+.7152*t[1]+.0722*t[2]},contrast:function(e){var t=this.luminosity(),n=e.luminosity();return t>n?(t+.05)/(n+.05):(n+.05)/(t+.05)},level:function(e){var t=this.contrast(e);return t>=7.1?"AAA":t>=4.5?"AA":""},dark:function(){var e=this.values.rgb;return(299*e[0]+587*e[1]+114*e[2])/1e3<128},light:function(){return!this.dark()},negate:function(){for(var e=[],t=0;t<3;t++)e[t]=255-this.values.rgb[t];return this.setValues("rgb",e),this},lighten:function(e){var t=this.values.hsl;return t[2]+=t[2]*e,this.setValues("hsl",t),this},darken:function(e){var t=this.values.hsl;return t[2]-=t[2]*e,this.setValues("hsl",t),this},saturate:function(e){var t=this.values.hsl;return t[1]+=t[1]*e,this.setValues("hsl",t),this},desaturate:function(e){var t=this.values.hsl;return t[1]-=t[1]*e,this.setValues("hsl",t),this},whiten:function(e){var t=this.values.hwb;return t[1]+=t[1]*e,this.setValues("hwb",t),this},blacken:function(e){var t=this.values.hwb;return t[2]+=t[2]*e,this.setValues("hwb",t),this},greyscale:function(){var e=this.values.rgb,t=.3*e[0]+.59*e[1]+.11*e[2];return this.setValues("rgb",[t,t,t]),this},clearer:function(e){var t=this.values.alpha;return this.setValues("alpha",t-t*e),this},opaquer:function(e){var t=this.values.alpha;return this.setValues("alpha",t+t*e),this},rotate:function(e){var t=this.values.hsl,n=(t[0]+e)%360;return t[0]=n<0?360+n:n,this.setValues("hsl",t),this},mix:function(e,t){var n=this,a=e,r=void 0===t?.5:t,o=2*r-1,i=n.alpha()-a.alpha(),s=((o*i==-1?o:(o+i)/(1+o*i))+1)/2,l=1-s;return this.rgb(s*n.red()+l*a.red(),s*n.green()+l*a.green(),s*n.blue()+l*a.blue()).alpha(n.alpha()*r+a.alpha()*(1-r))},toJSON:function(){return this.rgb()},clone:function(){var e,t,n=new x,a=this.values,r=n.values;for(var o in a)a.hasOwnProperty(o)&&(e=a[o],"[object Array]"===(t={}.toString.call(e))?r[o]=e.slice(0):"[object Number]"===t?r[o]=e:console.error("unexpected color value:",e));return n}},x.prototype.spaces={rgb:["red","green","blue"],hsl:["hue","saturation","lightness"],hsv:["hue","saturation","value"],hwb:["hue","whiteness","blackness"],cmyk:["cyan","magenta","yellow","black"]},x.prototype.maxes={rgb:[255,255,255],hsl:[360,100,100],hsv:[360,100,100],hwb:[360,100,100],cmyk:[100,100,100,100]},x.prototype.getValues=function(e){for(var t=this.values,n={},a=0;a<e.length;a++)n[e.charAt(a)]=t[e][a];return 1!==t.alpha&&(n.a=t.alpha),n},x.prototype.setValues=function(e,t){var n,a,r=this.values,o=this.spaces,i=this.maxes,s=1;if(this.valid=!0,"alpha"===e)s=t;else if(t.length)r[e]=t.slice(0,e.length),s=t[e.length];else if(void 0!==t[e.charAt(0)]){for(n=0;n<e.length;n++)r[e][n]=t[e.charAt(n)];s=t.a}else if(void 0!==t[o[e][0]]){var l=o[e];for(n=0;n<e.length;n++)r[e][n]=t[l[n]];s=t.alpha}if(r.alpha=Math.max(0,Math.min(1,void 0===s?r.alpha:s)),"alpha"===e)return!1;for(n=0;n<e.length;n++)a=Math.max(0,Math.min(i[e][n],r[e][n])),r[e][n]=Math.round(a);for(var c in o)c!==e&&(r[c]=p[e][c](r[e]));return!0},x.prototype.setSpace=function(e,t){var n=t[0];return void 0===n?this.getValues(e):("number"==typeof n&&(n=Array.prototype.slice.call(t)),this.setValues(e,n),this)},x.prototype.setChannel=function(e,t,n){var a=this.values[e];return void 0===n?a[t]:(n===a[t]||(a[t]=n,this.setValues(e,a)),this)},"undefined"!=typeof window&&(window.Color=x);var D=x;function F(e){return-1===["__proto__","prototype","constructor"].indexOf(e)}var H,N={noop:function(){},uid:(H=0,function(){return H++}),isNullOrUndef:function(e){return null==e},isArray:function(e){if(Array.isArray&&Array.isArray(e))return!0;var t=Object.prototype.toString.call(e);return"[object"===t.substr(0,7)&&"Array]"===t.substr(-6)},isObject:function(e){return null!==e&&"[object Object]"===Object.prototype.toString.call(e)},isFinite:function(e){return("number"==typeof e||e instanceof Number)&&isFinite(e)},valueOrDefault:function(e,t){return void 0===e?t:e},valueAtIndexOrDefault:function(e,t,n){return N.valueOrDefault(N.isArray(e)?e[t]:e,n)},callback:function(e,t,n){if(e&&"function"==typeof e.call)return e.apply(n,t)},each:function(e,t,n,a){var r,o,i;if(N.isArray(e))if(o=e.length,a)for(r=o-1;r>=0;r--)t.call(n,e[r],r);else for(r=0;r<o;r++)t.call(n,e[r],r);else if(N.isObject(e))for(o=(i=Object.keys(e)).length,r=0;r<o;r++)t.call(n,e[i[r]],i[r])},arrayEquals:function(e,t){var n,a,r,o;if(!e||!t||e.length!==t.length)return!1;for(n=0,a=e.length;n<a;++n)if(r=e[n],o=t[n],r instanceof Array&&o instanceof Array){if(!N.arrayEquals(r,o))return!1}else if(r!==o)return!1;return!0},clone:function(e){if(N.isArray(e))return e.map(N.clone);if(N.isObject(e)){for(var t=Object.create(e),n=Object.keys(e),a=n.length,r=0;r<a;++r)t[n[r]]=N.clone(e[n[r]]);return t}return e},_merger:function(e,t,n,a){if(F(e)){var r=t[e],o=n[e];N.isObject(r)&&N.isObject(o)?N.merge(r,o,a):t[e]=N.clone(o)}},_mergerIf:function(e,t,n){if(F(e)){var a=t[e],r=n[e];N.isObject(a)&&N.isObject(r)?N.mergeIf(a,r):t.hasOwnProperty(e)||(t[e]=N.clone(r))}},merge:function(e,t,n){var a,r,o,i,s,l=N.isArray(t)?t:[t],c=l.length;if(!N.isObject(e))return e;for(a=(n=n||{}).merger||N._merger,r=0;r<c;++r)if(t=l[r],N.isObject(t))for(s=0,i=(o=Object.keys(t)).length;s<i;++s)a(o[s],e,t,n);return e},mergeIf:function(e,t){return N.merge(e,t,{merger:N._mergerIf})},extend:Object.assign||function(e){return N.merge(e,[].slice.call(arguments,1),{merger:function(e,t,n){t[e]=n[e]}})},inherits:function(e){var t=this,n=e&&e.hasOwnProperty("constructor")?e.constructor:function(){return t.apply(this,arguments)},a=function(){this.constructor=n};return a.prototype=t.prototype,n.prototype=new a,n.extend=N.inherits,e&&N.extend(n.prototype,e),n.__super__=t.prototype,n},_deprecated:function(e,t,n,a){void 0!==t&&console.warn(e+': "'+n+'" is deprecated. Please use "'+a+'" instead')}},R=N;N.callCallback=N.callback,N.indexOf=function(e,t,n){return Array.prototype.indexOf.call(e,t,n)},N.getValueOrDefault=N.valueOrDefault,N.getValueAtIndexOrDefault=N.valueAtIndexOrDefault;var V={linear:function(e){return e},easeInQuad:function(e){return e*e},easeOutQuad:function(e){return-e*(e-2)},easeInOutQuad:function(e){return(e/=.5)<1?.5*e*e:-.5*(--e*(e-2)-1)},easeInCubic:function(e){return e*e*e},easeOutCubic:function(e){return(e-=1)*e*e+1},easeInOutCubic:function(e){return(e/=.5)<1?.5*e*e*e:.5*((e-=2)*e*e+2)},easeInQuart:function(e){return e*e*e*e},easeOutQuart:function(e){return-((e-=1)*e*e*e-1)},easeInOutQuart:function(e){return(e/=.5)<1?.5*e*e*e*e:-.5*((e-=2)*e*e*e-2)},easeInQuint:function(e){return e*e*e*e*e},easeOutQuint:function(e){return(e-=1)*e*e*e*e+1},easeInOutQuint:function(e){return(e/=.5)<1?.5*e*e*e*e*e:.5*((e-=2)*e*e*e*e+2)},easeInSine:function(e){return 1-Math.cos(e*(Math.PI/2))},easeOutSine:function(e){return Math.sin(e*(Math.PI/2))},easeInOutSine:function(e){return-.5*(Math.cos(Math.PI*e)-1)},easeInExpo:function(e){return 0===e?0:Math.pow(2,10*(e-1))},easeOutExpo:function(e){return 1===e?1:1-Math.pow(2,-10*e)},easeInOutExpo:function(e){return 0===e?0:1===e?1:(e/=.5)<1?.5*Math.pow(2,10*(e-1)):.5*(2-Math.pow(2,-10*--e))},easeInCirc:function(e){return e>=1?e:-(Math.sqrt(1-e*e)-1)},easeOutCirc:function(e){return Math.sqrt(1-(e-=1)*e)},easeInOutCirc:function(e){return(e/=.5)<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(e-=2)*e)+1)},easeInElastic:function(e){var t=1.70158,n=0,a=1;return 0===e?0:1===e?1:(n||(n=.3),a<1?(a=1,t=n/4):t=n/(2*Math.PI)*Math.asin(1/a),-a*Math.pow(2,10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/n))},easeOutElastic:function(e){var t=1.70158,n=0,a=1;return 0===e?0:1===e?1:(n||(n=.3),a<1?(a=1,t=n/4):t=n/(2*Math.PI)*Math.asin(1/a),a*Math.pow(2,-10*e)*Math.sin((e-t)*(2*Math.PI)/n)+1)},easeInOutElastic:function(e){var t=1.70158,n=0,a=1;return 0===e?0:2==(e/=.5)?1:(n||(n=.45),a<1?(a=1,t=n/4):t=n/(2*Math.PI)*Math.asin(1/a),e<1?a*Math.pow(2,10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/n)*-.5:a*Math.pow(2,-10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/n)*.5+1)},easeInBack:function(e){var t=1.70158;return e*e*((t+1)*e-t)},easeOutBack:function(e){var t=1.70158;return(e-=1)*e*((t+1)*e+t)+1},easeInOutBack:function(e){var t=1.70158;return(e/=.5)<1?e*e*((1+(t*=1.525))*e-t)*.5:.5*((e-=2)*e*((1+(t*=1.525))*e+t)+2)},easeInBounce:function(e){return 1-V.easeOutBounce(1-e)},easeOutBounce:function(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375},easeInOutBounce:function(e){return e<.5?.5*V.easeInBounce(2*e):.5*V.easeOutBounce(2*e-1)+.5}},Y={effects:V};R.easingEffects=V;var j=Math.PI,$=j/180,U=2*j,G=j/2,W=j/4,q=2*j/3,X={clear:function(e){e.ctx.clearRect(0,0,e.width,e.height)},roundedRect:function(e,t,n,a,r,o){if(o){var i=Math.min(o,r/2,a/2),s=t+i,l=n+i,c=t+a-i,u=n+r-i;e.moveTo(t,l),s<c&&l<u?(e.arc(s,l,i,-j,-G),e.arc(c,l,i,-G,0),e.arc(c,u,i,0,G),e.arc(s,u,i,G,j)):s<c?(e.moveTo(s,n),e.arc(c,l,i,-G,G),e.arc(s,l,i,G,j+G)):l<u?(e.arc(s,l,i,-j,0),e.arc(s,u,i,0,j)):e.arc(s,l,i,-j,j),e.closePath(),e.moveTo(t,n)}else e.rect(t,n,a,r)},drawPoint:function(e,t,n,a,r,o){var i,s,l,c,u,d=(o||0)*$;if(t&&"object"==typeof t&&("[object HTMLImageElement]"===(i=t.toString())||"[object HTMLCanvasElement]"===i))return e.save(),e.translate(a,r),e.rotate(d),e.drawImage(t,-t.width/2,-t.height/2,t.width,t.height),void e.restore();if(!(isNaN(n)||n<=0)){switch(e.beginPath(),t){default:e.arc(a,r,n,0,U),e.closePath();break;case"triangle":e.moveTo(a+Math.sin(d)*n,r-Math.cos(d)*n),d+=q,e.lineTo(a+Math.sin(d)*n,r-Math.cos(d)*n),d+=q,e.lineTo(a+Math.sin(d)*n,r-Math.cos(d)*n),e.closePath();break;case"rectRounded":c=n-(u=.516*n),s=Math.cos(d+W)*c,l=Math.sin(d+W)*c,e.arc(a-s,r-l,u,d-j,d-G),e.arc(a+l,r-s,u,d-G,d),e.arc(a+s,r+l,u,d,d+G),e.arc(a-l,r+s,u,d+G,d+j),e.closePath();break;case"rect":if(!o){c=Math.SQRT1_2*n,e.rect(a-c,r-c,2*c,2*c);break}d+=W;case"rectRot":s=Math.cos(d)*n,l=Math.sin(d)*n,e.moveTo(a-s,r-l),e.lineTo(a+l,r-s),e.lineTo(a+s,r+l),e.lineTo(a-l,r+s),e.closePath();break;case"crossRot":d+=W;case"cross":s=Math.cos(d)*n,l=Math.sin(d)*n,e.moveTo(a-s,r-l),e.lineTo(a+s,r+l),e.moveTo(a+l,r-s),e.lineTo(a-l,r+s);break;case"star":s=Math.cos(d)*n,l=Math.sin(d)*n,e.moveTo(a-s,r-l),e.lineTo(a+s,r+l),e.moveTo(a+l,r-s),e.lineTo(a-l,r+s),d+=W,s=Math.cos(d)*n,l=Math.sin(d)*n,e.moveTo(a-s,r-l),e.lineTo(a+s,r+l),e.moveTo(a+l,r-s),e.lineTo(a-l,r+s);break;case"line":s=Math.cos(d)*n,l=Math.sin(d)*n,e.moveTo(a-s,r-l),e.lineTo(a+s,r+l);break;case"dash":e.moveTo(a,r),e.lineTo(a+Math.cos(d)*n,r+Math.sin(d)*n)}e.fill(),e.stroke()}},_isPointInArea:function(e,t){var n=1e-6;return e.x>t.left-n&&e.x<t.right+n&&e.y>t.top-n&&e.y<t.bottom+n},clipArea:function(e,t){e.save(),e.beginPath(),e.rect(t.left,t.top,t.right-t.left,t.bottom-t.top),e.clip()},unclipArea:function(e){e.restore()},lineTo:function(e,t,n,a){var r=n.steppedLine;if(r){if("middle"===r){var o=(t.x+n.x)/2;e.lineTo(o,a?n.y:t.y),e.lineTo(o,a?t.y:n.y)}else"after"===r&&!a||"after"!==r&&a?e.lineTo(t.x,n.y):e.lineTo(n.x,t.y);e.lineTo(n.x,n.y)}else n.tension?e.bezierCurveTo(a?t.controlPointPreviousX:t.controlPointNextX,a?t.controlPointPreviousY:t.controlPointNextY,a?n.controlPointNextX:n.controlPointPreviousX,a?n.controlPointNextY:n.controlPointPreviousY,n.x,n.y):e.lineTo(n.x,n.y)}},J=X;R.clear=X.clear,R.drawRoundedRectangle=function(e){e.beginPath(),X.roundedRect.apply(X,arguments)};var K={_set:function(e,t){return R.merge(this[e]||(this[e]={}),t)}};K._set("global",{defaultColor:"rgba(0,0,0,0.1)",defaultFontColor:"#666",defaultFontFamily:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",defaultFontSize:12,defaultFontStyle:"normal",defaultLineHeight:1.2,showLines:!0});var Q=K,Z=R.valueOrDefault;function ee(e){return!e||R.isNullOrUndef(e.size)||R.isNullOrUndef(e.family)?null:(e.style?e.style+" ":"")+(e.weight?e.weight+" ":"")+e.size+"px "+e.family}var te={toLineHeight:function(e,t){var n=(""+e).match(/^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/);if(!n||"normal"===n[1])return 1.2*t;switch(e=+n[2],n[3]){case"px":return e;case"%":e/=100}return t*e},toPadding:function(e){var t,n,a,r;return R.isObject(e)?(t=+e.top||0,n=+e.right||0,a=+e.bottom||0,r=+e.left||0):t=n=a=r=+e||0,{top:t,right:n,bottom:a,left:r,height:t+a,width:r+n}},_parseFont:function(e){var t=Q.global,n=Z(e.fontSize,t.defaultFontSize),a={family:Z(e.fontFamily,t.defaultFontFamily),lineHeight:R.options.toLineHeight(Z(e.lineHeight,t.defaultLineHeight),n),size:n,style:Z(e.fontStyle,t.defaultFontStyle),weight:null,string:""};return a.string=ee(a),a},resolve:function(e,t,n,a){var r,o,i,s=!0;for(r=0,o=e.length;r<o;++r)if(void 0!==(i=e[r])&&(void 0!==t&&"function"==typeof i&&(i=i(t),s=!1),void 0!==n&&R.isArray(i)&&(i=i[n],s=!1),void 0!==i))return a&&!s&&(a.cacheable=!1),i}},ne={_factorize:function(e){var t,n=[],a=Math.sqrt(e);for(t=1;t<a;t++)e%t==0&&(n.push(t),n.push(e/t));return a===(0|a)&&n.push(a),n.sort((function(e,t){return e-t})).pop(),n},log10:Math.log10||function(e){var t=Math.log(e)*Math.LOG10E,n=Math.round(t);return e===Math.pow(10,n)?n:t}},ae=ne;R.log10=ne.log10;var re=function(e,t){return{x:function(n){return e+e+t-n},setWidth:function(e){t=e},textAlign:function(e){return"center"===e?e:"right"===e?"left":"right"},xPlus:function(e,t){return e-t},leftForLtr:function(e,t){return e-t}}},oe=function(){return{x:function(e){return e},setWidth:function(e){},textAlign:function(e){return e},xPlus:function(e,t){return e+t},leftForLtr:function(e,t){return e}}},ie=function(e,t,n){return e?re(t,n):oe()},se=R,le=Y,ce=J,ue=te,de=ae,he={getRtlAdapter:ie,overrideTextDirection:function(e,t){var n,a;"ltr"!==t&&"rtl"!==t||(a=[(n=e.canvas.style).getPropertyValue("direction"),n.getPropertyPriority("direction")],n.setProperty("direction",t,"important"),e.prevTextDirection=a)},restoreTextDirection:function(e){var t=e.prevTextDirection;void 0!==t&&(delete e.prevTextDirection,e.canvas.style.setProperty("direction",t[0],t[1]))}};function pe(e,t,n,a){var r,o,i,s,l,c,u,d,h,p=Object.keys(n);for(r=0,o=p.length;r<o;++r)if(c=n[i=p[r]],t.hasOwnProperty(i)||(t[i]=c),(s=t[i])!==c&&"_"!==i[0]){if(e.hasOwnProperty(i)||(e[i]=s),(u=typeof c)==typeof(l=e[i]))if("string"===u){if((d=D(l)).valid&&(h=D(c)).valid){t[i]=h.mix(d,a).rgbString();continue}}else if(se.isFinite(l)&&se.isFinite(c)){t[i]=l+(c-l)*a;continue}t[i]=c}}se.easing=le,se.canvas=ce,se.options=ue,se.math=de,se.rtl=he;var fe=function(e){se.extend(this,e),this.initialize.apply(this,arguments)};se.extend(fe.prototype,{_type:void 0,initialize:function(){this.hidden=!1},pivot:function(){var e=this;return e._view||(e._view=se.extend({},e._model)),e._start={},e},transition:function(e){var t=this,n=t._model,a=t._start,r=t._view;return n&&1!==e?(r||(r=t._view={}),a||(a=t._start={}),pe(a,r,n,e),t):(t._view=se.extend({},n),t._start=null,t)},tooltipPosition:function(){return{x:this._model.x,y:this._model.y}},hasValue:function(){return se.isNumber(this._model.x)&&se.isNumber(this._model.y)}}),fe.extend=se.inherits;var me=fe,ve=me.extend({chart:null,currentStep:0,numSteps:60,easing:"",render:null,onAnimationProgress:null,onAnimationComplete:null}),ge=ve;Object.defineProperty(ve.prototype,"animationObject",{get:function(){return this}}),Object.defineProperty(ve.prototype,"chartInstance",{get:function(){return this.chart},set:function(e){this.chart=e}}),Q._set("global",{animation:{duration:1e3,easing:"easeOutQuart",onProgress:se.noop,onComplete:se.noop}});var _e={animations:[],request:null,addAnimation:function(e,t,n,a){var r,o,i=this.animations;for(t.chart=e,t.startTime=Date.now(),t.duration=n,a||(e.animating=!0),r=0,o=i.length;r<o;++r)if(i[r].chart===e)return void(i[r]=t);i.push(t),1===i.length&&this.requestAnimationFrame()},cancelAnimation:function(e){var t=se.findIndex(this.animations,(function(t){return t.chart===e}));-1!==t&&(this.animations.splice(t,1),e.animating=!1)},requestAnimationFrame:function(){var e=this;null===e.request&&(e.request=se.requestAnimFrame.call(window,(function(){e.request=null,e.startDigest()})))},startDigest:function(){var e=this;e.advance(),e.animations.length>0&&e.requestAnimationFrame()},advance:function(){for(var e,t,n,a,r=this.animations,o=0;o<r.length;)t=(e=r[o]).chart,n=e.numSteps,a=Math.floor((Date.now()-e.startTime)/e.duration*n)+1,e.currentStep=Math.min(a,n),se.callback(e.render,[t,e],t),se.callback(e.onAnimationProgress,[e],t),e.currentStep>=n?(se.callback(e.onAnimationComplete,[e],t),t.animating=!1,r.splice(o,1)):++o}},be=se.options.resolve,ye=["push","pop","shift","splice","unshift"];function Me(e,t){e._chartjs?e._chartjs.listeners.push(t):(Object.defineProperty(e,"_chartjs",{configurable:!0,enumerable:!1,value:{listeners:[t]}}),ye.forEach((function(t){var n="onData"+t.charAt(0).toUpperCase()+t.slice(1),a=e[t];Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:function(){var t=Array.prototype.slice.call(arguments),r=a.apply(this,t);return se.each(e._chartjs.listeners,(function(e){"function"==typeof e[n]&&e[n].apply(e,t)})),r}})})))}function Ie(e,t){var n=e._chartjs;if(n){var a=n.listeners,r=a.indexOf(t);-1!==r&&a.splice(r,1),a.length>0||(ye.forEach((function(t){delete e[t]})),delete e._chartjs)}}var Be=function(e,t){this.initialize(e,t)};se.extend(Be.prototype,{datasetElementType:null,dataElementType:null,_datasetElementOptions:["backgroundColor","borderCapStyle","borderColor","borderDash","borderDashOffset","borderJoinStyle","borderWidth"],_dataElementOptions:["backgroundColor","borderColor","borderWidth","pointStyle"],initialize:function(e,t){var n=this;n.chart=e,n.index=t,n.linkScales(),n.addElements(),n._type=n.getMeta().type},updateIndex:function(e){this.index=e},linkScales:function(){var e=this,t=e.getMeta(),n=e.chart,a=n.scales,r=e.getDataset(),o=n.options.scales;null!==t.xAxisID&&t.xAxisID in a&&!r.xAxisID||(t.xAxisID=r.xAxisID||o.xAxes[0].id),null!==t.yAxisID&&t.yAxisID in a&&!r.yAxisID||(t.yAxisID=r.yAxisID||o.yAxes[0].id)},getDataset:function(){return this.chart.data.datasets[this.index]},getMeta:function(){return this.chart.getDatasetMeta(this.index)},getScaleForId:function(e){return this.chart.scales[e]},_getValueScaleId:function(){return this.getMeta().yAxisID},_getIndexScaleId:function(){return this.getMeta().xAxisID},_getValueScale:function(){return this.getScaleForId(this._getValueScaleId())},_getIndexScale:function(){return this.getScaleForId(this._getIndexScaleId())},reset:function(){this._update(!0)},destroy:function(){this._data&&Ie(this._data,this)},createMetaDataset:function(){var e=this,t=e.datasetElementType;return t&&new t({_chart:e.chart,_datasetIndex:e.index})},createMetaData:function(e){var t=this,n=t.dataElementType;return n&&new n({_chart:t.chart,_datasetIndex:t.index,_index:e})},addElements:function(){var e,t,n=this,a=n.getMeta(),r=n.getDataset().data||[],o=a.data;for(e=0,t=r.length;e<t;++e)o[e]=o[e]||n.createMetaData(e);a.dataset=a.dataset||n.createMetaDataset()},addElementAndReset:function(e){var t=this.createMetaData(e);this.getMeta().data.splice(e,0,t),this.updateElement(t,e,!0)},buildOrUpdateElements:function(){var e=this,t=e.getDataset(),n=t.data||(t.data=[]);e._data!==n&&(e._data&&Ie(e._data,e),n&&Object.isExtensible(n)&&Me(n,e),e._data=n),e.resyncElements()},_configure:function(){var e=this;e._config=se.merge(Object.create(null),[e.chart.options.datasets[e._type],e.getDataset()],{merger:function(e,t,n){"_meta"!==e&&"data"!==e&&se._merger(e,t,n)}})},_update:function(e){var t=this;t._configure(),t._cachedDataOpts=null,t.update(e)},update:se.noop,transition:function(e){for(var t=this.getMeta(),n=t.data||[],a=n.length,r=0;r<a;++r)n[r].transition(e);t.dataset&&t.dataset.transition(e)},draw:function(){var e=this.getMeta(),t=e.data||[],n=t.length,a=0;for(e.dataset&&e.dataset.draw();a<n;++a)t[a].draw()},getStyle:function(e){var t,n=this,a=n.getMeta(),r=a.dataset;return n._configure(),r&&void 0===e?t=n._resolveDatasetElementOptions(r||{}):(e=e||0,t=n._resolveDataElementOptions(a.data[e]||{},e)),!1!==t.fill&&null!==t.fill||(t.backgroundColor=t.borderColor),t},_resolveDatasetElementOptions:function(e,t){var n,a,r,o,i=this,s=i.chart,l=i._config,c=e.custom||{},u=s.options.elements[i.datasetElementType.prototype._type]||{},d=i._datasetElementOptions,h={},p={chart:s,dataset:i.getDataset(),datasetIndex:i.index,hover:t};for(n=0,a=d.length;n<a;++n)r=d[n],o=t?"hover"+r.charAt(0).toUpperCase()+r.slice(1):r,h[r]=be([c[o],l[o],u[o]],p);return h},_resolveDataElementOptions:function(e,t){var n=this,a=e&&e.custom,r=n._cachedDataOpts;if(r&&!a)return r;var o,i,s,l,c=n.chart,u=n._config,d=c.options.elements[n.dataElementType.prototype._type]||{},h=n._dataElementOptions,p={},f={chart:c,dataIndex:t,dataset:n.getDataset(),datasetIndex:n.index},m={cacheable:!a};if(a=a||{},se.isArray(h))for(i=0,s=h.length;i<s;++i)p[l=h[i]]=be([a[l],u[l],d[l]],f,t,m);else for(i=0,s=(o=Object.keys(h)).length;i<s;++i)p[l=o[i]]=be([a[l],u[h[l]],u[l],d[l]],f,t,m);return m.cacheable&&(n._cachedDataOpts=Object.freeze(p)),p},removeHoverStyle:function(e){se.merge(e._model,e.$previousStyle||{}),delete e.$previousStyle},setHoverStyle:function(e){var t=this.chart.data.datasets[e._datasetIndex],n=e._index,a=e.custom||{},r=e._model,o=se.getHoverColor;e.$previousStyle={backgroundColor:r.backgroundColor,borderColor:r.borderColor,borderWidth:r.borderWidth},r.backgroundColor=be([a.hoverBackgroundColor,t.hoverBackgroundColor,o(r.backgroundColor)],void 0,n),r.borderColor=be([a.hoverBorderColor,t.hoverBorderColor,o(r.borderColor)],void 0,n),r.borderWidth=be([a.hoverBorderWidth,t.hoverBorderWidth,r.borderWidth],void 0,n)},_removeDatasetHoverStyle:function(){var e=this.getMeta().dataset;e&&this.removeHoverStyle(e)},_setDatasetHoverStyle:function(){var e,t,n,a,r,o,i=this.getMeta().dataset,s={};if(i){for(o=i._model,r=this._resolveDatasetElementOptions(i,!0),e=0,t=(a=Object.keys(r)).length;e<t;++e)s[n=a[e]]=o[n],o[n]=r[n];i.$previousStyle=s}},resyncElements:function(){var e=this,t=e.getMeta(),n=e.getDataset().data,a=t.data.length,r=n.length;r<a?t.data.splice(r,a-r):r>a&&e.insertElements(a,r-a)},insertElements:function(e,t){for(var n=0;n<t;++n)this.addElementAndReset(e+n)},onDataPush:function(){var e=arguments.length;this.insertElements(this.getDataset().data.length-e,e)},onDataPop:function(){this.getMeta().data.pop()},onDataShift:function(){this.getMeta().data.shift()},onDataSplice:function(e,t){this.getMeta().data.splice(e,t),this.insertElements(e,arguments.length-2)},onDataUnshift:function(){this.insertElements(0,arguments.length)}}),Be.extend=se.inherits;var ke=Be,Pe=2*Math.PI;function Te(e,t){var n=t.startAngle,a=t.endAngle,r=t.pixelMargin,o=r/t.outerRadius,i=t.x,s=t.y;e.beginPath(),e.arc(i,s,t.outerRadius,n-o,a+o),t.innerRadius>r?(o=r/t.innerRadius,e.arc(i,s,t.innerRadius-r,a+o,n-o,!0)):e.arc(i,s,r,a+Math.PI/2,n-Math.PI/2),e.closePath(),e.clip()}function we(e,t,n,a){var r,o=n.endAngle;for(a&&(n.endAngle=n.startAngle+Pe,Te(e,n),n.endAngle=o,n.endAngle===n.startAngle&&n.fullCircles&&(n.endAngle+=Pe,n.fullCircles--)),e.beginPath(),e.arc(n.x,n.y,n.innerRadius,n.startAngle+Pe,n.startAngle,!0),r=0;r<n.fullCircles;++r)e.stroke();for(e.beginPath(),e.arc(n.x,n.y,t.outerRadius,n.startAngle,n.startAngle+Pe),r=0;r<n.fullCircles;++r)e.stroke()}function Ee(e,t,n){var a="inner"===t.borderAlign;a?(e.lineWidth=2*t.borderWidth,e.lineJoin="round"):(e.lineWidth=t.borderWidth,e.lineJoin="bevel"),n.fullCircles&&we(e,t,n,a),a&&Te(e,n),e.beginPath(),e.arc(n.x,n.y,t.outerRadius,n.startAngle,n.endAngle),e.arc(n.x,n.y,n.innerRadius,n.endAngle,n.startAngle,!0),e.closePath(),e.stroke()}Q._set("global",{elements:{arc:{backgroundColor:Q.global.defaultColor,borderColor:"#fff",borderWidth:2,borderAlign:"center"}}});var Oe=me.extend({_type:"arc",inLabelRange:function(e){var t=this._view;return!!t&&Math.pow(e-t.x,2)<Math.pow(t.radius+t.hoverRadius,2)},inRange:function(e,t){var n=this._view;if(n){for(var a=se.getAngleFromPoint(n,{x:e,y:t}),r=a.angle,o=a.distance,i=n.startAngle,s=n.endAngle;s<i;)s+=Pe;for(;r>s;)r-=Pe;for(;r<i;)r+=Pe;var l=r>=i&&r<=s,c=o>=n.innerRadius&&o<=n.outerRadius;return l&&c}return!1},getCenterPoint:function(){var e=this._view,t=(e.startAngle+e.endAngle)/2,n=(e.innerRadius+e.outerRadius)/2;return{x:e.x+Math.cos(t)*n,y:e.y+Math.sin(t)*n}},getArea:function(){var e=this._view;return Math.PI*((e.endAngle-e.startAngle)/(2*Math.PI))*(Math.pow(e.outerRadius,2)-Math.pow(e.innerRadius,2))},tooltipPosition:function(){var e=this._view,t=e.startAngle+(e.endAngle-e.startAngle)/2,n=(e.outerRadius-e.innerRadius)/2+e.innerRadius;return{x:e.x+Math.cos(t)*n,y:e.y+Math.sin(t)*n}},draw:function(){var e,t=this._chart.ctx,n=this._view,a="inner"===n.borderAlign?.33:0,r={x:n.x,y:n.y,innerRadius:n.innerRadius,outerRadius:Math.max(n.outerRadius-a,0),pixelMargin:a,startAngle:n.startAngle,endAngle:n.endAngle,fullCircles:Math.floor(n.circumference/Pe)};if(t.save(),t.fillStyle=n.backgroundColor,t.strokeStyle=n.borderColor,r.fullCircles){for(r.endAngle=r.startAngle+Pe,t.beginPath(),t.arc(r.x,r.y,r.outerRadius,r.startAngle,r.endAngle),t.arc(r.x,r.y,r.innerRadius,r.endAngle,r.startAngle,!0),t.closePath(),e=0;e<r.fullCircles;++e)t.fill();r.endAngle=r.startAngle+n.circumference%Pe}t.beginPath(),t.arc(r.x,r.y,r.outerRadius,r.startAngle,r.endAngle),t.arc(r.x,r.y,r.innerRadius,r.endAngle,r.startAngle,!0),t.closePath(),t.fill(),n.borderWidth&&Ee(t,n,r),t.restore()}}),Ae=se.valueOrDefault,Le=Q.global.defaultColor;Q._set("global",{elements:{line:{tension:.4,backgroundColor:Le,borderWidth:3,borderColor:Le,borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",capBezierPoints:!0,fill:!0}}});var Se=me.extend({_type:"line",draw:function(){var e,t,n,a=this,r=a._view,o=a._chart.ctx,i=r.spanGaps,s=a._children.slice(),l=Q.global,c=l.elements.line,u=-1,d=a._loop;if(s.length){if(a._loop){for(e=0;e<s.length;++e)if(t=se.previousItem(s,e),!s[e]._view.skip&&t._view.skip){s=s.slice(e).concat(s.slice(0,e)),d=i;break}d&&s.push(s[0])}for(o.save(),o.lineCap=r.borderCapStyle||c.borderCapStyle,o.setLineDash&&o.setLineDash(r.borderDash||c.borderDash),o.lineDashOffset=Ae(r.borderDashOffset,c.borderDashOffset),o.lineJoin=r.borderJoinStyle||c.borderJoinStyle,o.lineWidth=Ae(r.borderWidth,c.borderWidth),o.strokeStyle=r.borderColor||l.defaultColor,o.beginPath(),(n=s[0]._view).skip||(o.moveTo(n.x,n.y),u=0),e=1;e<s.length;++e)n=s[e]._view,t=-1===u?se.previousItem(s,e):s[u],n.skip||(u!==e-1&&!i||-1===u?o.moveTo(n.x,n.y):se.canvas.lineTo(o,t._view,n),u=e);d&&o.closePath(),o.stroke(),o.restore()}}}),Ce=se.valueOrDefault,ze=Q.global.defaultColor;function xe(e){var t=this._view;return!!t&&Math.abs(e-t.x)<t.radius+t.hitRadius}function De(e){var t=this._view;return!!t&&Math.abs(e-t.y)<t.radius+t.hitRadius}Q._set("global",{elements:{point:{radius:3,pointStyle:"circle",backgroundColor:ze,borderColor:ze,borderWidth:1,hitRadius:1,hoverRadius:4,hoverBorderWidth:1}}});var Fe=me.extend({_type:"point",inRange:function(e,t){var n=this._view;return!!n&&Math.pow(e-n.x,2)+Math.pow(t-n.y,2)<Math.pow(n.hitRadius+n.radius,2)},inLabelRange:xe,inXRange:xe,inYRange:De,getCenterPoint:function(){var e=this._view;return{x:e.x,y:e.y}},getArea:function(){return Math.PI*Math.pow(this._view.radius,2)},tooltipPosition:function(){var e=this._view;return{x:e.x,y:e.y,padding:e.radius+e.borderWidth}},draw:function(e){var t=this._view,n=this._chart.ctx,a=t.pointStyle,r=t.rotation,o=t.radius,i=t.x,s=t.y,l=Q.global,c=l.defaultColor;t.skip||(void 0===e||se.canvas._isPointInArea(t,e))&&(n.strokeStyle=t.borderColor||c,n.lineWidth=Ce(t.borderWidth,l.elements.point.borderWidth),n.fillStyle=t.backgroundColor||c,se.canvas.drawPoint(n,a,o,i,s,r))}}),He=Q.global.defaultColor;function Ne(e){return e&&void 0!==e.width}function Re(e){var t,n,a,r,o;return Ne(e)?(o=e.width/2,t=e.x-o,n=e.x+o,a=Math.min(e.y,e.base),r=Math.max(e.y,e.base)):(o=e.height/2,t=Math.min(e.x,e.base),n=Math.max(e.x,e.base),a=e.y-o,r=e.y+o),{left:t,top:a,right:n,bottom:r}}function Ve(e,t,n){return e===t?n:e===n?t:e}function Ye(e){var t=e.borderSkipped,n={};return t?(e.horizontal?e.base>e.x&&(t=Ve(t,"left","right")):e.base<e.y&&(t=Ve(t,"bottom","top")),n[t]=!0,n):n}function je(e,t,n){var a,r,o,i,s=e.borderWidth,l=Ye(e);return se.isObject(s)?(a=+s.top||0,r=+s.right||0,o=+s.bottom||0,i=+s.left||0):a=r=o=i=+s||0,{t:l.top||a<0?0:a>n?n:a,r:l.right||r<0?0:r>t?t:r,b:l.bottom||o<0?0:o>n?n:o,l:l.left||i<0?0:i>t?t:i}}function $e(e){var t=Re(e),n=t.right-t.left,a=t.bottom-t.top,r=je(e,n/2,a/2);return{outer:{x:t.left,y:t.top,w:n,h:a},inner:{x:t.left+r.l,y:t.top+r.t,w:n-r.l-r.r,h:a-r.t-r.b}}}function Ue(e,t,n){var a=null===t,r=null===n,o=!(!e||a&&r)&&Re(e);return o&&(a||t>=o.left&&t<=o.right)&&(r||n>=o.top&&n<=o.bottom)}Q._set("global",{elements:{rectangle:{backgroundColor:He,borderColor:He,borderSkipped:"bottom",borderWidth:0}}});var Ge=me.extend({_type:"rectangle",draw:function(){var e=this._chart.ctx,t=this._view,n=$e(t),a=n.outer,r=n.inner;e.fillStyle=t.backgroundColor,e.fillRect(a.x,a.y,a.w,a.h),a.w===r.w&&a.h===r.h||(e.save(),e.beginPath(),e.rect(a.x,a.y,a.w,a.h),e.clip(),e.fillStyle=t.borderColor,e.rect(r.x,r.y,r.w,r.h),e.fill("evenodd"),e.restore())},height:function(){var e=this._view;return e.base-e.y},inRange:function(e,t){return Ue(this._view,e,t)},inLabelRange:function(e,t){var n=this._view;return Ne(n)?Ue(n,e,null):Ue(n,null,t)},inXRange:function(e){return Ue(this._view,e,null)},inYRange:function(e){return Ue(this._view,null,e)},getCenterPoint:function(){var e,t,n=this._view;return Ne(n)?(e=n.x,t=(n.y+n.base)/2):(e=(n.x+n.base)/2,t=n.y),{x:e,y:t}},getArea:function(){var e=this._view;return Ne(e)?e.width*Math.abs(e.y-e.base):e.height*Math.abs(e.x-e.base)},tooltipPosition:function(){var e=this._view;return{x:e.x,y:e.y}}}),We={},qe=Oe,Xe=Se,Je=Fe,Ke=Ge;We.Arc=qe,We.Line=Xe,We.Point=Je,We.Rectangle=Ke;var Qe=se._deprecated,Ze=se.valueOrDefault;function et(e,t){var n,a,r,o,i=e._length;for(r=1,o=t.length;r<o;++r)i=Math.min(i,Math.abs(t[r]-t[r-1]));for(r=0,o=e.getTicks().length;r<o;++r)a=e.getPixelForTick(r),i=r>0?Math.min(i,Math.abs(a-n)):i,n=a;return i}function tt(e,t,n){var a,r,o=n.barThickness,i=t.stackCount,s=t.pixels[e],l=se.isNullOrUndef(o)?et(t.scale,t.pixels):-1;return se.isNullOrUndef(o)?(a=l*n.categoryPercentage,r=n.barPercentage):(a=o*i,r=1),{chunk:a/i,ratio:r,start:s-a/2}}function nt(e,t,n){var a,r=t.pixels,o=r[e],i=e>0?r[e-1]:null,s=e<r.length-1?r[e+1]:null,l=n.categoryPercentage;return null===i&&(i=o-(null===s?t.end-t.start:s-o)),null===s&&(s=o+o-i),a=o-(o-Math.min(i,s))/2*l,{chunk:Math.abs(s-i)/2*l/t.stackCount,ratio:n.barPercentage,start:a}}Q._set("bar",{hover:{mode:"label"},scales:{xAxes:[{type:"category",offset:!0,gridLines:{offsetGridLines:!0}}],yAxes:[{type:"linear"}]}}),Q._set("global",{datasets:{bar:{categoryPercentage:.8,barPercentage:.9}}});var at=ke.extend({dataElementType:We.Rectangle,_dataElementOptions:["backgroundColor","borderColor","borderSkipped","borderWidth","barPercentage","barThickness","categoryPercentage","maxBarThickness","minBarLength"],initialize:function(){var e,t,n=this;ke.prototype.initialize.apply(n,arguments),(e=n.getMeta()).stack=n.getDataset().stack,e.bar=!0,t=n._getIndexScale().options,Qe("bar chart",t.barPercentage,"scales.[x/y]Axes.barPercentage","dataset.barPercentage"),Qe("bar chart",t.barThickness,"scales.[x/y]Axes.barThickness","dataset.barThickness"),Qe("bar chart",t.categoryPercentage,"scales.[x/y]Axes.categoryPercentage","dataset.categoryPercentage"),Qe("bar chart",n._getValueScale().options.minBarLength,"scales.[x/y]Axes.minBarLength","dataset.minBarLength"),Qe("bar chart",t.maxBarThickness,"scales.[x/y]Axes.maxBarThickness","dataset.maxBarThickness")},update:function(e){var t,n,a=this,r=a.getMeta().data;for(a._ruler=a.getRuler(),t=0,n=r.length;t<n;++t)a.updateElement(r[t],t,e)},updateElement:function(e,t,n){var a=this,r=a.getMeta(),o=a.getDataset(),i=a._resolveDataElementOptions(e,t);e._xScale=a.getScaleForId(r.xAxisID),e._yScale=a.getScaleForId(r.yAxisID),e._datasetIndex=a.index,e._index=t,e._model={backgroundColor:i.backgroundColor,borderColor:i.borderColor,borderSkipped:i.borderSkipped,borderWidth:i.borderWidth,datasetLabel:o.label,label:a.chart.data.labels[t]},se.isArray(o.data[t])&&(e._model.borderSkipped=null),a._updateElementGeometry(e,t,n,i),e.pivot()},_updateElementGeometry:function(e,t,n,a){var r=this,o=e._model,i=r._getValueScale(),s=i.getBasePixel(),l=i.isHorizontal(),c=r._ruler||r.getRuler(),u=r.calculateBarValuePixels(r.index,t,a),d=r.calculateBarIndexPixels(r.index,t,c,a);o.horizontal=l,o.base=n?s:u.base,o.x=l?n?s:u.head:d.center,o.y=l?d.center:n?s:u.head,o.height=l?d.size:void 0,o.width=l?void 0:d.size},_getStacks:function(e){var t,n,a=this,r=a._getIndexScale(),o=r._getMatchingVisibleMetas(a._type),i=r.options.stacked,s=o.length,l=[];for(t=0;t<s&&(n=o[t],(!1===i||-1===l.indexOf(n.stack)||void 0===i&&void 0===n.stack)&&l.push(n.stack),n.index!==e);++t);return l},getStackCount:function(){return this._getStacks().length},getStackIndex:function(e,t){var n=this._getStacks(e),a=void 0!==t?n.indexOf(t):-1;return-1===a?n.length-1:a},getRuler:function(){var e,t,n=this,a=n._getIndexScale(),r=[];for(e=0,t=n.getMeta().data.length;e<t;++e)r.push(a.getPixelForValue(null,e,n.index));return{pixels:r,start:a._startPixel,end:a._endPixel,stackCount:n.getStackCount(),scale:a}},calculateBarValuePixels:function(e,t,n){var a,r,o,i,s,l,c,u=this,d=u.chart,h=u._getValueScale(),p=h.isHorizontal(),f=d.data.datasets,m=h._getMatchingVisibleMetas(u._type),v=h._parseValue(f[e].data[t]),g=n.minBarLength,_=h.options.stacked,b=u.getMeta().stack,y=void 0===v.start?0:v.max>=0&&v.min>=0?v.min:v.max,M=void 0===v.start?v.end:v.max>=0&&v.min>=0?v.max-v.min:v.min-v.max,I=m.length;if(_||void 0===_&&void 0!==b)for(a=0;a<I&&(r=m[a]).index!==e;++a)r.stack===b&&(o=void 0===(c=h._parseValue(f[r.index].data[t])).start?c.end:c.min>=0&&c.max>=0?c.max:c.min,(v.min<0&&o<0||v.max>=0&&o>0)&&(y+=o));return i=h.getPixelForValue(y),l=(s=h.getPixelForValue(y+M))-i,void 0!==g&&Math.abs(l)<g&&(l=g,s=M>=0&&!p||M<0&&p?i-g:i+g),{size:l,base:i,head:s,center:s+l/2}},calculateBarIndexPixels:function(e,t,n,a){var r=this,o="flex"===a.barThickness?nt(t,n,a):tt(t,n,a),i=r.getStackIndex(e,r.getMeta().stack),s=o.start+o.chunk*i+o.chunk/2,l=Math.min(Ze(a.maxBarThickness,1/0),o.chunk*o.ratio);return{base:s-l/2,head:s+l/2,center:s,size:l}},draw:function(){var e=this,t=e.chart,n=e._getValueScale(),a=e.getMeta().data,r=e.getDataset(),o=a.length,i=0;for(se.canvas.clipArea(t.ctx,t.chartArea);i<o;++i){var s=n._parseValue(r.data[i]);isNaN(s.min)||isNaN(s.max)||a[i].draw()}se.canvas.unclipArea(t.ctx)},_resolveDataElementOptions:function(){var e=this,t=se.extend({},ke.prototype._resolveDataElementOptions.apply(e,arguments)),n=e._getIndexScale().options,a=e._getValueScale().options;return t.barPercentage=Ze(n.barPercentage,t.barPercentage),t.barThickness=Ze(n.barThickness,t.barThickness),t.categoryPercentage=Ze(n.categoryPercentage,t.categoryPercentage),t.maxBarThickness=Ze(n.maxBarThickness,t.maxBarThickness),t.minBarLength=Ze(a.minBarLength,t.minBarLength),t}}),rt=se.valueOrDefault,ot=se.options.resolve;Q._set("bubble",{hover:{mode:"single"},scales:{xAxes:[{type:"linear",position:"bottom",id:"x-axis-0"}],yAxes:[{type:"linear",position:"left",id:"y-axis-0"}]},tooltips:{callbacks:{title:function(){return""},label:function(e,t){var n=t.datasets[e.datasetIndex].label||"",a=t.datasets[e.datasetIndex].data[e.index];return n+": ("+e.xLabel+", "+e.yLabel+", "+a.r+")"}}}});var it=ke.extend({dataElementType:We.Point,_dataElementOptions:["backgroundColor","borderColor","borderWidth","hoverBackgroundColor","hoverBorderColor","hoverBorderWidth","hoverRadius","hitRadius","pointStyle","rotation"],update:function(e){var t=this,n=t.getMeta().data;se.each(n,(function(n,a){t.updateElement(n,a,e)}))},updateElement:function(e,t,n){var a=this,r=a.getMeta(),o=e.custom||{},i=a.getScaleForId(r.xAxisID),s=a.getScaleForId(r.yAxisID),l=a._resolveDataElementOptions(e,t),c=a.getDataset().data[t],u=a.index,d=n?i.getPixelForDecimal(.5):i.getPixelForValue("object"==typeof c?c:NaN,t,u),h=n?s.getBasePixel():s.getPixelForValue(c,t,u);e._xScale=i,e._yScale=s,e._options=l,e._datasetIndex=u,e._index=t,e._model={backgroundColor:l.backgroundColor,borderColor:l.borderColor,borderWidth:l.borderWidth,hitRadius:l.hitRadius,pointStyle:l.pointStyle,rotation:l.rotation,radius:n?0:l.radius,skip:o.skip||isNaN(d)||isNaN(h),x:d,y:h},e.pivot()},setHoverStyle:function(e){var t=e._model,n=e._options,a=se.getHoverColor;e.$previousStyle={backgroundColor:t.backgroundColor,borderColor:t.borderColor,borderWidth:t.borderWidth,radius:t.radius},t.backgroundColor=rt(n.hoverBackgroundColor,a(n.backgroundColor)),t.borderColor=rt(n.hoverBorderColor,a(n.borderColor)),t.borderWidth=rt(n.hoverBorderWidth,n.borderWidth),t.radius=n.radius+n.hoverRadius},_resolveDataElementOptions:function(e,t){var n=this,a=n.chart,r=n.getDataset(),o=e.custom||{},i=r.data[t]||{},s=ke.prototype._resolveDataElementOptions.apply(n,arguments),l={chart:a,dataIndex:t,dataset:r,datasetIndex:n.index};return n._cachedDataOpts===s&&(s=se.extend({},s)),s.radius=ot([o.radius,i.r,n._config.radius,a.options.elements.point.radius],l,t),s}}),st=se.valueOrDefault,lt=Math.PI,ct=2*lt,ut=lt/2;Q._set("doughnut",{animation:{animateRotate:!0,animateScale:!1},hover:{mode:"single"},legendCallback:function(e){var t,n,a,r=document.createElement("ul"),o=e.data,i=o.datasets,s=o.labels;if(r.setAttribute("class",e.id+"-legend"),i.length)for(t=0,n=i[0].data.length;t<n;++t)(a=r.appendChild(document.createElement("li"))).appendChild(document.createElement("span")).style.backgroundColor=i[0].backgroundColor[t],s[t]&&a.appendChild(document.createTextNode(s[t]));return r.outerHTML},legend:{labels:{generateLabels:function(e){var t=e.data;return t.labels.length&&t.datasets.length?t.labels.map((function(n,a){var r=e.getDatasetMeta(0),o=r.controller.getStyle(a);return{text:n,fillStyle:o.backgroundColor,strokeStyle:o.borderColor,lineWidth:o.borderWidth,hidden:isNaN(t.datasets[0].data[a])||r.data[a].hidden,index:a}})):[]}},onClick:function(e,t){var n,a,r,o=t.index,i=this.chart;for(n=0,a=(i.data.datasets||[]).length;n<a;++n)(r=i.getDatasetMeta(n)).data[o]&&(r.data[o].hidden=!r.data[o].hidden);i.update()}},cutoutPercentage:50,rotation:-ut,circumference:ct,tooltips:{callbacks:{title:function(){return""},label:function(e,t){var n=t.labels[e.index],a=": "+t.datasets[e.datasetIndex].data[e.index];return se.isArray(n)?(n=n.slice())[0]+=a:n+=a,n}}}});var dt=ke.extend({dataElementType:We.Arc,linkScales:se.noop,_dataElementOptions:["backgroundColor","borderColor","borderWidth","borderAlign","hoverBackgroundColor","hoverBorderColor","hoverBorderWidth"],getRingIndex:function(e){for(var t=0,n=0;n<e;++n)this.chart.isDatasetVisible(n)&&++t;return t},update:function(e){var t,n,a,r,o=this,i=o.chart,s=i.chartArea,l=i.options,c=1,u=1,d=0,h=0,p=o.getMeta(),f=p.data,m=l.cutoutPercentage/100||0,v=l.circumference,g=o._getRingWeight(o.index);if(v<ct){var _=l.rotation%ct,b=(_+=_>=lt?-ct:_<-lt?ct:0)+v,y=Math.cos(_),M=Math.sin(_),I=Math.cos(b),B=Math.sin(b),k=_<=0&&b>=0||b>=ct,P=_<=ut&&b>=ut||b>=ct+ut,T=_<=-ut&&b>=-ut||b>=lt+ut,w=_===-lt||b>=lt?-1:Math.min(y,y*m,I,I*m),E=T?-1:Math.min(M,M*m,B,B*m),O=k?1:Math.max(y,y*m,I,I*m),A=P?1:Math.max(M,M*m,B,B*m);c=(O-w)/2,u=(A-E)/2,d=-(O+w)/2,h=-(A+E)/2}for(a=0,r=f.length;a<r;++a)f[a]._options=o._resolveDataElementOptions(f[a],a);for(i.borderWidth=o.getMaxBorderWidth(),t=(s.right-s.left-i.borderWidth)/c,n=(s.bottom-s.top-i.borderWidth)/u,i.outerRadius=Math.max(Math.min(t,n)/2,0),i.innerRadius=Math.max(i.outerRadius*m,0),i.radiusLength=(i.outerRadius-i.innerRadius)/(o._getVisibleDatasetWeightTotal()||1),i.offsetX=d*i.outerRadius,i.offsetY=h*i.outerRadius,p.total=o.calculateTotal(),o.outerRadius=i.outerRadius-i.radiusLength*o._getRingWeightOffset(o.index),o.innerRadius=Math.max(o.outerRadius-i.radiusLength*g,0),a=0,r=f.length;a<r;++a)o.updateElement(f[a],a,e)},updateElement:function(e,t,n){var a=this,r=a.chart,o=r.chartArea,i=r.options,s=i.animation,l=(o.left+o.right)/2,c=(o.top+o.bottom)/2,u=i.rotation,d=i.rotation,h=a.getDataset(),p=n&&s.animateRotate||e.hidden?0:a.calculateCircumference(h.data[t])*(i.circumference/ct),f=n&&s.animateScale?0:a.innerRadius,m=n&&s.animateScale?0:a.outerRadius,v=e._options||{};se.extend(e,{_datasetIndex:a.index,_index:t,_model:{backgroundColor:v.backgroundColor,borderColor:v.borderColor,borderWidth:v.borderWidth,borderAlign:v.borderAlign,x:l+r.offsetX,y:c+r.offsetY,startAngle:u,endAngle:d,circumference:p,outerRadius:m,innerRadius:f,label:se.valueAtIndexOrDefault(h.label,t,r.data.labels[t])}});var g=e._model;n&&s.animateRotate||(g.startAngle=0===t?i.rotation:a.getMeta().data[t-1]._model.endAngle,g.endAngle=g.startAngle+g.circumference),e.pivot()},calculateTotal:function(){var e,t=this.getDataset(),n=this.getMeta(),a=0;return se.each(n.data,(function(n,r){e=t.data[r],isNaN(e)||n.hidden||(a+=Math.abs(e))})),a},calculateCircumference:function(e){var t=this.getMeta().total;return t>0&&!isNaN(e)?ct*(Math.abs(e)/t):0},getMaxBorderWidth:function(e){var t,n,a,r,o,i,s,l,c=this,u=0,d=c.chart;if(!e)for(t=0,n=d.data.datasets.length;t<n;++t)if(d.isDatasetVisible(t)){e=(a=d.getDatasetMeta(t)).data,t!==c.index&&(o=a.controller);break}if(!e)return 0;for(t=0,n=e.length;t<n;++t)r=e[t],o?(o._configure(),i=o._resolveDataElementOptions(r,t)):i=r._options,"inner"!==i.borderAlign&&(s=i.borderWidth,u=(l=i.hoverBorderWidth)>(u=s>u?s:u)?l:u);return u},setHoverStyle:function(e){var t=e._model,n=e._options,a=se.getHoverColor;e.$previousStyle={backgroundColor:t.backgroundColor,borderColor:t.borderColor,borderWidth:t.borderWidth},t.backgroundColor=st(n.hoverBackgroundColor,a(n.backgroundColor)),t.borderColor=st(n.hoverBorderColor,a(n.borderColor)),t.borderWidth=st(n.hoverBorderWidth,n.borderWidth)},_getRingWeightOffset:function(e){for(var t=0,n=0;n<e;++n)this.chart.isDatasetVisible(n)&&(t+=this._getRingWeight(n));return t},_getRingWeight:function(e){return Math.max(st(this.chart.data.datasets[e].weight,1),0)},_getVisibleDatasetWeightTotal:function(){return this._getRingWeightOffset(this.chart.data.datasets.length)}});Q._set("horizontalBar",{hover:{mode:"index",axis:"y"},scales:{xAxes:[{type:"linear",position:"bottom"}],yAxes:[{type:"category",position:"left",offset:!0,gridLines:{offsetGridLines:!0}}]},elements:{rectangle:{borderSkipped:"left"}},tooltips:{mode:"index",axis:"y"}}),Q._set("global",{datasets:{horizontalBar:{categoryPercentage:.8,barPercentage:.9}}});var ht=at.extend({_getValueScaleId:function(){return this.getMeta().xAxisID},_getIndexScaleId:function(){return this.getMeta().yAxisID}}),pt=se.valueOrDefault,ft=se.options.resolve,mt=se.canvas._isPointInArea;function vt(e,t){var n=e&&e.options.ticks||{},a=n.reverse,r=void 0===n.min?t:0,o=void 0===n.max?t:0;return{start:a?o:r,end:a?r:o}}function gt(e,t,n){var a=n/2,r=vt(e,a),o=vt(t,a);return{top:o.end,right:r.end,bottom:o.start,left:r.start}}function _t(e){var t,n,a,r;return se.isObject(e)?(t=e.top,n=e.right,a=e.bottom,r=e.left):t=n=a=r=e,{top:t,right:n,bottom:a,left:r}}Q._set("line",{showLines:!0,spanGaps:!1,hover:{mode:"label"},scales:{xAxes:[{type:"category",id:"x-axis-0"}],yAxes:[{type:"linear",id:"y-axis-0"}]}});var bt=ke.extend({datasetElementType:We.Line,dataElementType:We.Point,_datasetElementOptions:["backgroundColor","borderCapStyle","borderColor","borderDash","borderDashOffset","borderJoinStyle","borderWidth","cubicInterpolationMode","fill"],_dataElementOptions:{backgroundColor:"pointBackgroundColor",borderColor:"pointBorderColor",borderWidth:"pointBorderWidth",hitRadius:"pointHitRadius",hoverBackgroundColor:"pointHoverBackgroundColor",hoverBorderColor:"pointHoverBorderColor",hoverBorderWidth:"pointHoverBorderWidth",hoverRadius:"pointHoverRadius",pointStyle:"pointStyle",radius:"pointRadius",rotation:"pointRotation"},update:function(e){var t,n,a=this,r=a.getMeta(),o=r.dataset,i=r.data||[],s=a.chart.options,l=a._config,c=a._showLine=pt(l.showLine,s.showLines);for(a._xScale=a.getScaleForId(r.xAxisID),a._yScale=a.getScaleForId(r.yAxisID),c&&(void 0!==l.tension&&void 0===l.lineTension&&(l.lineTension=l.tension),o._scale=a._yScale,o._datasetIndex=a.index,o._children=i,o._model=a._resolveDatasetElementOptions(o),o.pivot()),t=0,n=i.length;t<n;++t)a.updateElement(i[t],t,e);for(c&&0!==o._model.tension&&a.updateBezierControlPoints(),t=0,n=i.length;t<n;++t)i[t].pivot()},updateElement:function(e,t,n){var a,r,o=this,i=o.getMeta(),s=e.custom||{},l=o.getDataset(),c=o.index,u=l.data[t],d=o._xScale,h=o._yScale,p=i.dataset._model,f=o._resolveDataElementOptions(e,t);a=d.getPixelForValue("object"==typeof u?u:NaN,t,c),r=n?h.getBasePixel():o.calculatePointY(u,t,c),e._xScale=d,e._yScale=h,e._options=f,e._datasetIndex=c,e._index=t,e._model={x:a,y:r,skip:s.skip||isNaN(a)||isNaN(r),radius:f.radius,pointStyle:f.pointStyle,rotation:f.rotation,backgroundColor:f.backgroundColor,borderColor:f.borderColor,borderWidth:f.borderWidth,tension:pt(s.tension,p?p.tension:0),steppedLine:!!p&&p.steppedLine,hitRadius:f.hitRadius}},_resolveDatasetElementOptions:function(e){var t=this,n=t._config,a=e.custom||{},r=t.chart.options,o=r.elements.line,i=ke.prototype._resolveDatasetElementOptions.apply(t,arguments);return i.spanGaps=pt(n.spanGaps,r.spanGaps),i.tension=pt(n.lineTension,o.tension),i.steppedLine=ft([a.steppedLine,n.steppedLine,o.stepped]),i.clip=_t(pt(n.clip,gt(t._xScale,t._yScale,i.borderWidth))),i},calculatePointY:function(e,t,n){var a,r,o,i,s,l,c,u=this,d=u.chart,h=u._yScale,p=0,f=0;if(h.options.stacked){for(s=+h.getRightValue(e),c=(l=d._getSortedVisibleDatasetMetas()).length,a=0;a<c&&(o=l[a]).index!==n;++a)r=d.data.datasets[o.index],"line"===o.type&&o.yAxisID===h.id&&((i=+h.getRightValue(r.data[t]))<0?f+=i||0:p+=i||0);return s<0?h.getPixelForValue(f+s):h.getPixelForValue(p+s)}return h.getPixelForValue(e)},updateBezierControlPoints:function(){var e,t,n,a,r=this,o=r.chart,i=r.getMeta(),s=i.dataset._model,l=o.chartArea,c=i.data||[];function u(e,t,n){return Math.max(Math.min(e,n),t)}if(s.spanGaps&&(c=c.filter((function(e){return!e._model.skip}))),"monotone"===s.cubicInterpolationMode)se.splineCurveMonotone(c);else for(e=0,t=c.length;e<t;++e)n=c[e]._model,a=se.splineCurve(se.previousItem(c,e)._model,n,se.nextItem(c,e)._model,s.tension),n.controlPointPreviousX=a.previous.x,n.controlPointPreviousY=a.previous.y,n.controlPointNextX=a.next.x,n.controlPointNextY=a.next.y;if(o.options.elements.line.capBezierPoints)for(e=0,t=c.length;e<t;++e)n=c[e]._model,mt(n,l)&&(e>0&&mt(c[e-1]._model,l)&&(n.controlPointPreviousX=u(n.controlPointPreviousX,l.left,l.right),n.controlPointPreviousY=u(n.controlPointPreviousY,l.top,l.bottom)),e<c.length-1&&mt(c[e+1]._model,l)&&(n.controlPointNextX=u(n.controlPointNextX,l.left,l.right),n.controlPointNextY=u(n.controlPointNextY,l.top,l.bottom)))},draw:function(){var e,t=this,n=t.chart,a=t.getMeta(),r=a.data||[],o=n.chartArea,i=n.canvas,s=0,l=r.length;for(t._showLine&&(e=a.dataset._model.clip,se.canvas.clipArea(n.ctx,{left:!1===e.left?0:o.left-e.left,right:!1===e.right?i.width:o.right+e.right,top:!1===e.top?0:o.top-e.top,bottom:!1===e.bottom?i.height:o.bottom+e.bottom}),a.dataset.draw(),se.canvas.unclipArea(n.ctx));s<l;++s)r[s].draw(o)},setHoverStyle:function(e){var t=e._model,n=e._options,a=se.getHoverColor;e.$previousStyle={backgroundColor:t.backgroundColor,borderColor:t.borderColor,borderWidth:t.borderWidth,radius:t.radius},t.backgroundColor=pt(n.hoverBackgroundColor,a(n.backgroundColor)),t.borderColor=pt(n.hoverBorderColor,a(n.borderColor)),t.borderWidth=pt(n.hoverBorderWidth,n.borderWidth),t.radius=pt(n.hoverRadius,n.radius)}}),yt=se.options.resolve;Q._set("polarArea",{scale:{type:"radialLinear",angleLines:{display:!1},gridLines:{circular:!0},pointLabels:{display:!1},ticks:{beginAtZero:!0}},animation:{animateRotate:!0,animateScale:!0},startAngle:-.5*Math.PI,legendCallback:function(e){var t,n,a,r=document.createElement("ul"),o=e.data,i=o.datasets,s=o.labels;if(r.setAttribute("class",e.id+"-legend"),i.length)for(t=0,n=i[0].data.length;t<n;++t)(a=r.appendChild(document.createElement("li"))).appendChild(document.createElement("span")).style.backgroundColor=i[0].backgroundColor[t],s[t]&&a.appendChild(document.createTextNode(s[t]));return r.outerHTML},legend:{labels:{generateLabels:function(e){var t=e.data;return t.labels.length&&t.datasets.length?t.labels.map((function(n,a){var r=e.getDatasetMeta(0),o=r.controller.getStyle(a);return{text:n,fillStyle:o.backgroundColor,strokeStyle:o.borderColor,lineWidth:o.borderWidth,hidden:isNaN(t.datasets[0].data[a])||r.data[a].hidden,index:a}})):[]}},onClick:function(e,t){var n,a,r,o=t.index,i=this.chart;for(n=0,a=(i.data.datasets||[]).length;n<a;++n)(r=i.getDatasetMeta(n)).data[o].hidden=!r.data[o].hidden;i.update()}},tooltips:{callbacks:{title:function(){return""},label:function(e,t){return t.labels[e.index]+": "+e.yLabel}}}});var Mt=ke.extend({dataElementType:We.Arc,linkScales:se.noop,_dataElementOptions:["backgroundColor","borderColor","borderWidth","borderAlign","hoverBackgroundColor","hoverBorderColor","hoverBorderWidth"],_getIndexScaleId:function(){return this.chart.scale.id},_getValueScaleId:function(){return this.chart.scale.id},update:function(e){var t,n,a,r=this,o=r.getDataset(),i=r.getMeta(),s=r.chart.options.startAngle||0,l=r._starts=[],c=r._angles=[],u=i.data;for(r._updateRadius(),i.count=r.countVisibleElements(),t=0,n=o.data.length;t<n;t++)l[t]=s,a=r._computeAngle(t),c[t]=a,s+=a;for(t=0,n=u.length;t<n;++t)u[t]._options=r._resolveDataElementOptions(u[t],t),r.updateElement(u[t],t,e)},_updateRadius:function(){var e=this,t=e.chart,n=t.chartArea,a=t.options,r=Math.min(n.right-n.left,n.bottom-n.top);t.outerRadius=Math.max(r/2,0),t.innerRadius=Math.max(a.cutoutPercentage?t.outerRadius/100*a.cutoutPercentage:1,0),t.radiusLength=(t.outerRadius-t.innerRadius)/t.getVisibleDatasetCount(),e.outerRadius=t.outerRadius-t.radiusLength*e.index,e.innerRadius=e.outerRadius-t.radiusLength},updateElement:function(e,t,n){var a=this,r=a.chart,o=a.getDataset(),i=r.options,s=i.animation,l=r.scale,c=r.data.labels,u=l.xCenter,d=l.yCenter,h=i.startAngle,p=e.hidden?0:l.getDistanceFromCenterForValue(o.data[t]),f=a._starts[t],m=f+(e.hidden?0:a._angles[t]),v=s.animateScale?0:l.getDistanceFromCenterForValue(o.data[t]),g=e._options||{};se.extend(e,{_datasetIndex:a.index,_index:t,_scale:l,_model:{backgroundColor:g.backgroundColor,borderColor:g.borderColor,borderWidth:g.borderWidth,borderAlign:g.borderAlign,x:u,y:d,innerRadius:0,outerRadius:n?v:p,startAngle:n&&s.animateRotate?h:f,endAngle:n&&s.animateRotate?h:m,label:se.valueAtIndexOrDefault(c,t,c[t])}}),e.pivot()},countVisibleElements:function(){var e=this.getDataset(),t=this.getMeta(),n=0;return se.each(t.data,(function(t,a){isNaN(e.data[a])||t.hidden||n++})),n},setHoverStyle:function(e){var t=e._model,n=e._options,a=se.getHoverColor,r=se.valueOrDefault;e.$previousStyle={backgroundColor:t.backgroundColor,borderColor:t.borderColor,borderWidth:t.borderWidth},t.backgroundColor=r(n.hoverBackgroundColor,a(n.backgroundColor)),t.borderColor=r(n.hoverBorderColor,a(n.borderColor)),t.borderWidth=r(n.hoverBorderWidth,n.borderWidth)},_computeAngle:function(e){var t=this,n=this.getMeta().count,a=t.getDataset(),r=t.getMeta();if(isNaN(a.data[e])||r.data[e].hidden)return 0;var o={chart:t.chart,dataIndex:e,dataset:a,datasetIndex:t.index};return yt([t.chart.options.elements.arc.angle,2*Math.PI/n],o,e)}});Q._set("pie",se.clone(Q.doughnut)),Q._set("pie",{cutoutPercentage:0});var It=dt,Bt=se.valueOrDefault;Q._set("radar",{spanGaps:!1,scale:{type:"radialLinear"},elements:{line:{fill:"start",tension:0}}});var kt=ke.extend({datasetElementType:We.Line,dataElementType:We.Point,linkScales:se.noop,_datasetElementOptions:["backgroundColor","borderWidth","borderColor","borderCapStyle","borderDash","borderDashOffset","borderJoinStyle","fill"],_dataElementOptions:{backgroundColor:"pointBackgroundColor",borderColor:"pointBorderColor",borderWidth:"pointBorderWidth",hitRadius:"pointHitRadius",hoverBackgroundColor:"pointHoverBackgroundColor",hoverBorderColor:"pointHoverBorderColor",hoverBorderWidth:"pointHoverBorderWidth",hoverRadius:"pointHoverRadius",pointStyle:"pointStyle",radius:"pointRadius",rotation:"pointRotation"},_getIndexScaleId:function(){return this.chart.scale.id},_getValueScaleId:function(){return this.chart.scale.id},update:function(e){var t,n,a=this,r=a.getMeta(),o=r.dataset,i=r.data||[],s=a.chart.scale,l=a._config;for(void 0!==l.tension&&void 0===l.lineTension&&(l.lineTension=l.tension),o._scale=s,o._datasetIndex=a.index,o._children=i,o._loop=!0,o._model=a._resolveDatasetElementOptions(o),o.pivot(),t=0,n=i.length;t<n;++t)a.updateElement(i[t],t,e);for(a.updateBezierControlPoints(),t=0,n=i.length;t<n;++t)i[t].pivot()},updateElement:function(e,t,n){var a=this,r=e.custom||{},o=a.getDataset(),i=a.chart.scale,s=i.getPointPositionForValue(t,o.data[t]),l=a._resolveDataElementOptions(e,t),c=a.getMeta().dataset._model,u=n?i.xCenter:s.x,d=n?i.yCenter:s.y;e._scale=i,e._options=l,e._datasetIndex=a.index,e._index=t,e._model={x:u,y:d,skip:r.skip||isNaN(u)||isNaN(d),radius:l.radius,pointStyle:l.pointStyle,rotation:l.rotation,backgroundColor:l.backgroundColor,borderColor:l.borderColor,borderWidth:l.borderWidth,tension:Bt(r.tension,c?c.tension:0),hitRadius:l.hitRadius}},_resolveDatasetElementOptions:function(){var e=this,t=e._config,n=e.chart.options,a=ke.prototype._resolveDatasetElementOptions.apply(e,arguments);return a.spanGaps=Bt(t.spanGaps,n.spanGaps),a.tension=Bt(t.lineTension,n.elements.line.tension),a},updateBezierControlPoints:function(){var e,t,n,a,r=this,o=r.getMeta(),i=r.chart.chartArea,s=o.data||[];function l(e,t,n){return Math.max(Math.min(e,n),t)}for(o.dataset._model.spanGaps&&(s=s.filter((function(e){return!e._model.skip}))),e=0,t=s.length;e<t;++e)n=s[e]._model,a=se.splineCurve(se.previousItem(s,e,!0)._model,n,se.nextItem(s,e,!0)._model,n.tension),n.controlPointPreviousX=l(a.previous.x,i.left,i.right),n.controlPointPreviousY=l(a.previous.y,i.top,i.bottom),n.controlPointNextX=l(a.next.x,i.left,i.right),n.controlPointNextY=l(a.next.y,i.top,i.bottom)},setHoverStyle:function(e){var t=e._model,n=e._options,a=se.getHoverColor;e.$previousStyle={backgroundColor:t.backgroundColor,borderColor:t.borderColor,borderWidth:t.borderWidth,radius:t.radius},t.backgroundColor=Bt(n.hoverBackgroundColor,a(n.backgroundColor)),t.borderColor=Bt(n.hoverBorderColor,a(n.borderColor)),t.borderWidth=Bt(n.hoverBorderWidth,n.borderWidth),t.radius=Bt(n.hoverRadius,n.radius)}});Q._set("scatter",{hover:{mode:"single"},scales:{xAxes:[{id:"x-axis-1",type:"linear",position:"bottom"}],yAxes:[{id:"y-axis-1",type:"linear",position:"left"}]},tooltips:{callbacks:{title:function(){return""},label:function(e){return"("+e.xLabel+", "+e.yLabel+")"}}}}),Q._set("global",{datasets:{scatter:{showLine:!1}}});var Pt={bar:at,bubble:it,doughnut:dt,horizontalBar:ht,line:bt,polarArea:Mt,pie:It,radar:kt,scatter:bt};function Tt(e,t){return e.native?{x:e.x,y:e.y}:se.getRelativePosition(e,t)}function wt(e,t){var n,a,r,o,i,s,l=e._getSortedVisibleDatasetMetas();for(a=0,o=l.length;a<o;++a)for(r=0,i=(n=l[a].data).length;r<i;++r)(s=n[r])._view.skip||t(s)}function Et(e,t){var n=[];return wt(e,(function(e){e.inRange(t.x,t.y)&&n.push(e)})),n}function Ot(e,t,n,a){var r=Number.POSITIVE_INFINITY,o=[];return wt(e,(function(e){if(!n||e.inRange(t.x,t.y)){var i=e.getCenterPoint(),s=a(t,i);s<r?(o=[e],r=s):s===r&&o.push(e)}})),o}function At(e){var t=-1!==e.indexOf("x"),n=-1!==e.indexOf("y");return function(e,a){var r=t?Math.abs(e.x-a.x):0,o=n?Math.abs(e.y-a.y):0;return Math.sqrt(Math.pow(r,2)+Math.pow(o,2))}}function Lt(e,t,n){var a=Tt(t,e);n.axis=n.axis||"x";var r=At(n.axis),o=n.intersect?Et(e,a):Ot(e,a,!1,r),i=[];return o.length?(e._getSortedVisibleDatasetMetas().forEach((function(e){var t=e.data[o[0]._index];t&&!t._view.skip&&i.push(t)})),i):[]}var St={modes:{single:function(e,t){var n=Tt(t,e),a=[];return wt(e,(function(e){if(e.inRange(n.x,n.y))return a.push(e),a})),a.slice(0,1)},label:Lt,index:Lt,dataset:function(e,t,n){var a=Tt(t,e);n.axis=n.axis||"xy";var r=At(n.axis),o=n.intersect?Et(e,a):Ot(e,a,!1,r);return o.length>0&&(o=e.getDatasetMeta(o[0]._datasetIndex).data),o},"x-axis":function(e,t){return Lt(e,t,{intersect:!1})},point:function(e,t){return Et(e,Tt(t,e))},nearest:function(e,t,n){var a=Tt(t,e);n.axis=n.axis||"xy";var r=At(n.axis);return Ot(e,a,n.intersect,r)},x:function(e,t,n){var a=Tt(t,e),r=[],o=!1;return wt(e,(function(e){e.inXRange(a.x)&&r.push(e),e.inRange(a.x,a.y)&&(o=!0)})),n.intersect&&!o&&(r=[]),r},y:function(e,t,n){var a=Tt(t,e),r=[],o=!1;return wt(e,(function(e){e.inYRange(a.y)&&r.push(e),e.inRange(a.x,a.y)&&(o=!0)})),n.intersect&&!o&&(r=[]),r}}},Ct=se.extend;function zt(e,t){return se.where(e,(function(e){return e.pos===t}))}function xt(e,t){return e.sort((function(e,n){var a=t?n:e,r=t?e:n;return a.weight===r.weight?a.index-r.index:a.weight-r.weight}))}function Dt(e){var t,n,a,r=[];for(t=0,n=(e||[]).length;t<n;++t)a=e[t],r.push({index:t,box:a,pos:a.position,horizontal:a.isHorizontal(),weight:a.weight});return r}function Ft(e,t){var n,a,r;for(n=0,a=e.length;n<a;++n)(r=e[n]).width=r.horizontal?r.box.fullWidth&&t.availableWidth:t.vBoxMaxWidth,r.height=r.horizontal&&t.hBoxMaxHeight}function Ht(e){var t=Dt(e),n=xt(zt(t,"left"),!0),a=xt(zt(t,"right")),r=xt(zt(t,"top"),!0),o=xt(zt(t,"bottom"));return{leftAndTop:n.concat(r),rightAndBottom:a.concat(o),chartArea:zt(t,"chartArea"),vertical:n.concat(a),horizontal:r.concat(o)}}function Nt(e,t,n,a){return Math.max(e[n],t[n])+Math.max(e[a],t[a])}function Rt(e,t,n){var a,r,o=n.box,i=e.maxPadding;if(n.size&&(e[n.pos]-=n.size),n.size=n.horizontal?o.height:o.width,e[n.pos]+=n.size,o.getPadding){var s=o.getPadding();i.top=Math.max(i.top,s.top),i.left=Math.max(i.left,s.left),i.bottom=Math.max(i.bottom,s.bottom),i.right=Math.max(i.right,s.right)}if(a=t.outerWidth-Nt(i,e,"left","right"),r=t.outerHeight-Nt(i,e,"top","bottom"),a!==e.w||r!==e.h){e.w=a,e.h=r;var l=n.horizontal?[a,e.w]:[r,e.h];return!(l[0]===l[1]||isNaN(l[0])&&isNaN(l[1]))}}function Vt(e){var t=e.maxPadding;function n(n){var a=Math.max(t[n]-e[n],0);return e[n]+=a,a}e.y+=n("top"),e.x+=n("left"),n("right"),n("bottom")}function Yt(e,t){var n=t.maxPadding;function a(e){var a={left:0,top:0,right:0,bottom:0};return e.forEach((function(e){a[e]=Math.max(t[e],n[e])})),a}return a(e?["left","right"]:["top","bottom"])}function jt(e,t,n){var a,r,o,i,s,l,c=[];for(a=0,r=e.length;a<r;++a)(i=(o=e[a]).box).update(o.width||t.w,o.height||t.h,Yt(o.horizontal,t)),Rt(t,n,o)&&(l=!0,c.length&&(s=!0)),i.fullWidth||c.push(o);return s&&jt(c,t,n)||l}function $t(e,t,n){var a,r,o,i,s=n.padding,l=t.x,c=t.y;for(a=0,r=e.length;a<r;++a)i=(o=e[a]).box,o.horizontal?(i.left=i.fullWidth?s.left:t.left,i.right=i.fullWidth?n.outerWidth-s.right:t.left+t.w,i.top=c,i.bottom=c+i.height,i.width=i.right-i.left,c=i.bottom):(i.left=l,i.right=l+i.width,i.top=t.top,i.bottom=t.top+t.h,i.height=i.bottom-i.top,l=i.right);t.x=l,t.y=c}Q._set("global",{layout:{padding:{top:0,right:0,bottom:0,left:0}}});var Ut={defaults:{},addBox:function(e,t){e.boxes||(e.boxes=[]),t.fullWidth=t.fullWidth||!1,t.position=t.position||"top",t.weight=t.weight||0,t._layers=t._layers||function(){return[{z:0,draw:function(){t.draw.apply(t,arguments)}}]},e.boxes.push(t)},removeBox:function(e,t){var n=e.boxes?e.boxes.indexOf(t):-1;-1!==n&&e.boxes.splice(n,1)},configure:function(e,t,n){for(var a,r=["fullWidth","position","weight"],o=r.length,i=0;i<o;++i)a=r[i],n.hasOwnProperty(a)&&(t[a]=n[a])},update:function(e,t,n){if(e){var a=e.options.layout||{},r=se.options.toPadding(a.padding),o=t-r.width,i=n-r.height,s=Ht(e.boxes),l=s.vertical,c=s.horizontal,u=Object.freeze({outerWidth:t,outerHeight:n,padding:r,availableWidth:o,vBoxMaxWidth:o/2/l.length,hBoxMaxHeight:i/2}),d=Ct({maxPadding:Ct({},r),w:o,h:i,x:r.left,y:r.top},r);Ft(l.concat(c),u),jt(l,d,u),jt(c,d,u)&&jt(l,d,u),Vt(d),$t(s.leftAndTop,d,u),d.x+=d.w,d.y+=d.h,$t(s.rightAndBottom,d,u),e.chartArea={left:d.left,top:d.top,right:d.left+d.w,bottom:d.top+d.h},se.each(s.chartArea,(function(t){var n=t.box;Ct(n,e.chartArea),n.update(d.w,d.h)}))}}},Gt={acquireContext:function(e){return e&&e.canvas&&(e=e.canvas),e&&e.getContext("2d")||null}},Wt="/*\r\n * DOM element rendering detection\r\n * https://davidwalsh.name/detect-node-insertion\r\n */\r\n@keyframes chartjs-render-animation {\r\n\tfrom { opacity: 0.99; }\r\n\tto { opacity: 1; }\r\n}\r\n\r\n.chartjs-render-monitor {\r\n\tanimation: chartjs-render-animation 0.001s;\r\n}\r\n\r\n/*\r\n * DOM element resizing detection\r\n * https://github.com/marcj/css-element-queries\r\n */\r\n.chartjs-size-monitor,\r\n.chartjs-size-monitor-expand,\r\n.chartjs-size-monitor-shrink {\r\n\tposition: absolute;\r\n\tdirection: ltr;\r\n\tleft: 0;\r\n\ttop: 0;\r\n\tright: 0;\r\n\tbottom: 0;\r\n\toverflow: hidden;\r\n\tpointer-events: none;\r\n\tvisibility: hidden;\r\n\tz-index: -1;\r\n}\r\n\r\n.chartjs-size-monitor-expand > div {\r\n\tposition: absolute;\r\n\twidth: 1000000px;\r\n\theight: 1000000px;\r\n\tleft: 0;\r\n\ttop: 0;\r\n}\r\n\r\n.chartjs-size-monitor-shrink > div {\r\n\tposition: absolute;\r\n\twidth: 200%;\r\n\theight: 200%;\r\n\tleft: 0;\r\n\ttop: 0;\r\n}\r\n",qt=n(Object.freeze({__proto__:null,default:Wt})),Xt="$chartjs",Jt="chartjs-",Kt=Jt+"size-monitor",Qt=Jt+"render-monitor",Zt=Jt+"render-animation",en=["animationstart","webkitAnimationStart"],tn={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"};function nn(e,t){var n=se.getStyle(e,t),a=n&&n.match(/^(\d+)(\.\d+)?px$/);return a?Number(a[1]):void 0}function an(e,t){var n=e.style,a=e.getAttribute("height"),r=e.getAttribute("width");if(e[Xt]={initial:{height:a,width:r,style:{display:n.display,height:n.height,width:n.width}}},n.display=n.display||"block",null===r||""===r){var o=nn(e,"width");void 0!==o&&(e.width=o)}if(null===a||""===a)if(""===e.style.height)e.height=e.width/(t.options.aspectRatio||2);else{var i=nn(e,"height");void 0!==o&&(e.height=i)}return e}var rn=function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){e=!0}});window.addEventListener("e",null,t)}catch(e){}return e}(),on=!!rn&&{passive:!0};function sn(e,t,n){e.addEventListener(t,n,on)}function ln(e,t,n){e.removeEventListener(t,n,on)}function cn(e,t,n,a,r){return{type:e,chart:t,native:r||null,x:void 0!==n?n:null,y:void 0!==a?a:null}}function un(e,t){var n=tn[e.type]||e.type,a=se.getRelativePosition(e,t);return cn(n,t,a.x,a.y,e)}function dn(e,t){var n=!1,a=[];return function(){a=Array.prototype.slice.call(arguments),t=t||this,n||(n=!0,se.requestAnimFrame.call(window,(function(){n=!1,e.apply(t,a)})))}}function hn(e){var t=document.createElement("div");return t.className=e||"",t}function pn(e){var t=1e6,n=hn(Kt),a=hn(Kt+"-expand"),r=hn(Kt+"-shrink");a.appendChild(hn()),r.appendChild(hn()),n.appendChild(a),n.appendChild(r),n._reset=function(){a.scrollLeft=t,a.scrollTop=t,r.scrollLeft=t,r.scrollTop=t};var o=function(){n._reset(),e()};return sn(a,"scroll",o.bind(a,"expand")),sn(r,"scroll",o.bind(r,"shrink")),n}function fn(e,t){var n=e[Xt]||(e[Xt]={}),a=n.renderProxy=function(e){e.animationName===Zt&&t()};se.each(en,(function(t){sn(e,t,a)})),n.reflow=!!e.offsetParent,e.classList.add(Qt)}function mn(e){var t=e[Xt]||{},n=t.renderProxy;n&&(se.each(en,(function(t){ln(e,t,n)})),delete t.renderProxy),e.classList.remove(Qt)}function vn(e,t,n){var a=e[Xt]||(e[Xt]={}),r=a.resizer=pn(dn((function(){if(a.resizer){var r=n.options.maintainAspectRatio&&e.parentNode,o=r?r.clientWidth:0;t(cn("resize",n)),r&&r.clientWidth<o&&n.canvas&&t(cn("resize",n))}})));fn(e,(function(){if(a.resizer){var t=e.parentNode;t&&t!==r.parentNode&&t.insertBefore(r,t.firstChild),r._reset()}}))}function gn(e){var t=e[Xt]||{},n=t.resizer;delete t.resizer,mn(e),n&&n.parentNode&&n.parentNode.removeChild(n)}function _n(e,t){var n=e[Xt]||(e[Xt]={});if(!n.containsStyles){n.containsStyles=!0,t="/* Chart.js */\n"+t;var a=document.createElement("style");a.setAttribute("type","text/css"),a.appendChild(document.createTextNode(t)),e.appendChild(a)}}var bn={disableCSSInjection:!1,_enabled:"undefined"!=typeof window&&"undefined"!=typeof document,_ensureLoaded:function(e){if(!this.disableCSSInjection){var t=e.getRootNode?e.getRootNode():document;_n(t.host?t:document.head,qt)}},acquireContext:function(e,t){"string"==typeof e?e=document.getElementById(e):e.length&&(e=e[0]),e&&e.canvas&&(e=e.canvas);var n=e&&e.getContext&&e.getContext("2d");return n&&n.canvas===e?(this._ensureLoaded(e),an(e,t),n):null},releaseContext:function(e){var t=e.canvas;if(t[Xt]){var n=t[Xt].initial;["height","width"].forEach((function(e){var a=n[e];se.isNullOrUndef(a)?t.removeAttribute(e):t.setAttribute(e,a)})),se.each(n.style||{},(function(e,n){t.style[n]=e})),t.width=t.width,delete t[Xt]}},addEventListener:function(e,t,n){var a=e.canvas;if("resize"!==t){var r=n[Xt]||(n[Xt]={});sn(a,t,(r.proxies||(r.proxies={}))[e.id+"_"+t]=function(t){n(un(t,e))})}else vn(a,n,e)},removeEventListener:function(e,t,n){var a=e.canvas;if("resize"!==t){var r=((n[Xt]||{}).proxies||{})[e.id+"_"+t];r&&ln(a,t,r)}else gn(a)}};se.addEvent=sn,se.removeEvent=ln;var yn=bn._enabled?bn:Gt,Mn=se.extend({initialize:function(){},acquireContext:function(){},releaseContext:function(){},addEventListener:function(){},removeEventListener:function(){}},yn);Q._set("global",{plugins:{}});var In={_plugins:[],_cacheId:0,register:function(e){var t=this._plugins;[].concat(e).forEach((function(e){-1===t.indexOf(e)&&t.push(e)})),this._cacheId++},unregister:function(e){var t=this._plugins;[].concat(e).forEach((function(e){var n=t.indexOf(e);-1!==n&&t.splice(n,1)})),this._cacheId++},clear:function(){this._plugins=[],this._cacheId++},count:function(){return this._plugins.length},getAll:function(){return this._plugins},notify:function(e,t,n){var a,r,o,i,s,l=this.descriptors(e),c=l.length;for(a=0;a<c;++a)if("function"==typeof(s=(o=(r=l[a]).plugin)[t])&&((i=[e].concat(n||[])).push(r.options),!1===s.apply(o,i)))return!1;return!0},descriptors:function(e){var t=e.$plugins||(e.$plugins={});if(t.id===this._cacheId)return t.descriptors;var n=[],a=[],r=e&&e.config||{},o=r.options&&r.options.plugins||{};return this._plugins.concat(r.plugins||[]).forEach((function(e){if(-1===n.indexOf(e)){var t=e.id,r=o[t];!1!==r&&(!0===r&&(r=se.clone(Q.global.plugins[t])),n.push(e),a.push({plugin:e,options:r||{}}))}})),t.descriptors=a,t.id=this._cacheId,a},_invalidate:function(e){delete e.$plugins}},Bn={constructors:{},defaults:{},registerScaleType:function(e,t,n){this.constructors[e]=t,this.defaults[e]=se.clone(n)},getScaleConstructor:function(e){return this.constructors.hasOwnProperty(e)?this.constructors[e]:void 0},getScaleDefaults:function(e){return this.defaults.hasOwnProperty(e)?se.merge(Object.create(null),[Q.scale,this.defaults[e]]):{}},updateScaleDefaults:function(e,t){var n=this;n.defaults.hasOwnProperty(e)&&(n.defaults[e]=se.extend(n.defaults[e],t))},addScalesToLayout:function(e){se.each(e.scales,(function(t){t.fullWidth=t.options.fullWidth,t.position=t.options.position,t.weight=t.options.weight,Ut.addBox(e,t)}))}},kn=se.valueOrDefault,Pn=se.rtl.getRtlAdapter;Q._set("global",{tooltips:{enabled:!0,custom:null,mode:"nearest",position:"average",intersect:!0,backgroundColor:"rgba(0,0,0,0.8)",titleFontStyle:"bold",titleSpacing:2,titleMarginBottom:6,titleFontColor:"#fff",titleAlign:"left",bodySpacing:2,bodyFontColor:"#fff",bodyAlign:"left",footerFontStyle:"bold",footerSpacing:2,footerMarginTop:6,footerFontColor:"#fff",footerAlign:"left",yPadding:6,xPadding:6,caretPadding:2,caretSize:5,cornerRadius:6,multiKeyBackground:"#fff",displayColors:!0,borderColor:"rgba(0,0,0,0)",borderWidth:0,callbacks:{beforeTitle:se.noop,title:function(e,t){var n="",a=t.labels,r=a?a.length:0;if(e.length>0){var o=e[0];o.label?n=o.label:o.xLabel?n=o.xLabel:r>0&&o.index<r&&(n=a[o.index])}return n},afterTitle:se.noop,beforeBody:se.noop,beforeLabel:se.noop,label:function(e,t){var n=t.datasets[e.datasetIndex].label||"";return n&&(n+=": "),se.isNullOrUndef(e.value)?n+=e.yLabel:n+=e.value,n},labelColor:function(e,t){var n=t.getDatasetMeta(e.datasetIndex).data[e.index]._view;return{borderColor:n.borderColor,backgroundColor:n.backgroundColor}},labelTextColor:function(){return this._options.bodyFontColor},afterLabel:se.noop,afterBody:se.noop,beforeFooter:se.noop,footer:se.noop,afterFooter:se.noop}}});var Tn={average:function(e){if(!e.length)return!1;var t,n,a=0,r=0,o=0;for(t=0,n=e.length;t<n;++t){var i=e[t];if(i&&i.hasValue()){var s=i.tooltipPosition();a+=s.x,r+=s.y,++o}}return{x:a/o,y:r/o}},nearest:function(e,t){var n,a,r,o=t.x,i=t.y,s=Number.POSITIVE_INFINITY;for(n=0,a=e.length;n<a;++n){var l=e[n];if(l&&l.hasValue()){var c=l.getCenterPoint(),u=se.distanceBetweenPoints(t,c);u<s&&(s=u,r=l)}}if(r){var d=r.tooltipPosition();o=d.x,i=d.y}return{x:o,y:i}}};function wn(e,t){return t&&(se.isArray(t)?Array.prototype.push.apply(e,t):e.push(t)),e}function En(e){return("string"==typeof e||e instanceof String)&&e.indexOf("\n")>-1?e.split("\n"):e}function On(e){var t=e._xScale,n=e._yScale||e._scale,a=e._index,r=e._datasetIndex,o=e._chart.getDatasetMeta(r).controller,i=o._getIndexScale(),s=o._getValueScale();return{xLabel:t?t.getLabelForIndex(a,r):"",yLabel:n?n.getLabelForIndex(a,r):"",label:i?""+i.getLabelForIndex(a,r):"",value:s?""+s.getLabelForIndex(a,r):"",index:a,datasetIndex:r,x:e._model.x,y:e._model.y}}function An(e){var t=Q.global;return{xPadding:e.xPadding,yPadding:e.yPadding,xAlign:e.xAlign,yAlign:e.yAlign,rtl:e.rtl,textDirection:e.textDirection,bodyFontColor:e.bodyFontColor,_bodyFontFamily:kn(e.bodyFontFamily,t.defaultFontFamily),_bodyFontStyle:kn(e.bodyFontStyle,t.defaultFontStyle),_bodyAlign:e.bodyAlign,bodyFontSize:kn(e.bodyFontSize,t.defaultFontSize),bodySpacing:e.bodySpacing,titleFontColor:e.titleFontColor,_titleFontFamily:kn(e.titleFontFamily,t.defaultFontFamily),_titleFontStyle:kn(e.titleFontStyle,t.defaultFontStyle),titleFontSize:kn(e.titleFontSize,t.defaultFontSize),_titleAlign:e.titleAlign,titleSpacing:e.titleSpacing,titleMarginBottom:e.titleMarginBottom,footerFontColor:e.footerFontColor,_footerFontFamily:kn(e.footerFontFamily,t.defaultFontFamily),_footerFontStyle:kn(e.footerFontStyle,t.defaultFontStyle),footerFontSize:kn(e.footerFontSize,t.defaultFontSize),_footerAlign:e.footerAlign,footerSpacing:e.footerSpacing,footerMarginTop:e.footerMarginTop,caretSize:e.caretSize,cornerRadius:e.cornerRadius,backgroundColor:e.backgroundColor,opacity:0,legendColorBackground:e.multiKeyBackground,displayColors:e.displayColors,borderColor:e.borderColor,borderWidth:e.borderWidth}}function Ln(e,t){var n=e._chart.ctx,a=2*t.yPadding,r=0,o=t.body,i=o.reduce((function(e,t){return e+t.before.length+t.lines.length+t.after.length}),0);i+=t.beforeBody.length+t.afterBody.length;var s=t.title.length,l=t.footer.length,c=t.titleFontSize,u=t.bodyFontSize,d=t.footerFontSize;a+=s*c,a+=s?(s-1)*t.titleSpacing:0,a+=s?t.titleMarginBottom:0,a+=i*u,a+=i?(i-1)*t.bodySpacing:0,a+=l?t.footerMarginTop:0,a+=l*d,a+=l?(l-1)*t.footerSpacing:0;var h=0,p=function(e){r=Math.max(r,n.measureText(e).width+h)};return n.font=se.fontString(c,t._titleFontStyle,t._titleFontFamily),se.each(t.title,p),n.font=se.fontString(u,t._bodyFontStyle,t._bodyFontFamily),se.each(t.beforeBody.concat(t.afterBody),p),h=t.displayColors?u+2:0,se.each(o,(function(e){se.each(e.before,p),se.each(e.lines,p),se.each(e.after,p)})),h=0,n.font=se.fontString(d,t._footerFontStyle,t._footerFontFamily),se.each(t.footer,p),{width:r+=2*t.xPadding,height:a}}function Sn(e,t){var n,a,r,o,i,s=e._model,l=e._chart,c=e._chart.chartArea,u="center",d="center";s.y<t.height?d="top":s.y>l.height-t.height&&(d="bottom");var h=(c.left+c.right)/2,p=(c.top+c.bottom)/2;"center"===d?(n=function(e){return e<=h},a=function(e){return e>h}):(n=function(e){return e<=t.width/2},a=function(e){return e>=l.width-t.width/2}),r=function(e){return e+t.width+s.caretSize+s.caretPadding>l.width},o=function(e){return e-t.width-s.caretSize-s.caretPadding<0},i=function(e){return e<=p?"top":"bottom"},n(s.x)?(u="left",r(s.x)&&(u="center",d=i(s.y))):a(s.x)&&(u="right",o(s.x)&&(u="center",d=i(s.y)));var f=e._options;return{xAlign:f.xAlign?f.xAlign:u,yAlign:f.yAlign?f.yAlign:d}}function Cn(e,t,n,a){var r=e.x,o=e.y,i=e.caretSize,s=e.caretPadding,l=e.cornerRadius,c=n.xAlign,u=n.yAlign,d=i+s,h=l+s;return"right"===c?r-=t.width:"center"===c&&((r-=t.width/2)+t.width>a.width&&(r=a.width-t.width),r<0&&(r=0)),"top"===u?o+=d:o-="bottom"===u?t.height+d:t.height/2,"center"===u?"left"===c?r+=d:"right"===c&&(r-=d):"left"===c?r-=h:"right"===c&&(r+=h),{x:r,y:o}}function zn(e,t){return"center"===t?e.x+e.width/2:"right"===t?e.x+e.width-e.xPadding:e.x+e.xPadding}function xn(e){return wn([],En(e))}var Dn=me.extend({initialize:function(){this._model=An(this._options),this._lastActive=[]},getTitle:function(){var e=this,t=e._options.callbacks,n=t.beforeTitle.apply(e,arguments),a=t.title.apply(e,arguments),r=t.afterTitle.apply(e,arguments),o=[];return o=wn(o,En(n)),o=wn(o,En(a)),o=wn(o,En(r))},getBeforeBody:function(){return xn(this._options.callbacks.beforeBody.apply(this,arguments))},getBody:function(e,t){var n=this,a=n._options.callbacks,r=[];return se.each(e,(function(e){var o={before:[],lines:[],after:[]};wn(o.before,En(a.beforeLabel.call(n,e,t))),wn(o.lines,a.label.call(n,e,t)),wn(o.after,En(a.afterLabel.call(n,e,t))),r.push(o)})),r},getAfterBody:function(){return xn(this._options.callbacks.afterBody.apply(this,arguments))},getFooter:function(){var e=this,t=e._options.callbacks,n=t.beforeFooter.apply(e,arguments),a=t.footer.apply(e,arguments),r=t.afterFooter.apply(e,arguments),o=[];return o=wn(o,En(n)),o=wn(o,En(a)),o=wn(o,En(r))},update:function(e){var t,n,a=this,r=a._options,o=a._model,i=a._model=An(r),s=a._active,l=a._data,c={xAlign:o.xAlign,yAlign:o.yAlign},u={x:o.x,y:o.y},d={width:o.width,height:o.height},h={x:o.caretX,y:o.caretY};if(s.length){i.opacity=1;var p=[],f=[];h=Tn[r.position].call(a,s,a._eventPosition);var m=[];for(t=0,n=s.length;t<n;++t)m.push(On(s[t]));r.filter&&(m=m.filter((function(e){return r.filter(e,l)}))),r.itemSort&&(m=m.sort((function(e,t){return r.itemSort(e,t,l)}))),se.each(m,(function(e){p.push(r.callbacks.labelColor.call(a,e,a._chart)),f.push(r.callbacks.labelTextColor.call(a,e,a._chart))})),i.title=a.getTitle(m,l),i.beforeBody=a.getBeforeBody(m,l),i.body=a.getBody(m,l),i.afterBody=a.getAfterBody(m,l),i.footer=a.getFooter(m,l),i.x=h.x,i.y=h.y,i.caretPadding=r.caretPadding,i.labelColors=p,i.labelTextColors=f,i.dataPoints=m,u=Cn(i,d=Ln(this,i),c=Sn(this,d),a._chart)}else i.opacity=0;return i.xAlign=c.xAlign,i.yAlign=c.yAlign,i.x=u.x,i.y=u.y,i.width=d.width,i.height=d.height,i.caretX=h.x,i.caretY=h.y,a._model=i,e&&r.custom&&r.custom.call(a,i),a},drawCaret:function(e,t){var n=this._chart.ctx,a=this._view,r=this.getCaretPosition(e,t,a);n.lineTo(r.x1,r.y1),n.lineTo(r.x2,r.y2),n.lineTo(r.x3,r.y3)},getCaretPosition:function(e,t,n){var a,r,o,i,s,l,c=n.caretSize,u=n.cornerRadius,d=n.xAlign,h=n.yAlign,p=e.x,f=e.y,m=t.width,v=t.height;if("center"===h)s=f+v/2,"left"===d?(r=(a=p)-c,o=a,i=s+c,l=s-c):(r=(a=p+m)+c,o=a,i=s-c,l=s+c);else if("left"===d?(a=(r=p+u+c)-c,o=r+c):"right"===d?(a=(r=p+m-u-c)-c,o=r+c):(a=(r=n.caretX)-c,o=r+c),"top"===h)s=(i=f)-c,l=i;else{s=(i=f+v)+c,l=i;var g=o;o=a,a=g}return{x1:a,x2:r,x3:o,y1:i,y2:s,y3:l}},drawTitle:function(e,t,n){var a,r,o,i=t.title,s=i.length;if(s){var l=Pn(t.rtl,t.x,t.width);for(e.x=zn(t,t._titleAlign),n.textAlign=l.textAlign(t._titleAlign),n.textBaseline="middle",a=t.titleFontSize,r=t.titleSpacing,n.fillStyle=t.titleFontColor,n.font=se.fontString(a,t._titleFontStyle,t._titleFontFamily),o=0;o<s;++o)n.fillText(i[o],l.x(e.x),e.y+a/2),e.y+=a+r,o+1===s&&(e.y+=t.titleMarginBottom-r)}},drawBody:function(e,t,n){var a,r,o,i,s,l,c,u,d=t.bodyFontSize,h=t.bodySpacing,p=t._bodyAlign,f=t.body,m=t.displayColors,v=0,g=m?zn(t,"left"):0,_=Pn(t.rtl,t.x,t.width),b=function(t){n.fillText(t,_.x(e.x+v),e.y+d/2),e.y+=d+h},y=_.textAlign(p);for(n.textAlign=p,n.textBaseline="middle",n.font=se.fontString(d,t._bodyFontStyle,t._bodyFontFamily),e.x=zn(t,y),n.fillStyle=t.bodyFontColor,se.each(t.beforeBody,b),v=m&&"right"!==y?"center"===p?d/2+1:d+2:0,s=0,c=f.length;s<c;++s){for(a=f[s],r=t.labelTextColors[s],o=t.labelColors[s],n.fillStyle=r,se.each(a.before,b),l=0,u=(i=a.lines).length;l<u;++l){if(m){var M=_.x(g);n.fillStyle=t.legendColorBackground,n.fillRect(_.leftForLtr(M,d),e.y,d,d),n.lineWidth=1,n.strokeStyle=o.borderColor,n.strokeRect(_.leftForLtr(M,d),e.y,d,d),n.fillStyle=o.backgroundColor,n.fillRect(_.leftForLtr(_.xPlus(M,1),d-2),e.y+1,d-2,d-2),n.fillStyle=r}b(i[l])}se.each(a.after,b)}v=0,se.each(t.afterBody,b),e.y-=h},drawFooter:function(e,t,n){var a,r,o=t.footer,i=o.length;if(i){var s=Pn(t.rtl,t.x,t.width);for(e.x=zn(t,t._footerAlign),e.y+=t.footerMarginTop,n.textAlign=s.textAlign(t._footerAlign),n.textBaseline="middle",a=t.footerFontSize,n.fillStyle=t.footerFontColor,n.font=se.fontString(a,t._footerFontStyle,t._footerFontFamily),r=0;r<i;++r)n.fillText(o[r],s.x(e.x),e.y+a/2),e.y+=a+t.footerSpacing}},drawBackground:function(e,t,n,a){n.fillStyle=t.backgroundColor,n.strokeStyle=t.borderColor,n.lineWidth=t.borderWidth;var r=t.xAlign,o=t.yAlign,i=e.x,s=e.y,l=a.width,c=a.height,u=t.cornerRadius;n.beginPath(),n.moveTo(i+u,s),"top"===o&&this.drawCaret(e,a),n.lineTo(i+l-u,s),n.quadraticCurveTo(i+l,s,i+l,s+u),"center"===o&&"right"===r&&this.drawCaret(e,a),n.lineTo(i+l,s+c-u),n.quadraticCurveTo(i+l,s+c,i+l-u,s+c),"bottom"===o&&this.drawCaret(e,a),n.lineTo(i+u,s+c),n.quadraticCurveTo(i,s+c,i,s+c-u),"center"===o&&"left"===r&&this.drawCaret(e,a),n.lineTo(i,s+u),n.quadraticCurveTo(i,s,i+u,s),n.closePath(),n.fill(),t.borderWidth>0&&n.stroke()},draw:function(){var e=this._chart.ctx,t=this._view;if(0!==t.opacity){var n={width:t.width,height:t.height},a={x:t.x,y:t.y},r=Math.abs(t.opacity<.001)?0:t.opacity,o=t.title.length||t.beforeBody.length||t.body.length||t.afterBody.length||t.footer.length;this._options.enabled&&o&&(e.save(),e.globalAlpha=r,this.drawBackground(a,t,e,n),a.y+=t.yPadding,se.rtl.overrideTextDirection(e,t.textDirection),this.drawTitle(a,t,e),this.drawBody(a,t,e),this.drawFooter(a,t,e),se.rtl.restoreTextDirection(e,t.textDirection),e.restore())}},handleEvent:function(e){var t=this,n=t._options,a=!1;return t._lastActive=t._lastActive||[],"mouseout"===e.type?t._active=[]:(t._active=t._chart.getElementsAtEventForMode(e,n.mode,n),n.reverse&&t._active.reverse()),(a=!se.arrayEquals(t._active,t._lastActive))&&(t._lastActive=t._active,(n.enabled||n.custom)&&(t._eventPosition={x:e.x,y:e.y},t.update(!0),t.pivot())),a}}),Fn=Tn,Hn=Dn;Hn.positioners=Fn;var Nn=se.valueOrDefault;function Rn(){return se.merge(Object.create(null),[].slice.call(arguments),{merger:function(e,t,n,a){if("xAxes"===e||"yAxes"===e){var r,o,i,s=n[e].length;for(t[e]||(t[e]=[]),r=0;r<s;++r)i=n[e][r],o=Nn(i.type,"xAxes"===e?"category":"linear"),r>=t[e].length&&t[e].push({}),!t[e][r].type||i.type&&i.type!==t[e][r].type?se.merge(t[e][r],[Bn.getScaleDefaults(o),i]):se.merge(t[e][r],i)}else se._merger(e,t,n,a)}})}function Vn(){return se.merge(Object.create(null),[].slice.call(arguments),{merger:function(e,t,n,a){var r=t[e]||Object.create(null),o=n[e];"scales"===e?t[e]=Rn(r,o):"scale"===e?t[e]=se.merge(r,[Bn.getScaleDefaults(o.type),o]):se._merger(e,t,n,a)}})}function Yn(e){var t=(e=e||Object.create(null)).data=e.data||{};return t.datasets=t.datasets||[],t.labels=t.labels||[],e.options=Vn(Q.global,Q[e.type],e.options||{}),e}function jn(e){var t=e.options;se.each(e.scales,(function(t){Ut.removeBox(e,t)})),t=Vn(Q.global,Q[e.config.type],t),e.options=e.config.options=t,e.ensureScalesHaveIDs(),e.buildOrUpdateScales(),e.tooltip._options=t.tooltips,e.tooltip.initialize()}function $n(e,t,n){var a,r=function(e){return e.id===a};do{a=t+n++}while(se.findIndex(e,r)>=0);return a}function Un(e){return"top"===e||"bottom"===e}function Gn(e,t){return function(n,a){return n[e]===a[e]?n[t]-a[t]:n[e]-a[e]}}Q._set("global",{elements:{},events:["mousemove","mouseout","click","touchstart","touchmove"],hover:{onHover:null,mode:"nearest",intersect:!0,animationDuration:400},onClick:null,maintainAspectRatio:!0,responsive:!0,responsiveAnimationDuration:0});var Wn=function(e,t){return this.construct(e,t),this};se.extend(Wn.prototype,{construct:function(e,t){var n=this;t=Yn(t);var a=Mn.acquireContext(e,t),r=a&&a.canvas,o=r&&r.height,i=r&&r.width;n.id=se.uid(),n.ctx=a,n.canvas=r,n.config=t,n.width=i,n.height=o,n.aspectRatio=o?i/o:null,n.options=t.options,n._bufferedRender=!1,n._layers=[],n.chart=n,n.controller=n,Wn.instances[n.id]=n,Object.defineProperty(n,"data",{get:function(){return n.config.data},set:function(e){n.config.data=e}}),a&&r?(n.initialize(),n.update()):console.error("Failed to create chart: can't acquire context from the given item")},initialize:function(){var e=this;return In.notify(e,"beforeInit"),se.retinaScale(e,e.options.devicePixelRatio),e.bindEvents(),e.options.responsive&&e.resize(!0),e.initToolTip(),In.notify(e,"afterInit"),e},clear:function(){return se.canvas.clear(this),this},stop:function(){return _e.cancelAnimation(this),this},resize:function(e){var t=this,n=t.options,a=t.canvas,r=n.maintainAspectRatio&&t.aspectRatio||null,o=Math.max(0,Math.floor(se.getMaximumWidth(a))),i=Math.max(0,Math.floor(r?o/r:se.getMaximumHeight(a)));if((t.width!==o||t.height!==i)&&(a.width=t.width=o,a.height=t.height=i,a.style.width=o+"px",a.style.height=i+"px",se.retinaScale(t,n.devicePixelRatio),!e)){var s={width:o,height:i};In.notify(t,"resize",[s]),n.onResize&&n.onResize(t,s),t.stop(),t.update({duration:n.responsiveAnimationDuration})}},ensureScalesHaveIDs:function(){var e=this.options,t=e.scales||{},n=e.scale;se.each(t.xAxes,(function(e,n){e.id||(e.id=$n(t.xAxes,"x-axis-",n))})),se.each(t.yAxes,(function(e,n){e.id||(e.id=$n(t.yAxes,"y-axis-",n))})),n&&(n.id=n.id||"scale")},buildOrUpdateScales:function(){var e=this,t=e.options,n=e.scales||{},a=[],r=Object.keys(n).reduce((function(e,t){return e[t]=!1,e}),{});t.scales&&(a=a.concat((t.scales.xAxes||[]).map((function(e){return{options:e,dtype:"category",dposition:"bottom"}})),(t.scales.yAxes||[]).map((function(e){return{options:e,dtype:"linear",dposition:"left"}})))),t.scale&&a.push({options:t.scale,dtype:"radialLinear",isDefault:!0,dposition:"chartArea"}),se.each(a,(function(t){var a=t.options,o=a.id,i=Nn(a.type,t.dtype);Un(a.position)!==Un(t.dposition)&&(a.position=t.dposition),r[o]=!0;var s=null;if(o in n&&n[o].type===i)(s=n[o]).options=a,s.ctx=e.ctx,s.chart=e;else{var l=Bn.getScaleConstructor(i);if(!l)return;s=new l({id:o,type:i,options:a,ctx:e.ctx,chart:e}),n[s.id]=s}s.mergeTicksOptions(),t.isDefault&&(e.scale=s)})),se.each(r,(function(e,t){e||delete n[t]})),e.scales=n,Bn.addScalesToLayout(this)},buildOrUpdateControllers:function(){var e,t,n=this,a=[],r=n.data.datasets;for(e=0,t=r.length;e<t;e++){var o=r[e],i=n.getDatasetMeta(e),s=o.type||n.config.type;if(i.type&&i.type!==s&&(n.destroyDatasetMeta(e),i=n.getDatasetMeta(e)),i.type=s,i.order=o.order||0,i.index=e,i.controller)i.controller.updateIndex(e),i.controller.linkScales();else{var l=Pt[i.type];if(void 0===l)throw new Error('"'+i.type+'" is not a chart type.');i.controller=new l(n,e),a.push(i.controller)}}return a},resetElements:function(){var e=this;se.each(e.data.datasets,(function(t,n){e.getDatasetMeta(n).controller.reset()}),e)},reset:function(){this.resetElements(),this.tooltip.initialize()},update:function(e){var t,n,a=this;if(e&&"object"==typeof e||(e={duration:e,lazy:arguments[1]}),jn(a),In._invalidate(a),!1!==In.notify(a,"beforeUpdate")){a.tooltip._data=a.data;var r=a.buildOrUpdateControllers();for(t=0,n=a.data.datasets.length;t<n;t++)a.getDatasetMeta(t).controller.buildOrUpdateElements();a.updateLayout(),a.options.animation&&a.options.animation.duration&&se.each(r,(function(e){e.reset()})),a.updateDatasets(),a.tooltip.initialize(),a.lastActive=[],In.notify(a,"afterUpdate"),a._layers.sort(Gn("z","_idx")),a._bufferedRender?a._bufferedRequest={duration:e.duration,easing:e.easing,lazy:e.lazy}:a.render(e)}},updateLayout:function(){var e=this;!1!==In.notify(e,"beforeLayout")&&(Ut.update(this,this.width,this.height),e._layers=[],se.each(e.boxes,(function(t){t._configure&&t._configure(),e._layers.push.apply(e._layers,t._layers())}),e),e._layers.forEach((function(e,t){e._idx=t})),In.notify(e,"afterScaleUpdate"),In.notify(e,"afterLayout"))},updateDatasets:function(){var e=this;if(!1!==In.notify(e,"beforeDatasetsUpdate")){for(var t=0,n=e.data.datasets.length;t<n;++t)e.updateDataset(t);In.notify(e,"afterDatasetsUpdate")}},updateDataset:function(e){var t=this,n=t.getDatasetMeta(e),a={meta:n,index:e};!1!==In.notify(t,"beforeDatasetUpdate",[a])&&(n.controller._update(),In.notify(t,"afterDatasetUpdate",[a]))},render:function(e){var t=this;e&&"object"==typeof e||(e={duration:e,lazy:arguments[1]});var n=t.options.animation,a=Nn(e.duration,n&&n.duration),r=e.lazy;if(!1!==In.notify(t,"beforeRender")){var o=function(e){In.notify(t,"afterRender"),se.callback(n&&n.onComplete,[e],t)};if(n&&a){var i=new ge({numSteps:a/16.66,easing:e.easing||n.easing,render:function(e,t){var n=se.easing.effects[t.easing],a=t.currentStep,r=a/t.numSteps;e.draw(n(r),r,a)},onAnimationProgress:n.onProgress,onAnimationComplete:o});_e.addAnimation(t,i,a,r)}else t.draw(),o(new ge({numSteps:0,chart:t}));return t}},draw:function(e){var t,n,a=this;if(a.clear(),se.isNullOrUndef(e)&&(e=1),a.transition(e),!(a.width<=0||a.height<=0)&&!1!==In.notify(a,"beforeDraw",[e])){for(n=a._layers,t=0;t<n.length&&n[t].z<=0;++t)n[t].draw(a.chartArea);for(a.drawDatasets(e);t<n.length;++t)n[t].draw(a.chartArea);a._drawTooltip(e),In.notify(a,"afterDraw",[e])}},transition:function(e){for(var t=this,n=0,a=(t.data.datasets||[]).length;n<a;++n)t.isDatasetVisible(n)&&t.getDatasetMeta(n).controller.transition(e);t.tooltip.transition(e)},_getSortedDatasetMetas:function(e){var t,n,a=this,r=[];for(t=0,n=(a.data.datasets||[]).length;t<n;++t)e&&!a.isDatasetVisible(t)||r.push(a.getDatasetMeta(t));return r.sort(Gn("order","index")),r},_getSortedVisibleDatasetMetas:function(){return this._getSortedDatasetMetas(!0)},drawDatasets:function(e){var t,n,a=this;if(!1!==In.notify(a,"beforeDatasetsDraw",[e])){for(n=(t=a._getSortedVisibleDatasetMetas()).length-1;n>=0;--n)a.drawDataset(t[n],e);In.notify(a,"afterDatasetsDraw",[e])}},drawDataset:function(e,t){var n=this,a={meta:e,index:e.index,easingValue:t};!1!==In.notify(n,"beforeDatasetDraw",[a])&&(e.controller.draw(t),In.notify(n,"afterDatasetDraw",[a]))},_drawTooltip:function(e){var t=this,n=t.tooltip,a={tooltip:n,easingValue:e};!1!==In.notify(t,"beforeTooltipDraw",[a])&&(n.draw(),In.notify(t,"afterTooltipDraw",[a]))},getElementAtEvent:function(e){return St.modes.single(this,e)},getElementsAtEvent:function(e){return St.modes.label(this,e,{intersect:!0})},getElementsAtXAxis:function(e){return St.modes["x-axis"](this,e,{intersect:!0})},getElementsAtEventForMode:function(e,t,n){var a=St.modes[t];return"function"==typeof a?a(this,e,n):[]},getDatasetAtEvent:function(e){return St.modes.dataset(this,e,{intersect:!0})},getDatasetMeta:function(e){var t=this,n=t.data.datasets[e];n._meta||(n._meta={});var a=n._meta[t.id];return a||(a=n._meta[t.id]={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null,order:n.order||0,index:e}),a},getVisibleDatasetCount:function(){for(var e=0,t=0,n=this.data.datasets.length;t<n;++t)this.isDatasetVisible(t)&&e++;return e},isDatasetVisible:function(e){var t=this.getDatasetMeta(e);return"boolean"==typeof t.hidden?!t.hidden:!this.data.datasets[e].hidden},generateLegend:function(){return this.options.legendCallback(this)},destroyDatasetMeta:function(e){var t=this.id,n=this.data.datasets[e],a=n._meta&&n._meta[t];a&&(a.controller.destroy(),delete n._meta[t])},destroy:function(){var e,t,n=this,a=n.canvas;for(n.stop(),e=0,t=n.data.datasets.length;e<t;++e)n.destroyDatasetMeta(e);a&&(n.unbindEvents(),se.canvas.clear(n),Mn.releaseContext(n.ctx),n.canvas=null,n.ctx=null),In.notify(n,"destroy"),delete Wn.instances[n.id]},toBase64Image:function(){return this.canvas.toDataURL.apply(this.canvas,arguments)},initToolTip:function(){var e=this;e.tooltip=new Hn({_chart:e,_chartInstance:e,_data:e.data,_options:e.options.tooltips},e)},bindEvents:function(){var e=this,t=e._listeners={},n=function(){e.eventHandler.apply(e,arguments)};se.each(e.options.events,(function(a){Mn.addEventListener(e,a,n),t[a]=n})),e.options.responsive&&(n=function(){e.resize()},Mn.addEventListener(e,"resize",n),t.resize=n)},unbindEvents:function(){var e=this,t=e._listeners;t&&(delete e._listeners,se.each(t,(function(t,n){Mn.removeEventListener(e,n,t)})))},updateHoverStyle:function(e,t,n){var a,r,o,i=n?"set":"remove";for(r=0,o=e.length;r<o;++r)(a=e[r])&&this.getDatasetMeta(a._datasetIndex).controller[i+"HoverStyle"](a);"dataset"===t&&this.getDatasetMeta(e[0]._datasetIndex).controller["_"+i+"DatasetHoverStyle"]()},eventHandler:function(e){var t=this,n=t.tooltip;if(!1!==In.notify(t,"beforeEvent",[e])){t._bufferedRender=!0,t._bufferedRequest=null;var a=t.handleEvent(e);n&&(a=n._start?n.handleEvent(e):a|n.handleEvent(e)),In.notify(t,"afterEvent",[e]);var r=t._bufferedRequest;return r?t.render(r):a&&!t.animating&&(t.stop(),t.render({duration:t.options.hover.animationDuration,lazy:!0})),t._bufferedRender=!1,t._bufferedRequest=null,t}},handleEvent:function(e){var t=this,n=t.options||{},a=n.hover,r=!1;return t.lastActive=t.lastActive||[],"mouseout"===e.type?t.active=[]:t.active=t.getElementsAtEventForMode(e,a.mode,a),se.callback(n.onHover||n.hover.onHover,[e.native,t.active],t),"mouseup"!==e.type&&"click"!==e.type||n.onClick&&n.onClick.call(t,e.native,t.active),t.lastActive.length&&t.updateHoverStyle(t.lastActive,a.mode,!1),t.active.length&&a.mode&&t.updateHoverStyle(t.active,a.mode,!0),r=!se.arrayEquals(t.active,t.lastActive),t.lastActive=t.active,r}}),Wn.instances={};var qn=Wn;Wn.Controller=Wn,Wn.types={},se.configMerge=Vn,se.scaleMerge=Rn;var Xn=function(){function e(e,t,n){var a;return"string"==typeof e?(a=parseInt(e,10),-1!==e.indexOf("%")&&(a=a/100*t.parentNode[n])):a=e,a}function t(e){return null!=e&&"none"!==e}function n(n,a,r){var o=document.defaultView,i=se._getParentNode(n),s=o.getComputedStyle(n)[a],l=o.getComputedStyle(i)[a],c=t(s),u=t(l),d=Number.POSITIVE_INFINITY;return c||u?Math.min(c?e(s,n,r):d,u?e(l,i,r):d):"none"}se.where=function(e,t){if(se.isArray(e)&&Array.prototype.filter)return e.filter(t);var n=[];return se.each(e,(function(e){t(e)&&n.push(e)})),n},se.findIndex=Array.prototype.findIndex?function(e,t,n){return e.findIndex(t,n)}:function(e,t,n){n=void 0===n?e:n;for(var a=0,r=e.length;a<r;++a)if(t.call(n,e[a],a,e))return a;return-1},se.findNextWhere=function(e,t,n){se.isNullOrUndef(n)&&(n=-1);for(var a=n+1;a<e.length;a++){var r=e[a];if(t(r))return r}},se.findPreviousWhere=function(e,t,n){se.isNullOrUndef(n)&&(n=e.length);for(var a=n-1;a>=0;a--){var r=e[a];if(t(r))return r}},se.isNumber=function(e){return!isNaN(parseFloat(e))&&isFinite(e)},se.almostEquals=function(e,t,n){return Math.abs(e-t)<n},se.almostWhole=function(e,t){var n=Math.round(e);return n-t<=e&&n+t>=e},se.max=function(e){return e.reduce((function(e,t){return isNaN(t)?e:Math.max(e,t)}),Number.NEGATIVE_INFINITY)},se.min=function(e){return e.reduce((function(e,t){return isNaN(t)?e:Math.min(e,t)}),Number.POSITIVE_INFINITY)},se.sign=Math.sign?function(e){return Math.sign(e)}:function(e){return 0==(e=+e)||isNaN(e)?e:e>0?1:-1},se.toRadians=function(e){return e*(Math.PI/180)},se.toDegrees=function(e){return e*(180/Math.PI)},se._decimalPlaces=function(e){if(se.isFinite(e)){for(var t=1,n=0;Math.round(e*t)/t!==e;)t*=10,n++;return n}},se.getAngleFromPoint=function(e,t){var n=t.x-e.x,a=t.y-e.y,r=Math.sqrt(n*n+a*a),o=Math.atan2(a,n);return o<-.5*Math.PI&&(o+=2*Math.PI),{angle:o,distance:r}},se.distanceBetweenPoints=function(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))},se.aliasPixel=function(e){return e%2==0?0:.5},se._alignPixel=function(e,t,n){var a=e.currentDevicePixelRatio,r=n/2;return Math.round((t-r)*a)/a+r},se.splineCurve=function(e,t,n,a){var r=e.skip?t:e,o=t,i=n.skip?t:n,s=Math.sqrt(Math.pow(o.x-r.x,2)+Math.pow(o.y-r.y,2)),l=Math.sqrt(Math.pow(i.x-o.x,2)+Math.pow(i.y-o.y,2)),c=s/(s+l),u=l/(s+l),d=a*(c=isNaN(c)?0:c),h=a*(u=isNaN(u)?0:u);return{previous:{x:o.x-d*(i.x-r.x),y:o.y-d*(i.y-r.y)},next:{x:o.x+h*(i.x-r.x),y:o.y+h*(i.y-r.y)}}},se.EPSILON=Number.EPSILON||1e-14,se.splineCurveMonotone=function(e){var t,n,a,r,o,i,s,l,c,u=(e||[]).map((function(e){return{model:e._model,deltaK:0,mK:0}})),d=u.length;for(t=0;t<d;++t)if(!(a=u[t]).model.skip){if(n=t>0?u[t-1]:null,(r=t<d-1?u[t+1]:null)&&!r.model.skip){var h=r.model.x-a.model.x;a.deltaK=0!==h?(r.model.y-a.model.y)/h:0}!n||n.model.skip?a.mK=a.deltaK:!r||r.model.skip?a.mK=n.deltaK:this.sign(n.deltaK)!==this.sign(a.deltaK)?a.mK=0:a.mK=(n.deltaK+a.deltaK)/2}for(t=0;t<d-1;++t)a=u[t],r=u[t+1],a.model.skip||r.model.skip||(se.almostEquals(a.deltaK,0,this.EPSILON)?a.mK=r.mK=0:(o=a.mK/a.deltaK,i=r.mK/a.deltaK,(l=Math.pow(o,2)+Math.pow(i,2))<=9||(s=3/Math.sqrt(l),a.mK=o*s*a.deltaK,r.mK=i*s*a.deltaK)));for(t=0;t<d;++t)(a=u[t]).model.skip||(n=t>0?u[t-1]:null,r=t<d-1?u[t+1]:null,n&&!n.model.skip&&(c=(a.model.x-n.model.x)/3,a.model.controlPointPreviousX=a.model.x-c,a.model.controlPointPreviousY=a.model.y-c*a.mK),r&&!r.model.skip&&(c=(r.model.x-a.model.x)/3,a.model.controlPointNextX=a.model.x+c,a.model.controlPointNextY=a.model.y+c*a.mK))},se.nextItem=function(e,t,n){return n?t>=e.length-1?e[0]:e[t+1]:t>=e.length-1?e[e.length-1]:e[t+1]},se.previousItem=function(e,t,n){return n?t<=0?e[e.length-1]:e[t-1]:t<=0?e[0]:e[t-1]},se.niceNum=function(e,t){var n=Math.floor(se.log10(e)),a=e/Math.pow(10,n);return(t?a<1.5?1:a<3?2:a<7?5:10:a<=1?1:a<=2?2:a<=5?5:10)*Math.pow(10,n)},se.requestAnimFrame="undefined"==typeof window?function(e){e()}:window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(e){return window.setTimeout(e,1e3/60)},se.getRelativePosition=function(e,t){var n,a,r=e.originalEvent||e,o=e.target||e.srcElement,i=o.getBoundingClientRect(),s=r.touches;s&&s.length>0?(n=s[0].clientX,a=s[0].clientY):(n=r.clientX,a=r.clientY);var l=parseFloat(se.getStyle(o,"padding-left")),c=parseFloat(se.getStyle(o,"padding-top")),u=parseFloat(se.getStyle(o,"padding-right")),d=parseFloat(se.getStyle(o,"padding-bottom")),h=i.right-i.left-l-u,p=i.bottom-i.top-c-d;return{x:n=Math.round((n-i.left-l)/h*o.width/t.currentDevicePixelRatio),y:a=Math.round((a-i.top-c)/p*o.height/t.currentDevicePixelRatio)}},se.getConstraintWidth=function(e){return n(e,"max-width","clientWidth")},se.getConstraintHeight=function(e){return n(e,"max-height","clientHeight")},se._calculatePadding=function(e,t,n){return(t=se.getStyle(e,t)).indexOf("%")>-1?n*parseInt(t,10)/100:parseInt(t,10)},se._getParentNode=function(e){var t=e.parentNode;return t&&"[object ShadowRoot]"===t.toString()&&(t=t.host),t},se.getMaximumWidth=function(e){var t=se._getParentNode(e);if(!t)return e.clientWidth;var n=t.clientWidth,a=n-se._calculatePadding(t,"padding-left",n)-se._calculatePadding(t,"padding-right",n),r=se.getConstraintWidth(e);return isNaN(r)?a:Math.min(a,r)},se.getMaximumHeight=function(e){var t=se._getParentNode(e);if(!t)return e.clientHeight;var n=t.clientHeight,a=n-se._calculatePadding(t,"padding-top",n)-se._calculatePadding(t,"padding-bottom",n),r=se.getConstraintHeight(e);return isNaN(r)?a:Math.min(a,r)},se.getStyle=function(e,t){return e.currentStyle?e.currentStyle[t]:document.defaultView.getComputedStyle(e,null).getPropertyValue(t)},se.retinaScale=function(e,t){var n=e.currentDevicePixelRatio=t||"undefined"!=typeof window&&window.devicePixelRatio||1;if(1!==n){var a=e.canvas,r=e.height,o=e.width;a.height=r*n,a.width=o*n,e.ctx.scale(n,n),a.style.height||a.style.width||(a.style.height=r+"px",a.style.width=o+"px")}},se.fontString=function(e,t,n){return t+" "+e+"px "+n},se.longestText=function(e,t,n,a){var r=(a=a||{}).data=a.data||{},o=a.garbageCollect=a.garbageCollect||[];a.font!==t&&(r=a.data={},o=a.garbageCollect=[],a.font=t),e.font=t;var i,s,l,c,u,d=0,h=n.length;for(i=0;i<h;i++)if(null!=(c=n[i])&&!0!==se.isArray(c))d=se.measureText(e,r,o,d,c);else if(se.isArray(c))for(s=0,l=c.length;s<l;s++)null==(u=c[s])||se.isArray(u)||(d=se.measureText(e,r,o,d,u));var p=o.length/2;if(p>n.length){for(i=0;i<p;i++)delete r[o[i]];o.splice(0,p)}return d},se.measureText=function(e,t,n,a,r){var o=t[r];return o||(o=t[r]=e.measureText(r).width,n.push(r)),o>a&&(a=o),a},se.numberOfLabelLines=function(e){var t=1;return se.each(e,(function(e){se.isArray(e)&&e.length>t&&(t=e.length)})),t},se.color=D?function(e){return e instanceof CanvasGradient&&(e=Q.global.defaultColor),D(e)}:function(e){return console.error("Color.js not found!"),e},se.getHoverColor=function(e){return e instanceof CanvasPattern||e instanceof CanvasGradient?e:se.color(e).saturate(.5).darken(.1).rgbString()}};function Jn(){throw new Error("This method is not implemented: either no adapter can be found or an incomplete integration was provided.")}function Kn(e){this.options=e||{}}se.extend(Kn.prototype,{formats:Jn,parse:Jn,format:Jn,add:Jn,diff:Jn,startOf:Jn,endOf:Jn,_create:function(e){return e}}),Kn.override=function(e){se.extend(Kn.prototype,e)};var Qn={_date:Kn},Zn={formatters:{values:function(e){return se.isArray(e)?e:""+e},linear:function(e,t,n){var a=n.length>3?n[2]-n[1]:n[1]-n[0];Math.abs(a)>1&&e!==Math.floor(e)&&(a=e-Math.floor(e));var r=se.log10(Math.abs(a)),o="";if(0!==e)if(Math.max(Math.abs(n[0]),Math.abs(n[n.length-1]))<1e-4){var i=se.log10(Math.abs(e)),s=Math.floor(i)-Math.floor(r);s=Math.max(Math.min(s,20),0),o=e.toExponential(s)}else{var l=-1*Math.floor(r);l=Math.max(Math.min(l,20),0),o=e.toFixed(l)}else o="0";return o},logarithmic:function(e,t,n){var a=e/Math.pow(10,Math.floor(se.log10(e)));return 0===e?"0":1===a||2===a||5===a||0===t||t===n.length-1?e.toExponential():""}}},ea=se.isArray,ta=se.isNullOrUndef,na=se.valueOrDefault,aa=se.valueAtIndexOrDefault;function ra(e,t){for(var n=[],a=e.length/t,r=0,o=e.length;r<o;r+=a)n.push(e[Math.floor(r)]);return n}function oa(e,t,n){var a,r=e.getTicks().length,o=Math.min(t,r-1),i=e.getPixelForTick(o),s=e._startPixel,l=e._endPixel,c=1e-6;if(!(n&&(a=1===r?Math.max(i-s,l-i):0===t?(e.getPixelForTick(1)-i)/2:(i-e.getPixelForTick(o-1))/2,(i+=o<t?a:-a)<s-c||i>l+c)))return i}function ia(e,t){se.each(e,(function(e){var n,a=e.gc,r=a.length/2;if(r>t){for(n=0;n<r;++n)delete e.data[a[n]];a.splice(0,r)}}))}function sa(e,t,n,a){var r,o,i,s,l,c,u,d,h,p,f,m,v,g=n.length,_=[],b=[],y=[],M=0,I=0;for(r=0;r<g;++r){if(s=n[r].label,l=n[r].major?t.major:t.minor,e.font=c=l.string,u=a[c]=a[c]||{data:{},gc:[]},d=l.lineHeight,h=p=0,ta(s)||ea(s)){if(ea(s))for(o=0,i=s.length;o<i;++o)f=s[o],ta(f)||ea(f)||(h=se.measureText(e,u.data,u.gc,h,f),p+=d)}else h=se.measureText(e,u.data,u.gc,h,s),p=d;_.push(h),b.push(p),y.push(d/2),M=Math.max(h,M),I=Math.max(p,I)}function B(e){return{width:_[e]||0,height:b[e]||0,offset:y[e]||0}}return ia(a,g),m=_.indexOf(M),v=b.indexOf(I),{first:B(0),last:B(g-1),widest:B(m),highest:B(v)}}function la(e){return e.drawTicks?e.tickMarkLength:0}function ca(e){var t,n;return e.display?(t=se.options._parseFont(e),n=se.options.toPadding(e.padding),t.lineHeight+n.height):0}function ua(e,t){return se.extend(se.options._parseFont({fontFamily:na(t.fontFamily,e.fontFamily),fontSize:na(t.fontSize,e.fontSize),fontStyle:na(t.fontStyle,e.fontStyle),lineHeight:na(t.lineHeight,e.lineHeight)}),{color:se.options.resolve([t.fontColor,e.fontColor,Q.global.defaultFontColor])})}function da(e){var t=ua(e,e.minor);return{minor:t,major:e.major.enabled?ua(e,e.major):t}}function ha(e){var t,n,a,r=[];for(n=0,a=e.length;n<a;++n)void 0!==(t=e[n])._index&&r.push(t);return r}function pa(e){var t,n,a=e.length;if(a<2)return!1;for(n=e[0],t=1;t<a;++t)if(e[t]-e[t-1]!==n)return!1;return n}function fa(e,t,n,a){var r,o,i,s,l=pa(e),c=(t.length-1)/a;if(!l)return Math.max(c,1);for(i=0,s=(r=se.math._factorize(l)).length-1;i<s;i++)if((o=r[i])>c)return o;return Math.max(c,1)}function ma(e){var t,n,a=[];for(t=0,n=e.length;t<n;t++)e[t].major&&a.push(t);return a}function va(e,t,n){var a,r,o=0,i=t[0];for(n=Math.ceil(n),a=0;a<e.length;a++)r=e[a],a===i?(r._index=a,i=t[++o*n]):delete r.label}function ga(e,t,n,a){var r,o,i,s,l=na(n,0),c=Math.min(na(a,e.length),e.length),u=0;for(t=Math.ceil(t),a&&(t=(r=a-n)/Math.floor(r/t)),s=l;s<0;)u++,s=Math.round(l+u*t);for(o=Math.max(l,0);o<c;o++)i=e[o],o===s?(i._index=o,u++,s=Math.round(l+u*t)):delete i.label}Q._set("scale",{display:!0,position:"left",offset:!1,gridLines:{display:!0,color:"rgba(0,0,0,0.1)",lineWidth:1,drawBorder:!0,drawOnChartArea:!0,drawTicks:!0,tickMarkLength:10,zeroLineWidth:1,zeroLineColor:"rgba(0,0,0,0.25)",zeroLineBorderDash:[],zeroLineBorderDashOffset:0,offsetGridLines:!1,borderDash:[],borderDashOffset:0},scaleLabel:{display:!1,labelString:"",padding:{top:4,bottom:4}},ticks:{beginAtZero:!1,minRotation:0,maxRotation:50,mirror:!1,padding:0,reverse:!1,display:!0,autoSkip:!0,autoSkipPadding:0,labelOffset:0,callback:Zn.formatters.values,minor:{},major:{}}});var _a=me.extend({zeroLineIndex:0,getPadding:function(){var e=this;return{left:e.paddingLeft||0,top:e.paddingTop||0,right:e.paddingRight||0,bottom:e.paddingBottom||0}},getTicks:function(){return this._ticks},_getLabels:function(){var e=this.chart.data;return this.options.labels||(this.isHorizontal()?e.xLabels:e.yLabels)||e.labels||[]},mergeTicksOptions:function(){},beforeUpdate:function(){se.callback(this.options.beforeUpdate,[this])},update:function(e,t,n){var a,r,o,i,s,l=this,c=l.options.ticks,u=c.sampleSize;if(l.beforeUpdate(),l.maxWidth=e,l.maxHeight=t,l.margins=se.extend({left:0,right:0,top:0,bottom:0},n),l._ticks=null,l.ticks=null,l._labelSizes=null,l._maxLabelLines=0,l.longestLabelWidth=0,l.longestTextCache=l.longestTextCache||{},l._gridLineItems=null,l._labelItems=null,l.beforeSetDimensions(),l.setDimensions(),l.afterSetDimensions(),l.beforeDataLimits(),l.determineDataLimits(),l.afterDataLimits(),l.beforeBuildTicks(),i=l.buildTicks()||[],(!(i=l.afterBuildTicks(i)||i)||!i.length)&&l.ticks)for(i=[],a=0,r=l.ticks.length;a<r;++a)i.push({value:l.ticks[a],major:!1});return l._ticks=i,s=u<i.length,o=l._convertTicksToLabels(s?ra(i,u):i),l._configure(),l.beforeCalculateTickRotation(),l.calculateTickRotation(),l.afterCalculateTickRotation(),l.beforeFit(),l.fit(),l.afterFit(),l._ticksToDraw=c.display&&(c.autoSkip||"auto"===c.source)?l._autoSkip(i):i,s&&(o=l._convertTicksToLabels(l._ticksToDraw)),l.ticks=o,l.afterUpdate(),l.minSize},_configure:function(){var e,t,n=this,a=n.options.ticks.reverse;n.isHorizontal()?(e=n.left,t=n.right):(e=n.top,t=n.bottom,a=!a),n._startPixel=e,n._endPixel=t,n._reversePixels=a,n._length=t-e},afterUpdate:function(){se.callback(this.options.afterUpdate,[this])},beforeSetDimensions:function(){se.callback(this.options.beforeSetDimensions,[this])},setDimensions:function(){var e=this;e.isHorizontal()?(e.width=e.maxWidth,e.left=0,e.right=e.width):(e.height=e.maxHeight,e.top=0,e.bottom=e.height),e.paddingLeft=0,e.paddingTop=0,e.paddingRight=0,e.paddingBottom=0},afterSetDimensions:function(){se.callback(this.options.afterSetDimensions,[this])},beforeDataLimits:function(){se.callback(this.options.beforeDataLimits,[this])},determineDataLimits:se.noop,afterDataLimits:function(){se.callback(this.options.afterDataLimits,[this])},beforeBuildTicks:function(){se.callback(this.options.beforeBuildTicks,[this])},buildTicks:se.noop,afterBuildTicks:function(e){var t=this;return ea(e)&&e.length?se.callback(t.options.afterBuildTicks,[t,e]):(t.ticks=se.callback(t.options.afterBuildTicks,[t,t.ticks])||t.ticks,e)},beforeTickToLabelConversion:function(){se.callback(this.options.beforeTickToLabelConversion,[this])},convertTicksToLabels:function(){var e=this,t=e.options.ticks;e.ticks=e.ticks.map(t.userCallback||t.callback,this)},afterTickToLabelConversion:function(){se.callback(this.options.afterTickToLabelConversion,[this])},beforeCalculateTickRotation:function(){se.callback(this.options.beforeCalculateTickRotation,[this])},calculateTickRotation:function(){var e,t,n,a,r,o,i,s=this,l=s.options,c=l.ticks,u=s.getTicks().length,d=c.minRotation||0,h=c.maxRotation,p=d;!s._isVisible()||!c.display||d>=h||u<=1||!s.isHorizontal()?s.labelRotation=d:(t=(e=s._getLabelSizes()).widest.width,n=e.highest.height-e.highest.offset,a=Math.min(s.maxWidth,s.chart.width-t),t+6>(r=l.offset?s.maxWidth/u:a/(u-1))&&(r=a/(u-(l.offset?.5:1)),o=s.maxHeight-la(l.gridLines)-c.padding-ca(l.scaleLabel),i=Math.sqrt(t*t+n*n),p=se.toDegrees(Math.min(Math.asin(Math.min((e.highest.height+6)/r,1)),Math.asin(Math.min(o/i,1))-Math.asin(n/i))),p=Math.max(d,Math.min(h,p))),s.labelRotation=p)},afterCalculateTickRotation:function(){se.callback(this.options.afterCalculateTickRotation,[this])},beforeFit:function(){se.callback(this.options.beforeFit,[this])},fit:function(){var e=this,t=e.minSize={width:0,height:0},n=e.chart,a=e.options,r=a.ticks,o=a.scaleLabel,i=a.gridLines,s=e._isVisible(),l="bottom"===a.position,c=e.isHorizontal();if(c?t.width=e.maxWidth:s&&(t.width=la(i)+ca(o)),c?s&&(t.height=la(i)+ca(o)):t.height=e.maxHeight,r.display&&s){var u=da(r),d=e._getLabelSizes(),h=d.first,p=d.last,f=d.widest,m=d.highest,v=.4*u.minor.lineHeight,g=r.padding;if(c){var _=0!==e.labelRotation,b=se.toRadians(e.labelRotation),y=Math.cos(b),M=Math.sin(b),I=M*f.width+y*(m.height-(_?m.offset:0))+(_?0:v);t.height=Math.min(e.maxHeight,t.height+I+g);var B,k,P=e.getPixelForTick(0)-e.left,T=e.right-e.getPixelForTick(e.getTicks().length-1);_?(B=l?y*h.width+M*h.offset:M*(h.height-h.offset),k=l?M*(p.height-p.offset):y*p.width+M*p.offset):(B=h.width/2,k=p.width/2),e.paddingLeft=Math.max((B-P)*e.width/(e.width-P),0)+3,e.paddingRight=Math.max((k-T)*e.width/(e.width-T),0)+3}else{var w=r.mirror?0:f.width+g+v;t.width=Math.min(e.maxWidth,t.width+w),e.paddingTop=h.height/2,e.paddingBottom=p.height/2}}e.handleMargins(),c?(e.width=e._length=n.width-e.margins.left-e.margins.right,e.height=t.height):(e.width=t.width,e.height=e._length=n.height-e.margins.top-e.margins.bottom)},handleMargins:function(){var e=this;e.margins&&(e.margins.left=Math.max(e.paddingLeft,e.margins.left),e.margins.top=Math.max(e.paddingTop,e.margins.top),e.margins.right=Math.max(e.paddingRight,e.margins.right),e.margins.bottom=Math.max(e.paddingBottom,e.margins.bottom))},afterFit:function(){se.callback(this.options.afterFit,[this])},isHorizontal:function(){var e=this.options.position;return"top"===e||"bottom"===e},isFullWidth:function(){return this.options.fullWidth},getRightValue:function(e){if(ta(e))return NaN;if(("number"==typeof e||e instanceof Number)&&!isFinite(e))return NaN;if(e)if(this.isHorizontal()){if(void 0!==e.x)return this.getRightValue(e.x)}else if(void 0!==e.y)return this.getRightValue(e.y);return e},_convertTicksToLabels:function(e){var t,n,a,r=this;for(r.ticks=e.map((function(e){return e.value})),r.beforeTickToLabelConversion(),t=r.convertTicksToLabels(e)||r.ticks,r.afterTickToLabelConversion(),n=0,a=e.length;n<a;++n)e[n].label=t[n];return t},_getLabelSizes:function(){var e=this,t=e._labelSizes;return t||(e._labelSizes=t=sa(e.ctx,da(e.options.ticks),e.getTicks(),e.longestTextCache),e.longestLabelWidth=t.widest.width),t},_parseValue:function(e){var t,n,a,r;return ea(e)?(t=+this.getRightValue(e[0]),n=+this.getRightValue(e[1]),a=Math.min(t,n),r=Math.max(t,n)):(t=void 0,n=e=+this.getRightValue(e),a=e,r=e),{min:a,max:r,start:t,end:n}},_getScaleLabel:function(e){var t=this._parseValue(e);return void 0!==t.start?"["+t.start+", "+t.end+"]":+this.getRightValue(e)},getLabelForIndex:se.noop,getPixelForValue:se.noop,getValueForPixel:se.noop,getPixelForTick:function(e){var t=this,n=t.options.offset,a=t._ticks.length,r=1/Math.max(a-(n?0:1),1);return e<0||e>a-1?null:t.getPixelForDecimal(e*r+(n?r/2:0))},getPixelForDecimal:function(e){var t=this;return t._reversePixels&&(e=1-e),t._startPixel+e*t._length},getDecimalForPixel:function(e){var t=(e-this._startPixel)/this._length;return this._reversePixels?1-t:t},getBasePixel:function(){return this.getPixelForValue(this.getBaseValue())},getBaseValue:function(){var e=this,t=e.min,n=e.max;return e.beginAtZero?0:t<0&&n<0?n:t>0&&n>0?t:0},_autoSkip:function(e){var t,n,a,r,o=this,i=o.options.ticks,s=o._length,l=i.maxTicksLimit||s/o._tickSize()+1,c=i.major.enabled?ma(e):[],u=c.length,d=c[0],h=c[u-1];if(u>l)return va(e,c,u/l),ha(e);if(a=fa(c,e,s,l),u>0){for(t=0,n=u-1;t<n;t++)ga(e,a,c[t],c[t+1]);return r=u>1?(h-d)/(u-1):null,ga(e,a,se.isNullOrUndef(r)?0:d-r,d),ga(e,a,h,se.isNullOrUndef(r)?e.length:h+r),ha(e)}return ga(e,a),ha(e)},_tickSize:function(){var e=this,t=e.options.ticks,n=se.toRadians(e.labelRotation),a=Math.abs(Math.cos(n)),r=Math.abs(Math.sin(n)),o=e._getLabelSizes(),i=t.autoSkipPadding||0,s=o?o.widest.width+i:0,l=o?o.highest.height+i:0;return e.isHorizontal()?l*a>s*r?s/a:l/r:l*r<s*a?l/a:s/r},_isVisible:function(){var e,t,n,a=this,r=a.chart,o=a.options.display;if("auto"!==o)return!!o;for(e=0,t=r.data.datasets.length;e<t;++e)if(r.isDatasetVisible(e)&&((n=r.getDatasetMeta(e)).xAxisID===a.id||n.yAxisID===a.id))return!0;return!1},_computeGridLineItems:function(e){var t,n,a,r,o,i,s,l,c,u,d,h,p,f,m,v,g,_=this,b=_.chart,y=_.options,M=y.gridLines,I=y.position,B=M.offsetGridLines,k=_.isHorizontal(),P=_._ticksToDraw,T=P.length+(B?1:0),w=la(M),E=[],O=M.drawBorder?aa(M.lineWidth,0,0):0,A=O/2,L=se._alignPixel,S=function(e){return L(b,e,O)};for("top"===I?(t=S(_.bottom),s=_.bottom-w,c=t-A,d=S(e.top)+A,p=e.bottom):"bottom"===I?(t=S(_.top),d=e.top,p=S(e.bottom)-A,s=t+A,c=_.top+w):"left"===I?(t=S(_.right),i=_.right-w,l=t-A,u=S(e.left)+A,h=e.right):(t=S(_.left),u=e.left,h=S(e.right)-A,i=t+A,l=_.left+w),n=0;n<T;++n)a=P[n]||{},ta(a.label)&&n<P.length||(n===_.zeroLineIndex&&y.offset===B?(f=M.zeroLineWidth,m=M.zeroLineColor,v=M.zeroLineBorderDash||[],g=M.zeroLineBorderDashOffset||0):(f=aa(M.lineWidth,n,1),m=aa(M.color,n,"rgba(0,0,0,0.1)"),v=M.borderDash||[],g=M.borderDashOffset||0),void 0!==(r=oa(_,a._index||n,B))&&(o=L(b,r,f),k?i=l=u=h=o:s=c=d=p=o,E.push({tx1:i,ty1:s,tx2:l,ty2:c,x1:u,y1:d,x2:h,y2:p,width:f,color:m,borderDash:v,borderDashOffset:g})));return E.ticksLength=T,E.borderValue=t,E},_computeLabelItems:function(){var e,t,n,a,r,o,i,s,l,c,u,d,h=this,p=h.options,f=p.ticks,m=p.position,v=f.mirror,g=h.isHorizontal(),_=h._ticksToDraw,b=da(f),y=f.padding,M=la(p.gridLines),I=-se.toRadians(h.labelRotation),B=[];for("top"===m?(o=h.bottom-M-y,i=I?"left":"center"):"bottom"===m?(o=h.top+M+y,i=I?"right":"center"):"left"===m?(r=h.right-(v?0:M)-y,i=v?"left":"right"):(r=h.left+(v?0:M)+y,i=v?"right":"left"),e=0,t=_.length;e<t;++e)a=(n=_[e]).label,ta(a)||(s=h.getPixelForTick(n._index||e)+f.labelOffset,c=(l=n.major?b.major:b.minor).lineHeight,u=ea(a)?a.length:1,g?(r=s,d="top"===m?((I?1:.5)-u)*c:(I?0:.5)*c):(o=s,d=(1-u)*c/2),B.push({x:r,y:o,rotation:I,label:a,font:l,textOffset:d,textAlign:i}));return B},_drawGrid:function(e){var t=this,n=t.options.gridLines;if(n.display){var a,r,o,i,s,l=t.ctx,c=t.chart,u=se._alignPixel,d=n.drawBorder?aa(n.lineWidth,0,0):0,h=t._gridLineItems||(t._gridLineItems=t._computeGridLineItems(e));for(o=0,i=h.length;o<i;++o)a=(s=h[o]).width,r=s.color,a&&r&&(l.save(),l.lineWidth=a,l.strokeStyle=r,l.setLineDash&&(l.setLineDash(s.borderDash),l.lineDashOffset=s.borderDashOffset),l.beginPath(),n.drawTicks&&(l.moveTo(s.tx1,s.ty1),l.lineTo(s.tx2,s.ty2)),n.drawOnChartArea&&(l.moveTo(s.x1,s.y1),l.lineTo(s.x2,s.y2)),l.stroke(),l.restore());if(d){var p,f,m,v,g=d,_=aa(n.lineWidth,h.ticksLength-1,1),b=h.borderValue;t.isHorizontal()?(p=u(c,t.left,g)-g/2,f=u(c,t.right,_)+_/2,m=v=b):(m=u(c,t.top,g)-g/2,v=u(c,t.bottom,_)+_/2,p=f=b),l.lineWidth=d,l.strokeStyle=aa(n.color,0),l.beginPath(),l.moveTo(p,m),l.lineTo(f,v),l.stroke()}}},_drawLabels:function(){var e=this;if(e.options.ticks.display){var t,n,a,r,o,i,s,l,c=e.ctx,u=e._labelItems||(e._labelItems=e._computeLabelItems());for(t=0,a=u.length;t<a;++t){if(i=(o=u[t]).font,c.save(),c.translate(o.x,o.y),c.rotate(o.rotation),c.font=i.string,c.fillStyle=i.color,c.textBaseline="middle",c.textAlign=o.textAlign,s=o.label,l=o.textOffset,ea(s))for(n=0,r=s.length;n<r;++n)c.fillText(""+s[n],0,l),l+=i.lineHeight;else c.fillText(s,0,l);c.restore()}}},_drawTitle:function(){var e=this,t=e.ctx,n=e.options,a=n.scaleLabel;if(a.display){var r,o,i=na(a.fontColor,Q.global.defaultFontColor),s=se.options._parseFont(a),l=se.options.toPadding(a.padding),c=s.lineHeight/2,u=n.position,d=0;if(e.isHorizontal())r=e.left+e.width/2,o="bottom"===u?e.bottom-c-l.bottom:e.top+c+l.top;else{var h="left"===u;r=h?e.left+c+l.top:e.right-c-l.top,o=e.top+e.height/2,d=h?-.5*Math.PI:.5*Math.PI}t.save(),t.translate(r,o),t.rotate(d),t.textAlign="center",t.textBaseline="middle",t.fillStyle=i,t.font=s.string,t.fillText(a.labelString,0,0),t.restore()}},draw:function(e){var t=this;t._isVisible()&&(t._drawGrid(e),t._drawTitle(),t._drawLabels())},_layers:function(){var e=this,t=e.options,n=t.ticks&&t.ticks.z||0,a=t.gridLines&&t.gridLines.z||0;return e._isVisible()&&n!==a&&e.draw===e._draw?[{z:a,draw:function(){e._drawGrid.apply(e,arguments),e._drawTitle.apply(e,arguments)}},{z:n,draw:function(){e._drawLabels.apply(e,arguments)}}]:[{z:n,draw:function(){e.draw.apply(e,arguments)}}]},_getMatchingVisibleMetas:function(e){var t=this,n=t.isHorizontal();return t.chart._getSortedVisibleDatasetMetas().filter((function(a){return(!e||a.type===e)&&(n?a.xAxisID===t.id:a.yAxisID===t.id)}))}});_a.prototype._draw=_a.prototype.draw;var ba=_a,ya=se.isNullOrUndef,Ma={position:"bottom"},Ia=ba.extend({determineDataLimits:function(){var e,t=this,n=t._getLabels(),a=t.options.ticks,r=a.min,o=a.max,i=0,s=n.length-1;void 0!==r&&(e=n.indexOf(r))>=0&&(i=e),void 0!==o&&(e=n.indexOf(o))>=0&&(s=e),t.minIndex=i,t.maxIndex=s,t.min=n[i],t.max=n[s]},buildTicks:function(){var e=this,t=e._getLabels(),n=e.minIndex,a=e.maxIndex;e.ticks=0===n&&a===t.length-1?t:t.slice(n,a+1)},getLabelForIndex:function(e,t){var n=this,a=n.chart;return a.getDatasetMeta(t).controller._getValueScaleId()===n.id?n.getRightValue(a.data.datasets[t].data[e]):n._getLabels()[e]},_configure:function(){var e=this,t=e.options.offset,n=e.ticks;ba.prototype._configure.call(e),e.isHorizontal()||(e._reversePixels=!e._reversePixels),n&&(e._startValue=e.minIndex-(t?.5:0),e._valueRange=Math.max(n.length-(t?0:1),1))},getPixelForValue:function(e,t,n){var a,r,o,i=this;return ya(t)||ya(n)||(e=i.chart.data.datasets[n].data[t]),ya(e)||(a=i.isHorizontal()?e.x:e.y),(void 0!==a||void 0!==e&&isNaN(t))&&(r=i._getLabels(),e=se.valueOrDefault(a,e),t=-1!==(o=r.indexOf(e))?o:t,isNaN(t)&&(t=e)),i.getPixelForDecimal((t-i._startValue)/i._valueRange)},getPixelForTick:function(e){var t=this.ticks;return e<0||e>t.length-1?null:this.getPixelForValue(t[e],e+this.minIndex)},getValueForPixel:function(e){var t=this,n=Math.round(t._startValue+t.getDecimalForPixel(e)*t._valueRange);return Math.min(Math.max(n,0),t.ticks.length-1)},getBasePixel:function(){return this.bottom}}),Ba=Ma;Ia._defaults=Ba;var ka=se.noop,Pa=se.isNullOrUndef;function Ta(e,t){var n,a,r,o,i=[],s=1e-14,l=e.stepSize,c=l||1,u=e.maxTicks-1,d=e.min,h=e.max,p=e.precision,f=t.min,m=t.max,v=se.niceNum((m-f)/u/c)*c;if(v<s&&Pa(d)&&Pa(h))return[f,m];(o=Math.ceil(m/v)-Math.floor(f/v))>u&&(v=se.niceNum(o*v/u/c)*c),l||Pa(p)?n=Math.pow(10,se._decimalPlaces(v)):(n=Math.pow(10,p),v=Math.ceil(v*n)/n),a=Math.floor(f/v)*v,r=Math.ceil(m/v)*v,l&&(!Pa(d)&&se.almostWhole(d/v,v/1e3)&&(a=d),!Pa(h)&&se.almostWhole(h/v,v/1e3)&&(r=h)),o=(r-a)/v,o=se.almostEquals(o,Math.round(o),v/1e3)?Math.round(o):Math.ceil(o),a=Math.round(a*n)/n,r=Math.round(r*n)/n,i.push(Pa(d)?a:d);for(var g=1;g<o;++g)i.push(Math.round((a+g*v)*n)/n);return i.push(Pa(h)?r:h),i}var wa=ba.extend({getRightValue:function(e){return"string"==typeof e?+e:ba.prototype.getRightValue.call(this,e)},handleTickRangeOptions:function(){var e=this,t=e.options.ticks;if(t.beginAtZero){var n=se.sign(e.min),a=se.sign(e.max);n<0&&a<0?e.max=0:n>0&&a>0&&(e.min=0)}var r=void 0!==t.min||void 0!==t.suggestedMin,o=void 0!==t.max||void 0!==t.suggestedMax;void 0!==t.min?e.min=t.min:void 0!==t.suggestedMin&&(null===e.min?e.min=t.suggestedMin:e.min=Math.min(e.min,t.suggestedMin)),void 0!==t.max?e.max=t.max:void 0!==t.suggestedMax&&(null===e.max?e.max=t.suggestedMax:e.max=Math.max(e.max,t.suggestedMax)),r!==o&&e.min>=e.max&&(r?e.max=e.min+1:e.min=e.max-1),e.min===e.max&&(e.max++,t.beginAtZero||e.min--)},getTickLimit:function(){var e,t=this,n=t.options.ticks,a=n.stepSize,r=n.maxTicksLimit;return a?e=Math.ceil(t.max/a)-Math.floor(t.min/a)+1:(e=t._computeTickLimit(),r=r||11),r&&(e=Math.min(r,e)),e},_computeTickLimit:function(){return Number.POSITIVE_INFINITY},handleDirectionalChanges:ka,buildTicks:function(){var e=this,t=e.options.ticks,n=e.getTickLimit(),a={maxTicks:n=Math.max(2,n),min:t.min,max:t.max,precision:t.precision,stepSize:se.valueOrDefault(t.fixedStepSize,t.stepSize)},r=e.ticks=Ta(a,e);e.handleDirectionalChanges(),e.max=se.max(r),e.min=se.min(r),t.reverse?(r.reverse(),e.start=e.max,e.end=e.min):(e.start=e.min,e.end=e.max)},convertTicksToLabels:function(){var e=this;e.ticksAsNumbers=e.ticks.slice(),e.zeroLineIndex=e.ticks.indexOf(0),ba.prototype.convertTicksToLabels.call(e)},_configure:function(){var e,t=this,n=t.getTicks(),a=t.min,r=t.max;ba.prototype._configure.call(t),t.options.offset&&n.length&&(a-=e=(r-a)/Math.max(n.length-1,1)/2,r+=e),t._startValue=a,t._endValue=r,t._valueRange=r-a}}),Ea={position:"left",ticks:{callback:Zn.formatters.linear}},Oa=0,Aa=1;function La(e,t,n){var a=[n.type,void 0===t&&void 0===n.stack?n.index:"",n.stack].join(".");return void 0===e[a]&&(e[a]={pos:[],neg:[]}),e[a]}function Sa(e,t,n,a){var r,o,i=e.options,s=La(t,i.stacked,n),l=s.pos,c=s.neg,u=a.length;for(r=0;r<u;++r)o=e._parseValue(a[r]),isNaN(o.min)||isNaN(o.max)||n.data[r].hidden||(l[r]=l[r]||0,c[r]=c[r]||0,i.relativePoints?l[r]=100:o.min<0||o.max<0?c[r]+=o.min:l[r]+=o.max)}function Ca(e,t,n){var a,r,o=n.length;for(a=0;a<o;++a)r=e._parseValue(n[a]),isNaN(r.min)||isNaN(r.max)||t.data[a].hidden||(e.min=Math.min(e.min,r.min),e.max=Math.max(e.max,r.max))}var za=wa.extend({determineDataLimits:function(){var e,t,n,a,r=this,o=r.options,i=r.chart.data.datasets,s=r._getMatchingVisibleMetas(),l=o.stacked,c={},u=s.length;if(r.min=Number.POSITIVE_INFINITY,r.max=Number.NEGATIVE_INFINITY,void 0===l)for(e=0;!l&&e<u;++e)l=void 0!==(t=s[e]).stack;for(e=0;e<u;++e)n=i[(t=s[e]).index].data,l?Sa(r,c,t,n):Ca(r,t,n);se.each(c,(function(e){a=e.pos.concat(e.neg),r.min=Math.min(r.min,se.min(a)),r.max=Math.max(r.max,se.max(a))})),r.min=se.isFinite(r.min)&&!isNaN(r.min)?r.min:Oa,r.max=se.isFinite(r.max)&&!isNaN(r.max)?r.max:Aa,r.handleTickRangeOptions()},_computeTickLimit:function(){var e,t=this;return t.isHorizontal()?Math.ceil(t.width/40):(e=se.options._parseFont(t.options.ticks),Math.ceil(t.height/e.lineHeight))},handleDirectionalChanges:function(){this.isHorizontal()||this.ticks.reverse()},getLabelForIndex:function(e,t){return this._getScaleLabel(this.chart.data.datasets[t].data[e])},getPixelForValue:function(e){var t=this;return t.getPixelForDecimal((+t.getRightValue(e)-t._startValue)/t._valueRange)},getValueForPixel:function(e){return this._startValue+this.getDecimalForPixel(e)*this._valueRange},getPixelForTick:function(e){var t=this.ticksAsNumbers;return e<0||e>t.length-1?null:this.getPixelForValue(t[e])}}),xa=Ea;za._defaults=xa;var Da=se.valueOrDefault,Fa=se.math.log10;function Ha(e,t){var n,a,r=[],o=Da(e.min,Math.pow(10,Math.floor(Fa(t.min)))),i=Math.floor(Fa(t.max)),s=Math.ceil(t.max/Math.pow(10,i));0===o?(n=Math.floor(Fa(t.minNotZero)),a=Math.floor(t.minNotZero/Math.pow(10,n)),r.push(o),o=a*Math.pow(10,n)):(n=Math.floor(Fa(o)),a=Math.floor(o/Math.pow(10,n)));var l=n<0?Math.pow(10,Math.abs(n)):1;do{r.push(o),10==++a&&(a=1,l=++n>=0?1:l),o=Math.round(a*Math.pow(10,n)*l)/l}while(n<i||n===i&&a<s);var c=Da(e.max,o);return r.push(c),r}var Na={position:"left",ticks:{callback:Zn.formatters.logarithmic}};function Ra(e,t){return se.isFinite(e)&&e>=0?e:t}var Va=ba.extend({determineDataLimits:function(){var e,t,n,a,r,o,i=this,s=i.options,l=i.chart,c=l.data.datasets,u=i.isHorizontal();function d(e){return u?e.xAxisID===i.id:e.yAxisID===i.id}i.min=Number.POSITIVE_INFINITY,i.max=Number.NEGATIVE_INFINITY,i.minNotZero=Number.POSITIVE_INFINITY;var h=s.stacked;if(void 0===h)for(e=0;e<c.length;e++)if(t=l.getDatasetMeta(e),l.isDatasetVisible(e)&&d(t)&&void 0!==t.stack){h=!0;break}if(s.stacked||h){var p={};for(e=0;e<c.length;e++){var f=[(t=l.getDatasetMeta(e)).type,void 0===s.stacked&&void 0===t.stack?e:"",t.stack].join(".");if(l.isDatasetVisible(e)&&d(t))for(void 0===p[f]&&(p[f]=[]),r=0,o=(a=c[e].data).length;r<o;r++){var m=p[f];n=i._parseValue(a[r]),isNaN(n.min)||isNaN(n.max)||t.data[r].hidden||n.min<0||n.max<0||(m[r]=m[r]||0,m[r]+=n.max)}}se.each(p,(function(e){if(e.length>0){var t=se.min(e),n=se.max(e);i.min=Math.min(i.min,t),i.max=Math.max(i.max,n)}}))}else for(e=0;e<c.length;e++)if(t=l.getDatasetMeta(e),l.isDatasetVisible(e)&&d(t))for(r=0,o=(a=c[e].data).length;r<o;r++)n=i._parseValue(a[r]),isNaN(n.min)||isNaN(n.max)||t.data[r].hidden||n.min<0||n.max<0||(i.min=Math.min(n.min,i.min),i.max=Math.max(n.max,i.max),0!==n.min&&(i.minNotZero=Math.min(n.min,i.minNotZero)));i.min=se.isFinite(i.min)?i.min:null,i.max=se.isFinite(i.max)?i.max:null,i.minNotZero=se.isFinite(i.minNotZero)?i.minNotZero:null,this.handleTickRangeOptions()},handleTickRangeOptions:function(){var e=this,t=e.options.ticks,n=1,a=10;e.min=Ra(t.min,e.min),e.max=Ra(t.max,e.max),e.min===e.max&&(0!==e.min&&null!==e.min?(e.min=Math.pow(10,Math.floor(Fa(e.min))-1),e.max=Math.pow(10,Math.floor(Fa(e.max))+1)):(e.min=n,e.max=a)),null===e.min&&(e.min=Math.pow(10,Math.floor(Fa(e.max))-1)),null===e.max&&(e.max=0!==e.min?Math.pow(10,Math.floor(Fa(e.min))+1):a),null===e.minNotZero&&(e.min>0?e.minNotZero=e.min:e.max<1?e.minNotZero=Math.pow(10,Math.floor(Fa(e.max))):e.minNotZero=n)},buildTicks:function(){var e=this,t=e.options.ticks,n=!e.isHorizontal(),a={min:Ra(t.min),max:Ra(t.max)},r=e.ticks=Ha(a,e);e.max=se.max(r),e.min=se.min(r),t.reverse?(n=!n,e.start=e.max,e.end=e.min):(e.start=e.min,e.end=e.max),n&&r.reverse()},convertTicksToLabels:function(){this.tickValues=this.ticks.slice(),ba.prototype.convertTicksToLabels.call(this)},getLabelForIndex:function(e,t){return this._getScaleLabel(this.chart.data.datasets[t].data[e])},getPixelForTick:function(e){var t=this.tickValues;return e<0||e>t.length-1?null:this.getPixelForValue(t[e])},_getFirstTickValue:function(e){var t=Math.floor(Fa(e));return Math.floor(e/Math.pow(10,t))*Math.pow(10,t)},_configure:function(){var e=this,t=e.min,n=0;ba.prototype._configure.call(e),0===t&&(t=e._getFirstTickValue(e.minNotZero),n=Da(e.options.ticks.fontSize,Q.global.defaultFontSize)/e._length),e._startValue=Fa(t),e._valueOffset=n,e._valueRange=(Fa(e.max)-Fa(t))/(1-n)},getPixelForValue:function(e){var t=this,n=0;return(e=+t.getRightValue(e))>t.min&&e>0&&(n=(Fa(e)-t._startValue)/t._valueRange+t._valueOffset),t.getPixelForDecimal(n)},getValueForPixel:function(e){var t=this,n=t.getDecimalForPixel(e);return 0===n&&0===t.min?0:Math.pow(10,t._startValue+(n-t._valueOffset)*t._valueRange)}}),Ya=Na;Va._defaults=Ya;var ja=se.valueOrDefault,$a=se.valueAtIndexOrDefault,Ua=se.options.resolve,Ga={display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,color:"rgba(0,0,0,0.1)",lineWidth:1,borderDash:[],borderDashOffset:0},gridLines:{circular:!1},ticks:{showLabelBackdrop:!0,backdropColor:"rgba(255,255,255,0.75)",backdropPaddingY:2,backdropPaddingX:2,callback:Zn.formatters.linear},pointLabels:{display:!0,fontSize:10,callback:function(e){return e}}};function Wa(e){var t=e.ticks;return t.display&&e.display?ja(t.fontSize,Q.global.defaultFontSize)+2*t.backdropPaddingY:0}function qa(e,t,n){return se.isArray(n)?{w:se.longestText(e,e.font,n),h:n.length*t}:{w:e.measureText(n).width,h:t}}function Xa(e,t,n,a,r){return e===a||e===r?{start:t-n/2,end:t+n/2}:e<a||e>r?{start:t-n,end:t}:{start:t,end:t+n}}function Ja(e){var t,n,a,r=se.options._parseFont(e.options.pointLabels),o={l:0,r:e.width,t:0,b:e.height-e.paddingTop},i={};e.ctx.font=r.string,e._pointLabelSizes=[];var s=e.chart.data.labels.length;for(t=0;t<s;t++){a=e.getPointPosition(t,e.drawingArea+5),n=qa(e.ctx,r.lineHeight,e.pointLabels[t]),e._pointLabelSizes[t]=n;var l=e.getIndexAngle(t),c=se.toDegrees(l)%360,u=Xa(c,a.x,n.w,0,180),d=Xa(c,a.y,n.h,90,270);u.start<o.l&&(o.l=u.start,i.l=l),u.end>o.r&&(o.r=u.end,i.r=l),d.start<o.t&&(o.t=d.start,i.t=l),d.end>o.b&&(o.b=d.end,i.b=l)}e.setReductions(e.drawingArea,o,i)}function Ka(e){return 0===e||180===e?"center":e<180?"left":"right"}function Qa(e,t,n,a){var r,o,i=n.y+a/2;if(se.isArray(t))for(r=0,o=t.length;r<o;++r)e.fillText(t[r],n.x,i),i+=a;else e.fillText(t,n.x,i)}function Za(e,t,n){90===e||270===e?n.y-=t.h/2:(e>270||e<90)&&(n.y-=t.h)}function er(e){var t=e.ctx,n=e.options,a=n.pointLabels,r=Wa(n),o=e.getDistanceFromCenterForValue(n.ticks.reverse?e.min:e.max),i=se.options._parseFont(a);t.save(),t.font=i.string,t.textBaseline="middle";for(var s=e.chart.data.labels.length-1;s>=0;s--){var l=0===s?r/2:0,c=e.getPointPosition(s,o+l+5),u=$a(a.fontColor,s,Q.global.defaultFontColor);t.fillStyle=u;var d=e.getIndexAngle(s),h=se.toDegrees(d);t.textAlign=Ka(h),Za(h,e._pointLabelSizes[s],c),Qa(t,e.pointLabels[s],c,i.lineHeight)}t.restore()}function tr(e,t,n,a){var r,o=e.ctx,i=t.circular,s=e.chart.data.labels.length,l=$a(t.color,a-1),c=$a(t.lineWidth,a-1);if((i||s)&&l&&c){if(o.save(),o.strokeStyle=l,o.lineWidth=c,o.setLineDash&&(o.setLineDash(t.borderDash||[]),o.lineDashOffset=t.borderDashOffset||0),o.beginPath(),i)o.arc(e.xCenter,e.yCenter,n,0,2*Math.PI);else{r=e.getPointPosition(0,n),o.moveTo(r.x,r.y);for(var u=1;u<s;u++)r=e.getPointPosition(u,n),o.lineTo(r.x,r.y)}o.closePath(),o.stroke(),o.restore()}}function nr(e){return se.isNumber(e)?e:0}var ar=wa.extend({setDimensions:function(){var e=this;e.width=e.maxWidth,e.height=e.maxHeight,e.paddingTop=Wa(e.options)/2,e.xCenter=Math.floor(e.width/2),e.yCenter=Math.floor((e.height-e.paddingTop)/2),e.drawingArea=Math.min(e.height-e.paddingTop,e.width)/2},determineDataLimits:function(){var e=this,t=e.chart,n=Number.POSITIVE_INFINITY,a=Number.NEGATIVE_INFINITY;se.each(t.data.datasets,(function(r,o){if(t.isDatasetVisible(o)){var i=t.getDatasetMeta(o);se.each(r.data,(function(t,r){var o=+e.getRightValue(t);isNaN(o)||i.data[r].hidden||(n=Math.min(o,n),a=Math.max(o,a))}))}})),e.min=n===Number.POSITIVE_INFINITY?0:n,e.max=a===Number.NEGATIVE_INFINITY?0:a,e.handleTickRangeOptions()},_computeTickLimit:function(){return Math.ceil(this.drawingArea/Wa(this.options))},convertTicksToLabels:function(){var e=this;wa.prototype.convertTicksToLabels.call(e),e.pointLabels=e.chart.data.labels.map((function(){var t=se.callback(e.options.pointLabels.callback,arguments,e);return t||0===t?t:""}))},getLabelForIndex:function(e,t){return+this.getRightValue(this.chart.data.datasets[t].data[e])},fit:function(){var e=this,t=e.options;t.display&&t.pointLabels.display?Ja(e):e.setCenterPoint(0,0,0,0)},setReductions:function(e,t,n){var a=this,r=t.l/Math.sin(n.l),o=Math.max(t.r-a.width,0)/Math.sin(n.r),i=-t.t/Math.cos(n.t),s=-Math.max(t.b-(a.height-a.paddingTop),0)/Math.cos(n.b);r=nr(r),o=nr(o),i=nr(i),s=nr(s),a.drawingArea=Math.min(Math.floor(e-(r+o)/2),Math.floor(e-(i+s)/2)),a.setCenterPoint(r,o,i,s)},setCenterPoint:function(e,t,n,a){var r=this,o=r.width-t-r.drawingArea,i=e+r.drawingArea,s=n+r.drawingArea,l=r.height-r.paddingTop-a-r.drawingArea;r.xCenter=Math.floor((i+o)/2+r.left),r.yCenter=Math.floor((s+l)/2+r.top+r.paddingTop)},getIndexAngle:function(e){var t=this.chart,n=(e*(360/t.data.labels.length)+((t.options||{}).startAngle||0))%360;return(n<0?n+360:n)*Math.PI*2/360},getDistanceFromCenterForValue:function(e){var t=this;if(se.isNullOrUndef(e))return NaN;var n=t.drawingArea/(t.max-t.min);return t.options.ticks.reverse?(t.max-e)*n:(e-t.min)*n},getPointPosition:function(e,t){var n=this,a=n.getIndexAngle(e)-Math.PI/2;return{x:Math.cos(a)*t+n.xCenter,y:Math.sin(a)*t+n.yCenter}},getPointPositionForValue:function(e,t){return this.getPointPosition(e,this.getDistanceFromCenterForValue(t))},getBasePosition:function(e){var t=this,n=t.min,a=t.max;return t.getPointPositionForValue(e||0,t.beginAtZero?0:n<0&&a<0?a:n>0&&a>0?n:0)},_drawGrid:function(){var e,t,n,a=this,r=a.ctx,o=a.options,i=o.gridLines,s=o.angleLines,l=ja(s.lineWidth,i.lineWidth),c=ja(s.color,i.color);if(o.pointLabels.display&&er(a),i.display&&se.each(a.ticks,(function(e,n){0!==n&&(t=a.getDistanceFromCenterForValue(a.ticksAsNumbers[n]),tr(a,i,t,n))})),s.display&&l&&c){for(r.save(),r.lineWidth=l,r.strokeStyle=c,r.setLineDash&&(r.setLineDash(Ua([s.borderDash,i.borderDash,[]])),r.lineDashOffset=Ua([s.borderDashOffset,i.borderDashOffset,0])),e=a.chart.data.labels.length-1;e>=0;e--)t=a.getDistanceFromCenterForValue(o.ticks.reverse?a.min:a.max),n=a.getPointPosition(e,t),r.beginPath(),r.moveTo(a.xCenter,a.yCenter),r.lineTo(n.x,n.y),r.stroke();r.restore()}},_drawLabels:function(){var e=this,t=e.ctx,n=e.options.ticks;if(n.display){var a,r,o=e.getIndexAngle(0),i=se.options._parseFont(n),s=ja(n.fontColor,Q.global.defaultFontColor);t.save(),t.font=i.string,t.translate(e.xCenter,e.yCenter),t.rotate(o),t.textAlign="center",t.textBaseline="middle",se.each(e.ticks,(function(o,l){(0!==l||n.reverse)&&(a=e.getDistanceFromCenterForValue(e.ticksAsNumbers[l]),n.showLabelBackdrop&&(r=t.measureText(o).width,t.fillStyle=n.backdropColor,t.fillRect(-r/2-n.backdropPaddingX,-a-i.size/2-n.backdropPaddingY,r+2*n.backdropPaddingX,i.size+2*n.backdropPaddingY)),t.fillStyle=s,t.fillText(o,0,-a))})),t.restore()}},_drawTitle:se.noop}),rr=Ga;ar._defaults=rr;var or=se._deprecated,ir=se.options.resolve,sr=se.valueOrDefault,lr=Number.MIN_SAFE_INTEGER||-9007199254740991,cr=Number.MAX_SAFE_INTEGER||9007199254740991,ur={millisecond:{common:!0,size:1,steps:1e3},second:{common:!0,size:1e3,steps:60},minute:{common:!0,size:6e4,steps:60},hour:{common:!0,size:36e5,steps:24},day:{common:!0,size:864e5,steps:30},week:{common:!1,size:6048e5,steps:4},month:{common:!0,size:2628e6,steps:12},quarter:{common:!1,size:7884e6,steps:4},year:{common:!0,size:3154e7}},dr=Object.keys(ur);function hr(e,t){return e-t}function pr(e){var t,n,a,r={},o=[];for(t=0,n=e.length;t<n;++t)r[a=e[t]]||(r[a]=!0,o.push(a));return o}function fr(e){return se.valueOrDefault(e.time.min,e.ticks.min)}function mr(e){return se.valueOrDefault(e.time.max,e.ticks.max)}function vr(e,t,n,a){if("linear"===a||!e.length)return[{time:t,pos:0},{time:n,pos:1}];var r,o,i,s,l,c=[],u=[t];for(r=0,o=e.length;r<o;++r)(s=e[r])>t&&s<n&&u.push(s);for(u.push(n),r=0,o=u.length;r<o;++r)l=u[r+1],i=u[r-1],s=u[r],void 0!==i&&void 0!==l&&Math.round((l+i)/2)===s||c.push({time:s,pos:r/(o-1)});return c}function gr(e,t,n){for(var a,r,o,i=0,s=e.length-1;i>=0&&i<=s;){if(r=e[(a=i+s>>1)-1]||null,o=e[a],!r)return{lo:null,hi:o};if(o[t]<n)i=a+1;else{if(!(r[t]>n))return{lo:r,hi:o};s=a-1}}return{lo:o,hi:null}}function _r(e,t,n,a){var r=gr(e,t,n),o=r.lo?r.hi?r.lo:e[e.length-2]:e[0],i=r.lo?r.hi?r.hi:e[e.length-1]:e[1],s=i[t]-o[t],l=s?(n-o[t])/s:0,c=(i[a]-o[a])*l;return o[a]+c}function br(e,t){var n=e._adapter,a=e.options.time,r=a.parser,o=r||a.format,i=t;return"function"==typeof r&&(i=r(i)),se.isFinite(i)||(i="string"==typeof o?n.parse(i,o):n.parse(i)),null!==i?+i:(r||"function"!=typeof o||(i=o(t),se.isFinite(i)||(i=n.parse(i))),i)}function yr(e,t){if(se.isNullOrUndef(t))return null;var n=e.options.time,a=br(e,e.getRightValue(t));return null===a||n.round&&(a=+e._adapter.startOf(a,n.round)),a}function Mr(e,t,n,a){var r,o,i,s=dr.length;for(r=dr.indexOf(e);r<s-1;++r)if(i=(o=ur[dr[r]]).steps?o.steps:cr,o.common&&Math.ceil((n-t)/(i*o.size))<=a)return dr[r];return dr[s-1]}function Ir(e,t,n,a,r){var o,i;for(o=dr.length-1;o>=dr.indexOf(n);o--)if(i=dr[o],ur[i].common&&e._adapter.diff(r,a,i)>=t-1)return i;return dr[n?dr.indexOf(n):0]}function Br(e){for(var t=dr.indexOf(e)+1,n=dr.length;t<n;++t)if(ur[dr[t]].common)return dr[t]}function kr(e,t,n,a){var r,o=e._adapter,i=e.options,s=i.time,l=s.unit||Mr(s.minUnit,t,n,a),c=ir([s.stepSize,s.unitStepSize,1]),u="week"===l&&s.isoWeekday,d=t,h=[];if(u&&(d=+o.startOf(d,"isoWeek",u)),d=+o.startOf(d,u?"day":l),o.diff(n,t,l)>1e5*c)throw t+" and "+n+" are too far apart with stepSize of "+c+" "+l;for(r=d;r<n;r=+o.add(r,c,l))h.push(r);return r!==n&&"ticks"!==i.bounds||h.push(r),h}function Pr(e,t,n,a,r){var o,i,s=0,l=0;return r.offset&&t.length&&(o=_r(e,"time",t[0],"pos"),s=1===t.length?1-o:(_r(e,"time",t[1],"pos")-o)/2,i=_r(e,"time",t[t.length-1],"pos"),l=1===t.length?i:(i-_r(e,"time",t[t.length-2],"pos"))/2),{start:s,end:l,factor:1/(s+1+l)}}function Tr(e,t,n,a){var r,o,i=e._adapter,s=+i.startOf(t[0].value,a),l=t[t.length-1].value;for(r=s;r<=l;r=+i.add(r,1,a))(o=n[r])>=0&&(t[o].major=!0);return t}function wr(e,t,n){var a,r,o=[],i={},s=t.length;for(a=0;a<s;++a)i[r=t[a]]=a,o.push({value:r,major:!1});return 0!==s&&n?Tr(e,o,i,n):o}var Er={position:"bottom",distribution:"linear",bounds:"data",adapters:{},time:{parser:!1,unit:!1,round:!1,displayFormat:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{}},ticks:{autoSkip:!1,source:"auto",major:{enabled:!1}}},Or=ba.extend({initialize:function(){this.mergeTicksOptions(),ba.prototype.initialize.call(this)},update:function(){var e=this,t=e.options,n=t.time||(t.time={}),a=e._adapter=new Qn._date(t.adapters.date);return or("time scale",n.format,"time.format","time.parser"),or("time scale",n.min,"time.min","ticks.min"),or("time scale",n.max,"time.max","ticks.max"),se.mergeIf(n.displayFormats,a.formats()),ba.prototype.update.apply(e,arguments)},getRightValue:function(e){return e&&void 0!==e.t&&(e=e.t),ba.prototype.getRightValue.call(this,e)},determineDataLimits:function(){var e,t,n,a,r,o,i,s=this,l=s.chart,c=s._adapter,u=s.options,d=u.time.unit||"day",h=cr,p=lr,f=[],m=[],v=[],g=s._getLabels();for(e=0,n=g.length;e<n;++e)v.push(yr(s,g[e]));for(e=0,n=(l.data.datasets||[]).length;e<n;++e)if(l.isDatasetVisible(e))if(r=l.data.datasets[e].data,se.isObject(r[0]))for(m[e]=[],t=0,a=r.length;t<a;++t)o=yr(s,r[t]),f.push(o),m[e][t]=o;else m[e]=v.slice(0),i||(f=f.concat(v),i=!0);else m[e]=[];v.length&&(h=Math.min(h,v[0]),p=Math.max(p,v[v.length-1])),f.length&&(f=n>1?pr(f).sort(hr):f.sort(hr),h=Math.min(h,f[0]),p=Math.max(p,f[f.length-1])),h=yr(s,fr(u))||h,p=yr(s,mr(u))||p,h=h===cr?+c.startOf(Date.now(),d):h,p=p===lr?+c.endOf(Date.now(),d)+1:p,s.min=Math.min(h,p),s.max=Math.max(h+1,p),s._table=[],s._timestamps={data:f,datasets:m,labels:v}},buildTicks:function(){var e,t,n,a=this,r=a.min,o=a.max,i=a.options,s=i.ticks,l=i.time,c=a._timestamps,u=[],d=a.getLabelCapacity(r),h=s.source,p=i.distribution;for(c="data"===h||"auto"===h&&"series"===p?c.data:"labels"===h?c.labels:kr(a,r,o,d),"ticks"===i.bounds&&c.length&&(r=c[0],o=c[c.length-1]),r=yr(a,fr(i))||r,o=yr(a,mr(i))||o,e=0,t=c.length;e<t;++e)(n=c[e])>=r&&n<=o&&u.push(n);return a.min=r,a.max=o,a._unit=l.unit||(s.autoSkip?Mr(l.minUnit,a.min,a.max,d):Ir(a,u.length,l.minUnit,a.min,a.max)),a._majorUnit=s.major.enabled&&"year"!==a._unit?Br(a._unit):void 0,a._table=vr(a._timestamps.data,r,o,p),a._offsets=Pr(a._table,u,r,o,i),s.reverse&&u.reverse(),wr(a,u,a._majorUnit)},getLabelForIndex:function(e,t){var n=this,a=n._adapter,r=n.chart.data,o=n.options.time,i=r.labels&&e<r.labels.length?r.labels[e]:"",s=r.datasets[t].data[e];return se.isObject(s)&&(i=n.getRightValue(s)),o.tooltipFormat?a.format(br(n,i),o.tooltipFormat):"string"==typeof i?i:a.format(br(n,i),o.displayFormats.datetime)},tickFormatFunction:function(e,t,n,a){var r=this,o=r._adapter,i=r.options,s=i.time.displayFormats,l=s[r._unit],c=r._majorUnit,u=s[c],d=n[t],h=i.ticks,p=c&&u&&d&&d.major,f=o.format(e,a||(p?u:l)),m=p?h.major:h.minor,v=ir([m.callback,m.userCallback,h.callback,h.userCallback]);return v?v(f,t,n):f},convertTicksToLabels:function(e){var t,n,a=[];for(t=0,n=e.length;t<n;++t)a.push(this.tickFormatFunction(e[t].value,t,e));return a},getPixelForOffset:function(e){var t=this,n=t._offsets,a=_r(t._table,"time",e,"pos");return t.getPixelForDecimal((n.start+a)*n.factor)},getPixelForValue:function(e,t,n){var a=this,r=null;if(void 0!==t&&void 0!==n&&(r=a._timestamps.datasets[n][t]),null===r&&(r=yr(a,e)),null!==r)return a.getPixelForOffset(r)},getPixelForTick:function(e){var t=this.getTicks();return e>=0&&e<t.length?this.getPixelForOffset(t[e].value):null},getValueForPixel:function(e){var t=this,n=t._offsets,a=t.getDecimalForPixel(e)/n.factor-n.end,r=_r(t._table,"pos",a,"time");return t._adapter._create(r)},_getLabelSize:function(e){var t=this,n=t.options.ticks,a=t.ctx.measureText(e).width,r=se.toRadians(t.isHorizontal()?n.maxRotation:n.minRotation),o=Math.cos(r),i=Math.sin(r),s=sr(n.fontSize,Q.global.defaultFontSize);return{w:a*o+s*i,h:a*i+s*o}},getLabelWidth:function(e){return this._getLabelSize(e).w},getLabelCapacity:function(e){var t=this,n=t.options.time,a=n.displayFormats,r=a[n.unit]||a.millisecond,o=t.tickFormatFunction(e,0,wr(t,[e],t._majorUnit),r),i=t._getLabelSize(o),s=Math.floor(t.isHorizontal()?t.width/i.w:t.height/i.h);return t.options.offset&&s--,s>0?s:1}}),Ar=Er;Or._defaults=Ar;var Lr={category:Ia,linear:za,logarithmic:Va,radialLinear:ar,time:Or},Sr={datetime:"MMM D, YYYY, h:mm:ss a",millisecond:"h:mm:ss.SSS a",second:"h:mm:ss a",minute:"h:mm a",hour:"hA",day:"MMM D",week:"ll",month:"MMM YYYY",quarter:"[Q]Q - YYYY",year:"YYYY"};Qn._date.override("function"==typeof e?{_id:"moment",formats:function(){return Sr},parse:function(t,n){return"string"==typeof t&&"string"==typeof n?t=e(t,n):t instanceof e||(t=e(t)),t.isValid()?t.valueOf():null},format:function(t,n){return e(t).format(n)},add:function(t,n,a){return e(t).add(n,a).valueOf()},diff:function(t,n,a){return e(t).diff(e(n),a)},startOf:function(t,n,a){return t=e(t),"isoWeek"===n?t.isoWeekday(a).valueOf():t.startOf(n).valueOf()},endOf:function(t,n){return e(t).endOf(n).valueOf()},_create:function(t){return e(t)}}:{}),Q._set("global",{plugins:{filler:{propagate:!0}}});var Cr={dataset:function(e){var t=e.fill,n=e.chart,a=n.getDatasetMeta(t),r=a&&n.isDatasetVisible(t)&&a.dataset._children||[],o=r.length||0;return o?function(e,t){return t<o&&r[t]._view||null}:null},boundary:function(e){var t=e.boundary,n=t?t.x:null,a=t?t.y:null;return se.isArray(t)?function(e,n){return t[n]}:function(e){return{x:null===n?e.x:n,y:null===a?e.y:a}}}};function zr(e,t,n){var a,r=e._model||{},o=r.fill;if(void 0===o&&(o=!!r.backgroundColor),!1===o||null===o)return!1;if(!0===o)return"origin";if(a=parseFloat(o,10),isFinite(a)&&Math.floor(a)===a)return"-"!==o[0]&&"+"!==o[0]||(a=t+a),!(a===t||a<0||a>=n)&&a;switch(o){case"bottom":return"start";case"top":return"end";case"zero":return"origin";case"origin":case"start":case"end":return o;default:return!1}}function xr(e){var t,n=e.el._model||{},a=e.el._scale||{},r=e.fill,o=null;if(isFinite(r))return null;if("start"===r?o=void 0===n.scaleBottom?a.bottom:n.scaleBottom:"end"===r?o=void 0===n.scaleTop?a.top:n.scaleTop:void 0!==n.scaleZero?o=n.scaleZero:a.getBasePixel&&(o=a.getBasePixel()),null!=o){if(void 0!==o.x&&void 0!==o.y)return o;if(se.isFinite(o))return{x:(t=a.isHorizontal())?o:null,y:t?null:o}}return null}function Dr(e){var t,n,a,r,o,i=e.el._scale,s=i.options,l=i.chart.data.labels.length,c=e.fill,u=[];if(!l)return null;for(t=s.ticks.reverse?i.max:i.min,n=s.ticks.reverse?i.min:i.max,a=i.getPointPositionForValue(0,t),r=0;r<l;++r)o="start"===c||"end"===c?i.getPointPositionForValue(r,"start"===c?t:n):i.getBasePosition(r),s.gridLines.circular&&(o.cx=a.x,o.cy=a.y,o.angle=i.getIndexAngle(r)-Math.PI/2),u.push(o);return u}function Fr(e){return(e.el._scale||{}).getPointPositionForValue?Dr(e):xr(e)}function Hr(e,t,n){var a,r=e[t].fill,o=[t];if(!n)return r;for(;!1!==r&&-1===o.indexOf(r);){if(!isFinite(r))return r;if(!(a=e[r]))return!1;if(a.visible)return r;o.push(r),r=a.fill}return!1}function Nr(e){var t=e.fill,n="dataset";return!1===t?null:(isFinite(t)||(n="boundary"),Cr[n](e))}function Rr(e){return e&&!e.skip}function Vr(e,t,n,a,r){var o,i,s,l;if(a&&r){for(e.moveTo(t[0].x,t[0].y),o=1;o<a;++o)se.canvas.lineTo(e,t[o-1],t[o]);if(void 0===n[0].angle)for(e.lineTo(n[r-1].x,n[r-1].y),o=r-1;o>0;--o)se.canvas.lineTo(e,n[o],n[o-1],!0);else for(i=n[0].cx,s=n[0].cy,l=Math.sqrt(Math.pow(n[0].x-i,2)+Math.pow(n[0].y-s,2)),o=r-1;o>0;--o)e.arc(i,s,l,n[o].angle,n[o-1].angle,!0)}}function Yr(e,t,n,a,r,o){var i,s,l,c,u,d,h,p,f=t.length,m=a.spanGaps,v=[],g=[],_=0,b=0;for(e.beginPath(),i=0,s=f;i<s;++i)u=n(c=t[l=i%f]._view,l,a),d=Rr(c),h=Rr(u),o&&void 0===p&&d&&(s=f+(p=i+1)),d&&h?(_=v.push(c),b=g.push(u)):_&&b&&(m?(d&&v.push(c),h&&g.push(u)):(Vr(e,v,g,_,b),_=b=0,v=[],g=[]));Vr(e,v,g,_,b),e.closePath(),e.fillStyle=r,e.fill()}var jr={id:"filler",afterDatasetsUpdate:function(e,t){var n,a,r,o,i=(e.data.datasets||[]).length,s=t.propagate,l=[];for(a=0;a<i;++a)o=null,(r=(n=e.getDatasetMeta(a)).dataset)&&r._model&&r instanceof We.Line&&(o={visible:e.isDatasetVisible(a),fill:zr(r,a,i),chart:e,el:r}),n.$filler=o,l.push(o);for(a=0;a<i;++a)(o=l[a])&&(o.fill=Hr(l,a,s),o.boundary=Fr(o),o.mapper=Nr(o))},beforeDatasetsDraw:function(e){var t,n,a,r,o,i,s,l=e._getSortedVisibleDatasetMetas(),c=e.ctx;for(n=l.length-1;n>=0;--n)(t=l[n].$filler)&&t.visible&&(r=(a=t.el)._view,o=a._children||[],i=t.mapper,s=r.backgroundColor||Q.global.defaultColor,i&&s&&o.length&&(se.canvas.clipArea(c,e.chartArea),Yr(c,o,i,r,s,a._loop),se.canvas.unclipArea(c)))}},$r=se.rtl.getRtlAdapter,Ur=se.noop,Gr=se.valueOrDefault;function Wr(e,t){return e.usePointStyle&&e.boxWidth>t?t:e.boxWidth}Q._set("global",{legend:{display:!0,position:"top",align:"center",fullWidth:!0,reverse:!1,weight:1e3,onClick:function(e,t){var n=t.datasetIndex,a=this.chart,r=a.getDatasetMeta(n);r.hidden=null===r.hidden?!a.data.datasets[n].hidden:null,a.update()},onHover:null,onLeave:null,labels:{boxWidth:40,padding:10,generateLabels:function(e){var t=e.data.datasets,n=e.options.legend||{},a=n.labels&&n.labels.usePointStyle;return e._getSortedDatasetMetas().map((function(n){var r=n.controller.getStyle(a?0:void 0);return{text:t[n.index].label,fillStyle:r.backgroundColor,hidden:!e.isDatasetVisible(n.index),lineCap:r.borderCapStyle,lineDash:r.borderDash,lineDashOffset:r.borderDashOffset,lineJoin:r.borderJoinStyle,lineWidth:r.borderWidth,strokeStyle:r.borderColor,pointStyle:r.pointStyle,rotation:r.rotation,datasetIndex:n.index}}),this)}}},legendCallback:function(e){var t,n,a,r=document.createElement("ul"),o=e.data.datasets;for(r.setAttribute("class",e.id+"-legend"),t=0,n=o.length;t<n;t++)(a=r.appendChild(document.createElement("li"))).appendChild(document.createElement("span")).style.backgroundColor=o[t].backgroundColor,o[t].label&&a.appendChild(document.createTextNode(o[t].label));return r.outerHTML}});var qr=me.extend({initialize:function(e){var t=this;se.extend(t,e),t.legendHitBoxes=[],t._hoveredItem=null,t.doughnutMode=!1},beforeUpdate:Ur,update:function(e,t,n){var a=this;return a.beforeUpdate(),a.maxWidth=e,a.maxHeight=t,a.margins=n,a.beforeSetDimensions(),a.setDimensions(),a.afterSetDimensions(),a.beforeBuildLabels(),a.buildLabels(),a.afterBuildLabels(),a.beforeFit(),a.fit(),a.afterFit(),a.afterUpdate(),a.minSize},afterUpdate:Ur,beforeSetDimensions:Ur,setDimensions:function(){var e=this;e.isHorizontal()?(e.width=e.maxWidth,e.left=0,e.right=e.width):(e.height=e.maxHeight,e.top=0,e.bottom=e.height),e.paddingLeft=0,e.paddingTop=0,e.paddingRight=0,e.paddingBottom=0,e.minSize={width:0,height:0}},afterSetDimensions:Ur,beforeBuildLabels:Ur,buildLabels:function(){var e=this,t=e.options.labels||{},n=se.callback(t.generateLabels,[e.chart],e)||[];t.filter&&(n=n.filter((function(n){return t.filter(n,e.chart.data)}))),e.options.reverse&&n.reverse(),e.legendItems=n},afterBuildLabels:Ur,beforeFit:Ur,fit:function(){var e=this,t=e.options,n=t.labels,a=t.display,r=e.ctx,o=se.options._parseFont(n),i=o.size,s=e.legendHitBoxes=[],l=e.minSize,c=e.isHorizontal();if(c?(l.width=e.maxWidth,l.height=a?10:0):(l.width=a?10:0,l.height=e.maxHeight),a){if(r.font=o.string,c){var u=e.lineWidths=[0],d=0;r.textAlign="left",r.textBaseline="middle",se.each(e.legendItems,(function(e,t){var a=Wr(n,i)+i/2+r.measureText(e.text).width;(0===t||u[u.length-1]+a+2*n.padding>l.width)&&(d+=i+n.padding,u[u.length-(t>0?0:1)]=0),s[t]={left:0,top:0,width:a,height:i},u[u.length-1]+=a+n.padding})),l.height+=d}else{var h=n.padding,p=e.columnWidths=[],f=e.columnHeights=[],m=n.padding,v=0,g=0;se.each(e.legendItems,(function(e,t){var a=Wr(n,i)+i/2+r.measureText(e.text).width;t>0&&g+i+2*h>l.height&&(m+=v+n.padding,p.push(v),f.push(g),v=0,g=0),v=Math.max(v,a),g+=i+h,s[t]={left:0,top:0,width:a,height:i}})),m+=v,p.push(v),f.push(g),l.width+=m}e.width=l.width,e.height=l.height}else e.width=l.width=e.height=l.height=0},afterFit:Ur,isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},draw:function(){var e=this,t=e.options,n=t.labels,a=Q.global,r=a.defaultColor,o=a.elements.line,i=e.height,s=e.columnHeights,l=e.width,c=e.lineWidths;if(t.display){var u,d=$r(t.rtl,e.left,e.minSize.width),h=e.ctx,p=Gr(n.fontColor,a.defaultFontColor),f=se.options._parseFont(n),m=f.size;h.textAlign=d.textAlign("left"),h.textBaseline="middle",h.lineWidth=.5,h.strokeStyle=p,h.fillStyle=p,h.font=f.string;var v=Wr(n,m),g=e.legendHitBoxes,_=function(e,t,a){if(!(isNaN(v)||v<=0)){h.save();var i=Gr(a.lineWidth,o.borderWidth);if(h.fillStyle=Gr(a.fillStyle,r),h.lineCap=Gr(a.lineCap,o.borderCapStyle),h.lineDashOffset=Gr(a.lineDashOffset,o.borderDashOffset),h.lineJoin=Gr(a.lineJoin,o.borderJoinStyle),h.lineWidth=i,h.strokeStyle=Gr(a.strokeStyle,r),h.setLineDash&&h.setLineDash(Gr(a.lineDash,o.borderDash)),n&&n.usePointStyle){var s=v*Math.SQRT2/2,l=d.xPlus(e,v/2),c=t+m/2;se.canvas.drawPoint(h,a.pointStyle,s,l,c,a.rotation)}else h.fillRect(d.leftForLtr(e,v),t,v,m),0!==i&&h.strokeRect(d.leftForLtr(e,v),t,v,m);h.restore()}},b=function(e,t,n,a){var r=m/2,o=d.xPlus(e,v+r),i=t+r;h.fillText(n.text,o,i),n.hidden&&(h.beginPath(),h.lineWidth=2,h.moveTo(o,i),h.lineTo(d.xPlus(o,a),i),h.stroke())},y=function(e,a){switch(t.align){case"start":return n.padding;case"end":return e-a;default:return(e-a+n.padding)/2}},M=e.isHorizontal();u=M?{x:e.left+y(l,c[0]),y:e.top+n.padding,line:0}:{x:e.left+n.padding,y:e.top+y(i,s[0]),line:0},se.rtl.overrideTextDirection(e.ctx,t.textDirection);var I=m+n.padding;se.each(e.legendItems,(function(t,a){var r=h.measureText(t.text).width,o=v+m/2+r,p=u.x,f=u.y;d.setWidth(e.minSize.width),M?a>0&&p+o+n.padding>e.left+e.minSize.width&&(f=u.y+=I,u.line++,p=u.x=e.left+y(l,c[u.line])):a>0&&f+I>e.top+e.minSize.height&&(p=u.x=p+e.columnWidths[u.line]+n.padding,u.line++,f=u.y=e.top+y(i,s[u.line]));var B=d.x(p);_(B,f,t),g[a].left=d.leftForLtr(B,g[a].width),g[a].top=f,b(B,f,t,r),M?u.x+=o+n.padding:u.y+=I})),se.rtl.restoreTextDirection(e.ctx,t.textDirection)}},_getLegendItemAt:function(e,t){var n,a,r,o=this;if(e>=o.left&&e<=o.right&&t>=o.top&&t<=o.bottom)for(r=o.legendHitBoxes,n=0;n<r.length;++n)if(e>=(a=r[n]).left&&e<=a.left+a.width&&t>=a.top&&t<=a.top+a.height)return o.legendItems[n];return null},handleEvent:function(e){var t,n=this,a=n.options,r="mouseup"===e.type?"click":e.type;if("mousemove"===r){if(!a.onHover&&!a.onLeave)return}else{if("click"!==r)return;if(!a.onClick)return}t=n._getLegendItemAt(e.x,e.y),"click"===r?t&&a.onClick&&a.onClick.call(n,e.native,t):(a.onLeave&&t!==n._hoveredItem&&(n._hoveredItem&&a.onLeave.call(n,e.native,n._hoveredItem),n._hoveredItem=t),a.onHover&&t&&a.onHover.call(n,e.native,t))}});function Xr(e,t){var n=new qr({ctx:e.ctx,options:t,chart:e});Ut.configure(e,n,t),Ut.addBox(e,n),e.legend=n}var Jr={id:"legend",_element:qr,beforeInit:function(e){var t=e.options.legend;t&&Xr(e,t)},beforeUpdate:function(e){var t=e.options.legend,n=e.legend;t?(se.mergeIf(t,Q.global.legend),n?(Ut.configure(e,n,t),n.options=t):Xr(e,t)):n&&(Ut.removeBox(e,n),delete e.legend)},afterEvent:function(e,t){var n=e.legend;n&&n.handleEvent(t)}},Kr=se.noop;Q._set("global",{title:{display:!1,fontStyle:"bold",fullWidth:!0,padding:10,position:"top",text:"",weight:2e3}});var Qr=me.extend({initialize:function(e){var t=this;se.extend(t,e),t.legendHitBoxes=[]},beforeUpdate:Kr,update:function(e,t,n){var a=this;return a.beforeUpdate(),a.maxWidth=e,a.maxHeight=t,a.margins=n,a.beforeSetDimensions(),a.setDimensions(),a.afterSetDimensions(),a.beforeBuildLabels(),a.buildLabels(),a.afterBuildLabels(),a.beforeFit(),a.fit(),a.afterFit(),a.afterUpdate(),a.minSize},afterUpdate:Kr,beforeSetDimensions:Kr,setDimensions:function(){var e=this;e.isHorizontal()?(e.width=e.maxWidth,e.left=0,e.right=e.width):(e.height=e.maxHeight,e.top=0,e.bottom=e.height),e.paddingLeft=0,e.paddingTop=0,e.paddingRight=0,e.paddingBottom=0,e.minSize={width:0,height:0}},afterSetDimensions:Kr,beforeBuildLabels:Kr,buildLabels:Kr,afterBuildLabels:Kr,beforeFit:Kr,fit:function(){var e,t=this,n=t.options,a=t.minSize={},r=t.isHorizontal();n.display?(e=(se.isArray(n.text)?n.text.length:1)*se.options._parseFont(n).lineHeight+2*n.padding,t.width=a.width=r?t.maxWidth:e,t.height=a.height=r?e:t.maxHeight):t.width=a.width=t.height=a.height=0},afterFit:Kr,isHorizontal:function(){var e=this.options.position;return"top"===e||"bottom"===e},draw:function(){var e=this,t=e.ctx,n=e.options;if(n.display){var a,r,o,i=se.options._parseFont(n),s=i.lineHeight,l=s/2+n.padding,c=0,u=e.top,d=e.left,h=e.bottom,p=e.right;t.fillStyle=se.valueOrDefault(n.fontColor,Q.global.defaultFontColor),t.font=i.string,e.isHorizontal()?(r=d+(p-d)/2,o=u+l,a=p-d):(r="left"===n.position?d+l:p-l,o=u+(h-u)/2,a=h-u,c=Math.PI*("left"===n.position?-.5:.5)),t.save(),t.translate(r,o),t.rotate(c),t.textAlign="center",t.textBaseline="middle";var f=n.text;if(se.isArray(f))for(var m=0,v=0;v<f.length;++v)t.fillText(f[v],0,m,a),m+=s;else t.fillText(f,0,0,a);t.restore()}}});function Zr(e,t){var n=new Qr({ctx:e.ctx,options:t,chart:e});Ut.configure(e,n,t),Ut.addBox(e,n),e.titleBlock=n}var eo={},to=jr,no=Jr,ao={id:"title",_element:Qr,beforeInit:function(e){var t=e.options.title;t&&Zr(e,t)},beforeUpdate:function(e){var t=e.options.title,n=e.titleBlock;t?(se.mergeIf(t,Q.global.title),n?(Ut.configure(e,n,t),n.options=t):Zr(e,t)):n&&(Ut.removeBox(e,n),delete e.titleBlock)}};for(var ro in eo.filler=to,eo.legend=no,eo.title=ao,qn.helpers=se,Xn(),qn._adapters=Qn,qn.Animation=ge,qn.animationService=_e,qn.controllers=Pt,qn.DatasetController=ke,qn.defaults=Q,qn.Element=me,qn.elements=We,qn.Interaction=St,qn.layouts=Ut,qn.platform=Mn,qn.plugins=In,qn.Scale=ba,qn.scaleService=Bn,qn.Ticks=Zn,qn.Tooltip=Hn,qn.helpers.each(Lr,(function(e,t){qn.scaleService.registerScaleType(t,e,e._defaults)})),eo)eo.hasOwnProperty(ro)&&qn.plugins.register(eo[ro]);qn.platform.initialize();var oo=qn;return"undefined"!=typeof window&&(window.Chart=qn),qn.Chart=qn,qn.Legend=eo.legend._element,qn.Title=eo.title._element,qn.pluginService=qn.plugins,qn.PluginBase=qn.Element.extend({}),qn.canvasHelpers=qn.helpers.canvas,qn.layoutService=qn.layouts,qn.LinearScaleBase=wa,qn.helpers.each(["Bar","Bubble","Doughnut","Line","PolarArea","Radar","Scatter"],(function(e){qn[e]=function(t,n){return new qn(t,qn.helpers.merge(n||{},{type:e.charAt(0).toLowerCase()+e.slice(1)}))}})),oo}(function(){try{return n(30381)}catch(e){}}())},33129:function(e){e.exports=function(){"use strict";function e(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function t(t){for(var n=1;n<arguments.length;n++){var a=null!=arguments[n]?arguments[n]:{};n%2?e(Object(a),!0).forEach((function(e){i(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):e(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}function n(e){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(e)}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function o(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function s(e){return l(e)||c(e)||u(e)||h()}function l(e){if(Array.isArray(e))return d(e)}function c(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function u(e,t){if(e){if("string"==typeof e)return d(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?d(e,t):void 0}}function d(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}function h(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var p="undefined"!=typeof window&&void 0!==window.document,f=p?window:{},m=!(!p||!f.document.documentElement)&&"ontouchstart"in f.document.documentElement,v=!!p&&"PointerEvent"in f,g="cropper",_="all",b="crop",y="move",M="zoom",I="e",B="w",k="s",P="n",T="ne",w="nw",E="se",O="sw",A="".concat(g,"-crop"),L="".concat(g,"-disabled"),S="".concat(g,"-hidden"),C="".concat(g,"-hide"),z="".concat(g,"-invisible"),x="".concat(g,"-modal"),D="".concat(g,"-move"),F="".concat(g,"Action"),H="".concat(g,"Preview"),N="crop",R="move",V="none",Y="crop",j="cropend",$="cropmove",U="cropstart",G="dblclick",W=m?"touchstart":"mousedown",q=m?"touchmove":"mousemove",X=m?"touchend touchcancel":"mouseup",J=v?"pointerdown":W,K=v?"pointermove":q,Q=v?"pointerup pointercancel":X,Z="ready",ee="resize",te="wheel",ne="zoom",ae="image/jpeg",re=/^e|w|s|n|se|sw|ne|nw|all|crop|move|zoom$/,oe=/^data:/,ie=/^data:image\/jpeg;base64,/,se=/^img|canvas$/i,le=200,ce=100,ue={viewMode:0,dragMode:N,initialAspectRatio:NaN,aspectRatio:NaN,data:null,preview:"",responsive:!0,restore:!0,checkCrossOrigin:!0,checkOrientation:!0,modal:!0,guides:!0,center:!0,highlight:!0,background:!0,autoCrop:!0,autoCropArea:.8,movable:!0,rotatable:!0,scalable:!0,zoomable:!0,zoomOnTouch:!0,zoomOnWheel:!0,wheelZoomRatio:.1,cropBoxMovable:!0,cropBoxResizable:!0,toggleDragModeOnDblclick:!0,minCanvasWidth:0,minCanvasHeight:0,minCropBoxWidth:0,minCropBoxHeight:0,minContainerWidth:le,minContainerHeight:ce,ready:null,cropstart:null,cropmove:null,cropend:null,crop:null,zoom:null},de='<div class="cropper-container" touch-action="none"><div class="cropper-wrap-box"><div class="cropper-canvas"></div></div><div class="cropper-drag-box"></div><div class="cropper-crop-box"><span class="cropper-view-box"></span><span class="cropper-dashed dashed-h"></span><span class="cropper-dashed dashed-v"></span><span class="cropper-center"></span><span class="cropper-face"></span><span class="cropper-line line-e" data-cropper-action="e"></span><span class="cropper-line line-n" data-cropper-action="n"></span><span class="cropper-line line-w" data-cropper-action="w"></span><span class="cropper-line line-s" data-cropper-action="s"></span><span class="cropper-point point-e" data-cropper-action="e"></span><span class="cropper-point point-n" data-cropper-action="n"></span><span class="cropper-point point-w" data-cropper-action="w"></span><span class="cropper-point point-s" data-cropper-action="s"></span><span class="cropper-point point-ne" data-cropper-action="ne"></span><span class="cropper-point point-nw" data-cropper-action="nw"></span><span class="cropper-point point-sw" data-cropper-action="sw"></span><span class="cropper-point point-se" data-cropper-action="se"></span></div></div>',he=Number.isNaN||f.isNaN;function pe(e){return"number"==typeof e&&!he(e)}var fe=function(e){return e>0&&e<1/0};function me(e){return void 0===e}function ve(e){return"object"===n(e)&&null!==e}var ge=Object.prototype.hasOwnProperty;function _e(e){if(!ve(e))return!1;try{var t=e.constructor,n=t.prototype;return t&&n&&ge.call(n,"isPrototypeOf")}catch(e){return!1}}function be(e){return"function"==typeof e}var ye=Array.prototype.slice;function Me(e){return Array.from?Array.from(e):ye.call(e)}function Ie(e,t){return e&&be(t)&&(Array.isArray(e)||pe(e.length)?Me(e).forEach((function(n,a){t.call(e,n,a,e)})):ve(e)&&Object.keys(e).forEach((function(n){t.call(e,e[n],n,e)}))),e}var Be=Object.assign||function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),a=1;a<t;a++)n[a-1]=arguments[a];return ve(e)&&n.length>0&&n.forEach((function(t){ve(t)&&Object.keys(t).forEach((function(n){e[n]=t[n]}))})),e},ke=/\.\d*(?:0|9){12}\d*$/;function Pe(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1e11;return ke.test(e)?Math.round(e*t)/t:e}var Te=/^width|height|left|top|marginLeft|marginTop$/;function we(e,t){var n=e.style;Ie(t,(function(e,t){Te.test(t)&&pe(e)&&(e="".concat(e,"px")),n[t]=e}))}function Ee(e,t){return e.classList?e.classList.contains(t):e.className.indexOf(t)>-1}function Oe(e,t){if(t)if(pe(e.length))Ie(e,(function(e){Oe(e,t)}));else if(e.classList)e.classList.add(t);else{var n=e.className.trim();n?n.indexOf(t)<0&&(e.className="".concat(n," ").concat(t)):e.className=t}}function Ae(e,t){t&&(pe(e.length)?Ie(e,(function(e){Ae(e,t)})):e.classList?e.classList.remove(t):e.className.indexOf(t)>=0&&(e.className=e.className.replace(t,"")))}function Le(e,t,n){t&&(pe(e.length)?Ie(e,(function(e){Le(e,t,n)})):n?Oe(e,t):Ae(e,t))}var Se=/([a-z\d])([A-Z])/g;function Ce(e){return e.replace(Se,"$1-$2").toLowerCase()}function ze(e,t){return ve(e[t])?e[t]:e.dataset?e.dataset[t]:e.getAttribute("data-".concat(Ce(t)))}function xe(e,t,n){ve(n)?e[t]=n:e.dataset?e.dataset[t]=n:e.setAttribute("data-".concat(Ce(t)),n)}function De(e,t){if(ve(e[t]))try{delete e[t]}catch(n){e[t]=void 0}else if(e.dataset)try{delete e.dataset[t]}catch(n){e.dataset[t]=void 0}else e.removeAttribute("data-".concat(Ce(t)))}var Fe=/\s\s*/,He=function(){var e=!1;if(p){var t=!1,n=function(){},a=Object.defineProperty({},"once",{get:function(){return e=!0,t},set:function(e){t=e}});f.addEventListener("test",n,a),f.removeEventListener("test",n,a)}return e}();function Ne(e,t,n){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},r=n;t.trim().split(Fe).forEach((function(t){if(!He){var o=e.listeners;o&&o[t]&&o[t][n]&&(r=o[t][n],delete o[t][n],0===Object.keys(o[t]).length&&delete o[t],0===Object.keys(o).length&&delete e.listeners)}e.removeEventListener(t,r,a)}))}function Re(e,t,n){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},r=n;t.trim().split(Fe).forEach((function(t){if(a.once&&!He){var o=e.listeners,i=void 0===o?{}:o;r=function(){delete i[t][n],e.removeEventListener(t,r,a);for(var o=arguments.length,s=new Array(o),l=0;l<o;l++)s[l]=arguments[l];n.apply(e,s)},i[t]||(i[t]={}),i[t][n]&&e.removeEventListener(t,i[t][n],a),i[t][n]=r,e.listeners=i}e.addEventListener(t,r,a)}))}function Ve(e,t,n){var a;return be(Event)&&be(CustomEvent)?a=new CustomEvent(t,{detail:n,bubbles:!0,cancelable:!0}):(a=document.createEvent("CustomEvent")).initCustomEvent(t,!0,!0,n),e.dispatchEvent(a)}function Ye(e){var t=e.getBoundingClientRect();return{left:t.left+(window.pageXOffset-document.documentElement.clientLeft),top:t.top+(window.pageYOffset-document.documentElement.clientTop)}}var je=f.location,$e=/^(\w+:)\/\/([^:/?#]*):?(\d*)/i;function Ue(e){var t=e.match($e);return null!==t&&(t[1]!==je.protocol||t[2]!==je.hostname||t[3]!==je.port)}function Ge(e){var t="timestamp=".concat((new Date).getTime());return e+(-1===e.indexOf("?")?"?":"&")+t}function We(e){var t=e.rotate,n=e.scaleX,a=e.scaleY,r=e.translateX,o=e.translateY,i=[];pe(r)&&0!==r&&i.push("translateX(".concat(r,"px)")),pe(o)&&0!==o&&i.push("translateY(".concat(o,"px)")),pe(t)&&0!==t&&i.push("rotate(".concat(t,"deg)")),pe(n)&&1!==n&&i.push("scaleX(".concat(n,")")),pe(a)&&1!==a&&i.push("scaleY(".concat(a,")"));var s=i.length?i.join(" "):"none";return{WebkitTransform:s,msTransform:s,transform:s}}function qe(e){var n=t({},e),a=0;return Ie(e,(function(e,t){delete n[t],Ie(n,(function(t){var n=Math.abs(e.startX-t.startX),r=Math.abs(e.startY-t.startY),o=Math.abs(e.endX-t.endX),i=Math.abs(e.endY-t.endY),s=Math.sqrt(n*n+r*r),l=(Math.sqrt(o*o+i*i)-s)/s;Math.abs(l)>Math.abs(a)&&(a=l)}))})),a}function Xe(e,n){var a=e.pageX,r=e.pageY,o={endX:a,endY:r};return n?o:t({startX:a,startY:r},o)}function Je(e){var t=0,n=0,a=0;return Ie(e,(function(e){var r=e.startX,o=e.startY;t+=r,n+=o,a+=1})),{pageX:t/=a,pageY:n/=a}}function Ke(e){var t=e.aspectRatio,n=e.height,a=e.width,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"contain",o=fe(a),i=fe(n);if(o&&i){var s=n*t;"contain"===r&&s>a||"cover"===r&&s<a?n=a/t:a=n*t}else o?n=a/t:i&&(a=n*t);return{width:a,height:n}}function Qe(e){var t=e.width,n=e.height,a=e.degree;if(90==(a=Math.abs(a)%180))return{width:n,height:t};var r=a%90*Math.PI/180,o=Math.sin(r),i=Math.cos(r),s=t*i+n*o,l=t*o+n*i;return a>90?{width:l,height:s}:{width:s,height:l}}function Ze(e,t,n,a){var r=t.aspectRatio,o=t.naturalWidth,i=t.naturalHeight,l=t.rotate,c=void 0===l?0:l,u=t.scaleX,d=void 0===u?1:u,h=t.scaleY,p=void 0===h?1:h,f=n.aspectRatio,m=n.naturalWidth,v=n.naturalHeight,g=a.fillColor,_=void 0===g?"transparent":g,b=a.imageSmoothingEnabled,y=void 0===b||b,M=a.imageSmoothingQuality,I=void 0===M?"low":M,B=a.maxWidth,k=void 0===B?1/0:B,P=a.maxHeight,T=void 0===P?1/0:P,w=a.minWidth,E=void 0===w?0:w,O=a.minHeight,A=void 0===O?0:O,L=document.createElement("canvas"),S=L.getContext("2d"),C=Ke({aspectRatio:f,width:k,height:T}),z=Ke({aspectRatio:f,width:E,height:A},"cover"),x=Math.min(C.width,Math.max(z.width,m)),D=Math.min(C.height,Math.max(z.height,v)),F=Ke({aspectRatio:r,width:k,height:T}),H=Ke({aspectRatio:r,width:E,height:A},"cover"),N=Math.min(F.width,Math.max(H.width,o)),R=Math.min(F.height,Math.max(H.height,i)),V=[-N/2,-R/2,N,R];return L.width=Pe(x),L.height=Pe(D),S.fillStyle=_,S.fillRect(0,0,x,D),S.save(),S.translate(x/2,D/2),S.rotate(c*Math.PI/180),S.scale(d,p),S.imageSmoothingEnabled=y,S.imageSmoothingQuality=I,S.drawImage.apply(S,[e].concat(s(V.map((function(e){return Math.floor(Pe(e))}))))),S.restore(),L}var et=String.fromCharCode;function tt(e,t,n){var a="";n+=t;for(var r=t;r<n;r+=1)a+=et(e.getUint8(r));return a}var nt=/^data:.*,/;function at(e){var t=e.replace(nt,""),n=atob(t),a=new ArrayBuffer(n.length),r=new Uint8Array(a);return Ie(r,(function(e,t){r[t]=n.charCodeAt(t)})),a}function rt(e,t){for(var n=[],a=8192,r=new Uint8Array(e);r.length>0;)n.push(et.apply(null,Me(r.subarray(0,a)))),r=r.subarray(a);return"data:".concat(t,";base64,").concat(btoa(n.join("")))}function ot(e){var t,n=new DataView(e);try{var a,r,o;if(255===n.getUint8(0)&&216===n.getUint8(1))for(var i=n.byteLength,s=2;s+1<i;){if(255===n.getUint8(s)&&225===n.getUint8(s+1)){r=s;break}s+=1}if(r){var l=r+10;if("Exif"===tt(n,r+4,4)){var c=n.getUint16(l);if(((a=18761===c)||19789===c)&&42===n.getUint16(l+2,a)){var u=n.getUint32(l+4,a);u>=8&&(o=l+u)}}}if(o){var d,h,p=n.getUint16(o,a);for(h=0;h<p;h+=1)if(d=o+12*h+2,274===n.getUint16(d,a)){d+=8,t=n.getUint16(d,a),n.setUint16(d,1,a);break}}}catch(e){t=1}return t}function it(e){var t=0,n=1,a=1;switch(e){case 2:n=-1;break;case 3:t=-180;break;case 4:a=-1;break;case 5:t=90,a=-1;break;case 6:t=90;break;case 7:t=90,n=-1;break;case 8:t=-90}return{rotate:t,scaleX:n,scaleY:a}}var st={render:function(){this.initContainer(),this.initCanvas(),this.initCropBox(),this.renderCanvas(),this.cropped&&this.renderCropBox()},initContainer:function(){var e=this.element,t=this.options,n=this.container,a=this.cropper,r=Number(t.minContainerWidth),o=Number(t.minContainerHeight);Oe(a,S),Ae(e,S);var i={width:Math.max(n.offsetWidth,r>=0?r:le),height:Math.max(n.offsetHeight,o>=0?o:ce)};this.containerData=i,we(a,{width:i.width,height:i.height}),Oe(e,S),Ae(a,S)},initCanvas:function(){var e=this.containerData,t=this.imageData,n=this.options.viewMode,a=Math.abs(t.rotate)%180==90,r=a?t.naturalHeight:t.naturalWidth,o=a?t.naturalWidth:t.naturalHeight,i=r/o,s=e.width,l=e.height;e.height*i>e.width?3===n?s=e.height*i:l=e.width/i:3===n?l=e.width/i:s=e.height*i;var c={aspectRatio:i,naturalWidth:r,naturalHeight:o,width:s,height:l};this.canvasData=c,this.limited=1===n||2===n,this.limitCanvas(!0,!0),c.width=Math.min(Math.max(c.width,c.minWidth),c.maxWidth),c.height=Math.min(Math.max(c.height,c.minHeight),c.maxHeight),c.left=(e.width-c.width)/2,c.top=(e.height-c.height)/2,c.oldLeft=c.left,c.oldTop=c.top,this.initialCanvasData=Be({},c)},limitCanvas:function(e,t){var n=this.options,a=this.containerData,r=this.canvasData,o=this.cropBoxData,i=n.viewMode,s=r.aspectRatio,l=this.cropped&&o;if(e){var c=Number(n.minCanvasWidth)||0,u=Number(n.minCanvasHeight)||0;i>1?(c=Math.max(c,a.width),u=Math.max(u,a.height),3===i&&(u*s>c?c=u*s:u=c/s)):i>0&&(c?c=Math.max(c,l?o.width:0):u?u=Math.max(u,l?o.height:0):l&&(c=o.width,(u=o.height)*s>c?c=u*s:u=c/s));var d=Ke({aspectRatio:s,width:c,height:u});c=d.width,u=d.height,r.minWidth=c,r.minHeight=u,r.maxWidth=1/0,r.maxHeight=1/0}if(t)if(i>(l?0:1)){var h=a.width-r.width,p=a.height-r.height;r.minLeft=Math.min(0,h),r.minTop=Math.min(0,p),r.maxLeft=Math.max(0,h),r.maxTop=Math.max(0,p),l&&this.limited&&(r.minLeft=Math.min(o.left,o.left+(o.width-r.width)),r.minTop=Math.min(o.top,o.top+(o.height-r.height)),r.maxLeft=o.left,r.maxTop=o.top,2===i&&(r.width>=a.width&&(r.minLeft=Math.min(0,h),r.maxLeft=Math.max(0,h)),r.height>=a.height&&(r.minTop=Math.min(0,p),r.maxTop=Math.max(0,p))))}else r.minLeft=-r.width,r.minTop=-r.height,r.maxLeft=a.width,r.maxTop=a.height},renderCanvas:function(e,t){var n=this.canvasData,a=this.imageData;if(t){var r=Qe({width:a.naturalWidth*Math.abs(a.scaleX||1),height:a.naturalHeight*Math.abs(a.scaleY||1),degree:a.rotate||0}),o=r.width,i=r.height,s=n.width*(o/n.naturalWidth),l=n.height*(i/n.naturalHeight);n.left-=(s-n.width)/2,n.top-=(l-n.height)/2,n.width=s,n.height=l,n.aspectRatio=o/i,n.naturalWidth=o,n.naturalHeight=i,this.limitCanvas(!0,!1)}(n.width>n.maxWidth||n.width<n.minWidth)&&(n.left=n.oldLeft),(n.height>n.maxHeight||n.height<n.minHeight)&&(n.top=n.oldTop),n.width=Math.min(Math.max(n.width,n.minWidth),n.maxWidth),n.height=Math.min(Math.max(n.height,n.minHeight),n.maxHeight),this.limitCanvas(!1,!0),n.left=Math.min(Math.max(n.left,n.minLeft),n.maxLeft),n.top=Math.min(Math.max(n.top,n.minTop),n.maxTop),n.oldLeft=n.left,n.oldTop=n.top,we(this.canvas,Be({width:n.width,height:n.height},We({translateX:n.left,translateY:n.top}))),this.renderImage(e),this.cropped&&this.limited&&this.limitCropBox(!0,!0)},renderImage:function(e){var t=this.canvasData,n=this.imageData,a=n.naturalWidth*(t.width/t.naturalWidth),r=n.naturalHeight*(t.height/t.naturalHeight);Be(n,{width:a,height:r,left:(t.width-a)/2,top:(t.height-r)/2}),we(this.image,Be({width:n.width,height:n.height},We(Be({translateX:n.left,translateY:n.top},n)))),e&&this.output()},initCropBox:function(){var e=this.options,t=this.canvasData,n=e.aspectRatio||e.initialAspectRatio,a=Number(e.autoCropArea)||.8,r={width:t.width,height:t.height};n&&(t.height*n>t.width?r.height=r.width/n:r.width=r.height*n),this.cropBoxData=r,this.limitCropBox(!0,!0),r.width=Math.min(Math.max(r.width,r.minWidth),r.maxWidth),r.height=Math.min(Math.max(r.height,r.minHeight),r.maxHeight),r.width=Math.max(r.minWidth,r.width*a),r.height=Math.max(r.minHeight,r.height*a),r.left=t.left+(t.width-r.width)/2,r.top=t.top+(t.height-r.height)/2,r.oldLeft=r.left,r.oldTop=r.top,this.initialCropBoxData=Be({},r)},limitCropBox:function(e,t){var n=this.options,a=this.containerData,r=this.canvasData,o=this.cropBoxData,i=this.limited,s=n.aspectRatio;if(e){var l=Number(n.minCropBoxWidth)||0,c=Number(n.minCropBoxHeight)||0,u=i?Math.min(a.width,r.width,r.width+r.left,a.width-r.left):a.width,d=i?Math.min(a.height,r.height,r.height+r.top,a.height-r.top):a.height;l=Math.min(l,a.width),c=Math.min(c,a.height),s&&(l&&c?c*s>l?c=l/s:l=c*s:l?c=l/s:c&&(l=c*s),d*s>u?d=u/s:u=d*s),o.minWidth=Math.min(l,u),o.minHeight=Math.min(c,d),o.maxWidth=u,o.maxHeight=d}t&&(i?(o.minLeft=Math.max(0,r.left),o.minTop=Math.max(0,r.top),o.maxLeft=Math.min(a.width,r.left+r.width)-o.width,o.maxTop=Math.min(a.height,r.top+r.height)-o.height):(o.minLeft=0,o.minTop=0,o.maxLeft=a.width-o.width,o.maxTop=a.height-o.height))},renderCropBox:function(){var e=this.options,t=this.containerData,n=this.cropBoxData;(n.width>n.maxWidth||n.width<n.minWidth)&&(n.left=n.oldLeft),(n.height>n.maxHeight||n.height<n.minHeight)&&(n.top=n.oldTop),n.width=Math.min(Math.max(n.width,n.minWidth),n.maxWidth),n.height=Math.min(Math.max(n.height,n.minHeight),n.maxHeight),this.limitCropBox(!1,!0),n.left=Math.min(Math.max(n.left,n.minLeft),n.maxLeft),n.top=Math.min(Math.max(n.top,n.minTop),n.maxTop),n.oldLeft=n.left,n.oldTop=n.top,e.movable&&e.cropBoxMovable&&xe(this.face,F,n.width>=t.width&&n.height>=t.height?y:_),we(this.cropBox,Be({width:n.width,height:n.height},We({translateX:n.left,translateY:n.top}))),this.cropped&&this.limited&&this.limitCanvas(!0,!0),this.disabled||this.output()},output:function(){this.preview(),Ve(this.element,Y,this.getData())}},lt={initPreview:function(){var e=this.element,t=this.crossOrigin,n=this.options.preview,a=t?this.crossOriginUrl:this.url,r=e.alt||"The image to preview",o=document.createElement("img");if(t&&(o.crossOrigin=t),o.src=a,o.alt=r,this.viewBox.appendChild(o),this.viewBoxImage=o,n){var i=n;"string"==typeof n?i=e.ownerDocument.querySelectorAll(n):n.querySelector&&(i=[n]),this.previews=i,Ie(i,(function(e){var n=document.createElement("img");xe(e,H,{width:e.offsetWidth,height:e.offsetHeight,html:e.innerHTML}),t&&(n.crossOrigin=t),n.src=a,n.alt=r,n.style.cssText='display:block;width:100%;height:auto;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;image-orientation:0deg!important;"',e.innerHTML="",e.appendChild(n)}))}},resetPreview:function(){Ie(this.previews,(function(e){var t=ze(e,H);we(e,{width:t.width,height:t.height}),e.innerHTML=t.html,De(e,H)}))},preview:function(){var e=this.imageData,t=this.canvasData,n=this.cropBoxData,a=n.width,r=n.height,o=e.width,i=e.height,s=n.left-t.left-e.left,l=n.top-t.top-e.top;this.cropped&&!this.disabled&&(we(this.viewBoxImage,Be({width:o,height:i},We(Be({translateX:-s,translateY:-l},e)))),Ie(this.previews,(function(t){var n=ze(t,H),c=n.width,u=n.height,d=c,h=u,p=1;a&&(h=r*(p=c/a)),r&&h>u&&(d=a*(p=u/r),h=u),we(t,{width:d,height:h}),we(t.getElementsByTagName("img")[0],Be({width:o*p,height:i*p},We(Be({translateX:-s*p,translateY:-l*p},e))))})))}},ct={bind:function(){var e=this.element,t=this.options,n=this.cropper;be(t.cropstart)&&Re(e,U,t.cropstart),be(t.cropmove)&&Re(e,$,t.cropmove),be(t.cropend)&&Re(e,j,t.cropend),be(t.crop)&&Re(e,Y,t.crop),be(t.zoom)&&Re(e,ne,t.zoom),Re(n,J,this.onCropStart=this.cropStart.bind(this)),t.zoomable&&t.zoomOnWheel&&Re(n,te,this.onWheel=this.wheel.bind(this),{passive:!1,capture:!0}),t.toggleDragModeOnDblclick&&Re(n,G,this.onDblclick=this.dblclick.bind(this)),Re(e.ownerDocument,K,this.onCropMove=this.cropMove.bind(this)),Re(e.ownerDocument,Q,this.onCropEnd=this.cropEnd.bind(this)),t.responsive&&Re(window,ee,this.onResize=this.resize.bind(this))},unbind:function(){var e=this.element,t=this.options,n=this.cropper;be(t.cropstart)&&Ne(e,U,t.cropstart),be(t.cropmove)&&Ne(e,$,t.cropmove),be(t.cropend)&&Ne(e,j,t.cropend),be(t.crop)&&Ne(e,Y,t.crop),be(t.zoom)&&Ne(e,ne,t.zoom),Ne(n,J,this.onCropStart),t.zoomable&&t.zoomOnWheel&&Ne(n,te,this.onWheel,{passive:!1,capture:!0}),t.toggleDragModeOnDblclick&&Ne(n,G,this.onDblclick),Ne(e.ownerDocument,K,this.onCropMove),Ne(e.ownerDocument,Q,this.onCropEnd),t.responsive&&Ne(window,ee,this.onResize)}},ut={resize:function(){if(!this.disabled){var e,t,n=this.options,a=this.container,r=this.containerData,o=a.offsetWidth/r.width,i=a.offsetHeight/r.height,s=Math.abs(o-1)>Math.abs(i-1)?o:i;1!==s&&(n.restore&&(e=this.getCanvasData(),t=this.getCropBoxData()),this.render(),n.restore&&(this.setCanvasData(Ie(e,(function(t,n){e[n]=t*s}))),this.setCropBoxData(Ie(t,(function(e,n){t[n]=e*s})))))}},dblclick:function(){this.disabled||this.options.dragMode===V||this.setDragMode(Ee(this.dragBox,A)?R:N)},wheel:function(e){var t=this,n=Number(this.options.wheelZoomRatio)||.1,a=1;this.disabled||(e.preventDefault(),this.wheeling||(this.wheeling=!0,setTimeout((function(){t.wheeling=!1}),50),e.deltaY?a=e.deltaY>0?1:-1:e.wheelDelta?a=-e.wheelDelta/120:e.detail&&(a=e.detail>0?1:-1),this.zoom(-a*n,e)))},cropStart:function(e){var t=e.buttons,n=e.button;if(!(this.disabled||("mousedown"===e.type||"pointerdown"===e.type&&"mouse"===e.pointerType)&&(pe(t)&&1!==t||pe(n)&&0!==n||e.ctrlKey))){var a,r=this.options,o=this.pointers;e.changedTouches?Ie(e.changedTouches,(function(e){o[e.identifier]=Xe(e)})):o[e.pointerId||0]=Xe(e),a=Object.keys(o).length>1&&r.zoomable&&r.zoomOnTouch?M:ze(e.target,F),re.test(a)&&!1!==Ve(this.element,U,{originalEvent:e,action:a})&&(e.preventDefault(),this.action=a,this.cropping=!1,a===b&&(this.cropping=!0,Oe(this.dragBox,x)))}},cropMove:function(e){var t=this.action;if(!this.disabled&&t){var n=this.pointers;e.preventDefault(),!1!==Ve(this.element,$,{originalEvent:e,action:t})&&(e.changedTouches?Ie(e.changedTouches,(function(e){Be(n[e.identifier]||{},Xe(e,!0))})):Be(n[e.pointerId||0]||{},Xe(e,!0)),this.change(e))}},cropEnd:function(e){if(!this.disabled){var t=this.action,n=this.pointers;e.changedTouches?Ie(e.changedTouches,(function(e){delete n[e.identifier]})):delete n[e.pointerId||0],t&&(e.preventDefault(),Object.keys(n).length||(this.action=""),this.cropping&&(this.cropping=!1,Le(this.dragBox,x,this.cropped&&this.options.modal)),Ve(this.element,j,{originalEvent:e,action:t}))}}},dt={change:function(e){var t,n=this.options,a=this.canvasData,r=this.containerData,o=this.cropBoxData,i=this.pointers,s=this.action,l=n.aspectRatio,c=o.left,u=o.top,d=o.width,h=o.height,p=c+d,f=u+h,m=0,v=0,g=r.width,A=r.height,L=!0;!l&&e.shiftKey&&(l=d&&h?d/h:1),this.limited&&(m=o.minLeft,v=o.minTop,g=m+Math.min(r.width,a.width,a.left+a.width),A=v+Math.min(r.height,a.height,a.top+a.height));var C=i[Object.keys(i)[0]],z={x:C.endX-C.startX,y:C.endY-C.startY},x=function(e){switch(e){case I:p+z.x>g&&(z.x=g-p);break;case B:c+z.x<m&&(z.x=m-c);break;case P:u+z.y<v&&(z.y=v-u);break;case k:f+z.y>A&&(z.y=A-f)}};switch(s){case _:c+=z.x,u+=z.y;break;case I:if(z.x>=0&&(p>=g||l&&(u<=v||f>=A))){L=!1;break}x(I),(d+=z.x)<0&&(s=B,c-=d=-d),l&&(h=d/l,u+=(o.height-h)/2);break;case P:if(z.y<=0&&(u<=v||l&&(c<=m||p>=g))){L=!1;break}x(P),h-=z.y,u+=z.y,h<0&&(s=k,u-=h=-h),l&&(d=h*l,c+=(o.width-d)/2);break;case B:if(z.x<=0&&(c<=m||l&&(u<=v||f>=A))){L=!1;break}x(B),d-=z.x,c+=z.x,d<0&&(s=I,c-=d=-d),l&&(h=d/l,u+=(o.height-h)/2);break;case k:if(z.y>=0&&(f>=A||l&&(c<=m||p>=g))){L=!1;break}x(k),(h+=z.y)<0&&(s=P,u-=h=-h),l&&(d=h*l,c+=(o.width-d)/2);break;case T:if(l){if(z.y<=0&&(u<=v||p>=g)){L=!1;break}x(P),h-=z.y,u+=z.y,d=h*l}else x(P),x(I),z.x>=0?p<g?d+=z.x:z.y<=0&&u<=v&&(L=!1):d+=z.x,z.y<=0?u>v&&(h-=z.y,u+=z.y):(h-=z.y,u+=z.y);d<0&&h<0?(s=O,u-=h=-h,c-=d=-d):d<0?(s=w,c-=d=-d):h<0&&(s=E,u-=h=-h);break;case w:if(l){if(z.y<=0&&(u<=v||c<=m)){L=!1;break}x(P),h-=z.y,u+=z.y,d=h*l,c+=o.width-d}else x(P),x(B),z.x<=0?c>m?(d-=z.x,c+=z.x):z.y<=0&&u<=v&&(L=!1):(d-=z.x,c+=z.x),z.y<=0?u>v&&(h-=z.y,u+=z.y):(h-=z.y,u+=z.y);d<0&&h<0?(s=E,u-=h=-h,c-=d=-d):d<0?(s=T,c-=d=-d):h<0&&(s=O,u-=h=-h);break;case O:if(l){if(z.x<=0&&(c<=m||f>=A)){L=!1;break}x(B),d-=z.x,c+=z.x,h=d/l}else x(k),x(B),z.x<=0?c>m?(d-=z.x,c+=z.x):z.y>=0&&f>=A&&(L=!1):(d-=z.x,c+=z.x),z.y>=0?f<A&&(h+=z.y):h+=z.y;d<0&&h<0?(s=T,u-=h=-h,c-=d=-d):d<0?(s=E,c-=d=-d):h<0&&(s=w,u-=h=-h);break;case E:if(l){if(z.x>=0&&(p>=g||f>=A)){L=!1;break}x(I),h=(d+=z.x)/l}else x(k),x(I),z.x>=0?p<g?d+=z.x:z.y>=0&&f>=A&&(L=!1):d+=z.x,z.y>=0?f<A&&(h+=z.y):h+=z.y;d<0&&h<0?(s=w,u-=h=-h,c-=d=-d):d<0?(s=O,c-=d=-d):h<0&&(s=T,u-=h=-h);break;case y:this.move(z.x,z.y),L=!1;break;case M:this.zoom(qe(i),e),L=!1;break;case b:if(!z.x||!z.y){L=!1;break}t=Ye(this.cropper),c=C.startX-t.left,u=C.startY-t.top,d=o.minWidth,h=o.minHeight,z.x>0?s=z.y>0?E:T:z.x<0&&(c-=d,s=z.y>0?O:w),z.y<0&&(u-=h),this.cropped||(Ae(this.cropBox,S),this.cropped=!0,this.limited&&this.limitCropBox(!0,!0))}L&&(o.width=d,o.height=h,o.left=c,o.top=u,this.action=s,this.renderCropBox()),Ie(i,(function(e){e.startX=e.endX,e.startY=e.endY}))}},ht={crop:function(){return!this.ready||this.cropped||this.disabled||(this.cropped=!0,this.limitCropBox(!0,!0),this.options.modal&&Oe(this.dragBox,x),Ae(this.cropBox,S),this.setCropBoxData(this.initialCropBoxData)),this},reset:function(){return this.ready&&!this.disabled&&(this.imageData=Be({},this.initialImageData),this.canvasData=Be({},this.initialCanvasData),this.cropBoxData=Be({},this.initialCropBoxData),this.renderCanvas(),this.cropped&&this.renderCropBox()),this},clear:function(){return this.cropped&&!this.disabled&&(Be(this.cropBoxData,{left:0,top:0,width:0,height:0}),this.cropped=!1,this.renderCropBox(),this.limitCanvas(!0,!0),this.renderCanvas(),Ae(this.dragBox,x),Oe(this.cropBox,S)),this},replace:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return!this.disabled&&e&&(this.isImg&&(this.element.src=e),t?(this.url=e,this.image.src=e,this.ready&&(this.viewBoxImage.src=e,Ie(this.previews,(function(t){t.getElementsByTagName("img")[0].src=e})))):(this.isImg&&(this.replaced=!0),this.options.data=null,this.uncreate(),this.load(e))),this},enable:function(){return this.ready&&this.disabled&&(this.disabled=!1,Ae(this.cropper,L)),this},disable:function(){return this.ready&&!this.disabled&&(this.disabled=!0,Oe(this.cropper,L)),this},destroy:function(){var e=this.element;return e[g]?(e[g]=void 0,this.isImg&&this.replaced&&(e.src=this.originalUrl),this.uncreate(),this):this},move:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e,n=this.canvasData,a=n.left,r=n.top;return this.moveTo(me(e)?e:a+Number(e),me(t)?t:r+Number(t))},moveTo:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e,n=this.canvasData,a=!1;return e=Number(e),t=Number(t),this.ready&&!this.disabled&&this.options.movable&&(pe(e)&&(n.left=e,a=!0),pe(t)&&(n.top=t,a=!0),a&&this.renderCanvas(!0)),this},zoom:function(e,t){var n=this.canvasData;return e=(e=Number(e))<0?1/(1-e):1+e,this.zoomTo(n.width*e/n.naturalWidth,null,t)},zoomTo:function(e,t,n){var a=this.options,r=this.canvasData,o=r.width,i=r.height,s=r.naturalWidth,l=r.naturalHeight;if((e=Number(e))>=0&&this.ready&&!this.disabled&&a.zoomable){var c=s*e,u=l*e;if(!1===Ve(this.element,ne,{ratio:e,oldRatio:o/s,originalEvent:n}))return this;if(n){var d=this.pointers,h=Ye(this.cropper),p=d&&Object.keys(d).length?Je(d):{pageX:n.pageX,pageY:n.pageY};r.left-=(c-o)*((p.pageX-h.left-r.left)/o),r.top-=(u-i)*((p.pageY-h.top-r.top)/i)}else _e(t)&&pe(t.x)&&pe(t.y)?(r.left-=(c-o)*((t.x-r.left)/o),r.top-=(u-i)*((t.y-r.top)/i)):(r.left-=(c-o)/2,r.top-=(u-i)/2);r.width=c,r.height=u,this.renderCanvas(!0)}return this},rotate:function(e){return this.rotateTo((this.imageData.rotate||0)+Number(e))},rotateTo:function(e){return pe(e=Number(e))&&this.ready&&!this.disabled&&this.options.rotatable&&(this.imageData.rotate=e%360,this.renderCanvas(!0,!0)),this},scaleX:function(e){var t=this.imageData.scaleY;return this.scale(e,pe(t)?t:1)},scaleY:function(e){var t=this.imageData.scaleX;return this.scale(pe(t)?t:1,e)},scale:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e,n=this.imageData,a=!1;return e=Number(e),t=Number(t),this.ready&&!this.disabled&&this.options.scalable&&(pe(e)&&(n.scaleX=e,a=!0),pe(t)&&(n.scaleY=t,a=!0),a&&this.renderCanvas(!0,!0)),this},getData:function(){var e,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],n=this.options,a=this.imageData,r=this.canvasData,o=this.cropBoxData;if(this.ready&&this.cropped){e={x:o.left-r.left,y:o.top-r.top,width:o.width,height:o.height};var i=a.width/a.naturalWidth;if(Ie(e,(function(t,n){e[n]=t/i})),t){var s=Math.round(e.y+e.height),l=Math.round(e.x+e.width);e.x=Math.round(e.x),e.y=Math.round(e.y),e.width=l-e.x,e.height=s-e.y}}else e={x:0,y:0,width:0,height:0};return n.rotatable&&(e.rotate=a.rotate||0),n.scalable&&(e.scaleX=a.scaleX||1,e.scaleY=a.scaleY||1),e},setData:function(e){var t=this.options,n=this.imageData,a=this.canvasData,r={};if(this.ready&&!this.disabled&&_e(e)){var o=!1;t.rotatable&&pe(e.rotate)&&e.rotate!==n.rotate&&(n.rotate=e.rotate,o=!0),t.scalable&&(pe(e.scaleX)&&e.scaleX!==n.scaleX&&(n.scaleX=e.scaleX,o=!0),pe(e.scaleY)&&e.scaleY!==n.scaleY&&(n.scaleY=e.scaleY,o=!0)),o&&this.renderCanvas(!0,!0);var i=n.width/n.naturalWidth;pe(e.x)&&(r.left=e.x*i+a.left),pe(e.y)&&(r.top=e.y*i+a.top),pe(e.width)&&(r.width=e.width*i),pe(e.height)&&(r.height=e.height*i),this.setCropBoxData(r)}return this},getContainerData:function(){return this.ready?Be({},this.containerData):{}},getImageData:function(){return this.sized?Be({},this.imageData):{}},getCanvasData:function(){var e=this.canvasData,t={};return this.ready&&Ie(["left","top","width","height","naturalWidth","naturalHeight"],(function(n){t[n]=e[n]})),t},setCanvasData:function(e){var t=this.canvasData,n=t.aspectRatio;return this.ready&&!this.disabled&&_e(e)&&(pe(e.left)&&(t.left=e.left),pe(e.top)&&(t.top=e.top),pe(e.width)?(t.width=e.width,t.height=e.width/n):pe(e.height)&&(t.height=e.height,t.width=e.height*n),this.renderCanvas(!0)),this},getCropBoxData:function(){var e,t=this.cropBoxData;return this.ready&&this.cropped&&(e={left:t.left,top:t.top,width:t.width,height:t.height}),e||{}},setCropBoxData:function(e){var t,n,a=this.cropBoxData,r=this.options.aspectRatio;return this.ready&&this.cropped&&!this.disabled&&_e(e)&&(pe(e.left)&&(a.left=e.left),pe(e.top)&&(a.top=e.top),pe(e.width)&&e.width!==a.width&&(t=!0,a.width=e.width),pe(e.height)&&e.height!==a.height&&(n=!0,a.height=e.height),r&&(t?a.height=a.width/r:n&&(a.width=a.height*r)),this.renderCropBox()),this},getCroppedCanvas:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!this.ready||!window.HTMLCanvasElement)return null;var t=this.canvasData,n=Ze(this.image,this.imageData,t,e);if(!this.cropped)return n;var a=this.getData(),r=a.x,o=a.y,i=a.width,l=a.height,c=n.width/Math.floor(t.naturalWidth);1!==c&&(r*=c,o*=c,i*=c,l*=c);var u=i/l,d=Ke({aspectRatio:u,width:e.maxWidth||1/0,height:e.maxHeight||1/0}),h=Ke({aspectRatio:u,width:e.minWidth||0,height:e.minHeight||0},"cover"),p=Ke({aspectRatio:u,width:e.width||(1!==c?n.width:i),height:e.height||(1!==c?n.height:l)}),f=p.width,m=p.height;f=Math.min(d.width,Math.max(h.width,f)),m=Math.min(d.height,Math.max(h.height,m));var v=document.createElement("canvas"),g=v.getContext("2d");v.width=Pe(f),v.height=Pe(m),g.fillStyle=e.fillColor||"transparent",g.fillRect(0,0,f,m);var _=e.imageSmoothingEnabled,b=void 0===_||_,y=e.imageSmoothingQuality;g.imageSmoothingEnabled=b,y&&(g.imageSmoothingQuality=y);var M,I,B,k,P,T,w=n.width,E=n.height,O=r,A=o;O<=-i||O>w?(O=0,M=0,B=0,P=0):O<=0?(B=-O,O=0,P=M=Math.min(w,i+O)):O<=w&&(B=0,P=M=Math.min(i,w-O)),M<=0||A<=-l||A>E?(A=0,I=0,k=0,T=0):A<=0?(k=-A,A=0,T=I=Math.min(E,l+A)):A<=E&&(k=0,T=I=Math.min(l,E-A));var L=[O,A,M,I];if(P>0&&T>0){var S=f/i;L.push(B*S,k*S,P*S,T*S)}return g.drawImage.apply(g,[n].concat(s(L.map((function(e){return Math.floor(Pe(e))}))))),v},setAspectRatio:function(e){var t=this.options;return this.disabled||me(e)||(t.aspectRatio=Math.max(0,e)||NaN,this.ready&&(this.initCropBox(),this.cropped&&this.renderCropBox())),this},setDragMode:function(e){var t=this.options,n=this.dragBox,a=this.face;if(this.ready&&!this.disabled){var r=e===N,o=t.movable&&e===R;e=r||o?e:V,t.dragMode=e,xe(n,F,e),Le(n,A,r),Le(n,D,o),t.cropBoxMovable||(xe(a,F,e),Le(a,A,r),Le(a,D,o))}return this}},pt=f.Cropper,ft=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(a(this,e),!t||!se.test(t.tagName))throw new Error("The first argument is required and must be an <img> or <canvas> element.");this.element=t,this.options=Be({},ue,_e(n)&&n),this.cropped=!1,this.disabled=!1,this.pointers={},this.ready=!1,this.reloading=!1,this.replaced=!1,this.sized=!1,this.sizing=!1,this.init()}return o(e,[{key:"init",value:function(){var e,t=this.element,n=t.tagName.toLowerCase();if(!t[g]){if(t[g]=this,"img"===n){if(this.isImg=!0,e=t.getAttribute("src")||"",this.originalUrl=e,!e)return;e=t.src}else"canvas"===n&&window.HTMLCanvasElement&&(e=t.toDataURL());this.load(e)}}},{key:"load",value:function(e){var t=this;if(e){this.url=e,this.imageData={};var n=this.element,a=this.options;if(a.rotatable||a.scalable||(a.checkOrientation=!1),a.checkOrientation&&window.ArrayBuffer)if(oe.test(e))ie.test(e)?this.read(at(e)):this.clone();else{var r=new XMLHttpRequest,o=this.clone.bind(this);this.reloading=!0,this.xhr=r,r.onabort=o,r.onerror=o,r.ontimeout=o,r.onprogress=function(){r.getResponseHeader("content-type")!==ae&&r.abort()},r.onload=function(){t.read(r.response)},r.onloadend=function(){t.reloading=!1,t.xhr=null},a.checkCrossOrigin&&Ue(e)&&n.crossOrigin&&(e=Ge(e)),r.open("GET",e,!0),r.responseType="arraybuffer",r.withCredentials="use-credentials"===n.crossOrigin,r.send()}else this.clone()}}},{key:"read",value:function(e){var t=this.options,n=this.imageData,a=ot(e),r=0,o=1,i=1;if(a>1){this.url=rt(e,ae);var s=it(a);r=s.rotate,o=s.scaleX,i=s.scaleY}t.rotatable&&(n.rotate=r),t.scalable&&(n.scaleX=o,n.scaleY=i),this.clone()}},{key:"clone",value:function(){var e=this.element,t=this.url,n=e.crossOrigin,a=t;this.options.checkCrossOrigin&&Ue(t)&&(n||(n="anonymous"),a=Ge(t)),this.crossOrigin=n,this.crossOriginUrl=a;var r=document.createElement("img");n&&(r.crossOrigin=n),r.src=a||t,r.alt=e.alt||"The image to crop",this.image=r,r.onload=this.start.bind(this),r.onerror=this.stop.bind(this),Oe(r,C),e.parentNode.insertBefore(r,e.nextSibling)}},{key:"start",value:function(){var e=this,t=this.image;t.onload=null,t.onerror=null,this.sizing=!0;var n=f.navigator&&/(?:iPad|iPhone|iPod).*?AppleWebKit/i.test(f.navigator.userAgent),a=function(t,n){Be(e.imageData,{naturalWidth:t,naturalHeight:n,aspectRatio:t/n}),e.initialImageData=Be({},e.imageData),e.sizing=!1,e.sized=!0,e.build()};if(!t.naturalWidth||n){var r=document.createElement("img"),o=document.body||document.documentElement;this.sizingImage=r,r.onload=function(){a(r.width,r.height),n||o.removeChild(r)},r.src=t.src,n||(r.style.cssText="left:0;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:0;position:absolute;top:0;z-index:-1;",o.appendChild(r))}else a(t.naturalWidth,t.naturalHeight)}},{key:"stop",value:function(){var e=this.image;e.onload=null,e.onerror=null,e.parentNode.removeChild(e),this.image=null}},{key:"build",value:function(){if(this.sized&&!this.ready){var e=this.element,t=this.options,n=this.image,a=e.parentNode,r=document.createElement("div");r.innerHTML=de;var o=r.querySelector(".".concat(g,"-container")),i=o.querySelector(".".concat(g,"-canvas")),s=o.querySelector(".".concat(g,"-drag-box")),l=o.querySelector(".".concat(g,"-crop-box")),c=l.querySelector(".".concat(g,"-face"));this.container=a,this.cropper=o,this.canvas=i,this.dragBox=s,this.cropBox=l,this.viewBox=o.querySelector(".".concat(g,"-view-box")),this.face=c,i.appendChild(n),Oe(e,S),a.insertBefore(o,e.nextSibling),this.isImg||Ae(n,C),this.initPreview(),this.bind(),t.initialAspectRatio=Math.max(0,t.initialAspectRatio)||NaN,t.aspectRatio=Math.max(0,t.aspectRatio)||NaN,t.viewMode=Math.max(0,Math.min(3,Math.round(t.viewMode)))||0,Oe(l,S),t.guides||Oe(l.getElementsByClassName("".concat(g,"-dashed")),S),t.center||Oe(l.getElementsByClassName("".concat(g,"-center")),S),t.background&&Oe(o,"".concat(g,"-bg")),t.highlight||Oe(c,z),t.cropBoxMovable&&(Oe(c,D),xe(c,F,_)),t.cropBoxResizable||(Oe(l.getElementsByClassName("".concat(g,"-line")),S),Oe(l.getElementsByClassName("".concat(g,"-point")),S)),this.render(),this.ready=!0,this.setDragMode(t.dragMode),t.autoCrop&&this.crop(),this.setData(t.data),be(t.ready)&&Re(e,Z,t.ready,{once:!0}),Ve(e,Z)}}},{key:"unbuild",value:function(){this.ready&&(this.ready=!1,this.unbind(),this.resetPreview(),this.cropper.parentNode.removeChild(this.cropper),Ae(this.element,S))}},{key:"uncreate",value:function(){this.ready?(this.unbuild(),this.ready=!1,this.cropped=!1):this.sizing?(this.sizingImage.onload=null,this.sizing=!1,this.sized=!1):this.reloading?(this.xhr.onabort=null,this.xhr.abort()):this.image&&this.stop()}}],[{key:"noConflict",value:function(){return window.Cropper=pt,e}},{key:"setDefaults",value:function(e){Be(ue,_e(e)&&e)}}]),e}();return Be(ft.prototype,st,lt,ct,ut,dt,ht),ft}()},26219:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>o});var a=n(23645),r=n.n(a)()((function(e){return e[1]}));r.push([e.id,'.autocomplete-input{background-color:#eee;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Im0yMSAyMS00LTQiLz48L3N2Zz4=");background-position:12px;background-repeat:no-repeat;border:1px solid #eee;border-radius:8px;box-sizing:border-box;flex:1;font-size:16px;line-height:1.5;padding:12px 12px 12px 48px;position:relative;width:100%}.autocomplete-input:focus,.autocomplete-input[aria-expanded=true]{background-color:#fff;border-color:rgba(0,0,0,.12);box-shadow:0 2px 2px rgba(0,0,0,.16);outline:none}[data-position=below] .autocomplete-input[aria-expanded=true]{border-bottom-color:transparent;border-radius:8px 8px 0 0}[data-position=above] .autocomplete-input[aria-expanded=true]{border-radius:0 0 8px 8px;border-top-color:transparent;z-index:2}.autocomplete[data-loading=true]:after{-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;border:3px solid rgba(0,0,0,.12);border-radius:100%;border-right-color:rgba(0,0,0,.48);content:"";height:20px;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px}.autocomplete-result-list{background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:0 2px 2px rgba(0,0,0,.16);box-sizing:border-box;list-style:none;margin:0;max-height:296px;overflow-y:auto;padding:0}[data-position=below] .autocomplete-result-list{border-radius:0 0 8px 8px;border-top-color:transparent;margin-top:-1px;padding-bottom:8px}[data-position=above] .autocomplete-result-list{border-bottom-color:transparent;border-radius:8px 8px 0 0;margin-bottom:-1px;padding-top:8px}.autocomplete-result{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjY2NjIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Im0yMSAyMS00LTQiLz48L3N2Zz4=");background-position:12px;background-repeat:no-repeat;cursor:default;padding:12px 12px 12px 48px}.autocomplete-result:hover,.autocomplete-result[aria-selected=true]{background-color:rgba(0,0,0,.06)}@-webkit-keyframes rotate{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(359deg)}}@keyframes rotate{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(359deg)}}',""]);const o=r},73729:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>o});var a=n(23645),r=n.n(a)()((function(e){return e[1]}));r.push([e.id,'/*!\n * Cropper.js v1.5.12\n * https://fengyuanchen.github.io/cropperjs\n *\n * Copyright 2015-present Chen Fengyuan\n * Released under the MIT license\n *\n * Date: 2021-06-12T08:00:11.623Z\n */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{image-orientation:0deg;display:block;height:100%;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}',""]);const o=r},1835:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>o});var a=n(23645),r=n.n(a)()((function(e){return e[1]}));r.push([e.id,".fade-enter-active[data-v-6383fb07],.fade-leave-active[data-v-6383fb07]{transition:opacity var(--transition-duration)}.fade-enter[data-v-6383fb07],.fade-leave-to[data-v-6383fb07]{opacity:0}",""]);const o=r},23645:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=e(t);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,a){"string"==typeof e&&(e=[[null,e,""]]);var r={};if(a)for(var o=0;o<this.length;o++){var i=this[o][0];null!=i&&(r[i]=!0)}for(var s=0;s<e.length;s++){var l=[].concat(e[s]);a&&r[l[0]]||(n&&(l[2]?l[2]="".concat(n," and ").concat(l[2]):l[2]=n),t.push(l))}},t}},93561:e=>{e.exports=function(e){var t=new Date(e.getTime()),n=t.getTimezoneOffset();return t.setSeconds(0,0),6e4*n+t.getTime()%6e4}},3374:(e,t,n)=>{var a=n(91884);e.exports=function(e,t){var n=a(e).getTime(),r=a(t).getTime();return n<r?-1:n>r?1:0}},93558:(e,t,n)=>{var a=n(91884);e.exports=function(e,t){var n=a(e).getTime(),r=a(t).getTime();return n>r?-1:n<r?1:0}},51924:(e,t,n)=>{var a=n(91884);e.exports=function(e,t){var n=a(e),r=a(t);return 12*(n.getFullYear()-r.getFullYear())+(n.getMonth()-r.getMonth())}},88081:(e,t,n)=>{var a=n(91884);e.exports=function(e,t){var n=a(e),r=a(t);return n.getTime()-r.getTime()}},31387:(e,t,n)=>{var a=n(91884),r=n(51924),o=n(3374);e.exports=function(e,t){var n=a(e),i=a(t),s=o(n,i),l=Math.abs(r(n,i));return n.setMonth(n.getMonth()-s*l),s*(l-(o(n,i)===-s))}},7977:(e,t,n)=>{var a=n(88081);e.exports=function(e,t){var n=a(e,t)/1e3;return n>0?Math.floor(n):Math.ceil(n)}},63332:(e,t,n)=>{var a=n(93558),r=n(91884),o=n(7977),i=n(31387),s=n(47479),l=43200;e.exports=function(e,t,n){var c=n||{},u=a(e,t),d=c.locale,h=s.distanceInWords.localize;d&&d.distanceInWords&&d.distanceInWords.localize&&(h=d.distanceInWords.localize);var p,f,m={addSuffix:Boolean(c.addSuffix),comparison:u};u>0?(p=r(e),f=r(t)):(p=r(t),f=r(e));var v,g=o(f,p),_=f.getTimezoneOffset()-p.getTimezoneOffset(),b=Math.round(g/60)-_;if(b<2)return c.includeSeconds?g<5?h("lessThanXSeconds",5,m):g<10?h("lessThanXSeconds",10,m):g<20?h("lessThanXSeconds",20,m):g<40?h("halfAMinute",null,m):h(g<60?"lessThanXMinutes":"xMinutes",1,m):0===b?h("lessThanXMinutes",1,m):h("xMinutes",b,m);if(b<45)return h("xMinutes",b,m);if(b<90)return h("aboutXHours",1,m);if(b<1440)return h("aboutXHours",Math.round(b/60),m);if(b<2520)return h("xDays",1,m);if(b<l)return h("xDays",Math.round(b/1440),m);if(b<86400)return h("aboutXMonths",v=Math.round(b/l),m);if((v=i(f,p))<12)return h("xMonths",Math.round(b/l),m);var y=v%12,M=Math.floor(v/12);return y<3?h("aboutXYears",M,m):y<9?h("overXYears",M,m):h("almostXYears",M+1,m)}},66272:(e,t,n)=>{var a=n(63332);e.exports=function(e,t){return a(Date.now(),e,t)}},14286:e=>{e.exports=function(e){return e instanceof Date}},18854:e=>{var t=["M","MM","Q","D","DD","DDD","DDDD","d","E","W","WW","YY","YYYY","GG","GGGG","H","HH","h","hh","m","mm","s","ss","S","SS","SSS","Z","ZZ","X","x"];e.exports=function(e){var n=[];for(var a in e)e.hasOwnProperty(a)&&n.push(a);var r=t.concat(n).sort().reverse();return new RegExp("(\\[[^\\[]*\\])|(\\\\)?("+r.join("|")+"|.)","g")}},92894:e=>{e.exports=function(){var e={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};return{localize:function(t,n,a){var r;return a=a||{},r="string"==typeof e[t]?e[t]:1===n?e[t].one:e[t].other.replace("{{count}}",n),a.addSuffix?a.comparison>0?"in "+r:r+" ago":r}}}},664:(e,t,n)=>{var a=n(18854);e.exports=function(){var e=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],t=["January","February","March","April","May","June","July","August","September","October","November","December"],n=["Su","Mo","Tu","We","Th","Fr","Sa"],r=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],o=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],i=["AM","PM"],s=["am","pm"],l=["a.m.","p.m."],c={MMM:function(t){return e[t.getMonth()]},MMMM:function(e){return t[e.getMonth()]},dd:function(e){return n[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return e.getHours()/12>=1?i[1]:i[0]},a:function(e){return e.getHours()/12>=1?s[1]:s[0]},aa:function(e){return e.getHours()/12>=1?l[1]:l[0]}};return["M","D","DDD","d","Q","W"].forEach((function(e){c[e+"o"]=function(t,n){return function(e){var t=e%100;if(t>20||t<10)switch(t%10){case 1:return e+"st";case 2:return e+"nd";case 3:return e+"rd"}return e+"th"}(n[e](t))}})),{formatters:c,formattingTokensRegExp:a(c)}}},47479:(e,t,n)=>{var a=n(92894),r=n(664);e.exports={distanceInWords:a(),format:r()}},91884:(e,t,n)=>{var a=n(93561),r=n(14286),o=36e5,i=6e4,s=/[T ]/,l=/:/,c=/^(\d{2})$/,u=[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],d=/^(\d{4})/,h=[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],p=/^-(\d{2})$/,f=/^-?(\d{3})$/,m=/^-?(\d{2})-?(\d{2})$/,v=/^-?W(\d{2})$/,g=/^-?W(\d{2})-?(\d{1})$/,_=/^(\d{2}([.,]\d*)?)$/,b=/^(\d{2}):?(\d{2}([.,]\d*)?)$/,y=/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,M=/([Z+-].*)$/,I=/^(Z)$/,B=/^([+-])(\d{2})$/,k=/^([+-])(\d{2}):?(\d{2})$/;function P(e,t,n){t=t||0,n=n||0;var a=new Date(0);a.setUTCFullYear(e,0,4);var r=7*t+n+1-(a.getUTCDay()||7);return a.setUTCDate(a.getUTCDate()+r),a}e.exports=function(e,t){if(r(e))return new Date(e.getTime());if("string"!=typeof e)return new Date(e);var n=(t||{}).additionalDigits;n=null==n?2:Number(n);var T=function(e){var t,n={},a=e.split(s);l.test(a[0])?(n.date=null,t=a[0]):(n.date=a[0],t=a[1]);if(t){var r=M.exec(t);r?(n.time=t.replace(r[1],""),n.timezone=r[1]):n.time=t}return n}(e),w=function(e,t){var n,a=u[t],r=h[t];if(n=d.exec(e)||r.exec(e)){var o=n[1];return{year:parseInt(o,10),restDateString:e.slice(o.length)}}if(n=c.exec(e)||a.exec(e)){var i=n[1];return{year:100*parseInt(i,10),restDateString:e.slice(i.length)}}return{year:null}}(T.date,n),E=w.year,O=function(e,t){if(null===t)return null;var n,a,r;if(0===e.length)return(a=new Date(0)).setUTCFullYear(t),a;if(n=p.exec(e))return a=new Date(0),r=parseInt(n[1],10)-1,a.setUTCFullYear(t,r),a;if(n=f.exec(e)){a=new Date(0);var o=parseInt(n[1],10);return a.setUTCFullYear(t,0,o),a}if(n=m.exec(e)){a=new Date(0),r=parseInt(n[1],10)-1;var i=parseInt(n[2],10);return a.setUTCFullYear(t,r,i),a}if(n=v.exec(e))return P(t,parseInt(n[1],10)-1);if(n=g.exec(e)){return P(t,parseInt(n[1],10)-1,parseInt(n[2],10)-1)}return null}(w.restDateString,E);if(O){var A,L=O.getTime(),S=0;if(T.time&&(S=function(e){var t,n,a;if(t=_.exec(e))return(n=parseFloat(t[1].replace(",",".")))%24*o;if(t=b.exec(e))return n=parseInt(t[1],10),a=parseFloat(t[2].replace(",",".")),n%24*o+a*i;if(t=y.exec(e)){n=parseInt(t[1],10),a=parseInt(t[2],10);var r=parseFloat(t[3].replace(",","."));return n%24*o+a*i+1e3*r}return null}(T.time)),T.timezone)A=function(e){var t,n;if(t=I.exec(e))return 0;if(t=B.exec(e))return n=60*parseInt(t[2],10),"+"===t[1]?-n:n;if(t=k.exec(e))return n=60*parseInt(t[2],10)+parseInt(t[3],10),"+"===t[1]?-n:n;return 0}(T.timezone)*i;else{var C=L+S,z=new Date(C);A=a(z);var x=new Date(C);x.setDate(z.getDate()+1);var D=a(x)-a(z);D>0&&(A+=D)}return new Date(L+S+A)}return new Date(e)}},42317:(e,t,n)=>{"use strict";!function(t){var n=/^(b|B)$/,a={iec:{bits:["b","Kib","Mib","Gib","Tib","Pib","Eib","Zib","Yib"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["b","Kb","Mb","Gb","Tb","Pb","Eb","Zb","Yb"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},r={iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]};function o(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=[],i=0,s=void 0,l=void 0,c=void 0,u=void 0,d=void 0,h=void 0,p=void 0,f=void 0,m=void 0,v=void 0,g=void 0,_=void 0,b=void 0,y=void 0,M=void 0;if(isNaN(e))throw new Error("Invalid arguments");return c=!0===t.bits,g=!0===t.unix,l=t.base||2,v=void 0!==t.round?t.round:g?1:2,_=void 0!==t.separator&&t.separator||"",b=void 0!==t.spacer?t.spacer:g?"":" ",M=t.symbols||t.suffixes||{},y=2===l&&t.standard||"jedec",m=t.output||"string",d=!0===t.fullform,h=t.fullforms instanceof Array?t.fullforms:[],s=void 0!==t.exponent?t.exponent:-1,u=l>2?1e3:1024,(p=(f=Number(e))<0)&&(f=-f),(-1===s||isNaN(s))&&(s=Math.floor(Math.log(f)/Math.log(u)))<0&&(s=0),s>8&&(s=8),0===f?(o[0]=0,o[1]=g?"":a[y][c?"bits":"bytes"][s]):(i=f/(2===l?Math.pow(2,10*s):Math.pow(1e3,s)),c&&(i*=8)>=u&&s<8&&(i/=u,s++),o[0]=Number(i.toFixed(s>0?v:0)),o[1]=10===l&&1===s?c?"kb":"kB":a[y][c?"bits":"bytes"][s],g&&(o[1]="jedec"===y?o[1].charAt(0):s>0?o[1].replace(/B$/,""):o[1],n.test(o[1])&&(o[0]=Math.floor(o[0]),o[1]=""))),p&&(o[0]=-o[0]),o[1]=M[o[1]]||o[1],"array"===m?o:"exponent"===m?s:"object"===m?{value:o[0],suffix:o[1],symbol:o[1]}:(d&&(o[1]=h[s]?h[s]:r[y][s]+(c?"bit":"byte")+(1===o[0]?"":"s")),_.length>0&&(o[0]=o[0].toString().replace(".",_)),o.join(b))}o.partial=function(e){return function(t){return o(t,e)}},e.exports=o}("undefined"!=typeof window?window:n.g)},80981:(e,t,n)=>{var a,r,o;r=[n(19755)],void 0===(o="function"==typeof(a=function(e){"use strict";var t={space:32,pageup:33,pagedown:34,end:35,home:36,up:38,down:40},n=function(t,n){var a,r=n.scrollTop(),o=n.prop("scrollHeight"),i=n.prop("clientHeight"),s=t.originalEvent.wheelDelta||-1*t.originalEvent.detail||-1*t.originalEvent.deltaY,l=0;if("wheel"===t.type){var c=n.height()/e(window).height();l=t.originalEvent.deltaY*c}else this.options.touch&&"touchmove"===t.type&&(s=t.originalEvent.changedTouches[0].clientY-this.startClientY);return{prevent:(a=s>0&&r+l<=0)||s<0&&r+l>=o-i,top:a,scrollTop:r,deltaY:l}},a=function(e,n){var a=n.scrollTop(),r={top:!1,bottom:!1};if(r.top=0===a&&(e.keyCode===t.pageup||e.keyCode===t.home||e.keyCode===t.up),!r.top){var o=n.prop("scrollHeight"),i=n.prop("clientHeight");r.bottom=o===a+i&&(e.keyCode===t.space||e.keyCode===t.pagedown||e.keyCode===t.end||e.keyCode===t.down)}return r},r=function(t,n){this.$element=t,this.options=e.extend({},r.DEFAULTS,this.$element.data(),n),this.enabled=!0,this.startClientY=0,this.options.unblock&&this.$element.on(r.CORE.wheelEventName+r.NAMESPACE,this.options.unblock,e.proxy(r.CORE.unblockHandler,this)),this.$element.on(r.CORE.wheelEventName+r.NAMESPACE,this.options.selector,e.proxy(r.CORE.handler,this)),this.options.touch&&(this.$element.on("touchstart"+r.NAMESPACE,this.options.selector,e.proxy(r.CORE.touchHandler,this)),this.$element.on("touchmove"+r.NAMESPACE,this.options.selector,e.proxy(r.CORE.handler,this)),this.options.unblock&&this.$element.on("touchmove"+r.NAMESPACE,this.options.unblock,e.proxy(r.CORE.unblockHandler,this))),this.options.keyboard&&(this.$element.attr("tabindex",this.options.keyboard.tabindex||0),this.$element.on("keydown"+r.NAMESPACE,this.options.selector,e.proxy(r.CORE.keyboardHandler,this)),this.options.unblock&&this.$element.on("keydown"+r.NAMESPACE,this.options.unblock,e.proxy(r.CORE.unblockHandler,this)))};r.NAME="ScrollLock",r.VERSION="3.1.2",r.NAMESPACE=".scrollLock",r.ANIMATION_NAMESPACE=r.NAMESPACE+".effect",r.DEFAULTS={strict:!1,strictFn:function(e){return e.prop("scrollHeight")>e.prop("clientHeight")},selector:!1,animation:!1,touch:"ontouchstart"in window,keyboard:!1,unblock:!1},r.CORE={wheelEventName:"onwheel"in document.createElement("div")?"wheel":void 0!==document.onmousewheel?"mousewheel":"DOMMouseScroll",animationEventName:["webkitAnimationEnd","mozAnimationEnd","MSAnimationEnd","oanimationend","animationend"].join(r.ANIMATION_NAMESPACE+" ")+r.ANIMATION_NAMESPACE,unblockHandler:function(e){e.__currentTarget=e.currentTarget},handler:function(t){if(this.enabled&&!t.ctrlKey){var a=e(t.currentTarget);if(!0!==this.options.strict||this.options.strictFn(a)){t.stopPropagation();var o=e.proxy(n,this)(t,a);if(t.__currentTarget&&(o.prevent&=e.proxy(n,this)(t,e(t.__currentTarget)).prevent),o.prevent){t.preventDefault(),o.deltaY&&a.scrollTop(o.scrollTop+o.deltaY);var i=o.top?"top":"bottom";this.options.animation&&setTimeout(r.CORE.animationHandler.bind(this,a,i),0),a.trigger(e.Event(i+r.NAMESPACE))}}}},touchHandler:function(e){this.startClientY=e.originalEvent.touches[0].clientY},animationHandler:function(e,t){var n=this.options.animation[t],a=this.options.animation.top+" "+this.options.animation.bottom;e.off(r.ANIMATION_NAMESPACE).removeClass(a).addClass(n).one(r.CORE.animationEventName,(function(){e.removeClass(n)}))},keyboardHandler:function(t){var n=e(t.currentTarget),o=(n.scrollTop(),a(t,n));if(t.__currentTarget){var i=a(t,e(t.__currentTarget));o.top&=i.top,o.bottom&=i.bottom}return o.top?(n.trigger(e.Event("top"+r.NAMESPACE)),this.options.animation&&setTimeout(r.CORE.animationHandler.bind(this,n,"top"),0),!1):o.bottom?(n.trigger(e.Event("bottom"+r.NAMESPACE)),this.options.animation&&setTimeout(r.CORE.animationHandler.bind(this,n,"bottom"),0),!1):void 0}},r.prototype.toggleStrict=function(){this.options.strict=!this.options.strict},r.prototype.enable=function(){this.enabled=!0},r.prototype.disable=function(){this.enabled=!1},r.prototype.destroy=function(){this.disable(),this.$element.off(r.NAMESPACE),this.$element=null,this.options=null};var o=e.fn.scrollLock;e.fn.scrollLock=function(t){return this.each((function(){var n=e(this),a="object"==typeof t&&t,o=n.data(r.NAME);(o||"destroy"!==t)&&(o||n.data(r.NAME,o=new r(n,a)),"string"==typeof t&&o[t]())}))},e.fn.scrollLock.defaults=r.DEFAULTS,e.fn.scrollLock.noConflict=function(){return e.fn.scrollLock=o,this}})?a.apply(t,r):a)||(e.exports=o)},20154:(e,t,n)=>{n(88913),e.exports="jQueryScrollbar"},88913:function(e,t,n){var a,r,o;r=[n(19755)],void 0===(o="function"==typeof(a=function(e){"use strict";var t=!1,n={data:{index:0,name:"scrollbar"},firefox:/firefox/i.test(navigator.userAgent),macosx:/mac/i.test(navigator.platform),msedge:/edge\/\d+/i.test(navigator.userAgent),msie:/(msie|trident)/i.test(navigator.userAgent),mobile:/android|webos|iphone|ipad|ipod|blackberry/i.test(navigator.userAgent),overlay:null,scroll:null,scrolls:[],webkit:/webkit/i.test(navigator.userAgent)&&!/edge\/\d+/i.test(navigator.userAgent)};n.scrolls.add=function(e){this.remove(e).push(e)},n.scrolls.remove=function(t){for(;e.inArray(t,this)>=0;)this.splice(e.inArray(t,this),1);return this};var a={autoScrollSize:!0,autoUpdate:!0,debug:!1,disableBodyScroll:!1,duration:200,ignoreMobile:!1,ignoreOverlay:!1,isRtl:!1,scrollStep:30,showArrows:!1,stepScrolling:!0,scrollx:null,scrolly:null,onDestroy:null,onFallback:null,onInit:null,onScroll:null,onUpdate:null},r=function(t){n.scroll||(n.overlay=d(),n.scroll=u(),c(),e(window).resize((function(){var e=!1;if(n.scroll&&(n.scroll.height||n.scroll.width)){var t=u();t.height===n.scroll.height&&t.width===n.scroll.width||(n.scroll=t,e=!0)}c(e)}))),this.container=t,this.namespace=".scrollbar_"+n.data.index++,this.options=e.extend({},a,window.jQueryScrollbarOptions||{}),this.scrollTo=null,this.scrollx={},this.scrolly={},t.data(n.data.name,this),n.scrolls.add(this)};r.prototype={destroy:function(){if(this.wrapper){this.container.removeData(n.data.name),n.scrolls.remove(this);var t=this.container.scrollLeft(),a=this.container.scrollTop();this.container.insertBefore(this.wrapper).css({height:"",margin:"","max-height":""}).removeClass("scroll-content scroll-scrollx_visible scroll-scrolly_visible").off(this.namespace).scrollLeft(t).scrollTop(a),this.scrollx.scroll.removeClass("scroll-scrollx_visible").find("div").addBack().off(this.namespace),this.scrolly.scroll.removeClass("scroll-scrolly_visible").find("div").addBack().off(this.namespace),this.wrapper.remove(),e(document).add("body").off(this.namespace),e.isFunction(this.options.onDestroy)&&this.options.onDestroy.apply(this,[this.container])}},init:function(t){var a=this,r=this.container,o=this.containerWrapper||r,i=this.namespace,s=e.extend(this.options,t||{}),l={x:this.scrollx,y:this.scrolly},c=this.wrapper,u={},d={scrollLeft:r.scrollLeft(),scrollTop:r.scrollTop()};if(n.mobile&&s.ignoreMobile||n.overlay&&s.ignoreOverlay||n.macosx&&!n.webkit)return e.isFunction(s.onFallback)&&s.onFallback.apply(this,[r]),!1;if(c)(u={height:"auto","margin-bottom":-1*n.scroll.height+"px","max-height":""})[s.isRtl?"margin-left":"margin-right"]=-1*n.scroll.width+"px",o.css(u);else{if(this.wrapper=c=e("<div>").addClass("scroll-wrapper").addClass(r.attr("class")).css("position","absolute"===r.css("position")?"absolute":"relative").insertBefore(r).append(r),s.isRtl&&c.addClass("scroll--rtl"),r.is("textarea")&&(this.containerWrapper=o=e("<div>").insertBefore(r).append(r),c.addClass("scroll-textarea")),(u={height:"auto","margin-bottom":-1*n.scroll.height+"px","max-height":""})[s.isRtl?"margin-left":"margin-right"]=-1*n.scroll.width+"px",o.addClass("scroll-content").css(u),r.on("scroll"+i,(function(t){var o=r.scrollLeft(),i=r.scrollTop();if(s.isRtl)switch(!0){case n.firefox:o=Math.abs(o);case n.msedge||n.msie:o=r[0].scrollWidth-r[0].clientWidth-o}e.isFunction(s.onScroll)&&s.onScroll.call(a,{maxScroll:l.y.maxScrollOffset,scroll:i,size:l.y.size,visible:l.y.visible},{maxScroll:l.x.maxScrollOffset,scroll:o,size:l.x.size,visible:l.x.visible}),l.x.isVisible&&l.x.scroll.bar.css("left",o*l.x.kx+"px"),l.y.isVisible&&l.y.scroll.bar.css("top",i*l.y.kx+"px")})),c.on("scroll"+i,(function(){c.scrollTop(0).scrollLeft(0)})),s.disableBodyScroll){var p=function(e){h(e)?l.y.isVisible&&l.y.mousewheel(e):l.x.isVisible&&l.x.mousewheel(e)};c.on("MozMousePixelScroll"+i,p),c.on("mousewheel"+i,p),n.mobile&&c.on("touchstart"+i,(function(t){var n=t.originalEvent.touches&&t.originalEvent.touches[0]||t,a={pageX:n.pageX,pageY:n.pageY},o={left:r.scrollLeft(),top:r.scrollTop()};e(document).on("touchmove"+i,(function(e){var t=e.originalEvent.targetTouches&&e.originalEvent.targetTouches[0]||e;r.scrollLeft(o.left+a.pageX-t.pageX),r.scrollTop(o.top+a.pageY-t.pageY),e.preventDefault()})),e(document).on("touchend"+i,(function(){e(document).off(i)}))}))}e.isFunction(s.onInit)&&s.onInit.apply(this,[r])}e.each(l,(function(t,o){var c=null,u=1,d="x"===t?"scrollLeft":"scrollTop",p=s.scrollStep,f=function(){var e=r[d]();r[d](e+p),1==u&&e+p>=m&&(e=r[d]()),-1==u&&e+p<=m&&(e=r[d]()),r[d]()==e&&c&&c()},m=0;o.scroll||(o.scroll=a._getScroll(s["scroll"+t]).addClass("scroll-"+t),s.showArrows&&o.scroll.addClass("scroll-element_arrows_visible"),o.mousewheel=function(e){if(!o.isVisible||"x"===t&&h(e))return!0;if("y"===t&&!h(e))return l.x.mousewheel(e),!0;var n=-1*e.originalEvent.wheelDelta||e.originalEvent.detail,i=o.size-o.visible-o.offset;return n||("x"===t&&e.originalEvent.deltaX?n=40*e.originalEvent.deltaX:"y"===t&&e.originalEvent.deltaY&&(n=40*e.originalEvent.deltaY)),(n>0&&m<i||n<0&&m>0)&&((m+=n)<0&&(m=0),m>i&&(m=i),a.scrollTo=a.scrollTo||{},a.scrollTo[d]=m,setTimeout((function(){a.scrollTo&&(r.stop().animate(a.scrollTo,240,"linear",(function(){m=r[d]()})),a.scrollTo=null)}),1)),e.preventDefault(),!1},o.scroll.on("MozMousePixelScroll"+i,o.mousewheel).on("mousewheel"+i,o.mousewheel).on("mouseenter"+i,(function(){m=r[d]()})),o.scroll.find(".scroll-arrow, .scroll-element_track").on("mousedown"+i,(function(i){if(1!=i.which)return!0;u=1;var l={eventOffset:i["x"===t?"pageX":"pageY"],maxScrollValue:o.size-o.visible-o.offset,scrollbarOffset:o.scroll.bar.offset()["x"===t?"left":"top"],scrollbarSize:o.scroll.bar["x"===t?"outerWidth":"outerHeight"]()},h=0,v=0;if(e(this).hasClass("scroll-arrow")){if(u=e(this).hasClass("scroll-arrow_more")?1:-1,p=s.scrollStep*u,m=u>0?l.maxScrollValue:0,s.isRtl)switch(!0){case n.firefox:m=u>0?0:-1*l.maxScrollValue;case n.msie||n.msedge:}}else u=l.eventOffset>l.scrollbarOffset+l.scrollbarSize?1:l.eventOffset<l.scrollbarOffset?-1:0,"x"===t&&s.isRtl&&(n.msie||n.msedge)&&(u*=-1),p=Math.round(.75*o.visible)*u,m=l.eventOffset-l.scrollbarOffset-(s.stepScrolling?1==u?l.scrollbarSize:0:Math.round(l.scrollbarSize/2)),m=r[d]()+m/o.kx;return a.scrollTo=a.scrollTo||{},a.scrollTo[d]=s.stepScrolling?r[d]()+p:m,s.stepScrolling&&(c=function(){m=r[d](),clearInterval(v),clearTimeout(h),h=0,v=0},h=setTimeout((function(){v=setInterval(f,40)}),s.duration+100)),setTimeout((function(){a.scrollTo&&(r.animate(a.scrollTo,s.duration),a.scrollTo=null)}),1),a._handleMouseDown(c,i)})),o.scroll.bar.on("mousedown"+i,(function(l){if(1!=l.which)return!0;var c=l["x"===t?"pageX":"pageY"],u=r[d]();return o.scroll.addClass("scroll-draggable"),e(document).on("mousemove"+i,(function(e){var a=parseInt((e["x"===t?"pageX":"pageY"]-c)/o.kx,10);"x"===t&&s.isRtl&&(n.msie||n.msedge)&&(a*=-1),r[d](u+a)})),a._handleMouseDown((function(){o.scroll.removeClass("scroll-draggable"),m=r[d]()}),l)})))})),e.each(l,(function(e,t){var n="scroll-scroll"+e+"_visible",a="x"==e?l.y:l.x;t.scroll.removeClass(n),a.scroll.removeClass(n),o.removeClass(n)})),e.each(l,(function(t,n){e.extend(n,"x"==t?{offset:parseInt(r.css("left"),10)||0,size:r.prop("scrollWidth"),visible:c.width()}:{offset:parseInt(r.css("top"),10)||0,size:r.prop("scrollHeight"),visible:c.height()})})),this._updateScroll("x",this.scrollx),this._updateScroll("y",this.scrolly),e.isFunction(s.onUpdate)&&s.onUpdate.apply(this,[r]),e.each(l,(function(e,t){var n="x"===e?"left":"top",a="x"===e?"outerWidth":"outerHeight",o="x"===e?"width":"height",i=parseInt(r.css(n),10)||0,l=t.size,c=t.visible+i,u=t.scroll.size[a]()+(parseInt(t.scroll.size.css(n),10)||0);s.autoScrollSize&&(t.scrollbarSize=parseInt(u*c/l,10),t.scroll.bar.css(o,t.scrollbarSize+"px")),t.scrollbarSize=t.scroll.bar[a](),t.kx=(u-t.scrollbarSize)/(l-c)||1,t.maxScrollOffset=l-c})),r.scrollLeft(d.scrollLeft).scrollTop(d.scrollTop).trigger("scroll")},_getScroll:function(t){var n={advanced:['<div class="scroll-element">','<div class="scroll-element_corner"></div>','<div class="scroll-arrow scroll-arrow_less"></div>','<div class="scroll-arrow scroll-arrow_more"></div>','<div class="scroll-element_outer">','<div class="scroll-element_size"></div>','<div class="scroll-element_inner-wrapper">','<div class="scroll-element_inner scroll-element_track">','<div class="scroll-element_inner-bottom"></div>',"</div>","</div>",'<div class="scroll-bar">','<div class="scroll-bar_body">','<div class="scroll-bar_body-inner"></div>',"</div>",'<div class="scroll-bar_bottom"></div>','<div class="scroll-bar_center"></div>',"</div>","</div>","</div>"].join(""),simple:['<div class="scroll-element">','<div class="scroll-element_outer">','<div class="scroll-element_size"></div>','<div class="scroll-element_track"></div>','<div class="scroll-bar"></div>',"</div>","</div>"].join("")};return n[t]&&(t=n[t]),t||(t=n.simple),t="string"==typeof t?e(t).appendTo(this.wrapper):e(t),e.extend(t,{bar:t.find(".scroll-bar"),size:t.find(".scroll-element_size"),track:t.find(".scroll-element_track")}),t},_handleMouseDown:function(t,n){var a=this.namespace;return e(document).on("blur"+a,(function(){e(document).add("body").off(a),t&&t()})),e(document).on("dragstart"+a,(function(e){return e.preventDefault(),!1})),e(document).on("mouseup"+a,(function(){e(document).add("body").off(a),t&&t()})),e("body").on("selectstart"+a,(function(e){return e.preventDefault(),!1})),n&&n.preventDefault(),!1},_updateScroll:function(t,a){var r=this.container,o=this.containerWrapper||r,i="scroll-scroll"+t+"_visible",s="x"===t?this.scrolly:this.scrollx,l=parseInt(this.container.css("x"===t?"left":"top"),10)||0,c=this.wrapper,u=a.size,d=a.visible+l;a.isVisible=u-d>1,a.isVisible?(a.scroll.addClass(i),s.scroll.addClass(i),o.addClass(i)):(a.scroll.removeClass(i),s.scroll.removeClass(i),o.removeClass(i)),"y"===t&&(r.is("textarea")||u<d?o.css({height:d+n.scroll.height+"px","max-height":"none"}):o.css({"max-height":d+n.scroll.height+"px"})),a.size==r.prop("scrollWidth")&&s.size==r.prop("scrollHeight")&&a.visible==c.width()&&s.visible==c.height()&&a.offset==(parseInt(r.css("left"),10)||0)&&s.offset==(parseInt(r.css("top"),10)||0)||(e.extend(this.scrollx,{offset:parseInt(r.css("left"),10)||0,size:r.prop("scrollWidth"),visible:c.width()}),e.extend(this.scrolly,{offset:parseInt(r.css("top"),10)||0,size:this.container.prop("scrollHeight"),visible:c.height()}),this._updateScroll("x"===t?"y":"x",s))}};var o=r;e.fn.scrollbar=function(t,a){return"string"!=typeof t&&(a=t,t="init"),void 0===a&&(a=[]),e.isArray(a)||(a=[a]),this.not("body, .scroll-wrapper").each((function(){var r=e(this),i=r.data(n.data.name);(i||"init"===t)&&(i||(i=new o(r)),i[t]&&i[t].apply(i,a))})),this},e.fn.scrollbar.options=a;var i,s,l,c=(i=0,s=0,function(e){var a,r,o,l,u,d,h;for(a=0;a<n.scrolls.length;a++)r=(l=n.scrolls[a]).container,o=l.options,u=l.wrapper,d=l.scrollx,h=l.scrolly,(e||o.autoUpdate&&u&&u.is(":visible")&&(r.prop("scrollWidth")!=d.size||r.prop("scrollHeight")!=h.size||u.width()!=d.visible||u.height()!=h.visible))&&(l.init(),o.debug&&(window.console&&console.log({scrollHeight:r.prop("scrollHeight")+":"+l.scrolly.size,scrollWidth:r.prop("scrollWidth")+":"+l.scrollx.size,visibleHeight:u.height()+":"+l.scrolly.visible,visibleWidth:u.width()+":"+l.scrollx.visible},!0),s++));t&&s>10?(window.console&&console.log("Scroll updates exceed 10"),c=function(){}):(clearTimeout(i),i=setTimeout(c,300))});function u(t){if(n.webkit&&!t)return{height:0,width:0};if(!n.data.outer){var a={border:"none","box-sizing":"content-box",height:"200px",margin:"0",padding:"0",width:"200px"};n.data.inner=e("<div>").css(e.extend({},a)),n.data.outer=e("<div>").css(e.extend({left:"-1000px",overflow:"scroll",position:"absolute",top:"-1000px"},a)).append(n.data.inner).appendTo("body")}return n.data.outer.scrollLeft(1e3).scrollTop(1e3),{height:Math.ceil(n.data.outer.offset().top-n.data.inner.offset().top||0),width:Math.ceil(n.data.outer.offset().left-n.data.inner.offset().left||0)}}function d(){var e=u(!0);return!(e.height||e.width)}function h(e){var t=e.originalEvent;return!(t.axis&&t.axis===t.HORIZONTAL_AXIS||t.wheelDeltaX)}window.angular&&(l=window.angular).module("jQueryScrollbar",[]).provider("jQueryScrollbar",(function(){var e=a;return{setOptions:function(t){l.extend(e,t)},$get:function(){return{options:l.copy(e)}}}})).directive("jqueryScrollbar",["jQueryScrollbar","$parse",function(e,t){return{restrict:"AC",link:function(n,a,r){var o=t(r.jqueryScrollbar)(n);a.scrollbar(o||e.options).on("$destroy",(function(){a.scrollbar("destroy")}))}}}])})?a.apply(t,r):a)||(e.exports=o)},19755:function(e,t){var n;!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:this,(function(a,r){"use strict";var o=[],i=Object.getPrototypeOf,s=o.slice,l=o.flat?function(e){return o.flat.call(e)}:function(e){return o.concat.apply([],e)},c=o.push,u=o.indexOf,d={},h=d.toString,p=d.hasOwnProperty,f=p.toString,m=f.call(Object),v={},g=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},_=function(e){return null!=e&&e===e.window},b=a.document,y={type:!0,src:!0,nonce:!0,noModule:!0};function M(e,t,n){var a,r,o=(n=n||b).createElement("script");if(o.text=e,t)for(a in y)(r=t[a]||t.getAttribute&&t.getAttribute(a))&&o.setAttribute(a,r);n.head.appendChild(o).parentNode.removeChild(o)}function I(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?d[h.call(e)]||"object":typeof e}var B="3.6.0",k=function(e,t){return new k.fn.init(e,t)};function P(e){var t=!!e&&"length"in e&&e.length,n=I(e);return!g(e)&&!_(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}k.fn=k.prototype={jquery:B,constructor:k,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=k.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return k.each(this,e)},map:function(e){return this.pushStack(k.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(k.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(k.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:c,sort:o.sort,splice:o.splice},k.extend=k.fn.extend=function(){var e,t,n,a,r,o,i=arguments[0]||{},s=1,l=arguments.length,c=!1;for("boolean"==typeof i&&(c=i,i=arguments[s]||{},s++),"object"==typeof i||g(i)||(i={}),s===l&&(i=this,s--);s<l;s++)if(null!=(e=arguments[s]))for(t in e)a=e[t],"__proto__"!==t&&i!==a&&(c&&a&&(k.isPlainObject(a)||(r=Array.isArray(a)))?(n=i[t],o=r&&!Array.isArray(n)?[]:r||k.isPlainObject(n)?n:{},r=!1,i[t]=k.extend(c,o,a)):void 0!==a&&(i[t]=a));return i},k.extend({expando:"jQuery"+(B+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==h.call(e))&&(!(t=i(e))||"function"==typeof(n=p.call(t,"constructor")&&t.constructor)&&f.call(n)===m)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){M(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,a=0;if(P(e))for(n=e.length;a<n&&!1!==t.call(e[a],a,e[a]);a++);else for(a in e)if(!1===t.call(e[a],a,e[a]))break;return e},makeArray:function(e,t){var n=t||[];return null!=e&&(P(Object(e))?k.merge(n,"string"==typeof e?[e]:e):c.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:u.call(t,e,n)},merge:function(e,t){for(var n=+t.length,a=0,r=e.length;a<n;a++)e[r++]=t[a];return e.length=r,e},grep:function(e,t,n){for(var a=[],r=0,o=e.length,i=!n;r<o;r++)!t(e[r],r)!==i&&a.push(e[r]);return a},map:function(e,t,n){var a,r,o=0,i=[];if(P(e))for(a=e.length;o<a;o++)null!=(r=t(e[o],o,n))&&i.push(r);else for(o in e)null!=(r=t(e[o],o,n))&&i.push(r);return l(i)},guid:1,support:v}),"function"==typeof Symbol&&(k.fn[Symbol.iterator]=o[Symbol.iterator]),k.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(e,t){d["[object "+t+"]"]=t.toLowerCase()}));var T=function(e){var t,n,a,r,o,i,s,l,c,u,d,h,p,f,m,v,g,_,b,y="sizzle"+1*new Date,M=e.document,I=0,B=0,k=le(),P=le(),T=le(),w=le(),E=function(e,t){return e===t&&(d=!0),0},O={}.hasOwnProperty,A=[],L=A.pop,S=A.push,C=A.push,z=A.slice,x=function(e,t){for(var n=0,a=e.length;n<a;n++)if(e[n]===t)return n;return-1},D="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",F="[\\x20\\t\\r\\n\\f]",H="(?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",N="\\[[\\x20\\t\\r\\n\\f]*("+H+")(?:"+F+"*([*^$|!~]?=)"+F+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+H+"))|)"+F+"*\\]",R=":("+H+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",V=new RegExp(F+"+","g"),Y=new RegExp("^[\\x20\\t\\r\\n\\f]+|((?:^|[^\\\\])(?:\\\\.)*)[\\x20\\t\\r\\n\\f]+$","g"),j=new RegExp("^[\\x20\\t\\r\\n\\f]*,[\\x20\\t\\r\\n\\f]*"),$=new RegExp("^[\\x20\\t\\r\\n\\f]*([>+~]|[\\x20\\t\\r\\n\\f])[\\x20\\t\\r\\n\\f]*"),U=new RegExp(F+"|>"),G=new RegExp(R),W=new RegExp("^"+H+"$"),q={ID:new RegExp("^#("+H+")"),CLASS:new RegExp("^\\.("+H+")"),TAG:new RegExp("^("+H+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+R),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\([\\x20\\t\\r\\n\\f]*(even|odd|(([+-]|)(\\d*)n|)[\\x20\\t\\r\\n\\f]*(?:([+-]|)[\\x20\\t\\r\\n\\f]*(\\d+)|))[\\x20\\t\\r\\n\\f]*\\)|)","i"),bool:new RegExp("^(?:"+D+")$","i"),needsContext:new RegExp("^[\\x20\\t\\r\\n\\f]*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\([\\x20\\t\\r\\n\\f]*((?:-\\d)?\\d*)[\\x20\\t\\r\\n\\f]*\\)|)(?=[^-]|$)","i")},X=/HTML$/i,J=/^(?:input|select|textarea|button)$/i,K=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},ae=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,re=function(e,t){return t?"\0"===e?"<22>":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){h()},ie=ye((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{C.apply(A=z.call(M.childNodes),M.childNodes),A[M.childNodes.length].nodeType}catch(e){C={apply:A.length?function(e,t){S.apply(e,z.call(t))}:function(e,t){for(var n=e.length,a=0;e[n++]=t[a++];);e.length=n-1}}}function se(e,t,a,r){var o,s,c,u,d,f,g,_=t&&t.ownerDocument,M=t?t.nodeType:9;if(a=a||[],"string"!=typeof e||!e||1!==M&&9!==M&&11!==M)return a;if(!r&&(h(t),t=t||p,m)){if(11!==M&&(d=Z.exec(e)))if(o=d[1]){if(9===M){if(!(c=t.getElementById(o)))return a;if(c.id===o)return a.push(c),a}else if(_&&(c=_.getElementById(o))&&b(t,c)&&c.id===o)return a.push(c),a}else{if(d[2])return C.apply(a,t.getElementsByTagName(e)),a;if((o=d[3])&&n.getElementsByClassName&&t.getElementsByClassName)return C.apply(a,t.getElementsByClassName(o)),a}if(n.qsa&&!w[e+" "]&&(!v||!v.test(e))&&(1!==M||"object"!==t.nodeName.toLowerCase())){if(g=e,_=t,1===M&&(U.test(e)||$.test(e))){for((_=ee.test(e)&&ge(t.parentNode)||t)===t&&n.scope||((u=t.getAttribute("id"))?u=u.replace(ae,re):t.setAttribute("id",u=y)),s=(f=i(e)).length;s--;)f[s]=(u?"#"+u:":scope")+" "+be(f[s]);g=f.join(",")}try{return C.apply(a,_.querySelectorAll(g)),a}catch(t){w(e,!0)}finally{u===y&&t.removeAttribute("id")}}}return l(e.replace(Y,"$1"),t,a,r)}function le(){var e=[];return function t(n,r){return e.push(n+" ")>a.cacheLength&&delete t[e.shift()],t[n+" "]=r}}function ce(e){return e[y]=!0,e}function ue(e){var t=p.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function de(e,t){for(var n=e.split("|"),r=n.length;r--;)a.attrHandle[n[r]]=t}function he(e,t){var n=t&&e,a=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(a)return a;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function pe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function fe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function me(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ie(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function ve(e){return ce((function(t){return t=+t,ce((function(n,a){for(var r,o=e([],n.length,t),i=o.length;i--;)n[r=o[i]]&&(n[r]=!(a[r]=n[r]))}))}))}function ge(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=se.support={},o=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!X.test(t||n&&n.nodeName||"HTML")},h=se.setDocument=function(e){var t,r,i=e?e.ownerDocument||e:M;return i!=p&&9===i.nodeType&&i.documentElement?(f=(p=i).documentElement,m=!o(p),M!=p&&(r=p.defaultView)&&r.top!==r&&(r.addEventListener?r.addEventListener("unload",oe,!1):r.attachEvent&&r.attachEvent("onunload",oe)),n.scope=ue((function(e){return f.appendChild(e).appendChild(p.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),n.attributes=ue((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=ue((function(e){return e.appendChild(p.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=Q.test(p.getElementsByClassName),n.getById=ue((function(e){return f.appendChild(e).id=y,!p.getElementsByName||!p.getElementsByName(y).length})),n.getById?(a.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},a.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n=t.getElementById(e);return n?[n]:[]}}):(a.filter.ID=function(e){var t=e.replace(te,ne);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},a.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n,a,r,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(r=t.getElementsByName(e),a=0;o=r[a++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),a.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,a=[],r=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[r++];)1===n.nodeType&&a.push(n);return a}return o},a.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&m)return t.getElementsByClassName(e)},g=[],v=[],(n.qsa=Q.test(p.querySelectorAll))&&(ue((function(e){var t;f.appendChild(e).innerHTML="<a id='"+y+"'></a><select id='"+y+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]=[\\x20\\t\\r\\n\\f]*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\[[\\x20\\t\\r\\n\\f]*(?:value|"+D+")"),e.querySelectorAll("[id~="+y+"-]").length||v.push("~="),(t=p.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\[[\\x20\\t\\r\\n\\f]*name[\\x20\\t\\r\\n\\f]*=[\\x20\\t\\r\\n\\f]*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+y+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")})),ue((function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=p.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name[\\x20\\t\\r\\n\\f]*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),f.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")}))),(n.matchesSelector=Q.test(_=f.matches||f.webkitMatchesSelector||f.mozMatchesSelector||f.oMatchesSelector||f.msMatchesSelector))&&ue((function(e){n.disconnectedMatch=_.call(e,"*"),_.call(e,"[s!='']:x"),g.push("!=",R)})),v=v.length&&new RegExp(v.join("|")),g=g.length&&new RegExp(g.join("|")),t=Q.test(f.compareDocumentPosition),b=t||Q.test(f.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,a=t&&t.parentNode;return e===a||!(!a||1!==a.nodeType||!(n.contains?n.contains(a):e.compareDocumentPosition&&16&e.compareDocumentPosition(a)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},E=t?function(e,t){if(e===t)return d=!0,0;var a=!e.compareDocumentPosition-!t.compareDocumentPosition;return a||(1&(a=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===a?e==p||e.ownerDocument==M&&b(M,e)?-1:t==p||t.ownerDocument==M&&b(M,t)?1:u?x(u,e)-x(u,t):0:4&a?-1:1)}:function(e,t){if(e===t)return d=!0,0;var n,a=0,r=e.parentNode,o=t.parentNode,i=[e],s=[t];if(!r||!o)return e==p?-1:t==p?1:r?-1:o?1:u?x(u,e)-x(u,t):0;if(r===o)return he(e,t);for(n=e;n=n.parentNode;)i.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;i[a]===s[a];)a++;return a?he(i[a],s[a]):i[a]==M?-1:s[a]==M?1:0},p):p},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(h(e),n.matchesSelector&&m&&!w[t+" "]&&(!g||!g.test(t))&&(!v||!v.test(t)))try{var a=_.call(e,t);if(a||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return a}catch(e){w(t,!0)}return se(t,p,null,[e]).length>0},se.contains=function(e,t){return(e.ownerDocument||e)!=p&&h(e),b(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!=p&&h(e);var r=a.attrHandle[t.toLowerCase()],o=r&&O.call(a.attrHandle,t.toLowerCase())?r(e,t,!m):void 0;return void 0!==o?o:n.attributes||!m?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},se.escape=function(e){return(e+"").replace(ae,re)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,a=[],r=0,o=0;if(d=!n.detectDuplicates,u=!n.sortStable&&e.slice(0),e.sort(E),d){for(;t=e[o++];)t===e[o]&&(r=a.push(o));for(;r--;)e.splice(a[r],1)}return u=null,e},r=se.getText=function(e){var t,n="",a=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=r(e)}else if(3===o||4===o)return e.nodeValue}else for(;t=e[a++];)n+=r(t);return n},a=se.selectors={cacheLength:50,createPseudo:ce,match:q,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return q.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&G.test(n)&&(t=i(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=k[e+" "];return t||(t=new RegExp("(^|[\\x20\\t\\r\\n\\f])"+e+"("+F+"|$)"))&&k(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(a){var r=se.attr(a,e);return null==r?"!="===t:!t||(r+="","="===t?r===n:"!="===t?r!==n:"^="===t?n&&0===r.indexOf(n):"*="===t?n&&r.indexOf(n)>-1:"$="===t?n&&r.slice(-n.length)===n:"~="===t?(" "+r.replace(V," ")+" ").indexOf(n)>-1:"|="===t&&(r===n||r.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,a,r){var o="nth"!==e.slice(0,3),i="last"!==e.slice(-4),s="of-type"===t;return 1===a&&0===r?function(e){return!!e.parentNode}:function(t,n,l){var c,u,d,h,p,f,m=o!==i?"nextSibling":"previousSibling",v=t.parentNode,g=s&&t.nodeName.toLowerCase(),_=!l&&!s,b=!1;if(v){if(o){for(;m;){for(h=t;h=h[m];)if(s?h.nodeName.toLowerCase()===g:1===h.nodeType)return!1;f=m="only"===e&&!f&&"nextSibling"}return!0}if(f=[i?v.firstChild:v.lastChild],i&&_){for(b=(p=(c=(u=(d=(h=v)[y]||(h[y]={}))[h.uniqueID]||(d[h.uniqueID]={}))[e]||[])[0]===I&&c[1])&&c[2],h=p&&v.childNodes[p];h=++p&&h&&h[m]||(b=p=0)||f.pop();)if(1===h.nodeType&&++b&&h===t){u[e]=[I,p,b];break}}else if(_&&(b=p=(c=(u=(d=(h=t)[y]||(h[y]={}))[h.uniqueID]||(d[h.uniqueID]={}))[e]||[])[0]===I&&c[1]),!1===b)for(;(h=++p&&h&&h[m]||(b=p=0)||f.pop())&&((s?h.nodeName.toLowerCase()!==g:1!==h.nodeType)||!++b||(_&&((u=(d=h[y]||(h[y]={}))[h.uniqueID]||(d[h.uniqueID]={}))[e]=[I,b]),h!==t)););return(b-=r)===a||b%a==0&&b/a>=0}}},PSEUDO:function(e,t){var n,r=a.pseudos[e]||a.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return r[y]?r(t):r.length>1?(n=[e,e,"",t],a.setFilters.hasOwnProperty(e.toLowerCase())?ce((function(e,n){for(var a,o=r(e,t),i=o.length;i--;)e[a=x(e,o[i])]=!(n[a]=o[i])})):function(e){return r(e,0,n)}):r}},pseudos:{not:ce((function(e){var t=[],n=[],a=s(e.replace(Y,"$1"));return a[y]?ce((function(e,t,n,r){for(var o,i=a(e,null,r,[]),s=e.length;s--;)(o=i[s])&&(e[s]=!(t[s]=o))})):function(e,r,o){return t[0]=e,a(t,null,o,n),t[0]=null,!n.pop()}})),has:ce((function(e){return function(t){return se(e,t).length>0}})),contains:ce((function(e){return e=e.replace(te,ne),function(t){return(t.textContent||r(t)).indexOf(e)>-1}})),lang:ce((function(e){return W.test(e||"")||se.error("unsupported lang: "+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=m?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===f},focus:function(e){return e===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:me(!1),disabled:me(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!a.pseudos.empty(e)},header:function(e){return K.test(e.nodeName)},input:function(e){return J.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:ve((function(){return[0]})),last:ve((function(e,t){return[t-1]})),eq:ve((function(e,t,n){return[n<0?n+t:n]})),even:ve((function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e})),odd:ve((function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e})),lt:ve((function(e,t,n){for(var a=n<0?n+t:n>t?t:n;--a>=0;)e.push(a);return e})),gt:ve((function(e,t,n){for(var a=n<0?n+t:n;++a<t;)e.push(a);return e}))}},a.pseudos.nth=a.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})a.pseudos[t]=pe(t);for(t in{submit:!0,reset:!0})a.pseudos[t]=fe(t);function _e(){}function be(e){for(var t=0,n=e.length,a="";t<n;t++)a+=e[t].value;return a}function ye(e,t,n){var a=t.dir,r=t.next,o=r||a,i=n&&"parentNode"===o,s=B++;return t.first?function(t,n,r){for(;t=t[a];)if(1===t.nodeType||i)return e(t,n,r);return!1}:function(t,n,l){var c,u,d,h=[I,s];if(l){for(;t=t[a];)if((1===t.nodeType||i)&&e(t,n,l))return!0}else for(;t=t[a];)if(1===t.nodeType||i)if(u=(d=t[y]||(t[y]={}))[t.uniqueID]||(d[t.uniqueID]={}),r&&r===t.nodeName.toLowerCase())t=t[a]||t;else{if((c=u[o])&&c[0]===I&&c[1]===s)return h[2]=c[2];if(u[o]=h,h[2]=e(t,n,l))return!0}return!1}}function Me(e){return e.length>1?function(t,n,a){for(var r=e.length;r--;)if(!e[r](t,n,a))return!1;return!0}:e[0]}function Ie(e,t,n,a,r){for(var o,i=[],s=0,l=e.length,c=null!=t;s<l;s++)(o=e[s])&&(n&&!n(o,a,r)||(i.push(o),c&&t.push(s)));return i}function Be(e,t,n,a,r,o){return a&&!a[y]&&(a=Be(a)),r&&!r[y]&&(r=Be(r,o)),ce((function(o,i,s,l){var c,u,d,h=[],p=[],f=i.length,m=o||function(e,t,n){for(var a=0,r=t.length;a<r;a++)se(e,t[a],n);return n}(t||"*",s.nodeType?[s]:s,[]),v=!e||!o&&t?m:Ie(m,h,e,s,l),g=n?r||(o?e:f||a)?[]:i:v;if(n&&n(v,g,s,l),a)for(c=Ie(g,p),a(c,[],s,l),u=c.length;u--;)(d=c[u])&&(g[p[u]]=!(v[p[u]]=d));if(o){if(r||e){if(r){for(c=[],u=g.length;u--;)(d=g[u])&&c.push(v[u]=d);r(null,g=[],c,l)}for(u=g.length;u--;)(d=g[u])&&(c=r?x(o,d):h[u])>-1&&(o[c]=!(i[c]=d))}}else g=Ie(g===i?g.splice(f,g.length):g),r?r(null,i,g,l):C.apply(i,g)}))}function ke(e){for(var t,n,r,o=e.length,i=a.relative[e[0].type],s=i||a.relative[" "],l=i?1:0,u=ye((function(e){return e===t}),s,!0),d=ye((function(e){return x(t,e)>-1}),s,!0),h=[function(e,n,a){var r=!i&&(a||n!==c)||((t=n).nodeType?u(e,n,a):d(e,n,a));return t=null,r}];l<o;l++)if(n=a.relative[e[l].type])h=[ye(Me(h),n)];else{if((n=a.filter[e[l].type].apply(null,e[l].matches))[y]){for(r=++l;r<o&&!a.relative[e[r].type];r++);return Be(l>1&&Me(h),l>1&&be(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(Y,"$1"),n,l<r&&ke(e.slice(l,r)),r<o&&ke(e=e.slice(r)),r<o&&be(e))}h.push(n)}return Me(h)}return _e.prototype=a.filters=a.pseudos,a.setFilters=new _e,i=se.tokenize=function(e,t){var n,r,o,i,s,l,c,u=P[e+" "];if(u)return t?0:u.slice(0);for(s=e,l=[],c=a.preFilter;s;){for(i in n&&!(r=j.exec(s))||(r&&(s=s.slice(r[0].length)||s),l.push(o=[])),n=!1,(r=$.exec(s))&&(n=r.shift(),o.push({value:n,type:r[0].replace(Y," ")}),s=s.slice(n.length)),a.filter)!(r=q[i].exec(s))||c[i]&&!(r=c[i](r))||(n=r.shift(),o.push({value:n,type:i,matches:r}),s=s.slice(n.length));if(!n)break}return t?s.length:s?se.error(e):P(e,l).slice(0)},s=se.compile=function(e,t){var n,r=[],o=[],s=T[e+" "];if(!s){for(t||(t=i(e)),n=t.length;n--;)(s=ke(t[n]))[y]?r.push(s):o.push(s);s=T(e,function(e,t){var n=t.length>0,r=e.length>0,o=function(o,i,s,l,u){var d,f,v,g=0,_="0",b=o&&[],y=[],M=c,B=o||r&&a.find.TAG("*",u),k=I+=null==M?1:Math.random()||.1,P=B.length;for(u&&(c=i==p||i||u);_!==P&&null!=(d=B[_]);_++){if(r&&d){for(f=0,i||d.ownerDocument==p||(h(d),s=!m);v=e[f++];)if(v(d,i||p,s)){l.push(d);break}u&&(I=k)}n&&((d=!v&&d)&&g--,o&&b.push(d))}if(g+=_,n&&_!==g){for(f=0;v=t[f++];)v(b,y,i,s);if(o){if(g>0)for(;_--;)b[_]||y[_]||(y[_]=L.call(l));y=Ie(y)}C.apply(l,y),u&&!o&&y.length>0&&g+t.length>1&&se.uniqueSort(l)}return u&&(I=k,c=M),b};return n?ce(o):o}(o,r)),s.selector=e}return s},l=se.select=function(e,t,n,r){var o,l,c,u,d,h="function"==typeof e&&e,p=!r&&i(e=h.selector||e);if(n=n||[],1===p.length){if((l=p[0]=p[0].slice(0)).length>2&&"ID"===(c=l[0]).type&&9===t.nodeType&&m&&a.relative[l[1].type]){if(!(t=(a.find.ID(c.matches[0].replace(te,ne),t)||[])[0]))return n;h&&(t=t.parentNode),e=e.slice(l.shift().value.length)}for(o=q.needsContext.test(e)?0:l.length;o--&&(c=l[o],!a.relative[u=c.type]);)if((d=a.find[u])&&(r=d(c.matches[0].replace(te,ne),ee.test(l[0].type)&&ge(t.parentNode)||t))){if(l.splice(o,1),!(e=r.length&&be(l)))return C.apply(n,r),n;break}}return(h||s(e,p))(r,t,!m,n,!t||ee.test(e)&&ge(t.parentNode)||t),n},n.sortStable=y.split("").sort(E).join("")===y,n.detectDuplicates=!!d,h(),n.sortDetached=ue((function(e){return 1&e.compareDocumentPosition(p.createElement("fieldset"))})),ue((function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")}))||de("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&ue((function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||de("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),ue((function(e){return null==e.getAttribute("disabled")}))||de(D,(function(e,t,n){var a;if(!n)return!0===e[t]?t.toLowerCase():(a=e.getAttributeNode(t))&&a.specified?a.value:null})),se}(a);k.find=T,k.expr=T.selectors,k.expr[":"]=k.expr.pseudos,k.uniqueSort=k.unique=T.uniqueSort,k.text=T.getText,k.isXMLDoc=T.isXML,k.contains=T.contains,k.escapeSelector=T.escape;var w=function(e,t,n){for(var a=[],r=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(r&&k(e).is(n))break;a.push(e)}return a},E=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},O=k.expr.match.needsContext;function A(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var L=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function S(e,t,n){return g(t)?k.grep(e,(function(e,a){return!!t.call(e,a,e)!==n})):t.nodeType?k.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?k.grep(e,(function(e){return u.call(t,e)>-1!==n})):k.filter(t,e,n)}k.filter=function(e,t,n){var a=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===a.nodeType?k.find.matchesSelector(a,e)?[a]:[]:k.find.matches(e,k.grep(t,(function(e){return 1===e.nodeType})))},k.fn.extend({find:function(e){var t,n,a=this.length,r=this;if("string"!=typeof e)return this.pushStack(k(e).filter((function(){for(t=0;t<a;t++)if(k.contains(r[t],this))return!0})));for(n=this.pushStack([]),t=0;t<a;t++)k.find(e,r[t],n);return a>1?k.uniqueSort(n):n},filter:function(e){return this.pushStack(S(this,e||[],!1))},not:function(e){return this.pushStack(S(this,e||[],!0))},is:function(e){return!!S(this,"string"==typeof e&&O.test(e)?k(e):e||[],!1).length}});var C,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var a,r;if(!e)return this;if(n=n||C,"string"==typeof e){if(!(a="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:z.exec(e))||!a[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(a[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(a[1],t&&t.nodeType?t.ownerDocument||t:b,!0)),L.test(a[1])&&k.isPlainObject(t))for(a in t)g(this[a])?this[a](t[a]):this.attr(a,t[a]);return this}return(r=b.getElementById(a[2]))&&(this[0]=r,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):g(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this)}).prototype=k.fn,C=k(b);var x=/^(?:parents|prev(?:Until|All))/,D={children:!0,contents:!0,next:!0,prev:!0};function F(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter((function(){for(var e=0;e<n;e++)if(k.contains(this,t[e]))return!0}))},closest:function(e,t){var n,a=0,r=this.length,o=[],i="string"!=typeof e&&k(e);if(!O.test(e))for(;a<r;a++)for(n=this[a];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(i?i.index(n)>-1:1===n.nodeType&&k.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?k.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?u.call(k(e),this[0]):u.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(k.uniqueSort(k.merge(this.get(),k(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),k.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return w(e,"parentNode")},parentsUntil:function(e,t,n){return w(e,"parentNode",n)},next:function(e){return F(e,"nextSibling")},prev:function(e){return F(e,"previousSibling")},nextAll:function(e){return w(e,"nextSibling")},prevAll:function(e){return w(e,"previousSibling")},nextUntil:function(e,t,n){return w(e,"nextSibling",n)},prevUntil:function(e,t,n){return w(e,"previousSibling",n)},siblings:function(e){return E((e.parentNode||{}).firstChild,e)},children:function(e){return E(e.firstChild)},contents:function(e){return null!=e.contentDocument&&i(e.contentDocument)?e.contentDocument:(A(e,"template")&&(e=e.content||e),k.merge([],e.childNodes))}},(function(e,t){k.fn[e]=function(n,a){var r=k.map(this,t,n);return"Until"!==e.slice(-5)&&(a=n),a&&"string"==typeof a&&(r=k.filter(a,r)),this.length>1&&(D[e]||k.uniqueSort(r),x.test(e)&&r.reverse()),this.pushStack(r)}}));var H=/[^\x20\t\r\n\f]+/g;function N(e){return e}function R(e){throw e}function V(e,t,n,a){var r;try{e&&g(r=e.promise)?r.call(e).done(t).fail(n):e&&g(r=e.then)?r.call(e,t,n):t.apply(void 0,[e].slice(a))}catch(e){n.apply(void 0,[e])}}k.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return k.each(e.match(H)||[],(function(e,n){t[n]=!0})),t}(e):k.extend({},e);var t,n,a,r,o=[],i=[],s=-1,l=function(){for(r=r||e.once,a=t=!0;i.length;s=-1)for(n=i.shift();++s<o.length;)!1===o[s].apply(n[0],n[1])&&e.stopOnFalse&&(s=o.length,n=!1);e.memory||(n=!1),t=!1,r&&(o=n?[]:"")},c={add:function(){return o&&(n&&!t&&(s=o.length-1,i.push(n)),function t(n){k.each(n,(function(n,a){g(a)?e.unique&&c.has(a)||o.push(a):a&&a.length&&"string"!==I(a)&&t(a)}))}(arguments),n&&!t&&l()),this},remove:function(){return k.each(arguments,(function(e,t){for(var n;(n=k.inArray(t,o,n))>-1;)o.splice(n,1),n<=s&&s--})),this},has:function(e){return e?k.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return r=i=[],o=n="",this},disabled:function(){return!o},lock:function(){return r=i=[],n||t||(o=n=""),this},locked:function(){return!!r},fireWith:function(e,n){return r||(n=[e,(n=n||[]).slice?n.slice():n],i.push(n),t||l()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!a}};return c},k.extend({Deferred:function(e){var t=[["notify","progress",k.Callbacks("memory"),k.Callbacks("memory"),2],["resolve","done",k.Callbacks("once memory"),k.Callbacks("once memory"),0,"resolved"],["reject","fail",k.Callbacks("once memory"),k.Callbacks("once memory"),1,"rejected"]],n="pending",r={state:function(){return n},always:function(){return o.done(arguments).fail(arguments),this},catch:function(e){return r.then(null,e)},pipe:function(){var e=arguments;return k.Deferred((function(n){k.each(t,(function(t,a){var r=g(e[a[4]])&&e[a[4]];o[a[1]]((function(){var e=r&&r.apply(this,arguments);e&&g(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[a[0]+"With"](this,r?[e]:arguments)}))})),e=null})).promise()},then:function(e,n,r){var o=0;function i(e,t,n,r){return function(){var s=this,l=arguments,c=function(){var a,c;if(!(e<o)){if((a=n.apply(s,l))===t.promise())throw new TypeError("Thenable self-resolution");c=a&&("object"==typeof a||"function"==typeof a)&&a.then,g(c)?r?c.call(a,i(o,t,N,r),i(o,t,R,r)):(o++,c.call(a,i(o,t,N,r),i(o,t,R,r),i(o,t,N,t.notifyWith))):(n!==N&&(s=void 0,l=[a]),(r||t.resolveWith)(s,l))}},u=r?c:function(){try{c()}catch(a){k.Deferred.exceptionHook&&k.Deferred.exceptionHook(a,u.stackTrace),e+1>=o&&(n!==R&&(s=void 0,l=[a]),t.rejectWith(s,l))}};e?u():(k.Deferred.getStackHook&&(u.stackTrace=k.Deferred.getStackHook()),a.setTimeout(u))}}return k.Deferred((function(a){t[0][3].add(i(0,a,g(r)?r:N,a.notifyWith)),t[1][3].add(i(0,a,g(e)?e:N)),t[2][3].add(i(0,a,g(n)?n:R))})).promise()},promise:function(e){return null!=e?k.extend(e,r):r}},o={};return k.each(t,(function(e,a){var i=a[2],s=a[5];r[a[1]]=i.add,s&&i.add((function(){n=s}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),i.add(a[3].fire),o[a[0]]=function(){return o[a[0]+"With"](this===o?void 0:this,arguments),this},o[a[0]+"With"]=i.fireWith})),r.promise(o),e&&e.call(o,o),o},when:function(e){var t=arguments.length,n=t,a=Array(n),r=s.call(arguments),o=k.Deferred(),i=function(e){return function(n){a[e]=this,r[e]=arguments.length>1?s.call(arguments):n,--t||o.resolveWith(a,r)}};if(t<=1&&(V(e,o.done(i(n)).resolve,o.reject,!t),"pending"===o.state()||g(r[n]&&r[n].then)))return o.then();for(;n--;)V(r[n],i(n),o.reject);return o.promise()}});var Y=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;k.Deferred.exceptionHook=function(e,t){a.console&&a.console.warn&&e&&Y.test(e.name)&&a.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},k.readyException=function(e){a.setTimeout((function(){throw e}))};var j=k.Deferred();function $(){b.removeEventListener("DOMContentLoaded",$),a.removeEventListener("load",$),k.ready()}k.fn.ready=function(e){return j.then(e).catch((function(e){k.readyException(e)})),this},k.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--k.readyWait:k.isReady)||(k.isReady=!0,!0!==e&&--k.readyWait>0||j.resolveWith(b,[k]))}}),k.ready.then=j.then,"complete"===b.readyState||"loading"!==b.readyState&&!b.documentElement.doScroll?a.setTimeout(k.ready):(b.addEventListener("DOMContentLoaded",$),a.addEventListener("load",$));var U=function(e,t,n,a,r,o,i){var s=0,l=e.length,c=null==n;if("object"===I(n))for(s in r=!0,n)U(e,t,s,n[s],!0,o,i);else if(void 0!==a&&(r=!0,g(a)||(i=!0),c&&(i?(t.call(e,a),t=null):(c=t,t=function(e,t,n){return c.call(k(e),n)})),t))for(;s<l;s++)t(e[s],n,i?a:a.call(e[s],s,t(e[s],n)));return r?e:c?t.call(e):l?t(e[0],n):o},G=/^-ms-/,W=/-([a-z])/g;function q(e,t){return t.toUpperCase()}function X(e){return e.replace(G,"ms-").replace(W,q)}var J=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function K(){this.expando=k.expando+K.uid++}K.uid=1,K.prototype={cache:function(e){var t=e[this.expando];return t||(t={},J(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var a,r=this.cache(e);if("string"==typeof t)r[X(t)]=n;else for(a in t)r[X(a)]=t[a];return r},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][X(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,a=e[this.expando];if(void 0!==a){if(void 0!==t){n=(t=Array.isArray(t)?t.map(X):(t=X(t))in a?[t]:t.match(H)||[]).length;for(;n--;)delete a[t[n]]}(void 0===t||k.isEmptyObject(a))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!k.isEmptyObject(t)}};var Q=new K,Z=new K,ee=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,te=/[A-Z]/g;function ne(e,t,n){var a;if(void 0===n&&1===e.nodeType)if(a="data-"+t.replace(te,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(a))){try{n=function(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:ee.test(e)?JSON.parse(e):e)}(n)}catch(e){}Z.set(e,t,n)}else n=void 0;return n}k.extend({hasData:function(e){return Z.hasData(e)||Q.hasData(e)},data:function(e,t,n){return Z.access(e,t,n)},removeData:function(e,t){Z.remove(e,t)},_data:function(e,t,n){return Q.access(e,t,n)},_removeData:function(e,t){Q.remove(e,t)}}),k.fn.extend({data:function(e,t){var n,a,r,o=this[0],i=o&&o.attributes;if(void 0===e){if(this.length&&(r=Z.get(o),1===o.nodeType&&!Q.get(o,"hasDataAttrs"))){for(n=i.length;n--;)i[n]&&0===(a=i[n].name).indexOf("data-")&&(a=X(a.slice(5)),ne(o,a,r[a]));Q.set(o,"hasDataAttrs",!0)}return r}return"object"==typeof e?this.each((function(){Z.set(this,e)})):U(this,(function(t){var n;if(o&&void 0===t)return void 0!==(n=Z.get(o,e))||void 0!==(n=ne(o,e))?n:void 0;this.each((function(){Z.set(this,e,t)}))}),null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each((function(){Z.remove(this,e)}))}}),k.extend({queue:function(e,t,n){var a;if(e)return t=(t||"fx")+"queue",a=Q.get(e,t),n&&(!a||Array.isArray(n)?a=Q.access(e,t,k.makeArray(n)):a.push(n)),a||[]},dequeue:function(e,t){t=t||"fx";var n=k.queue(e,t),a=n.length,r=n.shift(),o=k._queueHooks(e,t);"inprogress"===r&&(r=n.shift(),a--),r&&("fx"===t&&n.unshift("inprogress"),delete o.stop,r.call(e,(function(){k.dequeue(e,t)}),o)),!a&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Q.get(e,n)||Q.access(e,n,{empty:k.Callbacks("once memory").add((function(){Q.remove(e,[t+"queue",n])}))})}}),k.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?k.queue(this[0],e):void 0===t?this:this.each((function(){var n=k.queue(this,e,t);k._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&k.dequeue(this,e)}))},dequeue:function(e){return this.each((function(){k.dequeue(this,e)}))},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,a=1,r=k.Deferred(),o=this,i=this.length,s=function(){--a||r.resolveWith(o,[o])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";i--;)(n=Q.get(o[i],e+"queueHooks"))&&n.empty&&(a++,n.empty.add(s));return s(),r.promise(t)}});var ae=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,re=new RegExp("^(?:([+-])=|)("+ae+")([a-z%]*)$","i"),oe=["Top","Right","Bottom","Left"],ie=b.documentElement,se=function(e){return k.contains(e.ownerDocument,e)},le={composed:!0};ie.getRootNode&&(se=function(e){return k.contains(e.ownerDocument,e)||e.getRootNode(le)===e.ownerDocument});var ce=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&se(e)&&"none"===k.css(e,"display")};function ue(e,t,n,a){var r,o,i=20,s=a?function(){return a.cur()}:function(){return k.css(e,t,"")},l=s(),c=n&&n[3]||(k.cssNumber[t]?"":"px"),u=e.nodeType&&(k.cssNumber[t]||"px"!==c&&+l)&&re.exec(k.css(e,t));if(u&&u[3]!==c){for(l/=2,c=c||u[3],u=+l||1;i--;)k.style(e,t,u+c),(1-o)*(1-(o=s()/l||.5))<=0&&(i=0),u/=o;u*=2,k.style(e,t,u+c),n=n||[]}return n&&(u=+u||+l||0,r=n[1]?u+(n[1]+1)*n[2]:+n[2],a&&(a.unit=c,a.start=u,a.end=r)),r}var de={};function he(e){var t,n=e.ownerDocument,a=e.nodeName,r=de[a];return r||(t=n.body.appendChild(n.createElement(a)),r=k.css(t,"display"),t.parentNode.removeChild(t),"none"===r&&(r="block"),de[a]=r,r)}function pe(e,t){for(var n,a,r=[],o=0,i=e.length;o<i;o++)(a=e[o]).style&&(n=a.style.display,t?("none"===n&&(r[o]=Q.get(a,"display")||null,r[o]||(a.style.display="")),""===a.style.display&&ce(a)&&(r[o]=he(a))):"none"!==n&&(r[o]="none",Q.set(a,"display",n)));for(o=0;o<i;o++)null!=r[o]&&(e[o].style.display=r[o]);return e}k.fn.extend({show:function(){return pe(this,!0)},hide:function(){return pe(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each((function(){ce(this)?k(this).show():k(this).hide()}))}});var fe,me,ve=/^(?:checkbox|radio)$/i,ge=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,_e=/^$|^module$|\/(?:java|ecma)script/i;fe=b.createDocumentFragment().appendChild(b.createElement("div")),(me=b.createElement("input")).setAttribute("type","radio"),me.setAttribute("checked","checked"),me.setAttribute("name","t"),fe.appendChild(me),v.checkClone=fe.cloneNode(!0).cloneNode(!0).lastChild.checked,fe.innerHTML="<textarea>x</textarea>",v.noCloneChecked=!!fe.cloneNode(!0).lastChild.defaultValue,fe.innerHTML="<option></option>",v.option=!!fe.lastChild;var be={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function ye(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function Me(e,t){for(var n=0,a=e.length;n<a;n++)Q.set(e[n],"globalEval",!t||Q.get(t[n],"globalEval"))}be.tbody=be.tfoot=be.colgroup=be.caption=be.thead,be.th=be.td,v.option||(be.optgroup=be.option=[1,"<select multiple='multiple'>","</select>"]);var Ie=/<|&#?\w+;/;function Be(e,t,n,a,r){for(var o,i,s,l,c,u,d=t.createDocumentFragment(),h=[],p=0,f=e.length;p<f;p++)if((o=e[p])||0===o)if("object"===I(o))k.merge(h,o.nodeType?[o]:o);else if(Ie.test(o)){for(i=i||d.appendChild(t.createElement("div")),s=(ge.exec(o)||["",""])[1].toLowerCase(),l=be[s]||be._default,i.innerHTML=l[1]+k.htmlPrefilter(o)+l[2],u=l[0];u--;)i=i.lastChild;k.merge(h,i.childNodes),(i=d.firstChild).textContent=""}else h.push(t.createTextNode(o));for(d.textContent="",p=0;o=h[p++];)if(a&&k.inArray(o,a)>-1)r&&r.push(o);else if(c=se(o),i=ye(d.appendChild(o),"script"),c&&Me(i),n)for(u=0;o=i[u++];)_e.test(o.type||"")&&n.push(o);return d}var ke=/^([^.]*)(?:\.(.+)|)/;function Pe(){return!0}function Te(){return!1}function we(e,t){return e===function(){try{return b.activeElement}catch(e){}}()==("focus"===t)}function Ee(e,t,n,a,r,o){var i,s;if("object"==typeof t){for(s in"string"!=typeof n&&(a=a||n,n=void 0),t)Ee(e,s,n,a,t[s],o);return e}if(null==a&&null==r?(r=n,a=n=void 0):null==r&&("string"==typeof n?(r=a,a=void 0):(r=a,a=n,n=void 0)),!1===r)r=Te;else if(!r)return e;return 1===o&&(i=r,r=function(e){return k().off(e),i.apply(this,arguments)},r.guid=i.guid||(i.guid=k.guid++)),e.each((function(){k.event.add(this,t,r,a,n)}))}function Oe(e,t,n){n?(Q.set(e,t,!1),k.event.add(e,t,{namespace:!1,handler:function(e){var a,r,o=Q.get(this,t);if(1&e.isTrigger&&this[t]){if(o.length)(k.event.special[t]||{}).delegateType&&e.stopPropagation();else if(o=s.call(arguments),Q.set(this,t,o),a=n(this,t),this[t](),o!==(r=Q.get(this,t))||a?Q.set(this,t,!1):r={},o!==r)return e.stopImmediatePropagation(),e.preventDefault(),r&&r.value}else o.length&&(Q.set(this,t,{value:k.event.trigger(k.extend(o[0],k.Event.prototype),o.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,t)&&k.event.add(e,t,Pe)}k.event={global:{},add:function(e,t,n,a,r){var o,i,s,l,c,u,d,h,p,f,m,v=Q.get(e);if(J(e))for(n.handler&&(n=(o=n).handler,r=o.selector),r&&k.find.matchesSelector(ie,r),n.guid||(n.guid=k.guid++),(l=v.events)||(l=v.events=Object.create(null)),(i=v.handle)||(i=v.handle=function(t){return void 0!==k&&k.event.triggered!==t.type?k.event.dispatch.apply(e,arguments):void 0}),c=(t=(t||"").match(H)||[""]).length;c--;)p=m=(s=ke.exec(t[c])||[])[1],f=(s[2]||"").split(".").sort(),p&&(d=k.event.special[p]||{},p=(r?d.delegateType:d.bindType)||p,d=k.event.special[p]||{},u=k.extend({type:p,origType:m,data:a,handler:n,guid:n.guid,selector:r,needsContext:r&&k.expr.match.needsContext.test(r),namespace:f.join(".")},o),(h=l[p])||((h=l[p]=[]).delegateCount=0,d.setup&&!1!==d.setup.call(e,a,f,i)||e.addEventListener&&e.addEventListener(p,i)),d.add&&(d.add.call(e,u),u.handler.guid||(u.handler.guid=n.guid)),r?h.splice(h.delegateCount++,0,u):h.push(u),k.event.global[p]=!0)},remove:function(e,t,n,a,r){var o,i,s,l,c,u,d,h,p,f,m,v=Q.hasData(e)&&Q.get(e);if(v&&(l=v.events)){for(c=(t=(t||"").match(H)||[""]).length;c--;)if(p=m=(s=ke.exec(t[c])||[])[1],f=(s[2]||"").split(".").sort(),p){for(d=k.event.special[p]||{},h=l[p=(a?d.delegateType:d.bindType)||p]||[],s=s[2]&&new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=o=h.length;o--;)u=h[o],!r&&m!==u.origType||n&&n.guid!==u.guid||s&&!s.test(u.namespace)||a&&a!==u.selector&&("**"!==a||!u.selector)||(h.splice(o,1),u.selector&&h.delegateCount--,d.remove&&d.remove.call(e,u));i&&!h.length&&(d.teardown&&!1!==d.teardown.call(e,f,v.handle)||k.removeEvent(e,p,v.handle),delete l[p])}else for(p in l)k.event.remove(e,p+t[c],n,a,!0);k.isEmptyObject(l)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,a,r,o,i,s=new Array(arguments.length),l=k.event.fix(e),c=(Q.get(this,"events")||Object.create(null))[l.type]||[],u=k.event.special[l.type]||{};for(s[0]=l,t=1;t<arguments.length;t++)s[t]=arguments[t];if(l.delegateTarget=this,!u.preDispatch||!1!==u.preDispatch.call(this,l)){for(i=k.event.handlers.call(this,l,c),t=0;(r=i[t++])&&!l.isPropagationStopped();)for(l.currentTarget=r.elem,n=0;(o=r.handlers[n++])&&!l.isImmediatePropagationStopped();)l.rnamespace&&!1!==o.namespace&&!l.rnamespace.test(o.namespace)||(l.handleObj=o,l.data=o.data,void 0!==(a=((k.event.special[o.origType]||{}).handle||o.handler).apply(r.elem,s))&&!1===(l.result=a)&&(l.preventDefault(),l.stopPropagation()));return u.postDispatch&&u.postDispatch.call(this,l),l.result}},handlers:function(e,t){var n,a,r,o,i,s=[],l=t.delegateCount,c=e.target;if(l&&c.nodeType&&!("click"===e.type&&e.button>=1))for(;c!==this;c=c.parentNode||this)if(1===c.nodeType&&("click"!==e.type||!0!==c.disabled)){for(o=[],i={},n=0;n<l;n++)void 0===i[r=(a=t[n]).selector+" "]&&(i[r]=a.needsContext?k(r,this).index(c)>-1:k.find(r,this,null,[c]).length),i[r]&&o.push(a);o.length&&s.push({elem:c,handlers:o})}return c=this,l<t.length&&s.push({elem:c,handlers:t.slice(l)}),s},addProp:function(e,t){Object.defineProperty(k.Event.prototype,e,{enumerable:!0,configurable:!0,get:g(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[k.expando]?e:new k.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return ve.test(t.type)&&t.click&&A(t,"input")&&Oe(t,"click",Pe),!1},trigger:function(e){var t=this||e;return ve.test(t.type)&&t.click&&A(t,"input")&&Oe(t,"click"),!0},_default:function(e){var t=e.target;return ve.test(t.type)&&t.click&&A(t,"input")&&Q.get(t,"click")||A(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},k.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},k.Event=function(e,t){if(!(this instanceof k.Event))return new k.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Pe:Te,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&k.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[k.expando]=!0},k.Event.prototype={constructor:k.Event,isDefaultPrevented:Te,isPropagationStopped:Te,isImmediatePropagationStopped:Te,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Pe,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Pe,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Pe,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},k.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},k.event.addProp),k.each({focus:"focusin",blur:"focusout"},(function(e,t){k.event.special[e]={setup:function(){return Oe(this,e,we),!1},trigger:function(){return Oe(this,e),!0},_default:function(){return!0},delegateType:t}})),k.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(e,t){k.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,a=this,r=e.relatedTarget,o=e.handleObj;return r&&(r===a||k.contains(a,r))||(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}})),k.fn.extend({on:function(e,t,n,a){return Ee(this,e,t,n,a)},one:function(e,t,n,a){return Ee(this,e,t,n,a,1)},off:function(e,t,n){var a,r;if(e&&e.preventDefault&&e.handleObj)return a=e.handleObj,k(e.delegateTarget).off(a.namespace?a.origType+"."+a.namespace:a.origType,a.selector,a.handler),this;if("object"==typeof e){for(r in e)this.off(r,t,e[r]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=Te),this.each((function(){k.event.remove(this,e,n,t)}))}});var Ae=/<script|<style|<link/i,Le=/checked\s*(?:[^=]|=\s*.checked.)/i,Se=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Ce(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&k(e).children("tbody")[0]||e}function ze(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function xe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function De(e,t){var n,a,r,o,i,s;if(1===t.nodeType){if(Q.hasData(e)&&(s=Q.get(e).events))for(r in Q.remove(t,"handle events"),s)for(n=0,a=s[r].length;n<a;n++)k.event.add(t,r,s[r][n]);Z.hasData(e)&&(o=Z.access(e),i=k.extend({},o),Z.set(t,i))}}function Fe(e,t){var n=t.nodeName.toLowerCase();"input"===n&&ve.test(e.type)?t.checked=e.checked:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}function He(e,t,n,a){t=l(t);var r,o,i,s,c,u,d=0,h=e.length,p=h-1,f=t[0],m=g(f);if(m||h>1&&"string"==typeof f&&!v.checkClone&&Le.test(f))return e.each((function(r){var o=e.eq(r);m&&(t[0]=f.call(this,r,o.html())),He(o,t,n,a)}));if(h&&(o=(r=Be(t,e[0].ownerDocument,!1,e,a)).firstChild,1===r.childNodes.length&&(r=o),o||a)){for(s=(i=k.map(ye(r,"script"),ze)).length;d<h;d++)c=r,d!==p&&(c=k.clone(c,!0,!0),s&&k.merge(i,ye(c,"script"))),n.call(e[d],c,d);if(s)for(u=i[i.length-1].ownerDocument,k.map(i,xe),d=0;d<s;d++)c=i[d],_e.test(c.type||"")&&!Q.access(c,"globalEval")&&k.contains(u,c)&&(c.src&&"module"!==(c.type||"").toLowerCase()?k._evalUrl&&!c.noModule&&k._evalUrl(c.src,{nonce:c.nonce||c.getAttribute("nonce")},u):M(c.textContent.replace(Se,""),c,u))}return e}function Ne(e,t,n){for(var a,r=t?k.filter(t,e):e,o=0;null!=(a=r[o]);o++)n||1!==a.nodeType||k.cleanData(ye(a)),a.parentNode&&(n&&se(a)&&Me(ye(a,"script")),a.parentNode.removeChild(a));return e}k.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var a,r,o,i,s=e.cloneNode(!0),l=se(e);if(!(v.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||k.isXMLDoc(e)))for(i=ye(s),a=0,r=(o=ye(e)).length;a<r;a++)Fe(o[a],i[a]);if(t)if(n)for(o=o||ye(e),i=i||ye(s),a=0,r=o.length;a<r;a++)De(o[a],i[a]);else De(e,s);return(i=ye(s,"script")).length>0&&Me(i,!l&&ye(e,"script")),s},cleanData:function(e){for(var t,n,a,r=k.event.special,o=0;void 0!==(n=e[o]);o++)if(J(n)){if(t=n[Q.expando]){if(t.events)for(a in t.events)r[a]?k.event.remove(n,a):k.removeEvent(n,a,t.handle);n[Q.expando]=void 0}n[Z.expando]&&(n[Z.expando]=void 0)}}}),k.fn.extend({detach:function(e){return Ne(this,e,!0)},remove:function(e){return Ne(this,e)},text:function(e){return U(this,(function(e){return void 0===e?k.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return He(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Ce(this,e).appendChild(e)}))},prepend:function(){return He(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Ce(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return He(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return He(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(k.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return k.clone(this,e,t)}))},html:function(e){return U(this,(function(e){var t=this[0]||{},n=0,a=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ae.test(e)&&!be[(ge.exec(e)||["",""])[1].toLowerCase()]){e=k.htmlPrefilter(e);try{for(;n<a;n++)1===(t=this[n]||{}).nodeType&&(k.cleanData(ye(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)}),null,e,arguments.length)},replaceWith:function(){var e=[];return He(this,arguments,(function(t){var n=this.parentNode;k.inArray(this,e)<0&&(k.cleanData(ye(this)),n&&n.replaceChild(t,this))}),e)}}),k.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(e,t){k.fn[e]=function(e){for(var n,a=[],r=k(e),o=r.length-1,i=0;i<=o;i++)n=i===o?this:this.clone(!0),k(r[i])[t](n),c.apply(a,n.get());return this.pushStack(a)}}));var Re=new RegExp("^("+ae+")(?!px)[a-z%]+$","i"),Ve=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=a),t.getComputedStyle(e)},Ye=function(e,t,n){var a,r,o={};for(r in t)o[r]=e.style[r],e.style[r]=t[r];for(r in a=n.call(e),t)e.style[r]=o[r];return a},je=new RegExp(oe.join("|"),"i");function $e(e,t,n){var a,r,o,i,s=e.style;return(n=n||Ve(e))&&(""!==(i=n.getPropertyValue(t)||n[t])||se(e)||(i=k.style(e,t)),!v.pixelBoxStyles()&&Re.test(i)&&je.test(t)&&(a=s.width,r=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=i,i=n.width,s.width=a,s.minWidth=r,s.maxWidth=o)),void 0!==i?i+"":i}function Ue(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(u){c.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",u.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",ie.appendChild(c).appendChild(u);var e=a.getComputedStyle(u);n="1%"!==e.top,l=12===t(e.marginLeft),u.style.right="60%",i=36===t(e.right),r=36===t(e.width),u.style.position="absolute",o=12===t(u.offsetWidth/3),ie.removeChild(c),u=null}}function t(e){return Math.round(parseFloat(e))}var n,r,o,i,s,l,c=b.createElement("div"),u=b.createElement("div");u.style&&(u.style.backgroundClip="content-box",u.cloneNode(!0).style.backgroundClip="",v.clearCloneStyle="content-box"===u.style.backgroundClip,k.extend(v,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),i},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),l},scrollboxSize:function(){return e(),o},reliableTrDimensions:function(){var e,t,n,r;return null==s&&(e=b.createElement("table"),t=b.createElement("tr"),n=b.createElement("div"),e.style.cssText="position:absolute;left:-11111px;border-collapse:separate",t.style.cssText="border:1px solid",t.style.height="1px",n.style.height="9px",n.style.display="block",ie.appendChild(e).appendChild(t).appendChild(n),r=a.getComputedStyle(t),s=parseInt(r.height,10)+parseInt(r.borderTopWidth,10)+parseInt(r.borderBottomWidth,10)===t.offsetHeight,ie.removeChild(e)),s}}))}();var Ge=["Webkit","Moz","ms"],We=b.createElement("div").style,qe={};function Xe(e){var t=k.cssProps[e]||qe[e];return t||(e in We?e:qe[e]=function(e){for(var t=e[0].toUpperCase()+e.slice(1),n=Ge.length;n--;)if((e=Ge[n]+t)in We)return e}(e)||e)}var Je=/^(none|table(?!-c[ea]).+)/,Ke=/^--/,Qe={position:"absolute",visibility:"hidden",display:"block"},Ze={letterSpacing:"0",fontWeight:"400"};function et(e,t,n){var a=re.exec(t);return a?Math.max(0,a[2]-(n||0))+(a[3]||"px"):t}function tt(e,t,n,a,r,o){var i="width"===t?1:0,s=0,l=0;if(n===(a?"border":"content"))return 0;for(;i<4;i+=2)"margin"===n&&(l+=k.css(e,n+oe[i],!0,r)),a?("content"===n&&(l-=k.css(e,"padding"+oe[i],!0,r)),"margin"!==n&&(l-=k.css(e,"border"+oe[i]+"Width",!0,r))):(l+=k.css(e,"padding"+oe[i],!0,r),"padding"!==n?l+=k.css(e,"border"+oe[i]+"Width",!0,r):s+=k.css(e,"border"+oe[i]+"Width",!0,r));return!a&&o>=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-l-s-.5))||0),l}function nt(e,t,n){var a=Ve(e),r=(!v.boxSizingReliable()||n)&&"border-box"===k.css(e,"boxSizing",!1,a),o=r,i=$e(e,t,a),s="offset"+t[0].toUpperCase()+t.slice(1);if(Re.test(i)){if(!n)return i;i="auto"}return(!v.boxSizingReliable()&&r||!v.reliableTrDimensions()&&A(e,"tr")||"auto"===i||!parseFloat(i)&&"inline"===k.css(e,"display",!1,a))&&e.getClientRects().length&&(r="border-box"===k.css(e,"boxSizing",!1,a),(o=s in e)&&(i=e[s])),(i=parseFloat(i)||0)+tt(e,t,n||(r?"border":"content"),o,a,i)+"px"}function at(e,t,n,a,r){return new at.prototype.init(e,t,n,a,r)}k.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=$e(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,a){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var r,o,i,s=X(t),l=Ke.test(t),c=e.style;if(l||(t=Xe(s)),i=k.cssHooks[t]||k.cssHooks[s],void 0===n)return i&&"get"in i&&void 0!==(r=i.get(e,!1,a))?r:c[t];"string"===(o=typeof n)&&(r=re.exec(n))&&r[1]&&(n=ue(e,t,r),o="number"),null!=n&&n==n&&("number"!==o||l||(n+=r&&r[3]||(k.cssNumber[s]?"":"px")),v.clearCloneStyle||""!==n||0!==t.indexOf("background")||(c[t]="inherit"),i&&"set"in i&&void 0===(n=i.set(e,n,a))||(l?c.setProperty(t,n):c[t]=n))}},css:function(e,t,n,a){var r,o,i,s=X(t);return Ke.test(t)||(t=Xe(s)),(i=k.cssHooks[t]||k.cssHooks[s])&&"get"in i&&(r=i.get(e,!0,n)),void 0===r&&(r=$e(e,t,a)),"normal"===r&&t in Ze&&(r=Ze[t]),""===n||n?(o=parseFloat(r),!0===n||isFinite(o)?o||0:r):r}}),k.each(["height","width"],(function(e,t){k.cssHooks[t]={get:function(e,n,a){if(n)return!Je.test(k.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?nt(e,t,a):Ye(e,Qe,(function(){return nt(e,t,a)}))},set:function(e,n,a){var r,o=Ve(e),i=!v.scrollboxSize()&&"absolute"===o.position,s=(i||a)&&"border-box"===k.css(e,"boxSizing",!1,o),l=a?tt(e,t,a,s,o):0;return s&&i&&(l-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-tt(e,t,"border",!1,o)-.5)),l&&(r=re.exec(n))&&"px"!==(r[3]||"px")&&(e.style[t]=n,n=k.css(e,t)),et(0,n,l)}}})),k.cssHooks.marginLeft=Ue(v.reliableMarginLeft,(function(e,t){if(t)return(parseFloat($e(e,"marginLeft"))||e.getBoundingClientRect().left-Ye(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),k.each({margin:"",padding:"",border:"Width"},(function(e,t){k.cssHooks[e+t]={expand:function(n){for(var a=0,r={},o="string"==typeof n?n.split(" "):[n];a<4;a++)r[e+oe[a]+t]=o[a]||o[a-2]||o[0];return r}},"margin"!==e&&(k.cssHooks[e+t].set=et)})),k.fn.extend({css:function(e,t){return U(this,(function(e,t,n){var a,r,o={},i=0;if(Array.isArray(t)){for(a=Ve(e),r=t.length;i<r;i++)o[t[i]]=k.css(e,t[i],!1,a);return o}return void 0!==n?k.style(e,t,n):k.css(e,t)}),e,t,arguments.length>1)}}),k.Tween=at,at.prototype={constructor:at,init:function(e,t,n,a,r,o){this.elem=e,this.prop=n,this.easing=r||k.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=a,this.unit=o||(k.cssNumber[n]?"":"px")},cur:function(){var e=at.propHooks[this.prop];return e&&e.get?e.get(this):at.propHooks._default.get(this)},run:function(e){var t,n=at.propHooks[this.prop];return this.options.duration?this.pos=t=k.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):at.propHooks._default.set(this),this}},at.prototype.init.prototype=at.prototype,at.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=k.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){k.fx.step[e.prop]?k.fx.step[e.prop](e):1!==e.elem.nodeType||!k.cssHooks[e.prop]&&null==e.elem.style[Xe(e.prop)]?e.elem[e.prop]=e.now:k.style(e.elem,e.prop,e.now+e.unit)}}},at.propHooks.scrollTop=at.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},k.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},k.fx=at.prototype.init,k.fx.step={};var rt,ot,it=/^(?:toggle|show|hide)$/,st=/queueHooks$/;function lt(){ot&&(!1===b.hidden&&a.requestAnimationFrame?a.requestAnimationFrame(lt):a.setTimeout(lt,k.fx.interval),k.fx.tick())}function ct(){return a.setTimeout((function(){rt=void 0})),rt=Date.now()}function ut(e,t){var n,a=0,r={height:e};for(t=t?1:0;a<4;a+=2-t)r["margin"+(n=oe[a])]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}function dt(e,t,n){for(var a,r=(ht.tweeners[t]||[]).concat(ht.tweeners["*"]),o=0,i=r.length;o<i;o++)if(a=r[o].call(n,t,e))return a}function ht(e,t,n){var a,r,o=0,i=ht.prefilters.length,s=k.Deferred().always((function(){delete l.elem})),l=function(){if(r)return!1;for(var t=rt||ct(),n=Math.max(0,c.startTime+c.duration-t),a=1-(n/c.duration||0),o=0,i=c.tweens.length;o<i;o++)c.tweens[o].run(a);return s.notifyWith(e,[c,a,n]),a<1&&i?n:(i||s.notifyWith(e,[c,1,0]),s.resolveWith(e,[c]),!1)},c=s.promise({elem:e,props:k.extend({},t),opts:k.extend(!0,{specialEasing:{},easing:k.easing._default},n),originalProperties:t,originalOptions:n,startTime:rt||ct(),duration:n.duration,tweens:[],createTween:function(t,n){var a=k.Tween(e,c.opts,t,n,c.opts.specialEasing[t]||c.opts.easing);return c.tweens.push(a),a},stop:function(t){var n=0,a=t?c.tweens.length:0;if(r)return this;for(r=!0;n<a;n++)c.tweens[n].run(1);return t?(s.notifyWith(e,[c,1,0]),s.resolveWith(e,[c,t])):s.rejectWith(e,[c,t]),this}}),u=c.props;for(!function(e,t){var n,a,r,o,i;for(n in e)if(r=t[a=X(n)],o=e[n],Array.isArray(o)&&(r=o[1],o=e[n]=o[0]),n!==a&&(e[a]=o,delete e[n]),(i=k.cssHooks[a])&&"expand"in i)for(n in o=i.expand(o),delete e[a],o)n in e||(e[n]=o[n],t[n]=r);else t[a]=r}(u,c.opts.specialEasing);o<i;o++)if(a=ht.prefilters[o].call(c,e,u,c.opts))return g(a.stop)&&(k._queueHooks(c.elem,c.opts.queue).stop=a.stop.bind(a)),a;return k.map(u,dt,c),g(c.opts.start)&&c.opts.start.call(e,c),c.progress(c.opts.progress).done(c.opts.done,c.opts.complete).fail(c.opts.fail).always(c.opts.always),k.fx.timer(k.extend(l,{elem:e,anim:c,queue:c.opts.queue})),c}k.Animation=k.extend(ht,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return ue(n.elem,e,re.exec(t),n),n}]},tweener:function(e,t){g(e)?(t=e,e=["*"]):e=e.match(H);for(var n,a=0,r=e.length;a<r;a++)n=e[a],ht.tweeners[n]=ht.tweeners[n]||[],ht.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var a,r,o,i,s,l,c,u,d="width"in t||"height"in t,h=this,p={},f=e.style,m=e.nodeType&&ce(e),v=Q.get(e,"fxshow");for(a in n.queue||(null==(i=k._queueHooks(e,"fx")).unqueued&&(i.unqueued=0,s=i.empty.fire,i.empty.fire=function(){i.unqueued||s()}),i.unqueued++,h.always((function(){h.always((function(){i.unqueued--,k.queue(e,"fx").length||i.empty.fire()}))}))),t)if(r=t[a],it.test(r)){if(delete t[a],o=o||"toggle"===r,r===(m?"hide":"show")){if("show"!==r||!v||void 0===v[a])continue;m=!0}p[a]=v&&v[a]||k.style(e,a)}if((l=!k.isEmptyObject(t))||!k.isEmptyObject(p))for(a in d&&1===e.nodeType&&(n.overflow=[f.overflow,f.overflowX,f.overflowY],null==(c=v&&v.display)&&(c=Q.get(e,"display")),"none"===(u=k.css(e,"display"))&&(c?u=c:(pe([e],!0),c=e.style.display||c,u=k.css(e,"display"),pe([e]))),("inline"===u||"inline-block"===u&&null!=c)&&"none"===k.css(e,"float")&&(l||(h.done((function(){f.display=c})),null==c&&(u=f.display,c="none"===u?"":u)),f.display="inline-block")),n.overflow&&(f.overflow="hidden",h.always((function(){f.overflow=n.overflow[0],f.overflowX=n.overflow[1],f.overflowY=n.overflow[2]}))),l=!1,p)l||(v?"hidden"in v&&(m=v.hidden):v=Q.access(e,"fxshow",{display:c}),o&&(v.hidden=!m),m&&pe([e],!0),h.done((function(){for(a in m||pe([e]),Q.remove(e,"fxshow"),p)k.style(e,a,p[a])}))),l=dt(m?v[a]:0,a,h),a in v||(v[a]=l.start,m&&(l.end=l.start,l.start=0))}],prefilter:function(e,t){t?ht.prefilters.unshift(e):ht.prefilters.push(e)}}),k.speed=function(e,t,n){var a=e&&"object"==typeof e?k.extend({},e):{complete:n||!n&&t||g(e)&&e,duration:e,easing:n&&t||t&&!g(t)&&t};return k.fx.off?a.duration=0:"number"!=typeof a.duration&&(a.duration in k.fx.speeds?a.duration=k.fx.speeds[a.duration]:a.duration=k.fx.speeds._default),null!=a.queue&&!0!==a.queue||(a.queue="fx"),a.old=a.complete,a.complete=function(){g(a.old)&&a.old.call(this),a.queue&&k.dequeue(this,a.queue)},a},k.fn.extend({fadeTo:function(e,t,n,a){return this.filter(ce).css("opacity",0).show().end().animate({opacity:t},e,n,a)},animate:function(e,t,n,a){var r=k.isEmptyObject(e),o=k.speed(t,n,a),i=function(){var t=ht(this,k.extend({},e),o);(r||Q.get(this,"finish"))&&t.stop(!0)};return i.finish=i,r||!1===o.queue?this.each(i):this.queue(o.queue,i)},stop:function(e,t,n){var a=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&this.queue(e||"fx",[]),this.each((function(){var t=!0,r=null!=e&&e+"queueHooks",o=k.timers,i=Q.get(this);if(r)i[r]&&i[r].stop&&a(i[r]);else for(r in i)i[r]&&i[r].stop&&st.test(r)&&a(i[r]);for(r=o.length;r--;)o[r].elem!==this||null!=e&&o[r].queue!==e||(o[r].anim.stop(n),t=!1,o.splice(r,1));!t&&n||k.dequeue(this,e)}))},finish:function(e){return!1!==e&&(e=e||"fx"),this.each((function(){var t,n=Q.get(this),a=n[e+"queue"],r=n[e+"queueHooks"],o=k.timers,i=a?a.length:0;for(n.finish=!0,k.queue(this,e,[]),r&&r.stop&&r.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;t<i;t++)a[t]&&a[t].finish&&a[t].finish.call(this);delete n.finish}))}}),k.each(["toggle","show","hide"],(function(e,t){var n=k.fn[t];k.fn[t]=function(e,a,r){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(ut(t,!0),e,a,r)}})),k.each({slideDown:ut("show"),slideUp:ut("hide"),slideToggle:ut("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(e,t){k.fn[e]=function(e,n,a){return this.animate(t,e,n,a)}})),k.timers=[],k.fx.tick=function(){var e,t=0,n=k.timers;for(rt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||k.fx.stop(),rt=void 0},k.fx.timer=function(e){k.timers.push(e),k.fx.start()},k.fx.interval=13,k.fx.start=function(){ot||(ot=!0,lt())},k.fx.stop=function(){ot=null},k.fx.speeds={slow:600,fast:200,_default:400},k.fn.delay=function(e,t){return e=k.fx&&k.fx.speeds[e]||e,t=t||"fx",this.queue(t,(function(t,n){var r=a.setTimeout(t,e);n.stop=function(){a.clearTimeout(r)}}))},function(){var e=b.createElement("input"),t=b.createElement("select").appendChild(b.createElement("option"));e.type="checkbox",v.checkOn=""!==e.value,v.optSelected=t.selected,(e=b.createElement("input")).value="t",e.type="radio",v.radioValue="t"===e.value}();var pt,ft=k.expr.attrHandle;k.fn.extend({attr:function(e,t){return U(this,k.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each((function(){k.removeAttr(this,e)}))}}),k.extend({attr:function(e,t,n){var a,r,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?k.prop(e,t,n):(1===o&&k.isXMLDoc(e)||(r=k.attrHooks[t.toLowerCase()]||(k.expr.match.bool.test(t)?pt:void 0)),void 0!==n?null===n?void k.removeAttr(e,t):r&&"set"in r&&void 0!==(a=r.set(e,n,t))?a:(e.setAttribute(t,n+""),n):r&&"get"in r&&null!==(a=r.get(e,t))?a:null==(a=k.find.attr(e,t))?void 0:a)},attrHooks:{type:{set:function(e,t){if(!v.radioValue&&"radio"===t&&A(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,a=0,r=t&&t.match(H);if(r&&1===e.nodeType)for(;n=r[a++];)e.removeAttribute(n)}}),pt={set:function(e,t,n){return!1===t?k.removeAttr(e,n):e.setAttribute(n,n),n}},k.each(k.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=ft[t]||k.find.attr;ft[t]=function(e,t,a){var r,o,i=t.toLowerCase();return a||(o=ft[i],ft[i]=r,r=null!=n(e,t,a)?i:null,ft[i]=o),r}}));var mt=/^(?:input|select|textarea|button)$/i,vt=/^(?:a|area)$/i;function gt(e){return(e.match(H)||[]).join(" ")}function _t(e){return e.getAttribute&&e.getAttribute("class")||""}function bt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(H)||[]}k.fn.extend({prop:function(e,t){return U(this,k.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[k.propFix[e]||e]}))}}),k.extend({prop:function(e,t,n){var a,r,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&k.isXMLDoc(e)||(t=k.propFix[t]||t,r=k.propHooks[t]),void 0!==n?r&&"set"in r&&void 0!==(a=r.set(e,n,t))?a:e[t]=n:r&&"get"in r&&null!==(a=r.get(e,t))?a:e[t]},propHooks:{tabIndex:{get:function(e){var t=k.find.attr(e,"tabindex");return t?parseInt(t,10):mt.test(e.nodeName)||vt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),v.optSelected||(k.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),k.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){k.propFix[this.toLowerCase()]=this})),k.fn.extend({addClass:function(e){var t,n,a,r,o,i,s,l=0;if(g(e))return this.each((function(t){k(this).addClass(e.call(this,t,_t(this)))}));if((t=bt(e)).length)for(;n=this[l++];)if(r=_t(n),a=1===n.nodeType&&" "+gt(r)+" "){for(i=0;o=t[i++];)a.indexOf(" "+o+" ")<0&&(a+=o+" ");r!==(s=gt(a))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,a,r,o,i,s,l=0;if(g(e))return this.each((function(t){k(this).removeClass(e.call(this,t,_t(this)))}));if(!arguments.length)return this.attr("class","");if((t=bt(e)).length)for(;n=this[l++];)if(r=_t(n),a=1===n.nodeType&&" "+gt(r)+" "){for(i=0;o=t[i++];)for(;a.indexOf(" "+o+" ")>-1;)a=a.replace(" "+o+" "," ");r!==(s=gt(a))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,a="string"===n||Array.isArray(e);return"boolean"==typeof t&&a?t?this.addClass(e):this.removeClass(e):g(e)?this.each((function(n){k(this).toggleClass(e.call(this,n,_t(this),t),t)})):this.each((function(){var t,r,o,i;if(a)for(r=0,o=k(this),i=bt(e);t=i[r++];)o.hasClass(t)?o.removeClass(t):o.addClass(t);else void 0!==e&&"boolean"!==n||((t=_t(this))&&Q.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":Q.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,a=0;for(t=" "+e+" ";n=this[a++];)if(1===n.nodeType&&(" "+gt(_t(n))+" ").indexOf(t)>-1)return!0;return!1}});var yt=/\r/g;k.fn.extend({val:function(e){var t,n,a,r=this[0];return arguments.length?(a=g(e),this.each((function(n){var r;1===this.nodeType&&(null==(r=a?e.call(this,n,k(this).val()):e)?r="":"number"==typeof r?r+="":Array.isArray(r)&&(r=k.map(r,(function(e){return null==e?"":e+""}))),(t=k.valHooks[this.type]||k.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,r,"value")||(this.value=r))}))):r?(t=k.valHooks[r.type]||k.valHooks[r.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(r,"value"))?n:"string"==typeof(n=r.value)?n.replace(yt,""):null==n?"":n:void 0}}),k.extend({valHooks:{option:{get:function(e){var t=k.find.attr(e,"value");return null!=t?t:gt(k.text(e))}},select:{get:function(e){var t,n,a,r=e.options,o=e.selectedIndex,i="select-one"===e.type,s=i?null:[],l=i?o+1:r.length;for(a=o<0?l:i?o:0;a<l;a++)if(((n=r[a]).selected||a===o)&&!n.disabled&&(!n.parentNode.disabled||!A(n.parentNode,"optgroup"))){if(t=k(n).val(),i)return t;s.push(t)}return s},set:function(e,t){for(var n,a,r=e.options,o=k.makeArray(t),i=r.length;i--;)((a=r[i]).selected=k.inArray(k.valHooks.option.get(a),o)>-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),k.each(["radio","checkbox"],(function(){k.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=k.inArray(k(e).val(),t)>-1}},v.checkOn||(k.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),v.focusin="onfocusin"in a;var Mt=/^(?:focusinfocus|focusoutblur)$/,It=function(e){e.stopPropagation()};k.extend(k.event,{trigger:function(e,t,n,r){var o,i,s,l,c,u,d,h,f=[n||b],m=p.call(e,"type")?e.type:e,v=p.call(e,"namespace")?e.namespace.split("."):[];if(i=h=s=n=n||b,3!==n.nodeType&&8!==n.nodeType&&!Mt.test(m+k.event.triggered)&&(m.indexOf(".")>-1&&(v=m.split("."),m=v.shift(),v.sort()),c=m.indexOf(":")<0&&"on"+m,(e=e[k.expando]?e:new k.Event(m,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=v.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+v.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:k.makeArray(t,[e]),d=k.event.special[m]||{},r||!d.trigger||!1!==d.trigger.apply(n,t))){if(!r&&!d.noBubble&&!_(n)){for(l=d.delegateType||m,Mt.test(l+m)||(i=i.parentNode);i;i=i.parentNode)f.push(i),s=i;s===(n.ownerDocument||b)&&f.push(s.defaultView||s.parentWindow||a)}for(o=0;(i=f[o++])&&!e.isPropagationStopped();)h=i,e.type=o>1?l:d.bindType||m,(u=(Q.get(i,"events")||Object.create(null))[e.type]&&Q.get(i,"handle"))&&u.apply(i,t),(u=c&&i[c])&&u.apply&&J(i)&&(e.result=u.apply(i,t),!1===e.result&&e.preventDefault());return e.type=m,r||e.isDefaultPrevented()||d._default&&!1!==d._default.apply(f.pop(),t)||!J(n)||c&&g(n[m])&&!_(n)&&((s=n[c])&&(n[c]=null),k.event.triggered=m,e.isPropagationStopped()&&h.addEventListener(m,It),n[m](),e.isPropagationStopped()&&h.removeEventListener(m,It),k.event.triggered=void 0,s&&(n[c]=s)),e.result}},simulate:function(e,t,n){var a=k.extend(new k.Event,n,{type:e,isSimulated:!0});k.event.trigger(a,null,t)}}),k.fn.extend({trigger:function(e,t){return this.each((function(){k.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return k.event.trigger(e,t,n,!0)}}),v.focusin||k.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){k.event.simulate(t,e.target,k.event.fix(e))};k.event.special[t]={setup:function(){var a=this.ownerDocument||this.document||this,r=Q.access(a,t);r||a.addEventListener(e,n,!0),Q.access(a,t,(r||0)+1)},teardown:function(){var a=this.ownerDocument||this.document||this,r=Q.access(a,t)-1;r?Q.access(a,t,r):(a.removeEventListener(e,n,!0),Q.remove(a,t))}}}));var Bt=a.location,kt={guid:Date.now()},Pt=/\?/;k.parseXML=function(e){var t,n;if(!e||"string"!=typeof e)return null;try{t=(new a.DOMParser).parseFromString(e,"text/xml")}catch(e){}return n=t&&t.getElementsByTagName("parsererror")[0],t&&!n||k.error("Invalid XML: "+(n?k.map(n.childNodes,(function(e){return e.textContent})).join("\n"):e)),t};var Tt=/\[\]$/,wt=/\r?\n/g,Et=/^(?:submit|button|image|reset|file)$/i,Ot=/^(?:input|select|textarea|keygen)/i;function At(e,t,n,a){var r;if(Array.isArray(t))k.each(t,(function(t,r){n||Tt.test(e)?a(e,r):At(e+"["+("object"==typeof r&&null!=r?t:"")+"]",r,n,a)}));else if(n||"object"!==I(t))a(e,t);else for(r in t)At(e+"["+r+"]",t[r],n,a)}k.param=function(e,t){var n,a=[],r=function(e,t){var n=g(t)?t():t;a[a.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!k.isPlainObject(e))k.each(e,(function(){r(this.name,this.value)}));else for(n in e)At(n,e[n],t,r);return a.join("&")},k.fn.extend({serialize:function(){return k.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=k.prop(this,"elements");return e?k.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!k(this).is(":disabled")&&Ot.test(this.nodeName)&&!Et.test(e)&&(this.checked||!ve.test(e))})).map((function(e,t){var n=k(this).val();return null==n?null:Array.isArray(n)?k.map(n,(function(e){return{name:t.name,value:e.replace(wt,"\r\n")}})):{name:t.name,value:n.replace(wt,"\r\n")}})).get()}});var Lt=/%20/g,St=/#.*$/,Ct=/([?&])_=[^&]*/,zt=/^(.*?):[ \t]*([^\r\n]*)$/gm,xt=/^(?:GET|HEAD)$/,Dt=/^\/\//,Ft={},Ht={},Nt="*/".concat("*"),Rt=b.createElement("a");function Vt(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var a,r=0,o=t.toLowerCase().match(H)||[];if(g(n))for(;a=o[r++];)"+"===a[0]?(a=a.slice(1)||"*",(e[a]=e[a]||[]).unshift(n)):(e[a]=e[a]||[]).push(n)}}function Yt(e,t,n,a){var r={},o=e===Ht;function i(s){var l;return r[s]=!0,k.each(e[s]||[],(function(e,s){var c=s(t,n,a);return"string"!=typeof c||o||r[c]?o?!(l=c):void 0:(t.dataTypes.unshift(c),i(c),!1)})),l}return i(t.dataTypes[0])||!r["*"]&&i("*")}function jt(e,t){var n,a,r=k.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((r[n]?e:a||(a={}))[n]=t[n]);return a&&k.extend(!0,e,a),e}Rt.href=Bt.href,k.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Bt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Bt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Nt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":k.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?jt(jt(e,k.ajaxSettings),t):jt(k.ajaxSettings,e)},ajaxPrefilter:Vt(Ft),ajaxTransport:Vt(Ht),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var n,r,o,i,s,l,c,u,d,h,p=k.ajaxSetup({},t),f=p.context||p,m=p.context&&(f.nodeType||f.jquery)?k(f):k.event,v=k.Deferred(),g=k.Callbacks("once memory"),_=p.statusCode||{},y={},M={},I="canceled",B={readyState:0,getResponseHeader:function(e){var t;if(c){if(!i)for(i={};t=zt.exec(o);)i[t[1].toLowerCase()+" "]=(i[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=i[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return c?o:null},setRequestHeader:function(e,t){return null==c&&(e=M[e.toLowerCase()]=M[e.toLowerCase()]||e,y[e]=t),this},overrideMimeType:function(e){return null==c&&(p.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)B.always(e[B.status]);else for(t in e)_[t]=[_[t],e[t]];return this},abort:function(e){var t=e||I;return n&&n.abort(t),P(0,t),this}};if(v.promise(B),p.url=((e||p.url||Bt.href)+"").replace(Dt,Bt.protocol+"//"),p.type=t.method||t.type||p.method||p.type,p.dataTypes=(p.dataType||"*").toLowerCase().match(H)||[""],null==p.crossDomain){l=b.createElement("a");try{l.href=p.url,l.href=l.href,p.crossDomain=Rt.protocol+"//"+Rt.host!=l.protocol+"//"+l.host}catch(e){p.crossDomain=!0}}if(p.data&&p.processData&&"string"!=typeof p.data&&(p.data=k.param(p.data,p.traditional)),Yt(Ft,p,t,B),c)return B;for(d in(u=k.event&&p.global)&&0==k.active++&&k.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!xt.test(p.type),r=p.url.replace(St,""),p.hasContent?p.data&&p.processData&&0===(p.contentType||"").indexOf("application/x-www-form-urlencoded")&&(p.data=p.data.replace(Lt,"+")):(h=p.url.slice(r.length),p.data&&(p.processData||"string"==typeof p.data)&&(r+=(Pt.test(r)?"&":"?")+p.data,delete p.data),!1===p.cache&&(r=r.replace(Ct,"$1"),h=(Pt.test(r)?"&":"?")+"_="+kt.guid+++h),p.url=r+h),p.ifModified&&(k.lastModified[r]&&B.setRequestHeader("If-Modified-Since",k.lastModified[r]),k.etag[r]&&B.setRequestHeader("If-None-Match",k.etag[r])),(p.data&&p.hasContent&&!1!==p.contentType||t.contentType)&&B.setRequestHeader("Content-Type",p.contentType),B.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+Nt+"; q=0.01":""):p.accepts["*"]),p.headers)B.setRequestHeader(d,p.headers[d]);if(p.beforeSend&&(!1===p.beforeSend.call(f,B,p)||c))return B.abort();if(I="abort",g.add(p.complete),B.done(p.success),B.fail(p.error),n=Yt(Ht,p,t,B)){if(B.readyState=1,u&&m.trigger("ajaxSend",[B,p]),c)return B;p.async&&p.timeout>0&&(s=a.setTimeout((function(){B.abort("timeout")}),p.timeout));try{c=!1,n.send(y,P)}catch(e){if(c)throw e;P(-1,e)}}else P(-1,"No Transport");function P(e,t,i,l){var d,h,b,y,M,I=t;c||(c=!0,s&&a.clearTimeout(s),n=void 0,o=l||"",B.readyState=e>0?4:0,d=e>=200&&e<300||304===e,i&&(y=function(e,t,n){for(var a,r,o,i,s=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===a&&(a=e.mimeType||t.getResponseHeader("Content-Type"));if(a)for(r in s)if(s[r]&&s[r].test(a)){l.unshift(r);break}if(l[0]in n)o=l[0];else{for(r in n){if(!l[0]||e.converters[r+" "+l[0]]){o=r;break}i||(i=r)}o=o||i}if(o)return o!==l[0]&&l.unshift(o),n[o]}(p,B,i)),!d&&k.inArray("script",p.dataTypes)>-1&&k.inArray("json",p.dataTypes)<0&&(p.converters["text script"]=function(){}),y=function(e,t,n,a){var r,o,i,s,l,c={},u=e.dataTypes.slice();if(u[1])for(i in e.converters)c[i.toLowerCase()]=e.converters[i];for(o=u.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!l&&a&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=o,o=u.shift())if("*"===o)o=l;else if("*"!==l&&l!==o){if(!(i=c[l+" "+o]||c["* "+o]))for(r in c)if((s=r.split(" "))[1]===o&&(i=c[l+" "+s[0]]||c["* "+s[0]])){!0===i?i=c[r]:!0!==c[r]&&(o=s[0],u.unshift(s[1]));break}if(!0!==i)if(i&&e.throws)t=i(t);else try{t=i(t)}catch(e){return{state:"parsererror",error:i?e:"No conversion from "+l+" to "+o}}}return{state:"success",data:t}}(p,y,B,d),d?(p.ifModified&&((M=B.getResponseHeader("Last-Modified"))&&(k.lastModified[r]=M),(M=B.getResponseHeader("etag"))&&(k.etag[r]=M)),204===e||"HEAD"===p.type?I="nocontent":304===e?I="notmodified":(I=y.state,h=y.data,d=!(b=y.error))):(b=I,!e&&I||(I="error",e<0&&(e=0))),B.status=e,B.statusText=(t||I)+"",d?v.resolveWith(f,[h,I,B]):v.rejectWith(f,[B,I,b]),B.statusCode(_),_=void 0,u&&m.trigger(d?"ajaxSuccess":"ajaxError",[B,p,d?h:b]),g.fireWith(f,[B,I]),u&&(m.trigger("ajaxComplete",[B,p]),--k.active||k.event.trigger("ajaxStop")))}return B},getJSON:function(e,t,n){return k.get(e,t,n,"json")},getScript:function(e,t){return k.get(e,void 0,t,"script")}}),k.each(["get","post"],(function(e,t){k[t]=function(e,n,a,r){return g(n)&&(r=r||a,a=n,n=void 0),k.ajax(k.extend({url:e,type:t,dataType:r,data:n,success:a},k.isPlainObject(e)&&e))}})),k.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),k._evalUrl=function(e,t,n){return k.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){k.globalEval(e,t,n)}})},k.fn.extend({wrapAll:function(e){var t;return this[0]&&(g(e)&&(e=e.call(this[0])),t=k(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return g(e)?this.each((function(t){k(this).wrapInner(e.call(this,t))})):this.each((function(){var t=k(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=g(e);return this.each((function(n){k(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){k(this).replaceWith(this.childNodes)})),this}}),k.expr.pseudos.hidden=function(e){return!k.expr.pseudos.visible(e)},k.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},k.ajaxSettings.xhr=function(){try{return new a.XMLHttpRequest}catch(e){}};var $t={0:200,1223:204},Ut=k.ajaxSettings.xhr();v.cors=!!Ut&&"withCredentials"in Ut,v.ajax=Ut=!!Ut,k.ajaxTransport((function(e){var t,n;if(v.cors||Ut&&!e.crossDomain)return{send:function(r,o){var i,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(i in e.xhrFields)s[i]=e.xhrFields[i];for(i in e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest"),r)s.setRequestHeader(i,r[i]);t=function(e){return function(){t&&(t=n=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o($t[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=t(),n=s.onerror=s.ontimeout=t("error"),void 0!==s.onabort?s.onabort=n:s.onreadystatechange=function(){4===s.readyState&&a.setTimeout((function(){t&&n()}))},t=t("abort");try{s.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),k.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),k.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return k.globalEval(e),e}}}),k.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),k.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(a,r){t=k("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&r("error"===e.type?404:200,e.type)}),b.head.appendChild(t[0])},abort:function(){n&&n()}}}));var Gt,Wt=[],qt=/(=)\?(?=&|$)|\?\?/;k.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Wt.pop()||k.expando+"_"+kt.guid++;return this[e]=!0,e}}),k.ajaxPrefilter("json jsonp",(function(e,t,n){var r,o,i,s=!1!==e.jsonp&&(qt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&qt.test(e.data)&&"data");if(s||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=g(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,s?e[s]=e[s].replace(qt,"$1"+r):!1!==e.jsonp&&(e.url+=(Pt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return i||k.error(r+" was not called"),i[0]},e.dataTypes[0]="json",o=a[r],a[r]=function(){i=arguments},n.always((function(){void 0===o?k(a).removeProp(r):a[r]=o,e[r]&&(e.jsonpCallback=t.jsonpCallback,Wt.push(r)),i&&g(o)&&o(i[0]),i=o=void 0})),"script"})),v.createHTMLDocument=((Gt=b.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Gt.childNodes.length),k.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((a=(t=b.implementation.createHTMLDocument("")).createElement("base")).href=b.location.href,t.head.appendChild(a)):t=b),o=!n&&[],(r=L.exec(e))?[t.createElement(r[1])]:(r=Be([e],t,o),o&&o.length&&k(o).remove(),k.merge([],r.childNodes)));var a,r,o},k.fn.load=function(e,t,n){var a,r,o,i=this,s=e.indexOf(" ");return s>-1&&(a=gt(e.slice(s)),e=e.slice(0,s)),g(t)?(n=t,t=void 0):t&&"object"==typeof t&&(r="POST"),i.length>0&&k.ajax({url:e,type:r||"GET",dataType:"html",data:t}).done((function(e){o=arguments,i.html(a?k("<div>").append(k.parseHTML(e)).find(a):e)})).always(n&&function(e,t){i.each((function(){n.apply(this,o||[e.responseText,t,e])}))}),this},k.expr.pseudos.animated=function(e){return k.grep(k.timers,(function(t){return e===t.elem})).length},k.offset={setOffset:function(e,t,n){var a,r,o,i,s,l,c=k.css(e,"position"),u=k(e),d={};"static"===c&&(e.style.position="relative"),s=u.offset(),o=k.css(e,"top"),l=k.css(e,"left"),("absolute"===c||"fixed"===c)&&(o+l).indexOf("auto")>-1?(i=(a=u.position()).top,r=a.left):(i=parseFloat(o)||0,r=parseFloat(l)||0),g(t)&&(t=t.call(e,n,k.extend({},s))),null!=t.top&&(d.top=t.top-s.top+i),null!=t.left&&(d.left=t.left-s.left+r),"using"in t?t.using.call(e,d):u.css(d)}},k.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each((function(t){k.offset.setOffset(this,e,t)}));var t,n,a=this[0];return a?a.getClientRects().length?(t=a.getBoundingClientRect(),n=a.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,a=this[0],r={top:0,left:0};if("fixed"===k.css(a,"position"))t=a.getBoundingClientRect();else{for(t=this.offset(),n=a.ownerDocument,e=a.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===k.css(e,"position");)e=e.parentNode;e&&e!==a&&1===e.nodeType&&((r=k(e).offset()).top+=k.css(e,"borderTopWidth",!0),r.left+=k.css(e,"borderLeftWidth",!0))}return{top:t.top-r.top-k.css(a,"marginTop",!0),left:t.left-r.left-k.css(a,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var e=this.offsetParent;e&&"static"===k.css(e,"position");)e=e.offsetParent;return e||ie}))}}),k.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(e,t){var n="pageYOffset"===t;k.fn[e]=function(a){return U(this,(function(e,a,r){var o;if(_(e)?o=e:9===e.nodeType&&(o=e.defaultView),void 0===r)return o?o[t]:e[a];o?o.scrollTo(n?o.pageXOffset:r,n?r:o.pageYOffset):e[a]=r}),e,a,arguments.length)}})),k.each(["top","left"],(function(e,t){k.cssHooks[t]=Ue(v.pixelPosition,(function(e,n){if(n)return n=$e(e,t),Re.test(n)?k(e).position()[t]+"px":n}))})),k.each({Height:"height",Width:"width"},(function(e,t){k.each({padding:"inner"+e,content:t,"":"outer"+e},(function(n,a){k.fn[a]=function(r,o){var i=arguments.length&&(n||"boolean"!=typeof r),s=n||(!0===r||!0===o?"margin":"border");return U(this,(function(t,n,r){var o;return _(t)?0===a.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(o=t.documentElement,Math.max(t.body["scroll"+e],o["scroll"+e],t.body["offset"+e],o["offset"+e],o["client"+e])):void 0===r?k.css(t,n,s):k.style(t,n,r,s)}),t,i?r:void 0,i)}}))})),k.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(e,t){k.fn[t]=function(e){return this.on(t,e)}})),k.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,a){return this.on(t,e,n,a)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),k.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),(function(e,t){k.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}));var Xt=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;k.proxy=function(e,t){var n,a,r;if("string"==typeof t&&(n=e[t],t=e,e=n),g(e))return a=s.call(arguments,2),r=function(){return e.apply(t||this,a.concat(s.call(arguments)))},r.guid=e.guid=e.guid||k.guid++,r},k.holdReady=function(e){e?k.readyWait++:k.ready(!0)},k.isArray=Array.isArray,k.parseJSON=JSON.parse,k.nodeName=A,k.isFunction=g,k.isWindow=_,k.camelCase=X,k.type=I,k.now=Date.now,k.isNumeric=function(e){var t=k.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},k.trim=function(e){return null==e?"":(e+"").replace(Xt,"")},void 0===(n=function(){return k}.apply(t,[]))||(e.exports=n);var Jt=a.jQuery,Kt=a.$;return k.noConflict=function(e){return a.$===k&&(a.$=Kt),e&&a.jQuery===k&&(a.jQuery=Jt),k},void 0===r&&(a.jQuery=a.$=k),k}))},36808:(e,t,n)=>{var a,r;!function(o){if(void 0===(r="function"==typeof(a=o)?a.call(t,n,t,e):a)||(e.exports=r),!0,e.exports=o(),!!0){var i=window.Cookies,s=window.Cookies=o();s.noConflict=function(){return window.Cookies=i,s}}}((function(){function e(){for(var e=0,t={};e<arguments.length;e++){var n=arguments[e];for(var a in n)t[a]=n[a]}return t}function t(e){return e.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent)}return function n(a){function r(){}function o(t,n,o){if("undefined"!=typeof document){"number"==typeof(o=e({path:"/"},r.defaults,o)).expires&&(o.expires=new Date(1*new Date+864e5*o.expires)),o.expires=o.expires?o.expires.toUTCString():"";try{var i=JSON.stringify(n);/^[\{\[]/.test(i)&&(n=i)}catch(e){}n=a.write?a.write(n,t):encodeURIComponent(String(n)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),t=encodeURIComponent(String(t)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);var s="";for(var l in o)o[l]&&(s+="; "+l,!0!==o[l]&&(s+="="+o[l].split(";")[0]));return document.cookie=t+"="+n+s}}function i(e,n){if("undefined"!=typeof document){for(var r={},o=document.cookie?document.cookie.split("; "):[],i=0;i<o.length;i++){var s=o[i].split("="),l=s.slice(1).join("=");n||'"'!==l.charAt(0)||(l=l.slice(1,-1));try{var c=t(s[0]);if(l=(a.read||a)(l,c)||t(l),n)try{l=JSON.parse(l)}catch(e){}if(r[c]=l,e===c)break}catch(e){}}return e?r[e]:r}}return r.set=o,r.get=function(e){return i(e,!1)},r.getJSON=function(e){return i(e,!0)},r.remove=function(t,n){o(t,"",e(n,{expires:-1}))},r.defaults={},r.withConverter=n,r}((function(){}))}))},96486:function(e,t,n){var a;e=n.nmd(e),function(){var r,o="Expected a function",i="__lodash_hash_undefined__",s="__lodash_placeholder__",l=16,c=32,u=64,d=128,h=256,p=1/0,f=9007199254740991,m=NaN,v=4294967295,g=[["ary",d],["bind",1],["bindKey",2],["curry",8],["curryRight",l],["flip",512],["partial",c],["partialRight",u],["rearg",h]],_="[object Arguments]",b="[object Array]",y="[object Boolean]",M="[object Date]",I="[object Error]",B="[object Function]",k="[object GeneratorFunction]",P="[object Map]",T="[object Number]",w="[object Object]",E="[object Promise]",O="[object RegExp]",A="[object Set]",L="[object String]",S="[object Symbol]",C="[object WeakMap]",z="[object ArrayBuffer]",x="[object DataView]",D="[object Float32Array]",F="[object Float64Array]",H="[object Int8Array]",N="[object Int16Array]",R="[object Int32Array]",V="[object Uint8Array]",Y="[object Uint8ClampedArray]",j="[object Uint16Array]",$="[object Uint32Array]",U=/\b__p \+= '';/g,G=/\b(__p \+=) '' \+/g,W=/(__e\(.*?\)|\b__t\)) \+\n'';/g,q=/&(?:amp|lt|gt|quot|#39);/g,X=/[&<>"']/g,J=RegExp(q.source),K=RegExp(X.source),Q=/<%-([\s\S]+?)%>/g,Z=/<%([\s\S]+?)%>/g,ee=/<%=([\s\S]+?)%>/g,te=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ne=/^\w*$/,ae=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,re=/[\\^$.*+?()[\]{}|]/g,oe=RegExp(re.source),ie=/^\s+/,se=/\s/,le=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ce=/\{\n\/\* \[wrapped with (.+)\] \*/,ue=/,? & /,de=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,he=/[()=,{}\[\]\/\s]/,pe=/\\(\\)?/g,fe=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,me=/\w*$/,ve=/^[-+]0x[0-9a-f]+$/i,ge=/^0b[01]+$/i,_e=/^\[object .+?Constructor\]$/,be=/^0o[0-7]+$/i,ye=/^(?:0|[1-9]\d*)$/,Me=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Ie=/($^)/,Be=/['\n\r\u2028\u2029\\]/g,ke="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Pe="\\u2700-\\u27bf",Te="a-z\\xdf-\\xf6\\xf8-\\xff",we="A-Z\\xc0-\\xd6\\xd8-\\xde",Ee="\\ufe0e\\ufe0f",Oe="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Ae="[']",Le="[\\ud800-\\udfff]",Se="["+Oe+"]",Ce="["+ke+"]",ze="\\d+",xe="[\\u2700-\\u27bf]",De="["+Te+"]",Fe="[^\\ud800-\\udfff"+Oe+ze+Pe+Te+we+"]",He="\\ud83c[\\udffb-\\udfff]",Ne="[^\\ud800-\\udfff]",Re="(?:\\ud83c[\\udde6-\\uddff]){2}",Ve="[\\ud800-\\udbff][\\udc00-\\udfff]",Ye="["+we+"]",je="(?:"+De+"|"+Fe+")",$e="(?:"+Ye+"|"+Fe+")",Ue="(?:['](?:d|ll|m|re|s|t|ve))?",Ge="(?:['](?:D|LL|M|RE|S|T|VE))?",We="(?:"+Ce+"|"+He+")"+"?",qe="[\\ufe0e\\ufe0f]?",Xe=qe+We+("(?:\\u200d(?:"+[Ne,Re,Ve].join("|")+")"+qe+We+")*"),Je="(?:"+[xe,Re,Ve].join("|")+")"+Xe,Ke="(?:"+[Ne+Ce+"?",Ce,Re,Ve,Le].join("|")+")",Qe=RegExp(Ae,"g"),Ze=RegExp(Ce,"g"),et=RegExp(He+"(?="+He+")|"+Ke+Xe,"g"),tt=RegExp([Ye+"?"+De+"+"+Ue+"(?="+[Se,Ye,"$"].join("|")+")",$e+"+"+Ge+"(?="+[Se,Ye+je,"$"].join("|")+")",Ye+"?"+je+"+"+Ue,Ye+"+"+Ge,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",ze,Je].join("|"),"g"),nt=RegExp("[\\u200d\\ud800-\\udfff"+ke+Ee+"]"),at=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,rt=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],ot=-1,it={};it[D]=it[F]=it[H]=it[N]=it[R]=it[V]=it[Y]=it[j]=it[$]=!0,it[_]=it[b]=it[z]=it[y]=it[x]=it[M]=it[I]=it[B]=it[P]=it[T]=it[w]=it[O]=it[A]=it[L]=it[C]=!1;var st={};st[_]=st[b]=st[z]=st[x]=st[y]=st[M]=st[D]=st[F]=st[H]=st[N]=st[R]=st[P]=st[T]=st[w]=st[O]=st[A]=st[L]=st[S]=st[V]=st[Y]=st[j]=st[$]=!0,st[I]=st[B]=st[C]=!1;var lt={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ct=parseFloat,ut=parseInt,dt="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,ht="object"==typeof self&&self&&self.Object===Object&&self,pt=dt||ht||Function("return this")(),ft=t&&!t.nodeType&&t,mt=ft&&e&&!e.nodeType&&e,vt=mt&&mt.exports===ft,gt=vt&&dt.process,_t=function(){try{var e=mt&&mt.require&&mt.require("util").types;return e||gt&&gt.binding&&gt.binding("util")}catch(e){}}(),bt=_t&&_t.isArrayBuffer,yt=_t&&_t.isDate,Mt=_t&&_t.isMap,It=_t&&_t.isRegExp,Bt=_t&&_t.isSet,kt=_t&&_t.isTypedArray;function Pt(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function Tt(e,t,n,a){for(var r=-1,o=null==e?0:e.length;++r<o;){var i=e[r];t(a,i,n(i),e)}return a}function wt(e,t){for(var n=-1,a=null==e?0:e.length;++n<a&&!1!==t(e[n],n,e););return e}function Et(e,t){for(var n=null==e?0:e.length;n--&&!1!==t(e[n],n,e););return e}function Ot(e,t){for(var n=-1,a=null==e?0:e.length;++n<a;)if(!t(e[n],n,e))return!1;return!0}function At(e,t){for(var n=-1,a=null==e?0:e.length,r=0,o=[];++n<a;){var i=e[n];t(i,n,e)&&(o[r++]=i)}return o}function Lt(e,t){return!!(null==e?0:e.length)&&Vt(e,t,0)>-1}function St(e,t,n){for(var a=-1,r=null==e?0:e.length;++a<r;)if(n(t,e[a]))return!0;return!1}function Ct(e,t){for(var n=-1,a=null==e?0:e.length,r=Array(a);++n<a;)r[n]=t(e[n],n,e);return r}function zt(e,t){for(var n=-1,a=t.length,r=e.length;++n<a;)e[r+n]=t[n];return e}function xt(e,t,n,a){var r=-1,o=null==e?0:e.length;for(a&&o&&(n=e[++r]);++r<o;)n=t(n,e[r],r,e);return n}function Dt(e,t,n,a){var r=null==e?0:e.length;for(a&&r&&(n=e[--r]);r--;)n=t(n,e[r],r,e);return n}function Ft(e,t){for(var n=-1,a=null==e?0:e.length;++n<a;)if(t(e[n],n,e))return!0;return!1}var Ht=Ut("length");function Nt(e,t,n){var a;return n(e,(function(e,n,r){if(t(e,n,r))return a=n,!1})),a}function Rt(e,t,n,a){for(var r=e.length,o=n+(a?1:-1);a?o--:++o<r;)if(t(e[o],o,e))return o;return-1}function Vt(e,t,n){return t==t?function(e,t,n){var a=n-1,r=e.length;for(;++a<r;)if(e[a]===t)return a;return-1}(e,t,n):Rt(e,jt,n)}function Yt(e,t,n,a){for(var r=n-1,o=e.length;++r<o;)if(a(e[r],t))return r;return-1}function jt(e){return e!=e}function $t(e,t){var n=null==e?0:e.length;return n?qt(e,t)/n:m}function Ut(e){return function(t){return null==t?r:t[e]}}function Gt(e){return function(t){return null==e?r:e[t]}}function Wt(e,t,n,a,r){return r(e,(function(e,r,o){n=a?(a=!1,e):t(n,e,r,o)})),n}function qt(e,t){for(var n,a=-1,o=e.length;++a<o;){var i=t(e[a]);i!==r&&(n=n===r?i:n+i)}return n}function Xt(e,t){for(var n=-1,a=Array(e);++n<e;)a[n]=t(n);return a}function Jt(e){return e?e.slice(0,mn(e)+1).replace(ie,""):e}function Kt(e){return function(t){return e(t)}}function Qt(e,t){return Ct(t,(function(t){return e[t]}))}function Zt(e,t){return e.has(t)}function en(e,t){for(var n=-1,a=e.length;++n<a&&Vt(t,e[n],0)>-1;);return n}function tn(e,t){for(var n=e.length;n--&&Vt(t,e[n],0)>-1;);return n}function nn(e,t){for(var n=e.length,a=0;n--;)e[n]===t&&++a;return a}var an=Gt({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"}),rn=Gt({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});function on(e){return"\\"+lt[e]}function sn(e){return nt.test(e)}function ln(e){var t=-1,n=Array(e.size);return e.forEach((function(e,a){n[++t]=[a,e]})),n}function cn(e,t){return function(n){return e(t(n))}}function un(e,t){for(var n=-1,a=e.length,r=0,o=[];++n<a;){var i=e[n];i!==t&&i!==s||(e[n]=s,o[r++]=n)}return o}function dn(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}function hn(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=[e,e]})),n}function pn(e){return sn(e)?function(e){var t=et.lastIndex=0;for(;et.test(e);)++t;return t}(e):Ht(e)}function fn(e){return sn(e)?function(e){return e.match(et)||[]}(e):function(e){return e.split("")}(e)}function mn(e){for(var t=e.length;t--&&se.test(e.charAt(t)););return t}var vn=Gt({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var gn=function e(t){var n,a=(t=null==t?pt:gn.defaults(pt.Object(),t,gn.pick(pt,rt))).Array,se=t.Date,ke=t.Error,Pe=t.Function,Te=t.Math,we=t.Object,Ee=t.RegExp,Oe=t.String,Ae=t.TypeError,Le=a.prototype,Se=Pe.prototype,Ce=we.prototype,ze=t["__core-js_shared__"],xe=Se.toString,De=Ce.hasOwnProperty,Fe=0,He=(n=/[^.]+$/.exec(ze&&ze.keys&&ze.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Ne=Ce.toString,Re=xe.call(we),Ve=pt._,Ye=Ee("^"+xe.call(De).replace(re,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=vt?t.Buffer:r,$e=t.Symbol,Ue=t.Uint8Array,Ge=je?je.allocUnsafe:r,We=cn(we.getPrototypeOf,we),qe=we.create,Xe=Ce.propertyIsEnumerable,Je=Le.splice,Ke=$e?$e.isConcatSpreadable:r,et=$e?$e.iterator:r,nt=$e?$e.toStringTag:r,lt=function(){try{var e=fo(we,"defineProperty");return e({},"",{}),e}catch(e){}}(),dt=t.clearTimeout!==pt.clearTimeout&&t.clearTimeout,ht=se&&se.now!==pt.Date.now&&se.now,ft=t.setTimeout!==pt.setTimeout&&t.setTimeout,mt=Te.ceil,gt=Te.floor,_t=we.getOwnPropertySymbols,Ht=je?je.isBuffer:r,Gt=t.isFinite,_n=Le.join,bn=cn(we.keys,we),yn=Te.max,Mn=Te.min,In=se.now,Bn=t.parseInt,kn=Te.random,Pn=Le.reverse,Tn=fo(t,"DataView"),wn=fo(t,"Map"),En=fo(t,"Promise"),On=fo(t,"Set"),An=fo(t,"WeakMap"),Ln=fo(we,"create"),Sn=An&&new An,Cn={},zn=Vo(Tn),xn=Vo(wn),Dn=Vo(En),Fn=Vo(On),Hn=Vo(An),Nn=$e?$e.prototype:r,Rn=Nn?Nn.valueOf:r,Vn=Nn?Nn.toString:r;function Yn(e){if(rs(e)&&!Wi(e)&&!(e instanceof Gn)){if(e instanceof Un)return e;if(De.call(e,"__wrapped__"))return Yo(e)}return new Un(e)}var jn=function(){function e(){}return function(t){if(!as(t))return{};if(qe)return qe(t);e.prototype=t;var n=new e;return e.prototype=r,n}}();function $n(){}function Un(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=r}function Gn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=v,this.__views__=[]}function Wn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var a=e[t];this.set(a[0],a[1])}}function qn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var a=e[t];this.set(a[0],a[1])}}function Xn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var a=e[t];this.set(a[0],a[1])}}function Jn(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new Xn;++t<n;)this.add(e[t])}function Kn(e){var t=this.__data__=new qn(e);this.size=t.size}function Qn(e,t){var n=Wi(e),a=!n&&Gi(e),r=!n&&!a&&Ki(e),o=!n&&!a&&!r&&hs(e),i=n||a||r||o,s=i?Xt(e.length,Oe):[],l=s.length;for(var c in e)!t&&!De.call(e,c)||i&&("length"==c||r&&("offset"==c||"parent"==c)||o&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||Mo(c,l))||s.push(c);return s}function Zn(e){var t=e.length;return t?e[Ja(0,t-1)]:r}function ea(e,t){return Ho(Lr(e),ca(t,0,e.length))}function ta(e){return Ho(Lr(e))}function na(e,t,n){(n!==r&&!ji(e[t],n)||n===r&&!(t in e))&&sa(e,t,n)}function aa(e,t,n){var a=e[t];De.call(e,t)&&ji(a,n)&&(n!==r||t in e)||sa(e,t,n)}function ra(e,t){for(var n=e.length;n--;)if(ji(e[n][0],t))return n;return-1}function oa(e,t,n,a){return fa(e,(function(e,r,o){t(a,e,n(e),o)})),a}function ia(e,t){return e&&Sr(t,zs(t),e)}function sa(e,t,n){"__proto__"==t&&lt?lt(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function la(e,t){for(var n=-1,o=t.length,i=a(o),s=null==e;++n<o;)i[n]=s?r:Os(e,t[n]);return i}function ca(e,t,n){return e==e&&(n!==r&&(e=e<=n?e:n),t!==r&&(e=e>=t?e:t)),e}function ua(e,t,n,a,o,i){var s,l=1&t,c=2&t,u=4&t;if(n&&(s=o?n(e,a,o,i):n(e)),s!==r)return s;if(!as(e))return e;var d=Wi(e);if(d){if(s=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&De.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!l)return Lr(e,s)}else{var h=go(e),p=h==B||h==k;if(Ki(e))return Pr(e,l);if(h==w||h==_||p&&!o){if(s=c||p?{}:bo(e),!l)return c?function(e,t){return Sr(e,vo(e),t)}(e,function(e,t){return e&&Sr(t,xs(t),e)}(s,e)):function(e,t){return Sr(e,mo(e),t)}(e,ia(s,e))}else{if(!st[h])return o?e:{};s=function(e,t,n){var a=e.constructor;switch(t){case z:return Tr(e);case y:case M:return new a(+e);case x:return function(e,t){var n=t?Tr(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case D:case F:case H:case N:case R:case V:case Y:case j:case $:return wr(e,n);case P:return new a;case T:case L:return new a(e);case O:return function(e){var t=new e.constructor(e.source,me.exec(e));return t.lastIndex=e.lastIndex,t}(e);case A:return new a;case S:return r=e,Rn?we(Rn.call(r)):{}}var r}(e,h,l)}}i||(i=new Kn);var f=i.get(e);if(f)return f;i.set(e,s),cs(e)?e.forEach((function(a){s.add(ua(a,t,n,a,e,i))})):os(e)&&e.forEach((function(a,r){s.set(r,ua(a,t,n,r,e,i))}));var m=d?r:(u?c?io:oo:c?xs:zs)(e);return wt(m||e,(function(a,r){m&&(a=e[r=a]),aa(s,r,ua(a,t,n,r,e,i))})),s}function da(e,t,n){var a=n.length;if(null==e)return!a;for(e=we(e);a--;){var o=n[a],i=t[o],s=e[o];if(s===r&&!(o in e)||!i(s))return!1}return!0}function ha(e,t,n){if("function"!=typeof e)throw new Ae(o);return zo((function(){e.apply(r,n)}),t)}function pa(e,t,n,a){var r=-1,o=Lt,i=!0,s=e.length,l=[],c=t.length;if(!s)return l;n&&(t=Ct(t,Kt(n))),a?(o=St,i=!1):t.length>=200&&(o=Zt,i=!1,t=new Jn(t));e:for(;++r<s;){var u=e[r],d=null==n?u:n(u);if(u=a||0!==u?u:0,i&&d==d){for(var h=c;h--;)if(t[h]===d)continue e;l.push(u)}else o(t,d,a)||l.push(u)}return l}Yn.templateSettings={escape:Q,evaluate:Z,interpolate:ee,variable:"",imports:{_:Yn}},Yn.prototype=$n.prototype,Yn.prototype.constructor=Yn,Un.prototype=jn($n.prototype),Un.prototype.constructor=Un,Gn.prototype=jn($n.prototype),Gn.prototype.constructor=Gn,Wn.prototype.clear=function(){this.__data__=Ln?Ln(null):{},this.size=0},Wn.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Wn.prototype.get=function(e){var t=this.__data__;if(Ln){var n=t[e];return n===i?r:n}return De.call(t,e)?t[e]:r},Wn.prototype.has=function(e){var t=this.__data__;return Ln?t[e]!==r:De.call(t,e)},Wn.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Ln&&t===r?i:t,this},qn.prototype.clear=function(){this.__data__=[],this.size=0},qn.prototype.delete=function(e){var t=this.__data__,n=ra(t,e);return!(n<0)&&(n==t.length-1?t.pop():Je.call(t,n,1),--this.size,!0)},qn.prototype.get=function(e){var t=this.__data__,n=ra(t,e);return n<0?r:t[n][1]},qn.prototype.has=function(e){return ra(this.__data__,e)>-1},qn.prototype.set=function(e,t){var n=this.__data__,a=ra(n,e);return a<0?(++this.size,n.push([e,t])):n[a][1]=t,this},Xn.prototype.clear=function(){this.size=0,this.__data__={hash:new Wn,map:new(wn||qn),string:new Wn}},Xn.prototype.delete=function(e){var t=ho(this,e).delete(e);return this.size-=t?1:0,t},Xn.prototype.get=function(e){return ho(this,e).get(e)},Xn.prototype.has=function(e){return ho(this,e).has(e)},Xn.prototype.set=function(e,t){var n=ho(this,e),a=n.size;return n.set(e,t),this.size+=n.size==a?0:1,this},Jn.prototype.add=Jn.prototype.push=function(e){return this.__data__.set(e,i),this},Jn.prototype.has=function(e){return this.__data__.has(e)},Kn.prototype.clear=function(){this.__data__=new qn,this.size=0},Kn.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Kn.prototype.get=function(e){return this.__data__.get(e)},Kn.prototype.has=function(e){return this.__data__.has(e)},Kn.prototype.set=function(e,t){var n=this.__data__;if(n instanceof qn){var a=n.__data__;if(!wn||a.length<199)return a.push([e,t]),this.size=++n.size,this;n=this.__data__=new Xn(a)}return n.set(e,t),this.size=n.size,this};var fa=xr(Ia),ma=xr(Ba,!0);function va(e,t){var n=!0;return fa(e,(function(e,a,r){return n=!!t(e,a,r)})),n}function ga(e,t,n){for(var a=-1,o=e.length;++a<o;){var i=e[a],s=t(i);if(null!=s&&(l===r?s==s&&!ds(s):n(s,l)))var l=s,c=i}return c}function _a(e,t){var n=[];return fa(e,(function(e,a,r){t(e,a,r)&&n.push(e)})),n}function ba(e,t,n,a,r){var o=-1,i=e.length;for(n||(n=yo),r||(r=[]);++o<i;){var s=e[o];t>0&&n(s)?t>1?ba(s,t-1,n,a,r):zt(r,s):a||(r[r.length]=s)}return r}var ya=Dr(),Ma=Dr(!0);function Ia(e,t){return e&&ya(e,t,zs)}function Ba(e,t){return e&&Ma(e,t,zs)}function ka(e,t){return At(t,(function(t){return es(e[t])}))}function Pa(e,t){for(var n=0,a=(t=Mr(t,e)).length;null!=e&&n<a;)e=e[Ro(t[n++])];return n&&n==a?e:r}function Ta(e,t,n){var a=t(e);return Wi(e)?a:zt(a,n(e))}function wa(e){return null==e?e===r?"[object Undefined]":"[object Null]":nt&&nt in we(e)?function(e){var t=De.call(e,nt),n=e[nt];try{e[nt]=r;var a=!0}catch(e){}var o=Ne.call(e);a&&(t?e[nt]=n:delete e[nt]);return o}(e):function(e){return Ne.call(e)}(e)}function Ea(e,t){return e>t}function Oa(e,t){return null!=e&&De.call(e,t)}function Aa(e,t){return null!=e&&t in we(e)}function La(e,t,n){for(var o=n?St:Lt,i=e[0].length,s=e.length,l=s,c=a(s),u=1/0,d=[];l--;){var h=e[l];l&&t&&(h=Ct(h,Kt(t))),u=Mn(h.length,u),c[l]=!n&&(t||i>=120&&h.length>=120)?new Jn(l&&h):r}h=e[0];var p=-1,f=c[0];e:for(;++p<i&&d.length<u;){var m=h[p],v=t?t(m):m;if(m=n||0!==m?m:0,!(f?Zt(f,v):o(d,v,n))){for(l=s;--l;){var g=c[l];if(!(g?Zt(g,v):o(e[l],v,n)))continue e}f&&f.push(v),d.push(m)}}return d}function Sa(e,t,n){var a=null==(e=Ao(e,t=Mr(t,e)))?e:e[Ro(Zo(t))];return null==a?r:Pt(a,e,n)}function Ca(e){return rs(e)&&wa(e)==_}function za(e,t,n,a,o){return e===t||(null==e||null==t||!rs(e)&&!rs(t)?e!=e&&t!=t:function(e,t,n,a,o,i){var s=Wi(e),l=Wi(t),c=s?b:go(e),u=l?b:go(t),d=(c=c==_?w:c)==w,h=(u=u==_?w:u)==w,p=c==u;if(p&&Ki(e)){if(!Ki(t))return!1;s=!0,d=!1}if(p&&!d)return i||(i=new Kn),s||hs(e)?ao(e,t,n,a,o,i):function(e,t,n,a,r,o,i){switch(n){case x:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case z:return!(e.byteLength!=t.byteLength||!o(new Ue(e),new Ue(t)));case y:case M:case T:return ji(+e,+t);case I:return e.name==t.name&&e.message==t.message;case O:case L:return e==t+"";case P:var s=ln;case A:var l=1&a;if(s||(s=dn),e.size!=t.size&&!l)return!1;var c=i.get(e);if(c)return c==t;a|=2,i.set(e,t);var u=ao(s(e),s(t),a,r,o,i);return i.delete(e),u;case S:if(Rn)return Rn.call(e)==Rn.call(t)}return!1}(e,t,c,n,a,o,i);if(!(1&n)){var f=d&&De.call(e,"__wrapped__"),m=h&&De.call(t,"__wrapped__");if(f||m){var v=f?e.value():e,g=m?t.value():t;return i||(i=new Kn),o(v,g,n,a,i)}}if(!p)return!1;return i||(i=new Kn),function(e,t,n,a,o,i){var s=1&n,l=oo(e),c=l.length,u=oo(t).length;if(c!=u&&!s)return!1;var d=c;for(;d--;){var h=l[d];if(!(s?h in t:De.call(t,h)))return!1}var p=i.get(e),f=i.get(t);if(p&&f)return p==t&&f==e;var m=!0;i.set(e,t),i.set(t,e);var v=s;for(;++d<c;){var g=e[h=l[d]],_=t[h];if(a)var b=s?a(_,g,h,t,e,i):a(g,_,h,e,t,i);if(!(b===r?g===_||o(g,_,n,a,i):b)){m=!1;break}v||(v="constructor"==h)}if(m&&!v){var y=e.constructor,M=t.constructor;y==M||!("constructor"in e)||!("constructor"in t)||"function"==typeof y&&y instanceof y&&"function"==typeof M&&M instanceof M||(m=!1)}return i.delete(e),i.delete(t),m}(e,t,n,a,o,i)}(e,t,n,a,za,o))}function xa(e,t,n,a){var o=n.length,i=o,s=!a;if(null==e)return!i;for(e=we(e);o--;){var l=n[o];if(s&&l[2]?l[1]!==e[l[0]]:!(l[0]in e))return!1}for(;++o<i;){var c=(l=n[o])[0],u=e[c],d=l[1];if(s&&l[2]){if(u===r&&!(c in e))return!1}else{var h=new Kn;if(a)var p=a(u,d,c,e,t,h);if(!(p===r?za(d,u,3,a,h):p))return!1}}return!0}function Da(e){return!(!as(e)||(t=e,He&&He in t))&&(es(e)?Ye:_e).test(Vo(e));var t}function Fa(e){return"function"==typeof e?e:null==e?il:"object"==typeof e?Wi(e)?ja(e[0],e[1]):Ya(e):ml(e)}function Ha(e){if(!To(e))return bn(e);var t=[];for(var n in we(e))De.call(e,n)&&"constructor"!=n&&t.push(n);return t}function Na(e){if(!as(e))return function(e){var t=[];if(null!=e)for(var n in we(e))t.push(n);return t}(e);var t=To(e),n=[];for(var a in e)("constructor"!=a||!t&&De.call(e,a))&&n.push(a);return n}function Ra(e,t){return e<t}function Va(e,t){var n=-1,r=Xi(e)?a(e.length):[];return fa(e,(function(e,a,o){r[++n]=t(e,a,o)})),r}function Ya(e){var t=po(e);return 1==t.length&&t[0][2]?Eo(t[0][0],t[0][1]):function(n){return n===e||xa(n,e,t)}}function ja(e,t){return Bo(e)&&wo(t)?Eo(Ro(e),t):function(n){var a=Os(n,e);return a===r&&a===t?As(n,e):za(t,a,3)}}function $a(e,t,n,a,o){e!==t&&ya(t,(function(i,s){if(o||(o=new Kn),as(i))!function(e,t,n,a,o,i,s){var l=So(e,n),c=So(t,n),u=s.get(c);if(u)return void na(e,n,u);var d=i?i(l,c,n+"",e,t,s):r,h=d===r;if(h){var p=Wi(c),f=!p&&Ki(c),m=!p&&!f&&hs(c);d=c,p||f||m?Wi(l)?d=l:Ji(l)?d=Lr(l):f?(h=!1,d=Pr(c,!0)):m?(h=!1,d=wr(c,!0)):d=[]:ss(c)||Gi(c)?(d=l,Gi(l)?d=ys(l):as(l)&&!es(l)||(d=bo(c))):h=!1}h&&(s.set(c,d),o(d,c,a,i,s),s.delete(c));na(e,n,d)}(e,t,s,n,$a,a,o);else{var l=a?a(So(e,s),i,s+"",e,t,o):r;l===r&&(l=i),na(e,s,l)}}),xs)}function Ua(e,t){var n=e.length;if(n)return Mo(t+=t<0?n:0,n)?e[t]:r}function Ga(e,t,n){t=t.length?Ct(t,(function(e){return Wi(e)?function(t){return Pa(t,1===e.length?e[0]:e)}:e})):[il];var a=-1;t=Ct(t,Kt(uo()));var r=Va(e,(function(e,n,r){var o=Ct(t,(function(t){return t(e)}));return{criteria:o,index:++a,value:e}}));return function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}(r,(function(e,t){return function(e,t,n){var a=-1,r=e.criteria,o=t.criteria,i=r.length,s=n.length;for(;++a<i;){var l=Er(r[a],o[a]);if(l)return a>=s?l:l*("desc"==n[a]?-1:1)}return e.index-t.index}(e,t,n)}))}function Wa(e,t,n){for(var a=-1,r=t.length,o={};++a<r;){var i=t[a],s=Pa(e,i);n(s,i)&&tr(o,Mr(i,e),s)}return o}function qa(e,t,n,a){var r=a?Yt:Vt,o=-1,i=t.length,s=e;for(e===t&&(t=Lr(t)),n&&(s=Ct(e,Kt(n)));++o<i;)for(var l=0,c=t[o],u=n?n(c):c;(l=r(s,u,l,a))>-1;)s!==e&&Je.call(s,l,1),Je.call(e,l,1);return e}function Xa(e,t){for(var n=e?t.length:0,a=n-1;n--;){var r=t[n];if(n==a||r!==o){var o=r;Mo(r)?Je.call(e,r,1):pr(e,r)}}return e}function Ja(e,t){return e+gt(kn()*(t-e+1))}function Ka(e,t){var n="";if(!e||t<1||t>f)return n;do{t%2&&(n+=e),(t=gt(t/2))&&(e+=e)}while(t);return n}function Qa(e,t){return xo(Oo(e,t,il),e+"")}function Za(e){return Zn(js(e))}function er(e,t){var n=js(e);return Ho(n,ca(t,0,n.length))}function tr(e,t,n,a){if(!as(e))return e;for(var o=-1,i=(t=Mr(t,e)).length,s=i-1,l=e;null!=l&&++o<i;){var c=Ro(t[o]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return e;if(o!=s){var d=l[c];(u=a?a(d,c,l):r)===r&&(u=as(d)?d:Mo(t[o+1])?[]:{})}aa(l,c,u),l=l[c]}return e}var nr=Sn?function(e,t){return Sn.set(e,t),e}:il,ar=lt?function(e,t){return lt(e,"toString",{configurable:!0,enumerable:!1,value:al(t),writable:!0})}:il;function rr(e){return Ho(js(e))}function or(e,t,n){var r=-1,o=e.length;t<0&&(t=-t>o?0:o+t),(n=n>o?o:n)<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var i=a(o);++r<o;)i[r]=e[r+t];return i}function ir(e,t){var n;return fa(e,(function(e,a,r){return!(n=t(e,a,r))})),!!n}function sr(e,t,n){var a=0,r=null==e?a:e.length;if("number"==typeof t&&t==t&&r<=2147483647){for(;a<r;){var o=a+r>>>1,i=e[o];null!==i&&!ds(i)&&(n?i<=t:i<t)?a=o+1:r=o}return r}return lr(e,t,il,n)}function lr(e,t,n,a){var o=0,i=null==e?0:e.length;if(0===i)return 0;for(var s=(t=n(t))!=t,l=null===t,c=ds(t),u=t===r;o<i;){var d=gt((o+i)/2),h=n(e[d]),p=h!==r,f=null===h,m=h==h,v=ds(h);if(s)var g=a||m;else g=u?m&&(a||p):l?m&&p&&(a||!f):c?m&&p&&!f&&(a||!v):!f&&!v&&(a?h<=t:h<t);g?o=d+1:i=d}return Mn(i,4294967294)}function cr(e,t){for(var n=-1,a=e.length,r=0,o=[];++n<a;){var i=e[n],s=t?t(i):i;if(!n||!ji(s,l)){var l=s;o[r++]=0===i?0:i}}return o}function ur(e){return"number"==typeof e?e:ds(e)?m:+e}function dr(e){if("string"==typeof e)return e;if(Wi(e))return Ct(e,dr)+"";if(ds(e))return Vn?Vn.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function hr(e,t,n){var a=-1,r=Lt,o=e.length,i=!0,s=[],l=s;if(n)i=!1,r=St;else if(o>=200){var c=t?null:Kr(e);if(c)return dn(c);i=!1,r=Zt,l=new Jn}else l=t?[]:s;e:for(;++a<o;){var u=e[a],d=t?t(u):u;if(u=n||0!==u?u:0,i&&d==d){for(var h=l.length;h--;)if(l[h]===d)continue e;t&&l.push(d),s.push(u)}else r(l,d,n)||(l!==s&&l.push(d),s.push(u))}return s}function pr(e,t){return null==(e=Ao(e,t=Mr(t,e)))||delete e[Ro(Zo(t))]}function fr(e,t,n,a){return tr(e,t,n(Pa(e,t)),a)}function mr(e,t,n,a){for(var r=e.length,o=a?r:-1;(a?o--:++o<r)&&t(e[o],o,e););return n?or(e,a?0:o,a?o+1:r):or(e,a?o+1:0,a?r:o)}function vr(e,t){var n=e;return n instanceof Gn&&(n=n.value()),xt(t,(function(e,t){return t.func.apply(t.thisArg,zt([e],t.args))}),n)}function gr(e,t,n){var r=e.length;if(r<2)return r?hr(e[0]):[];for(var o=-1,i=a(r);++o<r;)for(var s=e[o],l=-1;++l<r;)l!=o&&(i[o]=pa(i[o]||s,e[l],t,n));return hr(ba(i,1),t,n)}function _r(e,t,n){for(var a=-1,o=e.length,i=t.length,s={};++a<o;){var l=a<i?t[a]:r;n(s,e[a],l)}return s}function br(e){return Ji(e)?e:[]}function yr(e){return"function"==typeof e?e:il}function Mr(e,t){return Wi(e)?e:Bo(e,t)?[e]:No(Ms(e))}var Ir=Qa;function Br(e,t,n){var a=e.length;return n=n===r?a:n,!t&&n>=a?e:or(e,t,n)}var kr=dt||function(e){return pt.clearTimeout(e)};function Pr(e,t){if(t)return e.slice();var n=e.length,a=Ge?Ge(n):new e.constructor(n);return e.copy(a),a}function Tr(e){var t=new e.constructor(e.byteLength);return new Ue(t).set(new Ue(e)),t}function wr(e,t){var n=t?Tr(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function Er(e,t){if(e!==t){var n=e!==r,a=null===e,o=e==e,i=ds(e),s=t!==r,l=null===t,c=t==t,u=ds(t);if(!l&&!u&&!i&&e>t||i&&s&&c&&!l&&!u||a&&s&&c||!n&&c||!o)return 1;if(!a&&!i&&!u&&e<t||u&&n&&o&&!a&&!i||l&&n&&o||!s&&o||!c)return-1}return 0}function Or(e,t,n,r){for(var o=-1,i=e.length,s=n.length,l=-1,c=t.length,u=yn(i-s,0),d=a(c+u),h=!r;++l<c;)d[l]=t[l];for(;++o<s;)(h||o<i)&&(d[n[o]]=e[o]);for(;u--;)d[l++]=e[o++];return d}function Ar(e,t,n,r){for(var o=-1,i=e.length,s=-1,l=n.length,c=-1,u=t.length,d=yn(i-l,0),h=a(d+u),p=!r;++o<d;)h[o]=e[o];for(var f=o;++c<u;)h[f+c]=t[c];for(;++s<l;)(p||o<i)&&(h[f+n[s]]=e[o++]);return h}function Lr(e,t){var n=-1,r=e.length;for(t||(t=a(r));++n<r;)t[n]=e[n];return t}function Sr(e,t,n,a){var o=!n;n||(n={});for(var i=-1,s=t.length;++i<s;){var l=t[i],c=a?a(n[l],e[l],l,n,e):r;c===r&&(c=e[l]),o?sa(n,l,c):aa(n,l,c)}return n}function Cr(e,t){return function(n,a){var r=Wi(n)?Tt:oa,o=t?t():{};return r(n,e,uo(a,2),o)}}function zr(e){return Qa((function(t,n){var a=-1,o=n.length,i=o>1?n[o-1]:r,s=o>2?n[2]:r;for(i=e.length>3&&"function"==typeof i?(o--,i):r,s&&Io(n[0],n[1],s)&&(i=o<3?r:i,o=1),t=we(t);++a<o;){var l=n[a];l&&e(t,l,a,i)}return t}))}function xr(e,t){return function(n,a){if(null==n)return n;if(!Xi(n))return e(n,a);for(var r=n.length,o=t?r:-1,i=we(n);(t?o--:++o<r)&&!1!==a(i[o],o,i););return n}}function Dr(e){return function(t,n,a){for(var r=-1,o=we(t),i=a(t),s=i.length;s--;){var l=i[e?s:++r];if(!1===n(o[l],l,o))break}return t}}function Fr(e){return function(t){var n=sn(t=Ms(t))?fn(t):r,a=n?n[0]:t.charAt(0),o=n?Br(n,1).join(""):t.slice(1);return a[e]()+o}}function Hr(e){return function(t){return xt(el(Gs(t).replace(Qe,"")),e,"")}}function Nr(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=jn(e.prototype),a=e.apply(n,t);return as(a)?a:n}}function Rr(e){return function(t,n,a){var o=we(t);if(!Xi(t)){var i=uo(n,3);t=zs(t),n=function(e){return i(o[e],e,o)}}var s=e(t,n,a);return s>-1?o[i?t[s]:s]:r}}function Vr(e){return ro((function(t){var n=t.length,a=n,i=Un.prototype.thru;for(e&&t.reverse();a--;){var s=t[a];if("function"!=typeof s)throw new Ae(o);if(i&&!l&&"wrapper"==lo(s))var l=new Un([],!0)}for(a=l?a:n;++a<n;){var c=lo(s=t[a]),u="wrapper"==c?so(s):r;l=u&&ko(u[0])&&424==u[1]&&!u[4].length&&1==u[9]?l[lo(u[0])].apply(l,u[3]):1==s.length&&ko(s)?l[c]():l.thru(s)}return function(){var e=arguments,a=e[0];if(l&&1==e.length&&Wi(a))return l.plant(a).value();for(var r=0,o=n?t[r].apply(this,e):a;++r<n;)o=t[r].call(this,o);return o}}))}function Yr(e,t,n,o,i,s,l,c,u,h){var p=t&d,f=1&t,m=2&t,v=24&t,g=512&t,_=m?r:Nr(e);return function r(){for(var d=arguments.length,b=a(d),y=d;y--;)b[y]=arguments[y];if(v)var M=co(r),I=nn(b,M);if(o&&(b=Or(b,o,i,v)),s&&(b=Ar(b,s,l,v)),d-=I,v&&d<h){var B=un(b,M);return Xr(e,t,Yr,r.placeholder,n,b,B,c,u,h-d)}var k=f?n:this,P=m?k[e]:e;return d=b.length,c?b=Lo(b,c):g&&d>1&&b.reverse(),p&&u<d&&(b.length=u),this&&this!==pt&&this instanceof r&&(P=_||Nr(P)),P.apply(k,b)}}function jr(e,t){return function(n,a){return function(e,t,n,a){return Ia(e,(function(e,r,o){t(a,n(e),r,o)})),a}(n,e,t(a),{})}}function $r(e,t){return function(n,a){var o;if(n===r&&a===r)return t;if(n!==r&&(o=n),a!==r){if(o===r)return a;"string"==typeof n||"string"==typeof a?(n=dr(n),a=dr(a)):(n=ur(n),a=ur(a)),o=e(n,a)}return o}}function Ur(e){return ro((function(t){return t=Ct(t,Kt(uo())),Qa((function(n){var a=this;return e(t,(function(e){return Pt(e,a,n)}))}))}))}function Gr(e,t){var n=(t=t===r?" ":dr(t)).length;if(n<2)return n?Ka(t,e):t;var a=Ka(t,mt(e/pn(t)));return sn(t)?Br(fn(a),0,e).join(""):a.slice(0,e)}function Wr(e){return function(t,n,o){return o&&"number"!=typeof o&&Io(t,n,o)&&(n=o=r),t=vs(t),n===r?(n=t,t=0):n=vs(n),function(e,t,n,r){for(var o=-1,i=yn(mt((t-e)/(n||1)),0),s=a(i);i--;)s[r?i:++o]=e,e+=n;return s}(t,n,o=o===r?t<n?1:-1:vs(o),e)}}function qr(e){return function(t,n){return"string"==typeof t&&"string"==typeof n||(t=bs(t),n=bs(n)),e(t,n)}}function Xr(e,t,n,a,o,i,s,l,d,h){var p=8&t;t|=p?c:u,4&(t&=~(p?u:c))||(t&=-4);var f=[e,t,o,p?i:r,p?s:r,p?r:i,p?r:s,l,d,h],m=n.apply(r,f);return ko(e)&&Co(m,f),m.placeholder=a,Do(m,e,t)}function Jr(e){var t=Te[e];return function(e,n){if(e=bs(e),(n=null==n?0:Mn(gs(n),292))&&Gt(e)){var a=(Ms(e)+"e").split("e");return+((a=(Ms(t(a[0]+"e"+(+a[1]+n)))+"e").split("e"))[0]+"e"+(+a[1]-n))}return t(e)}}var Kr=On&&1/dn(new On([,-0]))[1]==p?function(e){return new On(e)}:dl;function Qr(e){return function(t){var n=go(t);return n==P?ln(t):n==A?hn(t):function(e,t){return Ct(t,(function(t){return[t,e[t]]}))}(t,e(t))}}function Zr(e,t,n,i,p,f,m,v){var g=2&t;if(!g&&"function"!=typeof e)throw new Ae(o);var _=i?i.length:0;if(_||(t&=-97,i=p=r),m=m===r?m:yn(gs(m),0),v=v===r?v:gs(v),_-=p?p.length:0,t&u){var b=i,y=p;i=p=r}var M=g?r:so(e),I=[e,t,n,i,p,b,y,f,m,v];if(M&&function(e,t){var n=e[1],a=t[1],r=n|a,o=r<131,i=a==d&&8==n||a==d&&n==h&&e[7].length<=t[8]||384==a&&t[7].length<=t[8]&&8==n;if(!o&&!i)return e;1&a&&(e[2]=t[2],r|=1&n?0:4);var l=t[3];if(l){var c=e[3];e[3]=c?Or(c,l,t[4]):l,e[4]=c?un(e[3],s):t[4]}(l=t[5])&&(c=e[5],e[5]=c?Ar(c,l,t[6]):l,e[6]=c?un(e[5],s):t[6]);(l=t[7])&&(e[7]=l);a&d&&(e[8]=null==e[8]?t[8]:Mn(e[8],t[8]));null==e[9]&&(e[9]=t[9]);e[0]=t[0],e[1]=r}(I,M),e=I[0],t=I[1],n=I[2],i=I[3],p=I[4],!(v=I[9]=I[9]===r?g?0:e.length:yn(I[9]-_,0))&&24&t&&(t&=-25),t&&1!=t)B=8==t||t==l?function(e,t,n){var o=Nr(e);return function i(){for(var s=arguments.length,l=a(s),c=s,u=co(i);c--;)l[c]=arguments[c];var d=s<3&&l[0]!==u&&l[s-1]!==u?[]:un(l,u);return(s-=d.length)<n?Xr(e,t,Yr,i.placeholder,r,l,d,r,r,n-s):Pt(this&&this!==pt&&this instanceof i?o:e,this,l)}}(e,t,v):t!=c&&33!=t||p.length?Yr.apply(r,I):function(e,t,n,r){var o=1&t,i=Nr(e);return function t(){for(var s=-1,l=arguments.length,c=-1,u=r.length,d=a(u+l),h=this&&this!==pt&&this instanceof t?i:e;++c<u;)d[c]=r[c];for(;l--;)d[c++]=arguments[++s];return Pt(h,o?n:this,d)}}(e,t,n,i);else var B=function(e,t,n){var a=1&t,r=Nr(e);return function t(){return(this&&this!==pt&&this instanceof t?r:e).apply(a?n:this,arguments)}}(e,t,n);return Do((M?nr:Co)(B,I),e,t)}function eo(e,t,n,a){return e===r||ji(e,Ce[n])&&!De.call(a,n)?t:e}function to(e,t,n,a,o,i){return as(e)&&as(t)&&(i.set(t,e),$a(e,t,r,to,i),i.delete(t)),e}function no(e){return ss(e)?r:e}function ao(e,t,n,a,o,i){var s=1&n,l=e.length,c=t.length;if(l!=c&&!(s&&c>l))return!1;var u=i.get(e),d=i.get(t);if(u&&d)return u==t&&d==e;var h=-1,p=!0,f=2&n?new Jn:r;for(i.set(e,t),i.set(t,e);++h<l;){var m=e[h],v=t[h];if(a)var g=s?a(v,m,h,t,e,i):a(m,v,h,e,t,i);if(g!==r){if(g)continue;p=!1;break}if(f){if(!Ft(t,(function(e,t){if(!Zt(f,t)&&(m===e||o(m,e,n,a,i)))return f.push(t)}))){p=!1;break}}else if(m!==v&&!o(m,v,n,a,i)){p=!1;break}}return i.delete(e),i.delete(t),p}function ro(e){return xo(Oo(e,r,qo),e+"")}function oo(e){return Ta(e,zs,mo)}function io(e){return Ta(e,xs,vo)}var so=Sn?function(e){return Sn.get(e)}:dl;function lo(e){for(var t=e.name+"",n=Cn[t],a=De.call(Cn,t)?n.length:0;a--;){var r=n[a],o=r.func;if(null==o||o==e)return r.name}return t}function co(e){return(De.call(Yn,"placeholder")?Yn:e).placeholder}function uo(){var e=Yn.iteratee||sl;return e=e===sl?Fa:e,arguments.length?e(arguments[0],arguments[1]):e}function ho(e,t){var n,a,r=e.__data__;return("string"==(a=typeof(n=t))||"number"==a||"symbol"==a||"boolean"==a?"__proto__"!==n:null===n)?r["string"==typeof t?"string":"hash"]:r.map}function po(e){for(var t=zs(e),n=t.length;n--;){var a=t[n],r=e[a];t[n]=[a,r,wo(r)]}return t}function fo(e,t){var n=function(e,t){return null==e?r:e[t]}(e,t);return Da(n)?n:r}var mo=_t?function(e){return null==e?[]:(e=we(e),At(_t(e),(function(t){return Xe.call(e,t)})))}:_l,vo=_t?function(e){for(var t=[];e;)zt(t,mo(e)),e=We(e);return t}:_l,go=wa;function _o(e,t,n){for(var a=-1,r=(t=Mr(t,e)).length,o=!1;++a<r;){var i=Ro(t[a]);if(!(o=null!=e&&n(e,i)))break;e=e[i]}return o||++a!=r?o:!!(r=null==e?0:e.length)&&ns(r)&&Mo(i,r)&&(Wi(e)||Gi(e))}function bo(e){return"function"!=typeof e.constructor||To(e)?{}:jn(We(e))}function yo(e){return Wi(e)||Gi(e)||!!(Ke&&e&&e[Ke])}function Mo(e,t){var n=typeof e;return!!(t=null==t?f:t)&&("number"==n||"symbol"!=n&&ye.test(e))&&e>-1&&e%1==0&&e<t}function Io(e,t,n){if(!as(n))return!1;var a=typeof t;return!!("number"==a?Xi(n)&&Mo(t,n.length):"string"==a&&t in n)&&ji(n[t],e)}function Bo(e,t){if(Wi(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!ds(e))||(ne.test(e)||!te.test(e)||null!=t&&e in we(t))}function ko(e){var t=lo(e),n=Yn[t];if("function"!=typeof n||!(t in Gn.prototype))return!1;if(e===n)return!0;var a=so(n);return!!a&&e===a[0]}(Tn&&go(new Tn(new ArrayBuffer(1)))!=x||wn&&go(new wn)!=P||En&&go(En.resolve())!=E||On&&go(new On)!=A||An&&go(new An)!=C)&&(go=function(e){var t=wa(e),n=t==w?e.constructor:r,a=n?Vo(n):"";if(a)switch(a){case zn:return x;case xn:return P;case Dn:return E;case Fn:return A;case Hn:return C}return t});var Po=ze?es:bl;function To(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Ce)}function wo(e){return e==e&&!as(e)}function Eo(e,t){return function(n){return null!=n&&(n[e]===t&&(t!==r||e in we(n)))}}function Oo(e,t,n){return t=yn(t===r?e.length-1:t,0),function(){for(var r=arguments,o=-1,i=yn(r.length-t,0),s=a(i);++o<i;)s[o]=r[t+o];o=-1;for(var l=a(t+1);++o<t;)l[o]=r[o];return l[t]=n(s),Pt(e,this,l)}}function Ao(e,t){return t.length<2?e:Pa(e,or(t,0,-1))}function Lo(e,t){for(var n=e.length,a=Mn(t.length,n),o=Lr(e);a--;){var i=t[a];e[a]=Mo(i,n)?o[i]:r}return e}function So(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var Co=Fo(nr),zo=ft||function(e,t){return pt.setTimeout(e,t)},xo=Fo(ar);function Do(e,t,n){var a=t+"";return xo(e,function(e,t){var n=t.length;if(!n)return e;var a=n-1;return t[a]=(n>1?"& ":"")+t[a],t=t.join(n>2?", ":" "),e.replace(le,"{\n/* [wrapped with "+t+"] */\n")}(a,function(e,t){return wt(g,(function(n){var a="_."+n[0];t&n[1]&&!Lt(e,a)&&e.push(a)})),e.sort()}(function(e){var t=e.match(ce);return t?t[1].split(ue):[]}(a),n)))}function Fo(e){var t=0,n=0;return function(){var a=In(),o=16-(a-n);if(n=a,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(r,arguments)}}function Ho(e,t){var n=-1,a=e.length,o=a-1;for(t=t===r?a:t;++n<t;){var i=Ja(n,o),s=e[i];e[i]=e[n],e[n]=s}return e.length=t,e}var No=function(e){var t=Fi(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(ae,(function(e,n,a,r){t.push(a?r.replace(pe,"$1"):n||e)})),t}));function Ro(e){if("string"==typeof e||ds(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function Vo(e){if(null!=e){try{return xe.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function Yo(e){if(e instanceof Gn)return e.clone();var t=new Un(e.__wrapped__,e.__chain__);return t.__actions__=Lr(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var jo=Qa((function(e,t){return Ji(e)?pa(e,ba(t,1,Ji,!0)):[]})),$o=Qa((function(e,t){var n=Zo(t);return Ji(n)&&(n=r),Ji(e)?pa(e,ba(t,1,Ji,!0),uo(n,2)):[]})),Uo=Qa((function(e,t){var n=Zo(t);return Ji(n)&&(n=r),Ji(e)?pa(e,ba(t,1,Ji,!0),r,n):[]}));function Go(e,t,n){var a=null==e?0:e.length;if(!a)return-1;var r=null==n?0:gs(n);return r<0&&(r=yn(a+r,0)),Rt(e,uo(t,3),r)}function Wo(e,t,n){var a=null==e?0:e.length;if(!a)return-1;var o=a-1;return n!==r&&(o=gs(n),o=n<0?yn(a+o,0):Mn(o,a-1)),Rt(e,uo(t,3),o,!0)}function qo(e){return(null==e?0:e.length)?ba(e,1):[]}function Xo(e){return e&&e.length?e[0]:r}var Jo=Qa((function(e){var t=Ct(e,br);return t.length&&t[0]===e[0]?La(t):[]})),Ko=Qa((function(e){var t=Zo(e),n=Ct(e,br);return t===Zo(n)?t=r:n.pop(),n.length&&n[0]===e[0]?La(n,uo(t,2)):[]})),Qo=Qa((function(e){var t=Zo(e),n=Ct(e,br);return(t="function"==typeof t?t:r)&&n.pop(),n.length&&n[0]===e[0]?La(n,r,t):[]}));function Zo(e){var t=null==e?0:e.length;return t?e[t-1]:r}var ei=Qa(ti);function ti(e,t){return e&&e.length&&t&&t.length?qa(e,t):e}var ni=ro((function(e,t){var n=null==e?0:e.length,a=la(e,t);return Xa(e,Ct(t,(function(e){return Mo(e,n)?+e:e})).sort(Er)),a}));function ai(e){return null==e?e:Pn.call(e)}var ri=Qa((function(e){return hr(ba(e,1,Ji,!0))})),oi=Qa((function(e){var t=Zo(e);return Ji(t)&&(t=r),hr(ba(e,1,Ji,!0),uo(t,2))})),ii=Qa((function(e){var t=Zo(e);return t="function"==typeof t?t:r,hr(ba(e,1,Ji,!0),r,t)}));function si(e){if(!e||!e.length)return[];var t=0;return e=At(e,(function(e){if(Ji(e))return t=yn(e.length,t),!0})),Xt(t,(function(t){return Ct(e,Ut(t))}))}function li(e,t){if(!e||!e.length)return[];var n=si(e);return null==t?n:Ct(n,(function(e){return Pt(t,r,e)}))}var ci=Qa((function(e,t){return Ji(e)?pa(e,t):[]})),ui=Qa((function(e){return gr(At(e,Ji))})),di=Qa((function(e){var t=Zo(e);return Ji(t)&&(t=r),gr(At(e,Ji),uo(t,2))})),hi=Qa((function(e){var t=Zo(e);return t="function"==typeof t?t:r,gr(At(e,Ji),r,t)})),pi=Qa(si);var fi=Qa((function(e){var t=e.length,n=t>1?e[t-1]:r;return n="function"==typeof n?(e.pop(),n):r,li(e,n)}));function mi(e){var t=Yn(e);return t.__chain__=!0,t}function vi(e,t){return t(e)}var gi=ro((function(e){var t=e.length,n=t?e[0]:0,a=this.__wrapped__,o=function(t){return la(t,e)};return!(t>1||this.__actions__.length)&&a instanceof Gn&&Mo(n)?((a=a.slice(n,+n+(t?1:0))).__actions__.push({func:vi,args:[o],thisArg:r}),new Un(a,this.__chain__).thru((function(e){return t&&!e.length&&e.push(r),e}))):this.thru(o)}));var _i=Cr((function(e,t,n){De.call(e,n)?++e[n]:sa(e,n,1)}));var bi=Rr(Go),yi=Rr(Wo);function Mi(e,t){return(Wi(e)?wt:fa)(e,uo(t,3))}function Ii(e,t){return(Wi(e)?Et:ma)(e,uo(t,3))}var Bi=Cr((function(e,t,n){De.call(e,n)?e[n].push(t):sa(e,n,[t])}));var ki=Qa((function(e,t,n){var r=-1,o="function"==typeof t,i=Xi(e)?a(e.length):[];return fa(e,(function(e){i[++r]=o?Pt(t,e,n):Sa(e,t,n)})),i})),Pi=Cr((function(e,t,n){sa(e,n,t)}));function Ti(e,t){return(Wi(e)?Ct:Va)(e,uo(t,3))}var wi=Cr((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var Ei=Qa((function(e,t){if(null==e)return[];var n=t.length;return n>1&&Io(e,t[0],t[1])?t=[]:n>2&&Io(t[0],t[1],t[2])&&(t=[t[0]]),Ga(e,ba(t,1),[])})),Oi=ht||function(){return pt.Date.now()};function Ai(e,t,n){return t=n?r:t,t=e&&null==t?e.length:t,Zr(e,d,r,r,r,r,t)}function Li(e,t){var n;if("function"!=typeof t)throw new Ae(o);return e=gs(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=r),n}}var Si=Qa((function(e,t,n){var a=1;if(n.length){var r=un(n,co(Si));a|=c}return Zr(e,a,t,n,r)})),Ci=Qa((function(e,t,n){var a=3;if(n.length){var r=un(n,co(Ci));a|=c}return Zr(t,a,e,n,r)}));function zi(e,t,n){var a,i,s,l,c,u,d=0,h=!1,p=!1,f=!0;if("function"!=typeof e)throw new Ae(o);function m(t){var n=a,o=i;return a=i=r,d=t,l=e.apply(o,n)}function v(e){return d=e,c=zo(_,t),h?m(e):l}function g(e){var n=e-u;return u===r||n>=t||n<0||p&&e-d>=s}function _(){var e=Oi();if(g(e))return b(e);c=zo(_,function(e){var n=t-(e-u);return p?Mn(n,s-(e-d)):n}(e))}function b(e){return c=r,f&&a?m(e):(a=i=r,l)}function y(){var e=Oi(),n=g(e);if(a=arguments,i=this,u=e,n){if(c===r)return v(u);if(p)return kr(c),c=zo(_,t),m(u)}return c===r&&(c=zo(_,t)),l}return t=bs(t)||0,as(n)&&(h=!!n.leading,s=(p="maxWait"in n)?yn(bs(n.maxWait)||0,t):s,f="trailing"in n?!!n.trailing:f),y.cancel=function(){c!==r&&kr(c),d=0,a=u=i=c=r},y.flush=function(){return c===r?l:b(Oi())},y}var xi=Qa((function(e,t){return ha(e,1,t)})),Di=Qa((function(e,t,n){return ha(e,bs(t)||0,n)}));function Fi(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Ae(o);var n=function(){var a=arguments,r=t?t.apply(this,a):a[0],o=n.cache;if(o.has(r))return o.get(r);var i=e.apply(this,a);return n.cache=o.set(r,i)||o,i};return n.cache=new(Fi.Cache||Xn),n}function Hi(e){if("function"!=typeof e)throw new Ae(o);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Fi.Cache=Xn;var Ni=Ir((function(e,t){var n=(t=1==t.length&&Wi(t[0])?Ct(t[0],Kt(uo())):Ct(ba(t,1),Kt(uo()))).length;return Qa((function(a){for(var r=-1,o=Mn(a.length,n);++r<o;)a[r]=t[r].call(this,a[r]);return Pt(e,this,a)}))})),Ri=Qa((function(e,t){var n=un(t,co(Ri));return Zr(e,c,r,t,n)})),Vi=Qa((function(e,t){var n=un(t,co(Vi));return Zr(e,u,r,t,n)})),Yi=ro((function(e,t){return Zr(e,h,r,r,r,t)}));function ji(e,t){return e===t||e!=e&&t!=t}var $i=qr(Ea),Ui=qr((function(e,t){return e>=t})),Gi=Ca(function(){return arguments}())?Ca:function(e){return rs(e)&&De.call(e,"callee")&&!Xe.call(e,"callee")},Wi=a.isArray,qi=bt?Kt(bt):function(e){return rs(e)&&wa(e)==z};function Xi(e){return null!=e&&ns(e.length)&&!es(e)}function Ji(e){return rs(e)&&Xi(e)}var Ki=Ht||bl,Qi=yt?Kt(yt):function(e){return rs(e)&&wa(e)==M};function Zi(e){if(!rs(e))return!1;var t=wa(e);return t==I||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!ss(e)}function es(e){if(!as(e))return!1;var t=wa(e);return t==B||t==k||"[object AsyncFunction]"==t||"[object Proxy]"==t}function ts(e){return"number"==typeof e&&e==gs(e)}function ns(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=f}function as(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function rs(e){return null!=e&&"object"==typeof e}var os=Mt?Kt(Mt):function(e){return rs(e)&&go(e)==P};function is(e){return"number"==typeof e||rs(e)&&wa(e)==T}function ss(e){if(!rs(e)||wa(e)!=w)return!1;var t=We(e);if(null===t)return!0;var n=De.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&xe.call(n)==Re}var ls=It?Kt(It):function(e){return rs(e)&&wa(e)==O};var cs=Bt?Kt(Bt):function(e){return rs(e)&&go(e)==A};function us(e){return"string"==typeof e||!Wi(e)&&rs(e)&&wa(e)==L}function ds(e){return"symbol"==typeof e||rs(e)&&wa(e)==S}var hs=kt?Kt(kt):function(e){return rs(e)&&ns(e.length)&&!!it[wa(e)]};var ps=qr(Ra),fs=qr((function(e,t){return e<=t}));function ms(e){if(!e)return[];if(Xi(e))return us(e)?fn(e):Lr(e);if(et&&e[et])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[et]());var t=go(e);return(t==P?ln:t==A?dn:js)(e)}function vs(e){return e?(e=bs(e))===p||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function gs(e){var t=vs(e),n=t%1;return t==t?n?t-n:t:0}function _s(e){return e?ca(gs(e),0,v):0}function bs(e){if("number"==typeof e)return e;if(ds(e))return m;if(as(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=as(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Jt(e);var n=ge.test(e);return n||be.test(e)?ut(e.slice(2),n?2:8):ve.test(e)?m:+e}function ys(e){return Sr(e,xs(e))}function Ms(e){return null==e?"":dr(e)}var Is=zr((function(e,t){if(To(t)||Xi(t))Sr(t,zs(t),e);else for(var n in t)De.call(t,n)&&aa(e,n,t[n])})),Bs=zr((function(e,t){Sr(t,xs(t),e)})),ks=zr((function(e,t,n,a){Sr(t,xs(t),e,a)})),Ps=zr((function(e,t,n,a){Sr(t,zs(t),e,a)})),Ts=ro(la);var ws=Qa((function(e,t){e=we(e);var n=-1,a=t.length,o=a>2?t[2]:r;for(o&&Io(t[0],t[1],o)&&(a=1);++n<a;)for(var i=t[n],s=xs(i),l=-1,c=s.length;++l<c;){var u=s[l],d=e[u];(d===r||ji(d,Ce[u])&&!De.call(e,u))&&(e[u]=i[u])}return e})),Es=Qa((function(e){return e.push(r,to),Pt(Fs,r,e)}));function Os(e,t,n){var a=null==e?r:Pa(e,t);return a===r?n:a}function As(e,t){return null!=e&&_o(e,t,Aa)}var Ls=jr((function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=Ne.call(t)),e[t]=n}),al(il)),Ss=jr((function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=Ne.call(t)),De.call(e,t)?e[t].push(n):e[t]=[n]}),uo),Cs=Qa(Sa);function zs(e){return Xi(e)?Qn(e):Ha(e)}function xs(e){return Xi(e)?Qn(e,!0):Na(e)}var Ds=zr((function(e,t,n){$a(e,t,n)})),Fs=zr((function(e,t,n,a){$a(e,t,n,a)})),Hs=ro((function(e,t){var n={};if(null==e)return n;var a=!1;t=Ct(t,(function(t){return t=Mr(t,e),a||(a=t.length>1),t})),Sr(e,io(e),n),a&&(n=ua(n,7,no));for(var r=t.length;r--;)pr(n,t[r]);return n}));var Ns=ro((function(e,t){return null==e?{}:function(e,t){return Wa(e,t,(function(t,n){return As(e,n)}))}(e,t)}));function Rs(e,t){if(null==e)return{};var n=Ct(io(e),(function(e){return[e]}));return t=uo(t),Wa(e,n,(function(e,n){return t(e,n[0])}))}var Vs=Qr(zs),Ys=Qr(xs);function js(e){return null==e?[]:Qt(e,zs(e))}var $s=Hr((function(e,t,n){return t=t.toLowerCase(),e+(n?Us(t):t)}));function Us(e){return Zs(Ms(e).toLowerCase())}function Gs(e){return(e=Ms(e))&&e.replace(Me,an).replace(Ze,"")}var Ws=Hr((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),qs=Hr((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Xs=Fr("toLowerCase");var Js=Hr((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Ks=Hr((function(e,t,n){return e+(n?" ":"")+Zs(t)}));var Qs=Hr((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Zs=Fr("toUpperCase");function el(e,t,n){return e=Ms(e),(t=n?r:t)===r?function(e){return at.test(e)}(e)?function(e){return e.match(tt)||[]}(e):function(e){return e.match(de)||[]}(e):e.match(t)||[]}var tl=Qa((function(e,t){try{return Pt(e,r,t)}catch(e){return Zi(e)?e:new ke(e)}})),nl=ro((function(e,t){return wt(t,(function(t){t=Ro(t),sa(e,t,Si(e[t],e))})),e}));function al(e){return function(){return e}}var rl=Vr(),ol=Vr(!0);function il(e){return e}function sl(e){return Fa("function"==typeof e?e:ua(e,1))}var ll=Qa((function(e,t){return function(n){return Sa(n,e,t)}})),cl=Qa((function(e,t){return function(n){return Sa(e,n,t)}}));function ul(e,t,n){var a=zs(t),r=ka(t,a);null!=n||as(t)&&(r.length||!a.length)||(n=t,t=e,e=this,r=ka(t,zs(t)));var o=!(as(n)&&"chain"in n&&!n.chain),i=es(e);return wt(r,(function(n){var a=t[n];e[n]=a,i&&(e.prototype[n]=function(){var t=this.__chain__;if(o||t){var n=e(this.__wrapped__),r=n.__actions__=Lr(this.__actions__);return r.push({func:a,args:arguments,thisArg:e}),n.__chain__=t,n}return a.apply(e,zt([this.value()],arguments))})})),e}function dl(){}var hl=Ur(Ct),pl=Ur(Ot),fl=Ur(Ft);function ml(e){return Bo(e)?Ut(Ro(e)):function(e){return function(t){return Pa(t,e)}}(e)}var vl=Wr(),gl=Wr(!0);function _l(){return[]}function bl(){return!1}var yl=$r((function(e,t){return e+t}),0),Ml=Jr("ceil"),Il=$r((function(e,t){return e/t}),1),Bl=Jr("floor");var kl,Pl=$r((function(e,t){return e*t}),1),Tl=Jr("round"),wl=$r((function(e,t){return e-t}),0);return Yn.after=function(e,t){if("function"!=typeof t)throw new Ae(o);return e=gs(e),function(){if(--e<1)return t.apply(this,arguments)}},Yn.ary=Ai,Yn.assign=Is,Yn.assignIn=Bs,Yn.assignInWith=ks,Yn.assignWith=Ps,Yn.at=Ts,Yn.before=Li,Yn.bind=Si,Yn.bindAll=nl,Yn.bindKey=Ci,Yn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Wi(e)?e:[e]},Yn.chain=mi,Yn.chunk=function(e,t,n){t=(n?Io(e,t,n):t===r)?1:yn(gs(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var i=0,s=0,l=a(mt(o/t));i<o;)l[s++]=or(e,i,i+=t);return l},Yn.compact=function(e){for(var t=-1,n=null==e?0:e.length,a=0,r=[];++t<n;){var o=e[t];o&&(r[a++]=o)}return r},Yn.concat=function(){var e=arguments.length;if(!e)return[];for(var t=a(e-1),n=arguments[0],r=e;r--;)t[r-1]=arguments[r];return zt(Wi(n)?Lr(n):[n],ba(t,1))},Yn.cond=function(e){var t=null==e?0:e.length,n=uo();return e=t?Ct(e,(function(e){if("function"!=typeof e[1])throw new Ae(o);return[n(e[0]),e[1]]})):[],Qa((function(n){for(var a=-1;++a<t;){var r=e[a];if(Pt(r[0],this,n))return Pt(r[1],this,n)}}))},Yn.conforms=function(e){return function(e){var t=zs(e);return function(n){return da(n,e,t)}}(ua(e,1))},Yn.constant=al,Yn.countBy=_i,Yn.create=function(e,t){var n=jn(e);return null==t?n:ia(n,t)},Yn.curry=function e(t,n,a){var o=Zr(t,8,r,r,r,r,r,n=a?r:n);return o.placeholder=e.placeholder,o},Yn.curryRight=function e(t,n,a){var o=Zr(t,l,r,r,r,r,r,n=a?r:n);return o.placeholder=e.placeholder,o},Yn.debounce=zi,Yn.defaults=ws,Yn.defaultsDeep=Es,Yn.defer=xi,Yn.delay=Di,Yn.difference=jo,Yn.differenceBy=$o,Yn.differenceWith=Uo,Yn.drop=function(e,t,n){var a=null==e?0:e.length;return a?or(e,(t=n||t===r?1:gs(t))<0?0:t,a):[]},Yn.dropRight=function(e,t,n){var a=null==e?0:e.length;return a?or(e,0,(t=a-(t=n||t===r?1:gs(t)))<0?0:t):[]},Yn.dropRightWhile=function(e,t){return e&&e.length?mr(e,uo(t,3),!0,!0):[]},Yn.dropWhile=function(e,t){return e&&e.length?mr(e,uo(t,3),!0):[]},Yn.fill=function(e,t,n,a){var o=null==e?0:e.length;return o?(n&&"number"!=typeof n&&Io(e,t,n)&&(n=0,a=o),function(e,t,n,a){var o=e.length;for((n=gs(n))<0&&(n=-n>o?0:o+n),(a=a===r||a>o?o:gs(a))<0&&(a+=o),a=n>a?0:_s(a);n<a;)e[n++]=t;return e}(e,t,n,a)):[]},Yn.filter=function(e,t){return(Wi(e)?At:_a)(e,uo(t,3))},Yn.flatMap=function(e,t){return ba(Ti(e,t),1)},Yn.flatMapDeep=function(e,t){return ba(Ti(e,t),p)},Yn.flatMapDepth=function(e,t,n){return n=n===r?1:gs(n),ba(Ti(e,t),n)},Yn.flatten=qo,Yn.flattenDeep=function(e){return(null==e?0:e.length)?ba(e,p):[]},Yn.flattenDepth=function(e,t){return(null==e?0:e.length)?ba(e,t=t===r?1:gs(t)):[]},Yn.flip=function(e){return Zr(e,512)},Yn.flow=rl,Yn.flowRight=ol,Yn.fromPairs=function(e){for(var t=-1,n=null==e?0:e.length,a={};++t<n;){var r=e[t];a[r[0]]=r[1]}return a},Yn.functions=function(e){return null==e?[]:ka(e,zs(e))},Yn.functionsIn=function(e){return null==e?[]:ka(e,xs(e))},Yn.groupBy=Bi,Yn.initial=function(e){return(null==e?0:e.length)?or(e,0,-1):[]},Yn.intersection=Jo,Yn.intersectionBy=Ko,Yn.intersectionWith=Qo,Yn.invert=Ls,Yn.invertBy=Ss,Yn.invokeMap=ki,Yn.iteratee=sl,Yn.keyBy=Pi,Yn.keys=zs,Yn.keysIn=xs,Yn.map=Ti,Yn.mapKeys=function(e,t){var n={};return t=uo(t,3),Ia(e,(function(e,a,r){sa(n,t(e,a,r),e)})),n},Yn.mapValues=function(e,t){var n={};return t=uo(t,3),Ia(e,(function(e,a,r){sa(n,a,t(e,a,r))})),n},Yn.matches=function(e){return Ya(ua(e,1))},Yn.matchesProperty=function(e,t){return ja(e,ua(t,1))},Yn.memoize=Fi,Yn.merge=Ds,Yn.mergeWith=Fs,Yn.method=ll,Yn.methodOf=cl,Yn.mixin=ul,Yn.negate=Hi,Yn.nthArg=function(e){return e=gs(e),Qa((function(t){return Ua(t,e)}))},Yn.omit=Hs,Yn.omitBy=function(e,t){return Rs(e,Hi(uo(t)))},Yn.once=function(e){return Li(2,e)},Yn.orderBy=function(e,t,n,a){return null==e?[]:(Wi(t)||(t=null==t?[]:[t]),Wi(n=a?r:n)||(n=null==n?[]:[n]),Ga(e,t,n))},Yn.over=hl,Yn.overArgs=Ni,Yn.overEvery=pl,Yn.overSome=fl,Yn.partial=Ri,Yn.partialRight=Vi,Yn.partition=wi,Yn.pick=Ns,Yn.pickBy=Rs,Yn.property=ml,Yn.propertyOf=function(e){return function(t){return null==e?r:Pa(e,t)}},Yn.pull=ei,Yn.pullAll=ti,Yn.pullAllBy=function(e,t,n){return e&&e.length&&t&&t.length?qa(e,t,uo(n,2)):e},Yn.pullAllWith=function(e,t,n){return e&&e.length&&t&&t.length?qa(e,t,r,n):e},Yn.pullAt=ni,Yn.range=vl,Yn.rangeRight=gl,Yn.rearg=Yi,Yn.reject=function(e,t){return(Wi(e)?At:_a)(e,Hi(uo(t,3)))},Yn.remove=function(e,t){var n=[];if(!e||!e.length)return n;var a=-1,r=[],o=e.length;for(t=uo(t,3);++a<o;){var i=e[a];t(i,a,e)&&(n.push(i),r.push(a))}return Xa(e,r),n},Yn.rest=function(e,t){if("function"!=typeof e)throw new Ae(o);return Qa(e,t=t===r?t:gs(t))},Yn.reverse=ai,Yn.sampleSize=function(e,t,n){return t=(n?Io(e,t,n):t===r)?1:gs(t),(Wi(e)?ea:er)(e,t)},Yn.set=function(e,t,n){return null==e?e:tr(e,t,n)},Yn.setWith=function(e,t,n,a){return a="function"==typeof a?a:r,null==e?e:tr(e,t,n,a)},Yn.shuffle=function(e){return(Wi(e)?ta:rr)(e)},Yn.slice=function(e,t,n){var a=null==e?0:e.length;return a?(n&&"number"!=typeof n&&Io(e,t,n)?(t=0,n=a):(t=null==t?0:gs(t),n=n===r?a:gs(n)),or(e,t,n)):[]},Yn.sortBy=Ei,Yn.sortedUniq=function(e){return e&&e.length?cr(e):[]},Yn.sortedUniqBy=function(e,t){return e&&e.length?cr(e,uo(t,2)):[]},Yn.split=function(e,t,n){return n&&"number"!=typeof n&&Io(e,t,n)&&(t=n=r),(n=n===r?v:n>>>0)?(e=Ms(e))&&("string"==typeof t||null!=t&&!ls(t))&&!(t=dr(t))&&sn(e)?Br(fn(e),0,n):e.split(t,n):[]},Yn.spread=function(e,t){if("function"!=typeof e)throw new Ae(o);return t=null==t?0:yn(gs(t),0),Qa((function(n){var a=n[t],r=Br(n,0,t);return a&&zt(r,a),Pt(e,this,r)}))},Yn.tail=function(e){var t=null==e?0:e.length;return t?or(e,1,t):[]},Yn.take=function(e,t,n){return e&&e.length?or(e,0,(t=n||t===r?1:gs(t))<0?0:t):[]},Yn.takeRight=function(e,t,n){var a=null==e?0:e.length;return a?or(e,(t=a-(t=n||t===r?1:gs(t)))<0?0:t,a):[]},Yn.takeRightWhile=function(e,t){return e&&e.length?mr(e,uo(t,3),!1,!0):[]},Yn.takeWhile=function(e,t){return e&&e.length?mr(e,uo(t,3)):[]},Yn.tap=function(e,t){return t(e),e},Yn.throttle=function(e,t,n){var a=!0,r=!0;if("function"!=typeof e)throw new Ae(o);return as(n)&&(a="leading"in n?!!n.leading:a,r="trailing"in n?!!n.trailing:r),zi(e,t,{leading:a,maxWait:t,trailing:r})},Yn.thru=vi,Yn.toArray=ms,Yn.toPairs=Vs,Yn.toPairsIn=Ys,Yn.toPath=function(e){return Wi(e)?Ct(e,Ro):ds(e)?[e]:Lr(No(Ms(e)))},Yn.toPlainObject=ys,Yn.transform=function(e,t,n){var a=Wi(e),r=a||Ki(e)||hs(e);if(t=uo(t,4),null==n){var o=e&&e.constructor;n=r?a?new o:[]:as(e)&&es(o)?jn(We(e)):{}}return(r?wt:Ia)(e,(function(e,a,r){return t(n,e,a,r)})),n},Yn.unary=function(e){return Ai(e,1)},Yn.union=ri,Yn.unionBy=oi,Yn.unionWith=ii,Yn.uniq=function(e){return e&&e.length?hr(e):[]},Yn.uniqBy=function(e,t){return e&&e.length?hr(e,uo(t,2)):[]},Yn.uniqWith=function(e,t){return t="function"==typeof t?t:r,e&&e.length?hr(e,r,t):[]},Yn.unset=function(e,t){return null==e||pr(e,t)},Yn.unzip=si,Yn.unzipWith=li,Yn.update=function(e,t,n){return null==e?e:fr(e,t,yr(n))},Yn.updateWith=function(e,t,n,a){return a="function"==typeof a?a:r,null==e?e:fr(e,t,yr(n),a)},Yn.values=js,Yn.valuesIn=function(e){return null==e?[]:Qt(e,xs(e))},Yn.without=ci,Yn.words=el,Yn.wrap=function(e,t){return Ri(yr(t),e)},Yn.xor=ui,Yn.xorBy=di,Yn.xorWith=hi,Yn.zip=pi,Yn.zipObject=function(e,t){return _r(e||[],t||[],aa)},Yn.zipObjectDeep=function(e,t){return _r(e||[],t||[],tr)},Yn.zipWith=fi,Yn.entries=Vs,Yn.entriesIn=Ys,Yn.extend=Bs,Yn.extendWith=ks,ul(Yn,Yn),Yn.add=yl,Yn.attempt=tl,Yn.camelCase=$s,Yn.capitalize=Us,Yn.ceil=Ml,Yn.clamp=function(e,t,n){return n===r&&(n=t,t=r),n!==r&&(n=(n=bs(n))==n?n:0),t!==r&&(t=(t=bs(t))==t?t:0),ca(bs(e),t,n)},Yn.clone=function(e){return ua(e,4)},Yn.cloneDeep=function(e){return ua(e,5)},Yn.cloneDeepWith=function(e,t){return ua(e,5,t="function"==typeof t?t:r)},Yn.cloneWith=function(e,t){return ua(e,4,t="function"==typeof t?t:r)},Yn.conformsTo=function(e,t){return null==t||da(e,t,zs(t))},Yn.deburr=Gs,Yn.defaultTo=function(e,t){return null==e||e!=e?t:e},Yn.divide=Il,Yn.endsWith=function(e,t,n){e=Ms(e),t=dr(t);var a=e.length,o=n=n===r?a:ca(gs(n),0,a);return(n-=t.length)>=0&&e.slice(n,o)==t},Yn.eq=ji,Yn.escape=function(e){return(e=Ms(e))&&K.test(e)?e.replace(X,rn):e},Yn.escapeRegExp=function(e){return(e=Ms(e))&&oe.test(e)?e.replace(re,"\\$&"):e},Yn.every=function(e,t,n){var a=Wi(e)?Ot:va;return n&&Io(e,t,n)&&(t=r),a(e,uo(t,3))},Yn.find=bi,Yn.findIndex=Go,Yn.findKey=function(e,t){return Nt(e,uo(t,3),Ia)},Yn.findLast=yi,Yn.findLastIndex=Wo,Yn.findLastKey=function(e,t){return Nt(e,uo(t,3),Ba)},Yn.floor=Bl,Yn.forEach=Mi,Yn.forEachRight=Ii,Yn.forIn=function(e,t){return null==e?e:ya(e,uo(t,3),xs)},Yn.forInRight=function(e,t){return null==e?e:Ma(e,uo(t,3),xs)},Yn.forOwn=function(e,t){return e&&Ia(e,uo(t,3))},Yn.forOwnRight=function(e,t){return e&&Ba(e,uo(t,3))},Yn.get=Os,Yn.gt=$i,Yn.gte=Ui,Yn.has=function(e,t){return null!=e&&_o(e,t,Oa)},Yn.hasIn=As,Yn.head=Xo,Yn.identity=il,Yn.includes=function(e,t,n,a){e=Xi(e)?e:js(e),n=n&&!a?gs(n):0;var r=e.length;return n<0&&(n=yn(r+n,0)),us(e)?n<=r&&e.indexOf(t,n)>-1:!!r&&Vt(e,t,n)>-1},Yn.indexOf=function(e,t,n){var a=null==e?0:e.length;if(!a)return-1;var r=null==n?0:gs(n);return r<0&&(r=yn(a+r,0)),Vt(e,t,r)},Yn.inRange=function(e,t,n){return t=vs(t),n===r?(n=t,t=0):n=vs(n),function(e,t,n){return e>=Mn(t,n)&&e<yn(t,n)}(e=bs(e),t,n)},Yn.invoke=Cs,Yn.isArguments=Gi,Yn.isArray=Wi,Yn.isArrayBuffer=qi,Yn.isArrayLike=Xi,Yn.isArrayLikeObject=Ji,Yn.isBoolean=function(e){return!0===e||!1===e||rs(e)&&wa(e)==y},Yn.isBuffer=Ki,Yn.isDate=Qi,Yn.isElement=function(e){return rs(e)&&1===e.nodeType&&!ss(e)},Yn.isEmpty=function(e){if(null==e)return!0;if(Xi(e)&&(Wi(e)||"string"==typeof e||"function"==typeof e.splice||Ki(e)||hs(e)||Gi(e)))return!e.length;var t=go(e);if(t==P||t==A)return!e.size;if(To(e))return!Ha(e).length;for(var n in e)if(De.call(e,n))return!1;return!0},Yn.isEqual=function(e,t){return za(e,t)},Yn.isEqualWith=function(e,t,n){var a=(n="function"==typeof n?n:r)?n(e,t):r;return a===r?za(e,t,r,n):!!a},Yn.isError=Zi,Yn.isFinite=function(e){return"number"==typeof e&&Gt(e)},Yn.isFunction=es,Yn.isInteger=ts,Yn.isLength=ns,Yn.isMap=os,Yn.isMatch=function(e,t){return e===t||xa(e,t,po(t))},Yn.isMatchWith=function(e,t,n){return n="function"==typeof n?n:r,xa(e,t,po(t),n)},Yn.isNaN=function(e){return is(e)&&e!=+e},Yn.isNative=function(e){if(Po(e))throw new ke("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Da(e)},Yn.isNil=function(e){return null==e},Yn.isNull=function(e){return null===e},Yn.isNumber=is,Yn.isObject=as,Yn.isObjectLike=rs,Yn.isPlainObject=ss,Yn.isRegExp=ls,Yn.isSafeInteger=function(e){return ts(e)&&e>=-9007199254740991&&e<=f},Yn.isSet=cs,Yn.isString=us,Yn.isSymbol=ds,Yn.isTypedArray=hs,Yn.isUndefined=function(e){return e===r},Yn.isWeakMap=function(e){return rs(e)&&go(e)==C},Yn.isWeakSet=function(e){return rs(e)&&"[object WeakSet]"==wa(e)},Yn.join=function(e,t){return null==e?"":_n.call(e,t)},Yn.kebabCase=Ws,Yn.last=Zo,Yn.lastIndexOf=function(e,t,n){var a=null==e?0:e.length;if(!a)return-1;var o=a;return n!==r&&(o=(o=gs(n))<0?yn(a+o,0):Mn(o,a-1)),t==t?function(e,t,n){for(var a=n+1;a--;)if(e[a]===t)return a;return a}(e,t,o):Rt(e,jt,o,!0)},Yn.lowerCase=qs,Yn.lowerFirst=Xs,Yn.lt=ps,Yn.lte=fs,Yn.max=function(e){return e&&e.length?ga(e,il,Ea):r},Yn.maxBy=function(e,t){return e&&e.length?ga(e,uo(t,2),Ea):r},Yn.mean=function(e){return $t(e,il)},Yn.meanBy=function(e,t){return $t(e,uo(t,2))},Yn.min=function(e){return e&&e.length?ga(e,il,Ra):r},Yn.minBy=function(e,t){return e&&e.length?ga(e,uo(t,2),Ra):r},Yn.stubArray=_l,Yn.stubFalse=bl,Yn.stubObject=function(){return{}},Yn.stubString=function(){return""},Yn.stubTrue=function(){return!0},Yn.multiply=Pl,Yn.nth=function(e,t){return e&&e.length?Ua(e,gs(t)):r},Yn.noConflict=function(){return pt._===this&&(pt._=Ve),this},Yn.noop=dl,Yn.now=Oi,Yn.pad=function(e,t,n){e=Ms(e);var a=(t=gs(t))?pn(e):0;if(!t||a>=t)return e;var r=(t-a)/2;return Gr(gt(r),n)+e+Gr(mt(r),n)},Yn.padEnd=function(e,t,n){e=Ms(e);var a=(t=gs(t))?pn(e):0;return t&&a<t?e+Gr(t-a,n):e},Yn.padStart=function(e,t,n){e=Ms(e);var a=(t=gs(t))?pn(e):0;return t&&a<t?Gr(t-a,n)+e:e},Yn.parseInt=function(e,t,n){return n||null==t?t=0:t&&(t=+t),Bn(Ms(e).replace(ie,""),t||0)},Yn.random=function(e,t,n){if(n&&"boolean"!=typeof n&&Io(e,t,n)&&(t=n=r),n===r&&("boolean"==typeof t?(n=t,t=r):"boolean"==typeof e&&(n=e,e=r)),e===r&&t===r?(e=0,t=1):(e=vs(e),t===r?(t=e,e=0):t=vs(t)),e>t){var a=e;e=t,t=a}if(n||e%1||t%1){var o=kn();return Mn(e+o*(t-e+ct("1e-"+((o+"").length-1))),t)}return Ja(e,t)},Yn.reduce=function(e,t,n){var a=Wi(e)?xt:Wt,r=arguments.length<3;return a(e,uo(t,4),n,r,fa)},Yn.reduceRight=function(e,t,n){var a=Wi(e)?Dt:Wt,r=arguments.length<3;return a(e,uo(t,4),n,r,ma)},Yn.repeat=function(e,t,n){return t=(n?Io(e,t,n):t===r)?1:gs(t),Ka(Ms(e),t)},Yn.replace=function(){var e=arguments,t=Ms(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Yn.result=function(e,t,n){var a=-1,o=(t=Mr(t,e)).length;for(o||(o=1,e=r);++a<o;){var i=null==e?r:e[Ro(t[a])];i===r&&(a=o,i=n),e=es(i)?i.call(e):i}return e},Yn.round=Tl,Yn.runInContext=e,Yn.sample=function(e){return(Wi(e)?Zn:Za)(e)},Yn.size=function(e){if(null==e)return 0;if(Xi(e))return us(e)?pn(e):e.length;var t=go(e);return t==P||t==A?e.size:Ha(e).length},Yn.snakeCase=Js,Yn.some=function(e,t,n){var a=Wi(e)?Ft:ir;return n&&Io(e,t,n)&&(t=r),a(e,uo(t,3))},Yn.sortedIndex=function(e,t){return sr(e,t)},Yn.sortedIndexBy=function(e,t,n){return lr(e,t,uo(n,2))},Yn.sortedIndexOf=function(e,t){var n=null==e?0:e.length;if(n){var a=sr(e,t);if(a<n&&ji(e[a],t))return a}return-1},Yn.sortedLastIndex=function(e,t){return sr(e,t,!0)},Yn.sortedLastIndexBy=function(e,t,n){return lr(e,t,uo(n,2),!0)},Yn.sortedLastIndexOf=function(e,t){if(null==e?0:e.length){var n=sr(e,t,!0)-1;if(ji(e[n],t))return n}return-1},Yn.startCase=Ks,Yn.startsWith=function(e,t,n){return e=Ms(e),n=null==n?0:ca(gs(n),0,e.length),t=dr(t),e.slice(n,n+t.length)==t},Yn.subtract=wl,Yn.sum=function(e){return e&&e.length?qt(e,il):0},Yn.sumBy=function(e,t){return e&&e.length?qt(e,uo(t,2)):0},Yn.template=function(e,t,n){var a=Yn.templateSettings;n&&Io(e,t,n)&&(t=r),e=Ms(e),t=ks({},t,a,eo);var o,i,s=ks({},t.imports,a.imports,eo),l=zs(s),c=Qt(s,l),u=0,d=t.interpolate||Ie,h="__p += '",p=Ee((t.escape||Ie).source+"|"+d.source+"|"+(d===ee?fe:Ie).source+"|"+(t.evaluate||Ie).source+"|$","g"),f="//# sourceURL="+(De.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++ot+"]")+"\n";e.replace(p,(function(t,n,a,r,s,l){return a||(a=r),h+=e.slice(u,l).replace(Be,on),n&&(o=!0,h+="' +\n__e("+n+") +\n'"),s&&(i=!0,h+="';\n"+s+";\n__p += '"),a&&(h+="' +\n((__t = ("+a+")) == null ? '' : __t) +\n'"),u=l+t.length,t})),h+="';\n";var m=De.call(t,"variable")&&t.variable;if(m){if(he.test(m))throw new ke("Invalid `variable` option passed into `_.template`")}else h="with (obj) {\n"+h+"\n}\n";h=(i?h.replace(U,""):h).replace(G,"$1").replace(W,"$1;"),h="function("+(m||"obj")+") {\n"+(m?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(o?", __e = _.escape":"")+(i?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+h+"return __p\n}";var v=tl((function(){return Pe(l,f+"return "+h).apply(r,c)}));if(v.source=h,Zi(v))throw v;return v},Yn.times=function(e,t){if((e=gs(e))<1||e>f)return[];var n=v,a=Mn(e,v);t=uo(t),e-=v;for(var r=Xt(a,t);++n<e;)t(n);return r},Yn.toFinite=vs,Yn.toInteger=gs,Yn.toLength=_s,Yn.toLower=function(e){return Ms(e).toLowerCase()},Yn.toNumber=bs,Yn.toSafeInteger=function(e){return e?ca(gs(e),-9007199254740991,f):0===e?e:0},Yn.toString=Ms,Yn.toUpper=function(e){return Ms(e).toUpperCase()},Yn.trim=function(e,t,n){if((e=Ms(e))&&(n||t===r))return Jt(e);if(!e||!(t=dr(t)))return e;var a=fn(e),o=fn(t);return Br(a,en(a,o),tn(a,o)+1).join("")},Yn.trimEnd=function(e,t,n){if((e=Ms(e))&&(n||t===r))return e.slice(0,mn(e)+1);if(!e||!(t=dr(t)))return e;var a=fn(e);return Br(a,0,tn(a,fn(t))+1).join("")},Yn.trimStart=function(e,t,n){if((e=Ms(e))&&(n||t===r))return e.replace(ie,"");if(!e||!(t=dr(t)))return e;var a=fn(e);return Br(a,en(a,fn(t))).join("")},Yn.truncate=function(e,t){var n=30,a="...";if(as(t)){var o="separator"in t?t.separator:o;n="length"in t?gs(t.length):n,a="omission"in t?dr(t.omission):a}var i=(e=Ms(e)).length;if(sn(e)){var s=fn(e);i=s.length}if(n>=i)return e;var l=n-pn(a);if(l<1)return a;var c=s?Br(s,0,l).join(""):e.slice(0,l);if(o===r)return c+a;if(s&&(l+=c.length-l),ls(o)){if(e.slice(l).search(o)){var u,d=c;for(o.global||(o=Ee(o.source,Ms(me.exec(o))+"g")),o.lastIndex=0;u=o.exec(d);)var h=u.index;c=c.slice(0,h===r?l:h)}}else if(e.indexOf(dr(o),l)!=l){var p=c.lastIndexOf(o);p>-1&&(c=c.slice(0,p))}return c+a},Yn.unescape=function(e){return(e=Ms(e))&&J.test(e)?e.replace(q,vn):e},Yn.uniqueId=function(e){var t=++Fe;return Ms(e)+t},Yn.upperCase=Qs,Yn.upperFirst=Zs,Yn.each=Mi,Yn.eachRight=Ii,Yn.first=Xo,ul(Yn,(kl={},Ia(Yn,(function(e,t){De.call(Yn.prototype,t)||(kl[t]=e)})),kl),{chain:!1}),Yn.VERSION="4.17.21",wt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Yn[e].placeholder=Yn})),wt(["drop","take"],(function(e,t){Gn.prototype[e]=function(n){n=n===r?1:yn(gs(n),0);var a=this.__filtered__&&!t?new Gn(this):this.clone();return a.__filtered__?a.__takeCount__=Mn(n,a.__takeCount__):a.__views__.push({size:Mn(n,v),type:e+(a.__dir__<0?"Right":"")}),a},Gn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),wt(["filter","map","takeWhile"],(function(e,t){var n=t+1,a=1==n||3==n;Gn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:uo(e,3),type:n}),t.__filtered__=t.__filtered__||a,t}})),wt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");Gn.prototype[e]=function(){return this[n](1).value()[0]}})),wt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");Gn.prototype[e]=function(){return this.__filtered__?new Gn(this):this[n](1)}})),Gn.prototype.compact=function(){return this.filter(il)},Gn.prototype.find=function(e){return this.filter(e).head()},Gn.prototype.findLast=function(e){return this.reverse().find(e)},Gn.prototype.invokeMap=Qa((function(e,t){return"function"==typeof e?new Gn(this):this.map((function(n){return Sa(n,e,t)}))})),Gn.prototype.reject=function(e){return this.filter(Hi(uo(e)))},Gn.prototype.slice=function(e,t){e=gs(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Gn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==r&&(n=(t=gs(t))<0?n.dropRight(-t):n.take(t-e)),n)},Gn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Gn.prototype.toArray=function(){return this.take(v)},Ia(Gn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),a=/^(?:head|last)$/.test(t),o=Yn[a?"take"+("last"==t?"Right":""):t],i=a||/^find/.test(t);o&&(Yn.prototype[t]=function(){var t=this.__wrapped__,s=a?[1]:arguments,l=t instanceof Gn,c=s[0],u=l||Wi(t),d=function(e){var t=o.apply(Yn,zt([e],s));return a&&h?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(l=u=!1);var h=this.__chain__,p=!!this.__actions__.length,f=i&&!h,m=l&&!p;if(!i&&u){t=m?t:new Gn(this);var v=e.apply(t,s);return v.__actions__.push({func:vi,args:[d],thisArg:r}),new Un(v,h)}return f&&m?e.apply(this,s):(v=this.thru(d),f?a?v.value()[0]:v.value():v)})})),wt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=Le[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",a=/^(?:pop|shift)$/.test(e);Yn.prototype[e]=function(){var e=arguments;if(a&&!this.__chain__){var r=this.value();return t.apply(Wi(r)?r:[],e)}return this[n]((function(n){return t.apply(Wi(n)?n:[],e)}))}})),Ia(Gn.prototype,(function(e,t){var n=Yn[t];if(n){var a=n.name+"";De.call(Cn,a)||(Cn[a]=[]),Cn[a].push({name:t,func:n})}})),Cn[Yr(r,2).name]=[{name:"wrapper",func:r}],Gn.prototype.clone=function(){var e=new Gn(this.__wrapped__);return e.__actions__=Lr(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Lr(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Lr(this.__views__),e},Gn.prototype.reverse=function(){if(this.__filtered__){var e=new Gn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Gn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Wi(e),a=t<0,r=n?e.length:0,o=function(e,t,n){var a=-1,r=n.length;for(;++a<r;){var o=n[a],i=o.size;switch(o.type){case"drop":e+=i;break;case"dropRight":t-=i;break;case"take":t=Mn(t,e+i);break;case"takeRight":e=yn(e,t-i)}}return{start:e,end:t}}(0,r,this.__views__),i=o.start,s=o.end,l=s-i,c=a?s:i-1,u=this.__iteratees__,d=u.length,h=0,p=Mn(l,this.__takeCount__);if(!n||!a&&r==l&&p==l)return vr(e,this.__actions__);var f=[];e:for(;l--&&h<p;){for(var m=-1,v=e[c+=t];++m<d;){var g=u[m],_=g.iteratee,b=g.type,y=_(v);if(2==b)v=y;else if(!y){if(1==b)continue e;break e}}f[h++]=v}return f},Yn.prototype.at=gi,Yn.prototype.chain=function(){return mi(this)},Yn.prototype.commit=function(){return new Un(this.value(),this.__chain__)},Yn.prototype.next=function(){this.__values__===r&&(this.__values__=ms(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?r:this.__values__[this.__index__++]}},Yn.prototype.plant=function(e){for(var t,n=this;n instanceof $n;){var a=Yo(n);a.__index__=0,a.__values__=r,t?o.__wrapped__=a:t=a;var o=a;n=n.__wrapped__}return o.__wrapped__=e,t},Yn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Gn){var t=e;return this.__actions__.length&&(t=new Gn(this)),(t=t.reverse()).__actions__.push({func:vi,args:[ai],thisArg:r}),new Un(t,this.__chain__)}return this.thru(ai)},Yn.prototype.toJSON=Yn.prototype.valueOf=Yn.prototype.value=function(){return vr(this.__wrapped__,this.__actions__)},Yn.prototype.first=Yn.prototype.head,et&&(Yn.prototype[et]=function(){return this}),Yn}();pt._=gn,(a=function(){return gn}.call(t,n,t,e))===r||(e.exports=a)}.call(this)},42786:function(e,t,n){!function(e){"use strict";e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"vm":"VM":n?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(30381))},14130:function(e,t,n){!function(e){"use strict";var t=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},n={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},a=function(e){return function(a,r,o,i){var s=t(a),l=n[e][t(a)];return 2===s&&(l=l[r?0:1]),l.replace(/%d/i,a)}},r=["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-dz",{months:r,monthsShort:r,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:a("s"),ss:a("s"),m:a("m"),mm:a("m"),h:a("h"),hh:a("h"),d:a("d"),dd:a("d"),M:a("M"),MM:a("M"),y:a("y"),yy:a("y")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:0,doy:4}})}(n(30381))},96135:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})}(n(30381))},56440:function(e,t,n){!function(e){"use strict";var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},a={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},r=function(e){return function(t,r,o,i){var s=n(t),l=a[e][n(t)];return 2===s&&(l=l[r?0:1]),l.replace(/%d/i,t)}},o=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-ly",{months:o,monthsShort:o,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:r("s"),ss:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(30381))},47702:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(30381))},16040:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(n(30381))},37100:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(30381))},30867:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},a=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},o=function(e){return function(t,n,o,i){var s=a(t),l=r[e][a(t)];return 2===s&&(l=l[n?0:1]),l.replace(/%d/i,t)}},i=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar",{months:i,monthsShort:i,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:o("s"),ss:o("s"),m:o("m"),mm:o("m"),h:o("h"),hh:o("h"),d:o("d"),dd:o("d"),M:o("M"),MM:o("M"),y:o("y"),yy:o("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(30381))},31083:function(e,t,n){!function(e){"use strict";var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"bir neçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,n){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var n=e%10,a=e%100-n,r=e>=100?100:null;return e+(t[n]||t[a]||t[r])},week:{dow:1,doy:7}})}(n(30381))},9808:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,a){return"m"===a?n?"хвіліна":"хвіліну":"h"===a?n?"гадзіна":"гадзіну":e+" "+t({ss:n?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:n?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:n?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[a],+e)}e.defineLocale("be",{months:{format:"студзеня_лютага_сакавікарасавікараўня_чэрвеня_ліпеня_жніўня_верасня_кастрычнікаістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_красрав_чэрв_ліп_жнів_вераст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_серадуацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серадаацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:n,mm:n,h:n,hh:n,d:"дзень",dd:n,M:"месяц",MM:n,y:"год",yy:n},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}})}(n(30381))},68338:function(e,t,n){!function(e){"use strict";e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"януев_мар_апрай_юни_юли_авг_сеп_окт_ноеек".split("_"),weekdays:"неделя_понеделник_вторник_срядаетвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Миналата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[Миналия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",w:"седмица",ww:"%d седмици",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(30381))},67438:function(e,t,n){!function(e){"use strict";e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})}(n(30381))},76225:function(e,t,n){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"",5:"৫",6:"৬",7:"",8:"৮",9:"৯",0:""},n={"১":"1","২":"2","৩":"3","":"4","৫":"5","৬":"6","":"7","৮":"8","৯":"9","":"0"};e.defineLocale("bn-bd",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|ভোর|সকাল|দুপুর|বিকাল|সন্ধ্যা|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t?e<4?e:e+12:"ভোর"===t||"সকাল"===t?e:"দুপুর"===t?e>=3?e:e+12:"বিকাল"===t||"সন্ধ্যা"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"রাত":e<6?"ভোর":e<12?"সকাল":e<15?"দুপুর":e<18?"বিকাল":e<20?"সন্ধ্যা":"রাত"},week:{dow:0,doy:6}})}(n(30381))},8905:function(e,t,n){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"",5:"৫",6:"৬",7:"",8:"৮",9:"৯",0:""},n={"১":"1","২":"2","৩":"3","":"4","৫":"5","৬":"6","":"7","৮":"8","৯":"9","":"0"};e.defineLocale("bn",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,n){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})}(n(30381))},11560:function(e,t,n){!function(e){"use strict";var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},n={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12".split("_"),monthsShortRegex:/^(ཟླ་\d{1,2})/,monthsParseExact:!0,weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,n){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(n(30381))},1278:function(e,t,n){!function(e){"use strict";function t(e,t,n){return e+" "+r({mm:"munutenn",MM:"miz",dd:"devezh"}[n],e)}function n(e){switch(a(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}function a(e){return e>9?a(e%10):e}function r(e,t){return 2===t?o(e):e}function o(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}var i=[/^gen/i,/^c[ʼ\']hwe/i,/^meu/i,/^ebr/i,/^mae/i,/^(mez|eve)/i,/^gou/i,/^eos/i,/^gwe/i,/^her/i,/^du/i,/^ker/i],s=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,l=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,c=/^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,u=[/^sul/i,/^lun/i,/^meurzh/i,/^merc[ʼ\']her/i,/^yaou/i,/^gwener/i,/^sadorn/i],d=[/^Sul/i,/^Lun/i,/^Meu/i,/^Mer/i,/^Yao/i,/^Gwe/i,/^Sad/i],h=[/^Su/i,/^Lu/i,/^Me([^r]|$)/i,/^Mer/i,/^Ya/i,/^Gw/i,/^Sa/i];e.defineLocale("br",{months:"Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParse:h,fullWeekdaysParse:u,shortWeekdaysParse:d,minWeekdaysParse:h,monthsRegex:s,monthsShortRegex:s,monthsStrictRegex:l,monthsShortStrictRegex:c,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY HH:mm",LLLL:"dddd, D [a viz] MMMM YYYY HH:mm"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warcʼhoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Decʼh da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s ʼzo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:n},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){return e+(1===e?"añ":"vet")},week:{dow:1,doy:4},meridiemParse:/a.m.|g.m./,isPM:function(e){return"g.m."===e},meridiem:function(e,t,n){return e<12?"a.m.":"g.m."}})}(n(30381))},80622:function(e,t,n){!function(e){"use strict";function t(e,t,n){var a=e+" ";switch(n){case"ss":return a+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return a+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return a+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return a+=1===e?"dan":"dana";case"MM":return a+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return a+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},2468:function(e,t,n){!function(e){"use strict";e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(30381))},5822:function(e,t,n){!function(e){"use strict";var t="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),n="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),a=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],r=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function o(e){return e>1&&e<5&&1!=~~(e/10)}function i(e,t,n,a){var r=e+" ";switch(n){case"s":return t||a?"pár sekund":"pár sekundami";case"ss":return t||a?r+(o(e)?"sekundy":"sekund"):r+"sekundami";case"m":return t?"minuta":a?"minutu":"minutou";case"mm":return t||a?r+(o(e)?"minuty":"minut"):r+"minutami";case"h":return t?"hodina":a?"hodinu":"hodinou";case"hh":return t||a?r+(o(e)?"hodiny":"hodin"):r+"hodinami";case"d":return t||a?"den":"dnem";case"dd":return t||a?r+(o(e)?"dny":"dní"):r+"dny";case"M":return t||a?"měsíc":"měsícem";case"MM":return t||a?r+(o(e)?"měsíce":"měsíců"):r+"měsíci";case"y":return t||a?"rok":"rokem";case"yy":return t||a?r+(o(e)?"roky":"let"):r+"lety"}}e.defineLocale("cs",{months:t,monthsShort:n,monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},50877:function(e,t,n){!function(e){"use strict";e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_акаай_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑрар_пуш_акаай_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"вырун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){return e+(/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})}(n(30381))},47373:function(e,t,n){!function(e){"use strict";e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t="";return e>20?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":e>0&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}})}(n(30381))},24780:function(e,t,n){!function(e){"use strict";e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},60217:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[n][0]:r[n][1]}e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},60894:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[n][0]:r[n][1]}e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},59740:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[n][0]:r[n][1]}e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},5300:function(e,t,n){!function(e){"use strict";var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],n=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];e.defineLocale("dv",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,n){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}})}(n(30381))},50837:function(e,t,n){!function(e){"use strict";function t(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"==typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παραβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Παα".split("_"),meridiem:function(e,t,n){return e>11?n?"μμ":"ΜΜ":n?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){return 6===this.day()?"[το προηγούμενο] dddd [{}] LT":"[την προηγούμενη] dddd [{}] LT"},sameElse:"L"},calendar:function(e,n){var a=this._calendarEl[e],r=n&&n.hours();return t(a)&&(a=a.apply(n)),a.replace("{}",r%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})}(n(30381))},78348:function(e,t,n){!function(e){"use strict";e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:4}})}(n(30381))},77925:function(e,t,n){!function(e){"use strict";e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(30381))},22243:function(e,t,n){!function(e){"use strict";e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},46436:function(e,t,n){!function(e){"use strict";e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},47207:function(e,t,n){!function(e){"use strict";e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(30381))},44175:function(e,t,n){!function(e){"use strict";e.defineLocale("en-in",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:6}})}(n(30381))},76319:function(e,t,n){!function(e){"use strict";e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},31662:function(e,t,n){!function(e){"use strict";e.defineLocale("en-sg",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},92915:function(e,t,n){!function(e){"use strict";e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"[la] D[-an de] MMMM, YYYY",LLL:"[la] D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd[n], [la] D[-an de] MMMM, YYYY HH:mm",llll:"ddd, [la] D[-an de] MMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,n){return e>11?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd[n je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasintan] dddd[n je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"kelkaj sekundoj",ss:"%d sekundoj",m:"unu minuto",mm:"%d minutoj",h:"unu horo",hh:"%d horoj",d:"unu tago",dd:"%d tagoj",M:"unu monato",MM:"%d monatoj",y:"unu jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(n(30381))},55251:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),a=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},96112:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),a=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-mx",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:4},invalidDate:"Fecha inválida"})}(n(30381))},71146:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),a=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}})}(n(30381))},55655:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),a=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4},invalidDate:"Fecha inválida"})}(n(30381))},5603:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var r={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?r[n][2]?r[n][2]:r[n][1]:a?r[n][0]:r[n][1]}e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},77763:function(e,t,n){!function(e){"use strict";e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},76959:function(e,t,n){!function(e){"use strict";var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},n={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};e.defineLocale("fa",{months:"ژانویه_فوریهارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریهارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یکشنبه_دوشنبههشنبههارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysShort:"یکشنبه_دوشنبههشنبههارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,n){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"%d ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})}(n(30381))},11897:function(e,t,n){!function(e){"use strict";var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),n=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function a(e,t,n,a){var o="";switch(n){case"s":return a?"muutaman sekunnin":"muutama sekunti";case"ss":o=a?"sekunnin":"sekuntia";break;case"m":return a?"minuutin":"minuutti";case"mm":o=a?"minuutin":"minuuttia";break;case"h":return a?"tunnin":"tunti";case"hh":o=a?"tunnin":"tuntia";break;case"d":return a?"päivän":"päivä";case"dd":o=a?"päivän":"päivää";break;case"M":return a?"kuukauden":"kuukausi";case"MM":o=a?"kuukauden":"kuukautta";break;case"y":return a?"vuoden":"vuosi";case"yy":o=a?"vuoden":"vuotta"}return o=r(e,a)+" "+o}function r(e,a){return e<10?a?n[e]:t[e]:e}e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},42549:function(e,t,n){!function(e){"use strict";e.defineLocale("fil",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(30381))},94694:function(e,t,n){!function(e){"use strict";e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},37524:function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourdhui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}})}(n(30381))},52330:function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourdhui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(30381))},94470:function(e,t,n){!function(e){"use strict";var t=/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,n=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,a=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,r=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i];e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:t,monthsShortStrictRegex:n,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourdhui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(30381))},5044:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),n="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?n[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(30381))},29295:function(e,t,n){!function(e){"use strict";var t=["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],n=["Ean","Feabh","Márt","Aib","Beal","Meith","Iúil","Lún","M.F.","D.F.","Samh","Noll"],a=["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],r=["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],o=["Do","Lu","Má","Cé","Dé","A","Sa"];e.defineLocale("ga",{months:t,monthsShort:n,monthsParseExact:!0,weekdays:a,weekdaysShort:r,weekdaysMin:o,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné ag] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d míonna",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(30381))},2101:function(e,t,n){!function(e){"use strict";var t=["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],n=["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],a=["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],r=["Did","Dil","Dim","Dic","Dia","Dih","Dis"],o=["Dò","Lu","Mà","Ci","Ar","Ha","Sa"];e.defineLocale("gd",{months:t,monthsShort:n,monthsParseExact:!0,weekdays:a,weekdaysShort:r,weekdaysMin:o,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(30381))},38794:function(e,t,n){!function(e){"use strict";e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},27884:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var r={s:["थोडया सॅकंडांनी","थोडे सॅकंड"],ss:[e+" सॅकंडांनी",e+" सॅकंड"],m:["एका मिणटान","एक मिनूट"],mm:[e+" मिणटांनी",e+" मिणटां"],h:["एका वरान","एक वर"],hh:[e+" वरांनी",e+" वरां"],d:["एका दिसान","एक दीस"],dd:[e+" दिसांनी",e+" दीस"],M:["एका म्हयन्यान","एक म्हयनो"],MM:[e+" म्हयन्यानी",e+" म्हयने"],y:["एका वर्सान","एक वर्स"],yy:[e+" वर्सांनी",e+" वर्सां"]};return a?r[n][0]:r[n][1]}e.defineLocale("gom-deva",{months:{standalone:"जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),format:"जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार".split("_"),weekdaysShort:"आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.".split("_"),weekdaysMin:"आ_सो_मं_बु_ब्रे_सु_शे".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [वाजतां]",LTS:"A h:mm:ss [वाजतां]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [वाजतां]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [वाजतां]",llll:"ddd, D MMM YYYY, A h:mm [वाजतां]"},calendar:{sameDay:"[आयज] LT",nextDay:"[फाल्यां] LT",nextWeek:"[फुडलो] dddd[,] LT",lastDay:"[काल] LT",lastWeek:"[फाटलो] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s आदीं",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(वेर)/,ordinal:function(e,t){return"D"===t?e+"वेर":e},week:{dow:0,doy:3},meridiemParse:/राती|सकाळीं|दनपारां|सांजे/,meridiemHour:function(e,t){return 12===e&&(e=0),"राती"===t?e<4?e:e+12:"सकाळीं"===t?e:"दनपारां"===t?e>12?e:e+12:"सांजे"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"राती":e<12?"सकाळीं":e<16?"दनपारां":e<20?"सांजे":"राती"}})}(n(30381))},23168:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var r={s:["thoddea sekondamni","thodde sekond"],ss:[e+" sekondamni",e+" sekond"],m:["eka mintan","ek minut"],mm:[e+" mintamni",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voramni",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disamni",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineamni",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsamni",e+" vorsam"]};return a?r[n][0]:r[n][1]}e.defineLocale("gom-latn",{months:{standalone:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),format:"Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Fuddlo] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fattlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){return"D"===t?e+"er":e},week:{dow:0,doy:3},meridiemParse:/rati|sokallim|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokallim"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"rati":e<12?"sokallim":e<16?"donparam":e<20?"sanje":"rati"}})}(n(30381))},95349:function(e,t,n){!function(e){"use strict";var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:""},n={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પહેલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(n(30381))},24206:function(e,t,n){!function(e){"use strict";e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יוליוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יוליוג׳_ספט׳וק׳וב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישיישי_שבת".split("_"),weekdaysShort:"א׳׳׳׳׳_ו׳׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10==0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,n){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?n?'לפנה"צ':"לפני הצהריים":e<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}})}(n(30381))},30094:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:""},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","":"0"},a=[/^जन/i,/^फ़र|फर/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सितं|सित/i,/^अक्टू/i,/^नव|नवं/i,/^दिसं|दिस/i],r=[/^जन/i,/^फ़र/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सित/i,/^अक्टू/i,/^नव/i,/^दिस/i];e.defineLocale("hi",{months:{format:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),standalone:"जनवरी_फरवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितंबर_अक्टूबर_नवंबर_दिसंबर".split("_")},monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},monthsParse:a,longMonthsParse:a,shortMonthsParse:r,monthsRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsShortRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsStrictRegex:/^(जनवरी?|फ़रवरी|फरवरी?|मार्च?|अप्रैल?|मई?|जून?|जुलाई?|अगस्त?|सितम्बर|सितंबर|सित?\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर?|दिसम्बर|दिसंबर?)/i,monthsShortStrictRegex:/^(जन\.?|फ़र\.?|मार्च?|अप्रै\.?|मई?|जून?|जुल\.?|अग\.?|सित\.?|अक्टू\.?|नव\.?|दिस\.?)/i,calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}})}(n(30381))},30316:function(e,t,n){!function(e){"use strict";function t(e,t,n){var a=e+" ";switch(n){case"ss":return a+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return a+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return a+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return a+=1===e?"dan":"dana";case"MM":return a+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return a+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:return"[prošlu] [nedjelju] [u] LT";case 3:return"[prošlu] [srijedu] [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},22138:function(e,t,n){!function(e){"use strict";var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function n(e,t,n,a){var r=e;switch(n){case"s":return a||t?"néhány másodperc":"néhány másodperce";case"ss":return r+(a||t)?" másodperc":" másodperce";case"m":return"egy"+(a||t?" perc":" perce");case"mm":return r+(a||t?" perc":" perce");case"h":return"egy"+(a||t?" óra":" órája");case"hh":return r+(a||t?" óra":" órája");case"d":return"egy"+(a||t?" nap":" napja");case"dd":return r+(a||t?" nap":" napja");case"M":return"egy"+(a||t?" hónap":" hónapja");case"MM":return r+(a||t?" hónap":" hónapja");case"y":return"egy"+(a||t?" év":" éve");case"yy":return r+(a||t?" év":" éve")}return""}function a(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan._feb._márc._ápr._máj._jún._júl._aug._szept._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,n){return e<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return a.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return a.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},11423:function(e,t,n){!function(e){"use strict";e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}})}(n(30381))},29218:function(e,t,n){!function(e){"use strict";e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:0,doy:6}})}(n(30381))},90135:function(e,t,n){!function(e){"use strict";function t(e){return e%100==11||e%10!=1}function n(e,n,a,r){var o=e+" ";switch(a){case"s":return n||r?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?o+(n||r?"sekúndur":"sekúndum"):o+"sekúnda";case"m":return n?"mínúta":"mínútu";case"mm":return t(e)?o+(n||r?"mínútur":"mínútum"):n?o+"mínúta":o+"mínútu";case"hh":return t(e)?o+(n||r?"klukkustundir":"klukkustundum"):o+"klukkustund";case"d":return n?"dagur":r?"dag":"degi";case"dd":return t(e)?n?o+"dagar":o+(r?"daga":"dögum"):n?o+"dagur":o+(r?"dag":"degi");case"M":return n?"mánuður":r?"mánuð":"mánuði";case"MM":return t(e)?n?o+"mánuðir":o+(r?"mánuði":"mánuðum"):n?o+"mánuður":o+(r?"mánuð":"mánuði");case"y":return n||r?"ár":"ári";case"yy":return t(e)?o+(n||r?"ár":"árum"):o+(n||r?"ár":"ári")}}e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:n,ss:n,m:n,mm:n,h:"klukkustund",hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},10150:function(e,t,n){!function(e){"use strict";e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){return 0===this.day()?"[la scorsa] dddd [alle] LT":"[lo scorso] dddd [alle] LT"},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},90626:function(e,t,n){!function(e){"use strict";e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function(){return"[Oggi a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastWeek:function(){return 0===this.day()?"[La scorsa] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT":"[Lo scorso] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},sameElse:"L"},relativeTime:{future:"tra %s",past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",w:"una settimana",ww:"%d settimane",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},39183:function(e,t,n){!function(e){"use strict";e.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"令和",narrow:"㋿",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"昭和",narrow:"㍼",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"大正",narrow:"㍽",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"明治",narrow:"㍾",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"西暦",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"紀元前",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(元|\d+)年/,eraYearOrdinalParse:function(e,t){return"元"===t[1]?1:parseInt(t[1]||e,10)},months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()!==this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()!==e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"y":return 1===e?"元年":e+"年";case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}(n(30381))},24286:function(e,t,n){!function(e){"use strict";e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(n(30381))},12105:function(e,t,n){!function(e){"use strict";e.defineLocale("ka",{months:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return e.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/,(function(e,t,n){return"ი"===n?t+"ში":t+n+"ში"}))},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):e},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20==0||e%100==0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}})}(n(30381))},47772:function(e,t,n){!function(e){"use strict";var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуірамыраусым_шілдеамыз_қыркүйек_қазан_қарашаелтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәуам_мауіл_там_қыраз_қарел".split("_"),weekdays:"жексенбіүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){var n=e%10,a=e>=100?100:null;return e+(t[e]||t[n]||t[a])},week:{dow:1,doy:7}})}(n(30381))},18758:function(e,t,n){!function(e){"use strict";var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},n={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,n){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(30381))},79282:function(e,t,n){!function(e){"use strict";var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:""},n={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","":"0"};e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಬರ್_ಡಿಸೆಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆ_ಅಕ್ಟೋ_ನವೆ_ಡಿಸೆ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}})}(n(30381))},33730:function(e,t,n){!function(e){"use strict";e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,n){return e<12?"오전":"오후"}})}(n(30381))},1408:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},a=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];e.defineLocale("ku",{months:a,monthsShort:a,weekdays:"یهكشهممه_دووشهممه_سێشهممه_چوارشهممه_پێنجشهممه_ههینی_شهممه".split("_"),weekdaysShort:"یهكشهم_دووشهم_سێشهم_چوارشهم_پێنجشهم_ههینی_شهممه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره‌|به‌یانی/,isPM:function(e){return/ئێواره‌/.test(e)},meridiem:function(e,t,n){return e<12?"به‌یانی":"ئێواره‌"},calendar:{sameDay:"[ئه‌مرۆ كاتژمێر] LT",nextDay:"[به‌یانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له‌ %s",past:"%s",s:"چه‌ند چركه‌یه‌ك",ss:"چركه‌ %d",m:"یه‌ك خوله‌ك",mm:"%d خوله‌ك",h:"یه‌ك كاتژمێر",hh:"%d كاتژمێر",d:"یه‌ك ڕۆژ",dd:"%d ڕۆژ",M:"یه‌ك مانگ",MM:"%d مانگ",y:"یه‌ك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(30381))},33291:function(e,t,n){!function(e){"use strict";var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апрай_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбүейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шарей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){var n=e%10,a=e>=100?100:null;return e+(t[e]||t[n]||t[a])},week:{dow:1,doy:7}})}(n(30381))},36841:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var r={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?r[n][0]:r[n][1]}function n(e){return r(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e}function a(e){return r(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e}function r(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return r(0===t?e/10:t)}if(e<1e4){for(;e>=10;)e/=10;return r(e)}return r(e/=1e3)}e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:n,past:a,s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},55466:function(e,t,n){!function(e){"use strict";e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,n){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}})}(n(30381))},57010:function(e,t,n){!function(e){"use strict";var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function n(e,t,n,a){return t?"kelios sekundės":a?"kelių sekundžių":"kelias sekundes"}function a(e,t,n,a){return t?o(n)[0]:a?o(n)[1]:o(n)[2]}function r(e){return e%10==0||e>10&&e<20}function o(e){return t[e].split("_")}function i(e,t,n,i){var s=e+" ";return 1===e?s+a(e,t,n[0],i):t?s+(r(e)?o(n)[1]:o(n)[0]):i?s+o(n)[1]:s+(r(e)?o(n)[1]:o(n)[2])}e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:n,ss:i,m:a,mm:i,h:a,hh:i,d:a,dd:i,M:a,MM:i,y:a,yy:i},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}})}(n(30381))},37595:function(e,t,n){!function(e){"use strict";var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function n(e,t,n){return n?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=11?e[0]:e[1]}function a(e,a,r){return e+" "+n(t[r],e,a)}function r(e,a,r){return n(t[r],e,a)}function o(e,t){return t?"dažas sekundes":"dažām sekundēm"}e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:o,ss:a,m:r,mm:a,h:r,hh:a,d:r,dd:a,M:r,MM:a,y:r,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},39861:function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,a){var r=t.words[a];return 1===a.length?n?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}};e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},35493:function(e,t,n){!function(e){"use strict";e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},95966:function(e,t,n){!function(e){"use strict";e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апрај_јун_јул_авг_сеп_окт_ноеек".split("_"),weekdays:"недела_понеделник_вторник_средаетврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_среет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_сре_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"за %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"една минута",mm:"%d минути",h:"еден час",hh:"%d часа",d:"еден ден",dd:"%d дена",M:"еден месец",MM:"%d месеци",y:"една година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(30381))},87341:function(e,t,n){!function(e){"use strict";e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റബർ_ഒക്ടോബർ_നവബർ_ഡിസബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവ._ഡിസ.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴ_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,n){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}})}(n(30381))},5115:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){switch(n){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар саруравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар саролдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмархагваүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мягхаүраа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лхүа_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,n){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}})}(n(30381))},10370:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:""},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","":"0"};function a(e,t,n,a){var r="";if(t)switch(n){case"s":r="काही सेकंद";break;case"ss":r="%d सेकंद";break;case"m":r="एक मिनिट";break;case"mm":r="%d मिनिटे";break;case"h":r="एक तास";break;case"hh":r="%d तास";break;case"d":r="एक दिवस";break;case"dd":r="%d दिवस";break;case"M":r="एक महिना";break;case"MM":r="%d महिने";break;case"y":r="एक वर्ष";break;case"yy":r="%d वर्षे"}else switch(n){case"s":r="काही सेकंदां";break;case"ss":r="%d सेकंदां";break;case"m":r="एका मिनिटा";break;case"mm":r="%d मिनिटां";break;case"h":r="एका तासा";break;case"hh":r="%d तासां";break;case"d":r="एका दिवसा";break;case"dd":r="%d दिवसां";break;case"M":r="एका महिन्या";break;case"MM":r="%d महिन्यां";break;case"y":r="एका वर्षा";break;case"yy":r="%d वर्षां"}return r.replace(/%d/i,e)}e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,meridiemHour:function(e,t){return 12===e&&(e=0),"पहाटे"===t||"सकाळी"===t?e:"दुपारी"===t||"सायंकाळी"===t||"रात्री"===t?e>=12?e:e+12:void 0},meridiem:function(e,t,n){return e>=0&&e<6?"पहाटे":e<12?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})}(n(30381))},41237:function(e,t,n){!function(e){"use strict";e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(30381))},9847:function(e,t,n){!function(e){"use strict";e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(30381))},72126:function(e,t,n){!function(e){"use strict";e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},56165:function(e,t,n){!function(e){"use strict";var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:""},n={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","":"0"};e.defineLocale("my",{months:"ဇန်နါရီ_ဖေဖော်ါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(30381))},64924:function(e,t,n){!function(e){"use strict";e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",w:"en uke",ww:"%d uker",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},16744:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:""},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","":"0"};e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,n){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})}(n(30381))},59814:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),a=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],r=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(30381))},93901:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),a=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],r=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",w:"één week",ww:"%d weken",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(30381))},83877:function(e,t,n){!function(e){"use strict";e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"su._må._ty._on._to._fr._lau.".split("_"),weekdaysMin:"su_må_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",w:"ei veke",ww:"%d veker",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},92135:function(e,t,n){!function(e){"use strict";e.defineLocale("oc-lnc",{months:{standalone:"genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre".split("_"),format:"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dm._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dm_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:"[uèi a] LT",nextDay:"[deman a] LT",nextWeek:"dddd [a] LT",lastDay:"[ièr a] LT",lastWeek:"dddd [passat a] LT",sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"unas segondas",ss:"%d segondas",m:"una minuta",mm:"%d minutas",h:"una ora",hh:"%d oras",d:"un jorn",dd:"%d jorns",M:"un mes",MM:"%d meses",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(30381))},15858:function(e,t,n){!function(e){"use strict";var t={1:"",2:"੨",3:"੩",4:"",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:""},n={"":"1","੨":"2","੩":"3","":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","":"0"};e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(n(30381))},64495:function(e,t,n){!function(e){"use strict";var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),n="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),a=[/^sty/i,/^lut/i,/^mar/i,/^kwi/i,/^maj/i,/^cze/i,/^lip/i,/^sie/i,/^wrz/i,/^paź/i,/^lis/i,/^gru/i];function r(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function o(e,t,n){var a=e+" ";switch(n){case"ss":return a+(r(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return a+(r(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return a+(r(e)?"godziny":"godzin");case"ww":return a+(r(e)?"tygodnie":"tygodni");case"MM":return a+(r(e)?"miesiące":"miesięcy");case"yy":return a+(r(e)?"lata":"lat")}}e.defineLocale("pl",{months:function(e,a){return e?/D MMMM/.test(a)?n[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:o,m:o,mm:o,h:o,hh:o,d:"1 dzień",dd:"%d dni",w:"tydzień",ww:o,M:"miesiąc",MM:o,y:"rok",yy:o},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},57971:function(e,t,n){!function(e){"use strict";e.defineLocale("pt-br",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"do_2ª_3ª_4ª_5ª_6ª_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",invalidDate:"Data inválida"})}(n(30381))},89520:function(e,t,n){!function(e){"use strict";e.defineLocale("pt",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",w:"uma semana",ww:"%d semanas",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},96459:function(e,t,n){!function(e){"use strict";function t(e,t,n){var a=" ";return(e%100>=20||e>=100&&e%100==0)&&(a=" de "),e+a+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",ww:"săptămâni",MM:"luni",yy:"ani"}[n]}e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,w:"o săptămână",ww:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}})}(n(30381))},21793:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,a){return"m"===a?n?"минута":"минуту":e+" "+t({ss:n?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:n?"минута_минуты_минут":"минуту_минуты_минут",hh:"часасаасов",dd:"день_дня_дней",ww:"неделя_недели_недель",MM:"месяц_месяцаесяцев",yy:"год_годает"}[a],+e)}var a=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_средаетверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_средуетверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:a,longMonthsParse:a,shortMonthsParse:a,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:n,m:n,mm:n,h:"час",hh:n,d:"день",dd:n,w:"неделя",ww:n,M:"месяц",MM:n,y:"год",yy:n},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}})}(n(30381))},40950:function(e,t,n){!function(e){"use strict";var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],n=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];e.defineLocale("sd",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(30381))},10490:function(e,t,n){!function(e){"use strict";e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},90124:function(e,t,n){!function(e){"use strict";e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,n){return e>11?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}})}(n(30381))},64249:function(e,t,n){!function(e){"use strict";var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),n="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function a(e){return e>1&&e<5}function r(e,t,n,r){var o=e+" ";switch(n){case"s":return t||r?"pár sekúnd":"pár sekundami";case"ss":return t||r?o+(a(e)?"sekundy":"sekúnd"):o+"sekundami";case"m":return t?"minúta":r?"minútu":"minútou";case"mm":return t||r?o+(a(e)?"minúty":"minút"):o+"minútami";case"h":return t?"hodina":r?"hodinu":"hodinou";case"hh":return t||r?o+(a(e)?"hodiny":"hodín"):o+"hodinami";case"d":return t||r?"deň":"dňom";case"dd":return t||r?o+(a(e)?"dni":"dní"):o+"dňami";case"M":return t||r?"mesiac":"mesiacom";case"MM":return t||r?o+(a(e)?"mesiace":"mesiacov"):o+"mesiacmi";case"y":return t||r?"rok":"rokom";case"yy":return t||r?o+(a(e)?"roky":"rokov"):o+"rokmi"}}e.defineLocale("sk",{months:t,monthsShort:n,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:case 4:case 5:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},14985:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var r=e+" ";switch(n){case"s":return t||a?"nekaj sekund":"nekaj sekundami";case"ss":return r+=1===e?t?"sekundo":"sekundi":2===e?t||a?"sekundi":"sekundah":e<5?t||a?"sekunde":"sekundah":"sekund";case"m":return t?"ena minuta":"eno minuto";case"mm":return r+=1===e?t?"minuta":"minuto":2===e?t||a?"minuti":"minutama":e<5?t||a?"minute":"minutami":t||a?"minut":"minutami";case"h":return t?"ena ura":"eno uro";case"hh":return r+=1===e?t?"ura":"uro":2===e?t||a?"uri":"urama":e<5?t||a?"ure":"urami":t||a?"ur":"urami";case"d":return t||a?"en dan":"enim dnem";case"dd":return r+=1===e?t||a?"dan":"dnem":2===e?t||a?"dni":"dnevoma":t||a?"dni":"dnevi";case"M":return t||a?"en mesec":"enim mesecem";case"MM":return r+=1===e?t||a?"mesec":"mesecem":2===e?t||a?"meseca":"mesecema":e<5?t||a?"mesece":"meseci":t||a?"mesecev":"meseci";case"y":return t||a?"eno leto":"enim letom";case"yy":return r+=1===e?t||a?"leto":"letom":2===e?t||a?"leti":"letoma":e<5?t||a?"leta":"leti":t||a?"let":"leti"}}e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},51104:function(e,t,n){!function(e){"use strict";e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,n){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},79915:function(e,t,n){!function(e){"use strict";var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,a){var r=t.words[a];return 1===a.length?n?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}};e.defineLocale("sr-cyrl",{months:"јануаребруарарт_април_мај_јун_јул_август_септембар_октобаровембарецембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_средаетвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_сре_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"дан",dd:t.translate,M:"месец",MM:t.translate,y:"годину",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},49131:function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,a){var r=t.words[a];return 1===a.length?n?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}};e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},85893:function(e,t,n){!function(e){"use strict";e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,n){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(n(30381))},98760:function(e,t,n){!function(e){"use strict";e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(\:e|\:a)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?":e":1===t||2===t?":a":":e")},week:{dow:1,doy:4}})}(n(30381))},91172:function(e,t,n){!function(e){"use strict";e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"hh:mm A",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"siku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})}(n(30381))},27333:function(e,t,n){!function(e){"use strict";var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:""},n={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","":"0"};e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,n){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t||"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}})}(n(30381))},23110:function(e,t,n){!function(e){"use strict";e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెబర్_అక్టోబర్_నవబర్_డిసెబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివార_సోమవార_మగళవార_బుధవార_గురువార_శుక్రవార_శనివార".split("_"),weekdaysShort:"ఆది_సోమ_మగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మ_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})}(n(30381))},52095:function(e,t,n){!function(e){"use strict";e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"segundu balun",ss:"segundu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},27321:function(e,t,n){!function(e){"use strict";var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};e.defineLocale("tg",{months:{format:"январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри".split("_"),standalone:"январеврал_март_апрел_май_июн_июл_август_сентябр_октяброябрекабр".split("_")},monthsShort:"янв_фев_мар_апрай_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбеушанбе_сешанбеоршанбе_панҷшанбеумъаанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшбум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Фардо соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){var n=e%10,a=e>=100?100:null;return e+(t[e]||t[n]||t[a])},week:{dow:1,doy:7}})}(n(30381))},9041:function(e,t,n){!function(e){"use strict";e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,n){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",w:"1 สัปดาห์",ww:"%d สัปดาห์",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}(n(30381))},19005:function(e,t,n){!function(e){"use strict";var t={1:"'inji",5:"'inji",8:"'inji",70:"'inji",80:"'inji",2:"'nji",7:"'nji",20:"'nji",50:"'nji",3:"'ünji",4:"'ünji",100:"'ünji",6:"'njy",9:"'unjy",10:"'unjy",30:"'unjy",60:"'ynjy",90:"'ynjy"};e.defineLocale("tk",{months:"Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr".split("_"),monthsShort:"Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek".split("_"),weekdays:"Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe".split("_"),weekdaysShort:"Ýek_Duş_Siş_Çar_Pen_Ann_Şen".split("_"),weekdaysMin:"Ýk_Dş_Sş_Çr_Pn_An_Şn".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün sagat] LT",nextDay:"[ertir sagat] LT",nextWeek:"[indiki] dddd [sagat] LT",lastDay:"[düýn] LT",lastWeek:"[geçen] dddd [sagat] LT",sameElse:"L"},relativeTime:{future:"%s soň",past:"%s öň",s:"birnäçe sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir gün",dd:"%d gün",M:"bir aý",MM:"%d aý",y:"bir ýyl",yy:"%d ýyl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'unjy";var a=e%10,r=e%100-a,o=e>=100?100:null;return e+(t[a]||t[r]||t[o])}},week:{dow:1,doy:7}})}(n(30381))},75768:function(e,t,n){!function(e){"use strict";e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(30381))},89444:function(e,t,n){!function(e){"use strict";var t="pagh_wa_cha_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function n(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq"}function a(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret"}function r(e,t,n,a){var r=o(e);switch(n){case"ss":return r+" lup";case"mm":return r+" tup";case"hh":return r+" rep";case"dd":return r+" jaj";case"MM":return r+" jar";case"yy":return r+" DIS"}}function o(e){var n=Math.floor(e%1e3/100),a=Math.floor(e%100/10),r=e%10,o="";return n>0&&(o+=t[n]+"vatlh"),a>0&&(o+=(""!==o?" ":"")+t[a]+"maH"),r>0&&(o+=(""!==o?" ":"")+t[r]),""===o?"pagh":o}e.defineLocale("tlh",{months:"tera jar wa_tera jar cha_tera jar wej_tera jar loS_tera jar vagh_tera jar jav_tera jar Soch_tera jar chorgh_tera jar Hut_tera jar wamaH_tera jar wamaH wa_tera jar wamaH cha".split("_"),monthsShort:"jar wa_jar cha_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wamaH_jar wamaH wa_jar wamaH cha".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[waleS] LT",nextWeek:"LLL",lastDay:"[waHu] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:n,past:a,s:"puS lup",ss:r,m:"wa tup",mm:r,h:"wa rep",hh:r,d:"wa jaj",dd:r,M:"wa jar",MM:r,y:"wa DIS",yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},72397:function(e,t,n){!function(e){"use strict";var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),meridiem:function(e,t,n){return e<12?n?"öö":"ÖÖ":n?"ös":"ÖS"},meridiemParse:/öö|ÖÖ|ös|ÖS/,isPM:function(e){return"ös"===e||"ÖS"===e},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",w:"bir hafta",ww:"%d hafta",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var a=e%10,r=e%100-a,o=e>=100?100:null;return e+(t[a]||t[r]||t[o])}},week:{dow:1,doy:7}})}(n(30381))},28254:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var r={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return a||t?r[n][0]:r[n][1]}e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,n){return e>11?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},30699:function(e,t,n){!function(e){"use strict";e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(n(30381))},51106:function(e,t,n){!function(e){"use strict";e.defineLocale("tzm",{months:"ⵉⴰⵢ_ⴱⴰⵢ_ⵎⴰⵚ_ⵉⴱ_ⵎⴰⵢⵢⵓ_ⵢⵓⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⴱⵉ_ⴽⵟⵓⴱ_ⵓⵡⴰⴱⵉ_ⴷⵓⵊⴱⵉ".split("_"),monthsShort:"ⵉⴰⵢ_ⴱⴰⵢ_ⵎⴰⵚ_ⵉⴱ_ⵎⴰⵢⵢⵓ_ⵢⵓⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⴱⵉ_ⴽⵟⵓⴱ_ⵓⵡⴰⴱⵉ_ⴷⵓⵊⴱⵉ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⴰⵙ_ⴰⵙⵉⴰⵙ_ⴰⴽⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⴰⵙ_ⴰⵙⵉⴰⵙ_ⴰⴽⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⴰⵙ_ⴰⵙⵉⴰⵙ_ⴰⴽⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰ",M:"ⴰⵢoⵓ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}(n(30381))},9288:function(e,t,n){!function(e){"use strict";e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبەەيشەنبەارشەنبەەيشەنبە_جۈمەەنبە".split("_"),weekdaysShort:"يە_دۈ_سەاە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سەاە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var a=100*e+t;return a<600?"يېرىم كېچە":a<900?"سەھەر":a<1130?"چۈشتىن بۇرۇن":a<1230?"چۈش":a<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}})}(n(30381))},67691:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,a){return"m"===a?n?"хвилина":"хвилину":"h"===a?n?"година":"годину":e+" "+t({ss:n?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:n?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:n?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяціісяців",yy:"рік_роки_років"}[a],+e)}function a(e,t){var n={nominative:"неділя_понеділок_вівторок_середаетвер_пятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середуетвер_пятницю_суботу".split("_"),genitive:"неділі_понеділкаівторка_середи_четверга_пятниці_суботи".split("_")};return!0===e?n.nominative.slice(1,7).concat(n.nominative.slice(0,1)):e?n[/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]:n.nominative}function r(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_веровт_лист_груд".split("_"),weekdays:a,weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:r("[Сьогодні "),nextDay:r("[Завтра "),lastDay:r("[Вчора "),nextWeek:r("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return r("[Минулої] dddd [").call(this);case 1:case 2:case 4:return r("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:n,m:n,mm:n,h:"годину",hh:n,d:"день",dd:n,M:"місяць",MM:n,y:"рік",yy:n},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}})}(n(30381))},13795:function(e,t,n){!function(e){"use strict";var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];e.defineLocale("ur",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(30381))},60588:function(e,t,n){!function(e){"use strict";e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(n(30381))},6791:function(e,t,n){!function(e){"use strict";e.defineLocale("uz",{months:"январеврал_март_апрел_май_июн_июл_август_сентябр_октяброябрекабр".split("_"),monthsShort:"янв_фев_мар_апрай_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанбаушанба_Сешанбаоршанбаайшанбаумаанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чорай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Сеоауа".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}(n(30381))},65666:function(e,t,n){!function(e){"use strict";e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần trước lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",w:"một tuần",ww:"%d tuần",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(30381))},14378:function(e,t,n){!function(e){"use strict";e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},75805:function(e,t,n){!function(e){"use strict";e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})}(n(30381))},83839:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var a=100*e+t;return a<600?"凌晨":a<900?"早上":a<1130?"上午":a<1230?"中午":a<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:function(e){return e.week()!==this.week()?"[下]dddLT":"[本]dddLT"},lastDay:"[昨天]LT",lastWeek:function(e){return this.week()!==e.week()?"[上]dddLT":"[本]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s后",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",w:"1 周",ww:"%d 周",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})}(n(30381))},55726:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var a=100*e+t;return a<600?"凌晨":a<900?"早上":a<1200?"上午":1200===a?"中午":a<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(30381))},99807:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-mo",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"D/M/YYYY",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var a=100*e+t;return a<600?"凌晨":a<900?"早上":a<1130?"上午":a<1230?"中午":a<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(30381))},74152:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var a=100*e+t;return a<600?"凌晨":a<900?"早上":a<1130?"上午":a<1230?"中午":a<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(30381))},30381:function(e,t,n){(e=n.nmd(e)).exports=function(){"use strict";var t,a;function r(){return t.apply(null,arguments)}function o(e){t=e}function i(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function s(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function l(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function c(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(l(e,t))return!1;return!0}function u(e){return void 0===e}function d(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function h(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function p(e,t){var n,a=[];for(n=0;n<e.length;++n)a.push(t(e[n],n));return a}function f(e,t){for(var n in t)l(t,n)&&(e[n]=t[n]);return l(t,"toString")&&(e.toString=t.toString),l(t,"valueOf")&&(e.valueOf=t.valueOf),e}function m(e,t,n,a){return qn(e,t,n,a,!0).utc()}function v(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function g(e){return null==e._pf&&(e._pf=v()),e._pf}function _(e){if(null==e._isValid){var t=g(e),n=a.call(t.parsedDateParts,(function(e){return null!=e})),r=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidEra&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&n);if(e._strict&&(r=r&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return r;e._isValid=r}return e._isValid}function b(e){var t=m(NaN);return null!=e?f(g(t),e):g(t).userInvalidated=!0,t}a=Array.prototype.some?Array.prototype.some:function(e){var t,n=Object(this),a=n.length>>>0;for(t=0;t<a;t++)if(t in n&&e.call(this,n[t],t,n))return!0;return!1};var y=r.momentProperties=[],M=!1;function I(e,t){var n,a,r;if(u(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),u(t._i)||(e._i=t._i),u(t._f)||(e._f=t._f),u(t._l)||(e._l=t._l),u(t._strict)||(e._strict=t._strict),u(t._tzm)||(e._tzm=t._tzm),u(t._isUTC)||(e._isUTC=t._isUTC),u(t._offset)||(e._offset=t._offset),u(t._pf)||(e._pf=g(t)),u(t._locale)||(e._locale=t._locale),y.length>0)for(n=0;n<y.length;n++)u(r=t[a=y[n]])||(e[a]=r);return e}function B(e){I(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===M&&(M=!0,r.updateOffset(this),M=!1)}function k(e){return e instanceof B||null!=e&&null!=e._isAMomentObject}function P(e){!1===r.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function T(e,t){var n=!0;return f((function(){if(null!=r.deprecationHandler&&r.deprecationHandler(null,e),n){var a,o,i,s=[];for(o=0;o<arguments.length;o++){if(a="","object"==typeof arguments[o]){for(i in a+="\n["+o+"] ",arguments[0])l(arguments[0],i)&&(a+=i+": "+arguments[0][i]+", ");a=a.slice(0,-2)}else a=arguments[o];s.push(a)}P(e+"\nArguments: "+Array.prototype.slice.call(s).join("")+"\n"+(new Error).stack),n=!1}return t.apply(this,arguments)}),t)}var w,E={};function O(e,t){null!=r.deprecationHandler&&r.deprecationHandler(e,t),E[e]||(P(t),E[e]=!0)}function A(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function L(e){var t,n;for(n in e)l(e,n)&&(A(t=e[n])?this[n]=t:this["_"+n]=t);this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function S(e,t){var n,a=f({},e);for(n in t)l(t,n)&&(s(e[n])&&s(t[n])?(a[n]={},f(a[n],e[n]),f(a[n],t[n])):null!=t[n]?a[n]=t[n]:delete a[n]);for(n in e)l(e,n)&&!l(t,n)&&s(e[n])&&(a[n]=f({},a[n]));return a}function C(e){null!=e&&this.set(e)}r.suppressDeprecationWarnings=!1,r.deprecationHandler=null,w=Object.keys?Object.keys:function(e){var t,n=[];for(t in e)l(e,t)&&n.push(t);return n};var z={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function x(e,t,n){var a=this._calendar[e]||this._calendar.sameElse;return A(a)?a.call(t,n):a}function D(e,t,n){var a=""+Math.abs(e),r=t-a.length;return(e>=0?n?"+":"":"-")+Math.pow(10,Math.max(0,r)).toString().substr(1)+a}var F=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,H=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,N={},R={};function V(e,t,n,a){var r=a;"string"==typeof a&&(r=function(){return this[a]()}),e&&(R[e]=r),t&&(R[t[0]]=function(){return D(r.apply(this,arguments),t[1],t[2])}),n&&(R[n]=function(){return this.localeData().ordinal(r.apply(this,arguments),e)})}function Y(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function j(e){var t,n,a=e.match(F);for(t=0,n=a.length;t<n;t++)R[a[t]]?a[t]=R[a[t]]:a[t]=Y(a[t]);return function(t){var r,o="";for(r=0;r<n;r++)o+=A(a[r])?a[r].call(t,e):a[r];return o}}function $(e,t){return e.isValid()?(t=U(t,e.localeData()),N[t]=N[t]||j(t),N[t](e)):e.localeData().invalidDate()}function U(e,t){var n=5;function a(e){return t.longDateFormat(e)||e}for(H.lastIndex=0;n>=0&&H.test(e);)e=e.replace(H,a),H.lastIndex=0,n-=1;return e}var G={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function W(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.match(F).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])}var q="Invalid date";function X(){return this._invalidDate}var J="%d",K=/\d{1,2}/;function Q(e){return this._ordinal.replace("%d",e)}var Z={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function ee(e,t,n,a){var r=this._relativeTime[n];return A(r)?r(e,t,n,a):r.replace(/%d/i,e)}function te(e,t){var n=this._relativeTime[e>0?"future":"past"];return A(n)?n(t):n.replace(/%s/i,t)}var ne={};function ae(e,t){var n=e.toLowerCase();ne[n]=ne[n+"s"]=ne[t]=e}function re(e){return"string"==typeof e?ne[e]||ne[e.toLowerCase()]:void 0}function oe(e){var t,n,a={};for(n in e)l(e,n)&&(t=re(n))&&(a[t]=e[n]);return a}var ie={};function se(e,t){ie[e]=t}function le(e){var t,n=[];for(t in e)l(e,t)&&n.push({unit:t,priority:ie[t]});return n.sort((function(e,t){return e.priority-t.priority})),n}function ce(e){return e%4==0&&e%100!=0||e%400==0}function ue(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function de(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=ue(t)),n}function he(e,t){return function(n){return null!=n?(fe(this,e,n),r.updateOffset(this,t),this):pe(this,e)}}function pe(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function fe(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&ce(e.year())&&1===e.month()&&29===e.date()?(n=de(n),e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),et(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}function me(e){return A(this[e=re(e)])?this[e]():this}function ve(e,t){if("object"==typeof e){var n,a=le(e=oe(e));for(n=0;n<a.length;n++)this[a[n].unit](e[a[n].unit])}else if(A(this[e=re(e)]))return this[e](t);return this}var ge,_e=/\d/,be=/\d\d/,ye=/\d{3}/,Me=/\d{4}/,Ie=/[+-]?\d{6}/,Be=/\d\d?/,ke=/\d\d\d\d?/,Pe=/\d\d\d\d\d\d?/,Te=/\d{1,3}/,we=/\d{1,4}/,Ee=/[+-]?\d{1,6}/,Oe=/\d+/,Ae=/[+-]?\d+/,Le=/Z|[+-]\d\d:?\d\d/gi,Se=/Z|[+-]\d\d(?::?\d\d)?/gi,Ce=/[+-]?\d+(\.\d{1,3})?/,ze=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function xe(e,t,n){ge[e]=A(t)?t:function(e,a){return e&&n?n:t}}function De(e,t){return l(ge,e)?ge[e](t._strict,t._locale):new RegExp(Fe(e))}function Fe(e){return He(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,n,a,r){return t||n||a||r})))}function He(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}ge={};var Ne={};function Re(e,t){var n,a=t;for("string"==typeof e&&(e=[e]),d(t)&&(a=function(e,n){n[t]=de(e)}),n=0;n<e.length;n++)Ne[e[n]]=a}function Ve(e,t){Re(e,(function(e,n,a,r){a._w=a._w||{},t(e,a._w,a,r)}))}function Ye(e,t,n){null!=t&&l(Ne,e)&&Ne[e](t,n._a,n,e)}var je,$e=0,Ue=1,Ge=2,We=3,qe=4,Xe=5,Je=6,Ke=7,Qe=8;function Ze(e,t){return(e%t+t)%t}function et(e,t){if(isNaN(e)||isNaN(t))return NaN;var n=Ze(t,12);return e+=(t-n)/12,1===n?ce(e)?29:28:31-n%7%2}je=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1},V("M",["MM",2],"Mo",(function(){return this.month()+1})),V("MMM",0,0,(function(e){return this.localeData().monthsShort(this,e)})),V("MMMM",0,0,(function(e){return this.localeData().months(this,e)})),ae("month","M"),se("month",8),xe("M",Be),xe("MM",Be,be),xe("MMM",(function(e,t){return t.monthsShortRegex(e)})),xe("MMMM",(function(e,t){return t.monthsRegex(e)})),Re(["M","MM"],(function(e,t){t[Ue]=de(e)-1})),Re(["MMM","MMMM"],(function(e,t,n,a){var r=n._locale.monthsParse(e,a,n._strict);null!=r?t[Ue]=r:g(n).invalidMonth=e}));var tt="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),nt="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),at=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,rt=ze,ot=ze;function it(e,t){return e?i(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||at).test(t)?"format":"standalone"][e.month()]:i(this._months)?this._months:this._months.standalone}function st(e,t){return e?i(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[at.test(t)?"format":"standalone"][e.month()]:i(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function lt(e,t,n){var a,r,o,i=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],a=0;a<12;++a)o=m([2e3,a]),this._shortMonthsParse[a]=this.monthsShort(o,"").toLocaleLowerCase(),this._longMonthsParse[a]=this.months(o,"").toLocaleLowerCase();return n?"MMM"===t?-1!==(r=je.call(this._shortMonthsParse,i))?r:null:-1!==(r=je.call(this._longMonthsParse,i))?r:null:"MMM"===t?-1!==(r=je.call(this._shortMonthsParse,i))||-1!==(r=je.call(this._longMonthsParse,i))?r:null:-1!==(r=je.call(this._longMonthsParse,i))||-1!==(r=je.call(this._shortMonthsParse,i))?r:null}function ct(e,t,n){var a,r,o;if(this._monthsParseExact)return lt.call(this,e,t,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),a=0;a<12;a++){if(r=m([2e3,a]),n&&!this._longMonthsParse[a]&&(this._longMonthsParse[a]=new RegExp("^"+this.months(r,"").replace(".","")+"$","i"),this._shortMonthsParse[a]=new RegExp("^"+this.monthsShort(r,"").replace(".","")+"$","i")),n||this._monthsParse[a]||(o="^"+this.months(r,"")+"|^"+this.monthsShort(r,""),this._monthsParse[a]=new RegExp(o.replace(".",""),"i")),n&&"MMMM"===t&&this._longMonthsParse[a].test(e))return a;if(n&&"MMM"===t&&this._shortMonthsParse[a].test(e))return a;if(!n&&this._monthsParse[a].test(e))return a}}function ut(e,t){var n;if(!e.isValid())return e;if("string"==typeof t)if(/^\d+$/.test(t))t=de(t);else if(!d(t=e.localeData().monthsParse(t)))return e;return n=Math.min(e.date(),et(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,n),e}function dt(e){return null!=e?(ut(this,e),r.updateOffset(this,!0),this):pe(this,"Month")}function ht(){return et(this.year(),this.month())}function pt(e){return this._monthsParseExact?(l(this,"_monthsRegex")||mt.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(l(this,"_monthsShortRegex")||(this._monthsShortRegex=rt),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)}function ft(e){return this._monthsParseExact?(l(this,"_monthsRegex")||mt.call(this),e?this._monthsStrictRegex:this._monthsRegex):(l(this,"_monthsRegex")||(this._monthsRegex=ot),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)}function mt(){function e(e,t){return t.length-e.length}var t,n,a=[],r=[],o=[];for(t=0;t<12;t++)n=m([2e3,t]),a.push(this.monthsShort(n,"")),r.push(this.months(n,"")),o.push(this.months(n,"")),o.push(this.monthsShort(n,""));for(a.sort(e),r.sort(e),o.sort(e),t=0;t<12;t++)a[t]=He(a[t]),r[t]=He(r[t]);for(t=0;t<24;t++)o[t]=He(o[t]);this._monthsRegex=new RegExp("^("+o.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+a.join("|")+")","i")}function vt(e){return ce(e)?366:365}V("Y",0,0,(function(){var e=this.year();return e<=9999?D(e,4):"+"+e})),V(0,["YY",2],0,(function(){return this.year()%100})),V(0,["YYYY",4],0,"year"),V(0,["YYYYY",5],0,"year"),V(0,["YYYYYY",6,!0],0,"year"),ae("year","y"),se("year",1),xe("Y",Ae),xe("YY",Be,be),xe("YYYY",we,Me),xe("YYYYY",Ee,Ie),xe("YYYYYY",Ee,Ie),Re(["YYYYY","YYYYYY"],$e),Re("YYYY",(function(e,t){t[$e]=2===e.length?r.parseTwoDigitYear(e):de(e)})),Re("YY",(function(e,t){t[$e]=r.parseTwoDigitYear(e)})),Re("Y",(function(e,t){t[$e]=parseInt(e,10)})),r.parseTwoDigitYear=function(e){return de(e)+(de(e)>68?1900:2e3)};var gt=he("FullYear",!0);function _t(){return ce(this.year())}function bt(e,t,n,a,r,o,i){var s;return e<100&&e>=0?(s=new Date(e+400,t,n,a,r,o,i),isFinite(s.getFullYear())&&s.setFullYear(e)):s=new Date(e,t,n,a,r,o,i),s}function yt(e){var t,n;return e<100&&e>=0?((n=Array.prototype.slice.call(arguments))[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function Mt(e,t,n){var a=7+t-n;return-(7+yt(e,0,a).getUTCDay()-t)%7+a-1}function It(e,t,n,a,r){var o,i,s=1+7*(t-1)+(7+n-a)%7+Mt(e,a,r);return s<=0?i=vt(o=e-1)+s:s>vt(e)?(o=e+1,i=s-vt(e)):(o=e,i=s),{year:o,dayOfYear:i}}function Bt(e,t,n){var a,r,o=Mt(e.year(),t,n),i=Math.floor((e.dayOfYear()-o-1)/7)+1;return i<1?a=i+kt(r=e.year()-1,t,n):i>kt(e.year(),t,n)?(a=i-kt(e.year(),t,n),r=e.year()+1):(r=e.year(),a=i),{week:a,year:r}}function kt(e,t,n){var a=Mt(e,t,n),r=Mt(e+1,t,n);return(vt(e)-a+r)/7}function Pt(e){return Bt(e,this._week.dow,this._week.doy).week}V("w",["ww",2],"wo","week"),V("W",["WW",2],"Wo","isoWeek"),ae("week","w"),ae("isoWeek","W"),se("week",5),se("isoWeek",5),xe("w",Be),xe("ww",Be,be),xe("W",Be),xe("WW",Be,be),Ve(["w","ww","W","WW"],(function(e,t,n,a){t[a.substr(0,1)]=de(e)}));var Tt={dow:0,doy:6};function wt(){return this._week.dow}function Et(){return this._week.doy}function Ot(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function At(e){var t=Bt(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}function Lt(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}function St(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function Ct(e,t){return e.slice(t,7).concat(e.slice(0,t))}V("d",0,"do","day"),V("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),V("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),V("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),V("e",0,0,"weekday"),V("E",0,0,"isoWeekday"),ae("day","d"),ae("weekday","e"),ae("isoWeekday","E"),se("day",11),se("weekday",11),se("isoWeekday",11),xe("d",Be),xe("e",Be),xe("E",Be),xe("dd",(function(e,t){return t.weekdaysMinRegex(e)})),xe("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),xe("dddd",(function(e,t){return t.weekdaysRegex(e)})),Ve(["dd","ddd","dddd"],(function(e,t,n,a){var r=n._locale.weekdaysParse(e,a,n._strict);null!=r?t.d=r:g(n).invalidWeekday=e})),Ve(["d","e","E"],(function(e,t,n,a){t[a]=de(e)}));var zt="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),xt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Dt="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ft=ze,Ht=ze,Nt=ze;function Rt(e,t){var n=i(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Ct(n,this._week.dow):e?n[e.day()]:n}function Vt(e){return!0===e?Ct(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Yt(e){return!0===e?Ct(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function jt(e,t,n){var a,r,o,i=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],a=0;a<7;++a)o=m([2e3,1]).day(a),this._minWeekdaysParse[a]=this.weekdaysMin(o,"").toLocaleLowerCase(),this._shortWeekdaysParse[a]=this.weekdaysShort(o,"").toLocaleLowerCase(),this._weekdaysParse[a]=this.weekdays(o,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(r=je.call(this._weekdaysParse,i))?r:null:"ddd"===t?-1!==(r=je.call(this._shortWeekdaysParse,i))?r:null:-1!==(r=je.call(this._minWeekdaysParse,i))?r:null:"dddd"===t?-1!==(r=je.call(this._weekdaysParse,i))||-1!==(r=je.call(this._shortWeekdaysParse,i))||-1!==(r=je.call(this._minWeekdaysParse,i))?r:null:"ddd"===t?-1!==(r=je.call(this._shortWeekdaysParse,i))||-1!==(r=je.call(this._weekdaysParse,i))||-1!==(r=je.call(this._minWeekdaysParse,i))?r:null:-1!==(r=je.call(this._minWeekdaysParse,i))||-1!==(r=je.call(this._weekdaysParse,i))||-1!==(r=je.call(this._shortWeekdaysParse,i))?r:null}function $t(e,t,n){var a,r,o;if(this._weekdaysParseExact)return jt.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),a=0;a<7;a++){if(r=m([2e3,1]).day(a),n&&!this._fullWeekdaysParse[a]&&(this._fullWeekdaysParse[a]=new RegExp("^"+this.weekdays(r,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[a]=new RegExp("^"+this.weekdaysShort(r,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[a]=new RegExp("^"+this.weekdaysMin(r,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[a]||(o="^"+this.weekdays(r,"")+"|^"+this.weekdaysShort(r,"")+"|^"+this.weekdaysMin(r,""),this._weekdaysParse[a]=new RegExp(o.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[a].test(e))return a;if(n&&"ddd"===t&&this._shortWeekdaysParse[a].test(e))return a;if(n&&"dd"===t&&this._minWeekdaysParse[a].test(e))return a;if(!n&&this._weekdaysParse[a].test(e))return a}}function Ut(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=Lt(e,this.localeData()),this.add(e-t,"d")):t}function Gt(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")}function Wt(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=St(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function qt(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Kt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(l(this,"_weekdaysRegex")||(this._weekdaysRegex=Ft),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Xt(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Kt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(l(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Ht),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Jt(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Kt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(l(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Nt),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Kt(){function e(e,t){return t.length-e.length}var t,n,a,r,o,i=[],s=[],l=[],c=[];for(t=0;t<7;t++)n=m([2e3,1]).day(t),a=He(this.weekdaysMin(n,"")),r=He(this.weekdaysShort(n,"")),o=He(this.weekdays(n,"")),i.push(a),s.push(r),l.push(o),c.push(a),c.push(r),c.push(o);i.sort(e),s.sort(e),l.sort(e),c.sort(e),this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+i.join("|")+")","i")}function Qt(){return this.hours()%12||12}function Zt(){return this.hours()||24}function en(e,t){V(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function tn(e,t){return t._meridiemParse}function nn(e){return"p"===(e+"").toLowerCase().charAt(0)}V("H",["HH",2],0,"hour"),V("h",["hh",2],0,Qt),V("k",["kk",2],0,Zt),V("hmm",0,0,(function(){return""+Qt.apply(this)+D(this.minutes(),2)})),V("hmmss",0,0,(function(){return""+Qt.apply(this)+D(this.minutes(),2)+D(this.seconds(),2)})),V("Hmm",0,0,(function(){return""+this.hours()+D(this.minutes(),2)})),V("Hmmss",0,0,(function(){return""+this.hours()+D(this.minutes(),2)+D(this.seconds(),2)})),en("a",!0),en("A",!1),ae("hour","h"),se("hour",13),xe("a",tn),xe("A",tn),xe("H",Be),xe("h",Be),xe("k",Be),xe("HH",Be,be),xe("hh",Be,be),xe("kk",Be,be),xe("hmm",ke),xe("hmmss",Pe),xe("Hmm",ke),xe("Hmmss",Pe),Re(["H","HH"],We),Re(["k","kk"],(function(e,t,n){var a=de(e);t[We]=24===a?0:a})),Re(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),Re(["h","hh"],(function(e,t,n){t[We]=de(e),g(n).bigHour=!0})),Re("hmm",(function(e,t,n){var a=e.length-2;t[We]=de(e.substr(0,a)),t[qe]=de(e.substr(a)),g(n).bigHour=!0})),Re("hmmss",(function(e,t,n){var a=e.length-4,r=e.length-2;t[We]=de(e.substr(0,a)),t[qe]=de(e.substr(a,2)),t[Xe]=de(e.substr(r)),g(n).bigHour=!0})),Re("Hmm",(function(e,t,n){var a=e.length-2;t[We]=de(e.substr(0,a)),t[qe]=de(e.substr(a))})),Re("Hmmss",(function(e,t,n){var a=e.length-4,r=e.length-2;t[We]=de(e.substr(0,a)),t[qe]=de(e.substr(a,2)),t[Xe]=de(e.substr(r))}));var an=/[ap]\.?m?\.?/i,rn=he("Hours",!0);function on(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var sn,ln={calendar:z,longDateFormat:G,invalidDate:q,ordinal:J,dayOfMonthOrdinalParse:K,relativeTime:Z,months:tt,monthsShort:nt,week:Tt,weekdays:zt,weekdaysMin:Dt,weekdaysShort:xt,meridiemParse:an},cn={},un={};function dn(e,t){var n,a=Math.min(e.length,t.length);for(n=0;n<a;n+=1)if(e[n]!==t[n])return n;return a}function hn(e){return e?e.toLowerCase().replace("_","-"):e}function pn(e){for(var t,n,a,r,o=0;o<e.length;){for(t=(r=hn(e[o]).split("-")).length,n=(n=hn(e[o+1]))?n.split("-"):null;t>0;){if(a=fn(r.slice(0,t).join("-")))return a;if(n&&n.length>=t&&dn(r,n)>=t-1)break;t--}o++}return sn}function fn(t){var a=null;if(void 0===cn[t]&&e&&e.exports)try{a=sn._abbr,n(46700)("./"+t),mn(a)}catch(e){cn[t]=null}return cn[t]}function mn(e,t){var n;return e&&((n=u(t)?_n(e):vn(e,t))?sn=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),sn._abbr}function vn(e,t){if(null!==t){var n,a=ln;if(t.abbr=e,null!=cn[e])O("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),a=cn[e]._config;else if(null!=t.parentLocale)if(null!=cn[t.parentLocale])a=cn[t.parentLocale]._config;else{if(null==(n=fn(t.parentLocale)))return un[t.parentLocale]||(un[t.parentLocale]=[]),un[t.parentLocale].push({name:e,config:t}),null;a=n._config}return cn[e]=new C(S(a,t)),un[e]&&un[e].forEach((function(e){vn(e.name,e.config)})),mn(e),cn[e]}return delete cn[e],null}function gn(e,t){if(null!=t){var n,a,r=ln;null!=cn[e]&&null!=cn[e].parentLocale?cn[e].set(S(cn[e]._config,t)):(null!=(a=fn(e))&&(r=a._config),t=S(r,t),null==a&&(t.abbr=e),(n=new C(t)).parentLocale=cn[e],cn[e]=n),mn(e)}else null!=cn[e]&&(null!=cn[e].parentLocale?(cn[e]=cn[e].parentLocale,e===mn()&&mn(e)):null!=cn[e]&&delete cn[e]);return cn[e]}function _n(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return sn;if(!i(e)){if(t=fn(e))return t;e=[e]}return pn(e)}function bn(){return w(cn)}function yn(e){var t,n=e._a;return n&&-2===g(e).overflow&&(t=n[Ue]<0||n[Ue]>11?Ue:n[Ge]<1||n[Ge]>et(n[$e],n[Ue])?Ge:n[We]<0||n[We]>24||24===n[We]&&(0!==n[qe]||0!==n[Xe]||0!==n[Je])?We:n[qe]<0||n[qe]>59?qe:n[Xe]<0||n[Xe]>59?Xe:n[Je]<0||n[Je]>999?Je:-1,g(e)._overflowDayOfYear&&(t<$e||t>Ge)&&(t=Ge),g(e)._overflowWeeks&&-1===t&&(t=Ke),g(e)._overflowWeekday&&-1===t&&(t=Qe),g(e).overflow=t),e}var Mn=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,In=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Bn=/Z|[+-]\d\d(?::?\d\d)?/,kn=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],Pn=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Tn=/^\/?Date\((-?\d+)/i,wn=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,En={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function On(e){var t,n,a,r,o,i,s=e._i,l=Mn.exec(s)||In.exec(s);if(l){for(g(e).iso=!0,t=0,n=kn.length;t<n;t++)if(kn[t][1].exec(l[1])){r=kn[t][0],a=!1!==kn[t][2];break}if(null==r)return void(e._isValid=!1);if(l[3]){for(t=0,n=Pn.length;t<n;t++)if(Pn[t][1].exec(l[3])){o=(l[2]||" ")+Pn[t][0];break}if(null==o)return void(e._isValid=!1)}if(!a&&null!=o)return void(e._isValid=!1);if(l[4]){if(!Bn.exec(l[4]))return void(e._isValid=!1);i="Z"}e._f=r+(o||"")+(i||""),Vn(e)}else e._isValid=!1}function An(e,t,n,a,r,o){var i=[Ln(e),nt.indexOf(t),parseInt(n,10),parseInt(a,10),parseInt(r,10)];return o&&i.push(parseInt(o,10)),i}function Ln(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function Sn(e){return e.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function Cn(e,t,n){return!e||xt.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(g(n).weekdayMismatch=!0,n._isValid=!1,!1)}function zn(e,t,n){if(e)return En[e];if(t)return 0;var a=parseInt(n,10),r=a%100;return(a-r)/100*60+r}function xn(e){var t,n=wn.exec(Sn(e._i));if(n){if(t=An(n[4],n[3],n[2],n[5],n[6],n[7]),!Cn(n[1],t,e))return;e._a=t,e._tzm=zn(n[8],n[9],n[10]),e._d=yt.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),g(e).rfc2822=!0}else e._isValid=!1}function Dn(e){var t=Tn.exec(e._i);null===t?(On(e),!1===e._isValid&&(delete e._isValid,xn(e),!1===e._isValid&&(delete e._isValid,e._strict?e._isValid=!1:r.createFromInputFallback(e)))):e._d=new Date(+t[1])}function Fn(e,t,n){return null!=e?e:null!=t?t:n}function Hn(e){var t=new Date(r.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function Nn(e){var t,n,a,r,o,i=[];if(!e._d){for(a=Hn(e),e._w&&null==e._a[Ge]&&null==e._a[Ue]&&Rn(e),null!=e._dayOfYear&&(o=Fn(e._a[$e],a[$e]),(e._dayOfYear>vt(o)||0===e._dayOfYear)&&(g(e)._overflowDayOfYear=!0),n=yt(o,0,e._dayOfYear),e._a[Ue]=n.getUTCMonth(),e._a[Ge]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=i[t]=a[t];for(;t<7;t++)e._a[t]=i[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[We]&&0===e._a[qe]&&0===e._a[Xe]&&0===e._a[Je]&&(e._nextDay=!0,e._a[We]=0),e._d=(e._useUTC?yt:bt).apply(null,i),r=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[We]=24),e._w&&void 0!==e._w.d&&e._w.d!==r&&(g(e).weekdayMismatch=!0)}}function Rn(e){var t,n,a,r,o,i,s,l,c;null!=(t=e._w).GG||null!=t.W||null!=t.E?(o=1,i=4,n=Fn(t.GG,e._a[$e],Bt(Xn(),1,4).year),a=Fn(t.W,1),((r=Fn(t.E,1))<1||r>7)&&(l=!0)):(o=e._locale._week.dow,i=e._locale._week.doy,c=Bt(Xn(),o,i),n=Fn(t.gg,e._a[$e],c.year),a=Fn(t.w,c.week),null!=t.d?((r=t.d)<0||r>6)&&(l=!0):null!=t.e?(r=t.e+o,(t.e<0||t.e>6)&&(l=!0)):r=o),a<1||a>kt(n,o,i)?g(e)._overflowWeeks=!0:null!=l?g(e)._overflowWeekday=!0:(s=It(n,a,r,o,i),e._a[$e]=s.year,e._dayOfYear=s.dayOfYear)}function Vn(e){if(e._f!==r.ISO_8601)if(e._f!==r.RFC_2822){e._a=[],g(e).empty=!0;var t,n,a,o,i,s,l=""+e._i,c=l.length,u=0;for(a=U(e._f,e._locale).match(F)||[],t=0;t<a.length;t++)o=a[t],(n=(l.match(De(o,e))||[])[0])&&((i=l.substr(0,l.indexOf(n))).length>0&&g(e).unusedInput.push(i),l=l.slice(l.indexOf(n)+n.length),u+=n.length),R[o]?(n?g(e).empty=!1:g(e).unusedTokens.push(o),Ye(o,n,e)):e._strict&&!n&&g(e).unusedTokens.push(o);g(e).charsLeftOver=c-u,l.length>0&&g(e).unusedInput.push(l),e._a[We]<=12&&!0===g(e).bigHour&&e._a[We]>0&&(g(e).bigHour=void 0),g(e).parsedDateParts=e._a.slice(0),g(e).meridiem=e._meridiem,e._a[We]=Yn(e._locale,e._a[We],e._meridiem),null!==(s=g(e).era)&&(e._a[$e]=e._locale.erasConvertYear(s,e._a[$e])),Nn(e),yn(e)}else xn(e);else On(e)}function Yn(e,t,n){var a;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?((a=e.isPM(n))&&t<12&&(t+=12),a||12!==t||(t=0),t):t}function jn(e){var t,n,a,r,o,i,s=!1;if(0===e._f.length)return g(e).invalidFormat=!0,void(e._d=new Date(NaN));for(r=0;r<e._f.length;r++)o=0,i=!1,t=I({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[r],Vn(t),_(t)&&(i=!0),o+=g(t).charsLeftOver,o+=10*g(t).unusedTokens.length,g(t).score=o,s?o<a&&(a=o,n=t):(null==a||o<a||i)&&(a=o,n=t,i&&(s=!0));f(e,n||t)}function $n(e){if(!e._d){var t=oe(e._i),n=void 0===t.day?t.date:t.day;e._a=p([t.year,t.month,n,t.hour,t.minute,t.second,t.millisecond],(function(e){return e&&parseInt(e,10)})),Nn(e)}}function Un(e){var t=new B(yn(Gn(e)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t}function Gn(e){var t=e._i,n=e._f;return e._locale=e._locale||_n(e._l),null===t||void 0===n&&""===t?b({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),k(t)?new B(yn(t)):(h(t)?e._d=t:i(n)?jn(e):n?Vn(e):Wn(e),_(e)||(e._d=null),e))}function Wn(e){var t=e._i;u(t)?e._d=new Date(r.now()):h(t)?e._d=new Date(t.valueOf()):"string"==typeof t?Dn(e):i(t)?(e._a=p(t.slice(0),(function(e){return parseInt(e,10)})),Nn(e)):s(t)?$n(e):d(t)?e._d=new Date(t):r.createFromInputFallback(e)}function qn(e,t,n,a,r){var o={};return!0!==t&&!1!==t||(a=t,t=void 0),!0!==n&&!1!==n||(a=n,n=void 0),(s(e)&&c(e)||i(e)&&0===e.length)&&(e=void 0),o._isAMomentObject=!0,o._useUTC=o._isUTC=r,o._l=n,o._i=e,o._f=t,o._strict=a,Un(o)}function Xn(e,t,n,a){return qn(e,t,n,a,!1)}r.createFromInputFallback=T("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))})),r.ISO_8601=function(){},r.RFC_2822=function(){};var Jn=T("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=Xn.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:b()})),Kn=T("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=Xn.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:b()}));function Qn(e,t){var n,a;if(1===t.length&&i(t[0])&&(t=t[0]),!t.length)return Xn();for(n=t[0],a=1;a<t.length;++a)t[a].isValid()&&!t[a][e](n)||(n=t[a]);return n}function Zn(){return Qn("isBefore",[].slice.call(arguments,0))}function ea(){return Qn("isAfter",[].slice.call(arguments,0))}var ta=function(){return Date.now?Date.now():+new Date},na=["year","quarter","month","week","day","hour","minute","second","millisecond"];function aa(e){var t,n,a=!1;for(t in e)if(l(e,t)&&(-1===je.call(na,t)||null!=e[t]&&isNaN(e[t])))return!1;for(n=0;n<na.length;++n)if(e[na[n]]){if(a)return!1;parseFloat(e[na[n]])!==de(e[na[n]])&&(a=!0)}return!0}function ra(){return this._isValid}function oa(){return Ea(NaN)}function ia(e){var t=oe(e),n=t.year||0,a=t.quarter||0,r=t.month||0,o=t.week||t.isoWeek||0,i=t.day||0,s=t.hour||0,l=t.minute||0,c=t.second||0,u=t.millisecond||0;this._isValid=aa(t),this._milliseconds=+u+1e3*c+6e4*l+1e3*s*60*60,this._days=+i+7*o,this._months=+r+3*a+12*n,this._data={},this._locale=_n(),this._bubble()}function sa(e){return e instanceof ia}function la(e){return e<0?-1*Math.round(-1*e):Math.round(e)}function ca(e,t,n){var a,r=Math.min(e.length,t.length),o=Math.abs(e.length-t.length),i=0;for(a=0;a<r;a++)(n&&e[a]!==t[a]||!n&&de(e[a])!==de(t[a]))&&i++;return i+o}function ua(e,t){V(e,0,0,(function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n+D(~~(e/60),2)+t+D(~~e%60,2)}))}ua("Z",":"),ua("ZZ",""),xe("Z",Se),xe("ZZ",Se),Re(["Z","ZZ"],(function(e,t,n){n._useUTC=!0,n._tzm=ha(Se,e)}));var da=/([\+\-]|\d\d)/gi;function ha(e,t){var n,a,r=(t||"").match(e);return null===r?null:0===(a=60*(n=((r[r.length-1]||[])+"").match(da)||["-",0,0])[1]+de(n[2]))?0:"+"===n[0]?a:-a}function pa(e,t){var n,a;return t._isUTC?(n=t.clone(),a=(k(e)||h(e)?e.valueOf():Xn(e).valueOf())-n.valueOf(),n._d.setTime(n._d.valueOf()+a),r.updateOffset(n,!1),n):Xn(e).local()}function fa(e){return-Math.round(e._d.getTimezoneOffset())}function ma(e,t,n){var a,o=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null!=e){if("string"==typeof e){if(null===(e=ha(Se,e)))return this}else Math.abs(e)<16&&!n&&(e*=60);return!this._isUTC&&t&&(a=fa(this)),this._offset=e,this._isUTC=!0,null!=a&&this.add(a,"m"),o!==e&&(!t||this._changeInProgress?Ca(this,Ea(e-o,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,r.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?o:fa(this)}function va(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}function ga(e){return this.utcOffset(0,e)}function _a(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(fa(this),"m")),this}function ba(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var e=ha(Le,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this}function ya(e){return!!this.isValid()&&(e=e?Xn(e).utcOffset():0,(this.utcOffset()-e)%60==0)}function Ma(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Ia(){if(!u(this._isDSTShifted))return this._isDSTShifted;var e,t={};return I(t,this),(t=Gn(t))._a?(e=t._isUTC?m(t._a):Xn(t._a),this._isDSTShifted=this.isValid()&&ca(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function Ba(){return!!this.isValid()&&!this._isUTC}function ka(){return!!this.isValid()&&this._isUTC}function Pa(){return!!this.isValid()&&this._isUTC&&0===this._offset}r.updateOffset=function(){};var Ta=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,wa=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Ea(e,t){var n,a,r,o=e,i=null;return sa(e)?o={ms:e._milliseconds,d:e._days,M:e._months}:d(e)||!isNaN(+e)?(o={},t?o[t]=+e:o.milliseconds=+e):(i=Ta.exec(e))?(n="-"===i[1]?-1:1,o={y:0,d:de(i[Ge])*n,h:de(i[We])*n,m:de(i[qe])*n,s:de(i[Xe])*n,ms:de(la(1e3*i[Je]))*n}):(i=wa.exec(e))?(n="-"===i[1]?-1:1,o={y:Oa(i[2],n),M:Oa(i[3],n),w:Oa(i[4],n),d:Oa(i[5],n),h:Oa(i[6],n),m:Oa(i[7],n),s:Oa(i[8],n)}):null==o?o={}:"object"==typeof o&&("from"in o||"to"in o)&&(r=La(Xn(o.from),Xn(o.to)),(o={}).ms=r.milliseconds,o.M=r.months),a=new ia(o),sa(e)&&l(e,"_locale")&&(a._locale=e._locale),sa(e)&&l(e,"_isValid")&&(a._isValid=e._isValid),a}function Oa(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Aa(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function La(e,t){var n;return e.isValid()&&t.isValid()?(t=pa(t,e),e.isBefore(t)?n=Aa(e,t):((n=Aa(t,e)).milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function Sa(e,t){return function(n,a){var r;return null===a||isNaN(+a)||(O(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),r=n,n=a,a=r),Ca(this,Ea(n,a),e),this}}function Ca(e,t,n,a){var o=t._milliseconds,i=la(t._days),s=la(t._months);e.isValid()&&(a=null==a||a,s&&ut(e,pe(e,"Month")+s*n),i&&fe(e,"Date",pe(e,"Date")+i*n),o&&e._d.setTime(e._d.valueOf()+o*n),a&&r.updateOffset(e,i||s))}Ea.fn=ia.prototype,Ea.invalid=oa;var za=Sa(1,"add"),xa=Sa(-1,"subtract");function Da(e){return"string"==typeof e||e instanceof String}function Fa(e){return k(e)||h(e)||Da(e)||d(e)||Na(e)||Ha(e)||null==e}function Ha(e){var t,n,a=s(e)&&!c(e),r=!1,o=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"];for(t=0;t<o.length;t+=1)n=o[t],r=r||l(e,n);return a&&r}function Na(e){var t=i(e),n=!1;return t&&(n=0===e.filter((function(t){return!d(t)&&Da(e)})).length),t&&n}function Ra(e){var t,n,a=s(e)&&!c(e),r=!1,o=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(t=0;t<o.length;t+=1)n=o[t],r=r||l(e,n);return a&&r}function Va(e,t){var n=e.diff(t,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"}function Ya(e,t){1===arguments.length&&(arguments[0]?Fa(arguments[0])?(e=arguments[0],t=void 0):Ra(arguments[0])&&(t=arguments[0],e=void 0):(e=void 0,t=void 0));var n=e||Xn(),a=pa(n,this).startOf("day"),o=r.calendarFormat(this,a)||"sameElse",i=t&&(A(t[o])?t[o].call(this,n):t[o]);return this.format(i||this.localeData().calendar(o,this,Xn(n)))}function ja(){return new B(this)}function $a(e,t){var n=k(e)?e:Xn(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=re(t)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(t).valueOf())}function Ua(e,t){var n=k(e)?e:Xn(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=re(t)||"millisecond")?this.valueOf()<n.valueOf():this.clone().endOf(t).valueOf()<n.valueOf())}function Ga(e,t,n,a){var r=k(e)?e:Xn(e),o=k(t)?t:Xn(t);return!!(this.isValid()&&r.isValid()&&o.isValid())&&("("===(a=a||"()")[0]?this.isAfter(r,n):!this.isBefore(r,n))&&(")"===a[1]?this.isBefore(o,n):!this.isAfter(o,n))}function Wa(e,t){var n,a=k(e)?e:Xn(e);return!(!this.isValid()||!a.isValid())&&("millisecond"===(t=re(t)||"millisecond")?this.valueOf()===a.valueOf():(n=a.valueOf(),this.clone().startOf(t).valueOf()<=n&&n<=this.clone().endOf(t).valueOf()))}function qa(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function Xa(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function Ja(e,t,n){var a,r,o;if(!this.isValid())return NaN;if(!(a=pa(e,this)).isValid())return NaN;switch(r=6e4*(a.utcOffset()-this.utcOffset()),t=re(t)){case"year":o=Ka(this,a)/12;break;case"month":o=Ka(this,a);break;case"quarter":o=Ka(this,a)/3;break;case"second":o=(this-a)/1e3;break;case"minute":o=(this-a)/6e4;break;case"hour":o=(this-a)/36e5;break;case"day":o=(this-a-r)/864e5;break;case"week":o=(this-a-r)/6048e5;break;default:o=this-a}return n?o:ue(o)}function Ka(e,t){if(e.date()<t.date())return-Ka(t,e);var n=12*(t.year()-e.year())+(t.month()-e.month()),a=e.clone().add(n,"months");return-(n+(t-a<0?(t-a)/(a-e.clone().add(n-1,"months")):(t-a)/(e.clone().add(n+1,"months")-a)))||0}function Qa(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function Za(e){if(!this.isValid())return null;var t=!0!==e,n=t?this.clone().utc():this;return n.year()<0||n.year()>9999?$(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):A(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",$(n,"Z")):$(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function er(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,a,r="moment",o="";return this.isLocal()||(r=0===this.utcOffset()?"moment.utc":"moment.parseZone",o="Z"),e="["+r+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n="-MM-DD[T]HH:mm:ss.SSS",a=o+'[")]',this.format(e+t+n+a)}function tr(e){e||(e=this.isUtc()?r.defaultFormatUtc:r.defaultFormat);var t=$(this,e);return this.localeData().postformat(t)}function nr(e,t){return this.isValid()&&(k(e)&&e.isValid()||Xn(e).isValid())?Ea({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ar(e){return this.from(Xn(),e)}function rr(e,t){return this.isValid()&&(k(e)&&e.isValid()||Xn(e).isValid())?Ea({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function or(e){return this.to(Xn(),e)}function ir(e){var t;return void 0===e?this._locale._abbr:(null!=(t=_n(e))&&(this._locale=t),this)}r.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",r.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var sr=T("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function lr(){return this._locale}var cr=1e3,ur=60*cr,dr=60*ur,hr=3506328*dr;function pr(e,t){return(e%t+t)%t}function fr(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-hr:new Date(e,t,n).valueOf()}function mr(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-hr:Date.UTC(e,t,n)}function vr(e){var t,n;if(void 0===(e=re(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?mr:fr,e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=pr(t+(this._isUTC?0:this.utcOffset()*ur),dr);break;case"minute":t=this._d.valueOf(),t-=pr(t,ur);break;case"second":t=this._d.valueOf(),t-=pr(t,cr)}return this._d.setTime(t),r.updateOffset(this,!0),this}function gr(e){var t,n;if(void 0===(e=re(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?mr:fr,e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=dr-pr(t+(this._isUTC?0:this.utcOffset()*ur),dr)-1;break;case"minute":t=this._d.valueOf(),t+=ur-pr(t,ur)-1;break;case"second":t=this._d.valueOf(),t+=cr-pr(t,cr)-1}return this._d.setTime(t),r.updateOffset(this,!0),this}function _r(){return this._d.valueOf()-6e4*(this._offset||0)}function br(){return Math.floor(this.valueOf()/1e3)}function yr(){return new Date(this.valueOf())}function Mr(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function Ir(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function Br(){return this.isValid()?this.toISOString():null}function kr(){return _(this)}function Pr(){return f({},g(this))}function Tr(){return g(this).overflow}function wr(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Er(e,t){var n,a,o,i=this._eras||_n("en")._eras;for(n=0,a=i.length;n<a;++n)switch("string"==typeof i[n].since&&(o=r(i[n].since).startOf("day"),i[n].since=o.valueOf()),typeof i[n].until){case"undefined":i[n].until=1/0;break;case"string":o=r(i[n].until).startOf("day").valueOf(),i[n].until=o.valueOf()}return i}function Or(e,t,n){var a,r,o,i,s,l=this.eras();for(e=e.toUpperCase(),a=0,r=l.length;a<r;++a)if(o=l[a].name.toUpperCase(),i=l[a].abbr.toUpperCase(),s=l[a].narrow.toUpperCase(),n)switch(t){case"N":case"NN":case"NNN":if(i===e)return l[a];break;case"NNNN":if(o===e)return l[a];break;case"NNNNN":if(s===e)return l[a]}else if([o,i,s].indexOf(e)>=0)return l[a]}function Ar(e,t){var n=e.since<=e.until?1:-1;return void 0===t?r(e.since).year():r(e.since).year()+(t-e.offset)*n}function Lr(){var e,t,n,a=this.localeData().eras();for(e=0,t=a.length;e<t;++e){if(n=this.clone().startOf("day").valueOf(),a[e].since<=n&&n<=a[e].until)return a[e].name;if(a[e].until<=n&&n<=a[e].since)return a[e].name}return""}function Sr(){var e,t,n,a=this.localeData().eras();for(e=0,t=a.length;e<t;++e){if(n=this.clone().startOf("day").valueOf(),a[e].since<=n&&n<=a[e].until)return a[e].narrow;if(a[e].until<=n&&n<=a[e].since)return a[e].narrow}return""}function Cr(){var e,t,n,a=this.localeData().eras();for(e=0,t=a.length;e<t;++e){if(n=this.clone().startOf("day").valueOf(),a[e].since<=n&&n<=a[e].until)return a[e].abbr;if(a[e].until<=n&&n<=a[e].since)return a[e].abbr}return""}function zr(){var e,t,n,a,o=this.localeData().eras();for(e=0,t=o.length;e<t;++e)if(n=o[e].since<=o[e].until?1:-1,a=this.clone().startOf("day").valueOf(),o[e].since<=a&&a<=o[e].until||o[e].until<=a&&a<=o[e].since)return(this.year()-r(o[e].since).year())*n+o[e].offset;return this.year()}function xr(e){return l(this,"_erasNameRegex")||Yr.call(this),e?this._erasNameRegex:this._erasRegex}function Dr(e){return l(this,"_erasAbbrRegex")||Yr.call(this),e?this._erasAbbrRegex:this._erasRegex}function Fr(e){return l(this,"_erasNarrowRegex")||Yr.call(this),e?this._erasNarrowRegex:this._erasRegex}function Hr(e,t){return t.erasAbbrRegex(e)}function Nr(e,t){return t.erasNameRegex(e)}function Rr(e,t){return t.erasNarrowRegex(e)}function Vr(e,t){return t._eraYearOrdinalRegex||Oe}function Yr(){var e,t,n=[],a=[],r=[],o=[],i=this.eras();for(e=0,t=i.length;e<t;++e)a.push(He(i[e].name)),n.push(He(i[e].abbr)),r.push(He(i[e].narrow)),o.push(He(i[e].name)),o.push(He(i[e].abbr)),o.push(He(i[e].narrow));this._erasRegex=new RegExp("^("+o.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+a.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+n.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+r.join("|")+")","i")}function jr(e,t){V(0,[e,e.length],0,t)}function $r(e){return Jr.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function Ur(e){return Jr.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)}function Gr(){return kt(this.year(),1,4)}function Wr(){return kt(this.isoWeekYear(),1,4)}function qr(){var e=this.localeData()._week;return kt(this.year(),e.dow,e.doy)}function Xr(){var e=this.localeData()._week;return kt(this.weekYear(),e.dow,e.doy)}function Jr(e,t,n,a,r){var o;return null==e?Bt(this,a,r).year:(t>(o=kt(e,a,r))&&(t=o),Kr.call(this,e,t,n,a,r))}function Kr(e,t,n,a,r){var o=It(e,t,n,a,r),i=yt(o.year,0,o.dayOfYear);return this.year(i.getUTCFullYear()),this.month(i.getUTCMonth()),this.date(i.getUTCDate()),this}function Qr(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}V("N",0,0,"eraAbbr"),V("NN",0,0,"eraAbbr"),V("NNN",0,0,"eraAbbr"),V("NNNN",0,0,"eraName"),V("NNNNN",0,0,"eraNarrow"),V("y",["y",1],"yo","eraYear"),V("y",["yy",2],0,"eraYear"),V("y",["yyy",3],0,"eraYear"),V("y",["yyyy",4],0,"eraYear"),xe("N",Hr),xe("NN",Hr),xe("NNN",Hr),xe("NNNN",Nr),xe("NNNNN",Rr),Re(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,n,a){var r=n._locale.erasParse(e,a,n._strict);r?g(n).era=r:g(n).invalidEra=e})),xe("y",Oe),xe("yy",Oe),xe("yyy",Oe),xe("yyyy",Oe),xe("yo",Vr),Re(["y","yy","yyy","yyyy"],$e),Re(["yo"],(function(e,t,n,a){var r;n._locale._eraYearOrdinalRegex&&(r=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[$e]=n._locale.eraYearOrdinalParse(e,r):t[$e]=parseInt(e,10)})),V(0,["gg",2],0,(function(){return this.weekYear()%100})),V(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),jr("gggg","weekYear"),jr("ggggg","weekYear"),jr("GGGG","isoWeekYear"),jr("GGGGG","isoWeekYear"),ae("weekYear","gg"),ae("isoWeekYear","GG"),se("weekYear",1),se("isoWeekYear",1),xe("G",Ae),xe("g",Ae),xe("GG",Be,be),xe("gg",Be,be),xe("GGGG",we,Me),xe("gggg",we,Me),xe("GGGGG",Ee,Ie),xe("ggggg",Ee,Ie),Ve(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,a){t[a.substr(0,2)]=de(e)})),Ve(["gg","GG"],(function(e,t,n,a){t[a]=r.parseTwoDigitYear(e)})),V("Q",0,"Qo","quarter"),ae("quarter","Q"),se("quarter",7),xe("Q",_e),Re("Q",(function(e,t){t[Ue]=3*(de(e)-1)})),V("D",["DD",2],"Do","date"),ae("date","D"),se("date",9),xe("D",Be),xe("DD",Be,be),xe("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),Re(["D","DD"],Ge),Re("Do",(function(e,t){t[Ge]=de(e.match(Be)[0])}));var Zr=he("Date",!0);function eo(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")}V("DDD",["DDDD",3],"DDDo","dayOfYear"),ae("dayOfYear","DDD"),se("dayOfYear",4),xe("DDD",Te),xe("DDDD",ye),Re(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=de(e)})),V("m",["mm",2],0,"minute"),ae("minute","m"),se("minute",14),xe("m",Be),xe("mm",Be,be),Re(["m","mm"],qe);var to=he("Minutes",!1);V("s",["ss",2],0,"second"),ae("second","s"),se("second",15),xe("s",Be),xe("ss",Be,be),Re(["s","ss"],Xe);var no,ao,ro=he("Seconds",!1);for(V("S",0,0,(function(){return~~(this.millisecond()/100)})),V(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),V(0,["SSS",3],0,"millisecond"),V(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),V(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),V(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),V(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),V(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),V(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),ae("millisecond","ms"),se("millisecond",16),xe("S",Te,_e),xe("SS",Te,be),xe("SSS",Te,ye),no="SSSS";no.length<=9;no+="S")xe(no,Oe);function oo(e,t){t[Je]=de(1e3*("0."+e))}for(no="S";no.length<=9;no+="S")Re(no,oo);function io(){return this._isUTC?"UTC":""}function so(){return this._isUTC?"Coordinated Universal Time":""}ao=he("Milliseconds",!1),V("z",0,0,"zoneAbbr"),V("zz",0,0,"zoneName");var lo=B.prototype;function co(e){return Xn(1e3*e)}function uo(){return Xn.apply(null,arguments).parseZone()}function ho(e){return e}lo.add=za,lo.calendar=Ya,lo.clone=ja,lo.diff=Ja,lo.endOf=gr,lo.format=tr,lo.from=nr,lo.fromNow=ar,lo.to=rr,lo.toNow=or,lo.get=me,lo.invalidAt=Tr,lo.isAfter=$a,lo.isBefore=Ua,lo.isBetween=Ga,lo.isSame=Wa,lo.isSameOrAfter=qa,lo.isSameOrBefore=Xa,lo.isValid=kr,lo.lang=sr,lo.locale=ir,lo.localeData=lr,lo.max=Kn,lo.min=Jn,lo.parsingFlags=Pr,lo.set=ve,lo.startOf=vr,lo.subtract=xa,lo.toArray=Mr,lo.toObject=Ir,lo.toDate=yr,lo.toISOString=Za,lo.inspect=er,"undefined"!=typeof Symbol&&null!=Symbol.for&&(lo[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),lo.toJSON=Br,lo.toString=Qa,lo.unix=br,lo.valueOf=_r,lo.creationData=wr,lo.eraName=Lr,lo.eraNarrow=Sr,lo.eraAbbr=Cr,lo.eraYear=zr,lo.year=gt,lo.isLeapYear=_t,lo.weekYear=$r,lo.isoWeekYear=Ur,lo.quarter=lo.quarters=Qr,lo.month=dt,lo.daysInMonth=ht,lo.week=lo.weeks=Ot,lo.isoWeek=lo.isoWeeks=At,lo.weeksInYear=qr,lo.weeksInWeekYear=Xr,lo.isoWeeksInYear=Gr,lo.isoWeeksInISOWeekYear=Wr,lo.date=Zr,lo.day=lo.days=Ut,lo.weekday=Gt,lo.isoWeekday=Wt,lo.dayOfYear=eo,lo.hour=lo.hours=rn,lo.minute=lo.minutes=to,lo.second=lo.seconds=ro,lo.millisecond=lo.milliseconds=ao,lo.utcOffset=ma,lo.utc=ga,lo.local=_a,lo.parseZone=ba,lo.hasAlignedHourOffset=ya,lo.isDST=Ma,lo.isLocal=Ba,lo.isUtcOffset=ka,lo.isUtc=Pa,lo.isUTC=Pa,lo.zoneAbbr=io,lo.zoneName=so,lo.dates=T("dates accessor is deprecated. Use date instead.",Zr),lo.months=T("months accessor is deprecated. Use month instead",dt),lo.years=T("years accessor is deprecated. Use year instead",gt),lo.zone=T("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",va),lo.isDSTShifted=T("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Ia);var po=C.prototype;function fo(e,t,n,a){var r=_n(),o=m().set(a,t);return r[n](o,e)}function mo(e,t,n){if(d(e)&&(t=e,e=void 0),e=e||"",null!=t)return fo(e,t,n,"month");var a,r=[];for(a=0;a<12;a++)r[a]=fo(e,a,n,"month");return r}function vo(e,t,n,a){"boolean"==typeof e?(d(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,d(t)&&(n=t,t=void 0),t=t||"");var r,o=_n(),i=e?o._week.dow:0,s=[];if(null!=n)return fo(t,(n+i)%7,a,"day");for(r=0;r<7;r++)s[r]=fo(t,(r+i)%7,a,"day");return s}function go(e,t){return mo(e,t,"months")}function _o(e,t){return mo(e,t,"monthsShort")}function bo(e,t,n){return vo(e,t,n,"weekdays")}function yo(e,t,n){return vo(e,t,n,"weekdaysShort")}function Mo(e,t,n){return vo(e,t,n,"weekdaysMin")}po.calendar=x,po.longDateFormat=W,po.invalidDate=X,po.ordinal=Q,po.preparse=ho,po.postformat=ho,po.relativeTime=ee,po.pastFuture=te,po.set=L,po.eras=Er,po.erasParse=Or,po.erasConvertYear=Ar,po.erasAbbrRegex=Dr,po.erasNameRegex=xr,po.erasNarrowRegex=Fr,po.months=it,po.monthsShort=st,po.monthsParse=ct,po.monthsRegex=ft,po.monthsShortRegex=pt,po.week=Pt,po.firstDayOfYear=Et,po.firstDayOfWeek=wt,po.weekdays=Rt,po.weekdaysMin=Yt,po.weekdaysShort=Vt,po.weekdaysParse=$t,po.weekdaysRegex=qt,po.weekdaysShortRegex=Xt,po.weekdaysMinRegex=Jt,po.isPM=nn,po.meridiem=on,mn("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===de(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),r.lang=T("moment.lang is deprecated. Use moment.locale instead.",mn),r.langData=T("moment.langData is deprecated. Use moment.localeData instead.",_n);var Io=Math.abs;function Bo(){var e=this._data;return this._milliseconds=Io(this._milliseconds),this._days=Io(this._days),this._months=Io(this._months),e.milliseconds=Io(e.milliseconds),e.seconds=Io(e.seconds),e.minutes=Io(e.minutes),e.hours=Io(e.hours),e.months=Io(e.months),e.years=Io(e.years),this}function ko(e,t,n,a){var r=Ea(t,n);return e._milliseconds+=a*r._milliseconds,e._days+=a*r._days,e._months+=a*r._months,e._bubble()}function Po(e,t){return ko(this,e,t,1)}function To(e,t){return ko(this,e,t,-1)}function wo(e){return e<0?Math.floor(e):Math.ceil(e)}function Eo(){var e,t,n,a,r,o=this._milliseconds,i=this._days,s=this._months,l=this._data;return o>=0&&i>=0&&s>=0||o<=0&&i<=0&&s<=0||(o+=864e5*wo(Ao(s)+i),i=0,s=0),l.milliseconds=o%1e3,e=ue(o/1e3),l.seconds=e%60,t=ue(e/60),l.minutes=t%60,n=ue(t/60),l.hours=n%24,i+=ue(n/24),s+=r=ue(Oo(i)),i-=wo(Ao(r)),a=ue(s/12),s%=12,l.days=i,l.months=s,l.years=a,this}function Oo(e){return 4800*e/146097}function Ao(e){return 146097*e/4800}function Lo(e){if(!this.isValid())return NaN;var t,n,a=this._milliseconds;if("month"===(e=re(e))||"quarter"===e||"year"===e)switch(t=this._days+a/864e5,n=this._months+Oo(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(Ao(this._months)),e){case"week":return t/7+a/6048e5;case"day":return t+a/864e5;case"hour":return 24*t+a/36e5;case"minute":return 1440*t+a/6e4;case"second":return 86400*t+a/1e3;case"millisecond":return Math.floor(864e5*t)+a;default:throw new Error("Unknown unit "+e)}}function So(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*de(this._months/12):NaN}function Co(e){return function(){return this.as(e)}}var zo=Co("ms"),xo=Co("s"),Do=Co("m"),Fo=Co("h"),Ho=Co("d"),No=Co("w"),Ro=Co("M"),Vo=Co("Q"),Yo=Co("y");function jo(){return Ea(this)}function $o(e){return e=re(e),this.isValid()?this[e+"s"]():NaN}function Uo(e){return function(){return this.isValid()?this._data[e]:NaN}}var Go=Uo("milliseconds"),Wo=Uo("seconds"),qo=Uo("minutes"),Xo=Uo("hours"),Jo=Uo("days"),Ko=Uo("months"),Qo=Uo("years");function Zo(){return ue(this.days()/7)}var ei=Math.round,ti={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function ni(e,t,n,a,r){return r.relativeTime(t||1,!!n,e,a)}function ai(e,t,n,a){var r=Ea(e).abs(),o=ei(r.as("s")),i=ei(r.as("m")),s=ei(r.as("h")),l=ei(r.as("d")),c=ei(r.as("M")),u=ei(r.as("w")),d=ei(r.as("y")),h=o<=n.ss&&["s",o]||o<n.s&&["ss",o]||i<=1&&["m"]||i<n.m&&["mm",i]||s<=1&&["h"]||s<n.h&&["hh",s]||l<=1&&["d"]||l<n.d&&["dd",l];return null!=n.w&&(h=h||u<=1&&["w"]||u<n.w&&["ww",u]),(h=h||c<=1&&["M"]||c<n.M&&["MM",c]||d<=1&&["y"]||["yy",d])[2]=t,h[3]=+e>0,h[4]=a,ni.apply(null,h)}function ri(e){return void 0===e?ei:"function"==typeof e&&(ei=e,!0)}function oi(e,t){return void 0!==ti[e]&&(void 0===t?ti[e]:(ti[e]=t,"s"===e&&(ti.ss=t-1),!0))}function ii(e,t){if(!this.isValid())return this.localeData().invalidDate();var n,a,r=!1,o=ti;return"object"==typeof e&&(t=e,e=!1),"boolean"==typeof e&&(r=e),"object"==typeof t&&(o=Object.assign({},ti,t),null!=t.s&&null==t.ss&&(o.ss=t.s-1)),a=ai(this,!r,o,n=this.localeData()),r&&(a=n.pastFuture(+this,a)),n.postformat(a)}var si=Math.abs;function li(e){return(e>0)-(e<0)||+e}function ci(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n,a,r,o,i,s,l=si(this._milliseconds)/1e3,c=si(this._days),u=si(this._months),d=this.asSeconds();return d?(e=ue(l/60),t=ue(e/60),l%=60,e%=60,n=ue(u/12),u%=12,a=l?l.toFixed(3).replace(/\.?0+$/,""):"",r=d<0?"-":"",o=li(this._months)!==li(d)?"-":"",i=li(this._days)!==li(d)?"-":"",s=li(this._milliseconds)!==li(d)?"-":"",r+"P"+(n?o+n+"Y":"")+(u?o+u+"M":"")+(c?i+c+"D":"")+(t||e||l?"T":"")+(t?s+t+"H":"")+(e?s+e+"M":"")+(l?s+a+"S":"")):"P0D"}var ui=ia.prototype;return ui.isValid=ra,ui.abs=Bo,ui.add=Po,ui.subtract=To,ui.as=Lo,ui.asMilliseconds=zo,ui.asSeconds=xo,ui.asMinutes=Do,ui.asHours=Fo,ui.asDays=Ho,ui.asWeeks=No,ui.asMonths=Ro,ui.asQuarters=Vo,ui.asYears=Yo,ui.valueOf=So,ui._bubble=Eo,ui.clone=jo,ui.get=$o,ui.milliseconds=Go,ui.seconds=Wo,ui.minutes=qo,ui.hours=Xo,ui.days=Jo,ui.weeks=Zo,ui.months=Ko,ui.years=Qo,ui.humanize=ii,ui.toISOString=ci,ui.toString=ci,ui.toJSON=ci,ui.locale=ir,ui.localeData=lr,ui.toIsoString=T("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",ci),ui.lang=sr,V("X",0,0,"unix"),V("x",0,0,"valueOf"),xe("x",Ae),xe("X",Ce),Re("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),Re("x",(function(e,t,n){n._d=new Date(de(e))})),r.version="2.29.1",o(Xn),r.fn=lo,r.min=Zn,r.max=ea,r.now=ta,r.utc=m,r.unix=co,r.months=go,r.isDate=h,r.locale=mn,r.invalid=b,r.duration=Ea,r.isMoment=k,r.weekdays=bo,r.parseZone=uo,r.localeData=_n,r.isDuration=sa,r.monthsShort=_o,r.weekdaysMin=Mo,r.defineLocale=vn,r.updateLocale=gn,r.locales=bn,r.weekdaysShort=yo,r.normalizeUnits=re,r.relativeTimeRounding=ri,r.relativeTimeThreshold=oi,r.calendarFormat=Va,r.prototype=lo,r.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},r}()},28981:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>ue});var a="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,r=function(){for(var e=["Edge","Trident","Firefox"],t=0;t<e.length;t+=1)if(a&&navigator.userAgent.indexOf(e[t])>=0)return 1;return 0}();var o=a&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then((function(){t=!1,e()})))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout((function(){t=!1,e()}),r))}};function i(e){return e&&"[object Function]"==={}.toString.call(e)}function s(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function l(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function c(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=s(e),n=t.overflow,a=t.overflowX,r=t.overflowY;return/(auto|scroll|overlay)/.test(n+r+a)?e:c(l(e))}function u(e){return e&&e.referenceNode?e.referenceNode:e}var d=a&&!(!window.MSInputMethodContext||!document.documentMode),h=a&&/MSIE 10/.test(navigator.userAgent);function p(e){return 11===e?d:10===e?h:d||h}function f(e){if(!e)return document.documentElement;for(var t=p(10)?document.body:null,n=e.offsetParent||null;n===t&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var a=n&&n.nodeName;return a&&"BODY"!==a&&"HTML"!==a?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===s(n,"position")?f(n):n:e?e.ownerDocument.documentElement:document.documentElement}function m(e){return null!==e.parentNode?m(e.parentNode):e}function v(e,t){if(!(e&&e.nodeType&&t&&t.nodeType))return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,a=n?e:t,r=n?t:e,o=document.createRange();o.setStart(a,0),o.setEnd(r,0);var i,s,l=o.commonAncestorContainer;if(e!==l&&t!==l||a.contains(r))return"BODY"===(s=(i=l).nodeName)||"HTML"!==s&&f(i.firstElementChild)!==i?f(l):l;var c=m(e);return c.host?v(c.host,t):v(e,m(t).host)}function g(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===t?"scrollTop":"scrollLeft",a=e.nodeName;if("BODY"===a||"HTML"===a){var r=e.ownerDocument.documentElement,o=e.ownerDocument.scrollingElement||r;return o[n]}return e[n]}function _(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=g(t,"top"),r=g(t,"left"),o=n?-1:1;return e.top+=a*o,e.bottom+=a*o,e.left+=r*o,e.right+=r*o,e}function b(e,t){var n="x"===t?"Left":"Top",a="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"])+parseFloat(e["border"+a+"Width"])}function y(e,t,n,a){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],p(10)?parseInt(n["offset"+e])+parseInt(a["margin"+("Height"===e?"Top":"Left")])+parseInt(a["margin"+("Height"===e?"Bottom":"Right")]):0)}function M(e){var t=e.body,n=e.documentElement,a=p(10)&&getComputedStyle(n);return{height:y("Height",t,n,a),width:y("Width",t,n,a)}}var I=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},B=function(){function e(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}return function(t,n,a){return n&&e(t.prototype,n),a&&e(t,a),t}}(),k=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},P=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a])}return e};function T(e){return P({},e,{right:e.left+e.width,bottom:e.top+e.height})}function w(e){var t={};try{if(p(10)){t=e.getBoundingClientRect();var n=g(e,"top"),a=g(e,"left");t.top+=n,t.left+=a,t.bottom+=n,t.right+=a}else t=e.getBoundingClientRect()}catch(e){}var r={left:t.left,top:t.top,width:t.right-t.left,height:t.bottom-t.top},o="HTML"===e.nodeName?M(e.ownerDocument):{},i=o.width||e.clientWidth||r.width,l=o.height||e.clientHeight||r.height,c=e.offsetWidth-i,u=e.offsetHeight-l;if(c||u){var d=s(e);c-=b(d,"x"),u-=b(d,"y"),r.width-=c,r.height-=u}return T(r)}function E(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=p(10),r="HTML"===t.nodeName,o=w(e),i=w(t),l=c(e),u=s(t),d=parseFloat(u.borderTopWidth),h=parseFloat(u.borderLeftWidth);n&&r&&(i.top=Math.max(i.top,0),i.left=Math.max(i.left,0));var f=T({top:o.top-i.top-d,left:o.left-i.left-h,width:o.width,height:o.height});if(f.marginTop=0,f.marginLeft=0,!a&&r){var m=parseFloat(u.marginTop),v=parseFloat(u.marginLeft);f.top-=d-m,f.bottom-=d-m,f.left-=h-v,f.right-=h-v,f.marginTop=m,f.marginLeft=v}return(a&&!n?t.contains(l):t===l&&"BODY"!==l.nodeName)&&(f=_(f,t)),f}function O(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.ownerDocument.documentElement,a=E(e,n),r=Math.max(n.clientWidth,window.innerWidth||0),o=Math.max(n.clientHeight,window.innerHeight||0),i=t?0:g(n),s=t?0:g(n,"left"),l={top:i-a.top+a.marginTop,left:s-a.left+a.marginLeft,width:r,height:o};return T(l)}function A(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===s(e,"position"))return!0;var n=l(e);return!!n&&A(n)}function L(e){if(!e||!e.parentElement||p())return document.documentElement;for(var t=e.parentElement;t&&"none"===s(t,"transform");)t=t.parentElement;return t||document.documentElement}function S(e,t,n,a){var r=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o={top:0,left:0},i=r?L(e):v(e,u(t));if("viewport"===a)o=O(i,r);else{var s=void 0;"scrollParent"===a?"BODY"===(s=c(l(t))).nodeName&&(s=e.ownerDocument.documentElement):s="window"===a?e.ownerDocument.documentElement:a;var d=E(s,i,r);if("HTML"!==s.nodeName||A(i))o=d;else{var h=M(e.ownerDocument),p=h.height,f=h.width;o.top+=d.top-d.marginTop,o.bottom=p+d.top,o.left+=d.left-d.marginLeft,o.right=f+d.left}}var m="number"==typeof(n=n||0);return o.left+=m?n:n.left||0,o.top+=m?n:n.top||0,o.right-=m?n:n.right||0,o.bottom-=m?n:n.bottom||0,o}function C(e){return e.width*e.height}function z(e,t,n,a,r){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var i=S(n,a,o,r),s={top:{width:i.width,height:t.top-i.top},right:{width:i.right-t.right,height:i.height},bottom:{width:i.width,height:i.bottom-t.bottom},left:{width:t.left-i.left,height:i.height}},l=Object.keys(s).map((function(e){return P({key:e},s[e],{area:C(s[e])})})).sort((function(e,t){return t.area-e.area})),c=l.filter((function(e){var t=e.width,a=e.height;return t>=n.clientWidth&&a>=n.clientHeight})),u=c.length>0?c[0].key:l[0].key,d=e.split("-")[1];return u+(d?"-"+d:"")}function x(e,t,n){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,r=a?L(t):v(t,u(n));return E(n,r,a)}function D(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),a=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+a,height:e.offsetHeight+n}}function F(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function H(e,t,n){n=n.split("-")[0];var a=D(e),r={width:a.width,height:a.height},o=-1!==["right","left"].indexOf(n),i=o?"top":"left",s=o?"left":"top",l=o?"height":"width",c=o?"width":"height";return r[i]=t[i]+t[l]/2-a[l]/2,r[s]=n===s?t[s]-a[c]:t[F(s)],r}function N(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function R(e,t,n){return(void 0===n?e:e.slice(0,function(e,t,n){if(Array.prototype.findIndex)return e.findIndex((function(e){return e[t]===n}));var a=N(e,(function(e){return e[t]===n}));return e.indexOf(a)}(e,"name",n))).forEach((function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=e.function||e.fn;e.enabled&&i(n)&&(t.offsets.popper=T(t.offsets.popper),t.offsets.reference=T(t.offsets.reference),t=n(t,e))})),t}function V(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=x(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=z(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=H(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=R(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function Y(e,t){return e.some((function(e){var n=e.name;return e.enabled&&n===t}))}function j(e){for(var t=[!1,"ms","Webkit","Moz","O"],n=e.charAt(0).toUpperCase()+e.slice(1),a=0;a<t.length;a++){var r=t[a],o=r?""+r+n:e;if(void 0!==document.body.style[o])return o}return null}function $(){return this.state.isDestroyed=!0,Y(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[j("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function U(e){var t=e.ownerDocument;return t?t.defaultView:window}function G(e,t,n,a){var r="BODY"===e.nodeName,o=r?e.ownerDocument.defaultView:e;o.addEventListener(t,n,{passive:!0}),r||G(c(o.parentNode),t,n,a),a.push(o)}function W(e,t,n,a){n.updateBound=a,U(e).addEventListener("resize",n.updateBound,{passive:!0});var r=c(e);return G(r,"scroll",n.updateBound,n.scrollParents),n.scrollElement=r,n.eventsEnabled=!0,n}function q(){this.state.eventsEnabled||(this.state=W(this.reference,this.options,this.state,this.scheduleUpdate))}function X(){var e,t;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(e=this.reference,t=this.state,U(e).removeEventListener("resize",t.updateBound),t.scrollParents.forEach((function(e){e.removeEventListener("scroll",t.updateBound)})),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t))}function J(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function K(e,t){Object.keys(t).forEach((function(n){var a="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&J(t[n])&&(a="px"),e.style[n]=t[n]+a}))}var Q=a&&/Firefox/i.test(navigator.userAgent);function Z(e,t,n){var a=N(e,(function(e){return e.name===t})),r=!!a&&e.some((function(e){return e.name===n&&e.enabled&&e.order<a.order}));if(!r){var o="`"+t+"`",i="`"+n+"`";console.warn(i+" modifier is required by "+o+" modifier in order to work, be sure to include it before "+o+"!")}return r}var ee=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],te=ee.slice(3);function ne(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=te.indexOf(e),a=te.slice(n+1).concat(te.slice(0,n));return t?a.reverse():a}var ae="flip",re="clockwise",oe="counterclockwise";function ie(e,t,n,a){var r=[0,0],o=-1!==["right","left"].indexOf(a),i=e.split(/(\+|\-)/).map((function(e){return e.trim()})),s=i.indexOf(N(i,(function(e){return-1!==e.search(/,|\s/)})));i[s]&&-1===i[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,c=-1!==s?[i.slice(0,s).concat([i[s].split(l)[0]]),[i[s].split(l)[1]].concat(i.slice(s+1))]:[i];return c=c.map((function(e,a){var r=(1===a?!o:o)?"height":"width",i=!1;return e.reduce((function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,i=!0,e):i?(e[e.length-1]+=t,i=!1,e):e.concat(t)}),[]).map((function(e){return function(e,t,n,a){var r=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),o=+r[1],i=r[2];if(!o)return e;if(0===i.indexOf("%")){return T("%p"===i?n:a)[t]/100*o}if("vh"===i||"vw"===i)return("vh"===i?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*o;return o}(e,r,t,n)}))})),c.forEach((function(e,t){e.forEach((function(n,a){J(n)&&(r[t]+=n*("-"===e[a-1]?-1:1))}))})),r}var se={shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,n=t.split("-")[0],a=t.split("-")[1];if(a){var r=e.offsets,o=r.reference,i=r.popper,s=-1!==["bottom","top"].indexOf(n),l=s?"left":"top",c=s?"width":"height",u={start:k({},l,o[l]),end:k({},l,o[l]+o[c]-i[c])};e.offsets.popper=P({},i,u[a])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var n=t.offset,a=e.placement,r=e.offsets,o=r.popper,i=r.reference,s=a.split("-")[0],l=void 0;return l=J(+n)?[+n,0]:ie(n,o,i,s),"left"===s?(o.top+=l[0],o.left-=l[1]):"right"===s?(o.top+=l[0],o.left+=l[1]):"top"===s?(o.left+=l[0],o.top-=l[1]):"bottom"===s&&(o.left+=l[0],o.top+=l[1]),e.popper=o,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var n=t.boundariesElement||f(e.instance.popper);e.instance.reference===n&&(n=f(n));var a=j("transform"),r=e.instance.popper.style,o=r.top,i=r.left,s=r[a];r.top="",r.left="",r[a]="";var l=S(e.instance.popper,e.instance.reference,t.padding,n,e.positionFixed);r.top=o,r.left=i,r[a]=s,t.boundaries=l;var c=t.priority,u=e.offsets.popper,d={primary:function(e){var n=u[e];return u[e]<l[e]&&!t.escapeWithReference&&(n=Math.max(u[e],l[e])),k({},e,n)},secondary:function(e){var n="right"===e?"left":"top",a=u[n];return u[e]>l[e]&&!t.escapeWithReference&&(a=Math.min(u[n],l[e]-("right"===e?u.width:u.height))),k({},n,a)}};return c.forEach((function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";u=P({},u,d[t](e))})),e.offsets.popper=u,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,a=t.reference,r=e.placement.split("-")[0],o=Math.floor,i=-1!==["top","bottom"].indexOf(r),s=i?"right":"bottom",l=i?"left":"top",c=i?"width":"height";return n[s]<o(a[l])&&(e.offsets.popper[l]=o(a[l])-n[c]),n[l]>o(a[s])&&(e.offsets.popper[l]=o(a[s])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!Z(e.instance.modifiers,"arrow","keepTogether"))return e;var a=t.element;if("string"==typeof a){if(!(a=e.instance.popper.querySelector(a)))return e}else if(!e.instance.popper.contains(a))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var r=e.placement.split("-")[0],o=e.offsets,i=o.popper,l=o.reference,c=-1!==["left","right"].indexOf(r),u=c?"height":"width",d=c?"Top":"Left",h=d.toLowerCase(),p=c?"left":"top",f=c?"bottom":"right",m=D(a)[u];l[f]-m<i[h]&&(e.offsets.popper[h]-=i[h]-(l[f]-m)),l[h]+m>i[f]&&(e.offsets.popper[h]+=l[h]+m-i[f]),e.offsets.popper=T(e.offsets.popper);var v=l[h]+l[u]/2-m/2,g=s(e.instance.popper),_=parseFloat(g["margin"+d]),b=parseFloat(g["border"+d+"Width"]),y=v-e.offsets.popper[h]-_-b;return y=Math.max(Math.min(i[u]-m,y),0),e.arrowElement=a,e.offsets.arrow=(k(n={},h,Math.round(y)),k(n,p,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if(Y(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var n=S(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),a=e.placement.split("-")[0],r=F(a),o=e.placement.split("-")[1]||"",i=[];switch(t.behavior){case ae:i=[a,r];break;case re:i=ne(a);break;case oe:i=ne(a,!0);break;default:i=t.behavior}return i.forEach((function(s,l){if(a!==s||i.length===l+1)return e;a=e.placement.split("-")[0],r=F(a);var c=e.offsets.popper,u=e.offsets.reference,d=Math.floor,h="left"===a&&d(c.right)>d(u.left)||"right"===a&&d(c.left)<d(u.right)||"top"===a&&d(c.bottom)>d(u.top)||"bottom"===a&&d(c.top)<d(u.bottom),p=d(c.left)<d(n.left),f=d(c.right)>d(n.right),m=d(c.top)<d(n.top),v=d(c.bottom)>d(n.bottom),g="left"===a&&p||"right"===a&&f||"top"===a&&m||"bottom"===a&&v,_=-1!==["top","bottom"].indexOf(a),b=!!t.flipVariations&&(_&&"start"===o&&p||_&&"end"===o&&f||!_&&"start"===o&&m||!_&&"end"===o&&v),y=!!t.flipVariationsByContent&&(_&&"start"===o&&f||_&&"end"===o&&p||!_&&"start"===o&&v||!_&&"end"===o&&m),M=b||y;(h||g||M)&&(e.flipped=!0,(h||g)&&(a=i[l+1]),M&&(o=function(e){return"end"===e?"start":"start"===e?"end":e}(o)),e.placement=a+(o?"-"+o:""),e.offsets.popper=P({},e.offsets.popper,H(e.instance.popper,e.offsets.reference,e.placement)),e=R(e.instance.modifiers,e,"flip"))})),e},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],a=e.offsets,r=a.popper,o=a.reference,i=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return r[i?"left":"top"]=o[n]-(s?r[i?"width":"height"]:0),e.placement=F(t),e.offsets.popper=T(r),e}},hide:{order:800,enabled:!0,fn:function(e){if(!Z(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=N(e.instance.modifiers,(function(e){return"preventOverflow"===e.name})).boundaries;if(t.bottom<n.top||t.left>n.right||t.top>n.bottom||t.right<n.left){if(!0===e.hide)return e;e.hide=!0,e.attributes["x-out-of-boundaries"]=""}else{if(!1===e.hide)return e;e.hide=!1,e.attributes["x-out-of-boundaries"]=!1}return e}},computeStyle:{order:850,enabled:!0,fn:function(e,t){var n=t.x,a=t.y,r=e.offsets.popper,o=N(e.instance.modifiers,(function(e){return"applyStyle"===e.name})).gpuAcceleration;void 0!==o&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var i=void 0!==o?o:t.gpuAcceleration,s=f(e.instance.popper),l=w(s),c={position:r.position},u=function(e,t){var n=e.offsets,a=n.popper,r=n.reference,o=Math.round,i=Math.floor,s=function(e){return e},l=o(r.width),c=o(a.width),u=-1!==["left","right"].indexOf(e.placement),d=-1!==e.placement.indexOf("-"),h=t?u||d||l%2==c%2?o:i:s,p=t?o:s;return{left:h(l%2==1&&c%2==1&&!d&&t?a.left-1:a.left),top:p(a.top),bottom:p(a.bottom),right:h(a.right)}}(e,window.devicePixelRatio<2||!Q),d="bottom"===n?"top":"bottom",h="right"===a?"left":"right",p=j("transform"),m=void 0,v=void 0;if(v="bottom"===d?"HTML"===s.nodeName?-s.clientHeight+u.bottom:-l.height+u.bottom:u.top,m="right"===h?"HTML"===s.nodeName?-s.clientWidth+u.right:-l.width+u.right:u.left,i&&p)c[p]="translate3d("+m+"px, "+v+"px, 0)",c[d]=0,c[h]=0,c.willChange="transform";else{var g="bottom"===d?-1:1,_="right"===h?-1:1;c[d]=v*g,c[h]=m*_,c.willChange=d+", "+h}var b={"x-placement":e.placement};return e.attributes=P({},b,e.attributes),e.styles=P({},c,e.styles),e.arrowStyles=P({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(e){var t,n;return K(e.instance.popper,e.styles),t=e.instance.popper,n=e.attributes,Object.keys(n).forEach((function(e){!1!==n[e]?t.setAttribute(e,n[e]):t.removeAttribute(e)})),e.arrowElement&&Object.keys(e.arrowStyles).length&&K(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,n,a,r){var o=x(r,t,e,n.positionFixed),i=z(n.placement,o,t,e,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return t.setAttribute("x-placement",i),K(t,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}},le={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:se},ce=function(){function e(t,n){var a=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};I(this,e),this.scheduleUpdate=function(){return requestAnimationFrame(a.update)},this.update=o(this.update.bind(this)),this.options=P({},e.Defaults,r),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=t&&t.jquery?t[0]:t,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(P({},e.Defaults.modifiers,r.modifiers)).forEach((function(t){a.options.modifiers[t]=P({},e.Defaults.modifiers[t]||{},r.modifiers?r.modifiers[t]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(e){return P({name:e},a.options.modifiers[e])})).sort((function(e,t){return e.order-t.order})),this.modifiers.forEach((function(e){e.enabled&&i(e.onLoad)&&e.onLoad(a.reference,a.popper,a.options,e,a.state)})),this.update();var s=this.options.eventsEnabled;s&&this.enableEventListeners(),this.state.eventsEnabled=s}return B(e,[{key:"update",value:function(){return V.call(this)}},{key:"destroy",value:function(){return $.call(this)}},{key:"enableEventListeners",value:function(){return q.call(this)}},{key:"disableEventListeners",value:function(){return X.call(this)}}]),e}();ce.Utils=("undefined"!=typeof window?window:n.g).PopperUtils,ce.placements=ee,ce.Defaults=le;const ue=ce},72433:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a,r=(a=n(70538))&&"object"==typeof a&&"default"in a?a.default:a;function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}function i(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}var s="undefined"!=typeof window;function l(e,t){return t.reduce((function(t,n){return e.hasOwnProperty(n)&&(t[n]=e[n]),t}),{})}var c={},u={},d={},h=r.extend({data:function(){return{transports:c,targets:u,sources:d,trackInstances:s}},methods:{open:function(e){if(s){var t=e.to,n=e.from,a=e.passengers,i=e.order,l=void 0===i?1/0:i;if(t&&n&&a){var c,u={to:t,from:n,passengers:(c=a,Array.isArray(c)||"object"===o(c)?Object.freeze(c):c),order:l};-1===Object.keys(this.transports).indexOf(t)&&r.set(this.transports,t,[]);var d,h=this.$_getTransportIndex(u),p=this.transports[t].slice(0);-1===h?p.push(u):p[h]=u,this.transports[t]=(d=function(e,t){return e.order-t.order},p.map((function(e,t){return[t,e]})).sort((function(e,t){return d(e[1],t[1])||e[0]-t[0]})).map((function(e){return e[1]})))}}},close:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.to,a=e.from;if(n&&(a||!1!==t)&&this.transports[n])if(t)this.transports[n]=[];else{var r=this.$_getTransportIndex(e);if(r>=0){var o=this.transports[n].slice(0);o.splice(r,1),this.transports[n]=o}}},registerTarget:function(e,t,n){s&&(this.trackInstances&&!n&&this.targets[e]&&console.warn("[portal-vue]: Target ".concat(e," already exists")),this.$set(this.targets,e,Object.freeze([t])))},unregisterTarget:function(e){this.$delete(this.targets,e)},registerSource:function(e,t,n){s&&(this.trackInstances&&!n&&this.sources[e]&&console.warn("[portal-vue]: source ".concat(e," already exists")),this.$set(this.sources,e,Object.freeze([t])))},unregisterSource:function(e){this.$delete(this.sources,e)},hasTarget:function(e){return!(!this.targets[e]||!this.targets[e][0])},hasSource:function(e){return!(!this.sources[e]||!this.sources[e][0])},hasContentFor:function(e){return!!this.transports[e]&&!!this.transports[e].length},$_getTransportIndex:function(e){var t=e.to,n=e.from;for(var a in this.transports[t])if(this.transports[t][a].from===n)return+a;return-1}}}),p=new h(c),f=1,m=r.extend({name:"portal",props:{disabled:{type:Boolean},name:{type:String,default:function(){return String(f++)}},order:{type:Number,default:0},slim:{type:Boolean},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:"DIV"},to:{type:String,default:function(){return String(Math.round(1e7*Math.random()))}}},created:function(){var e=this;this.$nextTick((function(){p.registerSource(e.name,e)}))},mounted:function(){this.disabled||this.sendUpdate()},updated:function(){this.disabled?this.clear():this.sendUpdate()},beforeDestroy:function(){p.unregisterSource(this.name),this.clear()},watch:{to:function(e,t){t&&t!==e&&this.clear(t),this.sendUpdate()}},methods:{clear:function(e){var t={from:this.name,to:e||this.to};p.close(t)},normalizeSlots:function(){return this.$scopedSlots.default?[this.$scopedSlots.default]:this.$slots.default},normalizeOwnChildren:function(e){return"function"==typeof e?e(this.slotProps):e},sendUpdate:function(){var e=this.normalizeSlots();if(e){var t={from:this.name,to:this.to,passengers:i(e),order:this.order};p.open(t)}else this.clear()}},render:function(e){var t=this.$slots.default||this.$scopedSlots.default||[],n=this.tag;return t&&this.disabled?t.length<=1&&this.slim?this.normalizeOwnChildren(t)[0]:e(n,[this.normalizeOwnChildren(t)]):this.slim?e():e(n,{class:{"v-portal":!0},style:{display:"none"},key:"v-portal-placeholder"})}}),v=r.extend({name:"portalTarget",props:{multiple:{type:Boolean,default:!1},name:{type:String,required:!0},slim:{type:Boolean,default:!1},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:"div"},transition:{type:[String,Object,Function]}},data:function(){return{transports:p.transports,firstRender:!0}},created:function(){var e=this;this.$nextTick((function(){p.registerTarget(e.name,e)}))},watch:{ownTransports:function(){this.$emit("change",this.children().length>0)},name:function(e,t){p.unregisterTarget(t),p.registerTarget(e,this)}},mounted:function(){var e=this;this.transition&&this.$nextTick((function(){e.firstRender=!1}))},beforeDestroy:function(){p.unregisterTarget(this.name)},computed:{ownTransports:function(){var e=this.transports[this.name]||[];return this.multiple?e:0===e.length?[]:[e[e.length-1]]},passengers:function(){return function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.reduce((function(e,n){var a=n.passengers[0],r="function"==typeof a?a(t):n.passengers;return e.concat(r)}),[])}(this.ownTransports,this.slotProps)}},methods:{children:function(){return 0!==this.passengers.length?this.passengers:this.$scopedSlots.default?this.$scopedSlots.default(this.slotProps):this.$slots.default||[]},noWrapper:function(){var e=this.slim&&!this.transition;return e&&this.children().length>1&&console.warn("[portal-vue]: PortalTarget with `slim` option received more than one child element."),e}},render:function(e){var t=this.noWrapper(),n=this.children(),a=this.transition||this.tag;return t?n[0]:this.slim&&!a?e():e(a,{props:{tag:this.transition&&this.tag?this.tag:void 0},class:{"vue-portal-target":!0}},n)}}),g=0,_=["disabled","name","order","slim","slotProps","tag","to"],b=["multiple","transition"],y=r.extend({name:"MountingPortal",inheritAttrs:!1,props:{append:{type:[Boolean,String]},bail:{type:Boolean},mountTo:{type:String,required:!0},disabled:{type:Boolean},name:{type:String,default:function(){return"mounted_"+String(g++)}},order:{type:Number,default:0},slim:{type:Boolean},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:"DIV"},to:{type:String,default:function(){return String(Math.round(1e7*Math.random()))}},multiple:{type:Boolean,default:!1},targetSlim:{type:Boolean},targetSlotProps:{type:Object,default:function(){return{}}},targetTag:{type:String,default:"div"},transition:{type:[String,Object,Function]}},created:function(){if("undefined"!=typeof document){var e=document.querySelector(this.mountTo);if(e){var t=this.$props;if(p.targets[t.name])t.bail?console.warn("[portal-vue]: Target ".concat(t.name," is already mounted.\n Aborting because 'bail: true' is set")):this.portalTarget=p.targets[t.name];else{var n=t.append;if(n){var a="string"==typeof n?n:"DIV",r=document.createElement(a);e.appendChild(r),e=r}var o=l(this.$props,b);o.slim=this.targetSlim,o.tag=this.targetTag,o.slotProps=this.targetSlotProps,o.name=this.to,this.portalTarget=new v({el:e,parent:this.$parent||this,propsData:o})}}else console.error("[portal-vue]: Mount Point '".concat(this.mountTo,"' not found in document"))}},beforeDestroy:function(){var e=this.portalTarget;if(this.append){var t=e.$el;t.parentNode.removeChild(t)}e.$destroy()},render:function(e){if(!this.portalTarget)return console.warn("[portal-vue] Target wasn't mounted"),e();if(!this.$scopedSlots.manual){var t=l(this.$props,_);return e(m,{props:t,attrs:this.$attrs,on:this.$listeners,scopedSlots:this.$scopedSlots},this.$slots.default)}var n=this.$scopedSlots.manual({to:this.to});return Array.isArray(n)&&(n=n[0]),n||e()}});var M={install:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};e.component(t.portalName||"Portal",m),e.component(t.portalTargetName||"PortalTarget",v),e.component(t.MountingPortalName||"MountingPortal",y)}};t.default=M,t.Portal=m,t.PortalTarget=v,t.MountingPortal=y,t.Wormhole=p},34155:e=>{var t,n,a=e.exports={};function r(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function i(e){if(t===setTimeout)return setTimeout(e,0);if((t===r||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(n){try{return t.call(null,e,0)}catch(n){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:r}catch(e){t=r}try{n="function"==typeof clearTimeout?clearTimeout:o}catch(e){n=o}}();var s,l=[],c=!1,u=-1;function d(){c&&s&&(c=!1,s.length?l=s.concat(l):u=-1,l.length&&h())}function h(){if(!c){var e=i(d);c=!0;for(var t=l.length;t;){for(s=l,l=[];++u<t;)s&&s[u].run();u=-1,t=l.length}s=null,c=!1,function(e){if(n===clearTimeout)return clearTimeout(e);if((n===o||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(e);try{n(e)}catch(t){try{return n.call(null,e)}catch(t){return n.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function f(){}a.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];l.push(new p(e,t)),1!==l.length||c||i(h)},p.prototype.run=function(){this.fun.apply(null,this.array)},a.title="browser",a.browser=!0,a.env={},a.argv=[],a.version="",a.versions={},a.on=f,a.addListener=f,a.once=f,a.off=f,a.removeListener=f,a.removeAllListeners=f,a.emit=f,a.prependListener=f,a.prependOnceListener=f,a.listeners=function(e){return[]},a.binding=function(e){throw new Error("process.binding is not supported")},a.cwd=function(){return"/"},a.chdir=function(e){throw new Error("process.chdir is not supported")},a.umask=function(){return 0}},90717:(e,t,n)=>{var a,r,o;r=[n(19755)],a=function(e){"use strict";var t="readmore",n={speed:100,collapsedHeight:200,heightMargin:16,moreLink:'<a href="#">Read More</a>',lessLink:'<a href="#">Close</a>',embedCSS:!0,blockCSS:"display: block; width: 100%;",startOpen:!1,blockProcessed:function(){},beforeToggle:function(){},afterToggle:function(){}},a={},r=0;function o(e,t,n){var a;return function(){var r=this,o=arguments,i=function(){a=null,n||e.apply(r,o)},s=n&&!a;clearTimeout(a),a=setTimeout(i,t),s&&e.apply(r,o)}}function i(e){var t=++r;return String(null===e?"rmjs-":e)+t}function s(e){var t=e.clone().css({height:"auto",width:e.width(),maxHeight:"none",overflow:"hidden"}).insertAfter(e),n=t.outerHeight(),a=parseInt(t.css({maxHeight:""}).css("max-height").replace(/[^-\d\.]/g,""),10),r=e.data("defaultHeight");t.remove();var o=a||e.data("collapsedHeight")||r;e.data({expandedHeight:n,maxHeight:a,collapsedHeight:o}).css({maxHeight:"none"})}var l=o((function(){e("[data-readmore]").each((function(){var t=e(this),n="true"===t.attr("aria-expanded");s(t),t.css({height:t.data(n?"expandedHeight":"collapsedHeight")})}))}),100);function c(e){if(!a[e.selector]){var t=" ";e.embedCSS&&""!==e.blockCSS&&(t+=e.selector+" + [data-readmore-toggle], "+e.selector+"[data-readmore]{"+e.blockCSS+"}"),t+=e.selector+"[data-readmore]{transition: height "+e.speed+"ms;overflow: hidden;}",n=document,r=t,(o=n.createElement("style")).type="text/css",o.styleSheet?o.styleSheet.cssText=r:o.appendChild(n.createTextNode(r)),n.getElementsByTagName("head")[0].appendChild(o),a[e.selector]=!0}var n,r,o}function u(a,r){this.element=a,this.options=e.extend({},n,r),c(this.options),this._defaults=n,this._name=t,this.init(),window.addEventListener?(window.addEventListener("load",l),window.addEventListener("resize",l)):(window.attachEvent("load",l),window.attachEvent("resize",l))}u.prototype={init:function(){var t=e(this.element);t.data({defaultHeight:this.options.collapsedHeight,heightMargin:this.options.heightMargin}),s(t);var n=t.data("collapsedHeight"),a=t.data("heightMargin");if(t.outerHeight(!0)<=n+a)return this.options.blockProcessed&&"function"==typeof this.options.blockProcessed&&this.options.blockProcessed(t,!1),!0;var r,o=t.attr("id")||i(),l=this.options.startOpen?this.options.lessLink:this.options.moreLink;t.attr({"data-readmore":"","aria-expanded":this.options.startOpen,id:o}),t.after(e(l).on("click",(r=this,function(e){r.toggle(this,t[0],e)})).attr({"data-readmore-toggle":o,"aria-controls":o})),this.options.startOpen||t.css({height:n}),this.options.blockProcessed&&"function"==typeof this.options.blockProcessed&&this.options.blockProcessed(t,!0)},toggle:function(t,n,a){a&&a.preventDefault(),t||(t=e('[aria-controls="'+this.element.id+'"]')[0]),n||(n=this.element);var r,o=e(n),i="",s="",l=!1,c=o.data("collapsedHeight");o.height()<=c?(i=o.data("expandedHeight")+"px",s="lessLink",l=!0):(i=c,s="moreLink"),this.options.beforeToggle&&"function"==typeof this.options.beforeToggle&&this.options.beforeToggle(t,o,!l),o.css({height:i}),o.on("transitionend",(r=this,function(){r.options.afterToggle&&"function"==typeof r.options.afterToggle&&r.options.afterToggle(t,o,l),e(this).attr({"aria-expanded":l}).off("transitionend")})),e(t).replaceWith(e(this.options[s]).on("click",function(e){return function(t){e.toggle(this,n,t)}}(this)).attr({"data-readmore-toggle":o.attr("id"),"aria-controls":o.attr("id")}))},destroy:function(){e(this.element).each((function(){var t=e(this);t.attr({"data-readmore":null,"aria-expanded":null}).css({maxHeight:"",height:""}).next("[data-readmore-toggle]").remove(),t.removeData()}))}},e.fn.readmore=function(n){var a=arguments,r=this.selector;return"object"==typeof(n=n||{})?this.each((function(){if(e.data(this,"plugin_"+t)){var a=e.data(this,"plugin_"+t);a.destroy.apply(a)}n.selector=r,e.data(this,"plugin_"+t,new u(this,n))})):"string"==typeof n&&"_"!==n[0]&&"init"!==n?this.each((function(){var r=e.data(this,"plugin_"+t);r instanceof u&&"function"==typeof r[n]&&r[n].apply(r,Array.prototype.slice.call(a,1))})):void 0}},void 0===(o="function"==typeof a?a.apply(t,r):a)||(e.exports=o)},14348:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var a=n(93379),r=n.n(a),o=n(26219),i={insert:"head",singleton:!1};r()(o.default,i);const s=o.default.locals||{}},89620:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var a=n(93379),r=n.n(a),o=n(73729),i={insert:"head",singleton:!1};r()(o.default,i);const s=o.default.locals||{}},82711:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var a=n(93379),r=n.n(a),o=n(1835),i={insert:"head",singleton:!1};r()(o.default,i);const s=o.default.locals||{}},93379:(e,t,n)=>{"use strict";var a,r=function(){return void 0===a&&(a=Boolean(window&&document&&document.all&&!window.atob)),a},o=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),i=[];function s(e){for(var t=-1,n=0;n<i.length;n++)if(i[n].identifier===e){t=n;break}return t}function l(e,t){for(var n={},a=[],r=0;r<e.length;r++){var o=e[r],l=t.base?o[0]+t.base:o[0],c=n[l]||0,u="".concat(l," ").concat(c);n[l]=c+1;var d=s(u),h={css:o[1],media:o[2],sourceMap:o[3]};-1!==d?(i[d].references++,i[d].updater(h)):i.push({identifier:u,updater:v(h,t),references:1}),a.push(u)}return a}function c(e){var t=document.createElement("style"),a=e.attributes||{};if(void 0===a.nonce){var r=n.nc;r&&(a.nonce=r)}if(Object.keys(a).forEach((function(e){t.setAttribute(e,a[e])})),"function"==typeof e.insert)e.insert(t);else{var i=o(e.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(t)}return t}var u,d=(u=[],function(e,t){return u[e]=t,u.filter(Boolean).join("\n")});function h(e,t,n,a){var r=n?"":a.media?"@media ".concat(a.media," {").concat(a.css,"}"):a.css;if(e.styleSheet)e.styleSheet.cssText=d(t,r);else{var o=document.createTextNode(r),i=e.childNodes;i[t]&&e.removeChild(i[t]),i.length?e.insertBefore(o,i[t]):e.appendChild(o)}}function p(e,t,n){var a=n.css,r=n.media,o=n.sourceMap;if(r?e.setAttribute("media",r):e.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(a+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),e.styleSheet)e.styleSheet.cssText=a;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(a))}}var f=null,m=0;function v(e,t){var n,a,r;if(t.singleton){var o=m++;n=f||(f=c(t)),a=h.bind(null,n,o,!1),r=h.bind(null,n,o,!0)}else n=c(t),a=p.bind(null,n,t),r=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return a(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;a(e=t)}else r()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=r());var n=l(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var a=0;a<n.length;a++){var r=s(n[a]);i[r].references--}for(var o=l(e,t),c=0;c<n.length;c++){var u=s(n[c]);0===i[u].references&&(i[u].updater(),i.splice(u,1))}n=o}}}},46737:function(e){e.exports=function(e){function t(a){if(n[a])return n[a].exports;var r=n[a]={i:a,l:!1,exports:{}};return e[a].call(r.exports,r,r.exports,t),r.l=!0,r.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,a){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:a})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=8)}([function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a="swal-button";t.CLASS_NAMES={MODAL:"swal-modal",OVERLAY:"swal-overlay",SHOW_MODAL:"swal-overlay--show-modal",MODAL_TITLE:"swal-title",MODAL_TEXT:"swal-text",ICON:"swal-icon",ICON_CUSTOM:"swal-icon--custom",CONTENT:"swal-content",FOOTER:"swal-footer",BUTTON_CONTAINER:"swal-button-container",BUTTON:a,CONFIRM_BUTTON:a+"--confirm",CANCEL_BUTTON:a+"--cancel",DANGER_BUTTON:a+"--danger",BUTTON_LOADING:a+"--loading",BUTTON_LOADER:a+"__loader"},t.default=t.CLASS_NAMES},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getNode=function(e){var t="."+e;return document.querySelector(t)},t.stringToNode=function(e){var t=document.createElement("div");return t.innerHTML=e.trim(),t.firstChild},t.insertAfter=function(e,t){var n=t.nextSibling;t.parentNode.insertBefore(e,n)},t.removeNode=function(e){e.parentElement.removeChild(e)},t.throwErr=function(e){throw"SweetAlert: "+(e=e.replace(/ +(?= )/g,"")).trim()},t.isPlainObject=function(e){if("[object Object]"!==Object.prototype.toString.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype},t.ordinalSuffixOf=function(e){var t=e%10,n=e%100;return 1===t&&11!==n?e+"st":2===t&&12!==n?e+"nd":3===t&&13!==n?e+"rd":e+"th"}},function(e,t,n){"use strict";function a(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),a(n(25));var r=n(26);t.overlayMarkup=r.default,a(n(27)),a(n(28)),a(n(29));var o=n(0),i=o.default.MODAL_TITLE,s=o.default.MODAL_TEXT,l=o.default.ICON,c=o.default.FOOTER;t.iconMarkup='\n <div class="'+l+'"></div>',t.titleMarkup='\n <div class="'+i+'"></div>\n',t.textMarkup='\n <div class="'+s+'"></div>',t.footerMarkup='\n <div class="'+c+'"></div>\n'},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(1);t.CONFIRM_KEY="confirm",t.CANCEL_KEY="cancel";var r={visible:!0,text:null,value:null,className:"",closeModal:!0},o=Object.assign({},r,{visible:!1,text:"Cancel",value:null}),i=Object.assign({},r,{text:"OK",value:!0});t.defaultButtonList={cancel:o,confirm:i};var s=function(e){switch(e){case t.CONFIRM_KEY:return i;case t.CANCEL_KEY:return o;default:var n=e.charAt(0).toUpperCase()+e.slice(1);return Object.assign({},r,{text:n,value:e})}},l=function(e,t){var n=s(e);return!0===t?Object.assign({},n,{visible:!0}):"string"==typeof t?Object.assign({},n,{visible:!0,text:t}):a.isPlainObject(t)?Object.assign({visible:!0},n,t):Object.assign({},n,{visible:!1})},c=function(e){for(var t={},n=0,a=Object.keys(e);n<a.length;n++){var r=a[n],i=e[r],s=l(r,i);t[r]=s}return t.cancel||(t.cancel=o),t},u=function(e){var n={};switch(e.length){case 1:n[t.CANCEL_KEY]=Object.assign({},o,{visible:!1});break;case 2:n[t.CANCEL_KEY]=l(t.CANCEL_KEY,e[0]),n[t.CONFIRM_KEY]=l(t.CONFIRM_KEY,e[1]);break;default:a.throwErr("Invalid number of 'buttons' in array ("+e.length+").\n If you want more than 2 buttons, you need to use an object!")}return n};t.getButtonListOpts=function(e){var n=t.defaultButtonList;return"string"==typeof e?n[t.CONFIRM_KEY]=l(t.CONFIRM_KEY,e):Array.isArray(e)?n=u(e):a.isPlainObject(e)?n=c(e):!0===e?n=u([!0,!0]):!1===e?n=u([!1,!1]):void 0===e&&(n=t.defaultButtonList),n}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(1),r=n(2),o=n(0),i=o.default.MODAL,s=o.default.OVERLAY,l=n(30),c=n(31),u=n(32),d=n(33);t.injectElIntoModal=function(e){var t=a.getNode(i),n=a.stringToNode(e);return t.appendChild(n),n};var h=function(e){e.className=i,e.textContent=""},p=function(e,t){h(e);var n=t.className;n&&e.classList.add(n)};t.initModalContent=function(e){var t=a.getNode(i);p(t,e),l.default(e.icon),c.initTitle(e.title),c.initText(e.text),d.default(e.content),u.default(e.buttons,e.dangerMode)};var f=function(){var e=a.getNode(s),t=a.stringToNode(r.modalMarkup);e.appendChild(t)};t.default=f},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(3),r={isOpen:!1,promise:null,actions:{},timer:null},o=Object.assign({},r);t.resetState=function(){o=Object.assign({},r)},t.setActionValue=function(e){if("string"==typeof e)return i(a.CONFIRM_KEY,e);for(var t in e)i(t,e[t])};var i=function(e,t){o.actions[e]||(o.actions[e]={}),Object.assign(o.actions[e],{value:t})};t.setActionOptionsFor=function(e,t){var n=(void 0===t?{}:t).closeModal,a=void 0===n||n;Object.assign(o.actions[e],{closeModal:a})},t.default=o},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(1),r=n(3),o=n(0),i=o.default.OVERLAY,s=o.default.SHOW_MODAL,l=o.default.BUTTON,c=o.default.BUTTON_LOADING,u=n(5);t.openModal=function(){a.getNode(i).classList.add(s),u.default.isOpen=!0};var d=function(){a.getNode(i).classList.remove(s),u.default.isOpen=!1};t.onAction=function(e){void 0===e&&(e=r.CANCEL_KEY);var t=u.default.actions[e],n=t.value;if(!1===t.closeModal){var o=l+"--"+e;a.getNode(o).classList.add(c)}else d();u.default.promise.resolve(n)},t.getState=function(){var e=Object.assign({},u.default);return delete e.promise,delete e.timer,e},t.stopLoading=function(){for(var e=document.querySelectorAll("."+l),t=0;t<e.length;t++)e[t].classList.remove(c)}},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){(function(t){e.exports=t.sweetAlert=n(9)}).call(t,n(7))},function(e,t,n){(function(t){e.exports=t.swal=n(10)}).call(t,n(7))},function(e,t,n){"undefined"!=typeof window&&n(11),n(16);var a=n(23).default;e.exports=a},function(e,t,n){var a=n(12);"string"==typeof a&&(a=[[e.i,a,""]]);var r={insertAt:"top",transform:void 0};n(14)(a,r),a.locals&&(e.exports=a.locals)},function(e,t,n){(e.exports=n(13)(void 0)).push([e.i,'.swal-icon--error{border-color:#f27474;-webkit-animation:animateErrorIcon .5s;animation:animateErrorIcon .5s}.swal-icon--error__x-mark{position:relative;display:block;-webkit-animation:animateXMark .5s;animation:animateXMark .5s}.swal-icon--error__line{position:absolute;height:5px;width:47px;background-color:#f27474;display:block;top:37px;border-radius:2px}.swal-icon--error__line--left{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px}.swal-icon--error__line--right{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px}@-webkit-keyframes animateErrorIcon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@keyframes animateErrorIcon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@-webkit-keyframes animateXMark{0%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}to{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}@keyframes animateXMark{0%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}to{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}.swal-icon--warning{border-color:#f8bb86;-webkit-animation:pulseWarning .75s infinite alternate;animation:pulseWarning .75s infinite alternate}.swal-icon--warning__body{width:5px;height:47px;top:10px;border-radius:2px;margin-left:-2px}.swal-icon--warning__body,.swal-icon--warning__dot{position:absolute;left:50%;background-color:#f8bb86}.swal-icon--warning__dot{width:7px;height:7px;border-radius:50%;margin-left:-4px;bottom:-11px}@-webkit-keyframes pulseWarning{0%{border-color:#f8d486}to{border-color:#f8bb86}}@keyframes pulseWarning{0%{border-color:#f8d486}to{border-color:#f8bb86}}.swal-icon--success{border-color:#a5dc86}.swal-icon--success:after,.swal-icon--success:before{content:"";border-radius:50%;position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal-icon--success:before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.swal-icon--success:after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px;-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}.swal-icon--success__ring{width:80px;height:80px;border:4px solid hsla(98,55%,69%,.2);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.swal-icon--success__hide-corners{width:5px;height:90px;background-color:#fff;padding:1px;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal-icon--success__line{height:5px;background-color:#a5dc86;display:block;border-radius:2px;position:absolute;z-index:2}.swal-icon--success__line--tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:animateSuccessTip .75s;animation:animateSuccessTip .75s}.swal-icon--success__line--long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:animateSuccessLong .75s;animation:animateSuccessLong .75s}@-webkit-keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@-webkit-keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}to{width:47px;right:8px;top:38px}}@keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}to{width:47px;right:8px;top:38px}}.swal-icon--info{border-color:#c9dae1}.swal-icon--info:before{width:5px;height:29px;bottom:17px;border-radius:2px;margin-left:-2px}.swal-icon--info:after,.swal-icon--info:before{content:"";position:absolute;left:50%;background-color:#c9dae1}.swal-icon--info:after{width:7px;height:7px;border-radius:50%;margin-left:-3px;top:19px}.swal-icon{width:80px;height:80px;border-width:4px;border-style:solid;border-radius:50%;padding:0;position:relative;box-sizing:content-box;margin:20px auto}.swal-icon:first-child{margin-top:32px}.swal-icon--custom{width:auto;height:auto;max-width:100%;border:none;border-radius:0}.swal-icon img{max-width:100%;max-height:100%}.swal-title{color:rgba(0,0,0,.65);font-weight:600;text-transform:none;position:relative;display:block;padding:13px 16px;font-size:27px;line-height:normal;text-align:center;margin-bottom:0}.swal-title:first-child{margin-top:26px}.swal-title:not(:first-child){padding-bottom:0}.swal-title:not(:last-child){margin-bottom:13px}.swal-text{font-size:16px;position:relative;float:none;line-height:normal;vertical-align:top;text-align:left;display:inline-block;margin:0;padding:0 10px;font-weight:400;color:rgba(0,0,0,.64);max-width:calc(100% - 20px);overflow-wrap:break-word;box-sizing:border-box}.swal-text:first-child{margin-top:45px}.swal-text:last-child{margin-bottom:45px}.swal-footer{text-align:right;padding-top:13px;margin-top:13px;padding:13px 16px;border-radius:inherit;border-top-left-radius:0;border-top-right-radius:0}.swal-button-container{margin:5px;display:inline-block;position:relative}.swal-button{background-color:#7cd1f9;color:#fff;border:none;box-shadow:none;border-radius:5px;font-weight:600;font-size:14px;padding:10px 24px;margin:0;cursor:pointer}.swal-button:not([disabled]):hover{background-color:#78cbf2}.swal-button:active{background-color:#70bce0}.swal-button:focus{outline:none;box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(43,114,165,.29)}.swal-button[disabled]{opacity:.5;cursor:default}.swal-button::-moz-focus-inner{border:0}.swal-button--cancel{color:#555;background-color:#efefef}.swal-button--cancel:not([disabled]):hover{background-color:#e8e8e8}.swal-button--cancel:active{background-color:#d7d7d7}.swal-button--cancel:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(116,136,150,.29)}.swal-button--danger{background-color:#e64942}.swal-button--danger:not([disabled]):hover{background-color:#df4740}.swal-button--danger:active{background-color:#cf423b}.swal-button--danger:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(165,43,43,.29)}.swal-content{padding:0 20px;margin-top:20px;font-size:medium}.swal-content:last-child{margin-bottom:20px}.swal-content__input,.swal-content__textarea{-webkit-appearance:none;background-color:#fff;border:none;font-size:14px;display:block;box-sizing:border-box;width:100%;border:1px solid rgba(0,0,0,.14);padding:10px 13px;border-radius:2px;transition:border-color .2s}.swal-content__input:focus,.swal-content__textarea:focus{outline:none;border-color:#6db8ff}.swal-content__textarea{resize:vertical}.swal-button--loading{color:transparent}.swal-button--loading~.swal-button__loader{opacity:1}.swal-button__loader{position:absolute;height:auto;width:43px;z-index:2;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);text-align:center;pointer-events:none;opacity:0}.swal-button__loader div{display:inline-block;float:none;vertical-align:baseline;width:9px;height:9px;padding:0;border:none;margin:2px;opacity:.4;border-radius:7px;background-color:hsla(0,0%,100%,.9);transition:background .2s;-webkit-animation:swal-loading-anim 1s infinite;animation:swal-loading-anim 1s infinite}.swal-button__loader div:nth-child(3n+2){-webkit-animation-delay:.15s;animation-delay:.15s}.swal-button__loader div:nth-child(3n+3){-webkit-animation-delay:.3s;animation-delay:.3s}@-webkit-keyframes swal-loading-anim{0%{opacity:.4}20%{opacity:.4}50%{opacity:1}to{opacity:.4}}@keyframes swal-loading-anim{0%{opacity:.4}20%{opacity:.4}50%{opacity:1}to{opacity:.4}}.swal-overlay{position:fixed;top:0;bottom:0;left:0;right:0;text-align:center;font-size:0;overflow-y:auto;background-color:rgba(0,0,0,.4);z-index:10000;pointer-events:none;opacity:0;transition:opacity .3s}.swal-overlay:before{content:" ";display:inline-block;vertical-align:middle;height:100%}.swal-overlay--show-modal{opacity:1;pointer-events:auto}.swal-overlay--show-modal .swal-modal{opacity:1;pointer-events:auto;box-sizing:border-box;-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s;will-change:transform}.swal-modal{width:478px;opacity:0;pointer-events:none;background-color:#fff;text-align:center;border-radius:5px;position:static;margin:20px auto;display:inline-block;vertical-align:middle;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;z-index:10001;transition:opacity .2s,-webkit-transform .3s;transition:transform .3s,opacity .2s;transition:transform .3s,opacity .2s,-webkit-transform .3s}@media (max-width:500px){.swal-modal{width:calc(100% - 20px)}}@-webkit-keyframes showSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1)}1%{-webkit-transform:scale(.5);transform:scale(.5)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes showSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1)}1%{-webkit-transform:scale(.5);transform:scale(.5)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}',""])},function(e,t){function n(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=a(r);return[n].concat(r.sources.map((function(e){return"/*# sourceURL="+r.sourceRoot+e+" */"}))).concat([o]).join("\n")}return[n].join("\n")}function a(e){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(e))))+" */"}e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var a=n(t,e);return t[2]?"@media "+t[2]+"{"+a+"}":a})).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var a={},r=0;r<this.length;r++){var o=this[r][0];"number"==typeof o&&(a[o]=!0)}for(r=0;r<e.length;r++){var i=e[r];"number"==typeof i[0]&&a[i[0]]||(n&&!i[2]?i[2]=n:n&&(i[2]="("+i[2]+") and ("+n+")"),t.push(i))}},t}},function(e,t,n){function a(e,t){for(var n=0;n<e.length;n++){var a=e[n],r=f[a.id];if(r){r.refs++;for(var o=0;o<r.parts.length;o++)r.parts[o](a.parts[o]);for(;o<a.parts.length;o++)r.parts.push(u(a.parts[o],t))}else{var i=[];for(o=0;o<a.parts.length;o++)i.push(u(a.parts[o],t));f[a.id]={id:a.id,refs:1,parts:i}}}}function r(e,t){for(var n=[],a={},r=0;r<e.length;r++){var o=e[r],i=t.base?o[0]+t.base:o[0],s={css:o[1],media:o[2],sourceMap:o[3]};a[i]?a[i].parts.push(s):n.push(a[i]={id:i,parts:[s]})}return n}function o(e,t){var n=v(e.insertInto);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.");var a=b[b.length-1];if("top"===e.insertAt)a?a.nextSibling?n.insertBefore(t,a.nextSibling):n.appendChild(t):n.insertBefore(t,n.firstChild),b.push(t);else{if("bottom"!==e.insertAt)throw new Error("Invalid value for parameter 'insertAt'. Must be 'top' or 'bottom'.");n.appendChild(t)}}function i(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e);var t=b.indexOf(e);t>=0&&b.splice(t,1)}function s(e){var t=document.createElement("style");return e.attrs.type="text/css",c(t,e.attrs),o(e,t),t}function l(e){var t=document.createElement("link");return e.attrs.type="text/css",e.attrs.rel="stylesheet",c(t,e.attrs),o(e,t),t}function c(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}function u(e,t){var n,a,r,o;if(t.transform&&e.css){if(!(o=t.transform(e.css)))return function(){};e.css=o}if(t.singleton){var c=_++;n=g||(g=s(t)),a=d.bind(null,n,c,!1),r=d.bind(null,n,c,!0)}else e.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=l(t),a=p.bind(null,n,t),r=function(){i(n),n.href&&URL.revokeObjectURL(n.href)}):(n=s(t),a=h.bind(null,n),r=function(){i(n)});return a(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;a(e=t)}else r()}}function d(e,t,n,a){var r=n?"":a.css;if(e.styleSheet)e.styleSheet.cssText=M(t,r);else{var o=document.createTextNode(r),i=e.childNodes;i[t]&&e.removeChild(i[t]),i.length?e.insertBefore(o,i[t]):e.appendChild(o)}}function h(e,t){var n=t.css,a=t.media;if(a&&e.setAttribute("media",a),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}function p(e,t,n){var a=n.css,r=n.sourceMap,o=void 0===t.convertToAbsoluteUrls&&r;(t.convertToAbsoluteUrls||o)&&(a=y(a)),r&&(a+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */");var i=new Blob([a],{type:"text/css"}),s=e.href;e.href=URL.createObjectURL(i),s&&URL.revokeObjectURL(s)}var f={},m=function(e){var t;return function(){return void 0===t&&(t=e.apply(this,arguments)),t}}((function(){return window&&document&&document.all&&!window.atob})),v=function(e){var t={};return function(n){return void 0===t[n]&&(t[n]=e.call(this,n)),t[n]}}((function(e){return document.querySelector(e)})),g=null,_=0,b=[],y=n(15);e.exports=function(e,t){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");(t=t||{}).attrs="object"==typeof t.attrs?t.attrs:{},t.singleton||(t.singleton=m()),t.insertInto||(t.insertInto="head"),t.insertAt||(t.insertAt="bottom");var n=r(e,t);return a(n,t),function(e){for(var o=[],i=0;i<n.length;i++){var s=n[i];(l=f[s.id]).refs--,o.push(l)}for(e&&a(r(e,t),t),i=0;i<o.length;i++){var l;if(0===(l=o[i]).refs){for(var c=0;c<l.parts.length;c++)l.parts[c]();delete f[l.id]}}}};var M=function(){var e=[];return function(t,n){return e[t]=n,e.filter(Boolean).join("\n")}}()},function(e,t){e.exports=function(e){var t="undefined"!=typeof window&&window.location;if(!t)throw new Error("fixUrls requires window.location");if(!e||"string"!=typeof e)return e;var n=t.protocol+"//"+t.host,a=n+t.pathname.replace(/\/[^\/]*$/,"/");return e.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,(function(e,t){var r,o=t.trim().replace(/^"(.*)"$/,(function(e,t){return t})).replace(/^'(.*)'$/,(function(e,t){return t}));return/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(o)?e:(r=0===o.indexOf("//")?o:0===o.indexOf("/")?n+o:a+o.replace(/^\.\//,""),"url("+JSON.stringify(r)+")")}))}},function(e,t,n){var a=n(17);"undefined"==typeof window||window.Promise||(window.Promise=a),n(21),String.prototype.includes||(String.prototype.includes=function(e,t){"use strict";return"number"!=typeof t&&(t=0),!(t+e.length>this.length)&&-1!==this.indexOf(e,t)}),Array.prototype.includes||Object.defineProperty(Array.prototype,"includes",{value:function(e,t){if(null==this)throw new TypeError('"this" is null or not defined');var n=Object(this),a=n.length>>>0;if(0===a)return!1;for(var r=0|t,o=Math.max(r>=0?r:a-Math.abs(r),0);o<a;){if(function(e,t){return e===t||"number"==typeof e&&"number"==typeof t&&isNaN(e)&&isNaN(t)}(n[o],e))return!0;o++}return!1}}),"undefined"!=typeof window&&[Element.prototype,CharacterData.prototype,DocumentType.prototype].forEach((function(e){e.hasOwnProperty("remove")||Object.defineProperty(e,"remove",{configurable:!0,enumerable:!0,writable:!0,value:function(){this.parentNode.removeChild(this)}})}))},function(e,t,n){(function(t){!function(n){function a(){}function r(e,t){return function(){e.apply(t,arguments)}}function o(e){if("object"!=typeof this)throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],d(e,this)}function i(e,t){for(;3===e._state;)e=e._value;0!==e._state?(e._handled=!0,o._immediateFn((function(){var n=1===e._state?t.onFulfilled:t.onRejected;if(null!==n){var a;try{a=n(e._value)}catch(e){return void l(t.promise,e)}s(t.promise,a)}else(1===e._state?s:l)(t.promise,e._value)}))):e._deferreds.push(t)}function s(e,t){try{if(t===e)throw new TypeError("A promise cannot be resolved with itself.");if(t&&("object"==typeof t||"function"==typeof t)){var n=t.then;if(t instanceof o)return e._state=3,e._value=t,void c(e);if("function"==typeof n)return void d(r(n,t),e)}e._state=1,e._value=t,c(e)}catch(t){l(e,t)}}function l(e,t){e._state=2,e._value=t,c(e)}function c(e){2===e._state&&0===e._deferreds.length&&o._immediateFn((function(){e._handled||o._unhandledRejectionFn(e._value)}));for(var t=0,n=e._deferreds.length;t<n;t++)i(e,e._deferreds[t]);e._deferreds=null}function u(e,t,n){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof t?t:null,this.promise=n}function d(e,t){var n=!1;try{e((function(e){n||(n=!0,s(t,e))}),(function(e){n||(n=!0,l(t,e))}))}catch(e){if(n)return;n=!0,l(t,e)}}var h=setTimeout;o.prototype.catch=function(e){return this.then(null,e)},o.prototype.then=function(e,t){var n=new this.constructor(a);return i(this,new u(e,t,n)),n},o.all=function(e){var t=Array.prototype.slice.call(e);return new o((function(e,n){function a(o,i){try{if(i&&("object"==typeof i||"function"==typeof i)){var s=i.then;if("function"==typeof s)return void s.call(i,(function(e){a(o,e)}),n)}t[o]=i,0==--r&&e(t)}catch(e){n(e)}}if(0===t.length)return e([]);for(var r=t.length,o=0;o<t.length;o++)a(o,t[o])}))},o.resolve=function(e){return e&&"object"==typeof e&&e.constructor===o?e:new o((function(t){t(e)}))},o.reject=function(e){return new o((function(t,n){n(e)}))},o.race=function(e){return new o((function(t,n){for(var a=0,r=e.length;a<r;a++)e[a].then(t,n)}))},o._immediateFn="function"==typeof t&&function(e){t(e)}||function(e){h(e,0)},o._unhandledRejectionFn=function(e){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",e)},o._setImmediateFn=function(e){o._immediateFn=e},o._setUnhandledRejectionFn=function(e){o._unhandledRejectionFn=e},void 0!==e&&e.exports?e.exports=o:n.Promise||(n.Promise=o)}(this)}).call(t,n(18).setImmediate)},function(e,t,n){function a(e,t){this._id=e,this._clearFn=t}var r=Function.prototype.apply;t.setTimeout=function(){return new a(r.call(setTimeout,window,arguments),clearTimeout)},t.setInterval=function(){return new a(r.call(setInterval,window,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},a.prototype.unref=a.prototype.ref=function(){},a.prototype.close=function(){this._clearFn.call(window,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n(19),t.setImmediate=setImmediate,t.clearImmediate=clearImmediate},function(e,t,n){(function(e,t){!function(e,n){"use strict";function a(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var a={callback:e,args:t};return c[l]=a,s(l),l++}function r(e){delete c[e]}function o(e){var t=e.callback,a=e.args;switch(a.length){case 0:t();break;case 1:t(a[0]);break;case 2:t(a[0],a[1]);break;case 3:t(a[0],a[1],a[2]);break;default:t.apply(n,a)}}function i(e){if(u)setTimeout(i,0,e);else{var t=c[e];if(t){u=!0;try{o(t)}finally{r(e),u=!1}}}}if(!e.setImmediate){var s,l=1,c={},u=!1,d=e.document,h=Object.getPrototypeOf&&Object.getPrototypeOf(e);h=h&&h.setTimeout?h:e,"[object process]"==={}.toString.call(e.process)?s=function(e){t.nextTick((function(){i(e)}))}:function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?function(){var t="setImmediate$"+Math.random()+"$",n=function(n){n.source===e&&"string"==typeof n.data&&0===n.data.indexOf(t)&&i(+n.data.slice(t.length))};e.addEventListener?e.addEventListener("message",n,!1):e.attachEvent("onmessage",n),s=function(n){e.postMessage(t+n,"*")}}():e.MessageChannel?function(){var e=new MessageChannel;e.port1.onmessage=function(e){i(e.data)},s=function(t){e.port2.postMessage(t)}}():d&&"onreadystatechange"in d.createElement("script")?function(){var e=d.documentElement;s=function(t){var n=d.createElement("script");n.onreadystatechange=function(){i(t),n.onreadystatechange=null,e.removeChild(n),n=null},e.appendChild(n)}}():s=function(e){setTimeout(i,0,e)},h.setImmediate=a,h.clearImmediate=r}}("undefined"==typeof self?void 0===e?this:e:self)}).call(t,n(7),n(20))},function(e,t){function n(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function r(e){if(u===setTimeout)return setTimeout(e,0);if((u===n||!u)&&setTimeout)return u=setTimeout,setTimeout(e,0);try{return u(e,0)}catch(t){try{return u.call(null,e,0)}catch(t){return u.call(this,e,0)}}}function o(e){if(d===clearTimeout)return clearTimeout(e);if((d===a||!d)&&clearTimeout)return d=clearTimeout,clearTimeout(e);try{return d(e)}catch(t){try{return d.call(null,e)}catch(t){return d.call(this,e)}}}function i(){m&&p&&(m=!1,p.length?f=p.concat(f):v=-1,f.length&&s())}function s(){if(!m){var e=r(i);m=!0;for(var t=f.length;t;){for(p=f,f=[];++v<t;)p&&p[v].run();v=-1,t=f.length}p=null,m=!1,o(e)}}function l(e,t){this.fun=e,this.array=t}function c(){}var u,d,h=e.exports={};!function(){try{u="function"==typeof setTimeout?setTimeout:n}catch(e){u=n}try{d="function"==typeof clearTimeout?clearTimeout:a}catch(e){d=a}}();var p,f=[],m=!1,v=-1;h.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];f.push(new l(e,t)),1!==f.length||m||r(s)},l.prototype.run=function(){this.fun.apply(null,this.array)},h.title="browser",h.browser=!0,h.env={},h.argv=[],h.version="",h.versions={},h.on=c,h.addListener=c,h.once=c,h.off=c,h.removeListener=c,h.removeAllListeners=c,h.emit=c,h.prependListener=c,h.prependOnceListener=c,h.listeners=function(e){return[]},h.binding=function(e){throw new Error("process.binding is not supported")},h.cwd=function(){return"/"},h.chdir=function(e){throw new Error("process.chdir is not supported")},h.umask=function(){return 0}},function(e,t,n){"use strict";n(22).polyfill()},function(e,t,n){"use strict";function a(e,t){if(null==e)throw new TypeError("Cannot convert first argument to object");for(var n=Object(e),a=1;a<arguments.length;a++){var r=arguments[a];if(null!=r)for(var o=Object.keys(Object(r)),i=0,s=o.length;i<s;i++){var l=o[i],c=Object.getOwnPropertyDescriptor(r,l);void 0!==c&&c.enumerable&&(n[l]=r[l])}}return n}function r(){Object.assign||Object.defineProperty(Object,"assign",{enumerable:!1,configurable:!0,writable:!0,value:a})}e.exports={assign:a,polyfill:r}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(24),r=n(6),o=n(5),i=n(36),s=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if("undefined"!=typeof window){var n=i.getOpts.apply(void 0,e);return new Promise((function(e,t){o.default.promise={resolve:e,reject:t},a.default(n),setTimeout((function(){r.openModal()}))}))}};s.close=r.onAction,s.getState=r.getState,s.setActionValue=o.setActionValue,s.stopLoading=r.stopLoading,s.setDefaults=i.setDefaults,t.default=s},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(1),r=n(0).default.MODAL,o=n(4),i=n(34),s=n(35),l=n(1);t.init=function(e){a.getNode(r)||(document.body||l.throwErr("You can only use SweetAlert AFTER the DOM has loaded!"),i.default(),o.default()),o.initModalContent(e),s.default(e)},t.default=t.init},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(0).default.MODAL;t.modalMarkup='\n <div class="'+a+'" role="dialog" aria-modal="true"></div>',t.default=t.modalMarkup},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a='<div \n class="'+n(0).default.OVERLAY+'"\n tabIndex="-1">\n </div>';t.default=a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(0).default.ICON;t.errorIconMarkup=function(){var e=a+"--error",t=e+"__line";return'\n <div class="'+e+'__x-mark">\n <span class="'+t+" "+t+'--left"></span>\n <span class="'+t+" "+t+'--right"></span>\n </div>\n '},t.warningIconMarkup=function(){var e=a+"--warning";return'\n <span class="'+e+'__body">\n <span class="'+e+'__dot"></span>\n </span>\n '},t.successIconMarkup=function(){var e=a+"--success";return'\n <span class="'+e+"__line "+e+'__line--long"></span>\n <span class="'+e+"__line "+e+'__line--tip"></span>\n\n <div class="'+e+'__ring"></div>\n <div class="'+e+'__hide-corners"></div>\n '}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(0).default.CONTENT;t.contentMarkup='\n <div class="'+a+'">\n\n </div>\n'},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(0),r=a.default.BUTTON_CONTAINER,o=a.default.BUTTON,i=a.default.BUTTON_LOADER;t.buttonMarkup='\n <div class="'+r+'">\n\n <button\n class="'+o+'"\n ></button>\n\n <div class="'+i+'">\n <div></div>\n <div></div>\n <div></div>\n </div>\n\n </div>\n'},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(4),r=n(2),o=n(0),i=o.default.ICON,s=o.default.ICON_CUSTOM,l=["error","warning","success","info"],c={error:r.errorIconMarkup(),warning:r.warningIconMarkup(),success:r.successIconMarkup()},u=function(e,t){var n=i+"--"+e;t.classList.add(n);var a=c[e];a&&(t.innerHTML=a)},d=function(e,t){t.classList.add(s);var n=document.createElement("img");n.src=e,t.appendChild(n)},h=function(e){if(e){var t=a.injectElIntoModal(r.iconMarkup);l.includes(e)?u(e,t):d(e,t)}};t.default=h},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(2),r=n(4),o=function(e){navigator.userAgent.includes("AppleWebKit")&&(e.style.display="none",e.offsetHeight,e.style.display="")};t.initTitle=function(e){if(e){var t=r.injectElIntoModal(a.titleMarkup);t.textContent=e,o(t)}},t.initText=function(e){if(e){var t=document.createDocumentFragment();e.split("\n").forEach((function(e,n,a){t.appendChild(document.createTextNode(e)),n<a.length-1&&t.appendChild(document.createElement("br"))}));var n=r.injectElIntoModal(a.textMarkup);n.appendChild(t),o(n)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(1),r=n(4),o=n(0),i=o.default.BUTTON,s=o.default.DANGER_BUTTON,l=n(3),c=n(2),u=n(6),d=n(5),h=function(e,t,n){var r=t.text,o=t.value,h=t.className,p=t.closeModal,f=a.stringToNode(c.buttonMarkup),m=f.querySelector("."+i),v=i+"--"+e;m.classList.add(v),h&&(Array.isArray(h)?h:h.split(" ")).filter((function(e){return e.length>0})).forEach((function(e){m.classList.add(e)})),n&&e===l.CONFIRM_KEY&&m.classList.add(s),m.textContent=r;var g={};return g[e]=o,d.setActionValue(g),d.setActionOptionsFor(e,{closeModal:p}),m.addEventListener("click",(function(){return u.onAction(e)})),f},p=function(e,t){var n=r.injectElIntoModal(c.footerMarkup);for(var a in e){var o=e[a],i=h(a,o,t);o.visible&&n.appendChild(i)}0===n.children.length&&n.remove()};t.default=p},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(3),r=n(4),o=n(2),i=n(5),s=n(6),l=n(0).default.CONTENT,c=function(e){e.addEventListener("input",(function(e){var t=e.target.value;i.setActionValue(t)})),e.addEventListener("keyup",(function(e){if("Enter"===e.key)return s.onAction(a.CONFIRM_KEY)})),setTimeout((function(){e.focus(),i.setActionValue("")}),0)},u=function(e,t,n){var a=document.createElement(t),r=l+"__"+t;for(var o in a.classList.add(r),n){var i=n[o];a[o]=i}"input"===t&&c(a),e.appendChild(a)},d=function(e){if(e){var t=r.injectElIntoModal(o.contentMarkup),n=e.element,a=e.attributes;"string"==typeof n?u(t,n,a):t.appendChild(n)}};t.default=d},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(1),r=n(2),o=function(){var e=a.stringToNode(r.overlayMarkup);document.body.appendChild(e)};t.default=o},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(5),r=n(6),o=n(1),i=n(3),s=n(0),l=s.default.MODAL,c=s.default.BUTTON,u=s.default.OVERLAY,d=function(e){e.preventDefault(),v()},h=function(e){e.preventDefault(),g()},p=function(e){if(a.default.isOpen&&"Escape"===e.key)return r.onAction(i.CANCEL_KEY)},f=function(e){if(a.default.isOpen&&"Tab"===e.key)return d(e)},m=function(e){if(a.default.isOpen)return"Tab"===e.key&&e.shiftKey?h(e):void 0},v=function(){var e=o.getNode(c);e&&(e.tabIndex=0,e.focus())},g=function(){var e=o.getNode(l).querySelectorAll("."+c),t=e[e.length-1];t&&t.focus()},_=function(e){e[e.length-1].addEventListener("keydown",f)},b=function(e){e[0].addEventListener("keydown",m)},y=function(){var e=o.getNode(l).querySelectorAll("."+c);e.length&&(_(e),b(e))},M=function(e){if(o.getNode(u)===e.target)return r.onAction(i.CANCEL_KEY)},I=function(e){var t=o.getNode(u);t.removeEventListener("click",M),e&&t.addEventListener("click",M)},B=function(e){a.default.timer&&clearTimeout(a.default.timer),e&&(a.default.timer=window.setTimeout((function(){return r.onAction(i.CANCEL_KEY)}),e))},k=function(e){e.closeOnEsc?document.addEventListener("keyup",p):document.removeEventListener("keyup",p),e.dangerMode?v():g(),y(),I(e.closeOnClickOutside),B(e.timer)};t.default=k},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(1),r=n(3),o=n(37),i=n(38),s={title:null,text:null,icon:null,buttons:r.defaultButtonList,content:null,className:null,closeOnClickOutside:!0,closeOnEsc:!0,dangerMode:!1,timer:null},l=Object.assign({},s);t.setDefaults=function(e){l=Object.assign({},s,e)};var c=function(e){var t=e&&e.button,n=e&&e.buttons;return void 0!==t&&void 0!==n&&a.throwErr("Cannot set both 'button' and 'buttons' options!"),void 0!==t?{confirm:t}:n},u=function(e){return a.ordinalSuffixOf(e+1)},d=function(e,t){a.throwErr(u(t)+" argument ('"+e+"') is invalid")},h=function(e,t){var n=e+1,r=t[n];a.isPlainObject(r)||void 0===r||a.throwErr("Expected "+u(n)+" argument ('"+r+"') to be a plain object")},p=function(e,t){var n=e+1,r=t[n];void 0!==r&&a.throwErr("Unexpected "+u(n)+" argument ("+r+")")},f=function(e,t,n,r){var o=t instanceof Element;if("string"==typeof t){if(0===n)return{text:t};if(1===n)return{text:t,title:r[0]};if(2===n)return h(n,r),{icon:t};d(t,n)}else{if(o&&0===n)return h(n,r),{content:t};if(a.isPlainObject(t))return p(n,r),t;d(t,n)}};t.getOpts=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n={};e.forEach((function(t,a){var r=f(0,t,a,e);Object.assign(n,r)}));var a=c(n);n.buttons=r.getButtonListOpts(a),delete n.button,n.content=o.getContentOpts(n.content);var u=Object.assign({},s,l,n);return Object.keys(u).forEach((function(e){i.DEPRECATED_OPTS[e]&&i.logDeprecation(e)})),u}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n(1),r={element:"input",attributes:{placeholder:""}};t.getContentOpts=function(e){var t={};return a.isPlainObject(e)?Object.assign(t,e):e instanceof Element?{element:e}:"input"===e?r:null}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.logDeprecation=function(e){var n=t.DEPRECATED_OPTS[e],a=n.onlyRename,r=n.replacement,o=n.subOption,i=n.link,s='SweetAlert warning: "'+e+'" option has been '+(a?"renamed":"deprecated")+".";r&&(s+=" Please use"+(o?' "'+o+'" in ':" ")+'"'+r+'" instead.');var l="https://sweetalert.js.org";s+=i?" More details: "+l+i:" More details: "+l+"/guides/#upgrading-from-1x",console.warn(s)},t.DEPRECATED_OPTS={type:{replacement:"icon",link:"/docs/#icon"},imageUrl:{replacement:"icon",link:"/docs/#icon"},customClass:{replacement:"className",onlyRename:!0,link:"/docs/#classname"},imageSize:{},showCancelButton:{replacement:"buttons",link:"/docs/#buttons"},showConfirmButton:{replacement:"button",link:"/docs/#button"},confirmButtonText:{replacement:"button",link:"/docs/#button"},confirmButtonColor:{},cancelButtonText:{replacement:"buttons",link:"/docs/#buttons"},closeOnConfirm:{replacement:"button",subOption:"closeModal",link:"/docs/#button"},closeOnCancel:{replacement:"buttons",subOption:"closeModal",link:"/docs/#buttons"},showLoaderOnConfirm:{replacement:"buttons"},animation:{},inputType:{replacement:"content",link:"/docs/#content"},inputValue:{replacement:"content",link:"/docs/#content"},inputPlaceholder:{replacement:"content",link:"/docs/#content"},html:{replacement:"content",link:"/docs/#content"},allowEscapeKey:{replacement:"closeOnEsc",onlyRename:!0,link:"/docs/#closeonesc"},allowClickOutside:{replacement:"closeOnClickOutside",onlyRename:!0,link:"/docs/#closeonclickoutside"}}}])},89351:function(e,t,n){var a=n(19755);e.exports=function(){"use strict";function e(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function t(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function n(e,n,a){return n&&t(e.prototype,n),a&&t(e,a),e}function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e)){var n=[],a=!0,r=!1,o=void 0;try{for(var i,s=e[Symbol.iterator]();!(a=(i=s.next()).done)&&(n.push(i.value),!t||n.length!==t);a=!0);}catch(e){r=!0,o=e}finally{try{a||null==s.return||s.return()}finally{if(r)throw o}}return n}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}if(Array.prototype.find||(Array.prototype.find=function(e){if(null===this)throw new TypeError("Array.prototype.find called on null or undefined");if("function"!=typeof e)throw new TypeError("predicate must be a function");for(var t,n=Object(this),a=n.length>>>0,r=arguments[1],o=0;o<a;o++)if(t=n[o],e.call(r,t,o,n))return t}),window&&"function"!=typeof window.CustomEvent){var o=function(e,t){t=t||{bubbles:!1,cancelable:!1,detail:void 0};var n=document.createEvent("CustomEvent");return n.initCustomEvent(e,t.bubbles,t.cancelable,t.detail),n};void 0!==window.Event&&(o.prototype=window.Event.prototype),window.CustomEvent=o}var i=function(){function t(n){e(this,t),this.tribute=n,this.tribute.events=this}return n(t,[{key:"bind",value:function(e){e.boundKeydown=this.keydown.bind(e,this),e.boundKeyup=this.keyup.bind(e,this),e.boundInput=this.input.bind(e,this),e.addEventListener("keydown",e.boundKeydown,!1),e.addEventListener("keyup",e.boundKeyup,!1),e.addEventListener("input",e.boundInput,!1)}},{key:"unbind",value:function(e){e.removeEventListener("keydown",e.boundKeydown,!1),e.removeEventListener("keyup",e.boundKeyup,!1),e.removeEventListener("input",e.boundInput,!1),delete e.boundKeydown,delete e.boundKeyup,delete e.boundInput}},{key:"keydown",value:function(e,n){e.shouldDeactivate(n)&&(e.tribute.isActive=!1,e.tribute.hideMenu());var a=this;e.commandEvent=!1,t.keys().forEach((function(t){t.key===n.keyCode&&(e.commandEvent=!0,e.callbacks()[t.value.toLowerCase()](n,a))}))}},{key:"input",value:function(e,t){e.inputEvent=!0,e.keyup.call(this,e,t)}},{key:"click",value:function(e,t){var n=e.tribute;if(n.menu&&n.menu.contains(t.target)){var a=t.target;for(t.preventDefault(),t.stopPropagation();"li"!==a.nodeName.toLowerCase();)if(!(a=a.parentNode)||a===n.menu)throw new Error("cannot find the <li> container for the click");n.selectItemAtIndex(a.getAttribute("data-index"),t),n.hideMenu()}else n.current.element&&!n.current.externalTrigger&&(n.current.externalTrigger=!1,setTimeout((function(){return n.hideMenu()})))}},{key:"keyup",value:function(e,t){if(e.inputEvent&&(e.inputEvent=!1),e.updateSelection(this),27!==t.keyCode){if(!e.tribute.allowSpaces&&e.tribute.hasTrailingSpace)return e.tribute.hasTrailingSpace=!1,e.commandEvent=!0,void e.callbacks().space(t,this);if(!e.tribute.isActive)if(e.tribute.autocompleteMode)e.callbacks().triggerChar(t,this,"");else{var n=e.getKeyCode(e,this,t);if(isNaN(n)||!n)return;var a=e.tribute.triggers().find((function(e){return e.charCodeAt(0)===n}));void 0!==a&&e.callbacks().triggerChar(t,this,a)}e.tribute.current.mentionText.length<e.tribute.current.collection.menuShowMinLength||((e.tribute.current.trigger||e.tribute.autocompleteMode)&&!1===e.commandEvent||e.tribute.isActive&&8===t.keyCode)&&e.tribute.showMenuFor(this,!0)}}},{key:"shouldDeactivate",value:function(e){if(!this.tribute.isActive)return!1;if(0===this.tribute.current.mentionText.length){var n=!1;return t.keys().forEach((function(t){e.keyCode===t.key&&(n=!0)})),!n}return!1}},{key:"getKeyCode",value:function(e,t,n){var a=e.tribute,r=a.range.getTriggerInfo(!1,a.hasTrailingSpace,!0,a.allowSpaces,a.autocompleteMode);return!!r&&r.mentionTriggerChar.charCodeAt(0)}},{key:"updateSelection",value:function(e){this.tribute.current.element=e;var t=this.tribute.range.getTriggerInfo(!1,this.tribute.hasTrailingSpace,!0,this.tribute.allowSpaces,this.tribute.autocompleteMode);t&&(this.tribute.current.selectedPath=t.mentionSelectedPath,this.tribute.current.mentionText=t.mentionText,this.tribute.current.selectedOffset=t.mentionSelectedOffset)}},{key:"callbacks",value:function(){var e=this;return{triggerChar:function(t,n,a){var r=e.tribute;r.current.trigger=a;var o=r.collection.find((function(e){return e.trigger===a}));r.current.collection=o,r.current.mentionText.length>=r.current.collection.menuShowMinLength&&r.inputEvent&&r.showMenuFor(n,!0)},enter:function(t,n){e.tribute.isActive&&e.tribute.current.filteredItems&&(t.preventDefault(),t.stopPropagation(),setTimeout((function(){e.tribute.selectItemAtIndex(e.tribute.menuSelected,t),e.tribute.hideMenu()}),0))},escape:function(t,n){e.tribute.isActive&&(t.preventDefault(),t.stopPropagation(),e.tribute.isActive=!1,e.tribute.hideMenu())},tab:function(t,n){e.callbacks().enter(t,n)},space:function(t,n){e.tribute.isActive&&(e.tribute.spaceSelectsMatch?e.callbacks().enter(t,n):e.tribute.allowSpaces||(t.stopPropagation(),setTimeout((function(){e.tribute.hideMenu(),e.tribute.isActive=!1}),0)))},up:function(t,n){if(e.tribute.isActive&&e.tribute.current.filteredItems){t.preventDefault(),t.stopPropagation();var a=e.tribute.current.filteredItems.length,r=e.tribute.menuSelected;a>r&&r>0?(e.tribute.menuSelected--,e.setActiveLi()):0===r&&(e.tribute.menuSelected=a-1,e.setActiveLi(),e.tribute.menu.scrollTop=e.tribute.menu.scrollHeight)}},down:function(t,n){if(e.tribute.isActive&&e.tribute.current.filteredItems){t.preventDefault(),t.stopPropagation();var a=e.tribute.current.filteredItems.length-1,r=e.tribute.menuSelected;a>r?(e.tribute.menuSelected++,e.setActiveLi()):a===r&&(e.tribute.menuSelected=0,e.setActiveLi(),e.tribute.menu.scrollTop=0)}},delete:function(t,n){e.tribute.isActive&&e.tribute.current.mentionText.length<1?e.tribute.hideMenu():e.tribute.isActive&&e.tribute.showMenuFor(n)}}}},{key:"setActiveLi",value:function(e){var t=this.tribute.menu.querySelectorAll("li"),n=t.length>>>0;e&&(this.tribute.menuSelected=parseInt(e));for(var a=0;a<n;a++){var r=t[a];if(a===this.tribute.menuSelected){r.classList.add(this.tribute.current.collection.selectClass);var o=r.getBoundingClientRect(),i=this.tribute.menu.getBoundingClientRect();if(o.bottom>i.bottom){var s=o.bottom-i.bottom;this.tribute.menu.scrollTop+=s}else if(o.top<i.top){var l=i.top-o.top;this.tribute.menu.scrollTop-=l}}else r.classList.remove(this.tribute.current.collection.selectClass)}}},{key:"getFullHeight",value:function(e,t){var n=e.getBoundingClientRect().height;if(t){var a=e.currentStyle||window.getComputedStyle(e);return n+parseFloat(a.marginTop)+parseFloat(a.marginBottom)}return n}}],[{key:"keys",value:function(){return[{key:9,value:"TAB"},{key:8,value:"DELETE"},{key:13,value:"ENTER"},{key:27,value:"ESCAPE"},{key:32,value:"SPACE"},{key:38,value:"UP"},{key:40,value:"DOWN"}]}}]),t}(),s=function(){function t(n){e(this,t),this.tribute=n,this.tribute.menuEvents=this,this.menu=this.tribute.menu}return n(t,[{key:"bind",value:function(e){var t=this;this.menuClickEvent=this.tribute.events.click.bind(null,this),this.menuContainerScrollEvent=this.debounce((function(){t.tribute.isActive&&t.tribute.showMenuFor(t.tribute.current.element,!1)}),300,!1),this.windowResizeEvent=this.debounce((function(){t.tribute.isActive&&t.tribute.range.positionMenuAtCaret(!0)}),300,!1),this.tribute.range.getDocument().addEventListener("MSPointerDown",this.menuClickEvent,!1),this.tribute.range.getDocument().addEventListener("mousedown",this.menuClickEvent,!1),window.addEventListener("resize",this.windowResizeEvent),this.menuContainer?this.menuContainer.addEventListener("scroll",this.menuContainerScrollEvent,!1):window.addEventListener("scroll",this.menuContainerScrollEvent)}},{key:"unbind",value:function(e){this.tribute.range.getDocument().removeEventListener("mousedown",this.menuClickEvent,!1),this.tribute.range.getDocument().removeEventListener("MSPointerDown",this.menuClickEvent,!1),window.removeEventListener("resize",this.windowResizeEvent),this.menuContainer?this.menuContainer.removeEventListener("scroll",this.menuContainerScrollEvent,!1):window.removeEventListener("scroll",this.menuContainerScrollEvent)}},{key:"debounce",value:function(e,t,n){var a,r=arguments,o=this;return function(){var i=o,s=r,l=n&&!a;clearTimeout(a),a=setTimeout((function(){a=null,n||e.apply(i,s)}),t),l&&e.apply(i,s)}}}]),t}(),l=function(){function t(n){e(this,t),this.tribute=n,this.tribute.range=this}return n(t,[{key:"getDocument",value:function(){var e;return this.tribute.current.collection&&(e=this.tribute.current.collection.iframe),e?e.contentWindow.document:document}},{key:"positionMenuAtCaret",value:function(e){var t,n=this,a=this.tribute.current,r=this.getTriggerInfo(!1,this.tribute.hasTrailingSpace,!0,this.tribute.allowSpaces,this.tribute.autocompleteMode);if(void 0!==r){if(!this.tribute.positionMenu)return void(this.tribute.menu.style.cssText="display: block;");t=this.isContentEditable(a.element)?this.getContentEditableCaretPosition(r.mentionPosition):this.getTextAreaOrInputUnderlinePosition(this.tribute.current.element,r.mentionPosition),this.tribute.menu.style.cssText="top: ".concat(t.top,"px;\n left: ").concat(t.left,"px;\n right: ").concat(t.right,"px;\n bottom: ").concat(t.bottom,"px;\n position: absolute;\n display: block;"),"auto"===t.left&&(this.tribute.menu.style.left="auto"),"auto"===t.top&&(this.tribute.menu.style.top="auto"),e&&this.scrollIntoView(),window.setTimeout((function(){var a={width:n.tribute.menu.offsetWidth,height:n.tribute.menu.offsetHeight},r=n.isMenuOffScreen(t,a),o=window.innerWidth>a.width&&(r.left||r.right),i=window.innerHeight>a.height&&(r.top||r.bottom);(o||i)&&(n.tribute.menu.style.cssText="display: none",n.positionMenuAtCaret(e))}),0)}else this.tribute.menu.style.cssText="display: none"}},{key:"selectElement",value:function(e,t,n){var a,r=e;if(t)for(var o=0;o<t.length;o++){if(void 0===(r=r.childNodes[t[o]]))return;for(;r.length<n;)n-=r.length,r=r.nextSibling;0!==r.childNodes.length||r.length||(r=r.previousSibling)}var i=this.getWindowSelection();(a=this.getDocument().createRange()).setStart(r,n),a.setEnd(r,n),a.collapse(!0);try{i.removeAllRanges()}catch(e){}i.addRange(a),e.focus()}},{key:"replaceTriggerText",value:function(e,t,n,a,r){var o=this.getTriggerInfo(!0,n,t,this.tribute.allowSpaces,this.tribute.autocompleteMode);if(void 0!==o){var i=this.tribute.current,s=new CustomEvent("tribute-replaced",{detail:{item:r,instance:i,context:o,event:a}});if(this.isContentEditable(i.element)){e+="string"==typeof this.tribute.replaceTextSuffix?this.tribute.replaceTextSuffix:" ";var l=o.mentionPosition+o.mentionText.length;this.tribute.autocompleteMode||(l+=o.mentionTriggerChar.length),this.pasteHtml(e,o.mentionPosition,l)}else{var c=this.tribute.current.element,u="string"==typeof this.tribute.replaceTextSuffix?this.tribute.replaceTextSuffix:" ";e+=u;var d=o.mentionPosition,h=o.mentionPosition+o.mentionText.length+u.length;this.tribute.autocompleteMode||(h+=o.mentionTriggerChar.length-1),c.value=c.value.substring(0,d)+e+c.value.substring(h,c.value.length),c.selectionStart=d+e.length,c.selectionEnd=d+e.length}i.element.dispatchEvent(new CustomEvent("input",{bubbles:!0})),i.element.dispatchEvent(s)}}},{key:"pasteHtml",value:function(e,t,n){var a,r;r=this.getWindowSelection(),(a=this.getDocument().createRange()).setStart(r.anchorNode,t),a.setEnd(r.anchorNode,n),a.deleteContents();var o=this.getDocument().createElement("div");o.innerHTML=e;for(var i,s,l=this.getDocument().createDocumentFragment();i=o.firstChild;)s=l.appendChild(i);a.insertNode(l),s&&((a=a.cloneRange()).setStartAfter(s),a.collapse(!0),r.removeAllRanges(),r.addRange(a))}},{key:"getWindowSelection",value:function(){return this.tribute.collection.iframe?this.tribute.collection.iframe.contentWindow.getSelection():window.getSelection()}},{key:"getNodePositionInParent",value:function(e){if(null===e.parentNode)return 0;for(var t=0;t<e.parentNode.childNodes.length;t++)if(e.parentNode.childNodes[t]===e)return t}},{key:"getContentEditableSelectedPath",value:function(e){var t=this.getWindowSelection(),n=t.anchorNode,a=[];if(null!=n){for(var r,o=n.contentEditable;null!==n&&"true"!==o;)r=this.getNodePositionInParent(n),a.push(r),null!==(n=n.parentNode)&&(o=n.contentEditable);return a.reverse(),{selected:n,path:a,offset:t.getRangeAt(0).startOffset}}}},{key:"getTextPrecedingCurrentSelection",value:function(){var e=this.tribute.current,t="";if(this.isContentEditable(e.element)){var n=this.getWindowSelection().anchorNode;if(null!=n){var a=n.textContent,r=this.getWindowSelection().getRangeAt(0).startOffset;a&&r>=0&&(t=a.substring(0,r))}}else{var o=this.tribute.current.element;if(o){var i=o.selectionStart;o.value&&i>=0&&(t=o.value.substring(0,i))}}return t}},{key:"getLastWordInText",value:function(e){var t=(e=e.replace(/\u00A0/g," ")).split(/\s+/);return t[t.length-1].trim()}},{key:"getTriggerInfo",value:function(e,t,n,a,r){var o,i,s,l=this,c=this.tribute.current;if(this.isContentEditable(c.element)){var u=this.getContentEditableSelectedPath(c);u&&(o=u.selected,i=u.path,s=u.offset)}else o=this.tribute.current.element;var d=this.getTextPrecedingCurrentSelection(),h=this.getLastWordInText(d);if(r)return{mentionPosition:d.length-h.length,mentionText:h,mentionSelectedElement:o,mentionSelectedPath:i,mentionSelectedOffset:s};if(null!=d){var p,f=-1;if(this.tribute.collection.forEach((function(e){var t=e.trigger,a=e.requireLeadingSpace?l.lastIndexWithLeadingSpace(d,t):d.lastIndexOf(t);a>f&&(f=a,p=t,n=e.requireLeadingSpace)})),f>=0&&(0===f||!n||/[\xA0\s]/g.test(d.substring(f-1,f)))){var m=d.substring(f+p.length,d.length);p=d.substring(f,f+p.length);var v=m.substring(0,1),g=m.length>0&&(" "===v||" "===v);t&&(m=m.trim());var _=a?/[^\S ]/g:/[\xA0\s]/g;if(this.tribute.hasTrailingSpace=_.test(m),!g&&(e||!_.test(m)))return{mentionPosition:f,mentionText:m,mentionSelectedElement:o,mentionSelectedPath:i,mentionSelectedOffset:s,mentionTriggerChar:p}}}}},{key:"lastIndexWithLeadingSpace",value:function(e,t){for(var n=e.split("").reverse().join(""),a=-1,r=0,o=e.length;r<o;r++){for(var i=r===e.length-1,s=/\s/.test(n[r+1]),l=!0,c=t.length-1;c>=0;c--)if(t[c]!==n[r-c]){l=!1;break}if(l&&(i||s)){a=e.length-1-r;break}}return a}},{key:"isContentEditable",value:function(e){return"INPUT"!==e.nodeName&&"TEXTAREA"!==e.nodeName}},{key:"isMenuOffScreen",value:function(e,t){var n=window.innerWidth,a=window.innerHeight,r=document.documentElement,o=(window.pageXOffset||r.scrollLeft)-(r.clientLeft||0),i=(window.pageYOffset||r.scrollTop)-(r.clientTop||0),s="number"==typeof e.top?e.top:i+a-e.bottom-t.height,l="number"==typeof e.right?e.right:e.left+t.width,c="number"==typeof e.bottom?e.bottom:e.top+t.height,u="number"==typeof e.left?e.left:o+n-e.right-t.width;return{top:s<Math.floor(i),right:l>Math.ceil(o+n),bottom:c>Math.ceil(i+a),left:u<Math.floor(o)}}},{key:"getMenuDimensions",value:function(){var e={width:null,height:null};return this.tribute.menu.style.cssText="top: 0px;\n left: 0px;\n position: fixed;\n display: block;\n visibility; hidden;",e.width=this.tribute.menu.offsetWidth,e.height=this.tribute.menu.offsetHeight,this.tribute.menu.style.cssText="display: none;",e}},{key:"getTextAreaOrInputUnderlinePosition",value:function(e,t,n){var a=null!==window.mozInnerScreenX,r=this.getDocument().createElement("div");r.id="input-textarea-caret-position-mirror-div",this.getDocument().body.appendChild(r);var o=r.style,i=window.getComputedStyle?getComputedStyle(e):e.currentStyle;o.whiteSpace="pre-wrap","INPUT"!==e.nodeName&&(o.wordWrap="break-word"),o.position="absolute",o.visibility="hidden",["direction","boxSizing","width","height","overflowX","overflowY","borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth","paddingTop","paddingRight","paddingBottom","paddingLeft","fontStyle","fontVariant","fontWeight","fontStretch","fontSize","fontSizeAdjust","lineHeight","fontFamily","textAlign","textTransform","textIndent","textDecoration","letterSpacing","wordSpacing"].forEach((function(e){o[e]=i[e]})),a?(o.width="".concat(parseInt(i.width)-2,"px"),e.scrollHeight>parseInt(i.height)&&(o.overflowY="scroll")):o.overflow="hidden",r.textContent=e.value.substring(0,t),"INPUT"===e.nodeName&&(r.textContent=r.textContent.replace(/\s/g," "));var s=this.getDocument().createElement("span");s.textContent=e.value.substring(t)||".",r.appendChild(s);var l=e.getBoundingClientRect(),c=document.documentElement,u=(window.pageXOffset||c.scrollLeft)-(c.clientLeft||0),d=(window.pageYOffset||c.scrollTop)-(c.clientTop||0),h=0,p=0;this.menuContainerIsBody&&(h=l.top,p=l.left);var f={top:h+d+s.offsetTop+parseInt(i.borderTopWidth)+parseInt(i.fontSize)-e.scrollTop,left:p+u+s.offsetLeft+parseInt(i.borderLeftWidth)},m=window.innerWidth,v=window.innerHeight,g=this.getMenuDimensions(),_=this.isMenuOffScreen(f,g);_.right&&(f.right=m-f.left,f.left="auto");var b=this.tribute.menuContainer?this.tribute.menuContainer.offsetHeight:this.getDocument().body.offsetHeight;if(_.bottom){var y=b-(v-(this.tribute.menuContainer?this.tribute.menuContainer.getBoundingClientRect():this.getDocument().body.getBoundingClientRect()).top);f.bottom=y+(v-l.top-s.offsetTop),f.top="auto"}return(_=this.isMenuOffScreen(f,g)).left&&(f.left=m>g.width?u+m-g.width:u,delete f.right),_.top&&(f.top=v>g.height?d+v-g.height:d,delete f.bottom),this.getDocument().body.removeChild(r),f}},{key:"getContentEditableCaretPosition",value:function(e){var t,n=this.getWindowSelection();(t=this.getDocument().createRange()).setStart(n.anchorNode,e),t.setEnd(n.anchorNode,e),t.collapse(!1);var a=t.getBoundingClientRect(),r=document.documentElement,o=(window.pageXOffset||r.scrollLeft)-(r.clientLeft||0),i=(window.pageYOffset||r.scrollTop)-(r.clientTop||0),s={left:a.left+o,top:a.top+a.height+i},l=window.innerWidth,c=window.innerHeight,u=this.getMenuDimensions(),d=this.isMenuOffScreen(s,u);d.right&&(s.left="auto",s.right=l-a.left-o);var h=this.tribute.menuContainer?this.tribute.menuContainer.offsetHeight:this.getDocument().body.offsetHeight;if(d.bottom){var p=h-(c-(this.tribute.menuContainer?this.tribute.menuContainer.getBoundingClientRect():this.getDocument().body.getBoundingClientRect()).top);s.top="auto",s.bottom=p+(c-a.top)}return(d=this.isMenuOffScreen(s,u)).left&&(s.left=l>u.width?o+l-u.width:o,delete s.right),d.top&&(s.top=c>u.height?i+c-u.height:i,delete s.bottom),this.menuContainerIsBody||(s.left=s.left?s.left-this.tribute.menuContainer.offsetLeft:s.left,s.top=s.top?s.top-this.tribute.menuContainer.offsetTop:s.top),s}},{key:"scrollIntoView",value:function(e){var t,n=this.menu;if(void 0!==n){for(;void 0===t||0===t.height;)if(0===(t=n.getBoundingClientRect()).height&&(void 0===(n=n.childNodes[0])||!n.getBoundingClientRect))return;var a=t.top,r=a+t.height;if(a<0)window.scrollTo(0,window.pageYOffset+t.top-20);else if(r>window.innerHeight){var o=window.pageYOffset+t.top-20;o-window.pageYOffset>100&&(o=window.pageYOffset+100);var i=window.pageYOffset-(window.innerHeight-r);i>o&&(i=o),window.scrollTo(0,i)}}}},{key:"menuContainerIsBody",get:function(){return this.tribute.menuContainer===document.body||!this.tribute.menuContainer}}]),t}(),c=function(){function t(n){e(this,t),this.tribute=n,this.tribute.search=this}return n(t,[{key:"simpleFilter",value:function(e,t){var n=this;return t.filter((function(t){return n.test(e,t)}))}},{key:"test",value:function(e,t){return null!==this.match(e,t)}},{key:"match",value:function(e,t,n){n=n||{},t.length;var a=n.pre||"",r=n.post||"",o=n.caseSensitive&&t||t.toLowerCase();if(n.skip)return{rendered:t,score:0};e=n.caseSensitive&&e||e.toLowerCase();var i=this.traverse(o,e,0,0,[]);return i?{rendered:this.render(t,i.cache,a,r),score:i.score}:null}},{key:"traverse",value:function(e,t,n,a,r){if(t.length===a)return{score:this.calculateScore(r),cache:r.slice()};if(!(e.length===n||t.length-a>e.length-n)){for(var o,i,s=t[a],l=e.indexOf(s,n);l>-1;){if(r.push(l),i=this.traverse(e,t,l+1,a+1,r),r.pop(),!i)return o;(!o||o.score<i.score)&&(o=i),l=e.indexOf(s,l+1)}return o}}},{key:"calculateScore",value:function(e){var t=0,n=1;return e.forEach((function(a,r){r>0&&(e[r-1]+1===a?n+=n+1:n=1),t+=n})),t}},{key:"render",value:function(e,t,n,a){var r=e.substring(0,t[0]);return t.forEach((function(o,i){r+=n+e[o]+a+e.substring(o+1,t[i+1]?t[i+1]:e.length)})),r}},{key:"filter",value:function(e,t,n){var a=this;return n=n||{},t.reduce((function(t,r,o,i){var s=r;n.extract&&((s=n.extract(r))||(s=""));var l=a.match(e,s,n);return null!=l&&(t[t.length]={string:l.rendered,score:l.score,index:o,original:r}),t}),[]).sort((function(e,t){return t.score-e.score||e.index-t.index}))}}]),t}();return function(){function t(n){var a,r=this,o=n.values,u=void 0===o?null:o,d=n.iframe,h=void 0===d?null:d,p=n.selectClass,f=void 0===p?"highlight":p,m=n.containerClass,v=void 0===m?"tribute-container":m,g=n.itemClass,_=void 0===g?"":g,b=n.trigger,y=void 0===b?"@":b,M=n.autocompleteMode,I=void 0!==M&&M,B=n.selectTemplate,k=void 0===B?null:B,P=n.menuItemTemplate,T=void 0===P?null:P,w=n.lookup,E=void 0===w?"key":w,O=n.fillAttr,A=void 0===O?"value":O,L=n.collection,S=void 0===L?null:L,C=n.menuContainer,z=void 0===C?null:C,x=n.noMatchTemplate,D=void 0===x?null:x,F=n.requireLeadingSpace,H=void 0===F||F,N=n.allowSpaces,R=void 0!==N&&N,V=n.replaceTextSuffix,Y=void 0===V?null:V,j=n.positionMenu,$=void 0===j||j,U=n.spaceSelectsMatch,G=void 0!==U&&U,W=n.searchOpts,q=void 0===W?{}:W,X=n.menuItemLimit,J=void 0===X?null:X,K=n.menuShowMinLength,Q=void 0===K?0:K;if(e(this,t),this.autocompleteMode=I,this.menuSelected=0,this.current={},this.inputEvent=!1,this.isActive=!1,this.menuContainer=z,this.allowSpaces=R,this.replaceTextSuffix=Y,this.positionMenu=$,this.hasTrailingSpace=!1,this.spaceSelectsMatch=G,this.autocompleteMode&&(y="",R=!1),u)this.collection=[{trigger:y,iframe:h,selectClass:f,containerClass:v,itemClass:_,selectTemplate:(k||t.defaultSelectTemplate).bind(this),menuItemTemplate:(T||t.defaultMenuItemTemplate).bind(this),noMatchTemplate:(a=D,"string"==typeof a?""===a.trim()?null:a:"function"==typeof a?a.bind(r):D||function(){return"<li>No Match Found!</li>"}.bind(r)),lookup:E,fillAttr:A,values:u,requireLeadingSpace:H,searchOpts:q,menuItemLimit:J,menuShowMinLength:Q}];else{if(!S)throw new Error("[Tribute] No collection specified.");this.autocompleteMode&&console.warn("Tribute in autocomplete mode does not work for collections"),this.collection=S.map((function(e){return{trigger:e.trigger||y,iframe:e.iframe||h,selectClass:e.selectClass||f,containerClass:e.containerClass||v,itemClass:e.itemClass||_,selectTemplate:(e.selectTemplate||t.defaultSelectTemplate).bind(r),menuItemTemplate:(e.menuItemTemplate||t.defaultMenuItemTemplate).bind(r),noMatchTemplate:function(e){return"string"==typeof e?""===e.trim()?null:e:"function"==typeof e?e.bind(r):D||function(){return"<li>No Match Found!</li>"}.bind(r)}(D),lookup:e.lookup||E,fillAttr:e.fillAttr||A,values:e.values,requireLeadingSpace:e.requireLeadingSpace,searchOpts:e.searchOpts||q,menuItemLimit:e.menuItemLimit||J,menuShowMinLength:e.menuShowMinLength||Q}}))}new l(this),new i(this),new s(this),new c(this)}return n(t,[{key:"triggers",value:function(){return this.collection.map((function(e){return e.trigger}))}},{key:"attach",value:function(e){if(!e)throw new Error("[Tribute] Must pass in a DOM node or NodeList.");if(void 0!==a&&e instanceof a&&(e=e.get()),e.constructor===NodeList||e.constructor===HTMLCollection||e.constructor===Array)for(var t=e.length,n=0;n<t;++n)this._attach(e[n]);else this._attach(e)}},{key:"_attach",value:function(e){e.hasAttribute("data-tribute")&&console.warn("Tribute was already bound to "+e.nodeName),this.ensureEditable(e),this.events.bind(e),e.setAttribute("data-tribute",!0)}},{key:"ensureEditable",value:function(e){if(-1===t.inputTypes().indexOf(e.nodeName)){if(!e.contentEditable)throw new Error("[Tribute] Cannot bind to "+e.nodeName);e.contentEditable=!0}}},{key:"createMenu",value:function(e){var t=this.range.getDocument().createElement("div"),n=this.range.getDocument().createElement("ul");return t.className=e,t.appendChild(n),this.menuContainer?this.menuContainer.appendChild(t):this.range.getDocument().body.appendChild(t)}},{key:"showMenuFor",value:function(e,t){var n=this;if(!this.isActive||this.current.element!==e||this.current.mentionText!==this.currentMentionTextSnapshot){this.currentMentionTextSnapshot=this.current.mentionText,this.menu||(this.menu=this.createMenu(this.current.collection.containerClass),e.tributeMenu=this.menu,this.menuEvents.bind(this.menu)),this.isActive=!0,this.menuSelected=0,this.current.mentionText||(this.current.mentionText="");var a=function(e){if(n.isActive){var a=n.search.filter(n.current.mentionText,e,{pre:n.current.collection.searchOpts.pre||"<span>",post:n.current.collection.searchOpts.post||"</span>",skip:n.current.collection.searchOpts.skip,extract:function(e){if("string"==typeof n.current.collection.lookup)return e[n.current.collection.lookup];if("function"==typeof n.current.collection.lookup)return n.current.collection.lookup(e,n.current.mentionText);throw new Error("Invalid lookup attribute, lookup must be string or function.")}});n.current.collection.menuItemLimit&&(a=a.slice(0,n.current.collection.menuItemLimit)),n.current.filteredItems=a;var o=n.menu.querySelector("ul");if(n.range.positionMenuAtCaret(t),!a.length){var i=new CustomEvent("tribute-no-match",{detail:n.menu});return n.current.element.dispatchEvent(i),void("function"==typeof n.current.collection.noMatchTemplate&&!n.current.collection.noMatchTemplate()||!n.current.collection.noMatchTemplate?n.hideMenu():"function"==typeof n.current.collection.noMatchTemplate?o.innerHTML=n.current.collection.noMatchTemplate():o.innerHTML=n.current.collection.noMatchTemplate)}o.innerHTML="";var s=n.range.getDocument().createDocumentFragment();a.forEach((function(e,t){var a=n.range.getDocument().createElement("li");a.setAttribute("data-index",t),a.className=n.current.collection.itemClass,a.addEventListener("mousemove",(function(e){var t=r(n._findLiTarget(e.target),2),a=(t[0],t[1]);0!==e.movementY&&n.events.setActiveLi(a)})),n.menuSelected===t&&a.classList.add(n.current.collection.selectClass),a.innerHTML=n.current.collection.menuItemTemplate(e),s.appendChild(a)})),o.appendChild(s)}};"function"==typeof this.current.collection.values?this.current.collection.values(this.current.mentionText,a):a(this.current.collection.values)}}},{key:"_findLiTarget",value:function(e){if(!e)return[];var t=e.getAttribute("data-index");return t?[e,t]:this._findLiTarget(e.parentNode)}},{key:"showMenuForCollection",value:function(e,t){e!==document.activeElement&&this.placeCaretAtEnd(e),this.current.collection=this.collection[t||0],this.current.externalTrigger=!0,this.current.element=e,e.isContentEditable?this.insertTextAtCursor(this.current.collection.trigger):this.insertAtCaret(e,this.current.collection.trigger),this.showMenuFor(e)}},{key:"placeCaretAtEnd",value:function(e){if(e.focus(),void 0!==window.getSelection&&void 0!==document.createRange){var t=document.createRange();t.selectNodeContents(e),t.collapse(!1);var n=window.getSelection();n.removeAllRanges(),n.addRange(t)}else if(void 0!==document.body.createTextRange){var a=document.body.createTextRange();a.moveToElementText(e),a.collapse(!1),a.select()}}},{key:"insertTextAtCursor",value:function(e){var t,n;(n=(t=window.getSelection()).getRangeAt(0)).deleteContents();var a=document.createTextNode(e);n.insertNode(a),n.selectNodeContents(a),n.collapse(!1),t.removeAllRanges(),t.addRange(n)}},{key:"insertAtCaret",value:function(e,t){var n=e.scrollTop,a=e.selectionStart,r=e.value.substring(0,a),o=e.value.substring(e.selectionEnd,e.value.length);e.value=r+t+o,a+=t.length,e.selectionStart=a,e.selectionEnd=a,e.focus(),e.scrollTop=n}},{key:"hideMenu",value:function(){this.menu&&(this.menu.style.cssText="display: none;",this.isActive=!1,this.menuSelected=0,this.current={})}},{key:"selectItemAtIndex",value:function(e,t){if("number"==typeof(e=parseInt(e))&&!isNaN(e)){var n=this.current.filteredItems[e],a=this.current.collection.selectTemplate(n);null!==a&&this.replaceText(a,t,n)}}},{key:"replaceText",value:function(e,t,n){this.range.replaceTriggerText(e,!0,!0,t,n)}},{key:"_append",value:function(e,t,n){if("function"==typeof e.values)throw new Error("Unable to append to values, as it is a function.");e.values=n?t:e.values.concat(t)}},{key:"append",value:function(e,t,n){var a=parseInt(e);if("number"!=typeof a)throw new Error("please provide an index for the collection to update.");var r=this.collection[a];this._append(r,t,n)}},{key:"appendCurrent",value:function(e,t){if(!this.isActive)throw new Error("No active state. Please use append instead and pass an index.");this._append(this.current.collection,e,t)}},{key:"detach",value:function(e){if(!e)throw new Error("[Tribute] Must pass in a DOM node or NodeList.");if(void 0!==a&&e instanceof a&&(e=e.get()),e.constructor===NodeList||e.constructor===HTMLCollection||e.constructor===Array)for(var t=e.length,n=0;n<t;++n)this._detach(e[n]);else this._detach(e)}},{key:"_detach",value:function(e){var t=this;this.events.unbind(e),e.tributeMenu&&this.menuEvents.unbind(e.tributeMenu),setTimeout((function(){e.removeAttribute("data-tribute"),t.isActive=!1,e.tributeMenu&&e.tributeMenu.remove()}))}},{key:"isActive",get:function(){return this._isActive},set:function(e){if(this._isActive!=e&&(this._isActive=e,this.current.element)){var t=new CustomEvent("tribute-active-".concat(e));this.current.element.dispatchEvent(t)}}}],[{key:"defaultSelectTemplate",value:function(e){return void 0===e?"".concat(this.current.collection.trigger).concat(this.current.mentionText):this.range.isContentEditable(this.current.element)?'<span class="tribute-mention">'+(this.current.collection.trigger+e.original[this.current.collection.fillAttr])+"</span>":this.current.collection.trigger+e.original[this.current.collection.fillAttr]}},{key:"defaultMenuItemTemplate",value:function(e){return e.string}},{key:"inputTypes",value:function(){return["TEXTAREA","INPUT"]}}]),t}()}()},47711:function(e,t,n){e.exports=function(e){"use strict";e=e&&e.hasOwnProperty("default")?e.default:e;var t=/[a-z]{1,6}(?:[._][a-z]{1,2})?/i,n=/\!'#%&'\(\)*\+,\\\-\.\/:;<=>\?@\[\]\^_{|}~\$/,a=function(e,t,n){return n=n||"","string"!=typeof e&&(e.global&&n.indexOf("g")<0&&(n+="g"),e.ignoreCase&&n.indexOf("i")<0&&(n+="i"),e.multiline&&n.indexOf("m")<0&&(n+="m"),e=e.source),new RegExp(e.replace(/#\{(\w+)\}/g,(function(e,n){var a=t[n]||"";return"string"!=typeof a&&(a=a.source),a})),n)},r=/\x09-\x0D\x20\x85\xA0\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000/,o=a(/[#{spacesGroup}]/,{spacesGroup:r}),i=a("(^|#{spaces})(\\$)(#{cashtag})(?=$|\\s|[#{punct}])",{cashtag:t,spaces:o,punct:n},"gi"),s=function(e){if(!e||-1===e.indexOf("$"))return[];var t=[];return e.replace(i,(function(e,n,a,r,o,i){var s=o+n.length,l=s+r.length+1;t.push({cashtag:r,indices:[s,l]})})),t},l=/[#]/,c=a(/^(?:#{hashSigns}|:\/\/)/,{hashSigns:l}),u=a(RegExp("(?:(?:한국|香港|澳門|新加坡|台灣|台湾|中國|中国|გე|ไทย|ලංකා|ഭാരതം|ಭಾರತ|భారత్|சிங்கப்பூர்|இலங்கை|இந்தியா|ଭାରତ|ભારત|ਭਾਰਤ|ভাৰত|ভারত|বাংলা|भारोत|भारतम्|भारत|ڀارت|پاکستان|موريتانيا|مليسيا|مصر|قطر|فلسطين|عمان|عراق|سورية|سودان|تونس|بھارت|بارت|ایران|امارات|المغرب|السعودية|الجزائر|الاردن|հայ|қаз|укр|срб|рф|мон|мкд|ею|бел|бг|ελ|zw|zm|za|yt|ye|ws|wf|vu|vn|vi|vg|ve|vc|va|uz|uy|us|um|uk|ug|ua|tz|tw|tv|tt|tr|tp|to|tn|tm|tl|tk|tj|th|tg|tf|td|tc|sz|sy|sx|sv|su|st|ss|sr|so|sn|sm|sl|sk|sj|si|sh|sg|se|sd|sc|sb|sa|rw|ru|rs|ro|re|qa|py|pw|pt|ps|pr|pn|pm|pl|pk|ph|pg|pf|pe|pa|om|nz|nu|nr|np|no|nl|ni|ng|nf|ne|nc|na|mz|my|mx|mw|mv|mu|mt|ms|mr|mq|mp|mo|mn|mm|ml|mk|mh|mg|mf|me|md|mc|ma|ly|lv|lu|lt|ls|lr|lk|li|lc|lb|la|kz|ky|kw|kr|kp|kn|km|ki|kh|kg|ke|jp|jo|jm|je|it|is|ir|iq|io|in|im|il|ie|id|hu|ht|hr|hn|hm|hk|gy|gw|gu|gt|gs|gr|gq|gp|gn|gm|gl|gi|gh|gg|gf|ge|gd|gb|ga|fr|fo|fm|fk|fj|fi|eu|et|es|er|eh|eg|ee|ec|dz|do|dm|dk|dj|de|cz|cy|cx|cw|cv|cu|cr|co|cn|cm|cl|ck|ci|ch|cg|cf|cd|cc|ca|bz|by|bw|bv|bt|bs|br|bq|bo|bn|bm|bl|bj|bi|bh|bg|bf|be|bd|bb|ba|az|ax|aw|au|at|as|ar|aq|ao|an|am|al|ai|ag|af|ae|ad|ac)(?=[^0-9a-zA-Z@]|$))")),d=/\uFFFE\uFEFF\uFFFF\u202A-\u202E/,h=function(e,t){return e.replace(/#\{(\w+)\}/g,(function(e,n){return t[n]||""}))},p=h("#{punct}#{spacesGroup}#{invalidCharsGroup}",{punct:n,spacesGroup:r,invalidCharsGroup:d}),f=a(/[^#{invalidDomainChars}]/,{invalidDomainChars:p}),m=a(/(?:(?:#{validDomainChars}(?:-|#{validDomainChars})*)?#{validDomainChars}\.)/,{validDomainChars:f}),v=a(RegExp("(?:(?:삼성|닷컴|닷넷|香格里拉|餐厅|食品|飞利浦|電訊盈科|集团|通販|购物|谷歌|诺基亚|联通|网络|网站|网店|网址|组织机构|移动|珠宝|点看|游戏|淡马锡|机构|書籍|时尚|新闻|政府|政务|手表|手机|我爱你|慈善|微博|广东|工行|家電|娱乐|天主教|大拿|大众汽车|在线|嘉里大酒店|嘉里|商标|商店|商城|公益|公司|八卦|健康|信息|佛山|企业|中文网|中信|世界|ポイント|ファッション|セール|ストア|コム|グーグル|クラウド|みんな|คอม|संगठन|नेट|कॉम|همراه|موقع|موبايلي|كوم|كاثوليك|عرب|شبكة|بيتك|بازار|العليان|ارامكو|اتصالات|ابوظبي|קום|сайт|рус|орг|онлайн|москва|ком|католик|дети|zuerich|zone|zippo|zip|zero|zara|zappos|yun|youtube|you|yokohama|yoga|yodobashi|yandex|yamaxun|yahoo|yachts|xyz|xxx|xperia|xin|xihuan|xfinity|xerox|xbox|wtf|wtc|wow|world|works|work|woodside|wolterskluwer|wme|winners|wine|windows|win|williamhill|wiki|wien|whoswho|weir|weibo|wedding|wed|website|weber|webcam|weatherchannel|weather|watches|watch|warman|wanggou|wang|walter|walmart|wales|vuelos|voyage|voto|voting|vote|volvo|volkswagen|vodka|vlaanderen|vivo|viva|vistaprint|vista|vision|visa|virgin|vip|vin|villas|viking|vig|video|viajes|vet|versicherung|vermögensberatung|vermögensberater|verisign|ventures|vegas|vanguard|vana|vacations|ups|uol|uno|university|unicom|uconnect|ubs|ubank|tvs|tushu|tunes|tui|tube|trv|trust|travelersinsurance|travelers|travelchannel|travel|training|trading|trade|toys|toyota|town|tours|total|toshiba|toray|top|tools|tokyo|today|tmall|tkmaxx|tjx|tjmaxx|tirol|tires|tips|tiffany|tienda|tickets|tiaa|theatre|theater|thd|teva|tennis|temasek|telefonica|telecity|tel|technology|tech|team|tdk|tci|taxi|tax|tattoo|tatar|tatamotors|target|taobao|talk|taipei|tab|systems|symantec|sydney|swiss|swiftcover|swatch|suzuki|surgery|surf|support|supply|supplies|sucks|style|study|studio|stream|store|storage|stockholm|stcgroup|stc|statoil|statefarm|statebank|starhub|star|staples|stada|srt|srl|spreadbetting|spot|spiegel|space|soy|sony|song|solutions|solar|sohu|software|softbank|social|soccer|sncf|smile|smart|sling|skype|sky|skin|ski|site|singles|sina|silk|shriram|showtime|show|shouji|shopping|shop|shoes|shiksha|shia|shell|shaw|sharp|shangrila|sfr|sexy|sex|sew|seven|ses|services|sener|select|seek|security|secure|seat|search|scot|scor|scjohnson|science|schwarz|schule|school|scholarships|schmidt|schaeffler|scb|sca|sbs|sbi|saxo|save|sas|sarl|sapo|sap|sanofi|sandvikcoromant|sandvik|samsung|samsclub|salon|sale|sakura|safety|safe|saarland|ryukyu|rwe|run|ruhr|rugby|rsvp|room|rogers|rodeo|rocks|rocher|rmit|rip|rio|ril|rightathome|ricoh|richardli|rich|rexroth|reviews|review|restaurant|rest|republican|report|repair|rentals|rent|ren|reliance|reit|reisen|reise|rehab|redumbrella|redstone|red|recipes|realty|realtor|realestate|read|raid|radio|racing|qvc|quest|quebec|qpon|pwc|pub|prudential|pru|protection|property|properties|promo|progressive|prof|productions|prod|pro|prime|press|praxi|pramerica|post|porn|politie|poker|pohl|pnc|plus|plumbing|playstation|play|place|pizza|pioneer|pink|ping|pin|pid|pictures|pictet|pics|piaget|physio|photos|photography|photo|phone|philips|phd|pharmacy|pfizer|pet|pccw|pay|passagens|party|parts|partners|pars|paris|panerai|panasonic|pamperedchef|page|ovh|ott|otsuka|osaka|origins|orientexpress|organic|org|orange|oracle|open|ooo|onyourside|online|onl|ong|one|omega|ollo|oldnavy|olayangroup|olayan|okinawa|office|off|observer|obi|nyc|ntt|nrw|nra|nowtv|nowruz|now|norton|northwesternmutual|nokia|nissay|nissan|ninja|nikon|nike|nico|nhk|ngo|nfl|nexus|nextdirect|next|news|newholland|new|neustar|network|netflix|netbank|net|nec|nba|navy|natura|nationwide|name|nagoya|nadex|nab|mutuelle|mutual|museum|mtr|mtpc|mtn|msd|movistar|movie|mov|motorcycles|moto|moscow|mortgage|mormon|mopar|montblanc|monster|money|monash|mom|moi|moe|moda|mobily|mobile|mobi|mma|mls|mlb|mitsubishi|mit|mint|mini|mil|microsoft|miami|metlife|merckmsd|meo|menu|men|memorial|meme|melbourne|meet|media|med|mckinsey|mcdonalds|mcd|mba|mattel|maserati|marshalls|marriott|markets|marketing|market|map|mango|management|man|makeup|maison|maif|madrid|macys|luxury|luxe|lupin|lundbeck|ltda|ltd|lplfinancial|lpl|love|lotto|lotte|london|lol|loft|locus|locker|loans|loan|lixil|living|live|lipsy|link|linde|lincoln|limo|limited|lilly|like|lighting|lifestyle|lifeinsurance|life|lidl|liaison|lgbt|lexus|lego|legal|lefrak|leclerc|lease|lds|lawyer|law|latrobe|latino|lat|lasalle|lanxess|landrover|land|lancome|lancia|lancaster|lamer|lamborghini|ladbrokes|lacaixa|kyoto|kuokgroup|kred|krd|kpn|kpmg|kosher|komatsu|koeln|kiwi|kitchen|kindle|kinder|kim|kia|kfh|kerryproperties|kerrylogistics|kerryhotels|kddi|kaufen|juniper|juegos|jprs|jpmorgan|joy|jot|joburg|jobs|jnj|jmp|jll|jlc|jio|jewelry|jetzt|jeep|jcp|jcb|java|jaguar|iwc|iveco|itv|itau|istanbul|ist|ismaili|iselect|irish|ipiranga|investments|intuit|international|intel|int|insure|insurance|institute|ink|ing|info|infiniti|industries|immobilien|immo|imdb|imamat|ikano|iinet|ifm|ieee|icu|ice|icbc|ibm|hyundai|hyatt|hughes|htc|hsbc|how|house|hotmail|hotels|hoteles|hot|hosting|host|hospital|horse|honeywell|honda|homesense|homes|homegoods|homedepot|holiday|holdings|hockey|hkt|hiv|hitachi|hisamitsu|hiphop|hgtv|hermes|here|helsinki|help|healthcare|health|hdfcbank|hdfc|hbo|haus|hangout|hamburg|hair|guru|guitars|guide|guge|gucci|guardian|group|grocery|gripe|green|gratis|graphics|grainger|gov|got|gop|google|goog|goodyear|goodhands|goo|golf|goldpoint|gold|godaddy|gmx|gmo|gmbh|gmail|globo|global|gle|glass|glade|giving|gives|gifts|gift|ggee|george|genting|gent|gea|gdn|gbiz|garden|gap|games|game|gallup|gallo|gallery|gal|fyi|futbol|furniture|fund|fun|fujixerox|fujitsu|ftr|frontier|frontdoor|frogans|frl|fresenius|free|fox|foundation|forum|forsale|forex|ford|football|foodnetwork|food|foo|fly|flsmidth|flowers|florist|flir|flights|flickr|fitness|fit|fishing|fish|firmdale|firestone|fire|financial|finance|final|film|fido|fidelity|fiat|ferrero|ferrari|feedback|fedex|fast|fashion|farmers|farm|fans|fan|family|faith|fairwinds|fail|fage|extraspace|express|exposed|expert|exchange|everbank|events|eus|eurovision|etisalat|esurance|estate|esq|erni|ericsson|equipment|epson|epost|enterprises|engineering|engineer|energy|emerck|email|education|edu|edeka|eco|eat|earth|dvr|dvag|durban|dupont|duns|dunlop|duck|dubai|dtv|drive|download|dot|doosan|domains|doha|dog|dodge|doctor|docs|dnp|diy|dish|discover|discount|directory|direct|digital|diet|diamonds|dhl|dev|design|desi|dentist|dental|democrat|delta|deloitte|dell|delivery|degree|deals|dealer|deal|dds|dclk|day|datsun|dating|date|data|dance|dad|dabur|cyou|cymru|cuisinella|csc|cruises|cruise|crs|crown|cricket|creditunion|creditcard|credit|courses|coupons|coupon|country|corsica|coop|cool|cookingchannel|cooking|contractors|contact|consulting|construction|condos|comsec|computer|compare|company|community|commbank|comcast|com|cologne|college|coffee|codes|coach|clubmed|club|cloud|clothing|clinique|clinic|click|cleaning|claims|cityeats|city|citic|citi|citadel|cisco|circle|cipriani|church|chrysler|chrome|christmas|chloe|chintai|cheap|chat|chase|channel|chanel|cfd|cfa|cern|ceo|center|ceb|cbs|cbre|cbn|cba|catholic|catering|cat|casino|cash|caseih|case|casa|cartier|cars|careers|career|care|cards|caravan|car|capitalone|capital|capetown|canon|cancerresearch|camp|camera|cam|calvinklein|call|cal|cafe|cab|bzh|buzz|buy|business|builders|build|bugatti|budapest|brussels|brother|broker|broadway|bridgestone|bradesco|box|boutique|bot|boston|bostik|bosch|boots|booking|book|boo|bond|bom|bofa|boehringer|boats|bnpparibas|bnl|bmw|bms|blue|bloomberg|blog|blockbuster|blanco|blackfriday|black|biz|bio|bingo|bing|bike|bid|bible|bharti|bet|bestbuy|best|berlin|bentley|beer|beauty|beats|bcn|bcg|bbva|bbt|bbc|bayern|bauhaus|basketball|baseball|bargains|barefoot|barclays|barclaycard|barcelona|bar|bank|band|bananarepublic|banamex|baidu|baby|azure|axa|aws|avianca|autos|auto|author|auspost|audio|audible|audi|auction|attorney|athleta|associates|asia|asda|arte|art|arpa|army|archi|aramco|arab|aquarelle|apple|app|apartments|aol|anz|anquan|android|analytics|amsterdam|amica|amfam|amex|americanfamily|americanexpress|alstom|alsace|ally|allstate|allfinanz|alipay|alibaba|alfaromeo|akdn|airtel|airforce|airbus|aigo|aig|agency|agakhan|africa|afl|afamilycompany|aetna|aero|aeg|adult|ads|adac|actor|active|aco|accountants|accountant|accenture|academy|abudhabi|abogado|able|abc|abbvie|abbott|abb|abarth|aarp|aaa|onion)(?=[^0-9a-zA-Z@]|$))")),g=/(?:xn--[\-0-9a-z]+)/,_=a(/(?:(?:#{validDomainChars}(?:[_-]|#{validDomainChars})*)?#{validDomainChars}\.)/,{validDomainChars:f}),b=a(/(?:#{validSubdomain}*#{validDomainName}(?:#{validGTLD}|#{validCCTLD}|#{validPunycode}))/,{validDomainName:m,validSubdomain:_,validGTLD:v,validCCTLD:u,validPunycode:g}),y=/[0-9]+/,M=/\u0400-\u04FF/,I=/\xC0-\xD6\xD8-\xF6\xF8-\xFF\u0100-\u024F\u0253\u0254\u0256\u0257\u0259\u025B\u0263\u0268\u026F\u0272\u0289\u028B\u02BB\u0300-\u036F\u1E00-\u1EFF/,B=a(/[a-z#{cyrillicLettersAndMarks}0-9!\*';:=\+,\.\$\/%#\[\]\-\u2013_~@\|&#{latinAccentChars}]/i,{cyrillicLettersAndMarks:M,latinAccentChars:I}),k=a("\\((?:#{validGeneralUrlPathChars}+|(?:#{validGeneralUrlPathChars}*\\(#{validGeneralUrlPathChars}+\\)#{validGeneralUrlPathChars}*))\\)",{validGeneralUrlPathChars:B},"i"),P=a(/[\+\-a-z#{cyrillicLettersAndMarks}0-9=_#\/#{latinAccentChars}]|(?:#{validUrlBalancedParens})/i,{cyrillicLettersAndMarks:M,latinAccentChars:I,validUrlBalancedParens:k}),T=a("(?:(?:#{validGeneralUrlPathChars}*(?:#{validUrlBalancedParens}#{validGeneralUrlPathChars}*)*#{validUrlPathEndingChars})|(?:@#{validGeneralUrlPathChars}+/))",{validGeneralUrlPathChars:B,validUrlBalancedParens:k,validUrlPathEndingChars:P},"i"),w=a(/(?:[^A-Za-z0-9@$##{invalidCharsGroup}]|^)/,{invalidCharsGroup:d}),E=/[a-z0-9!?\*'@\(\);:&=\+\$\/%#\[\]\-_\.,~|]/i,O=/[a-z0-9\-_&=#\/]/i,A=a("((#{validUrlPrecedingChars})((https?:\\/\\/)?(#{validDomain})(?::(#{validPortNumber}))?(\\/#{validUrlPath}*)?(\\?#{validUrlQueryChars}*#{validUrlQueryEndingChars})?))",{validUrlPrecedingChars:w,validDomain:b,validPortNumber:y,validUrlPath:T,validUrlQueryChars:E,validUrlQueryEndingChars:O},"gi"),L=/[-_.\/]$/,S=a(/(?:(?:[\-a-z0-9#{latinAccentChars}]+)\.)+(?:#{validGTLD}|#{validCCTLD}|#{validPunycode})/gi,{latinAccentChars:I,validGTLD:v,validCCTLD:u,validPunycode:g}),C=63,z="xn--",x={toAscii:function(t){if(t.substring(0,4)!==z||t.match(S)){for(var n=t.split("."),a=0;a<n.length;a++){var r=n[a],o=e.toASCII(r);if(o.length<1||o.length>C)return}return n.join(".")}}},D=/^https?:\/\/t\.co\/([a-z0-9]+)/i,F="https://",H={extractUrlsWithoutProtocol:!0},N=4096,R=40,V=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:H;if(!e||(t.extractUrlsWithoutProtocol?!e.match(/\./):!e.match(/:/)))return[];for(var n=[],a=function(){var e=RegExp.$2,a=RegExp.$3,r=RegExp.$4,o=RegExp.$5,i=RegExp.$7,s=A.lastIndex,l=s-a.length;if(!Y(a,r||F,o))return"continue";if(r){if(a.match(D)){var c=RegExp.$1;if(c&&c.length>R)return"continue";a=RegExp.lastMatch,s=l+a.length}n.push({url:a,indices:[l,s]})}else{if(!t.extractUrlsWithoutProtocol||e.match(L))return"continue";var u=null,d=0;if(o.replace(S,(function(e){var t=o.indexOf(e,d);d=t+e.length,u={url:e,indices:[l+t,l+d]},n.push(u)})),null==u)return"continue";i&&(u.url=a.replace(o,u.url),u.indices[1]=s)}};A.exec(e);)a();return n},Y=function(e,t,n){var a=e.length,r=x.toAscii(n);return!(!r||!r.length)&&(a=a+r.length-n.length,t.length+a<=N)},j=function(e){e.sort((function(e,t){return e.indices[0]-t.indices[0]}));for(var t=e[0],n=1;n<e.length;n++)t.indices[1]>e[n].indices[0]?(e.splice(n,1),n--):t=e[n]},$=/\ud800[\udc00-\udc0b\udc0d-\udc26\udc28-\udc3a\udc3c\udc3d\udc3f-\udc4d\udc50-\udc5d\udc80-\udcfa\uddfd\ude80-\ude9c\udea0-\uded0\udee0\udf00-\udf1f\udf30-\udf40\udf42-\udf49\udf50-\udf7a\udf80-\udf9d\udfa0-\udfc3\udfc8-\udfcf]|\ud801[\udc00-\udc9d\udd00-\udd27\udd30-\udd63\ude00-\udf36\udf40-\udf55\udf60-\udf67]|\ud802[\udc00-\udc05\udc08\udc0a-\udc35\udc37\udc38\udc3c\udc3f-\udc55\udc60-\udc76\udc80-\udc9e\udd00-\udd15\udd20-\udd39\udd80-\uddb7\uddbe\uddbf\ude00-\ude03\ude05\ude06\ude0c-\ude13\ude15-\ude17\ude19-\ude33\ude38-\ude3a\ude3f\ude60-\ude7c\ude80-\ude9c\udec0-\udec7\udec9-\udee6\udf00-\udf35\udf40-\udf55\udf60-\udf72\udf80-\udf91]|\ud803[\udc00-\udc48]|\ud804[\udc00-\udc46\udc7f-\udcba\udcd0-\udce8\udd00-\udd34\udd50-\udd73\udd76\udd80-\uddc4\uddda\ude00-\ude11\ude13-\ude37\udeb0-\udeea\udf01-\udf03\udf05-\udf0c\udf0f\udf10\udf13-\udf28\udf2a-\udf30\udf32\udf33\udf35-\udf39\udf3c-\udf44\udf47\udf48\udf4b-\udf4d\udf57\udf5d-\udf63\udf66-\udf6c\udf70-\udf74]|\ud805[\udc80-\udcc5\udcc7\udd80-\uddb5\uddb8-\uddc0\ude00-\ude40\ude44\ude80-\udeb7]|\ud806[\udca0-\udcdf\udcff\udec0-\udef8]|\ud808[\udc00-\udf98]|\ud80c[\udc00-\udfff]|\ud80d[\udc00-\udc2e]|\ud81a[\udc00-\ude38\ude40-\ude5e\uded0-\udeed\udef0-\udef4\udf00-\udf36\udf40-\udf43\udf63-\udf77\udf7d-\udf8f]|\ud81b[\udf00-\udf44\udf50-\udf7e\udf8f-\udf9f]|\ud82c[\udc00\udc01]|\ud82f[\udc00-\udc6a\udc70-\udc7c\udc80-\udc88\udc90-\udc99\udc9d\udc9e]|\ud834[\udd65-\udd69\udd6d-\udd72\udd7b-\udd82\udd85-\udd8b\uddaa-\uddad\ude42-\ude44]|\ud835[\udc00-\udc54\udc56-\udc9c\udc9e\udc9f\udca2\udca5\udca6\udca9-\udcac\udcae-\udcb9\udcbb\udcbd-\udcc3\udcc5-\udd05\udd07-\udd0a\udd0d-\udd14\udd16-\udd1c\udd1e-\udd39\udd3b-\udd3e\udd40-\udd44\udd46\udd4a-\udd50\udd52-\udea5\udea8-\udec0\udec2-\udeda\udedc-\udefa\udefc-\udf14\udf16-\udf34\udf36-\udf4e\udf50-\udf6e\udf70-\udf88\udf8a-\udfa8\udfaa-\udfc2\udfc4-\udfcb]|\ud83a[\udc00-\udcc4\udcd0-\udcd6]|\ud83b[\ude00-\ude03\ude05-\ude1f\ude21\ude22\ude24\ude27\ude29-\ude32\ude34-\ude37\ude39\ude3b\ude42\ude47\ude49\ude4b\ude4d-\ude4f\ude51\ude52\ude54\ude57\ude59\ude5b\ude5d\ude5f\ude61\ude62\ude64\ude67-\ude6a\ude6c-\ude72\ude74-\ude77\ude79-\ude7c\ude7e\ude80-\ude89\ude8b-\ude9b\udea1-\udea3\udea5-\udea9\udeab-\udebb]|\ud840[\udc00-\udfff]|\ud841[\udc00-\udfff]|\ud842[\udc00-\udfff]|\ud843[\udc00-\udfff]|\ud844[\udc00-\udfff]|\ud845[\udc00-\udfff]|\ud846[\udc00-\udfff]|\ud847[\udc00-\udfff]|\ud848[\udc00-\udfff]|\ud849[\udc00-\udfff]|\ud84a[\udc00-\udfff]|\ud84b[\udc00-\udfff]|\ud84c[\udc00-\udfff]|\ud84d[\udc00-\udfff]|\ud84e[\udc00-\udfff]|\ud84f[\udc00-\udfff]|\ud850[\udc00-\udfff]|\ud851[\udc00-\udfff]|\ud852[\udc00-\udfff]|\ud853[\udc00-\udfff]|\ud854[\udc00-\udfff]|\ud855[\udc00-\udfff]|\ud856[\udc00-\udfff]|\ud857[\udc00-\udfff]|\ud858[\udc00-\udfff]|\ud859[\udc00-\udfff]|\ud85a[\udc00-\udfff]|\ud85b[\udc00-\udfff]|\ud85c[\udc00-\udfff]|\ud85d[\udc00-\udfff]|\ud85e[\udc00-\udfff]|\ud85f[\udc00-\udfff]|\ud860[\udc00-\udfff]|\ud861[\udc00-\udfff]|\ud862[\udc00-\udfff]|\ud863[\udc00-\udfff]|\ud864[\udc00-\udfff]|\ud865[\udc00-\udfff]|\ud866[\udc00-\udfff]|\ud867[\udc00-\udfff]|\ud868[\udc00-\udfff]|\ud869[\udc00-\uded6\udf00-\udfff]|\ud86a[\udc00-\udfff]|\ud86b[\udc00-\udfff]|\ud86c[\udc00-\udfff]|\ud86d[\udc00-\udf34\udf40-\udfff]|\ud86e[\udc00-\udc1d]|\ud87e[\udc00-\ude1d]|\udb40[\udd00-\uddef]/,U=/A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0300-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u0483-\u052f\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u05d0-\u05ea\u05f0-\u05f2\u0610-\u061a\u0620-\u065f\u066e-\u06d3\u06d5-\u06dc\u06df-\u06e8\u06ea-\u06ef\u06fa-\u06fc\u06ff\u0710-\u074a\u074d-\u07b1\u07ca-\u07f5\u07fa\u0800-\u082d\u0840-\u085b\u08a0-\u08b2\u08e4-\u0963\u0971-\u0983\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bc-\u09c4\u09c7\u09c8\u09cb-\u09ce\u09d7\u09dc\u09dd\u09df-\u09e3\u09f0\u09f1\u0a01-\u0a03\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a59-\u0a5c\u0a5e\u0a70-\u0a75\u0a81-\u0a83\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abc-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ad0\u0ae0-\u0ae3\u0b01-\u0b03\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3c-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b56\u0b57\u0b5c\u0b5d\u0b5f-\u0b63\u0b71\u0b82\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd0\u0bd7\u0c00-\u0c03\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c58\u0c59\u0c60-\u0c63\u0c81-\u0c83\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbc-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0cde\u0ce0-\u0ce3\u0cf1\u0cf2\u0d01-\u0d03\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d-\u0d44\u0d46-\u0d48\u0d4a-\u0d4e\u0d57\u0d60-\u0d63\u0d7a-\u0d7f\u0d82\u0d83\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0df2\u0df3\u0e01-\u0e3a\u0e40-\u0e4e\u0e81\u0e82\u0e84\u0e87\u0e88\u0e8a\u0e8d\u0e94-\u0e97\u0e99-\u0e9f\u0ea1-\u0ea3\u0ea5\u0ea7\u0eaa\u0eab\u0ead-\u0eb9\u0ebb-\u0ebd\u0ec0-\u0ec4\u0ec6\u0ec8-\u0ecd\u0edc-\u0edf\u0f00\u0f18\u0f19\u0f35\u0f37\u0f39\u0f3e-\u0f47\u0f49-\u0f6c\u0f71-\u0f84\u0f86-\u0f97\u0f99-\u0fbc\u0fc6\u1000-\u103f\u1050-\u108f\u109a-\u109d\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u135d-\u135f\u1380-\u138f\u13a0-\u13f4\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16f1-\u16f8\u1700-\u170c\u170e-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176c\u176e-\u1770\u1772\u1773\u1780-\u17d3\u17d7\u17dc\u17dd\u180b-\u180d\u1820-\u1877\u1880-\u18aa\u18b0-\u18f5\u1900-\u191e\u1920-\u192b\u1930-\u193b\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a1b\u1a20-\u1a5e\u1a60-\u1a7c\u1a7f\u1aa7\u1ab0-\u1abe\u1b00-\u1b4b\u1b6b-\u1b73\u1b80-\u1baf\u1bba-\u1bf3\u1c00-\u1c37\u1c4d-\u1c4f\u1c5a-\u1c7d\u1cd0-\u1cd2\u1cd4-\u1cf6\u1cf8\u1cf9\u1d00-\u1df5\u1dfc-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u20d0-\u20f0\u2102\u2107\u210a-\u2113\u2115\u2119-\u211d\u2124\u2126\u2128\u212a-\u212d\u212f-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2183\u2184\u2c00-\u2c2e\u2c30-\u2c5e\u2c60-\u2ce4\u2ceb-\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d7f-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u2de0-\u2dff\u2e2f\u3005\u3006\u302a-\u302f\u3031-\u3035\u303b\u303c\u3041-\u3096\u3099\u309a\u309d-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312d\u3131-\u318e\u31a0-\u31ba\u31f0-\u31ff\u3400-\u4db5\u4e00-\u9fcc\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua672\ua674-\ua67d\ua67f-\ua69d\ua69f-\ua6e5\ua6f0\ua6f1\ua717-\ua71f\ua722-\ua788\ua78b-\ua78e\ua790-\ua7ad\ua7b0\ua7b1\ua7f7-\ua827\ua840-\ua873\ua880-\ua8c4\ua8e0-\ua8f7\ua8fb\ua90a-\ua92d\ua930-\ua953\ua960-\ua97c\ua980-\ua9c0\ua9cf\ua9e0-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa36\uaa40-\uaa4d\uaa60-\uaa76\uaa7a-\uaac2\uaadb-\uaadd\uaae0-\uaaef\uaaf2-\uaaf6\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab5f\uab64\uab65\uabc0-\uabea\uabec\uabed\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf870-\uf87f\uf882\uf884-\uf89f\uf8b8\uf8c1-\uf8d6\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe00-\ufe0f\ufe20-\ufe2d\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc/,G=/[\uD800-\uDBFF][\uDC00-\uDFFF]/gm,W=a(/(?:[#{bmpLetterAndMarks}]|(?=#{nonBmpCodePairs})(?:#{astralLetterAndMarks}))/,{bmpLetterAndMarks:U,nonBmpCodePairs:G,astralLetterAndMarks:$}),q=/\ud801[\udca0-\udca9]|\ud804[\udc66-\udc6f\udcf0-\udcf9\udd36-\udd3f\uddd0-\uddd9\udef0-\udef9]|\ud805[\udcd0-\udcd9\ude50-\ude59\udec0-\udec9]|\ud806[\udce0-\udce9]|\ud81a[\ude60-\ude69\udf50-\udf59]|\ud835[\udfce-\udfff]/,X=/0-9\u0660-\u0669\u06f0-\u06f9\u07c0-\u07c9\u0966-\u096f\u09e6-\u09ef\u0a66-\u0a6f\u0ae6-\u0aef\u0b66-\u0b6f\u0be6-\u0bef\u0c66-\u0c6f\u0ce6-\u0cef\u0d66-\u0d6f\u0de6-\u0def\u0e50-\u0e59\u0ed0-\u0ed9\u0f20-\u0f29\u1040-\u1049\u1090-\u1099\u17e0-\u17e9\u1810-\u1819\u1946-\u194f\u19d0-\u19d9\u1a80-\u1a89\u1a90-\u1a99\u1b50-\u1b59\u1bb0-\u1bb9\u1c40-\u1c49\u1c50-\u1c59\ua620-\ua629\ua8d0-\ua8d9\ua900-\ua909\ua9d0-\ua9d9\ua9f0-\ua9f9\uaa50-\uaa59\uabf0-\uabf9\uff10-\uff19/,J=/_\u200c\u200d\ua67e\u05be\u05f3\u05f4\uff5e\u301c\u309b\u309c\u30a0\u30fb\u3003\u0f0b\u0f0c\xb7/,K=a(/(?:[#{bmpLetterAndMarks}#{bmpNumerals}#{hashtagSpecialChars}]|(?=#{nonBmpCodePairs})(?:#{astralLetterAndMarks}|#{astralNumerals}))/,{bmpLetterAndMarks:U,bmpNumerals:X,hashtagSpecialChars:J,nonBmpCodePairs:G,astralLetterAndMarks:$,astralNumerals:q}),Q=/(?:[^\uD800-\uDFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF])/,Z=a(/(?:^|\uFE0E|\uFE0F|$|(?!#{hashtagAlphaNumeric}|&)#{codePoint})/,{codePoint:Q,hashtagAlphaNumeric:K}),ee=a(/(#{hashtagBoundary})(#{hashSigns})(?!\uFE0F|\u20E3)(#{hashtagAlphaNumeric}*#{hashtagAlpha}#{hashtagAlphaNumeric}*)/gi,{hashtagBoundary:Z,hashSigns:l,hashtagAlphaNumeric:K,hashtagAlpha:W}),te=function(e,t){if(t||(t={checkUrlOverlap:!0}),!e||!e.match(l))return[];var n=[];if(e.replace(ee,(function(e,t,a,r,o,i){if(!i.slice(o+e.length).match(c)){var s=o+t.length,l=s+r.length+1;n.push({hashtag:r,indices:[s,l]})}})),t.checkUrlOverlap){var a=V(e);if(a.length>0){var r=n.concat(a);j(r),n=[];for(var o=0;o<r.length;o++)r[o].hashtag&&n.push(r[o])}}return n},ne=/[@]/,ae=a(/^(?:#{atSigns}|[#{latinAccentChars}]|:\/\/)/,{atSigns:ne,latinAccentChars:I}),re=/(?:^|[^a-zA-Z0-9_!#$%&*@]|(?:^|[^a-zA-Z0-9_+~.-])(?:rt|RT|rT|Rt):?)/,oe=a("(#{validMentionPrecedingChars})(#{atSigns})([a-zA-Z0-9_]{1,20})(/[a-zA-Z][a-zA-Z0-9_-]{0,24})?",{validMentionPrecedingChars:re,atSigns:ne},"g"),ie=function(e){if(!e||!e.match(ne))return[];var t=[];return e.replace(oe,(function(e,n,a,r,o,i,s){if(!s.slice(i+e.length).match(ae)){o=o||"";var l=i+n.length,c=l+r.length+o.length+1;t.push({screenName:r,listSlug:o,indices:[l,c]})}})),t},se=function(e,t){var n=V(e,t).concat(ie(e)).concat(te(e,{checkUrlOverlap:!1})).concat(s(e));return 0==n.length?[]:(j(n),n)},le=function(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t},ce={disabled:!0,readonly:!0,multiple:!0,checked:!0},ue={urlClass:!0,listClass:!0,usernameClass:!0,hashtagClass:!0,cashtagClass:!0,usernameUrlBase:!0,listUrlBase:!0,hashtagUrlBase:!0,cashtagUrlBase:!0,usernameUrlBlock:!0,listUrlBlock:!0,hashtagUrlBlock:!0,linkUrlBlock:!0,usernameIncludeSymbol:!0,suppressLists:!0,suppressNoFollow:!0,targetBlank:!0,suppressDataScreenName:!0,urlEntities:!0,symbolTag:!0,textWithSymbolTag:!0,urlTarget:!0,invisibleTagAttrs:!0,linkAttributeBlock:!0,linkTextBlock:!0,htmlEscapeNonEntities:!0},de=function(e){var t={};for(var n in e){var a=e[n];ue[n]||(ce[n]&&(a=a?n:null),null!=a&&(t[n]=a))}return t},he={"&":"&amp;",">":"&gt;","<":"&lt;",'"':"&quot;","'":"&#39;"},pe=function(e){return e&&e.replace(/[&"'><]/g,(function(e){return he[e]}))},fe={disabled:!0,readonly:!0,multiple:!0,checked:!0},me=function(e){var t="";for(var n in e){var a=e[n];fe[n]&&(a=a?n:null),null!=a&&(t+=" "+pe(n)+'="'+pe(a.toString())+'"')}return t},ve=function(e,t,n,a){a.suppressNoFollow||(n.rel="nofollow"),a.linkAttributeBlock&&a.linkAttributeBlock(e,n),a.linkTextBlock&&(t=a.linkTextBlock(e,t));var r={text:t,attr:me(n)};return h("<a#{attr}>#{text}</a>",r)},ge=function(e,t,n,a,r){var o=r.symbolTag?"<"+r.symbolTag+">"+t+"</"+r.symbolTag+">":t;n=pe(n);var i=r.textWithSymbolTag?"<"+r.textWithSymbolTag+">"+n+"</"+r.textWithSymbolTag+">":n;return r.usernameIncludeSymbol||!t.match(ne)?ve(e,o+i,a,r):o+ve(e,i,a,r)},_e=function(e,t,n){var a=pe(e.cashtag),r=le(n.htmlAttrs||{});return r.href=n.cashtagUrlBase+a,r.title="$"+a,r.class=n.cashtagClass,n.targetBlank&&(r.target="_blank"),ge(e,"$",a,r,n)},be=/[\u0600-\u06FF]|[\u0750-\u077F]|[\u0590-\u05FF]|[\uFE70-\uFEFF]/gm,ye=function(e,t,n){var a=t.substring(e.indices[0],e.indices[0]+1),r=pe(e.hashtag),o=le(n.htmlAttrs||{});return o.href=n.hashtagUrlBase+r,o.title="#"+r,o.class=n.hashtagClass,r.charAt(0).match(be)&&(o.class+=" rtl"),n.targetBlank&&(o.target="_blank"),ge(e,a,r,o,n)},Me=function(e,t){var n=e.display_url,a=e.expanded_url,r=n.replace(/…/g,"");if(-1!=a.indexOf(r)){var o=a.indexOf(r),i={displayUrlSansEllipses:r,beforeDisplayUrl:a.substr(0,o),afterDisplayUrl:a.substr(o+r.length),precedingEllipsis:n.match(/^…/)?"…":"",followingEllipsis:n.match(/…$/)?"…":""};for(var s in i)i.hasOwnProperty(s)&&(i[s]=pe(i[s]));return i.invisible=t.invisibleTagAttrs,h("<span class='tco-ellipsis'>#{precedingEllipsis}<span #{invisible}>&nbsp;</span></span><span #{invisible}>#{beforeDisplayUrl}</span><span class='js-display-url'>#{displayUrlSansEllipses}</span><span #{invisible}>#{afterDisplayUrl}</span><span class='tco-ellipsis'><span #{invisible}>&nbsp;</span>#{followingEllipsis}</span>",i)}return n},Ie=/^https?:\/\//i,Be=function(e,t,n){var a=e.url,r=pe(a),o=n.urlEntities&&n.urlEntities[a]||e;o.display_url&&(r=Me(o,n));var i=le(n.htmlAttrs||{});return a.match(Ie)||(a="http://"+a),i.href=a,n.targetBlank&&(i.target="_blank"),n.urlClass&&(i.class=n.urlClass),n.urlTarget&&(i.target=n.urlTarget),!n.title&&o.display_url&&(i.title=o.expanded_url),ve(e,r,i,n)},ke=function(e,t,n){var a=t.substring(e.indices[0],e.indices[0]+1),r=pe(e.screenName),o=pe(e.listSlug),i=e.listSlug&&!n.suppressLists,s=le(n.htmlAttrs||{});return s.class=i?n.listClass:n.usernameClass,s.href=i?n.listUrlBase+r+o:n.usernameUrlBase+r,i||n.suppressDataScreenName||(s["data-screen-name"]=r),n.targetBlank&&(s.target="_blank"),ge(e,a,i?r+o:r,s,n)},Pe="tweet-url list-slug",Te="tweet-url username",we="tweet-url hashtag",Ee="tweet-url cashtag",Oe=function(e,t,n){var a,r;if((n=le(n||{})).hashtagClass=n.hashtagClass||we,n.hashtagUrlBase=n.hashtagUrlBase||"https://twitter.com/search?q=%23",n.cashtagClass=n.cashtagClass||Ee,n.cashtagUrlBase=n.cashtagUrlBase||"https://twitter.com/search?q=%24",n.listClass=n.listClass||Pe,n.usernameClass=n.usernameClass||Te,n.usernameUrlBase=n.usernameUrlBase||"https://twitter.com/",n.listUrlBase=n.listUrlBase||"https://twitter.com/",n.htmlAttrs=de(n),n.invisibleTagAttrs=n.invisibleTagAttrs||"style='position:absolute;left:-9999px;'",n.urlEntities){for(a={},l=0,r=n.urlEntities.length;l<r;l++)a[n.urlEntities[l].url]=n.urlEntities[l];n.urlEntities=a}var o="",i=0;t.sort((function(e,t){return e.indices[0]-t.indices[0]}));for(var s=n.htmlEscapeNonEntities?pe:function(e){return e},l=0;l<t.length;l++){var c=t[l];o+=s(e.substring(i,c.indices[0])),c.url?o+=Be(c,e,n):c.hashtag?o+=ye(c,e,n):c.screenName?o+=ke(c,e,n):c.cashtag&&(o+=_e(c,e,n)),i=c.indices[1]}return o+=s(e.substring(i,e.length))},Ae=function(e,t){var n=se(e,{extractUrlsWithoutProtocol:!1});return Oe(e,n,t)},Le=function(e,t){var n=s(e);return Oe(e,n,t)},Se=function(e,t){var n=te(e);return Oe(e,n,t)},Ce=function(e,t){var n=V(e,{extractUrlsWithoutProtocol:!1});return Oe(e,n,t)},ze=function(e,t){var n=ie(e);return Oe(e,n,t)},xe=function(e,t,n){if(0!==t.length){var a=0,r=0;t.sort((function(e,t){return e.indices[0]-t.indices[0]}));for(var o=0,i=t[0];a<e.length;){if(i.indices[0]===(n?a:r)){var s=i.indices[1]-i.indices[0];if(i.indices[0]=n?r:a,i.indices[1]=i.indices[0]+s,++o===t.length)break;i=t[o]}var l=e.charCodeAt(a);l>=55296&&l<=56319&&a<e.length-1&&(l=e.charCodeAt(a+1))>=56320&&l<=57343&&a++,r++,a++}}},De=function(e,t){xe(e,t,!1)},Fe=function(e,t,n){if(t.user_mentions)for(var a=0;a<t.user_mentions.length;a++)t.user_mentions[a].screenName=t.user_mentions[a].screen_name;if(t.hashtags)for(a=0;a<t.hashtags.length;a++)t.hashtags[a].hashtag=t.hashtags[a].text;if(t.symbols)for(a=0;a<t.symbols.length;a++)t.symbols[a].cashtag=t.symbols[a].text;var r=[];for(var o in t)r=r.concat(t[o]);return De(e,r),Oe(e,r,n)},He={version:2,maxWeightedTweetLength:280,scale:100,defaultWeight:200,transformedURLLength:23,ranges:[{start:0,end:4351,weight:100},{start:8192,end:8205,weight:100},{start:8208,end:8223,weight:100},{start:8242,end:8247,weight:100}]},Ne={defaults:He,version1:{version:1,maxWeightedTweetLength:140,scale:1,defaultWeight:1,transformedURLLength:23,ranges:[]},version2:He},Re=function(e,t,n){if(0!=t.length){var a=0,r=0;t.sort((function(e,t){return e.indices[0]-t.indices[0]}));for(var o=0,i=t[0];a<e.length;){if(i.indices[0]==(n?a:r)){var s=i.indices[1]-i.indices[0];if(i.indices[0]=n?r:a,i.indices[1]=i.indices[0]+s,++o==t.length)break;i=t[o]}var l=e.charCodeAt(a);l>=55296&&l<=56319&&a<e.length-1&&(l=e.charCodeAt(a+1))>=56320&&l<=57343&&a++,r++,a++}}},Ve=function(e){for(var t=[],n=s(e),a=0;a<n.length;a++)t.push(n[a].cashtag);return t},Ye=function(e){for(var t=[],n=te(e),a=0;a<n.length;a++)t.push(n[a].hashtag);return t},je=function(e){for(var t=[],n=void 0,a=ie(e),r=0;r<a.length;r++)""===(n=a[r]).listSlug&&t.push({screenName:n.screenName,indices:n.indices});return t},$e=function(e){for(var t=[],n=je(e),a=0;a<n.length;a++){var r=n[a].screenName;t.push(r)}return t},Ue=a(/^(?:#{spaces})*#{atSigns}([a-zA-Z0-9_]{1,20})/,{atSigns:ne,spaces:o}),Ge=function(e){if(!e)return null;var t=e.match(Ue);return!t||RegExp.rightContext.match(ae)?null:t[1]},We=function(e,t){for(var n=[],a=V(e,t),r=0;r<a.length;r++)n.push(a[r].url);return n},qe=function(e,t){var n=t.defaultWeight,a=t.ranges,r=n,o=e.charCodeAt(0);if(Array.isArray(a))for(var i=0,s=a.length;i<s;i++){var l=a[i];if(o>=l.start&&o<=l.end){r=l.weight;break}}return r},Xe=function(e,t){xe(e,t,!0)},Je=a(/[#{invalidCharsGroup}]/,{invalidCharsGroup:d}),Ke=function(e){return Je.test(e)},Qe=/^https:\/\//i,Ze=(function(){function e(e){this.value=e}function t(t){var n,a;function r(e,t){return new Promise((function(r,i){var s={key:e,arg:t,resolve:r,reject:i,next:null};a?a=a.next=s:(n=a=s,o(e,t))}))}function o(n,a){try{var r=t[n](a),s=r.value;s instanceof e?Promise.resolve(s.value).then((function(e){o("next",e)}),(function(e){o("throw",e)})):i(r.done?"return":"normal",r.value)}catch(e){i("throw",e)}}function i(e,t){switch(e){case"return":n.resolve({value:t,done:!0});break;case"throw":n.reject(t);break;default:n.resolve({value:t,done:!1})}(n=n.next)?o(n.key,n.arg):a=null}this._invoke=r,"function"!=typeof t.return&&(this.return=void 0)}"function"==typeof Symbol&&Symbol.asyncIterator&&(t.prototype[Symbol.asyncIterator]=function(){return this}),t.prototype.next=function(e){return this._invoke("next",e)},t.prototype.throw=function(e){return this._invoke("throw",e)},t.prototype.return=function(e){return this._invoke("return",e)}}(),Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a])}return e}),et=function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ne.defaults,n=Ze({},Ne.defaults,t),a=(n.defaultWeight,n.scale),r=n.maxWeightedTweetLength,o=n.transformedURLLength,i="function"==typeof String.prototype.normalize?e.normalize():e,s=V(i),l=i.length,c=0,u=0,d=!0,h=function(e){var t=s.filter((function(t){return t.indices[0]===e}))[0];if(t){var l=t.url;c+=o*a,e+=l.length-1}else tt(i,e)&&(e+=1),c+=qe(i.charAt(e),n);d&&(d=!Ke(i.substring(e,e+1))),d&&c<=r*a&&(u=e),p=e},p=0;p<l;p++)h(p);c/=a,d=d&&c>0&&c<=r;var f=Math.floor(c/r*1e3),m=e.length-i.length;return{weightedLength:c,valid:d,permillage:f,validRangeStart:0,validRangeEnd:u+=m,displayRangeStart:0,displayRangeEnd:e.length>0?e.length-1:0}},tt=function(e,t){if(t<e.length-1){var n=e.charCodeAt(t),a=e.charCodeAt(t+1);return 55296<=n&&n<=56319&&56320<=a&&a<=57343}return!1},nt=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ne.defaults;return et(e,t).weightedLength},at=function(e){return e.replace(G," ").length},rt=function(e){for(var t=e.split("<"),n=void 0,a=[],r=void 0,o=0;o<t.length;o+=1)if(r=t[o]){n=r.split(">");for(var i=0;i<n.length;i+=1)a.push(n[i])}else a.push("");return a},ot=function(e,t,n){var a="em";if(n=n||{},0===(t=t||[]).length)return e;var r=n.tag||a,o=["<"+r+">","</"+r+">"],i=rt(e),s=void 0,l=void 0,c="",u=0,d=i[0],h=0,p=0,f=!1,m=d,v=[],g=void 0,_=void 0,b=void 0,y=void 0,M=void 0;for(s=0;s<t.length;s+=1)for(l=0;l<t[s].length;l+=1)v.push(t[s][l]);for(g=0;g<v.length;g+=1){for(_=v[g],b=o[g%2],y=!1;null!=d&&_>=h+d.length;)c+=m.slice(p),f&&_===h+m.length&&(c+=b,y=!0),i[u+1]&&(c+="<"+i[u+1]+">"),h+=m.length,p=0,m=d=i[u+=2],f=!1;y||null==d?y||(y=!0,c+=b):(M=_-h,c+=m.slice(p,M)+b,p=M,f=g%2==0)}if(null!=d)for(p<m.length&&(c+=m.slice(p)),g=u+1;g<i.length;g+=1)c+=g%2==0?i[g]:"<"+i[g]+">";return c},it=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ne.defaults;if(!e)return"empty";var n=Ze({},Ne.defaults,t),a=n.maxWeightedTweetLength;return nt(e,n)>a?"too_long":!!Ke(e)&&"invalid_characters"},st=function(e){if(!e)return!1;var t=Ye(e);return 1===t.length&&t[0]===e.slice(1)},lt=a(/^#{validMentionOrList}$/,{validMentionOrList:oe}),ct=function(e){var t=e.match(lt);return!(!t||""!=t[1]||!t[4])},ut=function(e,t){return!it(e,t)},dt=/[a-z\u0400-\u04FF0-9\-._~]/i,ht=/(?:%[0-9a-f]{2})/i,pt=/[!$&'()*+,;=]/i,ft=a("(?:#{validateUrlUnreserved}|#{validateUrlPctEncoded}|#{validateUrlSubDelims}|:)*",{validateUrlUnreserved:dt,validateUrlPctEncoded:ht,validateUrlSubDelims:pt},"i"),mt=/(?:[a-z0-9](?:[a-z0-9\-]*[a-z0-9])?)/i,vt=/(?:[a-z](?:[a-z0-9\-]*[a-z0-9])?)/i,gt=/(?:[a-z0-9](?:[a-z0-9_\-]*[a-z0-9])?)/i,_t=a(/(?:(?:#{validateUrlSubDomainSegment}\.)*(?:#{validateUrlDomainSegment}\.)#{validateUrlDomainTld})/i,{validateUrlSubDomainSegment:gt,validateUrlDomainSegment:mt,validateUrlDomainTld:vt}),bt=/(?:[0-9]|(?:[1-9][0-9])|(?:1[0-9]{2})|(?:2[0-4][0-9])|(?:25[0-5]))/i,yt=a(/(?:#{validateUrlDecOctet}(?:\.#{validateUrlDecOctet}){3})/i,{validateUrlDecOctet:bt}),Mt=/(?:\[[a-f0-9:\.]+\])/i,It=a("(?:#{validateUrlIpv4}|#{validateUrlIpv6})",{validateUrlIpv4:yt,validateUrlIpv6:Mt},"i"),Bt=a("(?:#{validateUrlIp}|#{validateUrlDomain})",{validateUrlIp:It,validateUrlDomain:_t},"i"),kt=/[0-9]{1,5}/,Pt=a("(?:(#{validateUrlUserinfo})@)?(#{validateUrlHost})(?::(#{validateUrlPort}))?",{validateUrlUserinfo:ft,validateUrlHost:Bt,validateUrlPort:kt},"i"),Tt=a("(?:#{validateUrlUnreserved}|#{validateUrlPctEncoded}|#{validateUrlSubDelims}|[:|@])",{validateUrlUnreserved:dt,validateUrlPctEncoded:ht,validateUrlSubDelims:pt},"i"),wt=a(/(#{validateUrlPchar}|\/|\?)*/i,{validateUrlPchar:Tt}),Et=a(/(\/#{validateUrlPchar}*)*/i,{validateUrlPchar:Tt}),Ot=a(/(#{validateUrlPchar}|\/|\?)*/i,{validateUrlPchar:Tt}),At=/(?:[a-z][a-z0-9+\-.]*)/i,Lt=a("^(?:([^:/?#]+):\\/\\/)?([^/?#]*)([^?#]*)(?:\\?([^#]*))?(?:#(.*))?$","i"),St=/(?:(?:[a-z0-9]|[^\u0000-\u007f])(?:(?:[a-z0-9_\-]|[^\u0000-\u007f])*(?:[a-z0-9]|[^\u0000-\u007f]))?)/i,Ct=/(?:(?:[a-z0-9]|[^\u0000-\u007f])(?:(?:[a-z0-9\-]|[^\u0000-\u007f])*(?:[a-z0-9]|[^\u0000-\u007f]))?)/i,zt=/(?:(?:[a-z]|[^\u0000-\u007f])(?:(?:[a-z0-9\-]|[^\u0000-\u007f])*(?:[a-z0-9]|[^\u0000-\u007f]))?)/i,xt=a(/(?:(?:#{validateUrlUnicodeSubDomainSegment}\.)*(?:#{validateUrlUnicodeDomainSegment}\.)#{validateUrlUnicodeDomainTld})/i,{validateUrlUnicodeSubDomainSegment:St,validateUrlUnicodeDomainSegment:Ct,validateUrlUnicodeDomainTld:zt}),Dt=a("(?:#{validateUrlIp}|#{validateUrlUnicodeDomain})",{validateUrlIp:It,validateUrlUnicodeDomain:xt},"i"),Ft=a("(?:(#{validateUrlUserinfo})@)?(#{validateUrlUnicodeHost})(?::(#{validateUrlPort}))?",{validateUrlUserinfo:ft,validateUrlUnicodeHost:Dt,validateUrlPort:kt},"i");function Ht(e,t,n){return n?!e||e.match(t)&&RegExp["$&"]===e:"string"==typeof e&&e.match(t)&&RegExp["$&"]===e}var Nt=function(e,t,n){if(null==t&&(t=!0),null==n&&(n=!0),!e)return!1;var a=e.match(Lt);if(!a||a[0]!==e)return!1;var r=a[1],o=a[2],i=a[3],s=a[4],l=a[5];return!!((!n||Ht(r,At)&&r.match(/^https?$/i))&&Ht(i,Et)&&Ht(s,Ot,!0)&&Ht(l,wt,!0))&&(t&&Ht(o,Ft)||!t&&Ht(o,Pt))},Rt=function(e){if(!e)return!1;var t=$e(e);return 1===t.length&&t[0]===e.slice(1)};return"function"!=typeof Object.assign&&Object.defineProperty(Object,"assign",{value:function(e,t){if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var n=Object(e),a=1;a<arguments.length;a++){var r=arguments[a];if(null!=r)for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(n[o]=r[o])}return n},writable:!0,configurable:!0}),{autoLink:Ae,autoLinkCashtags:Le,autoLinkEntities:Oe,autoLinkHashtags:Se,autoLinkUrlsCustom:Ce,autoLinkUsernamesOrLists:ze,autoLinkWithJSON:Fe,configs:Ne,convertUnicodeIndices:Re,extractCashtags:Ve,extractCashtagsWithIndices:s,extractEntitiesWithIndices:se,extractHashtags:Ye,extractHashtagsWithIndices:te,extractHtmlAttrsFromOptions:de,extractMentions:$e,extractMentionsOrListsWithIndices:ie,extractMentionsWithIndices:je,extractReplies:Ge,extractUrls:We,extractUrlsWithIndices:V,getTweetLength:nt,getUnicodeTextLength:at,hasInvalidCharacters:Ke,hitHighlight:ot,htmlEscape:pe,isInvalidTweet:it,isValidHashtag:st,isValidList:ct,isValidTweetText:ut,isValidUrl:Nt,isValidUsername:Rt,linkTextWithEntity:Me,linkToCashtag:_e,linkToHashtag:ye,linkToMentionAndList:ke,linkToText:ve,linkToTextWithSymbol:ge,linkToUrl:Be,modifyIndicesFromUTF16ToUnicode:Xe,modifyIndicesFromUnicodeToUTF16:De,regexen:{astralLetterAndMarks:$,astralNumerals:q,atSigns:ne,bmpLetterAndMarks:U,bmpNumerals:X,cashtag:t,codePoint:Q,cyrillicLettersAndMarks:M,endHashtagMatch:c,endMentionMatch:ae,hashSigns:l,hashtagAlpha:W,hashtagAlphaNumeric:K,hashtagBoundary:Z,hashtagSpecialChars:J,invalidChars:Je,invalidCharsGroup:d,invalidDomainChars:p,invalidUrlWithoutProtocolPrecedingChars:L,latinAccentChars:I,nonBmpCodePairs:G,punct:n,rtlChars:be,spaces:o,spacesGroup:r,urlHasHttps:Qe,urlHasProtocol:Ie,validAsciiDomain:S,validateUrlAuthority:Pt,validateUrlDecOctet:bt,validateUrlDomain:_t,validateUrlDomainSegment:mt,validateUrlDomainTld:vt,validateUrlFragment:wt,validateUrlHost:Bt,validateUrlIp:It,validateUrlIpv4:yt,validateUrlIpv6:Mt,validateUrlPath:Et,validateUrlPchar:Tt,validateUrlPctEncoded:ht,validateUrlPort:kt,validateUrlQuery:Ot,validateUrlScheme:At,validateUrlSubDelims:pt,validateUrlSubDomainSegment:gt,validateUrlUnencoded:Lt,validateUrlUnicodeAuthority:Ft,validateUrlUnicodeDomain:xt,validateUrlUnicodeDomainSegment:Ct,validateUrlUnicodeDomainTld:zt,validateUrlUnicodeHost:Dt,validateUrlUnicodeSubDomainSegment:St,validateUrlUnreserved:dt,validateUrlUserinfo:ft,validCashtag:i,validCCTLD:u,validDomain:b,validDomainChars:f,validDomainName:m,validGeneralUrlPathChars:B,validGTLD:v,validHashtag:ee,validMentionOrList:oe,validMentionPrecedingChars:re,validPortNumber:y,validPunycode:g,validReply:Ue,validSubdomain:_,validTcoUrl:D,validUrlBalancedParens:k,validUrlPath:T,validUrlPathEndingChars:P,validUrlPrecedingChars:w,validUrlQueryChars:E,validUrlQueryEndingChars:O},removeOverlappingEntities:j,parseTweet:et,splitTags:rt,tagAttrs:me}}(n(71454))},71454:function(e,t,n){var a;e=n.nmd(e),function(r){t&&t.nodeType,e&&e.nodeType;var o="object"==typeof n.g&&n.g;o.global!==o&&o.window!==o&&o.self;var i,s=2147483647,l=36,c=/^xn--/,u=/[^\x20-\x7E]/,d=/[\x2E\u3002\uFF0E\uFF61]/g,h={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},p=Math.floor,f=String.fromCharCode;function m(e){throw new RangeError(h[e])}function v(e,t){for(var n=e.length,a=[];n--;)a[n]=t(e[n]);return a}function g(e,t){var n=e.split("@"),a="";return n.length>1&&(a=n[0]+"@",e=n[1]),a+v((e=e.replace(d,".")).split("."),t).join(".")}function _(e){for(var t,n,a=[],r=0,o=e.length;r<o;)(t=e.charCodeAt(r++))>=55296&&t<=56319&&r<o?56320==(64512&(n=e.charCodeAt(r++)))?a.push(((1023&t)<<10)+(1023&n)+65536):(a.push(t),r--):a.push(t);return a}function b(e){return v(e,(function(e){var t="";return e>65535&&(t+=f((e-=65536)>>>10&1023|55296),e=56320|1023&e),t+=f(e)})).join("")}function y(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function M(e,t,n){var a=0;for(e=n?p(e/700):e>>1,e+=p(e/t);e>455;a+=l)e=p(e/35);return p(a+36*e/(e+38))}function I(e){var t,n,a,r,o,i,c,u,d,h,f,v=[],g=e.length,_=0,y=128,I=72;for((n=e.lastIndexOf("-"))<0&&(n=0),a=0;a<n;++a)e.charCodeAt(a)>=128&&m("not-basic"),v.push(e.charCodeAt(a));for(r=n>0?n+1:0;r<g;){for(o=_,i=1,c=l;r>=g&&m("invalid-input"),((u=(f=e.charCodeAt(r++))-48<10?f-22:f-65<26?f-65:f-97<26?f-97:l)>=l||u>p((s-_)/i))&&m("overflow"),_+=u*i,!(u<(d=c<=I?1:c>=I+26?26:c-I));c+=l)i>p(s/(h=l-d))&&m("overflow"),i*=h;I=M(_-o,t=v.length+1,0==o),p(_/t)>s-y&&m("overflow"),y+=p(_/t),_%=t,v.splice(_++,0,y)}return b(v)}function B(e){var t,n,a,r,o,i,c,u,d,h,v,g,b,I,B,k=[];for(g=(e=_(e)).length,t=128,n=0,o=72,i=0;i<g;++i)(v=e[i])<128&&k.push(f(v));for(a=r=k.length,r&&k.push("-");a<g;){for(c=s,i=0;i<g;++i)(v=e[i])>=t&&v<c&&(c=v);for(c-t>p((s-n)/(b=a+1))&&m("overflow"),n+=(c-t)*b,t=c,i=0;i<g;++i)if((v=e[i])<t&&++n>s&&m("overflow"),v==t){for(u=n,d=l;!(u<(h=d<=o?1:d>=o+26?26:d-o));d+=l)B=u-h,I=l-h,k.push(f(y(h+B%I,0))),u=p(B/I);k.push(f(y(u,0))),o=M(n,b,a==r),n=0,++a}++n,++t}return k.join("")}i={version:"1.4.1",ucs2:{decode:_,encode:b},decode:I,encode:B,toASCII:function(e){return g(e,(function(e){return u.test(e)?"xn--"+B(e):e}))},toUnicode:function(e){return g(e,(function(e){return c.test(e)?I(e.slice(4).toLowerCase()):e}))}},void 0===(a=function(){return i}.call(t,n,t,e))||(e.exports=a)}()},74870:(e,t,n)=>{e.exports=function(e){var t={};function n(a){if(t[a])return t[a].exports;var r=t[a]={i:a,l:!1,exports:{}};return e[a].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(a,r,function(t){return e[t]}.bind(null,r));return a},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s="fb15")}({"00ee":function(e,t,n){var a={};a[n("b622")("toStringTag")]="z",e.exports="[object z]"===String(a)},"0366":function(e,t,n){var a=n("1c0b");e.exports=function(e,t,n){if(a(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,a){return e.call(t,n,a)};case 3:return function(n,a,r){return e.call(t,n,a,r)}}return function(){return e.apply(t,arguments)}}},"0538":function(e,t,n){"use strict";var a=n("1c0b"),r=n("861d"),o=[].slice,i={},s=function(e,t,n){if(!(t in i)){for(var a=[],r=0;r<t;r++)a[r]="a["+r+"]";i[t]=Function("C,a","return new C("+a.join(",")+")")}return i[t](e,n)};e.exports=Function.bind||function(e){var t=a(this),n=o.call(arguments,1),i=function(){var a=n.concat(o.call(arguments));return this instanceof i?s(t,a.length,a):t.apply(e,a)};return r(t.prototype)&&(i.prototype=t.prototype),i}},"057f":function(e,t,n){var a=n("fc6a"),r=n("241c").f,o={}.toString,i="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return i&&"[object Window]"==o.call(e)?function(e){try{return r(e)}catch(e){return i.slice()}}(e):r(a(e))}},"06cf":function(e,t,n){var a=n("83ab"),r=n("d1e7"),o=n("5c6c"),i=n("fc6a"),s=n("c04e"),l=n("5135"),c=n("0cfb"),u=Object.getOwnPropertyDescriptor;t.f=a?u:function(e,t){if(e=i(e),t=s(t,!0),c)try{return u(e,t)}catch(e){}if(l(e,t))return o(!r.f.call(e,t),e[t])}},"0cfb":function(e,t,n){var a=n("83ab"),r=n("d039"),o=n("cc12");e.exports=!a&&!r((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},1148:function(e,t,n){"use strict";var a=n("a691"),r=n("1d80");e.exports="".repeat||function(e){var t=String(r(this)),n="",o=a(e);if(o<0||o==1/0)throw RangeError("Wrong number of repetitions");for(;o>0;(o>>>=1)&&(t+=t))1&o&&(n+=t);return n}},"19aa":function(e,t){e.exports=function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e}},"1be4":function(e,t,n){var a=n("d066");e.exports=a("document","documentElement")},"1c0b":function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},"1c7e":function(e,t,n){var a=n("b622")("iterator"),r=!1;try{var o=0,i={next:function(){return{done:!!o++}},return:function(){r=!0}};i[a]=function(){return this},Array.from(i,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!r)return!1;var n=!1;try{var o={};o[a]=function(){return{next:function(){return{done:n=!0}}}},e(o)}catch(e){}return n}},"1cdc":function(e,t,n){var a=n("342f");e.exports=/(iphone|ipod|ipad).*applewebkit/i.test(a)},"1d80":function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},2266:function(e,t,n){var a=n("825a"),r=n("e95a"),o=n("50c4"),i=n("0366"),s=n("35a1"),l=n("9bdd"),c=function(e,t){this.stopped=e,this.result=t};(e.exports=function(e,t,n,u,d){var h,p,f,m,v,g,_,b=i(t,n,u?2:1);if(d)h=e;else{if("function"!=typeof(p=s(e)))throw TypeError("Target is not iterable");if(r(p)){for(f=0,m=o(e.length);m>f;f++)if((v=u?b(a(_=e[f])[0],_[1]):b(e[f]))&&v instanceof c)return v;return new c(!1)}h=p.call(e)}for(g=h.next;!(_=g.call(h)).done;)if("object"==typeof(v=l(h,b,_.value,u))&&v&&v instanceof c)return v;return new c(!1)}).stop=function(e){return new c(!0,e)}},"23cb":function(e,t,n){var a=n("a691"),r=Math.max,o=Math.min;e.exports=function(e,t){var n=a(e);return n<0?r(n+t,0):o(n,t)}},"23e7":function(e,t,n){var a=n("da84"),r=n("06cf").f,o=n("9112"),i=n("6eeb"),s=n("ce4e"),l=n("e893"),c=n("94ca");e.exports=function(e,t){var n,u,d,h,p,f=e.target,m=e.global,v=e.stat;if(n=m?a:v?a[f]||s(f,{}):(a[f]||{}).prototype)for(u in t){if(h=t[u],d=e.noTargetGet?(p=r(n,u))&&p.value:n[u],!c(m?u:f+(v?".":"#")+u,e.forced)&&void 0!==d){if(typeof h==typeof d)continue;l(h,d)}(e.sham||d&&d.sham)&&o(h,"sham",!0),i(n,u,h,e)}}},"241c":function(e,t,n){var a=n("ca84"),r=n("7839").concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return a(e,r)}},"25f0":function(e,t,n){"use strict";var a=n("6eeb"),r=n("825a"),o=n("d039"),i=n("ad6d"),s="toString",l=RegExp.prototype,c=l.toString,u=o((function(){return"/a/b"!=c.call({source:"a",flags:"b"})})),d=c.name!=s;(u||d)&&a(RegExp.prototype,s,(function(){var e=r(this),t=String(e.source),n=e.flags;return"/"+t+"/"+String(void 0===n&&e instanceof RegExp&&!("flags"in l)?i.call(e):n)}),{unsafe:!0})},2626:function(e,t,n){"use strict";var a=n("d066"),r=n("9bf2"),o=n("b622"),i=n("83ab"),s=o("species");e.exports=function(e){var t=a(e),n=r.f;i&&t&&!t[s]&&n(t,s,{configurable:!0,get:function(){return this}})}},2994:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n("49d8"),r=n("3054"),o=n("aacc");t.default=function(e,t,n,i,s){if(i<1||i>9||s<1||s>9)throw new o.ValidationError("BlurHash must have between 1 and 9 components");if(t*n*4!==e.length)throw new o.ValidationError("Width and height must match the pixels array");for(var l=[],c=function(a){for(var o=function(o){var i=0==o&&0==a?1:2,s=function(e,t,n,a){for(var o=0,i=0,s=0,l=4*t,c=0;c<t;c++)for(var u=0;u<n;u++){var d=a(c,u);o+=d*r.sRGBToLinear(e[4*c+0+u*l]),i+=d*r.sRGBToLinear(e[4*c+1+u*l]),s+=d*r.sRGBToLinear(e[4*c+2+u*l])}var h=1/(t*n);return[o*h,i*h,s*h]}(e,t,n,(function(e,r){return i*Math.cos(Math.PI*o*e/t)*Math.cos(Math.PI*a*r/n)}));l.push(s)},s=0;s<i;s++)o(s)},u=0;u<s;u++)c(u);var d,h,p=l[0],f=l.slice(1),m="",v=i-1+9*(s-1);if(m+=a.encode83(v,1),f.length>0){var g=Math.max.apply(Math,f.map((function(e){return Math.max.apply(Math,e)}))),_=Math.floor(Math.max(0,Math.min(82,Math.floor(166*g-.5))));d=(_+1)/166,m+=a.encode83(_,1)}else d=1,m+=a.encode83(0,1);return m+=a.encode83((h=p,(r.linearTosRGB(h[0])<<16)+(r.linearTosRGB(h[1])<<8)+r.linearTosRGB(h[2])),4),f.forEach((function(e){m+=a.encode83(function(e,t){return 19*Math.floor(Math.max(0,Math.min(18,Math.floor(9*r.signPow(e[0]/t,.5)+9.5))))*19+19*Math.floor(Math.max(0,Math.min(18,Math.floor(9*r.signPow(e[1]/t,.5)+9.5))))+Math.floor(Math.max(0,Math.min(18,Math.floor(9*r.signPow(e[2]/t,.5)+9.5))))}(e,d),2)})),m}},"2cf4":function(e,t,n){var a,r,o,i=n("da84"),s=n("d039"),l=n("c6b6"),c=n("0366"),u=n("1be4"),d=n("cc12"),h=n("1cdc"),p=i.location,f=i.setImmediate,m=i.clearImmediate,v=i.process,g=i.MessageChannel,_=i.Dispatch,b=0,y={},M="onreadystatechange",I=function(e){if(y.hasOwnProperty(e)){var t=y[e];delete y[e],t()}},B=function(e){return function(){I(e)}},k=function(e){I(e.data)},P=function(e){i.postMessage(e+"",p.protocol+"//"+p.host)};f&&m||(f=function(e){for(var t=[],n=1;arguments.length>n;)t.push(arguments[n++]);return y[++b]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},a(b),b},m=function(e){delete y[e]},"process"==l(v)?a=function(e){v.nextTick(B(e))}:_&&_.now?a=function(e){_.now(B(e))}:g&&!h?(o=(r=new g).port2,r.port1.onmessage=k,a=c(o.postMessage,o,1)):!i.addEventListener||"function"!=typeof postMessage||i.importScripts||s(P)||"file:"===p.protocol?a=M in d("script")?function(e){u.appendChild(d("script")).onreadystatechange=function(){u.removeChild(this),I(e)}}:function(e){setTimeout(B(e),0)}:(a=P,i.addEventListener("message",k,!1))),e.exports={set:f,clear:m}},"2d00":function(e,t,n){var a,r,o=n("da84"),i=n("342f"),s=o.process,l=s&&s.versions,c=l&&l.v8;c?r=(a=c.split("."))[0]+a[1]:i&&(!(a=i.match(/Edge\/(\d+)/))||a[1]>=74)&&(a=i.match(/Chrome\/(\d+)/))&&(r=a[1]),e.exports=r&&+r},3054:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.sRGBToLinear=function(e){var t=e/255;return t<=.04045?t/12.92:Math.pow((t+.055)/1.055,2.4)},t.linearTosRGB=function(e){var t=Math.max(0,Math.min(1,e));return t<=.0031308?Math.round(12.92*t*255+.5):Math.round(255*(1.055*Math.pow(t,1/2.4)-.055)+.5)},t.sign=function(e){return e<0?-1:1},t.signPow=function(e,n){return t.sign(e)*Math.pow(Math.abs(e),n)}},3410:function(e,t,n){var a=n("23e7"),r=n("d039"),o=n("7b0b"),i=n("e163"),s=n("e177");a({target:"Object",stat:!0,forced:r((function(){i(1)})),sham:!s},{getPrototypeOf:function(e){return i(o(e))}})},"342f":function(e,t,n){var a=n("d066");e.exports=a("navigator","userAgent")||""},"35a1":function(e,t,n){var a=n("f5df"),r=n("3f8c"),o=n("b622")("iterator");e.exports=function(e){if(null!=e)return e[o]||e["@@iterator"]||r[a(e)]}},"37e8":function(e,t,n){var a=n("83ab"),r=n("9bf2"),o=n("825a"),i=n("df75");e.exports=a?Object.defineProperties:function(e,t){o(e);for(var n,a=i(t),s=a.length,l=0;s>l;)r.f(e,n=a[l++],t[n]);return e}},"3bbe":function(e,t,n){var a=n("861d");e.exports=function(e){if(!a(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},"3ca3":function(e,t,n){"use strict";var a=n("6547").charAt,r=n("69f3"),o=n("7dd0"),i="String Iterator",s=r.set,l=r.getterFor(i);o(String,"String",(function(e){s(this,{type:i,string:String(e),index:0})}),(function(){var e,t=l(this),n=t.string,r=t.index;return r>=n.length?{value:void 0,done:!0}:(e=a(n,r),t.index+=e.length,{value:e,done:!1})}))},"3f8c":function(e,t){e.exports={}},"408a":function(e,t,n){var a=n("c6b6");e.exports=function(e){if("number"!=typeof e&&"Number"!=a(e))throw TypeError("Incorrect invocation");return+e}},"428f":function(e,t,n){var a=n("da84");e.exports=a},"44ad":function(e,t,n){var a=n("d039"),r=n("c6b6"),o="".split;e.exports=a((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==r(e)?o.call(e,""):Object(e)}:Object},"44d2":function(e,t,n){var a=n("b622"),r=n("7c73"),o=n("9bf2"),i=a("unscopables"),s=Array.prototype;null==s[i]&&o.f(s,i,{configurable:!0,value:r(null)}),e.exports=function(e){s[i][e]=!0}},"44de":function(e,t,n){var a=n("da84");e.exports=function(e,t){var n=a.console;n&&n.error&&(1===arguments.length?n.error(e):n.error(e,t))}},4840:function(e,t,n){var a=n("825a"),r=n("1c0b"),o=n("b622")("species");e.exports=function(e,t){var n,i=a(e).constructor;return void 0===i||null==(n=a(i)[o])?t:r(n)}},4930:function(e,t,n){var a=n("d039");e.exports=!!Object.getOwnPropertySymbols&&!a((function(){return!String(Symbol())}))},"49d8":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","#","$","%","*","+",",","-",".",":",";","=","?","@","[","]","^","_","{","|","}","~"];t.decode83=function(e){for(var t=0,n=0;n<e.length;n++){var r=e[n];t=83*t+a.indexOf(r)}return t},t.encode83=function(e,t){for(var n="",r=1;r<=t;r++){var o=Math.floor(e)/Math.pow(83,t-r)%83;n+=a[Math.floor(o)]}return n}},"4ae1":function(e,t,n){var a=n("23e7"),r=n("d066"),o=n("1c0b"),i=n("825a"),s=n("861d"),l=n("7c73"),c=n("0538"),u=n("d039"),d=r("Reflect","construct"),h=u((function(){function e(){}return!(d((function(){}),[],e)instanceof e)})),p=!u((function(){d((function(){}))})),f=h||p;a({target:"Reflect",stat:!0,forced:f,sham:f},{construct:function(e,t){o(e),i(t);var n=arguments.length<3?e:o(arguments[2]);if(p&&!h)return d(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var a=[null];return a.push.apply(a,t),new(c.apply(e,a))}var r=n.prototype,u=l(s(r)?r:Object.prototype),f=Function.apply.call(e,u,t);return s(f)?f:u}})},"4d64":function(e,t,n){var a=n("fc6a"),r=n("50c4"),o=n("23cb"),i=function(e){return function(t,n,i){var s,l=a(t),c=r(l.length),u=o(i,c);if(e&&n!=n){for(;c>u;)if((s=l[u++])!=s)return!0}else for(;c>u;u++)if((e||u in l)&&l[u]===n)return e||u||0;return!e&&-1}};e.exports={includes:i(!0),indexOf:i(!1)}},"50c4":function(e,t,n){var a=n("a691"),r=Math.min;e.exports=function(e){return e>0?r(a(e),9007199254740991):0}},5135:function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},5692:function(e,t,n){var a=n("c430"),r=n("c6cd");(e.exports=function(e,t){return r[e]||(r[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.5",mode:a?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},"56ef":function(e,t,n){var a=n("d066"),r=n("241c"),o=n("7418"),i=n("825a");e.exports=a("Reflect","ownKeys")||function(e){var t=r.f(i(e)),n=o.f;return n?t.concat(n(e)):t}},5899:function(e,t){e.exports="\t\n\v\f\r    \u2028\u2029\ufeff"},"58a8":function(e,t,n){var a=n("1d80"),r="["+n("5899")+"]",o=RegExp("^"+r+r+"*"),i=RegExp(r+r+"*$"),s=function(e){return function(t){var n=String(a(t));return 1&e&&(n=n.replace(o,"")),2&e&&(n=n.replace(i,"")),n}};e.exports={start:s(1),end:s(2),trim:s(3)}},"5c6c":function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},"63a9":function(e,t,n){},6547:function(e,t,n){var a=n("a691"),r=n("1d80"),o=function(e){return function(t,n){var o,i,s=String(r(t)),l=a(n),c=s.length;return l<0||l>=c?e?"":void 0:(o=s.charCodeAt(l))<55296||o>56319||l+1===c||(i=s.charCodeAt(l+1))<56320||i>57343?e?s.charAt(l):o:e?s.slice(l,l+2):i-56320+(o-55296<<10)+65536}};e.exports={codeAt:o(!1),charAt:o(!0)}},"65f0":function(e,t,n){var a=n("861d"),r=n("e8b5"),o=n("b622")("species");e.exports=function(e,t){var n;return r(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!r(n.prototype)?a(n)&&null===(n=n[o])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},"69f3":function(e,t,n){var a,r,o,i=n("7f9a"),s=n("da84"),l=n("861d"),c=n("9112"),u=n("5135"),d=n("f772"),h=n("d012"),p=s.WeakMap;if(i){var f=new p,m=f.get,v=f.has,g=f.set;a=function(e,t){return g.call(f,e,t),t},r=function(e){return m.call(f,e)||{}},o=function(e){return v.call(f,e)}}else{var _=d("state");h[_]=!0,a=function(e,t){return c(e,_,t),t},r=function(e){return u(e,_)?e[_]:{}},o=function(e){return u(e,_)}}e.exports={set:a,get:r,has:o,enforce:function(e){return o(e)?r(e):a(e,{})},getterFor:function(e){return function(t){var n;if(!l(t)||(n=r(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},"6eeb":function(e,t,n){var a=n("da84"),r=n("9112"),o=n("5135"),i=n("ce4e"),s=n("8925"),l=n("69f3"),c=l.get,u=l.enforce,d=String(String).split("String");(e.exports=function(e,t,n,s){var l=!!s&&!!s.unsafe,c=!!s&&!!s.enumerable,h=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||o(n,"name")||r(n,"name",t),u(n).source=d.join("string"==typeof t?t:"")),e!==a?(l?!h&&e[t]&&(c=!0):delete e[t],c?e[t]=n:r(e,t,n)):c?e[t]=n:i(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||s(this)}))},7156:function(e,t,n){var a=n("861d"),r=n("d2bb");e.exports=function(e,t,n){var o,i;return r&&"function"==typeof(o=t.constructor)&&o!==n&&a(i=o.prototype)&&i!==n.prototype&&r(e,i),e}},7418:function(e,t){t.f=Object.getOwnPropertySymbols},"746f":function(e,t,n){var a=n("428f"),r=n("5135"),o=n("e538"),i=n("9bf2").f;e.exports=function(e){var t=a.Symbol||(a.Symbol={});r(t,e)||i(t,e,{value:o.f(e)})}},7839:function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"7b0b":function(e,t,n){var a=n("1d80");e.exports=function(e){return Object(a(e))}},"7c73":function(e,t,n){var a,r=n("825a"),o=n("37e8"),i=n("7839"),s=n("d012"),l=n("1be4"),c=n("cc12"),u=n("f772"),d=u("IE_PROTO"),h=function(){},p=function(e){return"<script>"+e+"</"+"script>"},f=function(){try{a=document.domain&&new ActiveXObject("htmlfile")}catch(e){}var e,t;f=a?function(e){e.write(p("")),e.close();var t=e.parentWindow.Object;return e=null,t}(a):((t=c("iframe")).style.display="none",l.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(p("document.F=Object")),e.close(),e.F);for(var n=i.length;n--;)delete f.prototype[i[n]];return f()};s[d]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(h.prototype=r(e),n=new h,h.prototype=null,n[d]=e):n=f(),void 0===t?n:o(n,t)}},"7dd0":function(e,t,n){"use strict";var a=n("23e7"),r=n("9ed3"),o=n("e163"),i=n("d2bb"),s=n("d44e"),l=n("9112"),c=n("6eeb"),u=n("b622"),d=n("c430"),h=n("3f8c"),p=n("ae93"),f=p.IteratorPrototype,m=p.BUGGY_SAFARI_ITERATORS,v=u("iterator"),g="keys",_="values",b="entries",y=function(){return this};e.exports=function(e,t,n,u,p,M,I){r(n,t,u);var B,k,P,T=function(e){if(e===p&&L)return L;if(!m&&e in O)return O[e];switch(e){case g:case _:case b:return function(){return new n(this,e)}}return function(){return new n(this)}},w=t+" Iterator",E=!1,O=e.prototype,A=O[v]||O["@@iterator"]||p&&O[p],L=!m&&A||T(p),S="Array"==t&&O.entries||A;if(S&&(B=o(S.call(new e)),f!==Object.prototype&&B.next&&(d||o(B)===f||(i?i(B,f):"function"!=typeof B[v]&&l(B,v,y)),s(B,w,!0,!0),d&&(h[w]=y))),p==_&&A&&A.name!==_&&(E=!0,L=function(){return A.call(this)}),d&&!I||O[v]===L||l(O,v,L),h[t]=L,p)if(k={values:T(_),keys:M?L:T(g),entries:T(b)},I)for(P in k)(m||E||!(P in O))&&c(O,P,k[P]);else a({target:t,proto:!0,forced:m||E},k);return k}},"7f9a":function(e,t,n){var a=n("da84"),r=n("8925"),o=a.WeakMap;e.exports="function"==typeof o&&/native code/.test(r(o))},"825a":function(e,t,n){var a=n("861d");e.exports=function(e){if(!a(e))throw TypeError(String(e)+" is not an object");return e}},"83ab":function(e,t,n){var a=n("d039");e.exports=!a((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},"861d":function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},8875:function(e,t,n){var a,r,o;"undefined"!=typeof self&&self,r=[],void 0===(o="function"==typeof(a=function(){function e(){if(document.currentScript)return document.currentScript;try{throw new Error}catch(u){var e,t,n,a=/@([^@]*):(\d+):(\d+)\s*$/gi,r=/.*at [^(]*\((.*):(.+):(.+)\)$/gi.exec(u.stack)||a.exec(u.stack),o=r&&r[1]||!1,i=r&&r[2]||!1,s=document.location.href.replace(document.location.hash,""),l=document.getElementsByTagName("script");o===s&&(e=document.documentElement.outerHTML,t=new RegExp("(?:[^\\n]+?\\n){0,"+(i-2)+"}[^<]*<script>([\\d\\D]*?)<\\/script>[\\d\\D]*","i"),n=e.replace(t,"$1").trim());for(var c=0;c<l.length;c++){if("interactive"===l[c].readyState)return l[c];if(l[c].src===o)return l[c];if(o===s&&l[c].innerHTML&&l[c].innerHTML.trim()===n)return l[c]}return null}}return e})?a.apply(t,r):a)||(e.exports=o)},8925:function(e,t,n){var a=n("c6cd"),r=Function.toString;"function"!=typeof a.inspectSource&&(a.inspectSource=function(e){return r.call(e)}),e.exports=a.inspectSource},"8bbf":function(e,t){e.exports=n(70538)},"8cd5":function(e,t,n){"use strict";var a=n("63a9");n.n(a).a},"90e3":function(e,t){var n=0,a=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+a).toString(36)}},9112:function(e,t,n){var a=n("83ab"),r=n("9bf2"),o=n("5c6c");e.exports=a?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},"94ca":function(e,t,n){var a=n("d039"),r=/#|\.prototype\./,o=function(e,t){var n=s[i(e)];return n==c||n!=l&&("function"==typeof t?a(t):!!t)},i=o.normalize=function(e){return String(e).replace(r,".").toLowerCase()},s=o.data={},l=o.NATIVE="N",c=o.POLYFILL="P";e.exports=o},"96cf":function(e,t,n){var a=function(e){"use strict";var t,n=Object.prototype,a=n.hasOwnProperty,r="function"==typeof Symbol?Symbol:{},o=r.iterator||"@@iterator",i=r.asyncIterator||"@@asyncIterator",s=r.toStringTag||"@@toStringTag";function l(e,t,n,a){var r=t&&t.prototype instanceof m?t:m,o=Object.create(r.prototype),i=new w(a||[]);return o._invoke=function(e,t,n){var a=u;return function(r,o){if(a===h)throw new Error("Generator is already running");if(a===p){if("throw"===r)throw o;return O()}for(n.method=r,n.arg=o;;){var i=n.delegate;if(i){var s=k(i,n);if(s){if(s===f)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(a===u)throw a=p,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);a=h;var l=c(e,t,n);if("normal"===l.type){if(a=n.done?p:d,l.arg===f)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(a=p,n.method="throw",n.arg=l.arg)}}}(e,n,i),o}function c(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}e.wrap=l;var u="suspendedStart",d="suspendedYield",h="executing",p="completed",f={};function m(){}function v(){}function g(){}var _={};_[o]=function(){return this};var b=Object.getPrototypeOf,y=b&&b(b(E([])));y&&y!==n&&a.call(y,o)&&(_=y);var M=g.prototype=m.prototype=Object.create(_);function I(e){["next","throw","return"].forEach((function(t){e[t]=function(e){return this._invoke(t,e)}}))}function B(e,t){function n(r,o,i,s){var l=c(e[r],e,o);if("throw"!==l.type){var u=l.arg,d=u.value;return d&&"object"==typeof d&&a.call(d,"__await")?t.resolve(d.__await).then((function(e){n("next",e,i,s)}),(function(e){n("throw",e,i,s)})):t.resolve(d).then((function(e){u.value=e,i(u)}),(function(e){return n("throw",e,i,s)}))}s(l.arg)}var r;this._invoke=function(e,a){function o(){return new t((function(t,r){n(e,a,t,r)}))}return r=r?r.then(o,o):o()}}function k(e,n){var a=e.iterator[n.method];if(a===t){if(n.delegate=null,"throw"===n.method){if(e.iterator.return&&(n.method="return",n.arg=t,k(e,n),"throw"===n.method))return f;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return f}var r=c(a,e.iterator,n.arg);if("throw"===r.type)return n.method="throw",n.arg=r.arg,n.delegate=null,f;var o=r.arg;return o?o.done?(n[e.resultName]=o.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,f):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,f)}function P(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function T(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function w(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(P,this),this.reset(!0)}function E(e){if(e){var n=e[o];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function n(){for(;++r<e.length;)if(a.call(e,r))return n.value=e[r],n.done=!1,n;return n.value=t,n.done=!0,n};return i.next=i}}return{next:O}}function O(){return{value:t,done:!0}}return v.prototype=M.constructor=g,g.constructor=v,g[s]=v.displayName="GeneratorFunction",e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===v||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,g):(e.__proto__=g,s in e||(e[s]="GeneratorFunction")),e.prototype=Object.create(M),e},e.awrap=function(e){return{__await:e}},I(B.prototype),B.prototype[i]=function(){return this},e.AsyncIterator=B,e.async=function(t,n,a,r,o){void 0===o&&(o=Promise);var i=new B(l(t,n,a,r),o);return e.isGeneratorFunction(n)?i:i.next().then((function(e){return e.done?e.value:i.next()}))},I(M),M[s]="Generator",M[o]=function(){return this},M.toString=function(){return"[object Generator]"},e.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var a=t.pop();if(a in e)return n.value=a,n.done=!1,n}return n.done=!0,n}},e.values=E,w.prototype={constructor:w,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(T),!e)for(var n in this)"t"===n.charAt(0)&&a.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=t)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var n=this;function r(a,r){return s.type="throw",s.arg=e,n.next=a,r&&(n.method="next",n.arg=t),!!r}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],s=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var l=a.call(i,"catchLoc"),c=a.call(i,"finallyLoc");if(l&&c){if(this.prev<i.catchLoc)return r(i.catchLoc,!0);if(this.prev<i.finallyLoc)return r(i.finallyLoc)}else if(l){if(this.prev<i.catchLoc)return r(i.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return r(i.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&a.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var i=o?o.completion:{};return i.type=e,i.arg=t,o?(this.method="next",this.next=o.finallyLoc,f):this.complete(i)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),f},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),T(n),f}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var a=n.completion;if("throw"===a.type){var r=a.arg;T(n)}return r}}throw new Error("illegal catch attempt")},delegateYield:function(e,n,a){return this.delegate={iterator:E(e),resultName:n,nextLoc:a},"next"===this.method&&(this.arg=t),f}},e}(e.exports);try{regeneratorRuntime=a}catch(e){Function("r","regeneratorRuntime = r")(a)}},"9bdd":function(e,t,n){var a=n("825a");e.exports=function(e,t,n,r){try{return r?t(a(n)[0],n[1]):t(n)}catch(t){var o=e.return;throw void 0!==o&&a(o.call(e)),t}}},"9bf2":function(e,t,n){var a=n("83ab"),r=n("0cfb"),o=n("825a"),i=n("c04e"),s=Object.defineProperty;t.f=a?s:function(e,t,n){if(o(e),t=i(t,!0),o(n),r)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},"9ed3":function(e,t,n){"use strict";var a=n("ae93").IteratorPrototype,r=n("7c73"),o=n("5c6c"),i=n("d44e"),s=n("3f8c"),l=function(){return this};e.exports=function(e,t,n){var c=t+" Iterator";return e.prototype=r(a,{next:o(1,n)}),i(e,c,!1,!0),s[c]=l,e}},a0bd:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n("a161");t.decode=a.default,t.isBlurhashValid=a.isBlurhashValid;var r=n("2994");t.encode=r.default,function(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}(n("aacc"))},a161:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n("49d8"),r=n("3054"),o=n("aacc"),i=function(e){if(!e||e.length<6)throw new o.ValidationError("The blurhash string must be at least 6 characters");var t=a.decode83(e[0]),n=Math.floor(t/9)+1,r=t%9+1;if(e.length!==4+2*r*n)throw new o.ValidationError("blurhash length mismatch: length is "+e.length+" but it should be "+(4+2*r*n))};t.isBlurhashValid=function(e){try{i(e)}catch(e){return{result:!1,errorReason:e.message}}return{result:!0}};var s=function(e){var t=e>>16,n=e>>8&255,a=255&e;return[r.sRGBToLinear(t),r.sRGBToLinear(n),r.sRGBToLinear(a)]},l=function(e,t){var n=Math.floor(e/361),a=Math.floor(e/19)%19,o=e%19;return[r.signPow((n-9)/9,2)*t,r.signPow((a-9)/9,2)*t,r.signPow((o-9)/9,2)*t]};t.default=function(e,t,n,o){i(e),o|=1;for(var c=a.decode83(e[0]),u=Math.floor(c/9)+1,d=c%9+1,h=(a.decode83(e[1])+1)/166,p=new Array(d*u),f=0;f<p.length;f++)if(0===f){var m=a.decode83(e.substring(2,6));p[f]=s(m)}else{m=a.decode83(e.substring(4+2*f,6+2*f));p[f]=l(m,h*o)}for(var v=4*t,g=new Uint8ClampedArray(v*n),_=0;_<n;_++)for(var b=0;b<t;b++){for(var y=0,M=0,I=0,B=0;B<u;B++)for(f=0;f<d;f++){var k=Math.cos(Math.PI*b*f/t)*Math.cos(Math.PI*_*B/n),P=p[f+B*d];y+=P[0]*k,M+=P[1]*k,I+=P[2]*k}var T=r.linearTosRGB(y),w=r.linearTosRGB(M),E=r.linearTosRGB(I);g[4*b+0+_*v]=T,g[4*b+1+_*v]=w,g[4*b+2+_*v]=E,g[4*b+3+_*v]=255}return g}},a4d3:function(e,t,n){"use strict";var a=n("23e7"),r=n("da84"),o=n("d066"),i=n("c430"),s=n("83ab"),l=n("4930"),c=n("fdbf"),u=n("d039"),d=n("5135"),h=n("e8b5"),p=n("861d"),f=n("825a"),m=n("7b0b"),v=n("fc6a"),g=n("c04e"),_=n("5c6c"),b=n("7c73"),y=n("df75"),M=n("241c"),I=n("057f"),B=n("7418"),k=n("06cf"),P=n("9bf2"),T=n("d1e7"),w=n("9112"),E=n("6eeb"),O=n("5692"),A=n("f772"),L=n("d012"),S=n("90e3"),C=n("b622"),z=n("e538"),x=n("746f"),D=n("d44e"),F=n("69f3"),H=n("b727").forEach,N=A("hidden"),R="Symbol",V=C("toPrimitive"),Y=F.set,j=F.getterFor(R),$=Object.prototype,U=r.Symbol,G=o("JSON","stringify"),W=k.f,q=P.f,X=I.f,J=T.f,K=O("symbols"),Q=O("op-symbols"),Z=O("string-to-symbol-registry"),ee=O("symbol-to-string-registry"),te=O("wks"),ne=r.QObject,ae=!ne||!ne.prototype||!ne.prototype.findChild,re=s&&u((function(){return 7!=b(q({},"a",{get:function(){return q(this,"a",{value:7}).a}})).a}))?function(e,t,n){var a=W($,t);a&&delete $[t],q(e,t,n),a&&e!==$&&q($,t,a)}:q,oe=function(e,t){var n=K[e]=b(U.prototype);return Y(n,{type:R,tag:e,description:t}),s||(n.description=t),n},ie=c?function(e){return"symbol"==typeof e}:function(e){return Object(e)instanceof U},se=function(e,t,n){e===$&&se(Q,t,n),f(e);var a=g(t,!0);return f(n),d(K,a)?(n.enumerable?(d(e,N)&&e[N][a]&&(e[N][a]=!1),n=b(n,{enumerable:_(0,!1)})):(d(e,N)||q(e,N,_(1,{})),e[N][a]=!0),re(e,a,n)):q(e,a,n)},le=function(e,t){f(e);var n=v(t),a=y(n).concat(he(n));return H(a,(function(t){s&&!ce.call(n,t)||se(e,t,n[t])})),e},ce=function(e){var t=g(e,!0),n=J.call(this,t);return!(this===$&&d(K,t)&&!d(Q,t))&&(!(n||!d(this,t)||!d(K,t)||d(this,N)&&this[N][t])||n)},ue=function(e,t){var n=v(e),a=g(t,!0);if(n!==$||!d(K,a)||d(Q,a)){var r=W(n,a);return!r||!d(K,a)||d(n,N)&&n[N][a]||(r.enumerable=!0),r}},de=function(e){var t=X(v(e)),n=[];return H(t,(function(e){d(K,e)||d(L,e)||n.push(e)})),n},he=function(e){var t=e===$,n=X(t?Q:v(e)),a=[];return H(n,(function(e){!d(K,e)||t&&!d($,e)||a.push(K[e])})),a};(l||(U=function(){if(this instanceof U)throw TypeError("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,t=S(e),n=function(e){this===$&&n.call(Q,e),d(this,N)&&d(this[N],t)&&(this[N][t]=!1),re(this,t,_(1,e))};return s&&ae&&re($,t,{configurable:!0,set:n}),oe(t,e)},E(U.prototype,"toString",(function(){return j(this).tag})),E(U,"withoutSetter",(function(e){return oe(S(e),e)})),T.f=ce,P.f=se,k.f=ue,M.f=I.f=de,B.f=he,z.f=function(e){return oe(C(e),e)},s&&(q(U.prototype,"description",{configurable:!0,get:function(){return j(this).description}}),i||E($,"propertyIsEnumerable",ce,{unsafe:!0}))),a({global:!0,wrap:!0,forced:!l,sham:!l},{Symbol:U}),H(y(te),(function(e){x(e)})),a({target:R,stat:!0,forced:!l},{for:function(e){var t=String(e);if(d(Z,t))return Z[t];var n=U(t);return Z[t]=n,ee[n]=t,n},keyFor:function(e){if(!ie(e))throw TypeError(e+" is not a symbol");if(d(ee,e))return ee[e]},useSetter:function(){ae=!0},useSimple:function(){ae=!1}}),a({target:"Object",stat:!0,forced:!l,sham:!s},{create:function(e,t){return void 0===t?b(e):le(b(e),t)},defineProperty:se,defineProperties:le,getOwnPropertyDescriptor:ue}),a({target:"Object",stat:!0,forced:!l},{getOwnPropertyNames:de,getOwnPropertySymbols:he}),a({target:"Object",stat:!0,forced:u((function(){B.f(1)}))},{getOwnPropertySymbols:function(e){return B.f(m(e))}}),G)&&a({target:"JSON",stat:!0,forced:!l||u((function(){var e=U();return"[null]"!=G([e])||"{}"!=G({a:e})||"{}"!=G(Object(e))}))},{stringify:function(e,t,n){for(var a,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(a=t,(p(t)||void 0!==e)&&!ie(e))return h(t)||(t=function(e,t){if("function"==typeof a&&(t=a.call(this,e,t)),!ie(t))return t}),r[1]=t,G.apply(null,r)}});U.prototype[V]||w(U.prototype,V,U.prototype.valueOf),D(U,R),L[N]=!0},a691:function(e,t){var n=Math.ceil,a=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?a:n)(e)}},a9e3:function(e,t,n){"use strict";var a=n("83ab"),r=n("da84"),o=n("94ca"),i=n("6eeb"),s=n("5135"),l=n("c6b6"),c=n("7156"),u=n("c04e"),d=n("d039"),h=n("7c73"),p=n("241c").f,f=n("06cf").f,m=n("9bf2").f,v=n("58a8").trim,g="Number",_=r.Number,b=_.prototype,y=l(h(b))==g,M=function(e){var t,n,a,r,o,i,s,l,c=u(e,!1);if("string"==typeof c&&c.length>2)if(43===(t=(c=v(c)).charCodeAt(0))||45===t){if(88===(n=c.charCodeAt(2))||120===n)return NaN}else if(48===t){switch(c.charCodeAt(1)){case 66:case 98:a=2,r=49;break;case 79:case 111:a=8,r=55;break;default:return+c}for(i=(o=c.slice(2)).length,s=0;s<i;s++)if((l=o.charCodeAt(s))<48||l>r)return NaN;return parseInt(o,a)}return+c};if(o(g,!_(" 0o1")||!_("0b1")||_("+0x1"))){for(var I,B=function(e){var t=arguments.length<1?0:e,n=this;return n instanceof B&&(y?d((function(){b.valueOf.call(n)})):l(n)!=g)?c(new _(M(t)),n,B):M(t)},k=a?p(_):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),P=0;k.length>P;P++)s(_,I=k[P])&&!s(B,I)&&m(B,I,f(_,I));B.prototype=b,b.constructor=B,i(r,g,B)}},aacc:function(e,t,n){"use strict";var a,r=this&&this.__extends||(a=function(e,t){return a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},a(e,t)},function(e,t){function n(){this.constructor=e}a(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){function t(t){var n=e.call(this,t)||this;return n.name="ValidationError",n.message=t,n}return r(t,e),t}(Error);t.ValidationError=o},ad6d:function(e,t,n){"use strict";var a=n("825a");e.exports=function(){var e=a(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},ae93:function(e,t,n){"use strict";var a,r,o,i=n("e163"),s=n("9112"),l=n("5135"),c=n("b622"),u=n("c430"),d=c("iterator"),h=!1;[].keys&&("next"in(o=[].keys())?(r=i(i(o)))!==Object.prototype&&(a=r):h=!0),null==a&&(a={}),u||l(a,d)||s(a,d,(function(){return this})),e.exports={IteratorPrototype:a,BUGGY_SAFARI_ITERATORS:h}},b041:function(e,t,n){"use strict";var a=n("00ee"),r=n("f5df");e.exports=a?{}.toString:function(){return"[object "+r(this)+"]"}},b575:function(e,t,n){var a,r,o,i,s,l,c,u,d=n("da84"),h=n("06cf").f,p=n("c6b6"),f=n("2cf4").set,m=n("1cdc"),v=d.MutationObserver||d.WebKitMutationObserver,g=d.process,_=d.Promise,b="process"==p(g),y=h(d,"queueMicrotask"),M=y&&y.value;M||(a=function(){var e,t;for(b&&(e=g.domain)&&e.exit();r;){t=r.fn,r=r.next;try{t()}catch(e){throw r?i():o=void 0,e}}o=void 0,e&&e.enter()},b?i=function(){g.nextTick(a)}:v&&!m?(s=!0,l=document.createTextNode(""),new v(a).observe(l,{characterData:!0}),i=function(){l.data=s=!s}):_&&_.resolve?(c=_.resolve(void 0),u=c.then,i=function(){u.call(c,a)}):i=function(){f.call(d,a)}),e.exports=M||function(e){var t={fn:e,next:void 0};o&&(o.next=t),r||(r=t,i()),o=t}},b622:function(e,t,n){var a=n("da84"),r=n("5692"),o=n("5135"),i=n("90e3"),s=n("4930"),l=n("fdbf"),c=r("wks"),u=a.Symbol,d=l?u:u&&u.withoutSetter||i;e.exports=function(e){return o(c,e)||(s&&o(u,e)?c[e]=u[e]:c[e]=d("Symbol."+e)),c[e]}},b680:function(e,t,n){"use strict";var a=n("23e7"),r=n("a691"),o=n("408a"),i=n("1148"),s=n("d039"),l=1..toFixed,c=Math.floor,u=function(e,t,n){return 0===t?n:t%2==1?u(e,t-1,n*e):u(e*e,t/2,n)};a({target:"Number",proto:!0,forced:l&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!s((function(){l.call({})}))},{toFixed:function(e){var t,n,a,s,l=o(this),d=r(e),h=[0,0,0,0,0,0],p="",f="0",m=function(e,t){for(var n=-1,a=t;++n<6;)a+=e*h[n],h[n]=a%1e7,a=c(a/1e7)},v=function(e){for(var t=6,n=0;--t>=0;)n+=h[t],h[t]=c(n/e),n=n%e*1e7},g=function(){for(var e=6,t="";--e>=0;)if(""!==t||0===e||0!==h[e]){var n=String(h[e]);t=""===t?n:t+i.call("0",7-n.length)+n}return t};if(d<0||d>20)throw RangeError("Incorrect fraction digits");if(l!=l)return"NaN";if(l<=-1e21||l>=1e21)return String(l);if(l<0&&(p="-",l=-l),l>1e-21)if(n=(t=function(e){for(var t=0,n=e;n>=4096;)t+=12,n/=4096;for(;n>=2;)t+=1,n/=2;return t}(l*u(2,69,1))-69)<0?l*u(2,-t,1):l/u(2,t,1),n*=4503599627370496,(t=52-t)>0){for(m(0,n),a=d;a>=7;)m(1e7,0),a-=7;for(m(u(10,a,1),0),a=t-1;a>=23;)v(1<<23),a-=23;v(1<<a),m(1,1),v(2),f=g()}else m(0,n),m(1<<-t,0),f=g()+i.call("0",d);return f=d>0?p+((s=f.length)<=d?"0."+i.call("0",d-s)+f:f.slice(0,s-d)+"."+f.slice(s-d)):p+f}})},b727:function(e,t,n){var a=n("0366"),r=n("44ad"),o=n("7b0b"),i=n("50c4"),s=n("65f0"),l=[].push,c=function(e){var t=1==e,n=2==e,c=3==e,u=4==e,d=6==e,h=5==e||d;return function(p,f,m,v){for(var g,_,b=o(p),y=r(b),M=a(f,m,3),I=i(y.length),B=0,k=v||s,P=t?k(p,I):n?k(p,0):void 0;I>B;B++)if((h||B in y)&&(_=M(g=y[B],B,b),e))if(t)P[B]=_;else if(_)switch(e){case 3:return!0;case 5:return g;case 6:return B;case 2:l.call(P,g)}else if(u)return!1;return d?-1:c||u?u:P}};e.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6)}},c04e:function(e,t,n){var a=n("861d");e.exports=function(e,t){if(!a(e))return e;var n,r;if(t&&"function"==typeof(n=e.toString)&&!a(r=n.call(e)))return r;if("function"==typeof(n=e.valueOf)&&!a(r=n.call(e)))return r;if(!t&&"function"==typeof(n=e.toString)&&!a(r=n.call(e)))return r;throw TypeError("Can't convert object to primitive value")}},c430:function(e,t){e.exports=!1},c6b6:function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},c6cd:function(e,t,n){var a=n("da84"),r=n("ce4e"),o="__core-js_shared__",i=a[o]||r(o,{});e.exports=i},c8ba:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},ca84:function(e,t,n){var a=n("5135"),r=n("fc6a"),o=n("4d64").indexOf,i=n("d012");e.exports=function(e,t){var n,s=r(e),l=0,c=[];for(n in s)!a(i,n)&&a(s,n)&&c.push(n);for(;t.length>l;)a(s,n=t[l++])&&(~o(c,n)||c.push(n));return c}},cc12:function(e,t,n){var a=n("da84"),r=n("861d"),o=a.document,i=r(o)&&r(o.createElement);e.exports=function(e){return i?o.createElement(e):{}}},cdf9:function(e,t,n){var a=n("825a"),r=n("861d"),o=n("f069");e.exports=function(e,t){if(a(e),r(t)&&t.constructor===e)return t;var n=o.f(e);return(0,n.resolve)(t),n.promise}},ce4e:function(e,t,n){var a=n("da84"),r=n("9112");e.exports=function(e,t){try{r(a,e,t)}catch(n){a[e]=t}return t}},d012:function(e,t){e.exports={}},d039:function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},d066:function(e,t,n){var a=n("428f"),r=n("da84"),o=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?o(a[e])||o(r[e]):a[e]&&a[e][t]||r[e]&&r[e][t]}},d1e7:function(e,t,n){"use strict";var a={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!a.call({1:2},1);t.f=o?function(e){var t=r(this,e);return!!t&&t.enumerable}:a},d28b:function(e,t,n){n("746f")("iterator")},d2bb:function(e,t,n){var a=n("825a"),r=n("3bbe");e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),t=n instanceof Array}catch(e){}return function(n,o){return a(n),r(o),t?e.call(n,o):n.__proto__=o,n}}():void 0)},d3b7:function(e,t,n){var a=n("00ee"),r=n("6eeb"),o=n("b041");a||r(Object.prototype,"toString",o,{unsafe:!0})},d44e:function(e,t,n){var a=n("9bf2").f,r=n("5135"),o=n("b622")("toStringTag");e.exports=function(e,t,n){e&&!r(e=n?e:e.prototype,o)&&a(e,o,{configurable:!0,value:t})}},da84:function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n("c8ba"))},ddb0:function(e,t,n){var a=n("da84"),r=n("fdbc"),o=n("e260"),i=n("9112"),s=n("b622"),l=s("iterator"),c=s("toStringTag"),u=o.values;for(var d in r){var h=a[d],p=h&&h.prototype;if(p){if(p[l]!==u)try{i(p,l,u)}catch(e){p[l]=u}if(p[c]||i(p,c,d),r[d])for(var f in o)if(p[f]!==o[f])try{i(p,f,o[f])}catch(e){p[f]=o[f]}}}},df75:function(e,t,n){var a=n("ca84"),r=n("7839");e.exports=Object.keys||function(e){return a(e,r)}},e01a:function(e,t,n){"use strict";var a=n("23e7"),r=n("83ab"),o=n("da84"),i=n("5135"),s=n("861d"),l=n("9bf2").f,c=n("e893"),u=o.Symbol;if(r&&"function"==typeof u&&(!("description"in u.prototype)||void 0!==u().description)){var d={},h=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),t=this instanceof h?new u(e):void 0===e?u():u(e);return""===e&&(d[t]=!0),t};c(h,u);var p=h.prototype=u.prototype;p.constructor=h;var f=p.toString,m="Symbol(test)"==String(u("test")),v=/^Symbol\((.*)\)[^)]+$/;l(p,"description",{configurable:!0,get:function(){var e=s(this)?this.valueOf():this,t=f.call(e);if(i(d,e))return"";var n=m?t.slice(7,-1):t.replace(v,"$1");return""===n?void 0:n}}),a({global:!0,forced:!0},{Symbol:h})}},e163:function(e,t,n){var a=n("5135"),r=n("7b0b"),o=n("f772"),i=n("e177"),s=o("IE_PROTO"),l=Object.prototype;e.exports=i?Object.getPrototypeOf:function(e){return e=r(e),a(e,s)?e[s]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?l:null}},e177:function(e,t,n){var a=n("d039");e.exports=!a((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},e260:function(e,t,n){"use strict";var a=n("fc6a"),r=n("44d2"),o=n("3f8c"),i=n("69f3"),s=n("7dd0"),l="Array Iterator",c=i.set,u=i.getterFor(l);e.exports=s(Array,"Array",(function(e,t){c(this,{type:l,target:a(e),index:0,kind:t})}),(function(){var e=u(this),t=e.target,n=e.kind,a=e.index++;return!t||a>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:a,done:!1}:"values"==n?{value:t[a],done:!1}:{value:[a,t[a]],done:!1}}),"values"),o.Arguments=o.Array,r("keys"),r("values"),r("entries")},e2cc:function(e,t,n){var a=n("6eeb");e.exports=function(e,t,n){for(var r in t)a(e,r,t[r],n);return e}},e538:function(e,t,n){var a=n("b622");t.f=a},e667:function(e,t){e.exports=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}}},e6cf:function(e,t,n){"use strict";var a,r,o,i,s=n("23e7"),l=n("c430"),c=n("da84"),u=n("d066"),d=n("fea9"),h=n("6eeb"),p=n("e2cc"),f=n("d44e"),m=n("2626"),v=n("861d"),g=n("1c0b"),_=n("19aa"),b=n("c6b6"),y=n("8925"),M=n("2266"),I=n("1c7e"),B=n("4840"),k=n("2cf4").set,P=n("b575"),T=n("cdf9"),w=n("44de"),E=n("f069"),O=n("e667"),A=n("69f3"),L=n("94ca"),S=n("b622"),C=n("2d00"),z=S("species"),x="Promise",D=A.get,F=A.set,H=A.getterFor(x),N=d,R=c.TypeError,V=c.document,Y=c.process,j=u("fetch"),$=E.f,U=$,G="process"==b(Y),W=!!(V&&V.createEvent&&c.dispatchEvent),q="unhandledrejection",X=L(x,(function(){if(!(y(N)!==String(N))){if(66===C)return!0;if(!G&&"function"!=typeof PromiseRejectionEvent)return!0}if(l&&!N.prototype.finally)return!0;if(C>=51&&/native code/.test(N))return!1;var e=N.resolve(1),t=function(e){e((function(){}),(function(){}))};return(e.constructor={})[z]=t,!(e.then((function(){}))instanceof t)})),J=X||!I((function(e){N.all(e).catch((function(){}))})),K=function(e){var t;return!(!v(e)||"function"!=typeof(t=e.then))&&t},Q=function(e,t,n){if(!t.notified){t.notified=!0;var a=t.reactions;P((function(){for(var r=t.value,o=1==t.state,i=0;a.length>i;){var s,l,c,u=a[i++],d=o?u.ok:u.fail,h=u.resolve,p=u.reject,f=u.domain;try{d?(o||(2===t.rejection&&ne(e,t),t.rejection=1),!0===d?s=r:(f&&f.enter(),s=d(r),f&&(f.exit(),c=!0)),s===u.promise?p(R("Promise-chain cycle")):(l=K(s))?l.call(s,h,p):h(s)):p(r)}catch(e){f&&!c&&f.exit(),p(e)}}t.reactions=[],t.notified=!1,n&&!t.rejection&&ee(e,t)}))}},Z=function(e,t,n){var a,r;W?((a=V.createEvent("Event")).promise=t,a.reason=n,a.initEvent(e,!1,!0),c.dispatchEvent(a)):a={promise:t,reason:n},(r=c["on"+e])?r(a):e===q&&w("Unhandled promise rejection",n)},ee=function(e,t){k.call(c,(function(){var n,a=t.value;if(te(t)&&(n=O((function(){G?Y.emit("unhandledRejection",a,e):Z(q,e,a)})),t.rejection=G||te(t)?2:1,n.error))throw n.value}))},te=function(e){return 1!==e.rejection&&!e.parent},ne=function(e,t){k.call(c,(function(){G?Y.emit("rejectionHandled",e):Z("rejectionhandled",e,t.value)}))},ae=function(e,t,n,a){return function(r){e(t,n,r,a)}},re=function(e,t,n,a){t.done||(t.done=!0,a&&(t=a),t.value=n,t.state=2,Q(e,t,!0))},oe=function(e,t,n,a){if(!t.done){t.done=!0,a&&(t=a);try{if(e===n)throw R("Promise can't be resolved itself");var r=K(n);r?P((function(){var a={done:!1};try{r.call(n,ae(oe,e,a,t),ae(re,e,a,t))}catch(n){re(e,a,n,t)}})):(t.value=n,t.state=1,Q(e,t,!1))}catch(n){re(e,{done:!1},n,t)}}};X&&(N=function(e){_(this,N,x),g(e),a.call(this);var t=D(this);try{e(ae(oe,this,t),ae(re,this,t))}catch(e){re(this,t,e)}},(a=function(e){F(this,{type:x,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=p(N.prototype,{then:function(e,t){var n=H(this),a=$(B(this,N));return a.ok="function"!=typeof e||e,a.fail="function"==typeof t&&t,a.domain=G?Y.domain:void 0,n.parent=!0,n.reactions.push(a),0!=n.state&&Q(this,n,!1),a.promise},catch:function(e){return this.then(void 0,e)}}),r=function(){var e=new a,t=D(e);this.promise=e,this.resolve=ae(oe,e,t),this.reject=ae(re,e,t)},E.f=$=function(e){return e===N||e===o?new r(e):U(e)},l||"function"!=typeof d||(i=d.prototype.then,h(d.prototype,"then",(function(e,t){var n=this;return new N((function(e,t){i.call(n,e,t)})).then(e,t)}),{unsafe:!0}),"function"==typeof j&&s({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return T(N,j.apply(c,arguments))}}))),s({global:!0,wrap:!0,forced:X},{Promise:N}),f(N,x,!1,!0),m(x),o=u(x),s({target:x,stat:!0,forced:X},{reject:function(e){var t=$(this);return t.reject.call(void 0,e),t.promise}}),s({target:x,stat:!0,forced:l||X},{resolve:function(e){return T(l&&this===o?N:this,e)}}),s({target:x,stat:!0,forced:J},{all:function(e){var t=this,n=$(t),a=n.resolve,r=n.reject,o=O((function(){var n=g(t.resolve),o=[],i=0,s=1;M(e,(function(e){var l=i++,c=!1;o.push(void 0),s++,n.call(t,e).then((function(e){c||(c=!0,o[l]=e,--s||a(o))}),r)})),--s||a(o)}));return o.error&&r(o.value),n.promise},race:function(e){var t=this,n=$(t),a=n.reject,r=O((function(){var r=g(t.resolve);M(e,(function(e){r.call(t,e).then(n.resolve,a)}))}));return r.error&&a(r.value),n.promise}})},e893:function(e,t,n){var a=n("5135"),r=n("56ef"),o=n("06cf"),i=n("9bf2");e.exports=function(e,t){for(var n=r(t),s=i.f,l=o.f,c=0;c<n.length;c++){var u=n[c];a(e,u)||s(e,u,l(t,u))}}},e8b5:function(e,t,n){var a=n("c6b6");e.exports=Array.isArray||function(e){return"Array"==a(e)}},e95a:function(e,t,n){var a=n("b622"),r=n("3f8c"),o=a("iterator"),i=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||i[o]===e)}},f069:function(e,t,n){"use strict";var a=n("1c0b"),r=function(e){var t,n;this.promise=new e((function(e,a){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=a})),this.resolve=a(t),this.reject=a(n)};e.exports.f=function(e){return new r(e)}},f5df:function(e,t,n){var a=n("00ee"),r=n("c6b6"),o=n("b622")("toStringTag"),i="Arguments"==r(function(){return arguments}());e.exports=a?r:function(e){var t,n,a;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),o))?n:i?r(t):"Object"==(a=r(t))&&"function"==typeof t.callee?"Arguments":a}},f772:function(e,t,n){var a=n("5692"),r=n("90e3"),o=a("keys");e.exports=function(e){return o[e]||(o[e]=r(e))}},fb15:function(e,t,n){"use strict";if(n.r(t),n.d(t,"BlurHash",(function(){return $})),n.d(t,"BlurHashCanvas",(function(){return Y})),n.d(t,"BlurHashImage",(function(){return W})),"undefined"!=typeof window){var a=window.document.currentScript,r=n("8875");a=r(),"currentScript"in document||Object.defineProperty(document,"currentScript",{get:r});var o=a&&a.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);o&&(n.p=o[1])}n("a9e3");function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){return s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},s(e,t)}function l(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&s(e,t)}n("4ae1"),n("3410");function c(e){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},c(e)}n("d3b7"),n("25f0");function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}n("a4d3"),n("e01a"),n("d28b"),n("e260"),n("3ca3"),n("ddb0");function d(e){return d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},d(e)}function h(e,t){return!t||"object"!==d(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function p(e){return function(){var t,n=c(e);if(u()){var a=c(this).constructor;t=Reflect.construct(n,arguments,a)}else t=n.apply(this,arguments);return h(this,t)}}function f(e,t,n,a){var r,o=arguments.length,i=o<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,n):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,a);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(i=(o<3?r(i):o>3?r(t,n,i):r(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i}var m=n("8bbf"),v=n.n(m);function g(e){return g="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},g(e)}function _(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function b(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function y(){return"undefined"!=typeof Reflect&&Reflect.defineMetadata&&Reflect.getOwnMetadataKeys}function M(e,t){I(e,t),Object.getOwnPropertyNames(t.prototype).forEach((function(n){I(e.prototype,t.prototype,n)})),Object.getOwnPropertyNames(t).forEach((function(n){I(e,t,n)}))}function I(e,t,n){(n?Reflect.getOwnMetadataKeys(t,n):Reflect.getOwnMetadataKeys(t)).forEach((function(a){var r=n?Reflect.getOwnMetadata(a,t,n):Reflect.getOwnMetadata(a,t);n?Reflect.defineMetadata(a,r,e,n):Reflect.defineMetadata(a,r,e)}))}var B={__proto__:[]}instanceof Array;function k(e){return function(t,n,a){var r="function"==typeof t?t:t.constructor;r.__decorators__||(r.__decorators__=[]),"number"!=typeof a&&(a=void 0),r.__decorators__.push((function(t){return e(t,n,a)}))}}function P(e,t){var n=t.prototype._init;t.prototype._init=function(){var t=this,n=Object.getOwnPropertyNames(e);if(e.$options.props)for(var a in e.$options.props)e.hasOwnProperty(a)||n.push(a);n.forEach((function(n){"_"!==n.charAt(0)&&Object.defineProperty(t,n,{get:function(){return e[n]},set:function(t){e[n]=t},configurable:!0})}))};var a=new t;t.prototype._init=n;var r={};return Object.keys(a).forEach((function(e){void 0!==a[e]&&(r[e]=a[e])})),r}var T=["data","beforeCreate","created","beforeMount","mounted","beforeDestroy","destroyed","beforeUpdate","updated","activated","deactivated","render","errorCaptured","serverPrefetch"];function w(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t.name=t.name||e._componentTag||e.name;var n=e.prototype;Object.getOwnPropertyNames(n).forEach((function(e){if("constructor"!==e)if(T.indexOf(e)>-1)t[e]=n[e];else{var a=Object.getOwnPropertyDescriptor(n,e);void 0!==a.value?"function"==typeof a.value?(t.methods||(t.methods={}))[e]=a.value:(t.mixins||(t.mixins=[])).push({data:function(){return _({},e,a.value)}}):(a.get||a.set)&&((t.computed||(t.computed={}))[e]={get:a.get,set:a.set})}})),(t.mixins||(t.mixins=[])).push({data:function(){return P(this,e)}});var a=e.__decorators__;a&&(a.forEach((function(e){return e(t)})),delete e.__decorators__);var r=Object.getPrototypeOf(e.prototype),o=r instanceof v.a?r.constructor:v.a,i=o.extend(t);return O(i,e,o),y()&&M(i,e),i}var E={prototype:!0,arguments:!0,callee:!0,caller:!0};function O(e,t,n){Object.getOwnPropertyNames(t).forEach((function(a){if(!E[a]){var r=Object.getOwnPropertyDescriptor(e,a);if(!r||r.configurable){var o,i,s=Object.getOwnPropertyDescriptor(t,a);if(!B){if("cid"===a)return;var l=Object.getOwnPropertyDescriptor(n,a);if(o=s.value,i=g(o),null!=o&&("object"===i||"function"===i)&&l&&l.value===s.value)return}0,Object.defineProperty(e,a,s)}}}))}function A(e){return"function"==typeof e?w(e):function(t){return w(t,e)}}A.registerHooks=function(e){T.push.apply(T,b(e))};var L=A;var S="undefined"!=typeof Reflect&&void 0!==Reflect.getMetadata;function C(e,t,n){if(S&&!Array.isArray(e)&&"function"!=typeof e&&void 0===e.type){var a=Reflect.getMetadata("design:type",t,n);a!==Object&&(e.type=a)}}function z(e){return void 0===e&&(e={}),function(t,n){C(e,t,n),k((function(t,n){(t.props||(t.props={}))[n]=e}))(t,n)}}n("96cf"),n("e6cf");function x(e,t,n,a,r,o,i){try{var s=e[o](i),l=s.value}catch(e){return void n(e)}s.done?t(l):Promise.resolve(l).then(a,r)}function D(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function F(e,t,n){return t&&D(e.prototype,t),n&&D(e,n),e}var H=n("a0bd"),N=(n("b680"),function(e){return"number"==typeof e?e:parseInt(e,10)}),R=function(e){l(r,e);var t,n,a=p(r);function r(){return i(this,r),a.apply(this,arguments)}return F(r,[{key:"updateCanvas",value:(t=regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.$nextTick();case 2:this.draw();case 3:case"end":return e.stop()}}),e,this)})),n=function(){var e=this,n=arguments;return new Promise((function(a,r){var o=t.apply(e,n);function i(e){x(o,a,r,i,s,"next",e)}function s(e){x(o,a,r,i,s,"throw",e)}i(void 0)}))},function(){return n.apply(this,arguments)})},{key:"draw",value:function(){var e=Object(H.decode)(this.hash,this.currentWidth,this.currentHeight,this.punch),t=this.$refs.canvas.getContext("2d"),n=t.createImageData(this.currentWidth,this.currentHeight);n.data.set(e),t.putImageData(n,0,0)}},{key:"mounted",value:function(){this.draw()}},{key:"watchers",get:function(){return[this.hash,this.width,this.height,this.punch]}},{key:"currentWidth",get:function(){return N(this.width)}},{key:"currentHeight",get:function(){return N(this.height)}},{key:"currentPunch",get:function(){return N(this.punch)}}]),r}(v.a);function V(e,t,n,a,r,o,i,s){var l,c="function"==typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),a&&(c.functional=!0),o&&(c._scopeId="data-v-"+o),i?(l=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(i)},c._ssrRegister=l):r&&(l=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,l):[l]}return{exports:e,options:c}}f([z({type:String,required:!0})],R.prototype,"hash",void 0),f([z({type:[Number,String],default:128})],R.prototype,"width",void 0),f([z({type:[Number,String],default:128})],R.prototype,"height",void 0),f([z({type:Number,default:1})],R.prototype,"punch",void 0),f([function(e,t){void 0===t&&(t={});var n=t.deep,a=void 0!==n&&n,r=t.immediate,o=void 0!==r&&r;return k((function(t,n){"object"!=typeof t.watch&&(t.watch=Object.create(null));var r=t.watch;"object"!=typeof r[e]||Array.isArray(r[e])?void 0===r[e]&&(r[e]=[]):r[e]=[r[e]],r[e].push({handler:n,deep:a,immediate:o})}))}("watchers")],R.prototype,"updateCanvas",null);var Y=V(R=f([L],R),(function(){var e=this,t=e.$createElement;return(e._self._c||t)("canvas",{ref:"canvas",attrs:{width:e.currentWidth,height:e.currentHeight}})}),[],!1,null,null,null).exports,j=function(e){l(n,e);var t=p(n);function n(){return i(this,n),t.apply(this,arguments)}return n}(v.a);f([z({type:String,required:!0})],j.prototype,"hash",void 0),f([z({type:[Number,String],default:128})],j.prototype,"width",void 0),f([z({type:[Number,String],default:128})],j.prototype,"height",void 0),f([z({type:Number,default:1})],j.prototype,"punch",void 0);var $=V(j=f([L({components:{BlurHashCanvas:Y}})],j),(function(){var e=this,t=e.$createElement;return(e._self._c||t)("blur-hash-canvas",{attrs:{hash:e.hash,width:e.width,height:e.height,punch:e.punch}})}),[],!1,null,null,null).exports,U=function(e){l(n,e);var t=p(n);function n(){var e;return i(this,n),(e=t.apply(this,arguments)).imageLoaded=!1,e}return F(n,[{key:"onLoaded",value:function(){this.imageLoaded=!0}},{key:"computedRatio",get:function(){return e=N(this.height),t=N(this.width),"".concat((Math.round(e)/Math.round(t)*100).toFixed(2),"%");var e,t}},{key:"cssVars",get:function(){return{"--transition-duration":this.transitionDuration>0?"".concat(this.transitionDuration/1e3,"s"):"none"}}}]),n}(v.a);f([z({type:String,required:!0})],U.prototype,"hash",void 0),f([z({type:[Number,String],default:128})],U.prototype,"width",void 0),f([z({type:[Number,String],default:128})],U.prototype,"height",void 0),f([z({type:Number,default:1})],U.prototype,"punch",void 0),f([z({type:String,required:!0})],U.prototype,"src",void 0),f([z({type:String,default:null})],U.prototype,"srcset",void 0),f([z({type:Number,default:500})],U.prototype,"transitionDuration",void 0);var G=U=f([L({components:{BlurHashCanvas:Y}})],U),W=(n("8cd5"),V(G,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticStyle:{position:"relative"},style:[{paddingBottom:e.computedRatio},e.cssVars]},[n("transition-group",{staticStyle:{height:"100%",width:"100%",position:"absolute",top:"0",left:"0",right:"0",bottom:"0"},attrs:{mode:"in-out",name:"fade"}},[n("blur-hash-canvas",{directives:[{name:"show",rawName:"v-show",value:!e.imageLoaded,expression:"!imageLoaded"}],key:"canvas",staticStyle:{height:"100%",width:"100%",position:"absolute",top:"0",left:"0",right:"0",bottom:"0"},attrs:{hash:e.hash,width:e.width,height:e.height,punch:e.punch}}),n("img",e._b({directives:[{name:"show",rawName:"v-show",value:e.imageLoaded,expression:"imageLoaded"}],key:"image",staticStyle:{height:"100%",width:"100%",position:"absolute",top:"0",left:"0",right:"0",bottom:"0"},attrs:{src:e.src,srcset:e.srcset},on:{load:e.onLoaded}},"img",e.$attrs,!1))],1)],1)}),[],!1,null,"6383fb07",null).exports),q={install:function(e,t){e.component("blur-hash-image",W),e.component("blur-hash",$),e.component("blur-hash-canvas",Y)}};t.default=q},fc6a:function(e,t,n){var a=n("44ad"),r=n("1d80");e.exports=function(e){return a(r(e))}},fdbc:function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(e,t,n){var a=n("4930");e.exports=a&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},fea9:function(e,t,n){var a=n("da84");e.exports=a.Promise}})},37409:e=>{window,e.exports=function(e){var t={};function n(a){if(t[a])return t[a].exports;var r=t[a]={i:a,l:!1,exports:{}};return e[a].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(a,r,function(t){return e[t]}.bind(null,r));return a},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=53)}([function(e,t,n){var a=n(30)("wks"),r=n(15),o=n(3).Symbol,i="function"==typeof o;(e.exports=function(e){return a[e]||(a[e]=i&&o[e]||(i?o:r)("Symbol."+e))}).store=a},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){var a=n(3),r=n(11),o=n(6),i=n(10),s=n(29),l=function(e,t,n){var c,u,d,h,p=e&l.F,f=e&l.G,m=e&l.S,v=e&l.P,g=e&l.B,_=f?a:m?a[t]||(a[t]={}):(a[t]||{}).prototype,b=f?r:r[t]||(r[t]={}),y=b.prototype||(b.prototype={});for(c in f&&(n=t),n)d=((u=!p&&_&&void 0!==_[c])?_:n)[c],h=g&&u?s(d,a):v&&"function"==typeof d?s(Function.call,d):d,_&&i(_,c,d,e&l.U),b[c]!=d&&o(b,c,h),v&&y[c]!=d&&(y[c]=d)};a.core=r,l.F=1,l.G=2,l.S=4,l.P=8,l.B=16,l.W=32,l.U=64,l.R=128,e.exports=l},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t,n){var a=n(7),r=n(40),o=n(20),i=Object.defineProperty;t.f=n(5)?Object.defineProperty:function(e,t,n){if(a(e),t=o(t,!0),a(n),r)try{return i(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){e.exports=!n(1)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,n){var a=n(4),r=n(14);e.exports=n(5)?function(e,t,n){return a.f(e,t,r(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var a=n(8);e.exports=function(e){if(!a(e))throw TypeError(e+" is not an object!");return e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var a=n(3),r=n(6),o=n(9),i=n(15)("src"),s=Function.toString,l=(""+s).split("toString");n(11).inspectSource=function(e){return s.call(e)},(e.exports=function(e,t,n,s){var c="function"==typeof n;c&&(o(n,"name")||r(n,"name",t)),e[t]!==n&&(c&&(o(n,i)||r(n,i,e[t]?""+e[t]:l.join(String(t)))),e===a?e[t]=n:s?e[t]?e[t]=n:r(e,t,n):(delete e[t],r(e,t,n)))})(Function.prototype,"toString",(function(){return"function"==typeof this&&this[i]||s.call(this)}))},function(e,t){var n=e.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},function(e,t,n){var a=n(47),r=n(17);e.exports=function(e){return a(r(e))}},function(e,t,n){var a=n(48),r=n(33);e.exports=Object.keys||function(e){return a(e,r)}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t){var n=0,a=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+a).toString(36))}},function(e,t,n){var a=n(17);e.exports=function(e){return Object(a(e))}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){e.exports={}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){var a=n(8);e.exports=function(e,t){if(!a(e))return e;var n,r;if(t&&"function"==typeof(n=e.toString)&&!a(r=n.call(e)))return r;if("function"==typeof(n=e.valueOf)&&!a(r=n.call(e)))return r;if(!t&&"function"==typeof(n=e.toString)&&!a(r=n.call(e)))return r;throw TypeError("Can't convert object to primitive value")}},function(e,t){e.exports=!1},function(e,t){t.f={}.propertyIsEnumerable},function(e,t){e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",a=e[3];if(!a)return n;if(t&&"function"==typeof btoa){var r=function(e){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(e))))+" */"}(a),o=a.sources.map((function(e){return"/*# sourceURL="+a.sourceRoot+e+" */"}));return[n].concat(o).concat([r]).join("\n")}return[n].join("\n")}(t,e);return t[2]?"@media "+t[2]+"{"+n+"}":n})).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var a={},r=0;r<this.length;r++){var o=this[r][0];"number"==typeof o&&(a[o]=!0)}for(r=0;r<e.length;r++){var i=e[r];"number"==typeof i[0]&&a[i[0]]||(n&&!i[2]?i[2]=n:n&&(i[2]="("+i[2]+") and ("+n+")"),t.push(i))}},t}},function(e,t,n){"use strict";function a(e,t){for(var n=[],a={},r=0;r<t.length;r++){var o=t[r],i=o[0],s={id:e+":"+r,css:o[1],media:o[2],sourceMap:o[3]};a[i]?a[i].parts.push(s):n.push(a[i]={id:i,parts:[s]})}return n}n.r(t),n.d(t,"default",(function(){return f}));var r="undefined"!=typeof document;if("undefined"!=typeof DEBUG&&DEBUG&&!r)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var o={},i=r&&(document.head||document.getElementsByTagName("head")[0]),s=null,l=0,c=!1,u=function(){},d=null,h="data-vue-ssr-id",p="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function f(e,t,n,r){c=n,d=r||{};var i=a(e,t);return m(i),function(t){for(var n=[],r=0;r<i.length;r++){var s=i[r];(l=o[s.id]).refs--,n.push(l)}for(t?m(i=a(e,t)):i=[],r=0;r<n.length;r++){var l;if(0===(l=n[r]).refs){for(var c=0;c<l.parts.length;c++)l.parts[c]();delete o[l.id]}}}}function m(e){for(var t=0;t<e.length;t++){var n=e[t],a=o[n.id];if(a){a.refs++;for(var r=0;r<a.parts.length;r++)a.parts[r](n.parts[r]);for(;r<n.parts.length;r++)a.parts.push(g(n.parts[r]));a.parts.length>n.parts.length&&(a.parts.length=n.parts.length)}else{var i=[];for(r=0;r<n.parts.length;r++)i.push(g(n.parts[r]));o[n.id]={id:n.id,refs:1,parts:i}}}}function v(){var e=document.createElement("style");return e.type="text/css",i.appendChild(e),e}function g(e){var t,n,a=document.querySelector("style["+h+'~="'+e.id+'"]');if(a){if(c)return u;a.parentNode.removeChild(a)}if(p){var r=l++;a=s||(s=v()),t=b.bind(null,a,r,!1),n=b.bind(null,a,r,!0)}else a=v(),t=function(e,t){var n=t.css,a=t.media,r=t.sourceMap;if(a&&e.setAttribute("media",a),d.ssrId&&e.setAttribute(h,t.id),r&&(n+="\n/*# sourceURL="+r.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */"),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}.bind(null,a),n=function(){a.parentNode.removeChild(a)};return t(e),function(a){if(a){if(a.css===e.css&&a.media===e.media&&a.sourceMap===e.sourceMap)return;t(e=a)}else n()}}var _=function(){var e=[];return function(t,n){return e[t]=n,e.filter(Boolean).join("\n")}}();function b(e,t,n,a){var r=n?"":a.css;if(e.styleSheet)e.styleSheet.cssText=_(t,r);else{var o=document.createTextNode(r),i=e.childNodes;i[t]&&e.removeChild(i[t]),i.length?e.insertBefore(o,i[t]):e.appendChild(o)}}},function(e,t,n){var a=n(95);"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals),(0,n(24).default)("1c9d4ce3",a,!1,{})},function(e,t,n){var a=n(98);"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals),(0,n(24).default)("6a175419",a,!1,{})},function(e,t,n){var a=n(100);"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals),(0,n(24).default)("07c48036",a,!1,{})},function(e,t,n){var a=n(102);"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals),(0,n(24).default)("6eff00d0",a,!1,{})},function(e,t,n){var a=n(39);e.exports=function(e,t,n){if(a(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,a){return e.call(t,n,a)};case 3:return function(n,a,r){return e.call(t,n,a,r)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var a=n(11),r=n(3),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:a.version,mode:n(21)?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},function(e,t,n){var a=n(7),r=n(67),o=n(33),i=n(32)("IE_PROTO"),s=function(){},l=function(){var e,t=n(41)("iframe"),a=o.length;for(t.style.display="none",n(69).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),l=e.F;a--;)delete l.prototype[o[a]];return l()};e.exports=Object.create||function(e,t){var n;return null!==e?(s.prototype=a(e),n=new s,s.prototype=null,n[i]=e):n=l(),void 0===t?n:r(n,t)}},function(e,t,n){var a=n(30)("keys"),r=n(15);e.exports=function(e){return a[e]||(a[e]=r(e))}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t,n){var a=n(4).f,r=n(9),o=n(0)("toStringTag");e.exports=function(e,t,n){e&&!r(e=n?e:e.prototype,o)&&a(e,o,{configurable:!0,value:t})}},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var a=n(48),r=n(33).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return a(e,r)}},function(e,t,n){var a=n(22),r=n(14),o=n(12),i=n(20),s=n(9),l=n(40),c=Object.getOwnPropertyDescriptor;t.f=n(5)?c:function(e,t){if(e=o(e),t=i(t,!0),l)try{return c(e,t)}catch(e){}if(s(e,t))return r(!a.f.call(e,t),e[t])}},function(e,t,n){"use strict";var a=n(3),r=n(9),o=n(19),i=n(85),s=n(20),l=n(1),c=n(36).f,u=n(37).f,d=n(4).f,h=n(87).trim,p=a.Number,f=p,m=p.prototype,v="Number"==o(n(31)(m)),g="trim"in String.prototype,_=function(e){var t=s(e,!1);if("string"==typeof t&&t.length>2){var n,a,r,o=(t=g?t.trim():h(t,3)).charCodeAt(0);if(43===o||45===o){if(88===(n=t.charCodeAt(2))||120===n)return NaN}else if(48===o){switch(t.charCodeAt(1)){case 66:case 98:a=2,r=49;break;case 79:case 111:a=8,r=55;break;default:return+t}for(var i,l=t.slice(2),c=0,u=l.length;c<u;c++)if((i=l.charCodeAt(c))<48||i>r)return NaN;return parseInt(l,a)}}return+t};if(!p(" 0o1")||!p("0b1")||p("+0x1")){p=function(e){var t=arguments.length<1?0:e,n=this;return n instanceof p&&(v?l((function(){m.valueOf.call(n)})):"Number"!=o(n))?i(new f(_(t)),n,p):_(t)};for(var b,y=n(5)?c(f):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),M=0;y.length>M;M++)r(f,b=y[M])&&!r(p,b)&&d(p,b,u(f,b));p.prototype=m,m.constructor=p,n(10)(a,"Number",p)}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){e.exports=!n(5)&&!n(1)((function(){return 7!=Object.defineProperty(n(41)("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var a=n(8),r=n(3).document,o=a(r)&&a(r.createElement);e.exports=function(e){return o?r.createElement(e):{}}},function(e,t,n){var a=n(43),r=Math.min;e.exports=function(e){return e>0?r(a(e),9007199254740991):0}},function(e,t){var n=Math.ceil,a=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?a:n)(e)}},function(e,t,n){"use strict";var a=n(7);e.exports=function(){var e=a(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,n){"use strict";var a=n(46),r=n(64),o=n(18),i=n(12);e.exports=n(65)(Array,"Array",(function(e,t){this._t=i(e),this._i=0,this._k=t}),(function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,r(1)):r(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),o.Arguments=o.Array,a("keys"),a("values"),a("entries")},function(e,t,n){var a=n(0)("unscopables"),r=Array.prototype;null==r[a]&&n(6)(r,a,{}),e.exports=function(e){r[a][e]=!0}},function(e,t,n){var a=n(19);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==a(e)?e.split(""):Object(e)}},function(e,t,n){var a=n(9),r=n(12),o=n(49)(!1),i=n(32)("IE_PROTO");e.exports=function(e,t){var n,s=r(e),l=0,c=[];for(n in s)n!=i&&a(s,n)&&c.push(n);for(;t.length>l;)a(s,n=t[l++])&&(~o(c,n)||c.push(n));return c}},function(e,t,n){var a=n(12),r=n(42),o=n(68);e.exports=function(e){return function(t,n,i){var s,l=a(t),c=r(l.length),u=o(i,c);if(e&&n!=n){for(;c>u;)if((s=l[u++])!=s)return!0}else for(;c>u;u++)if((e||u in l)&&l[u]===n)return e||u||0;return!e&&-1}}},function(e,t,n){var a=n(3),r=n(11),o=n(21),i=n(51),s=n(4).f;e.exports=function(e){var t=r.Symbol||(r.Symbol=o?{}:a.Symbol||{});"_"==e.charAt(0)||e in t||s(t,e,{value:i.f(e)})}},function(e,t,n){t.f=n(0)},function(e,t,n){var a=n(2);a(a.S+a.F,"Object",{assign:n(96)})},function(e,t,n){e.exports=n(103)},function(e,t,n){"use strict";var a=n(29),r=n(2),o=n(16),i=n(55),s=n(56),l=n(42),c=n(57),u=n(58);r(r.S+r.F*!n(60)((function(e){Array.from(e)})),"Array",{from:function(e){var t,n,r,d,h=o(e),p="function"==typeof this?this:Array,f=arguments.length,m=f>1?arguments[1]:void 0,v=void 0!==m,g=0,_=u(h);if(v&&(m=a(m,f>2?arguments[2]:void 0,2)),null==_||p==Array&&s(_))for(n=new p(t=l(h.length));t>g;g++)c(n,g,v?m(h[g],g):h[g]);else for(d=_.call(h),n=new p;!(r=d.next()).done;g++)c(n,g,v?i(d,m,[r.value,g],!0):r.value);return n.length=g,n}})},function(e,t,n){var a=n(7);e.exports=function(e,t,n,r){try{return r?t(a(n)[0],n[1]):t(n)}catch(t){var o=e.return;throw void 0!==o&&a(o.call(e)),t}}},function(e,t,n){var a=n(18),r=n(0)("iterator"),o=Array.prototype;e.exports=function(e){return void 0!==e&&(a.Array===e||o[r]===e)}},function(e,t,n){"use strict";var a=n(4),r=n(14);e.exports=function(e,t,n){t in e?a.f(e,t,r(0,n)):e[t]=n}},function(e,t,n){var a=n(59),r=n(0)("iterator"),o=n(18);e.exports=n(11).getIteratorMethod=function(e){if(null!=e)return e[r]||e["@@iterator"]||o[a(e)]}},function(e,t,n){var a=n(19),r=n(0)("toStringTag"),o="Arguments"==a(function(){return arguments}());e.exports=function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),r))?n:o?a(t):"Object"==(i=a(t))&&"function"==typeof t.callee?"Arguments":i}},function(e,t,n){var a=n(0)("iterator"),r=!1;try{var o=[7][a]();o.return=function(){r=!0},Array.from(o,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!r)return!1;var n=!1;try{var o=[7],i=o[a]();i.next=function(){return{done:n=!0}},o[a]=function(){return i},e(o)}catch(e){}return n}},function(e,t,n){"use strict";n(62);var a=n(7),r=n(44),o=n(5),i=/./.toString,s=function(e){n(10)(RegExp.prototype,"toString",e,!0)};n(1)((function(){return"/a/b"!=i.call({source:"a",flags:"b"})}))?s((function(){var e=a(this);return"/".concat(e.source,"/","flags"in e?e.flags:!o&&e instanceof RegExp?r.call(e):void 0)})):"toString"!=i.name&&s((function(){return i.call(this)}))},function(e,t,n){n(5)&&"g"!=/./g.flags&&n(4).f(RegExp.prototype,"flags",{configurable:!0,get:n(44)})},function(e,t,n){for(var a=n(45),r=n(13),o=n(10),i=n(3),s=n(6),l=n(18),c=n(0),u=c("iterator"),d=c("toStringTag"),h=l.Array,p={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},f=r(p),m=0;m<f.length;m++){var v,g=f[m],_=p[g],b=i[g],y=b&&b.prototype;if(y&&(y[u]||s(y,u,h),y[d]||s(y,d,g),l[g]=h,_))for(v in a)y[v]||o(y,v,a[v],!0)}},function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},function(e,t,n){"use strict";var a=n(21),r=n(2),o=n(10),i=n(6),s=n(18),l=n(66),c=n(34),u=n(70),d=n(0)("iterator"),h=!([].keys&&"next"in[].keys()),p=function(){return this};e.exports=function(e,t,n,f,m,v,g){l(n,t,f);var _,b,y,M=function(e){if(!h&&e in P)return P[e];switch(e){case"keys":case"values":return function(){return new n(this,e)}}return function(){return new n(this,e)}},I=t+" Iterator",B="values"==m,k=!1,P=e.prototype,T=P[d]||P["@@iterator"]||m&&P[m],w=T||M(m),E=m?B?M("entries"):w:void 0,O="Array"==t&&P.entries||T;if(O&&(y=u(O.call(new e)))!==Object.prototype&&y.next&&(c(y,I,!0),a||"function"==typeof y[d]||i(y,d,p)),B&&T&&"values"!==T.name&&(k=!0,w=function(){return T.call(this)}),a&&!g||!h&&!k&&P[d]||i(P,d,w),s[t]=w,s[I]=p,m)if(_={values:B?w:M("values"),keys:v?w:M("keys"),entries:E},g)for(b in _)b in P||o(P,b,_[b]);else r(r.P+r.F*(h||k),t,_);return _}},function(e,t,n){"use strict";var a=n(31),r=n(14),o=n(34),i={};n(6)(i,n(0)("iterator"),(function(){return this})),e.exports=function(e,t,n){e.prototype=a(i,{next:r(1,n)}),o(e,t+" Iterator")}},function(e,t,n){var a=n(4),r=n(7),o=n(13);e.exports=n(5)?Object.defineProperties:function(e,t){r(e);for(var n,i=o(t),s=i.length,l=0;s>l;)a.f(e,n=i[l++],t[n]);return e}},function(e,t,n){var a=n(43),r=Math.max,o=Math.min;e.exports=function(e,t){return(e=a(e))<0?r(e+t,0):o(e,t)}},function(e,t,n){var a=n(3).document;e.exports=a&&a.documentElement},function(e,t,n){var a=n(9),r=n(16),o=n(32)("IE_PROTO"),i=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=r(e),a(e,o)?e[o]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?i:null}},function(e,t,n){var a=n(16),r=n(13);n(72)("keys",(function(){return function(e){return r(a(e))}}))},function(e,t,n){var a=n(2),r=n(11),o=n(1);e.exports=function(e,t){var n=(r.Object||{})[e]||Object[e],i={};i[e]=t(n),a(a.S+a.F*o((function(){n(1)})),"Object",i)}},function(e,t,n){n(50)("asyncIterator")},function(e,t,n){"use strict";var a=n(3),r=n(9),o=n(5),i=n(2),s=n(10),l=n(75).KEY,c=n(1),u=n(30),d=n(34),h=n(15),p=n(0),f=n(51),m=n(50),v=n(76),g=n(77),_=n(7),b=n(8),y=n(12),M=n(20),I=n(14),B=n(31),k=n(78),P=n(37),T=n(4),w=n(13),E=P.f,O=T.f,A=k.f,L=a.Symbol,S=a.JSON,C=S&&S.stringify,z=p("_hidden"),x=p("toPrimitive"),D={}.propertyIsEnumerable,F=u("symbol-registry"),H=u("symbols"),N=u("op-symbols"),R=Object.prototype,V="function"==typeof L,Y=a.QObject,j=!Y||!Y.prototype||!Y.prototype.findChild,$=o&&c((function(){return 7!=B(O({},"a",{get:function(){return O(this,"a",{value:7}).a}})).a}))?function(e,t,n){var a=E(R,t);a&&delete R[t],O(e,t,n),a&&e!==R&&O(R,t,a)}:O,U=function(e){var t=H[e]=B(L.prototype);return t._k=e,t},G=V&&"symbol"==typeof L.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof L},W=function(e,t,n){return e===R&&W(N,t,n),_(e),t=M(t,!0),_(n),r(H,t)?(n.enumerable?(r(e,z)&&e[z][t]&&(e[z][t]=!1),n=B(n,{enumerable:I(0,!1)})):(r(e,z)||O(e,z,I(1,{})),e[z][t]=!0),$(e,t,n)):O(e,t,n)},q=function(e,t){_(e);for(var n,a=v(t=y(t)),r=0,o=a.length;o>r;)W(e,n=a[r++],t[n]);return e},X=function(e){var t=D.call(this,e=M(e,!0));return!(this===R&&r(H,e)&&!r(N,e))&&(!(t||!r(this,e)||!r(H,e)||r(this,z)&&this[z][e])||t)},J=function(e,t){if(e=y(e),t=M(t,!0),e!==R||!r(H,t)||r(N,t)){var n=E(e,t);return!n||!r(H,t)||r(e,z)&&e[z][t]||(n.enumerable=!0),n}},K=function(e){for(var t,n=A(y(e)),a=[],o=0;n.length>o;)r(H,t=n[o++])||t==z||t==l||a.push(t);return a},Q=function(e){for(var t,n=e===R,a=A(n?N:y(e)),o=[],i=0;a.length>i;)!r(H,t=a[i++])||n&&!r(R,t)||o.push(H[t]);return o};V||(s((L=function(){if(this instanceof L)throw TypeError("Symbol is not a constructor!");var e=h(arguments.length>0?arguments[0]:void 0),t=function(n){this===R&&t.call(N,n),r(this,z)&&r(this[z],e)&&(this[z][e]=!1),$(this,e,I(1,n))};return o&&j&&$(R,e,{configurable:!0,set:t}),U(e)}).prototype,"toString",(function(){return this._k})),P.f=J,T.f=W,n(36).f=k.f=K,n(22).f=X,n(35).f=Q,o&&!n(21)&&s(R,"propertyIsEnumerable",X,!0),f.f=function(e){return U(p(e))}),i(i.G+i.W+i.F*!V,{Symbol:L});for(var Z="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ee=0;Z.length>ee;)p(Z[ee++]);for(var te=w(p.store),ne=0;te.length>ne;)m(te[ne++]);i(i.S+i.F*!V,"Symbol",{for:function(e){return r(F,e+="")?F[e]:F[e]=L(e)},keyFor:function(e){if(!G(e))throw TypeError(e+" is not a symbol!");for(var t in F)if(F[t]===e)return t},useSetter:function(){j=!0},useSimple:function(){j=!1}}),i(i.S+i.F*!V,"Object",{create:function(e,t){return void 0===t?B(e):q(B(e),t)},defineProperty:W,defineProperties:q,getOwnPropertyDescriptor:J,getOwnPropertyNames:K,getOwnPropertySymbols:Q}),S&&i(i.S+i.F*(!V||c((function(){var e=L();return"[null]"!=C([e])||"{}"!=C({a:e})||"{}"!=C(Object(e))}))),"JSON",{stringify:function(e){for(var t,n,a=[e],r=1;arguments.length>r;)a.push(arguments[r++]);if(n=t=a[1],(b(t)||void 0!==e)&&!G(e))return g(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!G(t))return t}),a[1]=t,C.apply(S,a)}}),L.prototype[x]||n(6)(L.prototype,x,L.prototype.valueOf),d(L,"Symbol"),d(Math,"Math",!0),d(a.JSON,"JSON",!0)},function(e,t,n){var a=n(15)("meta"),r=n(8),o=n(9),i=n(4).f,s=0,l=Object.isExtensible||function(){return!0},c=!n(1)((function(){return l(Object.preventExtensions({}))})),u=function(e){i(e,a,{value:{i:"O"+ ++s,w:{}}})},d=e.exports={KEY:a,NEED:!1,fastKey:function(e,t){if(!r(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!o(e,a)){if(!l(e))return"F";if(!t)return"E";u(e)}return e[a].i},getWeak:function(e,t){if(!o(e,a)){if(!l(e))return!0;if(!t)return!1;u(e)}return e[a].w},onFreeze:function(e){return c&&d.NEED&&l(e)&&!o(e,a)&&u(e),e}}},function(e,t,n){var a=n(13),r=n(35),o=n(22);e.exports=function(e){var t=a(e),n=r.f;if(n)for(var i,s=n(e),l=o.f,c=0;s.length>c;)l.call(e,i=s[c++])&&t.push(i);return t}},function(e,t,n){var a=n(19);e.exports=Array.isArray||function(e){return"Array"==a(e)}},function(e,t,n){var a=n(12),r=n(36).f,o={}.toString,i="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return i&&"[object Window]"==o.call(e)?function(e){try{return r(e)}catch(e){return i.slice()}}(e):r(a(e))}},function(e,t,n){var a=n(2);a(a.S,"Math",{sign:n(80)})},function(e,t){e.exports=Math.sign||function(e){return 0==(e=+e)||e!=e?e:e<0?-1:1}},function(e,t,n){n(82)("match",1,(function(e,t,n){return[function(n){"use strict";var a=e(this),r=null==n?void 0:n[t];return void 0!==r?r.call(n,a):new RegExp(n)[t](String(a))},n]}))},function(e,t,n){"use strict";var a=n(6),r=n(10),o=n(1),i=n(17),s=n(0);e.exports=function(e,t,n){var l=s(e),c=n(i,l,""[e]),u=c[0],d=c[1];o((function(){var t={};return t[l]=function(){return 7},7!=""[e](t)}))&&(r(String.prototype,e,u),a(RegExp.prototype,l,2==t?function(e,t){return d.call(e,this,t)}:function(e){return d.call(e,this)}))}},function(e,t,n){"use strict";var a=n(2),r=n(39),o=n(16),i=n(1),s=[].sort,l=[1,2,3];a(a.P+a.F*(i((function(){l.sort(void 0)}))||!i((function(){l.sort(null)}))||!n(84)(s)),"Array",{sort:function(e){return void 0===e?s.call(o(this)):s.call(o(this),r(e))}})},function(e,t,n){"use strict";var a=n(1);e.exports=function(e,t){return!!e&&a((function(){t?e.call(null,(function(){}),1):e.call(null)}))}},function(e,t,n){var a=n(8),r=n(86).set;e.exports=function(e,t,n){var o,i=t.constructor;return i!==n&&"function"==typeof i&&(o=i.prototype)!==n.prototype&&a(o)&&r&&r(e,o),e}},function(e,t,n){var a=n(8),r=n(7),o=function(e,t){if(r(e),!a(t)&&null!==t)throw TypeError(t+": can't set as prototype!")};e.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(e,t,a){try{(a=n(29)(Function.call,n(37).f(Object.prototype,"__proto__").set,2))(e,[]),t=!(e instanceof Array)}catch(e){t=!0}return function(e,n){return o(e,n),t?e.__proto__=n:a(e,n),e}}({},!1):void 0),check:o}},function(e,t,n){var a=n(2),r=n(17),o=n(1),i=n(88),s="["+i+"]",l=RegExp("^"+s+s+"*"),c=RegExp(s+s+"*$"),u=function(e,t,n){var r={},s=o((function(){return!!i[e]()||"…"!="…"[e]()})),l=r[e]=s?t(d):i[e];n&&(r[n]=l),a(a.P+a.F*s,"String",r)},d=u.trim=function(e,t){return e=String(r(e)),1&t&&(e=e.replace(l,"")),2&t&&(e=e.replace(c,"")),e};e.exports=u},function(e,t){e.exports="\t\n\v\f\r    \u2028\u2029\ufeff"},function(e,t,n){"use strict";var a=n(2),r=n(49)(!0);a(a.P,"Array",{includes:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}}),n(46)("includes")},function(e,t,n){"use strict";var a=n(2),r=n(91);a(a.P+a.F*n(93)("includes"),"String",{includes:function(e){return!!~r(this,e,"includes").indexOf(e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var a=n(92),r=n(17);e.exports=function(e,t,n){if(a(t))throw TypeError("String#"+n+" doesn't accept regex!");return String(r(e))}},function(e,t,n){var a=n(8),r=n(19),o=n(0)("match");e.exports=function(e){var t;return a(e)&&(void 0!==(t=e[o])?!!t:"RegExp"==r(e))}},function(e,t,n){var a=n(0)("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(n){try{return t[a]=!1,!"/./"[e](t)}catch(e){}}return!0}},function(e,t,n){"use strict";var a=n(25);n.n(a).a},function(e,t,n){(e.exports=n(23)(!1)).push([e.i,'\n.VueCarousel-navigation-button[data-v-453ad8cd] {\n position: absolute;\n top: 50%;\n box-sizing: border-box;\n color: #000;\n text-decoration: none;\n appearance: none;\n border: none;\n background-color: transparent;\n padding: 0;\n cursor: pointer;\n outline: none;\n}\n.VueCarousel-navigation-button[data-v-453ad8cd]:focus {\n outline: 1px solid lightblue;\n}\n.VueCarousel-navigation-next[data-v-453ad8cd] {\n right: 0;\n transform: translateY(-50%) translateX(100%);\n font-family: "system";\n}\n.VueCarousel-navigation-prev[data-v-453ad8cd] {\n left: 0;\n transform: translateY(-50%) translateX(-100%);\n font-family: "system";\n}\n.VueCarousel-navigation--disabled[data-v-453ad8cd] {\n opacity: 0.5;\n cursor: default;\n}\n\n/* Define the "system" font family */\n@font-face {\n font-family: system;\n font-style: normal;\n font-weight: 300;\n src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"),\n local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Symbol"),\n local("Roboto-Light"), local("DroidSans"), local("Tahoma");\n}\n',""])},function(e,t,n){"use strict";var a=n(13),r=n(35),o=n(22),i=n(16),s=n(47),l=Object.assign;e.exports=!l||n(1)((function(){var e={},t={},n=Symbol(),a="abcdefghijklmnopqrst";return e[n]=7,a.split("").forEach((function(e){t[e]=e})),7!=l({},e)[n]||Object.keys(l({},t)).join("")!=a}))?function(e,t){for(var n=i(e),l=arguments.length,c=1,u=r.f,d=o.f;l>c;)for(var h,p=s(arguments[c++]),f=u?a(p).concat(u(p)):a(p),m=f.length,v=0;m>v;)d.call(p,h=f[v++])&&(n[h]=p[h]);return n}:l},function(e,t,n){"use strict";var a=n(26);n.n(a).a},function(e,t,n){(e.exports=n(23)(!1)).push([e.i,"\n.VueCarousel-pagination[data-v-438fd353] {\n width: 100%;\n text-align: center;\n}\n.VueCarousel-pagination--top-overlay[data-v-438fd353] {\n position: absolute;\n top: 0;\n}\n.VueCarousel-pagination--bottom-overlay[data-v-438fd353] {\n position: absolute;\n bottom: 0;\n}\n.VueCarousel-dot-container[data-v-438fd353] {\n display: inline-block;\n margin: 0 auto;\n padding: 0;\n}\n.VueCarousel-dot[data-v-438fd353] {\n display: inline-block;\n cursor: pointer;\n appearance: none;\n border: none;\n background-clip: content-box;\n box-sizing: content-box;\n padding: 0;\n border-radius: 100%;\n outline: none;\n}\n.VueCarousel-dot[data-v-438fd353]:focus {\n outline: 1px solid lightblue;\n}\n",""])},function(e,t,n){"use strict";var a=n(27);n.n(a).a},function(e,t,n){(e.exports=n(23)(!1)).push([e.i,"\n.VueCarousel-slide {\n flex-basis: inherit;\n flex-grow: 0;\n flex-shrink: 0;\n user-select: none;\n backface-visibility: hidden;\n -webkit-touch-callout: none;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n outline: none;\n}\n.VueCarousel-slide-adjustableHeight {\n display: table;\n flex-basis: auto;\n width: 100%;\n}\n",""])},function(e,t,n){"use strict";var a=n(28);n.n(a).a},function(e,t,n){(e.exports=n(23)(!1)).push([e.i,"\n.VueCarousel {\n display: flex;\n flex-direction: column;\n position: relative;\n}\n.VueCarousel--reverse {\n flex-direction: column-reverse;\n}\n.VueCarousel-wrapper {\n width: 100%;\n position: relative;\n overflow: hidden;\n}\n.VueCarousel-inner {\n display: flex;\n flex-direction: row;\n backface-visibility: hidden;\n}\n.VueCarousel-inner--center {\n justify-content: center;\n}\n",""])},function(e,t,n){"use strict";n.r(t);var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"VueCarousel",class:{"VueCarousel--reverse":"top"===e.paginationPosition}},[n("div",{ref:"VueCarousel-wrapper",staticClass:"VueCarousel-wrapper"},[n("div",{ref:"VueCarousel-inner",class:["VueCarousel-inner",{"VueCarousel-inner--center":e.isCenterModeEnabled}],style:{transform:"translate("+e.currentOffset+"px, 0)",transition:e.dragging?"none":e.transitionStyle,"ms-flex-preferred-size":e.slideWidth+"px","webkit-flex-basis":e.slideWidth+"px","flex-basis":e.slideWidth+"px",visibility:e.slideWidth?"visible":"hidden",height:""+e.currentHeight,"padding-left":e.padding+"px","padding-right":e.padding+"px"}},[e._t("default")],2)]),e._v(" "),e.navigationEnabled?e._t("navigation",[e.isNavigationRequired?n("navigation",{attrs:{clickTargetSize:e.navigationClickTargetSize,nextLabel:e.navigationNextLabel,prevLabel:e.navigationPrevLabel},on:{navigationclick:e.handleNavigation}}):e._e()]):e._e(),e._v(" "),e.paginationEnabled?e._t("pagination",[n("pagination",{on:{paginationclick:function(t){e.goToPage(t,"pagination")}}})]):e._e()],2)};a._withStripped=!0,n(54),n(61),n(63),n(45),n(71),n(73),n(74),n(79),n(81),n(83),n(38),n(89),n(90);var r={props:{autoplay:{type:Boolean,default:!1},autoplayTimeout:{type:Number,default:2e3},autoplayHoverPause:{type:Boolean,default:!0},autoplayDirection:{type:String,default:"forward"}},data:function(){return{autoplayInterval:null}},destroyed:function(){this.$isServer||(this.$el.removeEventListener("mouseenter",this.pauseAutoplay),this.$el.removeEventListener("mouseleave",this.startAutoplay))},methods:{pauseAutoplay:function(){this.autoplayInterval&&(this.autoplayInterval=clearInterval(this.autoplayInterval))},startAutoplay:function(){this.autoplay&&(this.autoplayInterval=setInterval(this.autoplayAdvancePage,this.autoplayTimeout))},restartAutoplay:function(){this.pauseAutoplay(),this.startAutoplay()},autoplayAdvancePage:function(){this.advancePage(this.autoplayDirection)}},mounted:function(){!this.$isServer&&this.autoplayHoverPause&&(this.$el.addEventListener("mouseenter",this.pauseAutoplay),this.$el.addEventListener("mouseleave",this.startAutoplay)),this.startAutoplay()}},o=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"VueCarousel-navigation"},[n("button",{staticClass:"VueCarousel-navigation-button VueCarousel-navigation-prev",class:{"VueCarousel-navigation--disabled":!e.canAdvanceBackward},style:"padding: "+e.clickTargetSize+"px; margin-right: -"+e.clickTargetSize+"px;",attrs:{type:"button","aria-label":"Previous page",tabindex:e.canAdvanceBackward?0:-1},domProps:{innerHTML:e._s(e.prevLabel)},on:{click:function(t){t.preventDefault(),e.triggerPageAdvance("backward")}}}),e._v(" "),n("button",{staticClass:"VueCarousel-navigation-button VueCarousel-navigation-next",class:{"VueCarousel-navigation--disabled":!e.canAdvanceForward},style:"padding: "+e.clickTargetSize+"px; margin-left: -"+e.clickTargetSize+"px;",attrs:{type:"button","aria-label":"Next page",tabindex:e.canAdvanceForward?0:-1},domProps:{innerHTML:e._s(e.nextLabel)},on:{click:function(t){t.preventDefault(),e.triggerPageAdvance("forward")}}})])};o._withStripped=!0;var i={name:"navigation",inject:["carousel"],props:{clickTargetSize:{type:Number,default:8},nextLabel:{type:String,default:"&#9654"},prevLabel:{type:String,default:"&#9664"}},computed:{canAdvanceForward:function(){return this.carousel.canAdvanceForward||!1},canAdvanceBackward:function(){return this.carousel.canAdvanceBackward||!1}},methods:{triggerPageAdvance:function(e){this.$emit("navigationclick",e)}}};function s(e,t,n,a,r,o,i,s){var l,c="function"==typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),a&&(c.functional=!0),o&&(c._scopeId="data-v-"+o),i?(l=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(i)},c._ssrRegister=l):r&&(l=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,l):[l]}return{exports:e,options:c}}n(94);var l=s(i,o,[],!1,null,"453ad8cd",null);l.options.__file="src/Navigation.vue";var c=l.exports,u=function(){var e,t=this,n=t.$createElement,a=t._self._c||n;return a("div",{directives:[{name:"show",rawName:"v-show",value:t.carousel.pageCount>1,expression:"carousel.pageCount > 1"}],staticClass:"VueCarousel-pagination",class:(e={},e["VueCarousel-pagination--"+t.paginationPositionModifierName]=t.paginationPositionModifierName,e)},[a("div",{staticClass:"VueCarousel-dot-container",style:t.dotContainerStyle,attrs:{role:"tablist"}},t._l(t.paginationCount,(function(e,n){return a("button",{key:e+"_"+n,staticClass:"VueCarousel-dot",class:{"VueCarousel-dot--active":t.isCurrentDot(n)},style:t.dotStyle(n),attrs:{"aria-hidden":"false",role:"tab",title:t.getDotTitle(n),value:t.getDotTitle(n),"aria-label":t.getDotTitle(n),"aria-selected":t.isCurrentDot(n)?"true":"false"},on:{click:function(e){t.goToPage(n)}}})})))])};u._withStripped=!0,n(52);var d={name:"pagination",inject:["carousel"],computed:{paginationPositionModifierName:function(){var e=this.carousel.paginationPosition;if(!(e.indexOf("overlay")<0))return e},paginationPropertyBasedOnPosition:function(){return this.carousel.paginationPosition.indexOf("top")>=0?"bottom":"top"},paginationCount:function(){return this.carousel&&this.carousel.scrollPerPage?this.carousel.pageCount:this.carousel.slideCount||0},dotContainerStyle:function(){var e=this.carousel;if(-1===e.maxPaginationDotCount)return{"margin-top":"".concat(2*e.paginationPadding,"px")};var t=2*e.paginationPadding,n=e.maxPaginationDotCount*(e.paginationSize+t);return{"margin-top":"".concat(2*e.paginationPadding,"px"),overflow:"hidden",width:"".concat(n,"px"),margin:"0 auto","white-space":"nowrap"}}},methods:{goToPage:function(e){this.$emit("paginationclick",e)},isCurrentDot:function(e){return e===this.carousel.currentPage},getDotTitle:function(e){return this.carousel.$children[e].title?this.carousel.$children[e].title:"Item ".concat(e)},dotStyle:function(e){var t=this.carousel,n={};if(n["margin-".concat(this.paginationPropertyBasedOnPosition)]="".concat(2*t.paginationPadding,"px"),Object.assign(n,{padding:"".concat(t.paginationPadding,"px"),width:"".concat(t.paginationSize,"px"),height:"".concat(t.paginationSize,"px"),"background-color":"".concat(this.isCurrentDot(e)?t.paginationActiveColor:t.paginationColor)}),-1===t.maxPaginationDotCount)return n;var a=t.paginationSize+2*t.paginationPadding,r=t.pageCount-t.maxPaginationDotCount,o=0-a*(t.currentPage>r?r:t.currentPage<=t.maxPaginationDotCount/2?0:t.currentPage-Math.ceil(t.maxPaginationDotCount/2)+1);return Object.assign(n,{"-webkit-transform":"translate3d(".concat(o,"px,0,0)"),transform:"translate3d(".concat(o,"px,0,0)"),"-webkit-transition":"-webkit-transform ".concat(t.speed/1e3,"s"),transition:"transform ".concat(t.speed/1e3,"s")})}}},h=(n(97),s(d,u,[],!1,null,"438fd353",null));h.options.__file="src/Pagination.vue";var p=h.exports,f=function(){var e=this.$createElement;return(this._self._c||e)("div",{staticClass:"VueCarousel-slide",class:{"VueCarousel-slide-active":this.isActive,"VueCarousel-slide-center":this.isCenter,"VueCarousel-slide-adjustableHeight":this.isAdjustableHeight},attrs:{tabindex:"-1","aria-hidden":!this.isActive,role:"tabpanel"}},[this._t("default")],2)};f._withStripped=!0;var m={name:"slide",props:["title"],data:function(){return{width:null}},inject:["carousel"],mounted:function(){this.$isServer||this.$el.addEventListener("dragstart",(function(e){return e.preventDefault()})),this.$el.addEventListener(this.carousel.isTouch?"touchend":"mouseup",this.onTouchEnd)},computed:{activeSlides:function(){for(var e=this.carousel,t=e.currentPage,n=e.breakpointSlidesPerPage,a=[],r=e.$children.filter((function(e){return e.$el&&e.$el.className.indexOf("VueCarousel-slide")>=0})).map((function(e){return e._uid})),o=0;o<n;){var i=r[t*n+o];a.push(i),o++}return a},isActive:function(){return this.activeSlides.indexOf(this._uid)>=0},isCenter:function(){var e=this.carousel.breakpointSlidesPerPage;return!(e%2==0||!this.isActive)&&this.activeSlides.indexOf(this._uid)===Math.floor(e/2)},isAdjustableHeight:function(){return this.carousel.adjustableHeight}},methods:{onTouchEnd:function(e){var t=this.carousel.isTouch&&e.changedTouches&&e.changedTouches.length>0?e.changedTouches[0].clientX:e.clientX,n=this.carousel.dragStartX-t;(0===this.carousel.minSwipeDistance||Math.abs(n)<this.carousel.minSwipeDistance)&&(this.$emit("slideclick",Object.assign({},e.currentTarget.dataset)),this.$emit("slide-click",Object.assign({},e.currentTarget.dataset)))}}},v=(n(99),s(m,f,[],!1,null,null,null));v.options.__file="src/Slide.vue";var g=v.exports;function _(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function b(e){return(b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var y={onwebkittransitionend:"webkitTransitionEnd",onmoztransitionend:"transitionend",onotransitionend:"oTransitionEnd otransitionend",ontransitionend:"transitionend"},M=function(){for(var e in y)if(e in window)return y[e]},I={name:"carousel",beforeUpdate:function(){this.computeCarouselWidth()},components:{Navigation:c,Pagination:p,Slide:g},data:function(){return{browserWidth:null,carouselWidth:0,currentPage:0,dragging:!1,dragMomentum:0,dragOffset:0,dragStartY:0,dragStartX:0,isTouch:"undefined"!=typeof window&&"ontouchstart"in window,offset:0,refreshRate:16,slideCount:0,transitionstart:"transitionstart",transitionend:"transitionend",currentHeight:"auto"}},mixins:[r],provide:function(){return{carousel:this}},props:{adjustableHeight:{type:Boolean,default:!1},adjustableHeightEasing:{type:String},centerMode:{type:Boolean,default:!1},easing:{type:String,validator:function(e){return-1!==["ease","linear","ease-in","ease-out","ease-in-out"].indexOf(e)||e.includes("cubic-bezier")},default:"ease"},loop:{type:Boolean,default:!1},minSwipeDistance:{type:Number,default:8},mouseDrag:{type:Boolean,default:!0},touchDrag:{type:Boolean,default:!0},navigateTo:{type:[Number,Array],default:0},navigationClickTargetSize:{type:Number,default:8},navigationEnabled:{type:Boolean,default:!1},navigationNextLabel:{type:String,default:"&#9654"},navigationPrevLabel:{type:String,default:"&#9664"},paginationActiveColor:{type:String,default:"#000000"},paginationColor:{type:String,default:"#efefef"},paginationEnabled:{type:Boolean,default:!0},paginationPadding:{type:Number,default:10},paginationPosition:{type:String,default:"bottom"},paginationSize:{type:Number,default:10},perPage:{type:Number,default:2},perPageCustom:{type:Array},resistanceCoef:{type:Number,default:20},scrollPerPage:{type:Boolean,default:!0},spacePadding:{type:Number,default:0},spacePaddingMaxOffsetFactor:{type:Number,default:0},speed:{type:Number,default:500},tagName:{type:String,default:"slide"},value:{type:Number},maxPaginationDotCount:{type:Number,default:-1},rtl:{type:Boolean,default:!1}},watch:{value:function(e){e!==this.currentPage&&(this.goToPage(e),this.render())},navigateTo:{immediate:!0,handler:function(e){var t=this;"object"===b(e)?(0==e[1]&&(this.dragging=!0,setTimeout((function(){t.dragging=!1}),this.refreshRate)),this.$nextTick((function(){t.goToPage(e[0])}))):this.$nextTick((function(){t.goToPage(e)}))}},currentPage:function(e){this.$emit("pageChange",e),this.$emit("page-change",e),this.$emit("input",e)},autoplay:function(e){!1===e?this.pauseAutoplay():this.restartAutoplay()}},computed:{breakpointSlidesPerPage:function(){if(!this.perPageCustom)return this.perPage;var e=this.perPageCustom,t=this.browserWidth,n=e.sort((function(e,t){return e[0]>t[0]?-1:1})).filter((function(e){return t>=e[0]}));return n[0]&&n[0][1]||this.perPage},canAdvanceForward:function(){return this.loop||this.offset<this.maxOffset},canAdvanceBackward:function(){return this.loop||this.currentPage>0},currentPerPage:function(){return!this.perPageCustom||this.$isServer?this.perPage:this.breakpointSlidesPerPage},currentOffset:function(){return this.isCenterModeEnabled?0:this.rtl?1*(this.offset-this.dragOffset):-1*(this.offset+this.dragOffset)},isHidden:function(){return this.carouselWidth<=0},maxOffset:function(){return Math.max(this.slideWidth*(this.slideCount-this.currentPerPage)-this.spacePadding*this.spacePaddingMaxOffsetFactor,0)},pageCount:function(){return this.scrollPerPage?Math.ceil(this.slideCount/this.currentPerPage):this.slideCount-this.currentPerPage+1},slideWidth:function(){return(this.carouselWidth-2*this.spacePadding)/this.currentPerPage},isNavigationRequired:function(){return this.slideCount>this.currentPerPage},isCenterModeEnabled:function(){return this.centerMode&&!this.isNavigationRequired},transitionStyle:function(){var e="".concat(this.speed/1e3,"s"),t="".concat(e," ").concat(this.easing," transform");return this.adjustableHeight?"".concat(t,", height ").concat(e," ").concat(this.adjustableHeightEasing||this.easing):t},padding:function(){var e=this.spacePadding;return e>0&&e}},methods:{getNextPage:function(){return this.currentPage<this.pageCount-1?this.currentPage+1:this.loop?0:this.currentPage},getPreviousPage:function(){return this.currentPage>0?this.currentPage-1:this.loop?this.pageCount-1:this.currentPage},advancePage:function(e){e&&"backward"===e&&this.canAdvanceBackward?this.goToPage(this.getPreviousPage(),"navigation"):(!e||e&&"backward"!==e)&&this.canAdvanceForward&&this.goToPage(this.getNextPage(),"navigation")},goToLastSlide:function(){var e=this;this.dragging=!0,setTimeout((function(){e.dragging=!1}),this.refreshRate),this.$nextTick((function(){e.goToPage(e.pageCount)}))},attachMutationObserver:function(){var e=this,t=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;if(t){var n={attributes:!0,data:!0};if(this.adjustableHeight&&(n=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},a=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),a.forEach((function(t){_(e,t,n[t])}))}return e}({},n,{childList:!0,subtree:!0,characterData:!0})),this.mutationObserver=new t((function(){e.$nextTick((function(){e.computeCarouselWidth(),e.computeCarouselHeight()}))})),this.$parent.$el)for(var a=this.$el.getElementsByClassName("VueCarousel-inner"),r=0;r<a.length;r++)this.mutationObserver.observe(a[r],n)}},handleNavigation:function(e){this.advancePage(e),this.pauseAutoplay(),this.$emit("navigation-click",e)},detachMutationObserver:function(){this.mutationObserver&&this.mutationObserver.disconnect()},getBrowserWidth:function(){return this.browserWidth=window.innerWidth,this.browserWidth},getCarouselWidth:function(){for(var e=this.$el.getElementsByClassName("VueCarousel-inner"),t=0;t<e.length;t++)e[t].clientWidth>0&&(this.carouselWidth=e[t].clientWidth||0);return this.carouselWidth},getCarouselHeight:function(){var e=this;if(!this.adjustableHeight)return"auto";var t=this.currentPerPage*(this.currentPage+1)-1,n=function(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}(Array(this.currentPerPage)).map((function(n,a){return e.getSlide(t+a)})).reduce((function(e,t){return Math.max(e,t&&t.$el.clientHeight||0)}),0);return this.currentHeight=0===n?"auto":"".concat(n,"px"),this.currentHeight},getSlideCount:function(){var e=this;this.slideCount=this.$slots&&this.$slots.default&&this.$slots.default.filter((function(t){return t.tag&&null!==t.tag.match("^vue-component-\\d+-".concat(e.tagName,"$"))})).length||0},getSlide:function(e){var t=this;return this.$children.filter((function(e){return null!==e.$vnode.tag.match("^vue-component-\\d+-".concat(t.tagName,"$"))}))[e]},goToPage:function(e,t){e>=0&&e<=this.pageCount&&(this.offset=this.scrollPerPage?Math.min(this.slideWidth*this.currentPerPage*e,this.maxOffset):this.slideWidth*e,this.autoplay&&!this.autoplayHoverPause&&this.restartAutoplay(),this.currentPage=e,"pagination"===t&&(this.pauseAutoplay(),this.$emit("pagination-click",e)))},onStart:function(e){2!=e.button&&(document.addEventListener(this.isTouch?"touchend":"mouseup",this.onEnd,!0),document.addEventListener(this.isTouch?"touchmove":"mousemove",this.onDrag,!0),this.startTime=e.timeStamp,this.dragging=!0,this.dragStartX=this.isTouch?e.touches[0].clientX:e.clientX,this.dragStartY=this.isTouch?e.touches[0].clientY:e.clientY)},onEnd:function(e){this.autoplay&&!this.autoplayHoverPause&&this.restartAutoplay(),this.pauseAutoplay();var t=this.isTouch?e.changedTouches[0].clientX:e.clientX,n=this.dragStartX-t;if(this.dragMomentum=n/(e.timeStamp-this.startTime),0!==this.minSwipeDistance&&Math.abs(n)>=this.minSwipeDistance){var a=this.scrollPerPage?this.slideWidth*this.currentPerPage:this.slideWidth;this.dragOffset=this.dragOffset+Math.sign(n)*(a/2)}this.rtl?this.offset-=this.dragOffset:this.offset+=this.dragOffset,this.dragOffset=0,this.dragging=!1,this.render(),document.removeEventListener(this.isTouch?"touchend":"mouseup",this.onEnd,!0),document.removeEventListener(this.isTouch?"touchmove":"mousemove",this.onDrag,!0)},onDrag:function(e){var t=this.isTouch?e.touches[0].clientX:e.clientX,n=this.isTouch?e.touches[0].clientY:e.clientY,a=this.dragStartX-t,r=this.dragStartY-n;if(!(this.isTouch&&Math.abs(a)<Math.abs(r))){e.stopImmediatePropagation(),this.dragOffset=a;var o=this.offset+this.dragOffset;this.rtl?0==this.offset&&this.dragOffset>0?this.dragOffset=Math.sqrt(this.resistanceCoef*this.dragOffset):this.offset==this.maxOffset&&this.dragOffset<0&&(this.dragOffset=-Math.sqrt(-this.resistanceCoef*this.dragOffset)):o<0?this.dragOffset=-Math.sqrt(-this.resistanceCoef*this.dragOffset):o>this.maxOffset&&(this.dragOffset=Math.sqrt(this.resistanceCoef*this.dragOffset))}},onResize:function(){var e=this;this.computeCarouselWidth(),this.computeCarouselHeight(),this.dragging=!0,this.render(),setTimeout((function(){e.dragging=!1}),this.refreshRate)},render:function(){this.rtl?this.offset-=Math.max(1-this.currentPerPage,Math.min(Math.round(this.dragMomentum),this.currentPerPage-1))*this.slideWidth:this.offset+=Math.max(1-this.currentPerPage,Math.min(Math.round(this.dragMomentum),this.currentPerPage-1))*this.slideWidth;var e=this.scrollPerPage?this.slideWidth*this.currentPerPage:this.slideWidth,t=e*Math.floor(this.slideCount/(this.currentPerPage-1)),n=t+this.slideWidth*(this.slideCount%this.currentPerPage);this.offset>(t+n)/2?this.offset=n:this.offset=e*Math.round(this.offset/e),this.offset=Math.max(0,Math.min(this.offset,this.maxOffset)),this.currentPage=this.scrollPerPage?Math.round(this.offset/this.slideWidth/this.currentPerPage):Math.round(this.offset/this.slideWidth)},computeCarouselWidth:function(){this.getSlideCount(),this.getBrowserWidth(),this.getCarouselWidth(),this.setCurrentPageInBounds()},computeCarouselHeight:function(){this.getCarouselHeight()},setCurrentPageInBounds:function(){if(!this.canAdvanceForward&&this.scrollPerPage){var e=this.pageCount-1;this.currentPage=e>=0?e:0,this.offset=Math.max(0,Math.min(this.offset,this.maxOffset))}},handleTransitionStart:function(){this.$emit("transitionStart"),this.$emit("transition-start")},handleTransitionEnd:function(){this.$emit("transitionEnd"),this.$emit("transition-end")}},mounted:function(){window.addEventListener("resize",function(e,t,n){var a;return function(){var r=n&&!a;clearTimeout(a),a=setTimeout((function(){a=null,n||e.apply(void 0)}),t),r&&e.apply(void 0)}}(this.onResize,this.refreshRate)),(this.isTouch&&this.touchDrag||this.mouseDrag)&&this.$refs["VueCarousel-wrapper"].addEventListener(this.isTouch?"touchstart":"mousedown",this.onStart),this.attachMutationObserver(),this.computeCarouselWidth(),this.computeCarouselHeight(),this.transitionstart=M(),this.$refs["VueCarousel-inner"].addEventListener(this.transitionstart,this.handleTransitionStart),this.transitionend=M(),this.$refs["VueCarousel-inner"].addEventListener(this.transitionend,this.handleTransitionEnd),this.$emit("mounted"),"backward"===this.autoplayDirection&&this.goToLastSlide()},beforeDestroy:function(){this.detachMutationObserver(),window.removeEventListener("resize",this.getBrowserWidth),this.$refs["VueCarousel-inner"].removeEventListener(this.transitionstart,this.handleTransitionStart),this.$refs["VueCarousel-inner"].removeEventListener(this.transitionend,this.handleTransitionEnd),this.$refs["VueCarousel-wrapper"].removeEventListener(this.isTouch?"touchstart":"mousedown",this.onStart)}},B=(n(101),s(I,a,[],!1,null,null,null));B.options.__file="src/Carousel.vue";var k=B.exports;n.d(t,"Carousel",(function(){return k})),n.d(t,"Slide",(function(){return g})),t.default={install:function(e){e.component("carousel",k),e.component("slide",g)}}}])},17652:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a,r=n(33129),o=(a=r)&&a.__esModule?a:{default:a};var i="undefined"==typeof window?[String,Array]:[String,Array,Element,NodeList];t.default={render:function(e){var t=this.crossorigin||void 0;return e("div",{style:this.containerStyle},[e("img",{ref:"img",attrs:{src:this.src,alt:this.alt||"image",style:"max-width: 100%",crossorigin:t},on:this.$listeners,style:this.imgStyle})])},props:{containerStyle:Object,src:{type:String,default:""},alt:String,imgStyle:Object,viewMode:Number,dragMode:String,initialAspectRatio:Number,aspectRatio:Number,data:Object,preview:i,responsive:{type:Boolean,default:!0},restore:{type:Boolean,default:!0},checkCrossOrigin:{type:Boolean,default:!0},checkOrientation:{type:Boolean,default:!0},crossorigin:{type:String},modal:{type:Boolean,default:!0},guides:{type:Boolean,default:!0},center:{type:Boolean,default:!0},highlight:{type:Boolean,default:!0},background:{type:Boolean,default:!0},autoCrop:{type:Boolean,default:!0},autoCropArea:Number,movable:{type:Boolean,default:!0},rotatable:{type:Boolean,default:!0},scalable:{type:Boolean,default:!0},zoomable:{type:Boolean,default:!0},zoomOnTouch:{type:Boolean,default:!0},zoomOnWheel:{type:Boolean,default:!0},wheelZoomRatio:Number,cropBoxMovable:{type:Boolean,default:!0},cropBoxResizable:{type:Boolean,default:!0},toggleDragModeOnDblclick:{type:Boolean,default:!0},minCanvasWidth:Number,minCanvasHeight:Number,minCropBoxWidth:Number,minCropBoxHeight:Number,minContainerWidth:Number,minContainerHeight:Number,ready:Function,cropstart:Function,cropmove:Function,cropend:Function,crop:Function,zoom:Function},mounted:function(){var e=this.$options.props,t=(e.containerStyle,e.src,e.alt,e.imgStyle,function(e,t){var n={};for(var a in e)t.indexOf(a)>=0||Object.prototype.hasOwnProperty.call(e,a)&&(n[a]=e[a]);return n}(e,["containerStyle","src","alt","imgStyle"])),n={};for(var a in t)void 0!==this[a]&&(n[a]=this[a]);this.cropper=new o.default(this.$refs.img,n)},methods:{reset:function(){return this.cropper.reset()},clear:function(){return this.cropper.clear()},initCrop:function(){return this.cropper.crop()},replace:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return this.cropper.replace(e,t)},enable:function(){return this.cropper.enable()},disable:function(){return this.cropper.disable()},destroy:function(){return this.cropper.destroy()},move:function(e,t){return this.cropper.move(e,t)},moveTo:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e;return this.cropper.moveTo(e,t)},relativeZoom:function(e,t){return this.cropper.zoom(e,t)},zoomTo:function(e,t){return this.cropper.zoomTo(e,t)},rotate:function(e){return this.cropper.rotate(e)},rotateTo:function(e){return this.cropper.rotateTo(e)},scaleX:function(e){return this.cropper.scaleX(e)},scaleY:function(e){return this.cropper.scaleY(e)},scale:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e;return this.cropper.scale(e,t)},getData:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return this.cropper.getData(e)},setData:function(e){return this.cropper.setData(e)},getContainerData:function(){return this.cropper.getContainerData()},getImageData:function(){return this.cropper.getImageData()},getCanvasData:function(){return this.cropper.getCanvasData()},setCanvasData:function(e){return this.cropper.setCanvasData(e)},getCropBoxData:function(){return this.cropper.getCropBoxData()},setCropBoxData:function(e){return this.cropper.setCropBoxData(e)},getCroppedCanvas:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this.cropper.getCroppedCanvas(e)},setAspectRatio:function(e){return this.cropper.setAspectRatio(e)},setDragMode:function(e){return this.cropper.setDragMode(e)}}}},69558:(e,t,n)=>{"use strict";n.r(t),n.d(t,{mergeData:()=>c});var a=function(){return(a=Object.assign||function(e){for(var t,n=1,a=arguments.length;n<a;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},r=/-(\w)/g,o=/:(.*)/,i=/;(?![^(]*\))/g;function s(e,t){return t?t.toUpperCase():""}function l(e){for(var t,n={},a=0,l=e.split(i);a<l.length;a++){var c=l[a].split(o),u=c[0],d=c[1];(u=u.trim())&&("string"==typeof d&&(d=d.trim()),n[(t=u,t.replace(r,s))]=d)}return n}function c(){for(var e,t,n={},r=arguments.length;r--;)for(var o=0,i=Object.keys(arguments[r]);o<i.length;o++)switch(e=i[o]){case"class":case"style":case"directives":if(Array.isArray(n[e])||(n[e]=[]),"style"===e){var s=void 0;s=Array.isArray(arguments[r].style)?arguments[r].style:[arguments[r].style];for(var c=0;c<s.length;c++){var u=s[c];"string"==typeof u&&(s[c]=l(u))}arguments[r].style=s}n[e]=n[e].concat(arguments[r][e]);break;case"staticClass":if(!arguments[r][e])break;void 0===n[e]&&(n[e]=""),n[e]&&(n[e]+=" "),n[e]+=arguments[r][e].trim();break;case"on":case"nativeOn":n[e]||(n[e]={});for(var d=0,h=Object.keys(arguments[r][e]||{});d<h.length;d++)t=h[d],n[e][t]?n[e][t]=[].concat(n[e][t],arguments[r][e][t]):n[e][t]=arguments[r][e][t];break;case"attrs":case"props":case"domProps":case"scopedSlots":case"staticStyle":case"hook":case"transition":n[e]||(n[e]={}),n[e]=a({},arguments[r][e],n[e]);break;default:n[e]||(n[e]=arguments[r][e])}return n}},17152:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>J});var a=["compactDisplay","currency","currencyDisplay","currencySign","localeMatcher","notation","numberingSystem","signDisplay","style","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"];function r(e,t){"undefined"!=typeof console&&(console.warn("[vue-i18n] "+e),t&&console.warn(t.stack))}var o=Array.isArray;function i(e){return null!==e&&"object"==typeof e}function s(e){return"string"==typeof e}var l=Object.prototype.toString;function c(e){return"[object Object]"===l.call(e)}function u(e){return null==e}function d(e){return"function"==typeof e}function h(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];var n=null,a=null;return 1===e.length?i(e[0])||o(e[0])?a=e[0]:"string"==typeof e[0]&&(n=e[0]):2===e.length&&("string"==typeof e[0]&&(n=e[0]),(i(e[1])||o(e[1]))&&(a=e[1])),{locale:n,params:a}}function p(e){return JSON.parse(JSON.stringify(e))}function f(e,t){return!!~e.indexOf(t)}var m=Object.prototype.hasOwnProperty;function v(e,t){return m.call(e,t)}function g(e){for(var t=arguments,n=Object(e),a=1;a<arguments.length;a++){var r=t[a];if(null!=r){var o=void 0;for(o in r)v(r,o)&&(i(r[o])?n[o]=g(n[o],r[o]):n[o]=r[o])}}return n}function _(e,t){if(e===t)return!0;var n=i(e),a=i(t);if(!n||!a)return!n&&!a&&String(e)===String(t);try{var r=o(e),s=o(t);if(r&&s)return e.length===t.length&&e.every((function(e,n){return _(e,t[n])}));if(r||s)return!1;var l=Object.keys(e),c=Object.keys(t);return l.length===c.length&&l.every((function(n){return _(e[n],t[n])}))}catch(e){return!1}}function b(e){return null!=e&&Object.keys(e).forEach((function(t){"string"==typeof e[t]&&(e[t]=e[t].replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;"))})),e}var y={name:"i18n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(e,t){var n=t.data,a=t.parent,r=t.props,o=t.slots,i=a.$i18n;if(i){var s=r.path,l=r.locale,c=r.places,u=o(),d=i.i(s,l,function(e){var t;for(t in e)if("default"!==t)return!1;return Boolean(t)}(u)||c?function(e,t){var n=t?function(e){0;return Array.isArray(e)?e.reduce(I,{}):Object.assign({},e)}(t):{};if(!e)return n;var a=(e=e.filter((function(e){return e.tag||""!==e.text.trim()}))).every(B);0;return e.reduce(a?M:I,n)}(u.default,c):u),h=r.tag&&!0!==r.tag||!1===r.tag?r.tag:"span";return h?e(h,n,d):d}}};function M(e,t){return t.data&&t.data.attrs&&t.data.attrs.place&&(e[t.data.attrs.place]=t),e}function I(e,t,n){return e[n]=t,e}function B(e){return Boolean(e.data&&e.data.attrs&&e.data.attrs.place)}var k,P={name:"i18n-n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(e,t){var n=t.props,r=t.parent,o=t.data,l=r.$i18n;if(!l)return null;var c=null,u=null;s(n.format)?c=n.format:i(n.format)&&(n.format.key&&(c=n.format.key),u=Object.keys(n.format).reduce((function(e,t){var r;return f(a,t)?Object.assign({},e,((r={})[t]=n.format[t],r)):e}),null));var d=n.locale||l.locale,h=l._ntp(n.value,d,c,u),p=h.map((function(e,t){var n,a=o.scopedSlots&&o.scopedSlots[e.type];return a?a(((n={})[e.type]=e.value,n.index=t,n.parts=h,n)):e.value})),m=n.tag&&!0!==n.tag||!1===n.tag?n.tag:"span";return m?e(m,{attrs:o.attrs,class:o.class,staticClass:o.staticClass},p):p}};function T(e,t,n){O(e,n)&&A(e,t,n)}function w(e,t,n,a){if(O(e,n)){var r=n.context.$i18n;(function(e,t){var n=t.context;return e._locale===n.$i18n.locale})(e,n)&&_(t.value,t.oldValue)&&_(e._localeMessage,r.getLocaleMessage(r.locale))||A(e,t,n)}}function E(e,t,n,a){if(n.context){var o=n.context.$i18n||{};t.modifiers.preserve||o.preserveDirectiveContent||(e.textContent=""),e._vt=void 0,delete e._vt,e._locale=void 0,delete e._locale,e._localeMessage=void 0,delete e._localeMessage}else r("Vue instance does not exists in VNode context")}function O(e,t){var n=t.context;return n?!!n.$i18n||(r("VueI18n instance does not exists in Vue instance"),!1):(r("Vue instance does not exists in VNode context"),!1)}function A(e,t,n){var a,o,i=function(e){var t,n,a,r;s(e)?t=e:c(e)&&(t=e.path,n=e.locale,a=e.args,r=e.choice);return{path:t,locale:n,args:a,choice:r}}(t.value),l=i.path,u=i.locale,d=i.args,h=i.choice;if(l||u||d)if(l){var p=n.context;e._vt=e.textContent=null!=h?(a=p.$i18n).tc.apply(a,[l,h].concat(L(u,d))):(o=p.$i18n).t.apply(o,[l].concat(L(u,d))),e._locale=p.$i18n.locale,e._localeMessage=p.$i18n.getLocaleMessage(p.$i18n.locale)}else r("`path` is required in v-t directive");else r("value type not supported")}function L(e,t){var n=[];return e&&n.push(e),t&&(Array.isArray(t)||c(t))&&n.push(t),n}function S(e,t){void 0===t&&(t={bridge:!1}),S.installed=!0;(k=e).version&&Number(k.version.split(".")[0]);(function(e){e.prototype.hasOwnProperty("$i18n")||Object.defineProperty(e.prototype,"$i18n",{get:function(){return this._i18n}}),e.prototype.$t=function(e){for(var t=[],n=arguments.length-1;n-- >0;)t[n]=arguments[n+1];var a=this.$i18n;return a._t.apply(a,[e,a.locale,a._getMessages(),this].concat(t))},e.prototype.$tc=function(e,t){for(var n=[],a=arguments.length-2;a-- >0;)n[a]=arguments[a+2];var r=this.$i18n;return r._tc.apply(r,[e,r.locale,r._getMessages(),this,t].concat(n))},e.prototype.$te=function(e,t){var n=this.$i18n;return n._te(e,n.locale,n._getMessages(),t)},e.prototype.$d=function(e){for(var t,n=[],a=arguments.length-1;a-- >0;)n[a]=arguments[a+1];return(t=this.$i18n).d.apply(t,[e].concat(n))},e.prototype.$n=function(e){for(var t,n=[],a=arguments.length-1;a-- >0;)n[a]=arguments[a+1];return(t=this.$i18n).n.apply(t,[e].concat(n))}})(k),k.mixin(function(e){function t(){this!==this.$root&&this.$options.__INTLIFY_META__&&this.$el&&this.$el.setAttribute("data-intlify",this.$options.__INTLIFY_META__)}return void 0===e&&(e=!1),e?{mounted:t}:{beforeCreate:function(){var e=this.$options;if(e.i18n=e.i18n||(e.__i18nBridge||e.__i18n?{}:null),e.i18n){if(e.i18n instanceof q){if(e.__i18nBridge||e.__i18n)try{var t=e.i18n&&e.i18n.messages?e.i18n.messages:{};(e.__i18nBridge||e.__i18n).forEach((function(e){t=g(t,JSON.parse(e))})),Object.keys(t).forEach((function(n){e.i18n.mergeLocaleMessage(n,t[n])}))}catch(e){}this._i18n=e.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(c(e.i18n)){var n=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof q?this.$root.$i18n:null;if(n&&(e.i18n.root=this.$root,e.i18n.formatter=n.formatter,e.i18n.fallbackLocale=n.fallbackLocale,e.i18n.formatFallbackMessages=n.formatFallbackMessages,e.i18n.silentTranslationWarn=n.silentTranslationWarn,e.i18n.silentFallbackWarn=n.silentFallbackWarn,e.i18n.pluralizationRules=n.pluralizationRules,e.i18n.preserveDirectiveContent=n.preserveDirectiveContent),e.__i18nBridge||e.__i18n)try{var a=e.i18n&&e.i18n.messages?e.i18n.messages:{};(e.__i18nBridge||e.__i18n).forEach((function(e){a=g(a,JSON.parse(e))})),e.i18n.messages=a}catch(e){}var r=e.i18n.sharedMessages;r&&c(r)&&(e.i18n.messages=g(e.i18n.messages,r)),this._i18n=new q(e.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===e.i18n.sync||e.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),n&&n.onComponentInstanceCreated(this._i18n)}}else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof q?this._i18n=this.$root.$i18n:e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof q&&(this._i18n=e.parent.$i18n)},beforeMount:function(){var e=this.$options;e.i18n=e.i18n||(e.__i18nBridge||e.__i18n?{}:null),e.i18n?(e.i18n instanceof q||c(e.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof q||e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof q)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},mounted:t,beforeDestroy:function(){if(this._i18n){var e=this;this.$nextTick((function(){e._subscribing&&(e._i18n.unsubscribeDataChanging(e),delete e._subscribing),e._i18nWatcher&&(e._i18nWatcher(),e._i18n.destroyVM(),delete e._i18nWatcher),e._localeWatcher&&(e._localeWatcher(),delete e._localeWatcher)}))}}}}(t.bridge)),k.directive("t",{bind:T,update:w,unbind:E}),k.component(y.name,y),k.component(P.name,P),k.config.optionMergeStrategies.i18n=function(e,t){return void 0===t?e:t}}var C=function(){this._caches=Object.create(null)};C.prototype.interpolate=function(e,t){if(!t)return[e];var n=this._caches[e];return n||(n=function(e){var t=[],n=0,a="";for(;n<e.length;){var r=e[n++];if("{"===r){a&&t.push({type:"text",value:a}),a="";var o="";for(r=e[n++];void 0!==r&&"}"!==r;)o+=r,r=e[n++];var i="}"===r,s=z.test(o)?"list":i&&x.test(o)?"named":"unknown";t.push({value:o,type:s})}else"%"===r?"{"!==e[n]&&(a+=r):a+=r}return a&&t.push({type:"text",value:a}),t}(e),this._caches[e]=n),function(e,t){var n=[],a=0,r=Array.isArray(t)?"list":i(t)?"named":"unknown";if("unknown"===r)return n;for(;a<e.length;){var o=e[a];switch(o.type){case"text":n.push(o.value);break;case"list":n.push(t[parseInt(o.value,10)]);break;case"named":"named"===r&&n.push(t[o.value])}a++}return n}(n,t)};var z=/^(?:\d)+/,x=/^(?:\w)+/;var D=[];D[0]={ws:[0],ident:[3,0],"[":[4],eof:[7]},D[1]={ws:[1],".":[2],"[":[4],eof:[7]},D[2]={ws:[2],ident:[3,0],0:[3,0],number:[3,0]},D[3]={ident:[3,0],0:[3,0],number:[3,0],ws:[1,1],".":[2,1],"[":[4,1],eof:[7,1]},D[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],eof:8,else:[4,0]},D[5]={"'":[4,0],eof:8,else:[5,0]},D[6]={'"':[4,0],eof:8,else:[6,0]};var F=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function H(e){if(null==e)return"eof";switch(e.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"ident";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"ws"}return"ident"}function N(e){var t,n,a,r=e.trim();return("0"!==e.charAt(0)||!isNaN(e))&&(a=r,F.test(a)?(n=(t=r).charCodeAt(0))!==t.charCodeAt(t.length-1)||34!==n&&39!==n?t:t.slice(1,-1):"*"+r)}var R=function(){this._cache=Object.create(null)};R.prototype.parsePath=function(e){var t=this._cache[e];return t||(t=function(e){var t,n,a,r,o,i,s,l=[],c=-1,u=0,d=0,h=[];function p(){var t=e[c+1];if(5===u&&"'"===t||6===u&&'"'===t)return c++,a="\\"+t,h[0](),!0}for(h[1]=function(){void 0!==n&&(l.push(n),n=void 0)},h[0]=function(){void 0===n?n=a:n+=a},h[2]=function(){h[0](),d++},h[3]=function(){if(d>0)d--,u=4,h[0]();else{if(d=0,void 0===n)return!1;if(!1===(n=N(n)))return!1;h[1]()}};null!==u;)if(c++,"\\"!==(t=e[c])||!p()){if(r=H(t),8===(o=(s=D[u])[r]||s.else||8))return;if(u=o[0],(i=h[o[1]])&&(a=void 0===(a=o[2])?t:a,!1===i()))return;if(7===u)return l}}(e),t&&(this._cache[e]=t)),t||[]},R.prototype.getPathValue=function(e,t){if(!i(e))return null;var n=this.parsePath(t);if(0===n.length)return null;for(var a=n.length,r=e,o=0;o<a;){var s=r[n[o]];if(null==s)return null;r=s,o++}return r};var V,Y=/<\/?[\w\s="/.':;#-\/]+>/,j=/(?:@(?:\.[a-z]+)?:(?:[\w\-_|./]+|\([\w\-_:|./]+\)))/g,$=/^@(?:\.([a-z]+))?:/,U=/[()]/g,G={upper:function(e){return e.toLocaleUpperCase()},lower:function(e){return e.toLocaleLowerCase()},capitalize:function(e){return""+e.charAt(0).toLocaleUpperCase()+e.substr(1)}},W=new C,q=function(e){var t=this;void 0===e&&(e={}),!k&&"undefined"!=typeof window&&window.Vue&&S(window.Vue);var n=e.locale||"en-US",a=!1!==e.fallbackLocale&&(e.fallbackLocale||"en-US"),r=e.messages||{},o=e.dateTimeFormats||e.datetimeFormats||{},i=e.numberFormats||{};this._vm=null,this._formatter=e.formatter||W,this._modifiers=e.modifiers||{},this._missing=e.missing||null,this._root=e.root||null,this._sync=void 0===e.sync||!!e.sync,this._fallbackRoot=void 0===e.fallbackRoot||!!e.fallbackRoot,this._fallbackRootWithEmptyString=void 0===e.fallbackRootWithEmptyString||!!e.fallbackRootWithEmptyString,this._formatFallbackMessages=void 0!==e.formatFallbackMessages&&!!e.formatFallbackMessages,this._silentTranslationWarn=void 0!==e.silentTranslationWarn&&e.silentTranslationWarn,this._silentFallbackWarn=void 0!==e.silentFallbackWarn&&!!e.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new R,this._dataListeners=new Set,this._componentInstanceCreatedListener=e.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==e.preserveDirectiveContent&&!!e.preserveDirectiveContent,this.pluralizationRules=e.pluralizationRules||{},this._warnHtmlInMessage=e.warnHtmlInMessage||"off",this._postTranslation=e.postTranslation||null,this._escapeParameterHtml=e.escapeParameterHtml||!1,"__VUE_I18N_BRIDGE__"in e&&(this.__VUE_I18N_BRIDGE__=e.__VUE_I18N_BRIDGE__),this.getChoiceIndex=function(e,n){var a=Object.getPrototypeOf(t);if(a&&a.getChoiceIndex)return a.getChoiceIndex.call(t,e,n);var r,o;return t.locale in t.pluralizationRules?t.pluralizationRules[t.locale].apply(t,[e,n]):(r=e,o=n,r=Math.abs(r),2===o?r?r>1?1:0:1:r?Math.min(r,2):0)},this._exist=function(e,n){return!(!e||!n)&&(!u(t._path.getPathValue(e,n))||!!e[n])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(r).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,r[e])})),this._initVM({locale:n,fallbackLocale:a,messages:r,dateTimeFormats:o,numberFormats:i})},X={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0},sync:{configurable:!0}};q.prototype._checkLocaleMessage=function(e,t,n){var a=function(e,t,n,i){if(c(n))Object.keys(n).forEach((function(r){var o=n[r];c(o)?(i.push(r),i.push("."),a(e,t,o,i),i.pop(),i.pop()):(i.push(r),a(e,t,o,i),i.pop())}));else if(o(n))n.forEach((function(n,r){c(n)?(i.push("["+r+"]"),i.push("."),a(e,t,n,i),i.pop(),i.pop()):(i.push("["+r+"]"),a(e,t,n,i),i.pop())}));else if(s(n)){if(Y.test(n)){var l="Detected HTML in message '"+n+"' of keypath '"+i.join("")+"' at '"+t+"'. Consider component interpolation with '<i18n>' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===e?r(l):"error"===e&&function(e,t){"undefined"!=typeof console&&(console.error("[vue-i18n] "+e),t&&console.error(t.stack))}(l)}}};a(t,e,n,[])},q.prototype._initVM=function(e){var t=k.config.silent;k.config.silent=!0,this._vm=new k({data:e,__VUE18N__INSTANCE__:!0}),k.config.silent=t},q.prototype.destroyVM=function(){this._vm.$destroy()},q.prototype.subscribeDataChanging=function(e){this._dataListeners.add(e)},q.prototype.unsubscribeDataChanging=function(e){!function(e,t){if(e.delete(t));}(this._dataListeners,e)},q.prototype.watchI18nData=function(){var e=this;return this._vm.$watch("$data",(function(){for(var t,n,a=(t=e._dataListeners,n=[],t.forEach((function(e){return n.push(e)})),n),r=a.length;r--;)k.nextTick((function(){a[r]&&a[r].$forceUpdate()}))}),{deep:!0})},q.prototype.watchLocale=function(e){if(e){if(!this.__VUE_I18N_BRIDGE__)return null;var t=this,n=this._vm;return this.vm.$watch("locale",(function(a){n.$set(n,"locale",a),t.__VUE_I18N_BRIDGE__&&e&&(e.locale.value=a),n.$forceUpdate()}),{immediate:!0})}if(!this._sync||!this._root)return null;var a=this._vm;return this._root.$i18n.vm.$watch("locale",(function(e){a.$set(a,"locale",e),a.$forceUpdate()}),{immediate:!0})},q.prototype.onComponentInstanceCreated=function(e){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(e,this)},X.vm.get=function(){return this._vm},X.messages.get=function(){return p(this._getMessages())},X.dateTimeFormats.get=function(){return p(this._getDateTimeFormats())},X.numberFormats.get=function(){return p(this._getNumberFormats())},X.availableLocales.get=function(){return Object.keys(this.messages).sort()},X.locale.get=function(){return this._vm.locale},X.locale.set=function(e){this._vm.$set(this._vm,"locale",e)},X.fallbackLocale.get=function(){return this._vm.fallbackLocale},X.fallbackLocale.set=function(e){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",e)},X.formatFallbackMessages.get=function(){return this._formatFallbackMessages},X.formatFallbackMessages.set=function(e){this._formatFallbackMessages=e},X.missing.get=function(){return this._missing},X.missing.set=function(e){this._missing=e},X.formatter.get=function(){return this._formatter},X.formatter.set=function(e){this._formatter=e},X.silentTranslationWarn.get=function(){return this._silentTranslationWarn},X.silentTranslationWarn.set=function(e){this._silentTranslationWarn=e},X.silentFallbackWarn.get=function(){return this._silentFallbackWarn},X.silentFallbackWarn.set=function(e){this._silentFallbackWarn=e},X.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},X.preserveDirectiveContent.set=function(e){this._preserveDirectiveContent=e},X.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},X.warnHtmlInMessage.set=function(e){var t=this,n=this._warnHtmlInMessage;if(this._warnHtmlInMessage=e,n!==e&&("warn"===e||"error"===e)){var a=this._getMessages();Object.keys(a).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,a[e])}))}},X.postTranslation.get=function(){return this._postTranslation},X.postTranslation.set=function(e){this._postTranslation=e},X.sync.get=function(){return this._sync},X.sync.set=function(e){this._sync=e},q.prototype._getMessages=function(){return this._vm.messages},q.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},q.prototype._getNumberFormats=function(){return this._vm.numberFormats},q.prototype._warnDefault=function(e,t,n,a,r,o){if(!u(n))return n;if(this._missing){var i=this._missing.apply(null,[e,t,a,r]);if(s(i))return i}else 0;if(this._formatFallbackMessages){var l=h.apply(void 0,r);return this._render(t,o,l.params,t)}return t},q.prototype._isFallbackRoot=function(e){return(this._fallbackRootWithEmptyString?!e:u(e))&&!u(this._root)&&this._fallbackRoot},q.prototype._isSilentFallbackWarn=function(e){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(e):this._silentFallbackWarn},q.prototype._isSilentFallback=function(e,t){return this._isSilentFallbackWarn(t)&&(this._isFallbackRoot()||e!==this.fallbackLocale)},q.prototype._isSilentTranslationWarn=function(e){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(e):this._silentTranslationWarn},q.prototype._interpolate=function(e,t,n,a,r,i,l){if(!t)return null;var h,p=this._path.getPathValue(t,n);if(o(p)||c(p))return p;if(u(p)){if(!c(t))return null;if(!s(h=t[n])&&!d(h))return null}else{if(!s(p)&&!d(p))return null;h=p}return s(h)&&(h.indexOf("@:")>=0||h.indexOf("@.")>=0)&&(h=this._link(e,t,h,a,"raw",i,l)),this._render(h,r,i,n)},q.prototype._link=function(e,t,n,a,r,i,s){var l=n,c=l.match(j);for(var u in c)if(c.hasOwnProperty(u)){var d=c[u],h=d.match($),p=h[0],m=h[1],v=d.replace(p,"").replace(U,"");if(f(s,v))return l;s.push(v);var g=this._interpolate(e,t,v,a,"raw"===r?"string":r,"raw"===r?void 0:i,s);if(this._isFallbackRoot(g)){if(!this._root)throw Error("unexpected error");var _=this._root.$i18n;g=_._translate(_._getMessages(),_.locale,_.fallbackLocale,v,a,r,i)}g=this._warnDefault(e,v,g,a,o(i)?i:[i],r),this._modifiers.hasOwnProperty(m)?g=this._modifiers[m](g):G.hasOwnProperty(m)&&(g=G[m](g)),s.pop(),l=g?l.replace(d,g):l}return l},q.prototype._createMessageContext=function(e,t,n,a){var r=this,s=o(e)?e:[],l=i(e)?e:{},c=this._getMessages(),u=this.locale;return{list:function(e){return s[e]},named:function(e){return l[e]},values:e,formatter:t,path:n,messages:c,locale:u,linked:function(e){return r._interpolate(u,c[u]||{},e,null,a,void 0,[e])}}},q.prototype._render=function(e,t,n,a){if(d(e))return e(this._createMessageContext(n,this._formatter||W,a,t));var r=this._formatter.interpolate(e,n,a);return r||(r=W.interpolate(e,n,a)),"string"!==t||s(r)?r:r.join("")},q.prototype._appendItemToChain=function(e,t,n){var a=!1;return f(e,t)||(a=!0,t&&(a="!"!==t[t.length-1],t=t.replace(/!/g,""),e.push(t),n&&n[t]&&(a=n[t]))),a},q.prototype._appendLocaleToChain=function(e,t,n){var a,r=t.split("-");do{var o=r.join("-");a=this._appendItemToChain(e,o,n),r.splice(-1,1)}while(r.length&&!0===a);return a},q.prototype._appendBlockToChain=function(e,t,n){for(var a=!0,r=0;r<t.length&&"boolean"==typeof a;r++){var o=t[r];s(o)&&(a=this._appendLocaleToChain(e,o,n))}return a},q.prototype._getLocaleChain=function(e,t){if(""===e)return[];this._localeChainCache||(this._localeChainCache={});var n=this._localeChainCache[e];if(!n){t||(t=this.fallbackLocale),n=[];for(var a,r=[e];o(r);)r=this._appendBlockToChain(n,r,t);(r=s(a=o(t)?t:i(t)?t.default?t.default:null:t)?[a]:a)&&this._appendBlockToChain(n,r,null),this._localeChainCache[e]=n}return n},q.prototype._translate=function(e,t,n,a,r,o,i){for(var s,l=this._getLocaleChain(t,n),c=0;c<l.length;c++){var d=l[c];if(!u(s=this._interpolate(d,e[d],a,r,o,i,[a])))return s}return null},q.prototype._t=function(e,t,n,a){for(var r,o=[],i=arguments.length-4;i-- >0;)o[i]=arguments[i+4];if(!e)return"";var s=h.apply(void 0,o);this._escapeParameterHtml&&(s.params=b(s.params));var l=s.locale||t,c=this._translate(n,l,this.fallbackLocale,e,a,"string",s.params);if(this._isFallbackRoot(c)){if(!this._root)throw Error("unexpected error");return(r=this._root).$t.apply(r,[e].concat(o))}return c=this._warnDefault(l,e,c,a,o,"string"),this._postTranslation&&null!=c&&(c=this._postTranslation(c,e)),c},q.prototype.t=function(e){for(var t,n=[],a=arguments.length-1;a-- >0;)n[a]=arguments[a+1];return(t=this)._t.apply(t,[e,this.locale,this._getMessages(),null].concat(n))},q.prototype._i=function(e,t,n,a,r){var o=this._translate(n,t,this.fallbackLocale,e,a,"raw",r);if(this._isFallbackRoot(o)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(e,t,r)}return this._warnDefault(t,e,o,a,[r],"raw")},q.prototype.i=function(e,t,n){return e?(s(t)||(t=this.locale),this._i(e,t,this._getMessages(),null,n)):""},q.prototype._tc=function(e,t,n,a,r){for(var o,i=[],s=arguments.length-5;s-- >0;)i[s]=arguments[s+5];if(!e)return"";void 0===r&&(r=1);var l={count:r,n:r},c=h.apply(void 0,i);return c.params=Object.assign(l,c.params),i=null===c.locale?[c.params]:[c.locale,c.params],this.fetchChoice((o=this)._t.apply(o,[e,t,n,a].concat(i)),r)},q.prototype.fetchChoice=function(e,t){if(!e||!s(e))return null;var n=e.split("|");return n[t=this.getChoiceIndex(t,n.length)]?n[t].trim():e},q.prototype.tc=function(e,t){for(var n,a=[],r=arguments.length-2;r-- >0;)a[r]=arguments[r+2];return(n=this)._tc.apply(n,[e,this.locale,this._getMessages(),null,t].concat(a))},q.prototype._te=function(e,t,n){for(var a=[],r=arguments.length-3;r-- >0;)a[r]=arguments[r+3];var o=h.apply(void 0,a).locale||t;return this._exist(n[o],e)},q.prototype.te=function(e,t){return this._te(e,this.locale,this._getMessages(),t)},q.prototype.getLocaleMessage=function(e){return p(this._vm.messages[e]||{})},q.prototype.setLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,t)},q.prototype.mergeLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,g(void 0!==this._vm.messages[e]&&Object.keys(this._vm.messages[e]).length?Object.assign({},this._vm.messages[e]):{},t))},q.prototype.getDateTimeFormat=function(e){return p(this._vm.dateTimeFormats[e]||{})},q.prototype.setDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,t),this._clearDateTimeFormat(e,t)},q.prototype.mergeDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,g(this._vm.dateTimeFormats[e]||{},t)),this._clearDateTimeFormat(e,t)},q.prototype._clearDateTimeFormat=function(e,t){for(var n in t){var a=e+"__"+n;this._dateTimeFormatters.hasOwnProperty(a)&&delete this._dateTimeFormatters[a]}},q.prototype._localizeDateTime=function(e,t,n,a,r){for(var o=t,i=a[o],s=this._getLocaleChain(t,n),l=0;l<s.length;l++){var c=s[l];if(o=c,!u(i=a[c])&&!u(i[r]))break}if(u(i)||u(i[r]))return null;var d=i[r],h=o+"__"+r,p=this._dateTimeFormatters[h];return p||(p=this._dateTimeFormatters[h]=new Intl.DateTimeFormat(o,d)),p.format(e)},q.prototype._d=function(e,t,n){if(!n)return new Intl.DateTimeFormat(t).format(e);var a=this._localizeDateTime(e,t,this.fallbackLocale,this._getDateTimeFormats(),n);if(this._isFallbackRoot(a)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.d(e,n,t)}return a||""},q.prototype.d=function(e){for(var t=[],n=arguments.length-1;n-- >0;)t[n]=arguments[n+1];var a=this.locale,r=null;return 1===t.length?s(t[0])?r=t[0]:i(t[0])&&(t[0].locale&&(a=t[0].locale),t[0].key&&(r=t[0].key)):2===t.length&&(s(t[0])&&(r=t[0]),s(t[1])&&(a=t[1])),this._d(e,a,r)},q.prototype.getNumberFormat=function(e){return p(this._vm.numberFormats[e]||{})},q.prototype.setNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,t),this._clearNumberFormat(e,t)},q.prototype.mergeNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,g(this._vm.numberFormats[e]||{},t)),this._clearNumberFormat(e,t)},q.prototype._clearNumberFormat=function(e,t){for(var n in t){var a=e+"__"+n;this._numberFormatters.hasOwnProperty(a)&&delete this._numberFormatters[a]}},q.prototype._getNumberFormatter=function(e,t,n,a,r,o){for(var i=t,s=a[i],l=this._getLocaleChain(t,n),c=0;c<l.length;c++){var d=l[c];if(i=d,!u(s=a[d])&&!u(s[r]))break}if(u(s)||u(s[r]))return null;var h,p=s[r];if(o)h=new Intl.NumberFormat(i,Object.assign({},p,o));else{var f=i+"__"+r;(h=this._numberFormatters[f])||(h=this._numberFormatters[f]=new Intl.NumberFormat(i,p))}return h},q.prototype._n=function(e,t,n,a){if(!q.availabilities.numberFormat)return"";if(!n)return(a?new Intl.NumberFormat(t,a):new Intl.NumberFormat(t)).format(e);var r=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),n,a),o=r&&r.format(e);if(this._isFallbackRoot(o)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.n(e,Object.assign({},{key:n,locale:t},a))}return o||""},q.prototype.n=function(e){for(var t=[],n=arguments.length-1;n-- >0;)t[n]=arguments[n+1];var r=this.locale,o=null,l=null;return 1===t.length?s(t[0])?o=t[0]:i(t[0])&&(t[0].locale&&(r=t[0].locale),t[0].key&&(o=t[0].key),l=Object.keys(t[0]).reduce((function(e,n){var r;return f(a,n)?Object.assign({},e,((r={})[n]=t[0][n],r)):e}),null)):2===t.length&&(s(t[0])&&(o=t[0]),s(t[1])&&(r=t[1])),this._n(e,r,o,l)},q.prototype._ntp=function(e,t,n,a){if(!q.availabilities.numberFormat)return[];if(!n)return(a?new Intl.NumberFormat(t,a):new Intl.NumberFormat(t)).formatToParts(e);var r=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),n,a),o=r&&r.formatToParts(e);if(this._isFallbackRoot(o)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(e,t,n,a)}return o||[]},Object.defineProperties(q.prototype,X),Object.defineProperty(q,"availabilities",{get:function(){if(!V){var e="undefined"!=typeof Intl;V={dateTimeFormat:e&&void 0!==Intl.DateTimeFormat,numberFormat:e&&void 0!==Intl.NumberFormat}}return V}}),q.install=S,q.version="8.27.1";const J=q},30306:function(e){e.exports=function(e){var t={};function n(a){if(t[a])return t[a].exports;var r=t[a]={i:a,l:!1,exports:{}};return e[a].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(a,r,function(t){return e[t]}.bind(null,r));return a},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=9)}([function(e,t,n){var a=n(6);"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals),(0,n(3).default)("6223ff68",a,!0,{})},function(e,t,n){var a=n(8);"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals),(0,n(3).default)("27f0e51f",a,!0,{})},function(e,t){e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n,a=e[1]||"",r=e[3];if(!r)return a;if(t&&"function"==typeof btoa){var o=(n=r,"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */"),i=r.sources.map((function(e){return"/*# sourceURL="+r.sourceRoot+e+" */"}));return[a].concat(i).concat([o]).join("\n")}return[a].join("\n")}(t,e);return t[2]?"@media "+t[2]+"{"+n+"}":n})).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var a={},r=0;r<this.length;r++){var o=this[r][0];"number"==typeof o&&(a[o]=!0)}for(r=0;r<e.length;r++){var i=e[r];"number"==typeof i[0]&&a[i[0]]||(n&&!i[2]?i[2]=n:n&&(i[2]="("+i[2]+") and ("+n+")"),t.push(i))}},t}},function(e,t,n){"use strict";function a(e,t){for(var n=[],a={},r=0;r<t.length;r++){var o=t[r],i=o[0],s={id:e+":"+r,css:o[1],media:o[2],sourceMap:o[3]};a[i]?a[i].parts.push(s):n.push(a[i]={id:i,parts:[s]})}return n}n.r(t),n.d(t,"default",(function(){return p}));var r="undefined"!=typeof document;if("undefined"!=typeof DEBUG&&DEBUG&&!r)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var o={},i=r&&(document.head||document.getElementsByTagName("head")[0]),s=null,l=0,c=!1,u=function(){},d=null,h="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function p(e,t,n,r){c=n,d=r||{};var i=a(e,t);return f(i),function(t){for(var n=[],r=0;r<i.length;r++){var s=i[r];(l=o[s.id]).refs--,n.push(l)}for(t?f(i=a(e,t)):i=[],r=0;r<n.length;r++){var l;if(0===(l=n[r]).refs){for(var c=0;c<l.parts.length;c++)l.parts[c]();delete o[l.id]}}}}function f(e){for(var t=0;t<e.length;t++){var n=e[t],a=o[n.id];if(a){a.refs++;for(var r=0;r<a.parts.length;r++)a.parts[r](n.parts[r]);for(;r<n.parts.length;r++)a.parts.push(v(n.parts[r]));a.parts.length>n.parts.length&&(a.parts.length=n.parts.length)}else{var i=[];for(r=0;r<n.parts.length;r++)i.push(v(n.parts[r]));o[n.id]={id:n.id,refs:1,parts:i}}}}function m(){var e=document.createElement("style");return e.type="text/css",i.appendChild(e),e}function v(e){var t,n,a=document.querySelector('style[data-vue-ssr-id~="'+e.id+'"]');if(a){if(c)return u;a.parentNode.removeChild(a)}if(h){var r=l++;a=s||(s=m()),t=b.bind(null,a,r,!1),n=b.bind(null,a,r,!0)}else a=m(),t=y.bind(null,a),n=function(){a.parentNode.removeChild(a)};return t(e),function(a){if(a){if(a.css===e.css&&a.media===e.media&&a.sourceMap===e.sourceMap)return;t(e=a)}else n()}}var g,_=(g=[],function(e,t){return g[e]=t,g.filter(Boolean).join("\n")});function b(e,t,n,a){var r=n?"":a.css;if(e.styleSheet)e.styleSheet.cssText=_(t,r);else{var o=document.createTextNode(r),i=e.childNodes;i[t]&&e.removeChild(i[t]),i.length?e.insertBefore(o,i[t]):e.appendChild(o)}}function y(e,t){var n=t.css,a=t.media,r=t.sourceMap;if(a&&e.setAttribute("media",a),d.ssrId&&e.setAttribute("data-vue-ssr-id",t.id),r&&(n+="\n/*# sourceURL="+r.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */"),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}},function(e,t){function n(t){return"function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?e.exports=n=function(e){return typeof e}:e.exports=n=function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(t)}e.exports=n},function(e,t,n){"use strict";n.r(t);var a=n(0),r=n.n(a);for(var o in a)"default"!==o&&function(e){n.d(t,e,(function(){return a[e]}))}(o);t.default=r.a},function(e,t,n){(e.exports=n(2)(!1)).push([e.i,'.loading-wave-dots[data-v-46b20d22]{position:relative}.loading-wave-dots[data-v-46b20d22] .wave-item{position:absolute;top:50%;left:50%;display:inline-block;margin-top:-4px;width:8px;height:8px;border-radius:50%;-webkit-animation:loading-wave-dots-data-v-46b20d22 linear 2.8s infinite;animation:loading-wave-dots-data-v-46b20d22 linear 2.8s infinite}.loading-wave-dots[data-v-46b20d22] .wave-item:first-child{margin-left:-36px}.loading-wave-dots[data-v-46b20d22] .wave-item:nth-child(2){margin-left:-20px;-webkit-animation-delay:.14s;animation-delay:.14s}.loading-wave-dots[data-v-46b20d22] .wave-item:nth-child(3){margin-left:-4px;-webkit-animation-delay:.28s;animation-delay:.28s}.loading-wave-dots[data-v-46b20d22] .wave-item:nth-child(4){margin-left:12px;-webkit-animation-delay:.42s;animation-delay:.42s}.loading-wave-dots[data-v-46b20d22] .wave-item:last-child{margin-left:28px;-webkit-animation-delay:.56s;animation-delay:.56s}@-webkit-keyframes loading-wave-dots-data-v-46b20d22{0%{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}10%{-webkit-transform:translateY(-6px);transform:translateY(-6px);background:#999}20%{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}to{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}}@keyframes loading-wave-dots-data-v-46b20d22{0%{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}10%{-webkit-transform:translateY(-6px);transform:translateY(-6px);background:#999}20%{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}to{-webkit-transform:translateY(0);transform:translateY(0);background:#bbb}}.loading-circles[data-v-46b20d22] .circle-item{width:5px;height:5px;-webkit-animation:loading-circles-data-v-46b20d22 linear .75s infinite;animation:loading-circles-data-v-46b20d22 linear .75s infinite}.loading-circles[data-v-46b20d22] .circle-item:first-child{margin-top:-14.5px;margin-left:-2.5px}.loading-circles[data-v-46b20d22] .circle-item:nth-child(2){margin-top:-11.26px;margin-left:6.26px}.loading-circles[data-v-46b20d22] .circle-item:nth-child(3){margin-top:-2.5px;margin-left:9.5px}.loading-circles[data-v-46b20d22] .circle-item:nth-child(4){margin-top:6.26px;margin-left:6.26px}.loading-circles[data-v-46b20d22] .circle-item:nth-child(5){margin-top:9.5px;margin-left:-2.5px}.loading-circles[data-v-46b20d22] .circle-item:nth-child(6){margin-top:6.26px;margin-left:-11.26px}.loading-circles[data-v-46b20d22] .circle-item:nth-child(7){margin-top:-2.5px;margin-left:-14.5px}.loading-circles[data-v-46b20d22] .circle-item:last-child{margin-top:-11.26px;margin-left:-11.26px}@-webkit-keyframes loading-circles-data-v-46b20d22{0%{background:#dfdfdf}90%{background:#505050}to{background:#dfdfdf}}@keyframes loading-circles-data-v-46b20d22{0%{background:#dfdfdf}90%{background:#505050}to{background:#dfdfdf}}.loading-bubbles[data-v-46b20d22] .bubble-item{background:#666;-webkit-animation:loading-bubbles-data-v-46b20d22 linear .75s infinite;animation:loading-bubbles-data-v-46b20d22 linear .75s infinite}.loading-bubbles[data-v-46b20d22] .bubble-item:first-child{margin-top:-12.5px;margin-left:-.5px}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(2){margin-top:-9.26px;margin-left:8.26px}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(3){margin-top:-.5px;margin-left:11.5px}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(4){margin-top:8.26px;margin-left:8.26px}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(5){margin-top:11.5px;margin-left:-.5px}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(6){margin-top:8.26px;margin-left:-9.26px}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(7){margin-top:-.5px;margin-left:-12.5px}.loading-bubbles[data-v-46b20d22] .bubble-item:last-child{margin-top:-9.26px;margin-left:-9.26px}@-webkit-keyframes loading-bubbles-data-v-46b20d22{0%{width:1px;height:1px;box-shadow:0 0 0 3px #666}90%{width:1px;height:1px;box-shadow:0 0 0 0 #666}to{width:1px;height:1px;box-shadow:0 0 0 3px #666}}@keyframes loading-bubbles-data-v-46b20d22{0%{width:1px;height:1px;box-shadow:0 0 0 3px #666}90%{width:1px;height:1px;box-shadow:0 0 0 0 #666}to{width:1px;height:1px;box-shadow:0 0 0 3px #666}}.loading-default[data-v-46b20d22]{position:relative;border:1px solid #999;-webkit-animation:loading-rotating-data-v-46b20d22 ease 1.5s infinite;animation:loading-rotating-data-v-46b20d22 ease 1.5s infinite}.loading-default[data-v-46b20d22]:before{content:"";position:absolute;display:block;top:0;left:50%;margin-top:-3px;margin-left:-3px;width:6px;height:6px;background-color:#999;border-radius:50%}.loading-spiral[data-v-46b20d22]{border:2px solid #777;border-right-color:transparent;-webkit-animation:loading-rotating-data-v-46b20d22 linear .85s infinite;animation:loading-rotating-data-v-46b20d22 linear .85s infinite}@-webkit-keyframes loading-rotating-data-v-46b20d22{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loading-rotating-data-v-46b20d22{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.loading-bubbles[data-v-46b20d22],.loading-circles[data-v-46b20d22]{position:relative}.loading-bubbles[data-v-46b20d22] .bubble-item,.loading-circles[data-v-46b20d22] .circle-item{position:absolute;top:50%;left:50%;display:inline-block;border-radius:50%}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(2),.loading-circles[data-v-46b20d22] .circle-item:nth-child(2){-webkit-animation-delay:93ms;animation-delay:93ms}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(3),.loading-circles[data-v-46b20d22] .circle-item:nth-child(3){-webkit-animation-delay:.186s;animation-delay:.186s}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(4),.loading-circles[data-v-46b20d22] .circle-item:nth-child(4){-webkit-animation-delay:.279s;animation-delay:.279s}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(5),.loading-circles[data-v-46b20d22] .circle-item:nth-child(5){-webkit-animation-delay:.372s;animation-delay:.372s}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(6),.loading-circles[data-v-46b20d22] .circle-item:nth-child(6){-webkit-animation-delay:.465s;animation-delay:.465s}.loading-bubbles[data-v-46b20d22] .bubble-item:nth-child(7),.loading-circles[data-v-46b20d22] .circle-item:nth-child(7){-webkit-animation-delay:.558s;animation-delay:.558s}.loading-bubbles[data-v-46b20d22] .bubble-item:last-child,.loading-circles[data-v-46b20d22] .circle-item:last-child{-webkit-animation-delay:.651s;animation-delay:.651s}',""])},function(e,t,n){"use strict";n.r(t);var a=n(1),r=n.n(a);for(var o in a)"default"!==o&&function(e){n.d(t,e,(function(){return a[e]}))}(o);t.default=r.a},function(e,t,n){(e.exports=n(2)(!1)).push([e.i,".infinite-loading-container[data-v-644ea9c9]{clear:both;text-align:center}.infinite-loading-container[data-v-644ea9c9] [class^=loading-]{display:inline-block;margin:5px 0;width:28px;height:28px;font-size:28px;line-height:28px;border-radius:50%}.btn-try-infinite[data-v-644ea9c9]{margin-top:5px;padding:5px 10px;color:#999;font-size:14px;line-height:1;background:transparent;border:1px solid #ccc;border-radius:3px;outline:none;cursor:pointer}.btn-try-infinite[data-v-644ea9c9]:not(:active):hover{opacity:.8}",""])},function(e,t,n){"use strict";n.r(t);var a={throttleLimit:50,loopCheckTimeout:1e3,loopCheckMaxCalls:10},r=function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){return e={passive:!0},!0}});window.addEventListener("testpassive",t,t),window.remove("testpassive",t,t)}catch(e){}return e}(),o={STATE_CHANGER:["emit `loaded` and `complete` event through component instance of `$refs` may cause error, so it will be deprecated soon, please use the `$state` argument instead (`$state` just the special `$event` variable):","\ntemplate:",'<infinite-loading @infinite="infiniteHandler"></infinite-loading>',"\nscript:\n...\ninfiniteHandler($state) {\n ajax('https://www.example.com/api/news')\n .then((res) => {\n if (res.data.length) {\n $state.loaded();\n } else {\n $state.complete();\n }\n });\n}\n...","","more details: https://github.com/PeachScript/vue-infinite-loading/issues/57#issuecomment-324370549"].join("\n"),INFINITE_EVENT:"`:on-infinite` property will be deprecated soon, please use `@infinite` event instead.",IDENTIFIER:"the `reset` event will be deprecated soon, please reset this component by change the `identifier` property."},i={INFINITE_LOOP:["executed the callback function more than ".concat(a.loopCheckMaxCalls," times for a short time, it looks like searched a wrong scroll wrapper that doest not has fixed height or maximum height, please check it. If you want to force to set a element as scroll wrapper ranther than automatic searching, you can do this:"),'\n\x3c!-- add a special attribute for the real scroll wrapper --\x3e\n<div infinite-wrapper>\n ...\n \x3c!-- set force-use-infinite-wrapper --\x3e\n <infinite-loading force-use-infinite-wrapper></infinite-loading>\n</div>\nor\n<div class="infinite-wrapper">\n ...\n \x3c!-- set force-use-infinite-wrapper as css selector of the real scroll wrapper --\x3e\n <infinite-loading force-use-infinite-wrapper=".infinite-wrapper"></infinite-loading>\n</div>\n ',"more details: https://github.com/PeachScript/vue-infinite-loading/issues/55#issuecomment-316934169"].join("\n")},s={READY:0,LOADING:1,COMPLETE:2,ERROR:3},l={color:"#666",fontSize:"14px",padding:"10px 0"},c={mode:"development",props:{spinner:"default",distance:100,forceUseInfiniteWrapper:!1},system:a,slots:{noResults:"No results :(",noMore:"No more data :)",error:"Opps, something went wrong :(",errorBtnText:"Retry",spinner:""},WARNINGS:o,ERRORS:i,STATUS:s},u=n(4),d=n.n(u),h={BUBBLES:{render:function(e){return e("span",{attrs:{class:"loading-bubbles"}},Array.apply(Array,Array(8)).map((function(){return e("span",{attrs:{class:"bubble-item"}})})))}},CIRCLES:{render:function(e){return e("span",{attrs:{class:"loading-circles"}},Array.apply(Array,Array(8)).map((function(){return e("span",{attrs:{class:"circle-item"}})})))}},DEFAULT:{render:function(e){return e("i",{attrs:{class:"loading-default"}})}},SPIRAL:{render:function(e){return e("i",{attrs:{class:"loading-spiral"}})}},WAVEDOTS:{render:function(e){return e("span",{attrs:{class:"loading-wave-dots"}},Array.apply(Array,Array(5)).map((function(){return e("span",{attrs:{class:"wave-item"}})})))}}};function p(e,t,n,a,r,o,i,s){var l,c="function"==typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),a&&(c.functional=!0),o&&(c._scopeId="data-v-"+o),i?(l=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(i)},c._ssrRegister=l):r&&(l=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,l):[l]}return{exports:e,options:c}}var f=p({name:"Spinner",computed:{spinnerView:function(){return h[(this.$attrs.spinner||"").toUpperCase()]||this.spinnerInConfig},spinnerInConfig:function(){return c.slots.spinner&&"string"==typeof c.slots.spinner?{render:function(){return this._v(c.slots.spinner)}}:"object"===d()(c.slots.spinner)?c.slots.spinner:h[c.props.spinner.toUpperCase()]||h.DEFAULT}}},(function(){var e=this.$createElement;return(this._self._c||e)(this.spinnerView,{tag:"component"})}),[],!1,(function(e){var t=n(5);t.__inject__&&t.__inject__(e)}),"46b20d22",null).exports;function m(e){"production"!==c.mode&&console.warn("[Vue-infinite-loading warn]: ".concat(e))}function v(e){console.error("[Vue-infinite-loading error]: ".concat(e))}var g={timers:[],caches:[],throttle:function(e){var t=this;-1===this.caches.indexOf(e)&&(this.caches.push(e),this.timers.push(setTimeout((function(){e(),t.caches.splice(t.caches.indexOf(e),1),t.timers.shift()}),c.system.throttleLimit)))},reset:function(){this.timers.forEach((function(e){clearTimeout(e)})),this.timers.length=0,this.caches=[]}},_={isChecked:!1,timer:null,times:0,track:function(){var e=this;this.times+=1,clearTimeout(this.timer),this.timer=setTimeout((function(){e.isChecked=!0}),c.system.loopCheckTimeout),this.times>c.system.loopCheckMaxCalls&&(v(i.INFINITE_LOOP),this.isChecked=!0)}},b={key:"_infiniteScrollHeight",getScrollElm:function(e){return e===window?document.documentElement:e},save:function(e){var t=this.getScrollElm(e);t[this.key]=t.scrollHeight},restore:function(e){var t=this.getScrollElm(e);"number"==typeof t[this.key]&&(t.scrollTop=t.scrollHeight-t[this.key]+t.scrollTop),this.remove(t)},remove:function(e){void 0!==e[this.key]&&delete e[this.key]}};function y(e){return e.replace(/[A-Z]/g,(function(e){return"-".concat(e.toLowerCase())}))}function M(e){return e.offsetWidth+e.offsetHeight>0}var I=p({name:"InfiniteLoading",data:function(){return{scrollParent:null,scrollHandler:null,isFirstLoad:!0,status:s.READY,slots:c.slots}},components:{Spinner:f},computed:{isShowSpinner:function(){return this.status===s.LOADING},isShowError:function(){return this.status===s.ERROR},isShowNoResults:function(){return this.status===s.COMPLETE&&this.isFirstLoad},isShowNoMore:function(){return this.status===s.COMPLETE&&!this.isFirstLoad},slotStyles:function(){var e=this,t={};return Object.keys(c.slots).forEach((function(n){var a=y(n);(!e.$slots[a]&&!c.slots[n].render||e.$slots[a]&&!e.$slots[a][0].tag)&&(t[n]=l)})),t}},props:{distance:{type:Number,default:c.props.distance},spinner:String,direction:{type:String,default:"bottom"},forceUseInfiniteWrapper:{type:[Boolean,String],default:c.props.forceUseInfiniteWrapper},identifier:{default:+new Date},onInfinite:Function},watch:{identifier:function(){this.stateChanger.reset()}},mounted:function(){var e=this;this.$watch("forceUseInfiniteWrapper",(function(){e.scrollParent=e.getScrollParent()}),{immediate:!0}),this.scrollHandler=function(t){e.status===s.READY&&(t&&t.constructor===Event&&M(e.$el)?g.throttle(e.attemptLoad):e.attemptLoad())},setTimeout((function(){e.scrollHandler(),e.scrollParent.addEventListener("scroll",e.scrollHandler,r)}),1),this.$on("$InfiniteLoading:loaded",(function(t){e.isFirstLoad=!1,"top"===e.direction&&e.$nextTick((function(){b.restore(e.scrollParent)})),e.status===s.LOADING&&e.$nextTick(e.attemptLoad.bind(null,!0)),t&&t.target===e||m(o.STATE_CHANGER)})),this.$on("$InfiniteLoading:complete",(function(t){e.status=s.COMPLETE,e.$nextTick((function(){e.$forceUpdate()})),e.scrollParent.removeEventListener("scroll",e.scrollHandler,r),t&&t.target===e||m(o.STATE_CHANGER)})),this.$on("$InfiniteLoading:reset",(function(t){e.status=s.READY,e.isFirstLoad=!0,b.remove(e.scrollParent),e.scrollParent.addEventListener("scroll",e.scrollHandler,r),setTimeout((function(){g.reset(),e.scrollHandler()}),1),t&&t.target===e||m(o.IDENTIFIER)})),this.stateChanger={loaded:function(){e.$emit("$InfiniteLoading:loaded",{target:e})},complete:function(){e.$emit("$InfiniteLoading:complete",{target:e})},reset:function(){e.$emit("$InfiniteLoading:reset",{target:e})},error:function(){e.status=s.ERROR,g.reset()}},this.onInfinite&&m(o.INFINITE_EVENT)},deactivated:function(){this.status===s.LOADING&&(this.status=s.READY),this.scrollParent.removeEventListener("scroll",this.scrollHandler,r)},activated:function(){this.scrollParent.addEventListener("scroll",this.scrollHandler,r)},methods:{attemptLoad:function(e){var t=this;this.status!==s.COMPLETE&&M(this.$el)&&this.getCurrentDistance()<=this.distance?(this.status=s.LOADING,"top"===this.direction&&this.$nextTick((function(){b.save(t.scrollParent)})),"function"==typeof this.onInfinite?this.onInfinite.call(null,this.stateChanger):this.$emit("infinite",this.stateChanger),!e||this.forceUseInfiniteWrapper||_.isChecked||_.track()):this.status===s.LOADING&&(this.status=s.READY)},getCurrentDistance:function(){return"top"===this.direction?"number"==typeof this.scrollParent.scrollTop?this.scrollParent.scrollTop:this.scrollParent.pageYOffset:this.$el.getBoundingClientRect().top-(this.scrollParent===window?window.innerHeight:this.scrollParent.getBoundingClientRect().bottom)},getScrollParent:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.$el;return"string"==typeof this.forceUseInfiniteWrapper&&(e=document.querySelector(this.forceUseInfiniteWrapper)),e||("BODY"===t.tagName?e=window:(!this.forceUseInfiniteWrapper&&["scroll","auto"].indexOf(getComputedStyle(t).overflowY)>-1||t.hasAttribute("infinite-wrapper")||t.hasAttribute("data-infinite-wrapper"))&&(e=t)),e||this.getScrollParent(t.parentNode)}},destroyed:function(){!this.status!==s.COMPLETE&&(g.reset(),b.remove(this.scrollParent),this.scrollParent.removeEventListener("scroll",this.scrollHandler,r))}},(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"infinite-loading-container"},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isShowSpinner,expression:"isShowSpinner"}],staticClass:"infinite-status-prompt",style:e.slotStyles.spinner},[e._t("spinner",[n("spinner",{attrs:{spinner:e.spinner}})])],2),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.isShowNoResults,expression:"isShowNoResults"}],staticClass:"infinite-status-prompt",style:e.slotStyles.noResults},[e._t("no-results",[e.slots.noResults.render?n(e.slots.noResults,{tag:"component"}):[e._v(e._s(e.slots.noResults))]])],2),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.isShowNoMore,expression:"isShowNoMore"}],staticClass:"infinite-status-prompt",style:e.slotStyles.noMore},[e._t("no-more",[e.slots.noMore.render?n(e.slots.noMore,{tag:"component"}):[e._v(e._s(e.slots.noMore))]])],2),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.isShowError,expression:"isShowError"}],staticClass:"infinite-status-prompt",style:e.slotStyles.error},[e._t("error",[e.slots.error.render?n(e.slots.error,{tag:"component",attrs:{trigger:e.attemptLoad}}):[e._v("\n "+e._s(e.slots.error)+"\n "),n("br"),e._v(" "),n("button",{staticClass:"btn-try-infinite",domProps:{textContent:e._s(e.slots.errorBtnText)},on:{click:e.attemptLoad}})]],{trigger:e.attemptLoad})],2)])}),[],!1,(function(e){var t=n(7);t.__inject__&&t.__inject__(e)}),"644ea9c9",null).exports;function B(e){c.mode=e.config.productionTip?"development":"production"}Object.defineProperty(I,"install",{configurable:!1,enumerable:!1,value:function(e,t){Object.assign(c.props,t&&t.props),Object.assign(c.slots,t&&t.slots),Object.assign(c.system,t&&t.system),e.component("infinite-loading",I),B(e)}}),"undefined"!=typeof window&&window.Vue&&(window.Vue.component("infinite-loading",I),B(window.Vue)),t.default=I}])},78423:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>o});var a=n(70538),r=function(e){a.default.config.silent||console.warn(e)};const o={name:"intersect",abstract:!0,props:{threshold:{type:Array,required:!1,default:function(){return[0,.2]}},root:{type:"undefined"!=typeof HTMLElement?HTMLElement:Object,required:!1,default:function(){return null}},rootMargin:{type:String,required:!1,default:function(){return"0px 0px 0px 0px"}}},mounted:function(){var e=this;this.observer=new IntersectionObserver((function(t){t[0].isIntersecting?e.$emit("enter",[t[0]]):e.$emit("leave",[t[0]]),e.$emit("change",[t[0]])}),{threshold:this.threshold,root:this.root,rootMargin:this.rootMargin}),this.$nextTick((function(){if(e.$slots.default&&e.$slots.default.length>1)r("[VueIntersect] You may only wrap one element in a <intersect> component.");else if(!e.$slots.default||e.$slots.default.length<1)return void r("[VueIntersect] You must have one child inside a <intersect> component.");e.observer.observe(e.$slots.default[0].elm)}))},destroyed:function(){this.$emit("destroyed"),this.observer.disconnect()},render:function(){return this.$slots.default?this.$slots.default[0]:null}}},51900:(e,t,n)=>{"use strict";function a(e,t,n,a,r,o,i,s){var l,c="function"==typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),a&&(c.functional=!0),o&&(c._scopeId="data-v-"+o),i?(l=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(i)},c._ssrRegister=l):r&&(l=s?function(){r.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:r),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,l):[l]}return{exports:e,options:c}}n.r(t),n.d(t,{default:()=>a})},7398:function(e){"undefined"!=typeof self&&self,e.exports=function(e){var t={};function n(a){if(t[a])return t[a].exports;var r=t[a]={i:a,l:!1,exports:{}};return e[a].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(a,r,function(t){return e[t]}.bind(null,r));return a},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1)}([function(e,t,n){},function(e,t,n){"use strict";n.r(t);var a="undefined"!=typeof window?window.HTMLElement:Object,r={mounted:function(){this.enforceFocus&&document.addEventListener("focusin",this.focusIn)},methods:{focusIn:function(e){if(this.isActive&&e.target!==this.$el&&!this.$el.contains(e.target)){var t=this.container?this.container:this.isFullPage?null:this.$el.parentElement;(this.isFullPage||t&&t.contains(e.target))&&(e.preventDefault(),this.$el.focus())}}},beforeDestroy:function(){document.removeEventListener("focusin",this.focusIn)}};function o(e,t,n,a,r,o,i,s){var l,c="function"==typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),a&&(c.functional=!0),o&&(c._scopeId="data-v-"+o),i?(l=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(i)},c._ssrRegister=l):r&&(l=s?function(){r.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:r),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,l):[l]}return{exports:e,options:c}}var i=o({name:"spinner",props:{color:{type:String,default:"#000"},height:{type:Number,default:64},width:{type:Number,default:64}}},(function(){var e=this.$createElement,t=this._self._c||e;return t("svg",{attrs:{viewBox:"0 0 38 38",xmlns:"http://www.w3.org/2000/svg",width:this.width,height:this.height,stroke:this.color}},[t("g",{attrs:{fill:"none","fill-rule":"evenodd"}},[t("g",{attrs:{transform:"translate(1 1)","stroke-width":"2"}},[t("circle",{attrs:{"stroke-opacity":".25",cx:"18",cy:"18",r:"18"}}),t("path",{attrs:{d:"M36 18c0-9.94-8.06-18-18-18"}},[t("animateTransform",{attrs:{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"0.8s",repeatCount:"indefinite"}})],1)])])])}),[],!1,null,null,null).exports,s=o({name:"dots",props:{color:{type:String,default:"#000"},height:{type:Number,default:240},width:{type:Number,default:60}}},(function(){var e=this.$createElement,t=this._self._c||e;return t("svg",{attrs:{viewBox:"0 0 120 30",xmlns:"http://www.w3.org/2000/svg",fill:this.color,width:this.width,height:this.height}},[t("circle",{attrs:{cx:"15",cy:"15",r:"15"}},[t("animate",{attrs:{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}}),t("animate",{attrs:{attributeName:"fill-opacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"}})]),t("circle",{attrs:{cx:"60",cy:"15",r:"9","fill-opacity":"0.3"}},[t("animate",{attrs:{attributeName:"r",from:"9",to:"9",begin:"0s",dur:"0.8s",values:"9;15;9",calcMode:"linear",repeatCount:"indefinite"}}),t("animate",{attrs:{attributeName:"fill-opacity",from:"0.5",to:"0.5",begin:"0s",dur:"0.8s",values:".5;1;.5",calcMode:"linear",repeatCount:"indefinite"}})]),t("circle",{attrs:{cx:"105",cy:"15",r:"15"}},[t("animate",{attrs:{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}}),t("animate",{attrs:{attributeName:"fill-opacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"}})])])}),[],!1,null,null,null).exports,l=o({name:"bars",props:{color:{type:String,default:"#000"},height:{type:Number,default:40},width:{type:Number,default:40}}},(function(){var e=this.$createElement,t=this._self._c||e;return t("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 30 30",height:this.height,width:this.width,fill:this.color}},[t("rect",{attrs:{x:"0",y:"13",width:"4",height:"5"}},[t("animate",{attrs:{attributeName:"height",attributeType:"XML",values:"5;21;5",begin:"0s",dur:"0.6s",repeatCount:"indefinite"}}),t("animate",{attrs:{attributeName:"y",attributeType:"XML",values:"13; 5; 13",begin:"0s",dur:"0.6s",repeatCount:"indefinite"}})]),t("rect",{attrs:{x:"10",y:"13",width:"4",height:"5"}},[t("animate",{attrs:{attributeName:"height",attributeType:"XML",values:"5;21;5",begin:"0.15s",dur:"0.6s",repeatCount:"indefinite"}}),t("animate",{attrs:{attributeName:"y",attributeType:"XML",values:"13; 5; 13",begin:"0.15s",dur:"0.6s",repeatCount:"indefinite"}})]),t("rect",{attrs:{x:"20",y:"13",width:"4",height:"5"}},[t("animate",{attrs:{attributeName:"height",attributeType:"XML",values:"5;21;5",begin:"0.3s",dur:"0.6s",repeatCount:"indefinite"}}),t("animate",{attrs:{attributeName:"y",attributeType:"XML",values:"13; 5; 13",begin:"0.3s",dur:"0.6s",repeatCount:"indefinite"}})])])}),[],!1,null,null,null).exports,c=o({name:"vue-loading",mixins:[r],props:{active:Boolean,programmatic:Boolean,container:[Object,Function,a],isFullPage:{type:Boolean,default:!0},enforceFocus:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!1},transition:{type:String,default:"fade"},canCancel:Boolean,onCancel:{type:Function,default:function(){}},color:String,backgroundColor:String,blur:{type:String,default:"2px"},opacity:Number,width:Number,height:Number,zIndex:Number,loader:{type:String,default:"spinner"}},data:function(){return{isActive:this.active}},components:{Spinner:i,Dots:s,Bars:l},beforeMount:function(){this.programmatic&&(this.container?(this.isFullPage=!1,this.container.appendChild(this.$el)):document.body.appendChild(this.$el))},mounted:function(){this.programmatic&&(this.isActive=!0),document.addEventListener("keyup",this.keyPress)},methods:{cancel:function(){this.canCancel&&this.isActive&&(this.hide(),this.onCancel.apply(null,arguments))},hide:function(){var e=this;this.$emit("hide"),this.$emit("update:active",!1),this.programmatic&&(this.isActive=!1,setTimeout((function(){var t;e.$destroy(),void 0!==(t=e.$el).remove?t.remove():t.parentNode.removeChild(t)}),150))},disableScroll:function(){this.isFullPage&&this.lockScroll&&document.body.classList.add("vld-shown")},enableScroll:function(){this.isFullPage&&this.lockScroll&&document.body.classList.remove("vld-shown")},keyPress:function(e){27===e.keyCode&&this.cancel()}},watch:{active:function(e){this.isActive=e},isActive:function(e){e?this.disableScroll():this.enableScroll()}},computed:{bgStyle:function(){return{background:this.backgroundColor,opacity:this.opacity,backdropFilter:"blur(".concat(this.blur,")")}}},beforeDestroy:function(){document.removeEventListener("keyup",this.keyPress)}},(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.transition}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive,expression:"isActive"}],staticClass:"vld-overlay is-active",class:{"is-full-page":e.isFullPage},style:{zIndex:e.zIndex},attrs:{tabindex:"0","aria-busy":e.isActive,"aria-label":"Loading"}},[n("div",{staticClass:"vld-background",style:e.bgStyle,on:{click:function(t){return t.preventDefault(),e.cancel(t)}}}),n("div",{staticClass:"vld-icon"},[e._t("before"),e._t("default",[n(e.loader,{tag:"component",attrs:{color:e.color,width:e.width,height:e.height}})]),e._t("after")],2)])])}),[],!1,null,null,null).exports,u=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return{show:function(){var a=arguments.length>0&&void 0!==arguments[0]?arguments[0]:t,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:n,o={programmatic:!0},i=Object.assign({},t,a,o),s=new(e.extend(c))({el:document.createElement("div"),propsData:i}),l=Object.assign({},n,r);return Object.keys(l).map((function(e){s.$slots[e]=l[e]})),s}}};n(0),c.install=function(e){var t=u(e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},arguments.length>2&&void 0!==arguments[2]?arguments[2]:{});e.$loading=t,e.prototype.$loading=t},t.default=c}]).default},82364:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var a={tag:{type:[String],default:"div"},cols:{type:[Object,Number,String],default:2},gutter:{type:[Object,Number,String],default:0},css:{type:[Boolean],default:!0},columnTag:{type:[String],default:"div"},columnClass:{type:[String,Array,Object],default:function(){return[]}},columnAttr:{type:[Object],default:function(){return{}}}},r=function(e,t){if(parseInt(e)>-1)return e;if("object"!=typeof e)return 0;var n=1/0,a=e.default||0;for(var r in e){var o=parseInt(r),i=e[o],s=parseInt(i);if(!isNaN(o)&&!isNaN(s))t<=o&&o<n&&(n=o,a=i)}return a},o={props:a,data:function(){return{displayColumns:2,displayGutter:0}},mounted:function(){var e=this;this.$nextTick((function(){e.reCalculate()})),window&&window.addEventListener("resize",this.reCalculate)},updated:function(){var e=this;this.$nextTick((function(){e.reCalculate()}))},beforeDestroy:function(){window&&window.removeEventListener("resize",this.reCalculate)},methods:{reCalculate:function(){var e=this.windowWidth;this.windowWidth=(window?window.innerWidth:null)||1/0,e!==this.windowWidth&&(this._reCalculateColumnCount(this.windowWidth),this._reCalculateGutterSize(this.windowWidth))},_reCalculateGutterSize:function(e){this.displayGutter=r(this.gutter,e)},_reCalculateColumnCount:function(e){var t=r(this.cols,e);t=Math.max(1,Number(t)||0),this.displayColumns=t},_getChildItemsInColumnsArray:function(){var e=[],t=this.$slots.default||[];1===t.length&&t[0].componentOptions&&"transition-group"==t[0].componentOptions.tag&&(t=t[0].componentOptions.children);for(var n=0,a=0;n<t.length;n++,a++)if(t[n].tag){var r=a%this.displayColumns;e[r]||(e[r]=[]),e[r].push(t[n])}else a--;return e}},render:function(e){var t=this,n=this._getChildItemsInColumnsArray(),a=parseInt(this.displayGutter)===1*this.displayGutter?this.displayGutter+"px":this.displayGutter,r={boxSizing:"border-box",backgroundClip:"padding-box",width:100/this.displayColumns+"%",border:"0 solid transparent",borderLeftWidth:a},o=n.map((function(a,o){return e(t.columnTag,{key:o+"-"+n.length,style:t.css?r:null,class:t.columnClass,attrs:t.columnAttr},a)})),i={display:["-webkit-box","-ms-flexbox","flex"],marginLeft:"-"+a};return e(this.tag,this.css?{style:i}:null,o)}},i=function(){};i.install=function(e,t){i.installed||(t&&t.name?e.component(t.name,o):e.component("masonry",o))},"undefined"!=typeof window&&window.Vue&&window.Vue.use(i);const s=i},78345:(e,t,n)=>{"use strict";function a(e,t){for(var n in t)e[n]=t[n];return e}n.r(t),n.d(t,{default:()=>qe});var r=/[!'()*]/g,o=function(e){return"%"+e.charCodeAt(0).toString(16)},i=/%2C/g,s=function(e){return encodeURIComponent(e).replace(r,o).replace(i,",")};function l(e){try{return decodeURIComponent(e)}catch(e){0}return e}var c=function(e){return null==e||"object"==typeof e?e:String(e)};function u(e){var t={};return(e=e.trim().replace(/^(\?|#|&)/,""))?(e.split("&").forEach((function(e){var n=e.replace(/\+/g," ").split("="),a=l(n.shift()),r=n.length>0?l(n.join("=")):null;void 0===t[a]?t[a]=r:Array.isArray(t[a])?t[a].push(r):t[a]=[t[a],r]})),t):t}function d(e){var t=e?Object.keys(e).map((function(t){var n=e[t];if(void 0===n)return"";if(null===n)return s(t);if(Array.isArray(n)){var a=[];return n.forEach((function(e){void 0!==e&&(null===e?a.push(s(t)):a.push(s(t)+"="+s(e)))})),a.join("&")}return s(t)+"="+s(n)})).filter((function(e){return e.length>0})).join("&"):null;return t?"?"+t:""}var h=/\/?$/;function p(e,t,n,a){var r=a&&a.options.stringifyQuery,o=t.query||{};try{o=f(o)}catch(e){}var i={name:t.name||e&&e.name,meta:e&&e.meta||{},path:t.path||"/",hash:t.hash||"",query:o,params:t.params||{},fullPath:g(t,r),matched:e?v(e):[]};return n&&(i.redirectedFrom=g(n,r)),Object.freeze(i)}function f(e){if(Array.isArray(e))return e.map(f);if(e&&"object"==typeof e){var t={};for(var n in e)t[n]=f(e[n]);return t}return e}var m=p(null,{path:"/"});function v(e){for(var t=[];e;)t.unshift(e),e=e.parent;return t}function g(e,t){var n=e.path,a=e.query;void 0===a&&(a={});var r=e.hash;return void 0===r&&(r=""),(n||"/")+(t||d)(a)+r}function _(e,t,n){return t===m?e===t:!!t&&(e.path&&t.path?e.path.replace(h,"")===t.path.replace(h,"")&&(n||e.hash===t.hash&&b(e.query,t.query)):!(!e.name||!t.name)&&(e.name===t.name&&(n||e.hash===t.hash&&b(e.query,t.query)&&b(e.params,t.params))))}function b(e,t){if(void 0===e&&(e={}),void 0===t&&(t={}),!e||!t)return e===t;var n=Object.keys(e).sort(),a=Object.keys(t).sort();return n.length===a.length&&n.every((function(n,r){var o=e[n];if(a[r]!==n)return!1;var i=t[n];return null==o||null==i?o===i:"object"==typeof o&&"object"==typeof i?b(o,i):String(o)===String(i)}))}function y(e){for(var t=0;t<e.matched.length;t++){var n=e.matched[t];for(var a in n.instances){var r=n.instances[a],o=n.enteredCbs[a];if(r&&o){delete n.enteredCbs[a];for(var i=0;i<o.length;i++)r._isBeingDestroyed||o[i](r)}}}}var M={name:"RouterView",functional:!0,props:{name:{type:String,default:"default"}},render:function(e,t){var n=t.props,r=t.children,o=t.parent,i=t.data;i.routerView=!0;for(var s=o.$createElement,l=n.name,c=o.$route,u=o._routerViewCache||(o._routerViewCache={}),d=0,h=!1;o&&o._routerRoot!==o;){var p=o.$vnode?o.$vnode.data:{};p.routerView&&d++,p.keepAlive&&o._directInactive&&o._inactive&&(h=!0),o=o.$parent}if(i.routerViewDepth=d,h){var f=u[l],m=f&&f.component;return m?(f.configProps&&I(m,i,f.route,f.configProps),s(m,i,r)):s()}var v=c.matched[d],g=v&&v.components[l];if(!v||!g)return u[l]=null,s();u[l]={component:g},i.registerRouteInstance=function(e,t){var n=v.instances[l];(t&&n!==e||!t&&n===e)&&(v.instances[l]=t)},(i.hook||(i.hook={})).prepatch=function(e,t){v.instances[l]=t.componentInstance},i.hook.init=function(e){e.data.keepAlive&&e.componentInstance&&e.componentInstance!==v.instances[l]&&(v.instances[l]=e.componentInstance),y(c)};var _=v.props&&v.props[l];return _&&(a(u[l],{route:c,configProps:_}),I(g,i,c,_)),s(g,i,r)}};function I(e,t,n,r){var o=t.props=function(e,t){switch(typeof t){case"undefined":return;case"object":return t;case"function":return t(e);case"boolean":return t?e.params:void 0}}(n,r);if(o){o=t.props=a({},o);var i=t.attrs=t.attrs||{};for(var s in o)e.props&&s in e.props||(i[s]=o[s],delete o[s])}}function B(e,t,n){var a=e.charAt(0);if("/"===a)return e;if("?"===a||"#"===a)return t+e;var r=t.split("/");n&&r[r.length-1]||r.pop();for(var o=e.replace(/^\//,"").split("/"),i=0;i<o.length;i++){var s=o[i];".."===s?r.pop():"."!==s&&r.push(s)}return""!==r[0]&&r.unshift(""),r.join("/")}function k(e){return e.replace(/\/(?:\s*\/)+/g,"/")}var P=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)},T=R,w=S,E=function(e,t){return z(S(e,t),t)},O=z,A=N,L=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function S(e,t){for(var n,a=[],r=0,o=0,i="",s=t&&t.delimiter||"/";null!=(n=L.exec(e));){var l=n[0],c=n[1],u=n.index;if(i+=e.slice(o,u),o=u+l.length,c)i+=c[1];else{var d=e[o],h=n[2],p=n[3],f=n[4],m=n[5],v=n[6],g=n[7];i&&(a.push(i),i="");var _=null!=h&&null!=d&&d!==h,b="+"===v||"*"===v,y="?"===v||"*"===v,M=n[2]||s,I=f||m;a.push({name:p||r++,prefix:h||"",delimiter:M,optional:y,repeat:b,partial:_,asterisk:!!g,pattern:I?D(I):g?".*":"[^"+x(M)+"]+?"})}}return o<e.length&&(i+=e.substr(o)),i&&a.push(i),a}function C(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function z(e,t){for(var n=new Array(e.length),a=0;a<e.length;a++)"object"==typeof e[a]&&(n[a]=new RegExp("^(?:"+e[a].pattern+")$",H(t)));return function(t,a){for(var r="",o=t||{},i=(a||{}).pretty?C:encodeURIComponent,s=0;s<e.length;s++){var l=e[s];if("string"!=typeof l){var c,u=o[l.name];if(null==u){if(l.optional){l.partial&&(r+=l.prefix);continue}throw new TypeError('Expected "'+l.name+'" to be defined')}if(P(u)){if(!l.repeat)throw new TypeError('Expected "'+l.name+'" to not repeat, but received `'+JSON.stringify(u)+"`");if(0===u.length){if(l.optional)continue;throw new TypeError('Expected "'+l.name+'" to not be empty')}for(var d=0;d<u.length;d++){if(c=i(u[d]),!n[s].test(c))throw new TypeError('Expected all "'+l.name+'" to match "'+l.pattern+'", but received `'+JSON.stringify(c)+"`");r+=(0===d?l.prefix:l.delimiter)+c}}else{if(c=l.asterisk?encodeURI(u).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):i(u),!n[s].test(c))throw new TypeError('Expected "'+l.name+'" to match "'+l.pattern+'", but received "'+c+'"');r+=l.prefix+c}}else r+=l}return r}}function x(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function D(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function F(e,t){return e.keys=t,e}function H(e){return e&&e.sensitive?"":"i"}function N(e,t,n){P(t)||(n=t||n,t=[]);for(var a=(n=n||{}).strict,r=!1!==n.end,o="",i=0;i<e.length;i++){var s=e[i];if("string"==typeof s)o+=x(s);else{var l=x(s.prefix),c="(?:"+s.pattern+")";t.push(s),s.repeat&&(c+="(?:"+l+c+")*"),o+=c=s.optional?s.partial?l+"("+c+")?":"(?:"+l+"("+c+"))?":l+"("+c+")"}}var u=x(n.delimiter||"/"),d=o.slice(-u.length)===u;return a||(o=(d?o.slice(0,-u.length):o)+"(?:"+u+"(?=$))?"),o+=r?"$":a&&d?"":"(?="+u+"|$)",F(new RegExp("^"+o,H(n)),t)}function R(e,t,n){return P(t)||(n=t||n,t=[]),n=n||{},e instanceof RegExp?function(e,t){var n=e.source.match(/\((?!\?)/g);if(n)for(var a=0;a<n.length;a++)t.push({name:a,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return F(e,t)}(e,t):P(e)?function(e,t,n){for(var a=[],r=0;r<e.length;r++)a.push(R(e[r],t,n).source);return F(new RegExp("(?:"+a.join("|")+")",H(n)),t)}(e,t,n):function(e,t,n){return N(S(e,n),t,n)}(e,t,n)}T.parse=w,T.compile=E,T.tokensToFunction=O,T.tokensToRegExp=A;var V=Object.create(null);function Y(e,t,n){t=t||{};try{var a=V[e]||(V[e]=T.compile(e));return"string"==typeof t.pathMatch&&(t[0]=t.pathMatch),a(t,{pretty:!0})}catch(e){return""}finally{delete t[0]}}function j(e,t,n,r){var o="string"==typeof e?{path:e}:e;if(o._normalized)return o;if(o.name){var i=(o=a({},e)).params;return i&&"object"==typeof i&&(o.params=a({},i)),o}if(!o.path&&o.params&&t){(o=a({},o))._normalized=!0;var s=a(a({},t.params),o.params);if(t.name)o.name=t.name,o.params=s;else if(t.matched.length){var l=t.matched[t.matched.length-1].path;o.path=Y(l,s,t.path)}else 0;return o}var d=function(e){var t="",n="",a=e.indexOf("#");a>=0&&(t=e.slice(a),e=e.slice(0,a));var r=e.indexOf("?");return r>=0&&(n=e.slice(r+1),e=e.slice(0,r)),{path:e,query:n,hash:t}}(o.path||""),h=t&&t.path||"/",p=d.path?B(d.path,h,n||o.append):h,f=function(e,t,n){void 0===t&&(t={});var a,r=n||u;try{a=r(e||"")}catch(e){a={}}for(var o in t){var i=t[o];a[o]=Array.isArray(i)?i.map(c):c(i)}return a}(d.query,o.query,r&&r.options.parseQuery),m=o.hash||d.hash;return m&&"#"!==m.charAt(0)&&(m="#"+m),{_normalized:!0,path:p,query:f,hash:m}}var $,U=function(){},G={name:"RouterLink",props:{to:{type:[String,Object],required:!0},tag:{type:String,default:"a"},custom:Boolean,exact:Boolean,exactPath:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,ariaCurrentValue:{type:String,default:"page"},event:{type:[String,Array],default:"click"}},render:function(e){var t=this,n=this.$router,r=this.$route,o=n.resolve(this.to,r,this.append),i=o.location,s=o.route,l=o.href,c={},u=n.options.linkActiveClass,d=n.options.linkExactActiveClass,f=null==u?"router-link-active":u,m=null==d?"router-link-exact-active":d,v=null==this.activeClass?f:this.activeClass,g=null==this.exactActiveClass?m:this.exactActiveClass,b=s.redirectedFrom?p(null,j(s.redirectedFrom),null,n):s;c[g]=_(r,b,this.exactPath),c[v]=this.exact||this.exactPath?c[g]:function(e,t){return 0===e.path.replace(h,"/").indexOf(t.path.replace(h,"/"))&&(!t.hash||e.hash===t.hash)&&function(e,t){for(var n in t)if(!(n in e))return!1;return!0}(e.query,t.query)}(r,b);var y=c[g]?this.ariaCurrentValue:null,M=function(e){W(e)&&(t.replace?n.replace(i,U):n.push(i,U))},I={click:W};Array.isArray(this.event)?this.event.forEach((function(e){I[e]=M})):I[this.event]=M;var B={class:c},k=!this.$scopedSlots.$hasNormal&&this.$scopedSlots.default&&this.$scopedSlots.default({href:l,route:s,navigate:M,isActive:c[v],isExactActive:c[g]});if(k){if(1===k.length)return k[0];if(k.length>1||!k.length)return 0===k.length?e():e("span",{},k)}if("a"===this.tag)B.on=I,B.attrs={href:l,"aria-current":y};else{var P=q(this.$slots.default);if(P){P.isStatic=!1;var T=P.data=a({},P.data);for(var w in T.on=T.on||{},T.on){var E=T.on[w];w in I&&(T.on[w]=Array.isArray(E)?E:[E])}for(var O in I)O in T.on?T.on[O].push(I[O]):T.on[O]=M;var A=P.data.attrs=a({},P.data.attrs);A.href=l,A["aria-current"]=y}else B.on=I}return e(this.tag,B,this.$slots.default)}};function W(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey||e.defaultPrevented||void 0!==e.button&&0!==e.button)){if(e.currentTarget&&e.currentTarget.getAttribute){var t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function q(e){if(e)for(var t,n=0;n<e.length;n++){if("a"===(t=e[n]).tag)return t;if(t.children&&(t=q(t.children)))return t}}var X="undefined"!=typeof window;function J(e,t,n,a,r){var o=t||[],i=n||Object.create(null),s=a||Object.create(null);e.forEach((function(e){K(o,i,s,e,r)}));for(var l=0,c=o.length;l<c;l++)"*"===o[l]&&(o.push(o.splice(l,1)[0]),c--,l--);return{pathList:o,pathMap:i,nameMap:s}}function K(e,t,n,a,r,o){var i=a.path,s=a.name;var l=a.pathToRegexpOptions||{},c=function(e,t,n){n||(e=e.replace(/\/$/,""));if("/"===e[0])return e;if(null==t)return e;return k(t.path+"/"+e)}(i,r,l.strict);"boolean"==typeof a.caseSensitive&&(l.sensitive=a.caseSensitive);var u={path:c,regex:Q(c,l),components:a.components||{default:a.component},alias:a.alias?"string"==typeof a.alias?[a.alias]:a.alias:[],instances:{},enteredCbs:{},name:s,parent:r,matchAs:o,redirect:a.redirect,beforeEnter:a.beforeEnter,meta:a.meta||{},props:null==a.props?{}:a.components?a.props:{default:a.props}};if(a.children&&a.children.forEach((function(a){var r=o?k(o+"/"+a.path):void 0;K(e,t,n,a,u,r)})),t[u.path]||(e.push(u.path),t[u.path]=u),void 0!==a.alias)for(var d=Array.isArray(a.alias)?a.alias:[a.alias],h=0;h<d.length;++h){0;var p={path:d[h],children:a.children};K(e,t,n,p,r,u.path||"/")}s&&(n[s]||(n[s]=u))}function Q(e,t){return T(e,[],t)}function Z(e,t){var n=J(e),a=n.pathList,r=n.pathMap,o=n.nameMap;function i(e,n,i){var s=j(e,n,!1,t),c=s.name;if(c){var u=o[c];if(!u)return l(null,s);var d=u.regex.keys.filter((function(e){return!e.optional})).map((function(e){return e.name}));if("object"!=typeof s.params&&(s.params={}),n&&"object"==typeof n.params)for(var h in n.params)!(h in s.params)&&d.indexOf(h)>-1&&(s.params[h]=n.params[h]);return s.path=Y(u.path,s.params),l(u,s,i)}if(s.path){s.params={};for(var p=0;p<a.length;p++){var f=a[p],m=r[f];if(ee(m.regex,s.path,s.params))return l(m,s,i)}}return l(null,s)}function s(e,n){var a=e.redirect,r="function"==typeof a?a(p(e,n,null,t)):a;if("string"==typeof r&&(r={path:r}),!r||"object"!=typeof r)return l(null,n);var s=r,c=s.name,u=s.path,d=n.query,h=n.hash,f=n.params;if(d=s.hasOwnProperty("query")?s.query:d,h=s.hasOwnProperty("hash")?s.hash:h,f=s.hasOwnProperty("params")?s.params:f,c){o[c];return i({_normalized:!0,name:c,query:d,hash:h,params:f},void 0,n)}if(u){var m=function(e,t){return B(e,t.parent?t.parent.path:"/",!0)}(u,e);return i({_normalized:!0,path:Y(m,f),query:d,hash:h},void 0,n)}return l(null,n)}function l(e,n,a){return e&&e.redirect?s(e,a||n):e&&e.matchAs?function(e,t,n){var a=i({_normalized:!0,path:Y(n,t.params)});if(a){var r=a.matched,o=r[r.length-1];return t.params=a.params,l(o,t)}return l(null,t)}(0,n,e.matchAs):p(e,n,a,t)}return{match:i,addRoute:function(e,t){var n="object"!=typeof e?o[e]:void 0;J([t||e],a,r,o,n),n&&n.alias.length&&J(n.alias.map((function(e){return{path:e,children:[t]}})),a,r,o,n)},getRoutes:function(){return a.map((function(e){return r[e]}))},addRoutes:function(e){J(e,a,r,o)}}}function ee(e,t,n){var a=t.match(e);if(!a)return!1;if(!n)return!0;for(var r=1,o=a.length;r<o;++r){var i=e.keys[r-1];i&&(n[i.name||"pathMatch"]="string"==typeof a[r]?l(a[r]):a[r])}return!0}var te=X&&window.performance&&window.performance.now?window.performance:Date;function ne(){return te.now().toFixed(3)}var ae=ne();function re(){return ae}function oe(e){return ae=e}var ie=Object.create(null);function se(){"scrollRestoration"in window.history&&(window.history.scrollRestoration="manual");var e=window.location.protocol+"//"+window.location.host,t=window.location.href.replace(e,""),n=a({},window.history.state);return n.key=re(),window.history.replaceState(n,"",t),window.addEventListener("popstate",ue),function(){window.removeEventListener("popstate",ue)}}function le(e,t,n,a){if(e.app){var r=e.options.scrollBehavior;r&&e.app.$nextTick((function(){var o=function(){var e=re();if(e)return ie[e]}(),i=r.call(e,t,n,a?o:null);i&&("function"==typeof i.then?i.then((function(e){me(e,o)})).catch((function(e){0})):me(i,o))}))}}function ce(){var e=re();e&&(ie[e]={x:window.pageXOffset,y:window.pageYOffset})}function ue(e){ce(),e.state&&e.state.key&&oe(e.state.key)}function de(e){return pe(e.x)||pe(e.y)}function he(e){return{x:pe(e.x)?e.x:window.pageXOffset,y:pe(e.y)?e.y:window.pageYOffset}}function pe(e){return"number"==typeof e}var fe=/^#\d/;function me(e,t){var n,a="object"==typeof e;if(a&&"string"==typeof e.selector){var r=fe.test(e.selector)?document.getElementById(e.selector.slice(1)):document.querySelector(e.selector);if(r){var o=e.offset&&"object"==typeof e.offset?e.offset:{};t=function(e,t){var n=document.documentElement.getBoundingClientRect(),a=e.getBoundingClientRect();return{x:a.left-n.left-t.x,y:a.top-n.top-t.y}}(r,o={x:pe((n=o).x)?n.x:0,y:pe(n.y)?n.y:0})}else de(e)&&(t=he(e))}else a&&de(e)&&(t=he(e));t&&("scrollBehavior"in document.documentElement.style?window.scrollTo({left:t.x,top:t.y,behavior:e.behavior}):window.scrollTo(t.x,t.y))}var ve,ge=X&&((-1===(ve=window.navigator.userAgent).indexOf("Android 2.")&&-1===ve.indexOf("Android 4.0")||-1===ve.indexOf("Mobile Safari")||-1!==ve.indexOf("Chrome")||-1!==ve.indexOf("Windows Phone"))&&window.history&&"function"==typeof window.history.pushState);function _e(e,t){ce();var n=window.history;try{if(t){var r=a({},n.state);r.key=re(),n.replaceState(r,"",e)}else n.pushState({key:oe(ne())},"",e)}catch(n){window.location[t?"replace":"assign"](e)}}function be(e){_e(e,!0)}function ye(e,t,n){var a=function(r){r>=e.length?n():e[r]?t(e[r],(function(){a(r+1)})):a(r+1)};a(0)}var Me={redirected:2,aborted:4,cancelled:8,duplicated:16};function Ie(e,t){return ke(e,t,Me.redirected,'Redirected when going from "'+e.fullPath+'" to "'+function(e){if("string"==typeof e)return e;if("path"in e)return e.path;var t={};return Pe.forEach((function(n){n in e&&(t[n]=e[n])})),JSON.stringify(t,null,2)}(t)+'" via a navigation guard.')}function Be(e,t){return ke(e,t,Me.cancelled,'Navigation cancelled from "'+e.fullPath+'" to "'+t.fullPath+'" with a new navigation.')}function ke(e,t,n,a){var r=new Error(a);return r._isRouter=!0,r.from=e,r.to=t,r.type=n,r}var Pe=["params","query","hash"];function Te(e){return Object.prototype.toString.call(e).indexOf("Error")>-1}function we(e,t){return Te(e)&&e._isRouter&&(null==t||e.type===t)}function Ee(e){return function(t,n,a){var r=!1,o=0,i=null;Oe(e,(function(e,t,n,s){if("function"==typeof e&&void 0===e.cid){r=!0,o++;var l,c=Se((function(t){var r;((r=t).__esModule||Le&&"Module"===r[Symbol.toStringTag])&&(t=t.default),e.resolved="function"==typeof t?t:$.extend(t),n.components[s]=t,--o<=0&&a()})),u=Se((function(e){var t="Failed to resolve async component "+s+": "+e;i||(i=Te(e)?e:new Error(t),a(i))}));try{l=e(c,u)}catch(e){u(e)}if(l)if("function"==typeof l.then)l.then(c,u);else{var d=l.component;d&&"function"==typeof d.then&&d.then(c,u)}}})),r||a()}}function Oe(e,t){return Ae(e.map((function(e){return Object.keys(e.components).map((function(n){return t(e.components[n],e.instances[n],e,n)}))})))}function Ae(e){return Array.prototype.concat.apply([],e)}var Le="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function Se(e){var t=!1;return function(){for(var n=[],a=arguments.length;a--;)n[a]=arguments[a];if(!t)return t=!0,e.apply(this,n)}}var Ce=function(e,t){this.router=e,this.base=function(e){if(!e)if(X){var t=document.querySelector("base");e=(e=t&&t.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else e="/";"/"!==e.charAt(0)&&(e="/"+e);return e.replace(/\/$/,"")}(t),this.current=m,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function ze(e,t,n,a){var r=Oe(e,(function(e,a,r,o){var i=function(e,t){"function"!=typeof e&&(e=$.extend(e));return e.options[t]}(e,t);if(i)return Array.isArray(i)?i.map((function(e){return n(e,a,r,o)})):n(i,a,r,o)}));return Ae(a?r.reverse():r)}function xe(e,t){if(t)return function(){return e.apply(t,arguments)}}Ce.prototype.listen=function(e){this.cb=e},Ce.prototype.onReady=function(e,t){this.ready?e():(this.readyCbs.push(e),t&&this.readyErrorCbs.push(t))},Ce.prototype.onError=function(e){this.errorCbs.push(e)},Ce.prototype.transitionTo=function(e,t,n){var a,r=this;try{a=this.router.match(e,this.current)}catch(e){throw this.errorCbs.forEach((function(t){t(e)})),e}var o=this.current;this.confirmTransition(a,(function(){r.updateRoute(a),t&&t(a),r.ensureURL(),r.router.afterHooks.forEach((function(e){e&&e(a,o)})),r.ready||(r.ready=!0,r.readyCbs.forEach((function(e){e(a)})))}),(function(e){n&&n(e),e&&!r.ready&&(we(e,Me.redirected)&&o===m||(r.ready=!0,r.readyErrorCbs.forEach((function(t){t(e)}))))}))},Ce.prototype.confirmTransition=function(e,t,n){var a=this,r=this.current;this.pending=e;var o,i,s=function(e){!we(e)&&Te(e)&&(a.errorCbs.length?a.errorCbs.forEach((function(t){t(e)})):console.error(e)),n&&n(e)},l=e.matched.length-1,c=r.matched.length-1;if(_(e,r)&&l===c&&e.matched[l]===r.matched[c])return this.ensureURL(),e.hash&&le(this.router,r,e,!1),s(((i=ke(o=r,e,Me.duplicated,'Avoided redundant navigation to current location: "'+o.fullPath+'".')).name="NavigationDuplicated",i));var u=function(e,t){var n,a=Math.max(e.length,t.length);for(n=0;n<a&&e[n]===t[n];n++);return{updated:t.slice(0,n),activated:t.slice(n),deactivated:e.slice(n)}}(this.current.matched,e.matched),d=u.updated,h=u.deactivated,p=u.activated,f=[].concat(function(e){return ze(e,"beforeRouteLeave",xe,!0)}(h),this.router.beforeHooks,function(e){return ze(e,"beforeRouteUpdate",xe)}(d),p.map((function(e){return e.beforeEnter})),Ee(p)),m=function(t,n){if(a.pending!==e)return s(Be(r,e));try{t(e,r,(function(t){!1===t?(a.ensureURL(!0),s(function(e,t){return ke(e,t,Me.aborted,'Navigation aborted from "'+e.fullPath+'" to "'+t.fullPath+'" via a navigation guard.')}(r,e))):Te(t)?(a.ensureURL(!0),s(t)):"string"==typeof t||"object"==typeof t&&("string"==typeof t.path||"string"==typeof t.name)?(s(Ie(r,e)),"object"==typeof t&&t.replace?a.replace(t):a.push(t)):n(t)}))}catch(e){s(e)}};ye(f,m,(function(){var n=function(e){return ze(e,"beforeRouteEnter",(function(e,t,n,a){return function(e,t,n){return function(a,r,o){return e(a,r,(function(e){"function"==typeof e&&(t.enteredCbs[n]||(t.enteredCbs[n]=[]),t.enteredCbs[n].push(e)),o(e)}))}}(e,n,a)}))}(p);ye(n.concat(a.router.resolveHooks),m,(function(){if(a.pending!==e)return s(Be(r,e));a.pending=null,t(e),a.router.app&&a.router.app.$nextTick((function(){y(e)}))}))}))},Ce.prototype.updateRoute=function(e){this.current=e,this.cb&&this.cb(e)},Ce.prototype.setupListeners=function(){},Ce.prototype.teardown=function(){this.listeners.forEach((function(e){e()})),this.listeners=[],this.current=m,this.pending=null};var De=function(e){function t(t,n){e.call(this,t,n),this._startLocation=Fe(this.base)}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.setupListeners=function(){var e=this;if(!(this.listeners.length>0)){var t=this.router,n=t.options.scrollBehavior,a=ge&&n;a&&this.listeners.push(se());var r=function(){var n=e.current,r=Fe(e.base);e.current===m&&r===e._startLocation||e.transitionTo(r,(function(e){a&&le(t,e,n,!0)}))};window.addEventListener("popstate",r),this.listeners.push((function(){window.removeEventListener("popstate",r)}))}},t.prototype.go=function(e){window.history.go(e)},t.prototype.push=function(e,t,n){var a=this,r=this.current;this.transitionTo(e,(function(e){_e(k(a.base+e.fullPath)),le(a.router,e,r,!1),t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var a=this,r=this.current;this.transitionTo(e,(function(e){be(k(a.base+e.fullPath)),le(a.router,e,r,!1),t&&t(e)}),n)},t.prototype.ensureURL=function(e){if(Fe(this.base)!==this.current.fullPath){var t=k(this.base+this.current.fullPath);e?_e(t):be(t)}},t.prototype.getCurrentLocation=function(){return Fe(this.base)},t}(Ce);function Fe(e){var t=window.location.pathname,n=t.toLowerCase(),a=e.toLowerCase();return!e||n!==a&&0!==n.indexOf(k(a+"/"))||(t=t.slice(e.length)),(t||"/")+window.location.search+window.location.hash}var He=function(e){function t(t,n,a){e.call(this,t,n),a&&function(e){var t=Fe(e);if(!/^\/#/.test(t))return window.location.replace(k(e+"/#"+t)),!0}(this.base)||Ne()}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.setupListeners=function(){var e=this;if(!(this.listeners.length>0)){var t=this.router.options.scrollBehavior,n=ge&&t;n&&this.listeners.push(se());var a=function(){var t=e.current;Ne()&&e.transitionTo(Re(),(function(a){n&&le(e.router,a,t,!0),ge||je(a.fullPath)}))},r=ge?"popstate":"hashchange";window.addEventListener(r,a),this.listeners.push((function(){window.removeEventListener(r,a)}))}},t.prototype.push=function(e,t,n){var a=this,r=this.current;this.transitionTo(e,(function(e){Ye(e.fullPath),le(a.router,e,r,!1),t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var a=this,r=this.current;this.transitionTo(e,(function(e){je(e.fullPath),le(a.router,e,r,!1),t&&t(e)}),n)},t.prototype.go=function(e){window.history.go(e)},t.prototype.ensureURL=function(e){var t=this.current.fullPath;Re()!==t&&(e?Ye(t):je(t))},t.prototype.getCurrentLocation=function(){return Re()},t}(Ce);function Ne(){var e=Re();return"/"===e.charAt(0)||(je("/"+e),!1)}function Re(){var e=window.location.href,t=e.indexOf("#");return t<0?"":e=e.slice(t+1)}function Ve(e){var t=window.location.href,n=t.indexOf("#");return(n>=0?t.slice(0,n):t)+"#"+e}function Ye(e){ge?_e(Ve(e)):window.location.hash=e}function je(e){ge?be(Ve(e)):window.location.replace(Ve(e))}var $e=function(e){function t(t,n){e.call(this,t,n),this.stack=[],this.index=-1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.push=function(e,t,n){var a=this;this.transitionTo(e,(function(e){a.stack=a.stack.slice(0,a.index+1).concat(e),a.index++,t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var a=this;this.transitionTo(e,(function(e){a.stack=a.stack.slice(0,a.index).concat(e),t&&t(e)}),n)},t.prototype.go=function(e){var t=this,n=this.index+e;if(!(n<0||n>=this.stack.length)){var a=this.stack[n];this.confirmTransition(a,(function(){var e=t.current;t.index=n,t.updateRoute(a),t.router.afterHooks.forEach((function(t){t&&t(a,e)}))}),(function(e){we(e,Me.duplicated)&&(t.index=n)}))}},t.prototype.getCurrentLocation=function(){var e=this.stack[this.stack.length-1];return e?e.fullPath:"/"},t.prototype.ensureURL=function(){},t}(Ce),Ue=function(e){void 0===e&&(e={}),this.app=null,this.apps=[],this.options=e,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=Z(e.routes||[],this);var t=e.mode||"hash";switch(this.fallback="history"===t&&!ge&&!1!==e.fallback,this.fallback&&(t="hash"),X||(t="abstract"),this.mode=t,t){case"history":this.history=new De(this,e.base);break;case"hash":this.history=new He(this,e.base,this.fallback);break;case"abstract":this.history=new $e(this,e.base)}},Ge={currentRoute:{configurable:!0}};function We(e,t){return e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}Ue.prototype.match=function(e,t,n){return this.matcher.match(e,t,n)},Ge.currentRoute.get=function(){return this.history&&this.history.current},Ue.prototype.init=function(e){var t=this;if(this.apps.push(e),e.$once("hook:destroyed",(function(){var n=t.apps.indexOf(e);n>-1&&t.apps.splice(n,1),t.app===e&&(t.app=t.apps[0]||null),t.app||t.history.teardown()})),!this.app){this.app=e;var n=this.history;if(n instanceof De||n instanceof He){var a=function(e){n.setupListeners(),function(e){var a=n.current,r=t.options.scrollBehavior;ge&&r&&"fullPath"in e&&le(t,e,a,!1)}(e)};n.transitionTo(n.getCurrentLocation(),a,a)}n.listen((function(e){t.apps.forEach((function(t){t._route=e}))}))}},Ue.prototype.beforeEach=function(e){return We(this.beforeHooks,e)},Ue.prototype.beforeResolve=function(e){return We(this.resolveHooks,e)},Ue.prototype.afterEach=function(e){return We(this.afterHooks,e)},Ue.prototype.onReady=function(e,t){this.history.onReady(e,t)},Ue.prototype.onError=function(e){this.history.onError(e)},Ue.prototype.push=function(e,t,n){var a=this;if(!t&&!n&&"undefined"!=typeof Promise)return new Promise((function(t,n){a.history.push(e,t,n)}));this.history.push(e,t,n)},Ue.prototype.replace=function(e,t,n){var a=this;if(!t&&!n&&"undefined"!=typeof Promise)return new Promise((function(t,n){a.history.replace(e,t,n)}));this.history.replace(e,t,n)},Ue.prototype.go=function(e){this.history.go(e)},Ue.prototype.back=function(){this.go(-1)},Ue.prototype.forward=function(){this.go(1)},Ue.prototype.getMatchedComponents=function(e){var t=e?e.matched?e:this.resolve(e).route:this.currentRoute;return t?[].concat.apply([],t.matched.map((function(e){return Object.keys(e.components).map((function(t){return e.components[t]}))}))):[]},Ue.prototype.resolve=function(e,t,n){var a=j(e,t=t||this.history.current,n,this),r=this.match(a,t),o=r.redirectedFrom||r.fullPath,i=function(e,t,n){var a="hash"===n?"#"+t:t;return e?k(e+"/"+a):a}(this.history.base,o,this.mode);return{location:a,route:r,href:i,normalizedTo:a,resolved:r}},Ue.prototype.getRoutes=function(){return this.matcher.getRoutes()},Ue.prototype.addRoute=function(e,t){this.matcher.addRoute(e,t),this.history.current!==m&&this.history.transitionTo(this.history.getCurrentLocation())},Ue.prototype.addRoutes=function(e){this.matcher.addRoutes(e),this.history.current!==m&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(Ue.prototype,Ge),Ue.install=function e(t){if(!e.installed||$!==t){e.installed=!0,$=t;var n=function(e){return void 0!==e},a=function(e,t){var a=e.$options._parentVnode;n(a)&&n(a=a.data)&&n(a=a.registerRouteInstance)&&a(e,t)};t.mixin({beforeCreate:function(){n(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),t.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,a(this,this)},destroyed:function(){a(this)}}),Object.defineProperty(t.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(t.prototype,"$route",{get:function(){return this._routerRoot._route}}),t.component("RouterView",M),t.component("RouterLink",G);var r=t.config.optionMergeStrategies;r.beforeRouteEnter=r.beforeRouteLeave=r.beforeRouteUpdate=r.created}},Ue.version="3.5.4",Ue.isNavigationFailure=we,Ue.NavigationFailureType=Me,Ue.START_LOCATION=m,X&&window.Vue&&window.Vue.use(Ue);const qe=Ue},92987:(e,t,n)=>{"use strict";n.r(t),n.d(t,{converter:()=>l,createTimeago:()=>i,default:()=>c,install:()=>s});var a=n(66272),r=n.n(a),o=function(e,t,n){var a=n.includeSeconds,o=n.addSuffix;return void 0===o&&(o=!0),r()(e,{locale:t,includeSeconds:a,addSuffix:o})},i=function(e){void 0===e&&(e={});var t=e.locales||{};return{name:e.name||"Timeago",props:{datetime:{required:!0},title:{type:[String,Boolean]},locale:{type:String},autoUpdate:{type:[Number,Boolean]},converter:{type:Function},converterOptions:{type:Object}},data:function(){return{timeago:this.getTimeago()}},computed:{localeName:function(){return this.locale||this.$timeago.locale}},mounted:function(){this.startUpdater()},beforeDestroy:function(){this.stopUpdater()},render:function(e){return e("time",{attrs:{datetime:new Date(this.datetime).toISOString(),title:"string"==typeof this.title?this.title:!1===this.title?null:this.timeago}},[this.timeago])},methods:{getTimeago:function(n){return(this.converter||e.converter||o)(n||this.datetime,t[this.locale||this.$timeago.locale],this.converterOptions||{})},convert:function(e){this.timeago=this.getTimeago(e)},startUpdater:function(){var e=this;if(this.autoUpdate){var t=!0===this.autoUpdate?60:this.autoUpdate;this.updater=setInterval((function(){e.convert()}),1e3*t)}},stopUpdater:function(){this.updater&&(clearInterval(this.updater),this.updater=null)}},watch:{autoUpdate:function(e){this.stopUpdater(),e&&this.startUpdater()},datetime:function(){this.convert()},localeName:function(){this.convert()},converter:function(){this.convert()},converterOptions:{handler:function(){this.convert()},deep:!0}}}},s=function(e,t){if(!e.prototype.$timeago){0;var n={locale:t.locale};e.prototype.$timeago=e.observable?e.observable(n):new e({data:n});var a=i(t);e.component(a.name,a)}},l=o;const c=s},15235:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i});var a=n(89351),r=n.n(a),o={name:"vue-tribute",props:{options:{type:Object,required:!0}},watch:{options:{immediate:!1,deep:!0,handler:function(){var e=this;this.tribute&&setTimeout((function(){var t=e.$slots.default[0].elm;e.tribute.detach(t),setTimeout((function(){t=e.$slots.default[0].elm,e.tribute=new(r())(e.options),e.tribute.attach(t),t.tributeInstance=e.tribute}),0)}),0)}}},mounted:function(){if(void 0===r())throw new Error("[vue-tribute] cannot locate tributejs!");var e=this.$slots.default[0].elm;this.tribute=new(r())(this.options),this.tribute.attach(e),e.tributeInstance=this.tribute,e.addEventListener("tribute-replaced",(function(e){e.target.dispatchEvent(new Event("input",{bubbles:!0}))}))},beforeDestroy:function(){var e=this.$slots.default[0].elm;this.tribute&&this.tribute.detach(e)},render:function(e){return e("div",{staticClass:"v-tribute"},this.$slots.default)}};"undefined"!=typeof window&&window.Vue&&window.Vue.component(o.name,o);const i=o},70538:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>Bs});var a=Object.freeze({});function r(e){return null==e}function o(e){return null!=e}function i(e){return!0===e}function s(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function l(e){return null!==e&&"object"==typeof e}var c=Object.prototype.toString;function u(e){return"[object Object]"===c.call(e)}function d(e){return"[object RegExp]"===c.call(e)}function h(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function p(e){return o(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function f(e){return null==e?"":Array.isArray(e)||u(e)&&e.toString===c?JSON.stringify(e,null,2):String(e)}function m(e){var t=parseFloat(e);return isNaN(t)?e:t}function v(e,t){for(var n=Object.create(null),a=e.split(","),r=0;r<a.length;r++)n[a[r]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}var g=v("slot,component",!0),_=v("key,ref,slot,slot-scope,is");function b(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}var y=Object.prototype.hasOwnProperty;function M(e,t){return y.call(e,t)}function I(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var B=/-(\w)/g,k=I((function(e){return e.replace(B,(function(e,t){return t?t.toUpperCase():""}))})),P=I((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),T=/\B([A-Z])/g,w=I((function(e){return e.replace(T,"-$1").toLowerCase()}));var E=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var a=arguments.length;return a?a>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function O(e,t){t=t||0;for(var n=e.length-t,a=new Array(n);n--;)a[n]=e[n+t];return a}function A(e,t){for(var n in t)e[n]=t[n];return e}function L(e){for(var t={},n=0;n<e.length;n++)e[n]&&A(t,e[n]);return t}function S(e,t,n){}var C=function(e,t,n){return!1},z=function(e){return e};function x(e,t){if(e===t)return!0;var n=l(e),a=l(t);if(!n||!a)return!n&&!a&&String(e)===String(t);try{var r=Array.isArray(e),o=Array.isArray(t);if(r&&o)return e.length===t.length&&e.every((function(e,n){return x(e,t[n])}));if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(r||o)return!1;var i=Object.keys(e),s=Object.keys(t);return i.length===s.length&&i.every((function(n){return x(e[n],t[n])}))}catch(e){return!1}}function D(e,t){for(var n=0;n<e.length;n++)if(x(e[n],t))return n;return-1}function F(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}var H="data-server-rendered",N=["component","directive","filter"],R=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],V={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:C,isReservedAttr:C,isUnknownElement:C,getTagNamespace:S,parsePlatformTagName:z,mustUseProp:C,async:!0,_lifecycleHooks:R},Y=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function j(e){var t=(e+"").charCodeAt(0);return 36===t||95===t}function $(e,t,n,a){Object.defineProperty(e,t,{value:n,enumerable:!!a,writable:!0,configurable:!0})}var U=new RegExp("[^"+Y.source+".$_\\d]");var G,W="__proto__"in{},q="undefined"!=typeof window,X="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,J=X&&WXEnvironment.platform.toLowerCase(),K=q&&window.navigator.userAgent.toLowerCase(),Q=K&&/msie|trident/.test(K),Z=K&&K.indexOf("msie 9.0")>0,ee=K&&K.indexOf("edge/")>0,te=(K&&K.indexOf("android"),K&&/iphone|ipad|ipod|ios/.test(K)||"ios"===J),ne=(K&&/chrome\/\d+/.test(K),K&&/phantomjs/.test(K),K&&K.match(/firefox\/(\d+)/)),ae={}.watch,re=!1;if(q)try{var oe={};Object.defineProperty(oe,"passive",{get:function(){re=!0}}),window.addEventListener("test-passive",null,oe)}catch(e){}var ie=function(){return void 0===G&&(G=!q&&!X&&void 0!==n.g&&(n.g.process&&"server"===n.g.process.env.VUE_ENV)),G},se=q&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function le(e){return"function"==typeof e&&/native code/.test(e.toString())}var ce,ue="undefined"!=typeof Symbol&&le(Symbol)&&"undefined"!=typeof Reflect&&le(Reflect.ownKeys);ce="undefined"!=typeof Set&&le(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var de=S,he=0,pe=function(){this.id=he++,this.subs=[]};pe.prototype.addSub=function(e){this.subs.push(e)},pe.prototype.removeSub=function(e){b(this.subs,e)},pe.prototype.depend=function(){pe.target&&pe.target.addDep(this)},pe.prototype.notify=function(){var e=this.subs.slice();for(var t=0,n=e.length;t<n;t++)e[t].update()},pe.target=null;var fe=[];function me(e){fe.push(e),pe.target=e}function ve(){fe.pop(),pe.target=fe[fe.length-1]}var ge=function(e,t,n,a,r,o,i,s){this.tag=e,this.data=t,this.children=n,this.text=a,this.elm=r,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=i,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},_e={child:{configurable:!0}};_e.child.get=function(){return this.componentInstance},Object.defineProperties(ge.prototype,_e);var be=function(e){void 0===e&&(e="");var t=new ge;return t.text=e,t.isComment=!0,t};function ye(e){return new ge(void 0,void 0,void 0,String(e))}function Me(e){var t=new ge(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}var Ie=Array.prototype,Be=Object.create(Ie);["push","pop","shift","unshift","splice","sort","reverse"].forEach((function(e){var t=Ie[e];$(Be,e,(function(){for(var n=[],a=arguments.length;a--;)n[a]=arguments[a];var r,o=t.apply(this,n),i=this.__ob__;switch(e){case"push":case"unshift":r=n;break;case"splice":r=n.slice(2)}return r&&i.observeArray(r),i.dep.notify(),o}))}));var ke=Object.getOwnPropertyNames(Be),Pe=!0;function Te(e){Pe=e}var we=function(e){this.value=e,this.dep=new pe,this.vmCount=0,$(e,"__ob__",this),Array.isArray(e)?(W?function(e,t){e.__proto__=t}(e,Be):function(e,t,n){for(var a=0,r=n.length;a<r;a++){var o=n[a];$(e,o,t[o])}}(e,Be,ke),this.observeArray(e)):this.walk(e)};function Ee(e,t){var n;if(l(e)&&!(e instanceof ge))return M(e,"__ob__")&&e.__ob__ instanceof we?n=e.__ob__:Pe&&!ie()&&(Array.isArray(e)||u(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new we(e)),t&&n&&n.vmCount++,n}function Oe(e,t,n,a,r){var o=new pe,i=Object.getOwnPropertyDescriptor(e,t);if(!i||!1!==i.configurable){var s=i&&i.get,l=i&&i.set;s&&!l||2!==arguments.length||(n=e[t]);var c=!r&&Ee(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=s?s.call(e):n;return pe.target&&(o.depend(),c&&(c.dep.depend(),Array.isArray(t)&&Se(t))),t},set:function(t){var a=s?s.call(e):n;t===a||t!=t&&a!=a||s&&!l||(l?l.call(e,t):n=t,c=!r&&Ee(t),o.notify())}})}}function Ae(e,t,n){if(Array.isArray(e)&&h(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var a=e.__ob__;return e._isVue||a&&a.vmCount?n:a?(Oe(a.value,t,n),a.dep.notify(),n):(e[t]=n,n)}function Le(e,t){if(Array.isArray(e)&&h(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||M(e,t)&&(delete e[t],n&&n.dep.notify())}}function Se(e){for(var t=void 0,n=0,a=e.length;n<a;n++)(t=e[n])&&t.__ob__&&t.__ob__.dep.depend(),Array.isArray(t)&&Se(t)}we.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)Oe(e,t[n])},we.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)Ee(e[t])};var Ce=V.optionMergeStrategies;function ze(e,t){if(!t)return e;for(var n,a,r,o=ue?Reflect.ownKeys(t):Object.keys(t),i=0;i<o.length;i++)"__ob__"!==(n=o[i])&&(a=e[n],r=t[n],M(e,n)?a!==r&&u(a)&&u(r)&&ze(a,r):Ae(e,n,r));return e}function xe(e,t,n){return n?function(){var a="function"==typeof t?t.call(n,n):t,r="function"==typeof e?e.call(n,n):e;return a?ze(a,r):r}:t?e?function(){return ze("function"==typeof t?t.call(this,this):t,"function"==typeof e?e.call(this,this):e)}:t:e}function De(e,t){var n=t?e?e.concat(t):Array.isArray(t)?t:[t]:e;return n?function(e){for(var t=[],n=0;n<e.length;n++)-1===t.indexOf(e[n])&&t.push(e[n]);return t}(n):n}function Fe(e,t,n,a){var r=Object.create(e||null);return t?A(r,t):r}Ce.data=function(e,t,n){return n?xe(e,t,n):t&&"function"!=typeof t?e:xe(e,t)},R.forEach((function(e){Ce[e]=De})),N.forEach((function(e){Ce[e+"s"]=Fe})),Ce.watch=function(e,t,n,a){if(e===ae&&(e=void 0),t===ae&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var r={};for(var o in A(r,e),t){var i=r[o],s=t[o];i&&!Array.isArray(i)&&(i=[i]),r[o]=i?i.concat(s):Array.isArray(s)?s:[s]}return r},Ce.props=Ce.methods=Ce.inject=Ce.computed=function(e,t,n,a){if(!e)return t;var r=Object.create(null);return A(r,e),t&&A(r,t),r},Ce.provide=xe;var He=function(e,t){return void 0===t?e:t};function Ne(e,t,n){if("function"==typeof t&&(t=t.options),function(e,t){var n=e.props;if(n){var a,r,o={};if(Array.isArray(n))for(a=n.length;a--;)"string"==typeof(r=n[a])&&(o[k(r)]={type:null});else if(u(n))for(var i in n)r=n[i],o[k(i)]=u(r)?r:{type:r};e.props=o}}(t),function(e,t){var n=e.inject;if(n){var a=e.inject={};if(Array.isArray(n))for(var r=0;r<n.length;r++)a[n[r]]={from:n[r]};else if(u(n))for(var o in n){var i=n[o];a[o]=u(i)?A({from:o},i):{from:i}}}}(t),function(e){var t=e.directives;if(t)for(var n in t){var a=t[n];"function"==typeof a&&(t[n]={bind:a,update:a})}}(t),!t._base&&(t.extends&&(e=Ne(e,t.extends,n)),t.mixins))for(var a=0,r=t.mixins.length;a<r;a++)e=Ne(e,t.mixins[a],n);var o,i={};for(o in e)s(o);for(o in t)M(e,o)||s(o);function s(a){var r=Ce[a]||He;i[a]=r(e[a],t[a],n,a)}return i}function Re(e,t,n,a){if("string"==typeof n){var r=e[t];if(M(r,n))return r[n];var o=k(n);if(M(r,o))return r[o];var i=P(o);return M(r,i)?r[i]:r[n]||r[o]||r[i]}}function Ve(e,t,n,a){var r=t[e],o=!M(n,e),i=n[e],s=Ue(Boolean,r.type);if(s>-1)if(o&&!M(r,"default"))i=!1;else if(""===i||i===w(e)){var l=Ue(String,r.type);(l<0||s<l)&&(i=!0)}if(void 0===i){i=function(e,t,n){if(!M(t,"default"))return;var a=t.default;0;if(e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n])return e._props[n];return"function"==typeof a&&"Function"!==je(t.type)?a.call(e):a}(a,r,e);var c=Pe;Te(!0),Ee(i),Te(c)}return i}var Ye=/^\s*function (\w+)/;function je(e){var t=e&&e.toString().match(Ye);return t?t[1]:""}function $e(e,t){return je(e)===je(t)}function Ue(e,t){if(!Array.isArray(t))return $e(t,e)?0:-1;for(var n=0,a=t.length;n<a;n++)if($e(t[n],e))return n;return-1}function Ge(e,t,n){me();try{if(t)for(var a=t;a=a.$parent;){var r=a.$options.errorCaptured;if(r)for(var o=0;o<r.length;o++)try{if(!1===r[o].call(a,e,t,n))return}catch(e){qe(e,a,"errorCaptured hook")}}qe(e,t,n)}finally{ve()}}function We(e,t,n,a,r){var o;try{(o=n?e.apply(t,n):e.call(t))&&!o._isVue&&p(o)&&!o._handled&&(o.catch((function(e){return Ge(e,a,r+" (Promise/async)")})),o._handled=!0)}catch(e){Ge(e,a,r)}return o}function qe(e,t,n){if(V.errorHandler)try{return V.errorHandler.call(null,e,t,n)}catch(t){t!==e&&Xe(t,null,"config.errorHandler")}Xe(e,t,n)}function Xe(e,t,n){if(!q&&!X||"undefined"==typeof console)throw e;console.error(e)}var Je,Ke=!1,Qe=[],Ze=!1;function et(){Ze=!1;var e=Qe.slice(0);Qe.length=0;for(var t=0;t<e.length;t++)e[t]()}if("undefined"!=typeof Promise&&le(Promise)){var tt=Promise.resolve();Je=function(){tt.then(et),te&&setTimeout(S)},Ke=!0}else if(Q||"undefined"==typeof MutationObserver||!le(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())Je="undefined"!=typeof setImmediate&&le(setImmediate)?function(){setImmediate(et)}:function(){setTimeout(et,0)};else{var nt=1,at=new MutationObserver(et),rt=document.createTextNode(String(nt));at.observe(rt,{characterData:!0}),Je=function(){nt=(nt+1)%2,rt.data=String(nt)},Ke=!0}function ot(e,t){var n;if(Qe.push((function(){if(e)try{e.call(t)}catch(e){Ge(e,t,"nextTick")}else n&&n(t)})),Ze||(Ze=!0,Je()),!e&&"undefined"!=typeof Promise)return new Promise((function(e){n=e}))}var it=new ce;function st(e){lt(e,it),it.clear()}function lt(e,t){var n,a,r=Array.isArray(e);if(!(!r&&!l(e)||Object.isFrozen(e)||e instanceof ge)){if(e.__ob__){var o=e.__ob__.dep.id;if(t.has(o))return;t.add(o)}if(r)for(n=e.length;n--;)lt(e[n],t);else for(n=(a=Object.keys(e)).length;n--;)lt(e[a[n]],t)}}var ct=I((function(e){var t="&"===e.charAt(0),n="~"===(e=t?e.slice(1):e).charAt(0),a="!"===(e=n?e.slice(1):e).charAt(0);return{name:e=a?e.slice(1):e,once:n,capture:a,passive:t}}));function ut(e,t){function n(){var e=arguments,a=n.fns;if(!Array.isArray(a))return We(a,null,arguments,t,"v-on handler");for(var r=a.slice(),o=0;o<r.length;o++)We(r[o],null,e,t,"v-on handler")}return n.fns=e,n}function dt(e,t,n,a,o,s){var l,c,u,d;for(l in e)c=e[l],u=t[l],d=ct(l),r(c)||(r(u)?(r(c.fns)&&(c=e[l]=ut(c,s)),i(d.once)&&(c=e[l]=o(d.name,c,d.capture)),n(d.name,c,d.capture,d.passive,d.params)):c!==u&&(u.fns=c,e[l]=u));for(l in t)r(e[l])&&a((d=ct(l)).name,t[l],d.capture)}function ht(e,t,n){var a;e instanceof ge&&(e=e.data.hook||(e.data.hook={}));var s=e[t];function l(){n.apply(this,arguments),b(a.fns,l)}r(s)?a=ut([l]):o(s.fns)&&i(s.merged)?(a=s).fns.push(l):a=ut([s,l]),a.merged=!0,e[t]=a}function pt(e,t,n,a,r){if(o(t)){if(M(t,n))return e[n]=t[n],r||delete t[n],!0;if(M(t,a))return e[n]=t[a],r||delete t[a],!0}return!1}function ft(e){return s(e)?[ye(e)]:Array.isArray(e)?vt(e):void 0}function mt(e){return o(e)&&o(e.text)&&!1===e.isComment}function vt(e,t){var n,a,l,c,u=[];for(n=0;n<e.length;n++)r(a=e[n])||"boolean"==typeof a||(c=u[l=u.length-1],Array.isArray(a)?a.length>0&&(mt((a=vt(a,(t||"")+"_"+n))[0])&&mt(c)&&(u[l]=ye(c.text+a[0].text),a.shift()),u.push.apply(u,a)):s(a)?mt(c)?u[l]=ye(c.text+a):""!==a&&u.push(ye(a)):mt(a)&&mt(c)?u[l]=ye(c.text+a.text):(i(e._isVList)&&o(a.tag)&&r(a.key)&&o(t)&&(a.key="__vlist"+t+"_"+n+"__"),u.push(a)));return u}function gt(e,t){if(e){for(var n=Object.create(null),a=ue?Reflect.ownKeys(e):Object.keys(e),r=0;r<a.length;r++){var o=a[r];if("__ob__"!==o){for(var i=e[o].from,s=t;s;){if(s._provided&&M(s._provided,i)){n[o]=s._provided[i];break}s=s.$parent}if(!s)if("default"in e[o]){var l=e[o].default;n[o]="function"==typeof l?l.call(t):l}else 0}}return n}}function _t(e,t){if(!e||!e.length)return{};for(var n={},a=0,r=e.length;a<r;a++){var o=e[a],i=o.data;if(i&&i.attrs&&i.attrs.slot&&delete i.attrs.slot,o.context!==t&&o.fnContext!==t||!i||null==i.slot)(n.default||(n.default=[])).push(o);else{var s=i.slot,l=n[s]||(n[s]=[]);"template"===o.tag?l.push.apply(l,o.children||[]):l.push(o)}}for(var c in n)n[c].every(bt)&&delete n[c];return n}function bt(e){return e.isComment&&!e.asyncFactory||" "===e.text}function yt(e){return e.isComment&&e.asyncFactory}function Mt(e,t,n){var r,o=Object.keys(t).length>0,i=e?!!e.$stable:!o,s=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(i&&n&&n!==a&&s===n.$key&&!o&&!n.$hasNormal)return n;for(var l in r={},e)e[l]&&"$"!==l[0]&&(r[l]=It(t,l,e[l]))}else r={};for(var c in t)c in r||(r[c]=Bt(t,c));return e&&Object.isExtensible(e)&&(e._normalized=r),$(r,"$stable",i),$(r,"$key",s),$(r,"$hasNormal",o),r}function It(e,t,n){var a=function(){var e=arguments.length?n.apply(null,arguments):n({}),t=(e=e&&"object"==typeof e&&!Array.isArray(e)?[e]:ft(e))&&e[0];return e&&(!t||1===e.length&&t.isComment&&!yt(t))?void 0:e};return n.proxy&&Object.defineProperty(e,t,{get:a,enumerable:!0,configurable:!0}),a}function Bt(e,t){return function(){return e[t]}}function kt(e,t){var n,a,r,i,s;if(Array.isArray(e)||"string"==typeof e)for(n=new Array(e.length),a=0,r=e.length;a<r;a++)n[a]=t(e[a],a);else if("number"==typeof e)for(n=new Array(e),a=0;a<e;a++)n[a]=t(a+1,a);else if(l(e))if(ue&&e[Symbol.iterator]){n=[];for(var c=e[Symbol.iterator](),u=c.next();!u.done;)n.push(t(u.value,n.length)),u=c.next()}else for(i=Object.keys(e),n=new Array(i.length),a=0,r=i.length;a<r;a++)s=i[a],n[a]=t(e[s],s,a);return o(n)||(n=[]),n._isVList=!0,n}function Pt(e,t,n,a){var r,o=this.$scopedSlots[e];o?(n=n||{},a&&(n=A(A({},a),n)),r=o(n)||("function"==typeof t?t():t)):r=this.$slots[e]||("function"==typeof t?t():t);var i=n&&n.slot;return i?this.$createElement("template",{slot:i},r):r}function Tt(e){return Re(this.$options,"filters",e)||z}function wt(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t}function Et(e,t,n,a,r){var o=V.keyCodes[t]||n;return r&&a&&!V.keyCodes[t]?wt(r,a):o?wt(o,e):a?w(a)!==t:void 0===e}function Ot(e,t,n,a,r){if(n)if(l(n)){var o;Array.isArray(n)&&(n=L(n));var i=function(i){if("class"===i||"style"===i||_(i))o=e;else{var s=e.attrs&&e.attrs.type;o=a||V.mustUseProp(t,s,i)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var l=k(i),c=w(i);l in o||c in o||(o[i]=n[i],r&&((e.on||(e.on={}))["update:"+i]=function(e){n[i]=e}))};for(var s in n)i(s)}else;return e}function At(e,t){var n=this._staticTrees||(this._staticTrees=[]),a=n[e];return a&&!t||St(a=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),"__static__"+e,!1),a}function Lt(e,t,n){return St(e,"__once__"+t+(n?"_"+n:""),!0),e}function St(e,t,n){if(Array.isArray(e))for(var a=0;a<e.length;a++)e[a]&&"string"!=typeof e[a]&&Ct(e[a],t+"_"+a,n);else Ct(e,t,n)}function Ct(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function zt(e,t){if(t)if(u(t)){var n=e.on=e.on?A({},e.on):{};for(var a in t){var r=n[a],o=t[a];n[a]=r?[].concat(r,o):o}}else;return e}function xt(e,t,n,a){t=t||{$stable:!n};for(var r=0;r<e.length;r++){var o=e[r];Array.isArray(o)?xt(o,t,n):o&&(o.proxy&&(o.fn.proxy=!0),t[o.key]=o.fn)}return a&&(t.$key=a),t}function Dt(e,t){for(var n=0;n<t.length;n+=2){var a=t[n];"string"==typeof a&&a&&(e[t[n]]=t[n+1])}return e}function Ft(e,t){return"string"==typeof e?t+e:e}function Ht(e){e._o=Lt,e._n=m,e._s=f,e._l=kt,e._t=Pt,e._q=x,e._i=D,e._m=At,e._f=Tt,e._k=Et,e._b=Ot,e._v=ye,e._e=be,e._u=xt,e._g=zt,e._d=Dt,e._p=Ft}function Nt(e,t,n,r,o){var s,l=this,c=o.options;M(r,"_uid")?(s=Object.create(r))._original=r:(s=r,r=r._original);var u=i(c._compiled),d=!u;this.data=e,this.props=t,this.children=n,this.parent=r,this.listeners=e.on||a,this.injections=gt(c.inject,r),this.slots=function(){return l.$slots||Mt(e.scopedSlots,l.$slots=_t(n,r)),l.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return Mt(e.scopedSlots,this.slots())}}),u&&(this.$options=c,this.$slots=this.slots(),this.$scopedSlots=Mt(e.scopedSlots,this.$slots)),c._scopeId?this._c=function(e,t,n,a){var o=Gt(s,e,t,n,a,d);return o&&!Array.isArray(o)&&(o.fnScopeId=c._scopeId,o.fnContext=r),o}:this._c=function(e,t,n,a){return Gt(s,e,t,n,a,d)}}function Rt(e,t,n,a,r){var o=Me(e);return o.fnContext=n,o.fnOptions=a,t.slot&&((o.data||(o.data={})).slot=t.slot),o}function Vt(e,t){for(var n in t)e[k(n)]=t[n]}Ht(Nt.prototype);var Yt={init:function(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var n=e;Yt.prepatch(n,n)}else{(e.componentInstance=function(e,t){var n={_isComponent:!0,_parentVnode:e,parent:t},a=e.data.inlineTemplate;o(a)&&(n.render=a.render,n.staticRenderFns=a.staticRenderFns);return new e.componentOptions.Ctor(n)}(e,nn)).$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var n=t.componentOptions;!function(e,t,n,r,o){0;var i=r.data.scopedSlots,s=e.$scopedSlots,l=!!(i&&!i.$stable||s!==a&&!s.$stable||i&&e.$scopedSlots.$key!==i.$key||!i&&e.$scopedSlots.$key),c=!!(o||e.$options._renderChildren||l);e.$options._parentVnode=r,e.$vnode=r,e._vnode&&(e._vnode.parent=r);if(e.$options._renderChildren=o,e.$attrs=r.data.attrs||a,e.$listeners=n||a,t&&e.$options.props){Te(!1);for(var u=e._props,d=e.$options._propKeys||[],h=0;h<d.length;h++){var p=d[h],f=e.$options.props;u[p]=Ve(p,f,t,e)}Te(!0),e.$options.propsData=t}n=n||a;var m=e.$options._parentListeners;e.$options._parentListeners=n,tn(e,n,m),c&&(e.$slots=_t(o,r.context),e.$forceUpdate());0}(t.componentInstance=e.componentInstance,n.propsData,n.listeners,t,n.children)},insert:function(e){var t,n=e.context,a=e.componentInstance;a._isMounted||(a._isMounted=!0,ln(a,"mounted")),e.data.keepAlive&&(n._isMounted?((t=a)._inactive=!1,un.push(t)):on(a,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?sn(t,!0):t.$destroy())}},jt=Object.keys(Yt);function $t(e,t,n,s,c){if(!r(e)){var u=n.$options._base;if(l(e)&&(e=u.extend(e)),"function"==typeof e){var d;if(r(e.cid)&&(e=function(e,t){if(i(e.error)&&o(e.errorComp))return e.errorComp;if(o(e.resolved))return e.resolved;var n=Xt;n&&o(e.owners)&&-1===e.owners.indexOf(n)&&e.owners.push(n);if(i(e.loading)&&o(e.loadingComp))return e.loadingComp;if(n&&!o(e.owners)){var a=e.owners=[n],s=!0,c=null,u=null;n.$on("hook:destroyed",(function(){return b(a,n)}));var d=function(e){for(var t=0,n=a.length;t<n;t++)a[t].$forceUpdate();e&&(a.length=0,null!==c&&(clearTimeout(c),c=null),null!==u&&(clearTimeout(u),u=null))},h=F((function(n){e.resolved=Jt(n,t),s?a.length=0:d(!0)})),f=F((function(t){o(e.errorComp)&&(e.error=!0,d(!0))})),m=e(h,f);return l(m)&&(p(m)?r(e.resolved)&&m.then(h,f):p(m.component)&&(m.component.then(h,f),o(m.error)&&(e.errorComp=Jt(m.error,t)),o(m.loading)&&(e.loadingComp=Jt(m.loading,t),0===m.delay?e.loading=!0:c=setTimeout((function(){c=null,r(e.resolved)&&r(e.error)&&(e.loading=!0,d(!1))}),m.delay||200)),o(m.timeout)&&(u=setTimeout((function(){u=null,r(e.resolved)&&f(null)}),m.timeout)))),s=!1,e.loading?e.loadingComp:e.resolved}}(d=e,u),void 0===e))return function(e,t,n,a,r){var o=be();return o.asyncFactory=e,o.asyncMeta={data:t,context:n,children:a,tag:r},o}(d,t,n,s,c);t=t||{},An(e),o(t.model)&&function(e,t){var n=e.model&&e.model.prop||"value",a=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[n]=t.model.value;var r=t.on||(t.on={}),i=r[a],s=t.model.callback;o(i)?(Array.isArray(i)?-1===i.indexOf(s):i!==s)&&(r[a]=[s].concat(i)):r[a]=s}(e.options,t);var h=function(e,t,n){var a=t.options.props;if(!r(a)){var i={},s=e.attrs,l=e.props;if(o(s)||o(l))for(var c in a){var u=w(c);pt(i,l,c,u,!0)||pt(i,s,c,u,!1)}return i}}(t,e);if(i(e.options.functional))return function(e,t,n,r,i){var s=e.options,l={},c=s.props;if(o(c))for(var u in c)l[u]=Ve(u,c,t||a);else o(n.attrs)&&Vt(l,n.attrs),o(n.props)&&Vt(l,n.props);var d=new Nt(n,l,i,r,e),h=s.render.call(null,d._c,d);if(h instanceof ge)return Rt(h,n,d.parent,s);if(Array.isArray(h)){for(var p=ft(h)||[],f=new Array(p.length),m=0;m<p.length;m++)f[m]=Rt(p[m],n,d.parent,s);return f}}(e,h,t,n,s);var f=t.on;if(t.on=t.nativeOn,i(e.options.abstract)){var m=t.slot;t={},m&&(t.slot=m)}!function(e){for(var t=e.hook||(e.hook={}),n=0;n<jt.length;n++){var a=jt[n],r=t[a],o=Yt[a];r===o||r&&r._merged||(t[a]=r?Ut(o,r):o)}}(t);var v=e.options.name||c;return new ge("vue-component-"+e.cid+(v?"-"+v:""),t,void 0,void 0,void 0,n,{Ctor:e,propsData:h,listeners:f,tag:c,children:s},d)}}}function Ut(e,t){var n=function(n,a){e(n,a),t(n,a)};return n._merged=!0,n}function Gt(e,t,n,a,r,c){return(Array.isArray(n)||s(n))&&(r=a,a=n,n=void 0),i(c)&&(r=2),function(e,t,n,a,r){if(o(n)&&o(n.__ob__))return be();o(n)&&o(n.is)&&(t=n.is);if(!t)return be();0;Array.isArray(a)&&"function"==typeof a[0]&&((n=n||{}).scopedSlots={default:a[0]},a.length=0);2===r?a=ft(a):1===r&&(a=function(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(a));var i,s;if("string"==typeof t){var c;s=e.$vnode&&e.$vnode.ns||V.getTagNamespace(t),i=V.isReservedTag(t)?new ge(V.parsePlatformTagName(t),n,a,void 0,void 0,e):n&&n.pre||!o(c=Re(e.$options,"components",t))?new ge(t,n,a,void 0,void 0,e):$t(c,n,e,a,t)}else i=$t(t,n,e,a);return Array.isArray(i)?i:o(i)?(o(s)&&Wt(i,s),o(n)&&function(e){l(e.style)&&st(e.style);l(e.class)&&st(e.class)}(n),i):be()}(e,t,n,a,r)}function Wt(e,t,n){if(e.ns=t,"foreignObject"===e.tag&&(t=void 0,n=!0),o(e.children))for(var a=0,s=e.children.length;a<s;a++){var l=e.children[a];o(l.tag)&&(r(l.ns)||i(n)&&"svg"!==l.tag)&&Wt(l,t,n)}}var qt,Xt=null;function Jt(e,t){return(e.__esModule||ue&&"Module"===e[Symbol.toStringTag])&&(e=e.default),l(e)?t.extend(e):e}function Kt(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(o(n)&&(o(n.componentOptions)||yt(n)))return n}}function Qt(e,t){qt.$on(e,t)}function Zt(e,t){qt.$off(e,t)}function en(e,t){var n=qt;return function a(){var r=t.apply(null,arguments);null!==r&&n.$off(e,a)}}function tn(e,t,n){qt=e,dt(t,n||{},Qt,Zt,en,e),qt=void 0}var nn=null;function an(e){var t=nn;return nn=e,function(){nn=t}}function rn(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function on(e,t){if(t){if(e._directInactive=!1,rn(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)on(e.$children[n]);ln(e,"activated")}}function sn(e,t){if(!(t&&(e._directInactive=!0,rn(e))||e._inactive)){e._inactive=!0;for(var n=0;n<e.$children.length;n++)sn(e.$children[n]);ln(e,"deactivated")}}function ln(e,t){me();var n=e.$options[t],a=t+" hook";if(n)for(var r=0,o=n.length;r<o;r++)We(n[r],e,null,e,a);e._hasHookEvent&&e.$emit("hook:"+t),ve()}var cn=[],un=[],dn={},hn=!1,pn=!1,fn=0;var mn=0,vn=Date.now;if(q&&!Q){var gn=window.performance;gn&&"function"==typeof gn.now&&vn()>document.createEvent("Event").timeStamp&&(vn=function(){return gn.now()})}function _n(){var e,t;for(mn=vn(),pn=!0,cn.sort((function(e,t){return e.id-t.id})),fn=0;fn<cn.length;fn++)(e=cn[fn]).before&&e.before(),t=e.id,dn[t]=null,e.run();var n=un.slice(),a=cn.slice();fn=cn.length=un.length=0,dn={},hn=pn=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,on(e[t],!0)}(n),function(e){var t=e.length;for(;t--;){var n=e[t],a=n.vm;a._watcher===n&&a._isMounted&&!a._isDestroyed&&ln(a,"updated")}}(a),se&&V.devtools&&se.emit("flush")}var bn=0,yn=function(e,t,n,a,r){this.vm=e,r&&(e._watcher=this),e._watchers.push(this),a?(this.deep=!!a.deep,this.user=!!a.user,this.lazy=!!a.lazy,this.sync=!!a.sync,this.before=a.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++bn,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ce,this.newDepIds=new ce,this.expression="","function"==typeof t?this.getter=t:(this.getter=function(e){if(!U.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=S)),this.value=this.lazy?void 0:this.get()};yn.prototype.get=function(){var e;me(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;Ge(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&st(e),ve(),this.cleanupDeps()}return e},yn.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},yn.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},yn.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(e){var t=e.id;if(null==dn[t]){if(dn[t]=!0,pn){for(var n=cn.length-1;n>fn&&cn[n].id>e.id;)n--;cn.splice(n+1,0,e)}else cn.push(e);hn||(hn=!0,ot(_n))}}(this)},yn.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||l(e)||this.deep){var t=this.value;if(this.value=e,this.user){var n='callback for watcher "'+this.expression+'"';We(this.cb,this.vm,[e,t],this.vm,n)}else this.cb.call(this.vm,e,t)}}},yn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},yn.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},yn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||b(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var Mn={enumerable:!0,configurable:!0,get:S,set:S};function In(e,t,n){Mn.get=function(){return this[t][n]},Mn.set=function(e){this[t][n]=e},Object.defineProperty(e,n,Mn)}function Bn(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var n=e.$options.propsData||{},a=e._props={},r=e.$options._propKeys=[];e.$parent&&Te(!1);var o=function(o){r.push(o);var i=Ve(o,t,n,e);Oe(a,o,i),o in e||In(e,"_props",o)};for(var i in t)o(i);Te(!0)}(e,t.props),t.methods&&function(e,t){e.$options.props;for(var n in t)e[n]="function"!=typeof t[n]?S:E(t[n],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;u(t=e._data="function"==typeof t?function(e,t){me();try{return e.call(t,t)}catch(e){return Ge(e,t,"data()"),{}}finally{ve()}}(t,e):t||{})||(t={});var n=Object.keys(t),a=e.$options.props,r=(e.$options.methods,n.length);for(;r--;){var o=n[r];0,a&&M(a,o)||j(o)||In(e,"_data",o)}Ee(t,!0)}(e):Ee(e._data={},!0),t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),a=ie();for(var r in t){var o=t[r],i="function"==typeof o?o:o.get;0,a||(n[r]=new yn(e,i||S,S,kn)),r in e||Pn(e,r,o)}}(e,t.computed),t.watch&&t.watch!==ae&&function(e,t){for(var n in t){var a=t[n];if(Array.isArray(a))for(var r=0;r<a.length;r++)En(e,n,a[r]);else En(e,n,a)}}(e,t.watch)}var kn={lazy:!0};function Pn(e,t,n){var a=!ie();"function"==typeof n?(Mn.get=a?Tn(t):wn(n),Mn.set=S):(Mn.get=n.get?a&&!1!==n.cache?Tn(t):wn(n.get):S,Mn.set=n.set||S),Object.defineProperty(e,t,Mn)}function Tn(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),pe.target&&t.depend(),t.value}}function wn(e){return function(){return e.call(this,this)}}function En(e,t,n,a){return u(n)&&(a=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,a)}var On=0;function An(e){var t=e.options;if(e.super){var n=An(e.super);if(n!==e.superOptions){e.superOptions=n;var a=function(e){var t,n=e.options,a=e.sealedOptions;for(var r in n)n[r]!==a[r]&&(t||(t={}),t[r]=n[r]);return t}(e);a&&A(e.extendOptions,a),(t=e.options=Ne(n,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function Ln(e){this._init(e)}function Sn(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,a=n.cid,r=e._Ctor||(e._Ctor={});if(r[a])return r[a];var o=e.name||n.options.name;var i=function(e){this._init(e)};return(i.prototype=Object.create(n.prototype)).constructor=i,i.cid=t++,i.options=Ne(n.options,e),i.super=n,i.options.props&&function(e){var t=e.options.props;for(var n in t)In(e.prototype,"_props",n)}(i),i.options.computed&&function(e){var t=e.options.computed;for(var n in t)Pn(e.prototype,n,t[n])}(i),i.extend=n.extend,i.mixin=n.mixin,i.use=n.use,N.forEach((function(e){i[e]=n[e]})),o&&(i.options.components[o]=i),i.superOptions=n.options,i.extendOptions=e,i.sealedOptions=A({},i.options),r[a]=i,i}}function Cn(e){return e&&(e.Ctor.options.name||e.tag)}function zn(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!d(e)&&e.test(t)}function xn(e,t){var n=e.cache,a=e.keys,r=e._vnode;for(var o in n){var i=n[o];if(i){var s=i.name;s&&!t(s)&&Dn(n,o,a,r)}}}function Dn(e,t,n,a){var r=e[t];!r||a&&r.tag===a.tag||r.componentInstance.$destroy(),e[t]=null,b(n,t)}!function(e){e.prototype._init=function(e){var t=this;t._uid=On++,t._isVue=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),a=t._parentVnode;n.parent=t.parent,n._parentVnode=a;var r=a.componentOptions;n.propsData=r.propsData,n._parentListeners=r.listeners,n._renderChildren=r.children,n._componentTag=r.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=Ne(An(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&tn(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,r=n&&n.context;e.$slots=_t(t._renderChildren,r),e.$scopedSlots=a,e._c=function(t,n,a,r){return Gt(e,t,n,a,r,!1)},e.$createElement=function(t,n,a,r){return Gt(e,t,n,a,r,!0)};var o=n&&n.data;Oe(e,"$attrs",o&&o.attrs||a,null,!0),Oe(e,"$listeners",t._parentListeners||a,null,!0)}(t),ln(t,"beforeCreate"),function(e){var t=gt(e.$options.inject,e);t&&(Te(!1),Object.keys(t).forEach((function(n){Oe(e,n,t[n])})),Te(!0))}(t),Bn(t),function(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}(t),ln(t,"created"),t.$options.el&&t.$mount(t.$options.el)}}(Ln),function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=Ae,e.prototype.$delete=Le,e.prototype.$watch=function(e,t,n){var a=this;if(u(t))return En(a,e,t,n);(n=n||{}).user=!0;var r=new yn(a,e,t,n);if(n.immediate){var o='callback for immediate watcher "'+r.expression+'"';me(),We(t,a,[r.value],a,o),ve()}return function(){r.teardown()}}}(Ln),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){var a=this;if(Array.isArray(e))for(var r=0,o=e.length;r<o;r++)a.$on(e[r],n);else(a._events[e]||(a._events[e]=[])).push(n),t.test(e)&&(a._hasHookEvent=!0);return a},e.prototype.$once=function(e,t){var n=this;function a(){n.$off(e,a),t.apply(n,arguments)}return a.fn=t,n.$on(e,a),n},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var a=0,r=e.length;a<r;a++)n.$off(e[a],t);return n}var o,i=n._events[e];if(!i)return n;if(!t)return n._events[e]=null,n;for(var s=i.length;s--;)if((o=i[s])===t||o.fn===t){i.splice(s,1);break}return n},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?O(n):n;for(var a=O(arguments,1),r='event handler for "'+e+'"',o=0,i=n.length;o<i;o++)We(n[o],t,a,t,r)}return t}}(Ln),function(e){e.prototype._update=function(e,t){var n=this,a=n.$el,r=n._vnode,o=an(n);n._vnode=e,n.$el=r?n.__patch__(r,e):n.__patch__(n.$el,e,t,!1),o(),a&&(a.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){ln(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||b(t.$children,e),e._watcher&&e._watcher.teardown();for(var n=e._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),ln(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(Ln),function(e){Ht(e.prototype),e.prototype.$nextTick=function(e){return ot(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,a=n.render,r=n._parentVnode;r&&(t.$scopedSlots=Mt(r.data.scopedSlots,t.$slots,t.$scopedSlots)),t.$vnode=r;try{Xt=t,e=a.call(t._renderProxy,t.$createElement)}catch(n){Ge(n,t,"render"),e=t._vnode}finally{Xt=null}return Array.isArray(e)&&1===e.length&&(e=e[0]),e instanceof ge||(e=be()),e.parent=r,e}}(Ln);var Fn=[String,RegExp,Array],Hn={name:"keep-alive",abstract:!0,props:{include:Fn,exclude:Fn,max:[String,Number]},methods:{cacheVNode:function(){var e=this,t=e.cache,n=e.keys,a=e.vnodeToCache,r=e.keyToCache;if(a){var o=a.tag,i=a.componentInstance,s=a.componentOptions;t[r]={name:Cn(s),tag:o,componentInstance:i},n.push(r),this.max&&n.length>parseInt(this.max)&&Dn(t,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)Dn(this.cache,e,this.keys)},mounted:function(){var e=this;this.cacheVNode(),this.$watch("include",(function(t){xn(e,(function(e){return zn(t,e)}))})),this.$watch("exclude",(function(t){xn(e,(function(e){return!zn(t,e)}))}))},updated:function(){this.cacheVNode()},render:function(){var e=this.$slots.default,t=Kt(e),n=t&&t.componentOptions;if(n){var a=Cn(n),r=this.include,o=this.exclude;if(r&&(!a||!zn(r,a))||o&&a&&zn(o,a))return t;var i=this.cache,s=this.keys,l=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;i[l]?(t.componentInstance=i[l].componentInstance,b(s,l),s.push(l)):(this.vnodeToCache=t,this.keyToCache=l),t.data.keepAlive=!0}return t||e&&e[0]}},Nn={KeepAlive:Hn};!function(e){var t={get:function(){return V}};Object.defineProperty(e,"config",t),e.util={warn:de,extend:A,mergeOptions:Ne,defineReactive:Oe},e.set=Ae,e.delete=Le,e.nextTick=ot,e.observable=function(e){return Ee(e),e},e.options=Object.create(null),N.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,A(e.options.components,Nn),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=O(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=Ne(this.options,e),this}}(e),Sn(e),function(e){N.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&u(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"==typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}(e)}(Ln),Object.defineProperty(Ln.prototype,"$isServer",{get:ie}),Object.defineProperty(Ln.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Ln,"FunctionalRenderContext",{value:Nt}),Ln.version="2.6.14";var Rn=v("style,class"),Vn=v("input,textarea,option,select,progress"),Yn=function(e,t,n){return"value"===n&&Vn(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},jn=v("contenteditable,draggable,spellcheck"),$n=v("events,caret,typing,plaintext-only"),Un=v("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),Gn="http://www.w3.org/1999/xlink",Wn=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},qn=function(e){return Wn(e)?e.slice(6,e.length):""},Xn=function(e){return null==e||!1===e};function Jn(e){for(var t=e.data,n=e,a=e;o(a.componentInstance);)(a=a.componentInstance._vnode)&&a.data&&(t=Kn(a.data,t));for(;o(n=n.parent);)n&&n.data&&(t=Kn(t,n.data));return function(e,t){if(o(e)||o(t))return Qn(e,Zn(t));return""}(t.staticClass,t.class)}function Kn(e,t){return{staticClass:Qn(e.staticClass,t.staticClass),class:o(e.class)?[e.class,t.class]:t.class}}function Qn(e,t){return e?t?e+" "+t:e:t||""}function Zn(e){return Array.isArray(e)?function(e){for(var t,n="",a=0,r=e.length;a<r;a++)o(t=Zn(e[a]))&&""!==t&&(n&&(n+=" "),n+=t);return n}(e):l(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"==typeof e?e:""}var ea={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},ta=v("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),na=v("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),aa=function(e){return ta(e)||na(e)};function ra(e){return na(e)?"svg":"math"===e?"math":void 0}var oa=Object.create(null);var ia=v("text,number,password,search,email,tel,url");function sa(e){if("string"==typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}var la=Object.freeze({createElement:function(e,t){var n=document.createElement(e);return"select"!==e||t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n},createElementNS:function(e,t){return document.createElementNS(ea[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},setStyleScope:function(e,t){e.setAttribute(t,"")}}),ca={create:function(e,t){ua(t)},update:function(e,t){e.data.ref!==t.data.ref&&(ua(e,!0),ua(t))},destroy:function(e){ua(e,!0)}};function ua(e,t){var n=e.data.ref;if(o(n)){var a=e.context,r=e.componentInstance||e.elm,i=a.$refs;t?Array.isArray(i[n])?b(i[n],r):i[n]===r&&(i[n]=void 0):e.data.refInFor?Array.isArray(i[n])?i[n].indexOf(r)<0&&i[n].push(r):i[n]=[r]:i[n]=r}}var da=new ge("",{},[]),ha=["create","activate","update","remove","destroy"];function pa(e,t){return e.key===t.key&&e.asyncFactory===t.asyncFactory&&(e.tag===t.tag&&e.isComment===t.isComment&&o(e.data)===o(t.data)&&function(e,t){if("input"!==e.tag)return!0;var n,a=o(n=e.data)&&o(n=n.attrs)&&n.type,r=o(n=t.data)&&o(n=n.attrs)&&n.type;return a===r||ia(a)&&ia(r)}(e,t)||i(e.isAsyncPlaceholder)&&r(t.asyncFactory.error))}function fa(e,t,n){var a,r,i={};for(a=t;a<=n;++a)o(r=e[a].key)&&(i[r]=a);return i}var ma={create:va,update:va,destroy:function(e){va(e,da)}};function va(e,t){(e.data.directives||t.data.directives)&&function(e,t){var n,a,r,o=e===da,i=t===da,s=_a(e.data.directives,e.context),l=_a(t.data.directives,t.context),c=[],u=[];for(n in l)a=s[n],r=l[n],a?(r.oldValue=a.value,r.oldArg=a.arg,ya(r,"update",t,e),r.def&&r.def.componentUpdated&&u.push(r)):(ya(r,"bind",t,e),r.def&&r.def.inserted&&c.push(r));if(c.length){var d=function(){for(var n=0;n<c.length;n++)ya(c[n],"inserted",t,e)};o?ht(t,"insert",d):d()}u.length&&ht(t,"postpatch",(function(){for(var n=0;n<u.length;n++)ya(u[n],"componentUpdated",t,e)}));if(!o)for(n in s)l[n]||ya(s[n],"unbind",e,e,i)}(e,t)}var ga=Object.create(null);function _a(e,t){var n,a,r=Object.create(null);if(!e)return r;for(n=0;n<e.length;n++)(a=e[n]).modifiers||(a.modifiers=ga),r[ba(a)]=a,a.def=Re(t.$options,"directives",a.name);return r}function ba(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function ya(e,t,n,a,r){var o=e.def&&e.def[t];if(o)try{o(n.elm,e,n,a,r)}catch(a){Ge(a,n.context,"directive "+e.name+" "+t+" hook")}}var Ma=[ca,ma];function Ia(e,t){var n=t.componentOptions;if(!(o(n)&&!1===n.Ctor.options.inheritAttrs||r(e.data.attrs)&&r(t.data.attrs))){var a,i,s=t.elm,l=e.data.attrs||{},c=t.data.attrs||{};for(a in o(c.__ob__)&&(c=t.data.attrs=A({},c)),c)i=c[a],l[a]!==i&&Ba(s,a,i,t.data.pre);for(a in(Q||ee)&&c.value!==l.value&&Ba(s,"value",c.value),l)r(c[a])&&(Wn(a)?s.removeAttributeNS(Gn,qn(a)):jn(a)||s.removeAttribute(a))}}function Ba(e,t,n,a){a||e.tagName.indexOf("-")>-1?ka(e,t,n):Un(t)?Xn(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):jn(t)?e.setAttribute(t,function(e,t){return Xn(t)||"false"===t?"false":"contenteditable"===e&&$n(t)?t:"true"}(t,n)):Wn(t)?Xn(n)?e.removeAttributeNS(Gn,qn(t)):e.setAttributeNS(Gn,t,n):ka(e,t,n)}function ka(e,t,n){if(Xn(n))e.removeAttribute(t);else{if(Q&&!Z&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var a=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",a)};e.addEventListener("input",a),e.__ieph=!0}e.setAttribute(t,n)}}var Pa={create:Ia,update:Ia};function Ta(e,t){var n=t.elm,a=t.data,i=e.data;if(!(r(a.staticClass)&&r(a.class)&&(r(i)||r(i.staticClass)&&r(i.class)))){var s=Jn(t),l=n._transitionClasses;o(l)&&(s=Qn(s,Zn(l))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var wa,Ea,Oa,Aa,La,Sa,Ca={create:Ta,update:Ta},za=/[\w).+\-_$\]]/;function xa(e){var t,n,a,r,o,i=!1,s=!1,l=!1,c=!1,u=0,d=0,h=0,p=0;for(a=0;a<e.length;a++)if(n=t,t=e.charCodeAt(a),i)39===t&&92!==n&&(i=!1);else if(s)34===t&&92!==n&&(s=!1);else if(l)96===t&&92!==n&&(l=!1);else if(c)47===t&&92!==n&&(c=!1);else if(124!==t||124===e.charCodeAt(a+1)||124===e.charCodeAt(a-1)||u||d||h){switch(t){case 34:s=!0;break;case 39:i=!0;break;case 96:l=!0;break;case 40:h++;break;case 41:h--;break;case 91:d++;break;case 93:d--;break;case 123:u++;break;case 125:u--}if(47===t){for(var f=a-1,m=void 0;f>=0&&" "===(m=e.charAt(f));f--);m&&za.test(m)||(c=!0)}}else void 0===r?(p=a+1,r=e.slice(0,a).trim()):v();function v(){(o||(o=[])).push(e.slice(p,a).trim()),p=a+1}if(void 0===r?r=e.slice(0,a).trim():0!==p&&v(),o)for(a=0;a<o.length;a++)r=Da(r,o[a]);return r}function Da(e,t){var n=t.indexOf("(");if(n<0)return'_f("'+t+'")('+e+")";var a=t.slice(0,n),r=t.slice(n+1);return'_f("'+a+'")('+e+(")"!==r?","+r:r)}function Fa(e,t){console.error("[Vue compiler]: "+e)}function Ha(e,t){return e?e.map((function(e){return e[t]})).filter((function(e){return e})):[]}function Na(e,t,n,a,r){(e.props||(e.props=[])).push(qa({name:t,value:n,dynamic:r},a)),e.plain=!1}function Ra(e,t,n,a,r){(r?e.dynamicAttrs||(e.dynamicAttrs=[]):e.attrs||(e.attrs=[])).push(qa({name:t,value:n,dynamic:r},a)),e.plain=!1}function Va(e,t,n,a){e.attrsMap[t]=n,e.attrsList.push(qa({name:t,value:n},a))}function Ya(e,t,n,a,r,o,i,s){(e.directives||(e.directives=[])).push(qa({name:t,rawName:n,value:a,arg:r,isDynamicArg:o,modifiers:i},s)),e.plain=!1}function ja(e,t,n){return n?"_p("+t+',"'+e+'")':e+t}function $a(e,t,n,r,o,i,s,l){var c;(r=r||a).right?l?t="("+t+")==='click'?'contextmenu':("+t+")":"click"===t&&(t="contextmenu",delete r.right):r.middle&&(l?t="("+t+")==='click'?'mouseup':("+t+")":"click"===t&&(t="mouseup")),r.capture&&(delete r.capture,t=ja("!",t,l)),r.once&&(delete r.once,t=ja("~",t,l)),r.passive&&(delete r.passive,t=ja("&",t,l)),r.native?(delete r.native,c=e.nativeEvents||(e.nativeEvents={})):c=e.events||(e.events={});var u=qa({value:n.trim(),dynamic:l},s);r!==a&&(u.modifiers=r);var d=c[t];Array.isArray(d)?o?d.unshift(u):d.push(u):c[t]=d?o?[u,d]:[d,u]:u,e.plain=!1}function Ua(e,t,n){var a=Ga(e,":"+t)||Ga(e,"v-bind:"+t);if(null!=a)return xa(a);if(!1!==n){var r=Ga(e,t);if(null!=r)return JSON.stringify(r)}}function Ga(e,t,n){var a;if(null!=(a=e.attrsMap[t]))for(var r=e.attrsList,o=0,i=r.length;o<i;o++)if(r[o].name===t){r.splice(o,1);break}return n&&delete e.attrsMap[t],a}function Wa(e,t){for(var n=e.attrsList,a=0,r=n.length;a<r;a++){var o=n[a];if(t.test(o.name))return n.splice(a,1),o}}function qa(e,t){return t&&(null!=t.start&&(e.start=t.start),null!=t.end&&(e.end=t.end)),e}function Xa(e,t,n){var a=n||{},r=a.number,o="$$v",i=o;a.trim&&(i="(typeof $$v === 'string'? $$v.trim(): $$v)"),r&&(i="_n("+i+")");var s=Ja(t,i);e.model={value:"("+t+")",expression:JSON.stringify(t),callback:"function ($$v) {"+s+"}"}}function Ja(e,t){var n=function(e){if(e=e.trim(),wa=e.length,e.indexOf("[")<0||e.lastIndexOf("]")<wa-1)return(Aa=e.lastIndexOf("."))>-1?{exp:e.slice(0,Aa),key:'"'+e.slice(Aa+1)+'"'}:{exp:e,key:null};Ea=e,Aa=La=Sa=0;for(;!Qa();)Za(Oa=Ka())?tr(Oa):91===Oa&&er(Oa);return{exp:e.slice(0,La),key:e.slice(La+1,Sa)}}(e);return null===n.key?e+"="+t:"$set("+n.exp+", "+n.key+", "+t+")"}function Ka(){return Ea.charCodeAt(++Aa)}function Qa(){return Aa>=wa}function Za(e){return 34===e||39===e}function er(e){var t=1;for(La=Aa;!Qa();)if(Za(e=Ka()))tr(e);else if(91===e&&t++,93===e&&t--,0===t){Sa=Aa;break}}function tr(e){for(var t=e;!Qa()&&(e=Ka())!==t;);}var nr,ar="__r";function rr(e,t,n){var a=nr;return function r(){var o=t.apply(null,arguments);null!==o&&sr(e,r,n,a)}}var or=Ke&&!(ne&&Number(ne[1])<=53);function ir(e,t,n,a){if(or){var r=mn,o=t;t=o._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=r||e.timeStamp<=0||e.target.ownerDocument!==document)return o.apply(this,arguments)}}nr.addEventListener(e,t,re?{capture:n,passive:a}:n)}function sr(e,t,n,a){(a||nr).removeEventListener(e,t._wrapper||t,n)}function lr(e,t){if(!r(e.data.on)||!r(t.data.on)){var n=t.data.on||{},a=e.data.on||{};nr=t.elm,function(e){if(o(e.__r)){var t=Q?"change":"input";e[t]=[].concat(e.__r,e[t]||[]),delete e.__r}o(e.__c)&&(e.change=[].concat(e.__c,e.change||[]),delete e.__c)}(n),dt(n,a,ir,sr,rr,t.context),nr=void 0}}var cr,ur={create:lr,update:lr};function dr(e,t){if(!r(e.data.domProps)||!r(t.data.domProps)){var n,a,i=t.elm,s=e.data.domProps||{},l=t.data.domProps||{};for(n in o(l.__ob__)&&(l=t.data.domProps=A({},l)),s)n in l||(i[n]="");for(n in l){if(a=l[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),a===s[n])continue;1===i.childNodes.length&&i.removeChild(i.childNodes[0])}if("value"===n&&"PROGRESS"!==i.tagName){i._value=a;var c=r(a)?"":String(a);hr(i,c)&&(i.value=c)}else if("innerHTML"===n&&na(i.tagName)&&r(i.innerHTML)){(cr=cr||document.createElement("div")).innerHTML="<svg>"+a+"</svg>";for(var u=cr.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;u.firstChild;)i.appendChild(u.firstChild)}else if(a!==s[n])try{i[n]=a}catch(e){}}}}function hr(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,a=e._vModifiers;if(o(a)){if(a.number)return m(n)!==m(t);if(a.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var pr={create:dr,update:dr},fr=I((function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach((function(e){if(e){var a=e.split(n);a.length>1&&(t[a[0].trim()]=a[1].trim())}})),t}));function mr(e){var t=vr(e.style);return e.staticStyle?A(e.staticStyle,t):t}function vr(e){return Array.isArray(e)?L(e):"string"==typeof e?fr(e):e}var gr,_r=/^--/,br=/\s*!important$/,yr=function(e,t,n){if(_r.test(t))e.style.setProperty(t,n);else if(br.test(n))e.style.setProperty(w(t),n.replace(br,""),"important");else{var a=Ir(t);if(Array.isArray(n))for(var r=0,o=n.length;r<o;r++)e.style[a]=n[r];else e.style[a]=n}},Mr=["Webkit","Moz","ms"],Ir=I((function(e){if(gr=gr||document.createElement("div").style,"filter"!==(e=k(e))&&e in gr)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<Mr.length;n++){var a=Mr[n]+t;if(a in gr)return a}}));function Br(e,t){var n=t.data,a=e.data;if(!(r(n.staticStyle)&&r(n.style)&&r(a.staticStyle)&&r(a.style))){var i,s,l=t.elm,c=a.staticStyle,u=a.normalizedStyle||a.style||{},d=c||u,h=vr(t.data.style)||{};t.data.normalizedStyle=o(h.__ob__)?A({},h):h;var p=function(e,t){var n,a={};if(t)for(var r=e;r.componentInstance;)(r=r.componentInstance._vnode)&&r.data&&(n=mr(r.data))&&A(a,n);(n=mr(e.data))&&A(a,n);for(var o=e;o=o.parent;)o.data&&(n=mr(o.data))&&A(a,n);return a}(t,!0);for(s in d)r(p[s])&&yr(l,s,"");for(s in p)(i=p[s])!==d[s]&&yr(l,s,null==i?"":i)}}var kr={create:Br,update:Br},Pr=/\s+/;function Tr(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(Pr).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function wr(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(Pr).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",a=" "+t+" ";n.indexOf(a)>=0;)n=n.replace(a," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function Er(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&A(t,Or(e.name||"v")),A(t,e),t}return"string"==typeof e?Or(e):void 0}}var Or=I((function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}})),Ar=q&&!Z,Lr="transition",Sr="animation",Cr="transition",zr="transitionend",xr="animation",Dr="animationend";Ar&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Cr="WebkitTransition",zr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(xr="WebkitAnimation",Dr="webkitAnimationEnd"));var Fr=q?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Hr(e){Fr((function(){Fr(e)}))}function Nr(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),Tr(e,t))}function Rr(e,t){e._transitionClasses&&b(e._transitionClasses,t),wr(e,t)}function Vr(e,t,n){var a=jr(e,t),r=a.type,o=a.timeout,i=a.propCount;if(!r)return n();var s=r===Lr?zr:Dr,l=0,c=function(){e.removeEventListener(s,u),n()},u=function(t){t.target===e&&++l>=i&&c()};setTimeout((function(){l<i&&c()}),o+1),e.addEventListener(s,u)}var Yr=/\b(transform|all)(,|$)/;function jr(e,t){var n,a=window.getComputedStyle(e),r=(a[Cr+"Delay"]||"").split(", "),o=(a[Cr+"Duration"]||"").split(", "),i=$r(r,o),s=(a[xr+"Delay"]||"").split(", "),l=(a[xr+"Duration"]||"").split(", "),c=$r(s,l),u=0,d=0;return t===Lr?i>0&&(n=Lr,u=i,d=o.length):t===Sr?c>0&&(n=Sr,u=c,d=l.length):d=(n=(u=Math.max(i,c))>0?i>c?Lr:Sr:null)?n===Lr?o.length:l.length:0,{type:n,timeout:u,propCount:d,hasTransform:n===Lr&&Yr.test(a[Cr+"Property"])}}function $r(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map((function(t,n){return Ur(t)+Ur(e[n])})))}function Ur(e){return 1e3*Number(e.slice(0,-1).replace(",","."))}function Gr(e,t){var n=e.elm;o(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var a=Er(e.data.transition);if(!r(a)&&!o(n._enterCb)&&1===n.nodeType){for(var i=a.css,s=a.type,c=a.enterClass,u=a.enterToClass,d=a.enterActiveClass,h=a.appearClass,p=a.appearToClass,f=a.appearActiveClass,v=a.beforeEnter,g=a.enter,_=a.afterEnter,b=a.enterCancelled,y=a.beforeAppear,M=a.appear,I=a.afterAppear,B=a.appearCancelled,k=a.duration,P=nn,T=nn.$vnode;T&&T.parent;)P=T.context,T=T.parent;var w=!P._isMounted||!e.isRootInsert;if(!w||M||""===M){var E=w&&h?h:c,O=w&&f?f:d,A=w&&p?p:u,L=w&&y||v,S=w&&"function"==typeof M?M:g,C=w&&I||_,z=w&&B||b,x=m(l(k)?k.enter:k);0;var D=!1!==i&&!Z,H=Xr(S),N=n._enterCb=F((function(){D&&(Rr(n,A),Rr(n,O)),N.cancelled?(D&&Rr(n,E),z&&z(n)):C&&C(n),n._enterCb=null}));e.data.show||ht(e,"insert",(function(){var t=n.parentNode,a=t&&t._pending&&t._pending[e.key];a&&a.tag===e.tag&&a.elm._leaveCb&&a.elm._leaveCb(),S&&S(n,N)})),L&&L(n),D&&(Nr(n,E),Nr(n,O),Hr((function(){Rr(n,E),N.cancelled||(Nr(n,A),H||(qr(x)?setTimeout(N,x):Vr(n,s,N)))}))),e.data.show&&(t&&t(),S&&S(n,N)),D||H||N()}}}function Wr(e,t){var n=e.elm;o(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var a=Er(e.data.transition);if(r(a)||1!==n.nodeType)return t();if(!o(n._leaveCb)){var i=a.css,s=a.type,c=a.leaveClass,u=a.leaveToClass,d=a.leaveActiveClass,h=a.beforeLeave,p=a.leave,f=a.afterLeave,v=a.leaveCancelled,g=a.delayLeave,_=a.duration,b=!1!==i&&!Z,y=Xr(p),M=m(l(_)?_.leave:_);0;var I=n._leaveCb=F((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[e.key]=null),b&&(Rr(n,u),Rr(n,d)),I.cancelled?(b&&Rr(n,c),v&&v(n)):(t(),f&&f(n)),n._leaveCb=null}));g?g(B):B()}function B(){I.cancelled||(!e.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[e.key]=e),h&&h(n),b&&(Nr(n,c),Nr(n,d),Hr((function(){Rr(n,c),I.cancelled||(Nr(n,u),y||(qr(M)?setTimeout(I,M):Vr(n,s,I)))}))),p&&p(n,I),b||y||I())}}function qr(e){return"number"==typeof e&&!isNaN(e)}function Xr(e){if(r(e))return!1;var t=e.fns;return o(t)?Xr(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Jr(e,t){!0!==t.data.show&&Gr(t)}var Kr=function(e){var t,n,a={},l=e.modules,c=e.nodeOps;for(t=0;t<ha.length;++t)for(a[ha[t]]=[],n=0;n<l.length;++n)o(l[n][ha[t]])&&a[ha[t]].push(l[n][ha[t]]);function u(e){var t=c.parentNode(e);o(t)&&c.removeChild(t,e)}function d(e,t,n,r,s,l,u){if(o(e.elm)&&o(l)&&(e=l[u]=Me(e)),e.isRootInsert=!s,!function(e,t,n,r){var s=e.data;if(o(s)){var l=o(e.componentInstance)&&s.keepAlive;if(o(s=s.hook)&&o(s=s.init)&&s(e,!1),o(e.componentInstance))return h(e,t),p(n,e.elm,r),i(l)&&function(e,t,n,r){var i,s=e;for(;s.componentInstance;)if(o(i=(s=s.componentInstance._vnode).data)&&o(i=i.transition)){for(i=0;i<a.activate.length;++i)a.activate[i](da,s);t.push(s);break}p(n,e.elm,r)}(e,t,n,r),!0}}(e,t,n,r)){var d=e.data,m=e.children,v=e.tag;o(v)?(e.elm=e.ns?c.createElementNS(e.ns,v):c.createElement(v,e),_(e),f(e,m,t),o(d)&&g(e,t),p(n,e.elm,r)):i(e.isComment)?(e.elm=c.createComment(e.text),p(n,e.elm,r)):(e.elm=c.createTextNode(e.text),p(n,e.elm,r))}}function h(e,t){o(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,m(e)?(g(e,t),_(e)):(ua(e),t.push(e))}function p(e,t,n){o(e)&&(o(n)?c.parentNode(n)===e&&c.insertBefore(e,t,n):c.appendChild(e,t))}function f(e,t,n){if(Array.isArray(t)){0;for(var a=0;a<t.length;++a)d(t[a],n,e.elm,null,!0,t,a)}else s(e.text)&&c.appendChild(e.elm,c.createTextNode(String(e.text)))}function m(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return o(e.tag)}function g(e,n){for(var r=0;r<a.create.length;++r)a.create[r](da,e);o(t=e.data.hook)&&(o(t.create)&&t.create(da,e),o(t.insert)&&n.push(e))}function _(e){var t;if(o(t=e.fnScopeId))c.setStyleScope(e.elm,t);else for(var n=e;n;)o(t=n.context)&&o(t=t.$options._scopeId)&&c.setStyleScope(e.elm,t),n=n.parent;o(t=nn)&&t!==e.context&&t!==e.fnContext&&o(t=t.$options._scopeId)&&c.setStyleScope(e.elm,t)}function b(e,t,n,a,r,o){for(;a<=r;++a)d(n[a],o,e,t,!1,n,a)}function y(e){var t,n,r=e.data;if(o(r))for(o(t=r.hook)&&o(t=t.destroy)&&t(e),t=0;t<a.destroy.length;++t)a.destroy[t](e);if(o(t=e.children))for(n=0;n<e.children.length;++n)y(e.children[n])}function M(e,t,n){for(;t<=n;++t){var a=e[t];o(a)&&(o(a.tag)?(I(a),y(a)):u(a.elm))}}function I(e,t){if(o(t)||o(e.data)){var n,r=a.remove.length+1;for(o(t)?t.listeners+=r:t=function(e,t){function n(){0==--n.listeners&&u(e)}return n.listeners=t,n}(e.elm,r),o(n=e.componentInstance)&&o(n=n._vnode)&&o(n.data)&&I(n,t),n=0;n<a.remove.length;++n)a.remove[n](e,t);o(n=e.data.hook)&&o(n=n.remove)?n(e,t):t()}else u(e.elm)}function B(e,t,n,a){for(var r=n;r<a;r++){var i=t[r];if(o(i)&&pa(e,i))return r}}function k(e,t,n,s,l,u){if(e!==t){o(t.elm)&&o(s)&&(t=s[l]=Me(t));var h=t.elm=e.elm;if(i(e.isAsyncPlaceholder))o(t.asyncFactory.resolved)?w(e.elm,t,n):t.isAsyncPlaceholder=!0;else if(i(t.isStatic)&&i(e.isStatic)&&t.key===e.key&&(i(t.isCloned)||i(t.isOnce)))t.componentInstance=e.componentInstance;else{var p,f=t.data;o(f)&&o(p=f.hook)&&o(p=p.prepatch)&&p(e,t);var v=e.children,g=t.children;if(o(f)&&m(t)){for(p=0;p<a.update.length;++p)a.update[p](e,t);o(p=f.hook)&&o(p=p.update)&&p(e,t)}r(t.text)?o(v)&&o(g)?v!==g&&function(e,t,n,a,i){var s,l,u,h=0,p=0,f=t.length-1,m=t[0],v=t[f],g=n.length-1,_=n[0],y=n[g],I=!i;for(;h<=f&&p<=g;)r(m)?m=t[++h]:r(v)?v=t[--f]:pa(m,_)?(k(m,_,a,n,p),m=t[++h],_=n[++p]):pa(v,y)?(k(v,y,a,n,g),v=t[--f],y=n[--g]):pa(m,y)?(k(m,y,a,n,g),I&&c.insertBefore(e,m.elm,c.nextSibling(v.elm)),m=t[++h],y=n[--g]):pa(v,_)?(k(v,_,a,n,p),I&&c.insertBefore(e,v.elm,m.elm),v=t[--f],_=n[++p]):(r(s)&&(s=fa(t,h,f)),r(l=o(_.key)?s[_.key]:B(_,t,h,f))?d(_,a,e,m.elm,!1,n,p):pa(u=t[l],_)?(k(u,_,a,n,p),t[l]=void 0,I&&c.insertBefore(e,u.elm,m.elm)):d(_,a,e,m.elm,!1,n,p),_=n[++p]);h>f?b(e,r(n[g+1])?null:n[g+1].elm,n,p,g,a):p>g&&M(t,h,f)}(h,v,g,n,u):o(g)?(o(e.text)&&c.setTextContent(h,""),b(h,null,g,0,g.length-1,n)):o(v)?M(v,0,v.length-1):o(e.text)&&c.setTextContent(h,""):e.text!==t.text&&c.setTextContent(h,t.text),o(f)&&o(p=f.hook)&&o(p=p.postpatch)&&p(e,t)}}}function P(e,t,n){if(i(n)&&o(e.parent))e.parent.data.pendingInsert=t;else for(var a=0;a<t.length;++a)t[a].data.hook.insert(t[a])}var T=v("attrs,class,staticClass,staticStyle,key");function w(e,t,n,a){var r,s=t.tag,l=t.data,c=t.children;if(a=a||l&&l.pre,t.elm=e,i(t.isComment)&&o(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(o(l)&&(o(r=l.hook)&&o(r=r.init)&&r(t,!0),o(r=t.componentInstance)))return h(t,n),!0;if(o(s)){if(o(c))if(e.hasChildNodes())if(o(r=l)&&o(r=r.domProps)&&o(r=r.innerHTML)){if(r!==e.innerHTML)return!1}else{for(var u=!0,d=e.firstChild,p=0;p<c.length;p++){if(!d||!w(d,c[p],n,a)){u=!1;break}d=d.nextSibling}if(!u||d)return!1}else f(t,c,n);if(o(l)){var m=!1;for(var v in l)if(!T(v)){m=!0,g(t,n);break}!m&&l.class&&st(l.class)}}else e.data!==t.text&&(e.data=t.text);return!0}return function(e,t,n,s){if(!r(t)){var l,u=!1,h=[];if(r(e))u=!0,d(t,h);else{var p=o(e.nodeType);if(!p&&pa(e,t))k(e,t,h,null,null,s);else{if(p){if(1===e.nodeType&&e.hasAttribute(H)&&(e.removeAttribute(H),n=!0),i(n)&&w(e,t,h))return P(t,h,!0),e;l=e,e=new ge(c.tagName(l).toLowerCase(),{},[],void 0,l)}var f=e.elm,v=c.parentNode(f);if(d(t,h,f._leaveCb?null:v,c.nextSibling(f)),o(t.parent))for(var g=t.parent,_=m(t);g;){for(var b=0;b<a.destroy.length;++b)a.destroy[b](g);if(g.elm=t.elm,_){for(var I=0;I<a.create.length;++I)a.create[I](da,g);var B=g.data.hook.insert;if(B.merged)for(var T=1;T<B.fns.length;T++)B.fns[T]()}else ua(g);g=g.parent}o(v)?M([e],0,0):o(e.tag)&&y(e)}}return P(t,h,u),t.elm}o(e)&&y(e)}}({nodeOps:la,modules:[Pa,Ca,ur,pr,kr,q?{create:Jr,activate:Jr,remove:function(e,t){!0!==e.data.show?Wr(e,t):t()}}:{}].concat(Ma)});Z&&document.addEventListener("selectionchange",(function(){var e=document.activeElement;e&&e.vmodel&&oo(e,"input")}));var Qr={inserted:function(e,t,n,a){"select"===n.tag?(a.elm&&!a.elm._vOptions?ht(n,"postpatch",(function(){Qr.componentUpdated(e,t,n)})):Zr(e,t,n.context),e._vOptions=[].map.call(e.options,no)):("textarea"===n.tag||ia(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",ao),e.addEventListener("compositionend",ro),e.addEventListener("change",ro),Z&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){Zr(e,t,n.context);var a=e._vOptions,r=e._vOptions=[].map.call(e.options,no);if(r.some((function(e,t){return!x(e,a[t])})))(e.multiple?t.value.some((function(e){return to(e,r)})):t.value!==t.oldValue&&to(t.value,r))&&oo(e,"change")}}};function Zr(e,t,n){eo(e,t,n),(Q||ee)&&setTimeout((function(){eo(e,t,n)}),0)}function eo(e,t,n){var a=t.value,r=e.multiple;if(!r||Array.isArray(a)){for(var o,i,s=0,l=e.options.length;s<l;s++)if(i=e.options[s],r)o=D(a,no(i))>-1,i.selected!==o&&(i.selected=o);else if(x(no(i),a))return void(e.selectedIndex!==s&&(e.selectedIndex=s));r||(e.selectedIndex=-1)}}function to(e,t){return t.every((function(t){return!x(t,e)}))}function no(e){return"_value"in e?e._value:e.value}function ao(e){e.target.composing=!0}function ro(e){e.target.composing&&(e.target.composing=!1,oo(e.target,"input"))}function oo(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function io(e){return!e.componentInstance||e.data&&e.data.transition?e:io(e.componentInstance._vnode)}var so={bind:function(e,t,n){var a=t.value,r=(n=io(n)).data&&n.data.transition,o=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;a&&r?(n.data.show=!0,Gr(n,(function(){e.style.display=o}))):e.style.display=a?o:"none"},update:function(e,t,n){var a=t.value;!a!=!t.oldValue&&((n=io(n)).data&&n.data.transition?(n.data.show=!0,a?Gr(n,(function(){e.style.display=e.__vOriginalDisplay})):Wr(n,(function(){e.style.display="none"}))):e.style.display=a?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,a,r){r||(e.style.display=e.__vOriginalDisplay)}},lo={model:Qr,show:so},co={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function uo(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?uo(Kt(t.children)):e}function ho(e){var t={},n=e.$options;for(var a in n.propsData)t[a]=e[a];var r=n._parentListeners;for(var o in r)t[k(o)]=r[o];return t}function po(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var fo=function(e){return e.tag||yt(e)},mo=function(e){return"show"===e.name},vo={name:"transition",props:co,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(fo)).length){0;var a=this.mode;0;var r=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return r;var o=uo(r);if(!o)return r;if(this._leaving)return po(e,r);var i="__transition-"+this._uid+"-";o.key=null==o.key?o.isComment?i+"comment":i+o.tag:s(o.key)?0===String(o.key).indexOf(i)?o.key:i+o.key:o.key;var l=(o.data||(o.data={})).transition=ho(this),c=this._vnode,u=uo(c);if(o.data.directives&&o.data.directives.some(mo)&&(o.data.show=!0),u&&u.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(o,u)&&!yt(u)&&(!u.componentInstance||!u.componentInstance._vnode.isComment)){var d=u.data.transition=A({},l);if("out-in"===a)return this._leaving=!0,ht(d,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),po(e,r);if("in-out"===a){if(yt(o))return c;var h,p=function(){h()};ht(l,"afterEnter",p),ht(l,"enterCancelled",p),ht(d,"delayLeave",(function(e){h=e}))}}return r}}},go=A({tag:String,moveClass:String},co);function _o(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function bo(e){e.data.newPos=e.elm.getBoundingClientRect()}function yo(e){var t=e.data.pos,n=e.data.newPos,a=t.left-n.left,r=t.top-n.top;if(a||r){e.data.moved=!0;var o=e.elm.style;o.transform=o.WebkitTransform="translate("+a+"px,"+r+"px)",o.transitionDuration="0s"}}delete go.mode;var Mo={Transition:vo,TransitionGroup:{props:go,beforeMount:function(){var e=this,t=this._update;this._update=function(n,a){var r=an(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,r(),t.call(e,n,a)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),a=this.prevChildren=this.children,r=this.$slots.default||[],o=this.children=[],i=ho(this),s=0;s<r.length;s++){var l=r[s];if(l.tag)if(null!=l.key&&0!==String(l.key).indexOf("__vlist"))o.push(l),n[l.key]=l,(l.data||(l.data={})).transition=i;else;}if(a){for(var c=[],u=[],d=0;d<a.length;d++){var h=a[d];h.data.transition=i,h.data.pos=h.elm.getBoundingClientRect(),n[h.key]?c.push(h):u.push(h)}this.kept=e(t,null,c),this.removed=u}return e(t,null,o)},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(_o),e.forEach(bo),e.forEach(yo),this._reflow=document.body.offsetHeight,e.forEach((function(e){if(e.data.moved){var n=e.elm,a=n.style;Nr(n,t),a.transform=a.WebkitTransform=a.transitionDuration="",n.addEventListener(zr,n._moveCb=function e(a){a&&a.target!==n||a&&!/transform$/.test(a.propertyName)||(n.removeEventListener(zr,e),n._moveCb=null,Rr(n,t))})}})))},methods:{hasMove:function(e,t){if(!Ar)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach((function(e){wr(n,e)})),Tr(n,t),n.style.display="none",this.$el.appendChild(n);var a=jr(n);return this.$el.removeChild(n),this._hasMove=a.hasTransform}}}};Ln.config.mustUseProp=Yn,Ln.config.isReservedTag=aa,Ln.config.isReservedAttr=Rn,Ln.config.getTagNamespace=ra,Ln.config.isUnknownElement=function(e){if(!q)return!0;if(aa(e))return!1;if(e=e.toLowerCase(),null!=oa[e])return oa[e];var t=document.createElement(e);return e.indexOf("-")>-1?oa[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:oa[e]=/HTMLUnknownElement/.test(t.toString())},A(Ln.options.directives,lo),A(Ln.options.components,Mo),Ln.prototype.__patch__=q?Kr:S,Ln.prototype.$mount=function(e,t){return function(e,t,n){var a;return e.$el=t,e.$options.render||(e.$options.render=be),ln(e,"beforeMount"),a=function(){e._update(e._render(),n)},new yn(e,a,S,{before:function(){e._isMounted&&!e._isDestroyed&&ln(e,"beforeUpdate")}},!0),n=!1,null==e.$vnode&&(e._isMounted=!0,ln(e,"mounted")),e}(this,e=e&&q?sa(e):void 0,t)},q&&setTimeout((function(){V.devtools&&se&&se.emit("init",Ln)}),0);var Io=/\{\{((?:.|\r?\n)+?)\}\}/g,Bo=/[-.*+?^${}()|[\]\/\\]/g,ko=I((function(e){var t=e[0].replace(Bo,"\\$&"),n=e[1].replace(Bo,"\\$&");return new RegExp(t+"((?:.|\\n)+?)"+n,"g")}));var Po={staticKeys:["staticClass"],transformNode:function(e,t){t.warn;var n=Ga(e,"class");n&&(e.staticClass=JSON.stringify(n));var a=Ua(e,"class",!1);a&&(e.classBinding=a)},genData:function(e){var t="";return e.staticClass&&(t+="staticClass:"+e.staticClass+","),e.classBinding&&(t+="class:"+e.classBinding+","),t}};var To,wo={staticKeys:["staticStyle"],transformNode:function(e,t){t.warn;var n=Ga(e,"style");n&&(e.staticStyle=JSON.stringify(fr(n)));var a=Ua(e,"style",!1);a&&(e.styleBinding=a)},genData:function(e){var t="";return e.staticStyle&&(t+="staticStyle:"+e.staticStyle+","),e.styleBinding&&(t+="style:("+e.styleBinding+"),"),t}},Eo=function(e){return(To=To||document.createElement("div")).innerHTML=e,To.textContent},Oo=v("area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr"),Ao=v("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source"),Lo=v("address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track"),So=/^\s*([^\s"'<>\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,Co=/^\s*((?:v-[\w-]+:|@|:|#)\[[^=]+?\][^\s"'<>\/=]*)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,zo="[a-zA-Z_][\\-\\.0-9_a-zA-Z"+Y.source+"]*",xo="((?:"+zo+"\\:)?"+zo+")",Do=new RegExp("^<"+xo),Fo=/^\s*(\/?)>/,Ho=new RegExp("^<\\/"+xo+"[^>]*>"),No=/^<!DOCTYPE [^>]+>/i,Ro=/^<!\--/,Vo=/^<!\[/,Yo=v("script,style,textarea",!0),jo={},$o={"&lt;":"<","&gt;":">","&quot;":'"',"&amp;":"&","&#10;":"\n","&#9;":"\t","&#39;":"'"},Uo=/&(?:lt|gt|quot|amp|#39);/g,Go=/&(?:lt|gt|quot|amp|#39|#10|#9);/g,Wo=v("pre,textarea",!0),qo=function(e,t){return e&&Wo(e)&&"\n"===t[0]};function Xo(e,t){var n=t?Go:Uo;return e.replace(n,(function(e){return $o[e]}))}var Jo,Ko,Qo,Zo,ei,ti,ni,ai,ri=/^@|^v-on:/,oi=/^v-|^@|^:|^#/,ii=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,si=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,li=/^\(|\)$/g,ci=/^\[.*\]$/,ui=/:(.*)$/,di=/^:|^\.|^v-bind:/,hi=/\.[^.\]]+(?=[^\]]*$)/g,pi=/^v-slot(:|$)|^#/,fi=/[\r\n]/,mi=/[ \f\t\r\n]+/g,vi=I(Eo),gi="_empty_";function _i(e,t,n){return{type:1,tag:e,attrsList:t,attrsMap:Pi(t),rawAttrsMap:{},parent:n,children:[]}}function bi(e,t){Jo=t.warn||Fa,ti=t.isPreTag||C,ni=t.mustUseProp||C,ai=t.getTagNamespace||C;var n=t.isReservedTag||C;(function(e){return!(!(e.component||e.attrsMap[":is"]||e.attrsMap["v-bind:is"])&&(e.attrsMap.is?n(e.attrsMap.is):n(e.tag)))}),Qo=Ha(t.modules,"transformNode"),Zo=Ha(t.modules,"preTransformNode"),ei=Ha(t.modules,"postTransformNode"),Ko=t.delimiters;var a,r,o=[],i=!1!==t.preserveWhitespace,s=t.whitespace,l=!1,c=!1;function u(e){if(d(e),l||e.processed||(e=yi(e,t)),o.length||e===a||a.if&&(e.elseif||e.else)&&Ii(a,{exp:e.elseif,block:e}),r&&!e.forbidden)if(e.elseif||e.else)i=e,s=function(e){for(var t=e.length;t--;){if(1===e[t].type)return e[t];e.pop()}}(r.children),s&&s.if&&Ii(s,{exp:i.elseif,block:i});else{if(e.slotScope){var n=e.slotTarget||'"default"';(r.scopedSlots||(r.scopedSlots={}))[n]=e}r.children.push(e),e.parent=r}var i,s;e.children=e.children.filter((function(e){return!e.slotScope})),d(e),e.pre&&(l=!1),ti(e.tag)&&(c=!1);for(var u=0;u<ei.length;u++)ei[u](e,t)}function d(e){if(!c)for(var t;(t=e.children[e.children.length-1])&&3===t.type&&" "===t.text;)e.children.pop()}return function(e,t){for(var n,a,r=[],o=t.expectHTML,i=t.isUnaryTag||C,s=t.canBeLeftOpenTag||C,l=0;e;){if(n=e,a&&Yo(a)){var c=0,u=a.toLowerCase(),d=jo[u]||(jo[u]=new RegExp("([\\s\\S]*?)(</"+u+"[^>]*>)","i")),h=e.replace(d,(function(e,n,a){return c=a.length,Yo(u)||"noscript"===u||(n=n.replace(/<!\--([\s\S]*?)-->/g,"$1").replace(/<!\[CDATA\[([\s\S]*?)]]>/g,"$1")),qo(u,n)&&(n=n.slice(1)),t.chars&&t.chars(n),""}));l+=e.length-h.length,e=h,T(u,l-c,l)}else{var p=e.indexOf("<");if(0===p){if(Ro.test(e)){var f=e.indexOf("--\x3e");if(f>=0){t.shouldKeepComment&&t.comment(e.substring(4,f),l,l+f+3),B(f+3);continue}}if(Vo.test(e)){var m=e.indexOf("]>");if(m>=0){B(m+2);continue}}var v=e.match(No);if(v){B(v[0].length);continue}var g=e.match(Ho);if(g){var _=l;B(g[0].length),T(g[1],_,l);continue}var b=k();if(b){P(b),qo(b.tagName,e)&&B(1);continue}}var y=void 0,M=void 0,I=void 0;if(p>=0){for(M=e.slice(p);!(Ho.test(M)||Do.test(M)||Ro.test(M)||Vo.test(M)||(I=M.indexOf("<",1))<0);)p+=I,M=e.slice(p);y=e.substring(0,p)}p<0&&(y=e),y&&B(y.length),t.chars&&y&&t.chars(y,l-y.length,l)}if(e===n){t.chars&&t.chars(e);break}}function B(t){l+=t,e=e.substring(t)}function k(){var t=e.match(Do);if(t){var n,a,r={tagName:t[1],attrs:[],start:l};for(B(t[0].length);!(n=e.match(Fo))&&(a=e.match(Co)||e.match(So));)a.start=l,B(a[0].length),a.end=l,r.attrs.push(a);if(n)return r.unarySlash=n[1],B(n[0].length),r.end=l,r}}function P(e){var n=e.tagName,l=e.unarySlash;o&&("p"===a&&Lo(n)&&T(a),s(n)&&a===n&&T(n));for(var c=i(n)||!!l,u=e.attrs.length,d=new Array(u),h=0;h<u;h++){var p=e.attrs[h],f=p[3]||p[4]||p[5]||"",m="a"===n&&"href"===p[1]?t.shouldDecodeNewlinesForHref:t.shouldDecodeNewlines;d[h]={name:p[1],value:Xo(f,m)}}c||(r.push({tag:n,lowerCasedTag:n.toLowerCase(),attrs:d,start:e.start,end:e.end}),a=n),t.start&&t.start(n,d,c,e.start,e.end)}function T(e,n,o){var i,s;if(null==n&&(n=l),null==o&&(o=l),e)for(s=e.toLowerCase(),i=r.length-1;i>=0&&r[i].lowerCasedTag!==s;i--);else i=0;if(i>=0){for(var c=r.length-1;c>=i;c--)t.end&&t.end(r[c].tag,n,o);r.length=i,a=i&&r[i-1].tag}else"br"===s?t.start&&t.start(e,[],!0,n,o):"p"===s&&(t.start&&t.start(e,[],!1,n,o),t.end&&t.end(e,n,o))}T()}(e,{warn:Jo,expectHTML:t.expectHTML,isUnaryTag:t.isUnaryTag,canBeLeftOpenTag:t.canBeLeftOpenTag,shouldDecodeNewlines:t.shouldDecodeNewlines,shouldDecodeNewlinesForHref:t.shouldDecodeNewlinesForHref,shouldKeepComment:t.comments,outputSourceRange:t.outputSourceRange,start:function(e,n,i,s,d){var h=r&&r.ns||ai(e);Q&&"svg"===h&&(n=function(e){for(var t=[],n=0;n<e.length;n++){var a=e[n];Ti.test(a.name)||(a.name=a.name.replace(wi,""),t.push(a))}return t}(n));var p,f=_i(e,n,r);h&&(f.ns=h),"style"!==(p=f).tag&&("script"!==p.tag||p.attrsMap.type&&"text/javascript"!==p.attrsMap.type)||ie()||(f.forbidden=!0);for(var m=0;m<Zo.length;m++)f=Zo[m](f,t)||f;l||(!function(e){null!=Ga(e,"v-pre")&&(e.pre=!0)}(f),f.pre&&(l=!0)),ti(f.tag)&&(c=!0),l?function(e){var t=e.attrsList,n=t.length;if(n)for(var a=e.attrs=new Array(n),r=0;r<n;r++)a[r]={name:t[r].name,value:JSON.stringify(t[r].value)},null!=t[r].start&&(a[r].start=t[r].start,a[r].end=t[r].end);else e.pre||(e.plain=!0)}(f):f.processed||(Mi(f),function(e){var t=Ga(e,"v-if");if(t)e.if=t,Ii(e,{exp:t,block:e});else{null!=Ga(e,"v-else")&&(e.else=!0);var n=Ga(e,"v-else-if");n&&(e.elseif=n)}}(f),function(e){null!=Ga(e,"v-once")&&(e.once=!0)}(f)),a||(a=f),i?u(f):(r=f,o.push(f))},end:function(e,t,n){var a=o[o.length-1];o.length-=1,r=o[o.length-1],u(a)},chars:function(e,t,n){if(r&&(!Q||"textarea"!==r.tag||r.attrsMap.placeholder!==e)){var a,o,u,d=r.children;if(e=c||e.trim()?"script"===(a=r).tag||"style"===a.tag?e:vi(e):d.length?s?"condense"===s&&fi.test(e)?"":" ":i?" ":"":"")c||"condense"!==s||(e=e.replace(mi," ")),!l&&" "!==e&&(o=function(e,t){var n=t?ko(t):Io;if(n.test(e)){for(var a,r,o,i=[],s=[],l=n.lastIndex=0;a=n.exec(e);){(r=a.index)>l&&(s.push(o=e.slice(l,r)),i.push(JSON.stringify(o)));var c=xa(a[1].trim());i.push("_s("+c+")"),s.push({"@binding":c}),l=r+a[0].length}return l<e.length&&(s.push(o=e.slice(l)),i.push(JSON.stringify(o))),{expression:i.join("+"),tokens:s}}}(e,Ko))?u={type:2,expression:o.expression,tokens:o.tokens,text:e}:" "===e&&d.length&&" "===d[d.length-1].text||(u={type:3,text:e}),u&&d.push(u)}},comment:function(e,t,n){if(r){var a={type:3,text:e,isComment:!0};0,r.children.push(a)}}}),a}function yi(e,t){var n;!function(e){var t=Ua(e,"key");if(t){e.key=t}}(e),e.plain=!e.key&&!e.scopedSlots&&!e.attrsList.length,function(e){var t=Ua(e,"ref");t&&(e.ref=t,e.refInFor=function(e){var t=e;for(;t;){if(void 0!==t.for)return!0;t=t.parent}return!1}(e))}(e),function(e){var t;"template"===e.tag?(t=Ga(e,"scope"),e.slotScope=t||Ga(e,"slot-scope")):(t=Ga(e,"slot-scope"))&&(e.slotScope=t);var n=Ua(e,"slot");n&&(e.slotTarget='""'===n?'"default"':n,e.slotTargetDynamic=!(!e.attrsMap[":slot"]&&!e.attrsMap["v-bind:slot"]),"template"===e.tag||e.slotScope||Ra(e,"slot",n,function(e,t){return e.rawAttrsMap[":"+t]||e.rawAttrsMap["v-bind:"+t]||e.rawAttrsMap[t]}(e,"slot")));if("template"===e.tag){var a=Wa(e,pi);if(a){0;var r=Bi(a),o=r.name,i=r.dynamic;e.slotTarget=o,e.slotTargetDynamic=i,e.slotScope=a.value||gi}}else{var s=Wa(e,pi);if(s){0;var l=e.scopedSlots||(e.scopedSlots={}),c=Bi(s),u=c.name,d=c.dynamic,h=l[u]=_i("template",[],e);h.slotTarget=u,h.slotTargetDynamic=d,h.children=e.children.filter((function(e){if(!e.slotScope)return e.parent=h,!0})),h.slotScope=s.value||gi,e.children=[],e.plain=!1}}}(e),"slot"===(n=e).tag&&(n.slotName=Ua(n,"name")),function(e){var t;(t=Ua(e,"is"))&&(e.component=t);null!=Ga(e,"inline-template")&&(e.inlineTemplate=!0)}(e);for(var a=0;a<Qo.length;a++)e=Qo[a](e,t)||e;return function(e){var t,n,a,r,o,i,s,l,c=e.attrsList;for(t=0,n=c.length;t<n;t++){if(a=r=c[t].name,o=c[t].value,oi.test(a))if(e.hasBindings=!0,(i=ki(a.replace(oi,"")))&&(a=a.replace(hi,"")),di.test(a))a=a.replace(di,""),o=xa(o),(l=ci.test(a))&&(a=a.slice(1,-1)),i&&(i.prop&&!l&&"innerHtml"===(a=k(a))&&(a="innerHTML"),i.camel&&!l&&(a=k(a)),i.sync&&(s=Ja(o,"$event"),l?$a(e,'"update:"+('+a+")",s,null,!1,0,c[t],!0):($a(e,"update:"+k(a),s,null,!1,0,c[t]),w(a)!==k(a)&&$a(e,"update:"+w(a),s,null,!1,0,c[t])))),i&&i.prop||!e.component&&ni(e.tag,e.attrsMap.type,a)?Na(e,a,o,c[t],l):Ra(e,a,o,c[t],l);else if(ri.test(a))a=a.replace(ri,""),(l=ci.test(a))&&(a=a.slice(1,-1)),$a(e,a,o,i,!1,0,c[t],l);else{var u=(a=a.replace(oi,"")).match(ui),d=u&&u[1];l=!1,d&&(a=a.slice(0,-(d.length+1)),ci.test(d)&&(d=d.slice(1,-1),l=!0)),Ya(e,a,r,o,d,l,i,c[t])}else Ra(e,a,JSON.stringify(o),c[t]),!e.component&&"muted"===a&&ni(e.tag,e.attrsMap.type,a)&&Na(e,a,"true",c[t])}}(e),e}function Mi(e){var t;if(t=Ga(e,"v-for")){var n=function(e){var t=e.match(ii);if(!t)return;var n={};n.for=t[2].trim();var a=t[1].trim().replace(li,""),r=a.match(si);r?(n.alias=a.replace(si,"").trim(),n.iterator1=r[1].trim(),r[2]&&(n.iterator2=r[2].trim())):n.alias=a;return n}(t);n&&A(e,n)}}function Ii(e,t){e.ifConditions||(e.ifConditions=[]),e.ifConditions.push(t)}function Bi(e){var t=e.name.replace(pi,"");return t||"#"!==e.name[0]&&(t="default"),ci.test(t)?{name:t.slice(1,-1),dynamic:!0}:{name:'"'+t+'"',dynamic:!1}}function ki(e){var t=e.match(hi);if(t){var n={};return t.forEach((function(e){n[e.slice(1)]=!0})),n}}function Pi(e){for(var t={},n=0,a=e.length;n<a;n++)t[e[n].name]=e[n].value;return t}var Ti=/^xmlns:NS\d+/,wi=/^NS\d+:/;function Ei(e){return _i(e.tag,e.attrsList.slice(),e.parent)}var Oi=[Po,wo,{preTransformNode:function(e,t){if("input"===e.tag){var n,a=e.attrsMap;if(!a["v-model"])return;if((a[":type"]||a["v-bind:type"])&&(n=Ua(e,"type")),a.type||n||!a["v-bind"]||(n="("+a["v-bind"]+").type"),n){var r=Ga(e,"v-if",!0),o=r?"&&("+r+")":"",i=null!=Ga(e,"v-else",!0),s=Ga(e,"v-else-if",!0),l=Ei(e);Mi(l),Va(l,"type","checkbox"),yi(l,t),l.processed=!0,l.if="("+n+")==='checkbox'"+o,Ii(l,{exp:l.if,block:l});var c=Ei(e);Ga(c,"v-for",!0),Va(c,"type","radio"),yi(c,t),Ii(l,{exp:"("+n+")==='radio'"+o,block:c});var u=Ei(e);return Ga(u,"v-for",!0),Va(u,":type",n),yi(u,t),Ii(l,{exp:r,block:u}),i?l.else=!0:s&&(l.elseif=s),l}}}}];var Ai,Li,Si={model:function(e,t,n){n;var a=t.value,r=t.modifiers,o=e.tag,i=e.attrsMap.type;if(e.component)return Xa(e,a,r),!1;if("select"===o)!function(e,t,n){var a='var $$selectedVal = Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;return '+(n&&n.number?"_n(val)":"val")+"});";a=a+" "+Ja(t,"$event.target.multiple ? $$selectedVal : $$selectedVal[0]"),$a(e,"change",a,null,!0)}(e,a,r);else if("input"===o&&"checkbox"===i)!function(e,t,n){var a=n&&n.number,r=Ua(e,"value")||"null",o=Ua(e,"true-value")||"true",i=Ua(e,"false-value")||"false";Na(e,"checked","Array.isArray("+t+")?_i("+t+","+r+")>-1"+("true"===o?":("+t+")":":_q("+t+","+o+")")),$a(e,"change","var $$a="+t+",$$el=$event.target,$$c=$$el.checked?("+o+"):("+i+");if(Array.isArray($$a)){var $$v="+(a?"_n("+r+")":r)+",$$i=_i($$a,$$v);if($$el.checked){$$i<0&&("+Ja(t,"$$a.concat([$$v])")+")}else{$$i>-1&&("+Ja(t,"$$a.slice(0,$$i).concat($$a.slice($$i+1))")+")}}else{"+Ja(t,"$$c")+"}",null,!0)}(e,a,r);else if("input"===o&&"radio"===i)!function(e,t,n){var a=n&&n.number,r=Ua(e,"value")||"null";Na(e,"checked","_q("+t+","+(r=a?"_n("+r+")":r)+")"),$a(e,"change",Ja(t,r),null,!0)}(e,a,r);else if("input"===o||"textarea"===o)!function(e,t,n){var a=e.attrsMap.type;0;var r=n||{},o=r.lazy,i=r.number,s=r.trim,l=!o&&"range"!==a,c=o?"change":"range"===a?ar:"input",u="$event.target.value";s&&(u="$event.target.value.trim()");i&&(u="_n("+u+")");var d=Ja(t,u);l&&(d="if($event.target.composing)return;"+d);Na(e,"value","("+t+")"),$a(e,c,d,null,!0),(s||i)&&$a(e,"blur","$forceUpdate()")}(e,a,r);else{if(!V.isReservedTag(o))return Xa(e,a,r),!1}return!0},text:function(e,t){t.value&&Na(e,"textContent","_s("+t.value+")",t)},html:function(e,t){t.value&&Na(e,"innerHTML","_s("+t.value+")",t)}},Ci={expectHTML:!0,modules:Oi,directives:Si,isPreTag:function(e){return"pre"===e},isUnaryTag:Oo,mustUseProp:Yn,canBeLeftOpenTag:Ao,isReservedTag:aa,getTagNamespace:ra,staticKeys:function(e){return e.reduce((function(e,t){return e.concat(t.staticKeys||[])}),[]).join(",")}(Oi)},zi=I((function(e){return v("type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap"+(e?","+e:""))}));function xi(e,t){e&&(Ai=zi(t.staticKeys||""),Li=t.isReservedTag||C,Di(e),Fi(e,!1))}function Di(e){if(e.static=function(e){if(2===e.type)return!1;if(3===e.type)return!0;return!(!e.pre&&(e.hasBindings||e.if||e.for||g(e.tag)||!Li(e.tag)||function(e){for(;e.parent;){if("template"!==(e=e.parent).tag)return!1;if(e.for)return!0}return!1}(e)||!Object.keys(e).every(Ai)))}(e),1===e.type){if(!Li(e.tag)&&"slot"!==e.tag&&null==e.attrsMap["inline-template"])return;for(var t=0,n=e.children.length;t<n;t++){var a=e.children[t];Di(a),a.static||(e.static=!1)}if(e.ifConditions)for(var r=1,o=e.ifConditions.length;r<o;r++){var i=e.ifConditions[r].block;Di(i),i.static||(e.static=!1)}}}function Fi(e,t){if(1===e.type){if((e.static||e.once)&&(e.staticInFor=t),e.static&&e.children.length&&(1!==e.children.length||3!==e.children[0].type))return void(e.staticRoot=!0);if(e.staticRoot=!1,e.children)for(var n=0,a=e.children.length;n<a;n++)Fi(e.children[n],t||!!e.for);if(e.ifConditions)for(var r=1,o=e.ifConditions.length;r<o;r++)Fi(e.ifConditions[r].block,t)}}var Hi=/^([\w$_]+|\([^)]*?\))\s*=>|^function(?:\s+[\w$]+)?\s*\(/,Ni=/\([^)]*?\);*$/,Ri=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,Vi={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},Yi={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]},ji=function(e){return"if("+e+")return null;"},$i={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:ji("$event.target !== $event.currentTarget"),ctrl:ji("!$event.ctrlKey"),shift:ji("!$event.shiftKey"),alt:ji("!$event.altKey"),meta:ji("!$event.metaKey"),left:ji("'button' in $event && $event.button !== 0"),middle:ji("'button' in $event && $event.button !== 1"),right:ji("'button' in $event && $event.button !== 2")};function Ui(e,t){var n=t?"nativeOn:":"on:",a="",r="";for(var o in e){var i=Gi(e[o]);e[o]&&e[o].dynamic?r+=o+","+i+",":a+='"'+o+'":'+i+","}return a="{"+a.slice(0,-1)+"}",r?n+"_d("+a+",["+r.slice(0,-1)+"])":n+a}function Gi(e){if(!e)return"function(){}";if(Array.isArray(e))return"["+e.map((function(e){return Gi(e)})).join(",")+"]";var t=Ri.test(e.value),n=Hi.test(e.value),a=Ri.test(e.value.replace(Ni,""));if(e.modifiers){var r="",o="",i=[];for(var s in e.modifiers)if($i[s])o+=$i[s],Vi[s]&&i.push(s);else if("exact"===s){var l=e.modifiers;o+=ji(["ctrl","shift","alt","meta"].filter((function(e){return!l[e]})).map((function(e){return"$event."+e+"Key"})).join("||"))}else i.push(s);return i.length&&(r+=function(e){return"if(!$event.type.indexOf('key')&&"+e.map(Wi).join("&&")+")return null;"}(i)),o&&(r+=o),"function($event){"+r+(t?"return "+e.value+".apply(null, arguments)":n?"return ("+e.value+").apply(null, arguments)":a?"return "+e.value:e.value)+"}"}return t||n?e.value:"function($event){"+(a?"return "+e.value:e.value)+"}"}function Wi(e){var t=parseInt(e,10);if(t)return"$event.keyCode!=="+t;var n=Vi[e],a=Yi[e];return"_k($event.keyCode,"+JSON.stringify(e)+","+JSON.stringify(n)+",$event.key,"+JSON.stringify(a)+")"}var qi={on:function(e,t){e.wrapListeners=function(e){return"_g("+e+","+t.value+")"}},bind:function(e,t){e.wrapData=function(n){return"_b("+n+",'"+e.tag+"',"+t.value+","+(t.modifiers&&t.modifiers.prop?"true":"false")+(t.modifiers&&t.modifiers.sync?",true":"")+")"}},cloak:S},Xi=function(e){this.options=e,this.warn=e.warn||Fa,this.transforms=Ha(e.modules,"transformCode"),this.dataGenFns=Ha(e.modules,"genData"),this.directives=A(A({},qi),e.directives);var t=e.isReservedTag||C;this.maybeComponent=function(e){return!!e.component||!t(e.tag)},this.onceId=0,this.staticRenderFns=[],this.pre=!1};function Ji(e,t){var n=new Xi(t);return{render:"with(this){return "+(e?"script"===e.tag?"null":Ki(e,n):'_c("div")')+"}",staticRenderFns:n.staticRenderFns}}function Ki(e,t){if(e.parent&&(e.pre=e.pre||e.parent.pre),e.staticRoot&&!e.staticProcessed)return Qi(e,t);if(e.once&&!e.onceProcessed)return Zi(e,t);if(e.for&&!e.forProcessed)return ns(e,t);if(e.if&&!e.ifProcessed)return es(e,t);if("template"!==e.tag||e.slotTarget||t.pre){if("slot"===e.tag)return function(e,t){var n=e.slotName||'"default"',a=is(e,t),r="_t("+n+(a?",function(){return "+a+"}":""),o=e.attrs||e.dynamicAttrs?cs((e.attrs||[]).concat(e.dynamicAttrs||[]).map((function(e){return{name:k(e.name),value:e.value,dynamic:e.dynamic}}))):null,i=e.attrsMap["v-bind"];!o&&!i||a||(r+=",null");o&&(r+=","+o);i&&(r+=(o?"":",null")+","+i);return r+")"}(e,t);var n;if(e.component)n=function(e,t,n){var a=t.inlineTemplate?null:is(t,n,!0);return"_c("+e+","+as(t,n)+(a?","+a:"")+")"}(e.component,e,t);else{var a;(!e.plain||e.pre&&t.maybeComponent(e))&&(a=as(e,t));var r=e.inlineTemplate?null:is(e,t,!0);n="_c('"+e.tag+"'"+(a?","+a:"")+(r?","+r:"")+")"}for(var o=0;o<t.transforms.length;o++)n=t.transforms[o](e,n);return n}return is(e,t)||"void 0"}function Qi(e,t){e.staticProcessed=!0;var n=t.pre;return e.pre&&(t.pre=e.pre),t.staticRenderFns.push("with(this){return "+Ki(e,t)+"}"),t.pre=n,"_m("+(t.staticRenderFns.length-1)+(e.staticInFor?",true":"")+")"}function Zi(e,t){if(e.onceProcessed=!0,e.if&&!e.ifProcessed)return es(e,t);if(e.staticInFor){for(var n="",a=e.parent;a;){if(a.for){n=a.key;break}a=a.parent}return n?"_o("+Ki(e,t)+","+t.onceId+++","+n+")":Ki(e,t)}return Qi(e,t)}function es(e,t,n,a){return e.ifProcessed=!0,ts(e.ifConditions.slice(),t,n,a)}function ts(e,t,n,a){if(!e.length)return a||"_e()";var r=e.shift();return r.exp?"("+r.exp+")?"+o(r.block)+":"+ts(e,t,n,a):""+o(r.block);function o(e){return n?n(e,t):e.once?Zi(e,t):Ki(e,t)}}function ns(e,t,n,a){var r=e.for,o=e.alias,i=e.iterator1?","+e.iterator1:"",s=e.iterator2?","+e.iterator2:"";return e.forProcessed=!0,(a||"_l")+"(("+r+"),function("+o+i+s+"){return "+(n||Ki)(e,t)+"})"}function as(e,t){var n="{",a=function(e,t){var n=e.directives;if(!n)return;var a,r,o,i,s="directives:[",l=!1;for(a=0,r=n.length;a<r;a++){o=n[a],i=!0;var c=t.directives[o.name];c&&(i=!!c(e,o,t.warn)),i&&(l=!0,s+='{name:"'+o.name+'",rawName:"'+o.rawName+'"'+(o.value?",value:("+o.value+"),expression:"+JSON.stringify(o.value):"")+(o.arg?",arg:"+(o.isDynamicArg?o.arg:'"'+o.arg+'"'):"")+(o.modifiers?",modifiers:"+JSON.stringify(o.modifiers):"")+"},")}if(l)return s.slice(0,-1)+"]"}(e,t);a&&(n+=a+","),e.key&&(n+="key:"+e.key+","),e.ref&&(n+="ref:"+e.ref+","),e.refInFor&&(n+="refInFor:true,"),e.pre&&(n+="pre:true,"),e.component&&(n+='tag:"'+e.tag+'",');for(var r=0;r<t.dataGenFns.length;r++)n+=t.dataGenFns[r](e);if(e.attrs&&(n+="attrs:"+cs(e.attrs)+","),e.props&&(n+="domProps:"+cs(e.props)+","),e.events&&(n+=Ui(e.events,!1)+","),e.nativeEvents&&(n+=Ui(e.nativeEvents,!0)+","),e.slotTarget&&!e.slotScope&&(n+="slot:"+e.slotTarget+","),e.scopedSlots&&(n+=function(e,t,n){var a=e.for||Object.keys(t).some((function(e){var n=t[e];return n.slotTargetDynamic||n.if||n.for||rs(n)})),r=!!e.if;if(!a)for(var o=e.parent;o;){if(o.slotScope&&o.slotScope!==gi||o.for){a=!0;break}o.if&&(r=!0),o=o.parent}var i=Object.keys(t).map((function(e){return os(t[e],n)})).join(",");return"scopedSlots:_u(["+i+"]"+(a?",null,true":"")+(!a&&r?",null,false,"+function(e){var t=5381,n=e.length;for(;n;)t=33*t^e.charCodeAt(--n);return t>>>0}(i):"")+")"}(e,e.scopedSlots,t)+","),e.model&&(n+="model:{value:"+e.model.value+",callback:"+e.model.callback+",expression:"+e.model.expression+"},"),e.inlineTemplate){var o=function(e,t){var n=e.children[0];0;if(n&&1===n.type){var a=Ji(n,t.options);return"inlineTemplate:{render:function(){"+a.render+"},staticRenderFns:["+a.staticRenderFns.map((function(e){return"function(){"+e+"}"})).join(",")+"]}"}}(e,t);o&&(n+=o+",")}return n=n.replace(/,$/,"")+"}",e.dynamicAttrs&&(n="_b("+n+',"'+e.tag+'",'+cs(e.dynamicAttrs)+")"),e.wrapData&&(n=e.wrapData(n)),e.wrapListeners&&(n=e.wrapListeners(n)),n}function rs(e){return 1===e.type&&("slot"===e.tag||e.children.some(rs))}function os(e,t){var n=e.attrsMap["slot-scope"];if(e.if&&!e.ifProcessed&&!n)return es(e,t,os,"null");if(e.for&&!e.forProcessed)return ns(e,t,os);var a=e.slotScope===gi?"":String(e.slotScope),r="function("+a+"){return "+("template"===e.tag?e.if&&n?"("+e.if+")?"+(is(e,t)||"undefined")+":undefined":is(e,t)||"undefined":Ki(e,t))+"}",o=a?"":",proxy:true";return"{key:"+(e.slotTarget||'"default"')+",fn:"+r+o+"}"}function is(e,t,n,a,r){var o=e.children;if(o.length){var i=o[0];if(1===o.length&&i.for&&"template"!==i.tag&&"slot"!==i.tag){var s=n?t.maybeComponent(i)?",1":",0":"";return""+(a||Ki)(i,t)+s}var l=n?function(e,t){for(var n=0,a=0;a<e.length;a++){var r=e[a];if(1===r.type){if(ss(r)||r.ifConditions&&r.ifConditions.some((function(e){return ss(e.block)}))){n=2;break}(t(r)||r.ifConditions&&r.ifConditions.some((function(e){return t(e.block)})))&&(n=1)}}return n}(o,t.maybeComponent):0,c=r||ls;return"["+o.map((function(e){return c(e,t)})).join(",")+"]"+(l?","+l:"")}}function ss(e){return void 0!==e.for||"template"===e.tag||"slot"===e.tag}function ls(e,t){return 1===e.type?Ki(e,t):3===e.type&&e.isComment?function(e){return"_e("+JSON.stringify(e.text)+")"}(e):function(e){return"_v("+(2===e.type?e.expression:us(JSON.stringify(e.text)))+")"}(e)}function cs(e){for(var t="",n="",a=0;a<e.length;a++){var r=e[a],o=us(r.value);r.dynamic?n+=r.name+","+o+",":t+='"'+r.name+'":'+o+","}return t="{"+t.slice(0,-1)+"}",n?"_d("+t+",["+n.slice(0,-1)+"])":t}function us(e){return e.replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}new RegExp("\\b"+"do,if,for,let,new,try,var,case,else,with,await,break,catch,class,const,super,throw,while,yield,delete,export,import,return,switch,default,extends,finally,continue,debugger,function,arguments".split(",").join("\\b|\\b")+"\\b"),new RegExp("\\b"+"delete,typeof,void".split(",").join("\\s*\\([^\\)]*\\)|\\b")+"\\s*\\([^\\)]*\\)");function ds(e,t){try{return new Function(e)}catch(n){return t.push({err:n,code:e}),S}}function hs(e){var t=Object.create(null);return function(n,a,r){(a=A({},a)).warn;delete a.warn;var o=a.delimiters?String(a.delimiters)+n:n;if(t[o])return t[o];var i=e(n,a);var s={},l=[];return s.render=ds(i.render,l),s.staticRenderFns=i.staticRenderFns.map((function(e){return ds(e,l)})),t[o]=s}}var ps,fs,ms=(ps=function(e,t){var n=bi(e.trim(),t);!1!==t.optimize&&xi(n,t);var a=Ji(n,t);return{ast:n,render:a.render,staticRenderFns:a.staticRenderFns}},function(e){function t(t,n){var a=Object.create(e),r=[],o=[];if(n)for(var i in n.modules&&(a.modules=(e.modules||[]).concat(n.modules)),n.directives&&(a.directives=A(Object.create(e.directives||null),n.directives)),n)"modules"!==i&&"directives"!==i&&(a[i]=n[i]);a.warn=function(e,t,n){(n?o:r).push(e)};var s=ps(t.trim(),a);return s.errors=r,s.tips=o,s}return{compile:t,compileToFunctions:hs(t)}}),vs=ms(Ci),gs=(vs.compile,vs.compileToFunctions);function _s(e){return(fs=fs||document.createElement("div")).innerHTML=e?'<a href="\n"/>':'<div a="\n"/>',fs.innerHTML.indexOf("&#10;")>0}var bs=!!q&&_s(!1),ys=!!q&&_s(!0),Ms=I((function(e){var t=sa(e);return t&&t.innerHTML})),Is=Ln.prototype.$mount;Ln.prototype.$mount=function(e,t){if((e=e&&sa(e))===document.body||e===document.documentElement)return this;var n=this.$options;if(!n.render){var a=n.template;if(a)if("string"==typeof a)"#"===a.charAt(0)&&(a=Ms(a));else{if(!a.nodeType)return this;a=a.innerHTML}else e&&(a=function(e){if(e.outerHTML)return e.outerHTML;var t=document.createElement("div");return t.appendChild(e.cloneNode(!0)),t.innerHTML}(e));if(a){0;var r=gs(a,{outputSourceRange:!1,shouldDecodeNewlines:bs,shouldDecodeNewlinesForHref:ys,delimiters:n.delimiters,comments:n.comments},this),o=r.render,i=r.staticRenderFns;n.render=o,n.staticRenderFns=i}}return Is.call(this,e,t)},Ln.compile=gs;const Bs=Ln},83678:(e,t)=>{function n(e,t){var a={name:e.name,path:e.path,hash:e.hash,query:e.query,params:e.params,fullPath:e.fullPath,meta:e.meta};return t&&(a.from=n(t)),Object.freeze(a)}t.sync=function(e,t,a){var r=(a||{}).moduleName||"route";e.registerModule(r,{namespaced:!0,state:n(t.currentRoute),mutations:{ROUTE_CHANGED:function(t,a){e.state[r]=n(a.to,a.from)}}});var o,i=!1,s=e.watch((function(e){return e[r]}),(function(e){var n=e.fullPath;n!==o&&(null!=o&&(i=!0,t.push(e)),o=n)}),{sync:!0}),l=t.afterEach((function(t,n){i?i=!1:(o=t.fullPath,e.commit(r+"/ROUTE_CHANGED",{to:t,from:n}))}));return function(){null!=l&&l(),null!=s&&s(),e.unregisterModule(r)}}},20629:(e,t,n)=>{"use strict";n.r(t),n.d(t,{Store:()=>h,createLogger:()=>O,createNamespacedHelpers:()=>P,default:()=>z,install:()=>y,mapActions:()=>k,mapGetters:()=>B,mapMutations:()=>I,mapState:()=>M});var a=("undefined"!=typeof window?window:void 0!==n.g?n.g:{}).__VUE_DEVTOOLS_GLOBAL_HOOK__;function r(e,t){if(void 0===t&&(t=[]),null===e||"object"!=typeof e)return e;var n,a=(n=function(t){return t.original===e},t.filter(n)[0]);if(a)return a.copy;var o=Array.isArray(e)?[]:{};return t.push({original:e,copy:o}),Object.keys(e).forEach((function(n){o[n]=r(e[n],t)})),o}function o(e,t){Object.keys(e).forEach((function(n){return t(e[n],n)}))}function i(e){return null!==e&&"object"==typeof e}var s=function(e,t){this.runtime=t,this._children=Object.create(null),this._rawModule=e;var n=e.state;this.state=("function"==typeof n?n():n)||{}},l={namespaced:{configurable:!0}};l.namespaced.get=function(){return!!this._rawModule.namespaced},s.prototype.addChild=function(e,t){this._children[e]=t},s.prototype.removeChild=function(e){delete this._children[e]},s.prototype.getChild=function(e){return this._children[e]},s.prototype.hasChild=function(e){return e in this._children},s.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)},s.prototype.forEachChild=function(e){o(this._children,e)},s.prototype.forEachGetter=function(e){this._rawModule.getters&&o(this._rawModule.getters,e)},s.prototype.forEachAction=function(e){this._rawModule.actions&&o(this._rawModule.actions,e)},s.prototype.forEachMutation=function(e){this._rawModule.mutations&&o(this._rawModule.mutations,e)},Object.defineProperties(s.prototype,l);var c=function(e){this.register([],e,!1)};function u(e,t,n){if(t.update(n),n.modules)for(var a in n.modules){if(!t.getChild(a))return void 0;u(e.concat(a),t.getChild(a),n.modules[a])}}c.prototype.get=function(e){return e.reduce((function(e,t){return e.getChild(t)}),this.root)},c.prototype.getNamespace=function(e){var t=this.root;return e.reduce((function(e,n){return e+((t=t.getChild(n)).namespaced?n+"/":"")}),"")},c.prototype.update=function(e){u([],this.root,e)},c.prototype.register=function(e,t,n){var a=this;void 0===n&&(n=!0);var r=new s(t,n);0===e.length?this.root=r:this.get(e.slice(0,-1)).addChild(e[e.length-1],r);t.modules&&o(t.modules,(function(t,r){a.register(e.concat(r),t,n)}))},c.prototype.unregister=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1],a=t.getChild(n);a&&a.runtime&&t.removeChild(n)},c.prototype.isRegistered=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1];return!!t&&t.hasChild(n)};var d;var h=function(e){var t=this;void 0===e&&(e={}),!d&&"undefined"!=typeof window&&window.Vue&&y(window.Vue);var n=e.plugins;void 0===n&&(n=[]);var r=e.strict;void 0===r&&(r=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new c(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new d,this._makeLocalGettersCache=Object.create(null);var o=this,i=this.dispatch,s=this.commit;this.dispatch=function(e,t){return i.call(o,e,t)},this.commit=function(e,t,n){return s.call(o,e,t,n)},this.strict=r;var l=this._modules.root.state;g(this,l,[],this._modules.root),v(this,l),n.forEach((function(e){return e(t)})),(void 0!==e.devtools?e.devtools:d.config.devtools)&&function(e){a&&(e._devtoolHook=a,a.emit("vuex:init",e),a.on("vuex:travel-to-state",(function(t){e.replaceState(t)})),e.subscribe((function(e,t){a.emit("vuex:mutation",e,t)}),{prepend:!0}),e.subscribeAction((function(e,t){a.emit("vuex:action",e,t)}),{prepend:!0}))}(this)},p={state:{configurable:!0}};function f(e,t,n){return t.indexOf(e)<0&&(n&&n.prepend?t.unshift(e):t.push(e)),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function m(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var n=e.state;g(e,n,[],e._modules.root,!0),v(e,n,t)}function v(e,t,n){var a=e._vm;e.getters={},e._makeLocalGettersCache=Object.create(null);var r=e._wrappedGetters,i={};o(r,(function(t,n){i[n]=function(e,t){return function(){return e(t)}}(t,e),Object.defineProperty(e.getters,n,{get:function(){return e._vm[n]},enumerable:!0})}));var s=d.config.silent;d.config.silent=!0,e._vm=new d({data:{$$state:t},computed:i}),d.config.silent=s,e.strict&&function(e){e._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(e),a&&(n&&e._withCommit((function(){a._data.$$state=null})),d.nextTick((function(){return a.$destroy()})))}function g(e,t,n,a,r){var o=!n.length,i=e._modules.getNamespace(n);if(a.namespaced&&(e._modulesNamespaceMap[i],e._modulesNamespaceMap[i]=a),!o&&!r){var s=_(t,n.slice(0,-1)),l=n[n.length-1];e._withCommit((function(){d.set(s,l,a.state)}))}var c=a.context=function(e,t,n){var a=""===t,r={dispatch:a?e.dispatch:function(n,a,r){var o=b(n,a,r),i=o.payload,s=o.options,l=o.type;return s&&s.root||(l=t+l),e.dispatch(l,i)},commit:a?e.commit:function(n,a,r){var o=b(n,a,r),i=o.payload,s=o.options,l=o.type;s&&s.root||(l=t+l),e.commit(l,i,s)}};return Object.defineProperties(r,{getters:{get:a?function(){return e.getters}:function(){return function(e,t){if(!e._makeLocalGettersCache[t]){var n={},a=t.length;Object.keys(e.getters).forEach((function(r){if(r.slice(0,a)===t){var o=r.slice(a);Object.defineProperty(n,o,{get:function(){return e.getters[r]},enumerable:!0})}})),e._makeLocalGettersCache[t]=n}return e._makeLocalGettersCache[t]}(e,t)}},state:{get:function(){return _(e.state,n)}}}),r}(e,i,n);a.forEachMutation((function(t,n){!function(e,t,n,a){(e._mutations[t]||(e._mutations[t]=[])).push((function(t){n.call(e,a.state,t)}))}(e,i+n,t,c)})),a.forEachAction((function(t,n){var a=t.root?n:i+n,r=t.handler||t;!function(e,t,n,a){(e._actions[t]||(e._actions[t]=[])).push((function(t){var r,o=n.call(e,{dispatch:a.dispatch,commit:a.commit,getters:a.getters,state:a.state,rootGetters:e.getters,rootState:e.state},t);return(r=o)&&"function"==typeof r.then||(o=Promise.resolve(o)),e._devtoolHook?o.catch((function(t){throw e._devtoolHook.emit("vuex:error",t),t})):o}))}(e,a,r,c)})),a.forEachGetter((function(t,n){!function(e,t,n,a){if(e._wrappedGetters[t])return void 0;e._wrappedGetters[t]=function(e){return n(a.state,a.getters,e.state,e.getters)}}(e,i+n,t,c)})),a.forEachChild((function(a,o){g(e,t,n.concat(o),a,r)}))}function _(e,t){return t.reduce((function(e,t){return e[t]}),e)}function b(e,t,n){return i(e)&&e.type&&(n=t,t=e,e=e.type),{type:e,payload:t,options:n}}function y(e){d&&e===d||function(e){if(Number(e.version.split(".")[0])>=2)e.mixin({beforeCreate:n});else{var t=e.prototype._init;e.prototype._init=function(e){void 0===e&&(e={}),e.init=e.init?[n].concat(e.init):n,t.call(this,e)}}function n(){var e=this.$options;e.store?this.$store="function"==typeof e.store?e.store():e.store:e.parent&&e.parent.$store&&(this.$store=e.parent.$store)}}(d=e)}p.state.get=function(){return this._vm._data.$$state},p.state.set=function(e){0},h.prototype.commit=function(e,t,n){var a=this,r=b(e,t,n),o=r.type,i=r.payload,s=(r.options,{type:o,payload:i}),l=this._mutations[o];l&&(this._withCommit((function(){l.forEach((function(e){e(i)}))})),this._subscribers.slice().forEach((function(e){return e(s,a.state)})))},h.prototype.dispatch=function(e,t){var n=this,a=b(e,t),r=a.type,o=a.payload,i={type:r,payload:o},s=this._actions[r];if(s){try{this._actionSubscribers.slice().filter((function(e){return e.before})).forEach((function(e){return e.before(i,n.state)}))}catch(e){0}var l=s.length>1?Promise.all(s.map((function(e){return e(o)}))):s[0](o);return new Promise((function(e,t){l.then((function(t){try{n._actionSubscribers.filter((function(e){return e.after})).forEach((function(e){return e.after(i,n.state)}))}catch(e){0}e(t)}),(function(e){try{n._actionSubscribers.filter((function(e){return e.error})).forEach((function(t){return t.error(i,n.state,e)}))}catch(e){0}t(e)}))}))}},h.prototype.subscribe=function(e,t){return f(e,this._subscribers,t)},h.prototype.subscribeAction=function(e,t){return f("function"==typeof e?{before:e}:e,this._actionSubscribers,t)},h.prototype.watch=function(e,t,n){var a=this;return this._watcherVM.$watch((function(){return e(a.state,a.getters)}),t,n)},h.prototype.replaceState=function(e){var t=this;this._withCommit((function(){t._vm._data.$$state=e}))},h.prototype.registerModule=function(e,t,n){void 0===n&&(n={}),"string"==typeof e&&(e=[e]),this._modules.register(e,t),g(this,this.state,e,this._modules.get(e),n.preserveState),v(this,this.state)},h.prototype.unregisterModule=function(e){var t=this;"string"==typeof e&&(e=[e]),this._modules.unregister(e),this._withCommit((function(){var n=_(t.state,e.slice(0,-1));d.delete(n,e[e.length-1])})),m(this)},h.prototype.hasModule=function(e){return"string"==typeof e&&(e=[e]),this._modules.isRegistered(e)},h.prototype.hotUpdate=function(e){this._modules.update(e),m(this,!0)},h.prototype._withCommit=function(e){var t=this._committing;this._committing=!0,e(),this._committing=t},Object.defineProperties(h.prototype,p);var M=w((function(e,t){var n={};return T(t).forEach((function(t){var a=t.key,r=t.val;n[a]=function(){var t=this.$store.state,n=this.$store.getters;if(e){var a=E(this.$store,"mapState",e);if(!a)return;t=a.context.state,n=a.context.getters}return"function"==typeof r?r.call(this,t,n):t[r]},n[a].vuex=!0})),n})),I=w((function(e,t){var n={};return T(t).forEach((function(t){var a=t.key,r=t.val;n[a]=function(){for(var t=[],n=arguments.length;n--;)t[n]=arguments[n];var a=this.$store.commit;if(e){var o=E(this.$store,"mapMutations",e);if(!o)return;a=o.context.commit}return"function"==typeof r?r.apply(this,[a].concat(t)):a.apply(this.$store,[r].concat(t))}})),n})),B=w((function(e,t){var n={};return T(t).forEach((function(t){var a=t.key,r=t.val;r=e+r,n[a]=function(){if(!e||E(this.$store,"mapGetters",e))return this.$store.getters[r]},n[a].vuex=!0})),n})),k=w((function(e,t){var n={};return T(t).forEach((function(t){var a=t.key,r=t.val;n[a]=function(){for(var t=[],n=arguments.length;n--;)t[n]=arguments[n];var a=this.$store.dispatch;if(e){var o=E(this.$store,"mapActions",e);if(!o)return;a=o.context.dispatch}return"function"==typeof r?r.apply(this,[a].concat(t)):a.apply(this.$store,[r].concat(t))}})),n})),P=function(e){return{mapState:M.bind(null,e),mapGetters:B.bind(null,e),mapMutations:I.bind(null,e),mapActions:k.bind(null,e)}};function T(e){return function(e){return Array.isArray(e)||i(e)}(e)?Array.isArray(e)?e.map((function(e){return{key:e,val:e}})):Object.keys(e).map((function(t){return{key:t,val:e[t]}})):[]}function w(e){return function(t,n){return"string"!=typeof t?(n=t,t=""):"/"!==t.charAt(t.length-1)&&(t+="/"),e(t,n)}}function E(e,t,n){return e._modulesNamespaceMap[n]}function O(e){void 0===e&&(e={});var t=e.collapsed;void 0===t&&(t=!0);var n=e.filter;void 0===n&&(n=function(e,t,n){return!0});var a=e.transformer;void 0===a&&(a=function(e){return e});var o=e.mutationTransformer;void 0===o&&(o=function(e){return e});var i=e.actionFilter;void 0===i&&(i=function(e,t){return!0});var s=e.actionTransformer;void 0===s&&(s=function(e){return e});var l=e.logMutations;void 0===l&&(l=!0);var c=e.logActions;void 0===c&&(c=!0);var u=e.logger;return void 0===u&&(u=console),function(e){var d=r(e.state);void 0!==u&&(l&&e.subscribe((function(e,i){var s=r(i);if(n(e,d,s)){var l=S(),c=o(e),h="mutation "+e.type+l;A(u,h,t),u.log("%c prev state","color: #9E9E9E; font-weight: bold",a(d)),u.log("%c mutation","color: #03A9F4; font-weight: bold",c),u.log("%c next state","color: #4CAF50; font-weight: bold",a(s)),L(u)}d=s})),c&&e.subscribeAction((function(e,n){if(i(e,n)){var a=S(),r=s(e),o="action "+e.type+a;A(u,o,t),u.log("%c action","color: #03A9F4; font-weight: bold",r),L(u)}})))}}function A(e,t,n){var a=n?e.groupCollapsed:e.group;try{a.call(e,t)}catch(n){e.log(t)}}function L(e){try{e.groupEnd()}catch(t){e.log("—— log end ——")}}function S(){var e=new Date;return" @ "+C(e.getHours(),2)+":"+C(e.getMinutes(),2)+":"+C(e.getSeconds(),2)+"."+C(e.getMilliseconds(),3)}function C(e,t){return n="0",a=t-e.toString().length,new Array(a+1).join(n)+e;var n,a}const z={Store:h,install:y,version:"3.6.2",mapState:M,mapMutations:I,mapGetters:B,mapActions:k,createNamespacedHelpers:P,createLogger:O}},88593:e=>{"use strict";e.exports=JSON.parse('{"_args":[["axios@0.21.4","/Users/dansup/Github/pixelfed"]],"_development":true,"_from":"axios@0.21.4","_id":"axios@0.21.4","_inBundle":false,"_integrity":"sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==","_location":"/axios","_phantomChildren":{},"_requested":{"type":"version","registry":true,"raw":"axios@0.21.4","name":"axios","escapedName":"axios","rawSpec":"0.21.4","saveSpec":null,"fetchSpec":"0.21.4"},"_requiredBy":["#DEV:/"],"_resolved":"https://registry.npmjs.org/axios/-/axios-0.21.4.tgz","_spec":"0.21.4","_where":"/Users/dansup/Github/pixelfed","author":{"name":"Matt Zabriskie"},"browser":{"./lib/adapters/http.js":"./lib/adapters/xhr.js"},"bugs":{"url":"https://github.com/axios/axios/issues"},"bundlesize":[{"path":"./dist/axios.min.js","threshold":"5kB"}],"dependencies":{"follow-redirects":"^1.14.0"},"description":"Promise based HTTP client for the browser and node.js","devDependencies":{"coveralls":"^3.0.0","es6-promise":"^4.2.4","grunt":"^1.3.0","grunt-banner":"^0.6.0","grunt-cli":"^1.2.0","grunt-contrib-clean":"^1.1.0","grunt-contrib-watch":"^1.0.0","grunt-eslint":"^23.0.0","grunt-karma":"^4.0.0","grunt-mocha-test":"^0.13.3","grunt-ts":"^6.0.0-beta.19","grunt-webpack":"^4.0.2","istanbul-instrumenter-loader":"^1.0.0","jasmine-core":"^2.4.1","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-jasmine":"^1.1.1","karma-jasmine-ajax":"^0.1.13","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^4.3.6","karma-sinon":"^1.0.5","karma-sourcemap-loader":"^0.3.8","karma-webpack":"^4.0.2","load-grunt-tasks":"^3.5.2","minimist":"^1.2.0","mocha":"^8.2.1","sinon":"^4.5.0","terser-webpack-plugin":"^4.2.3","typescript":"^4.0.5","url-search-params":"^0.10.0","webpack":"^4.44.2","webpack-dev-server":"^3.11.0"},"homepage":"https://axios-http.com","jsdelivr":"dist/axios.min.js","keywords":["xhr","http","ajax","promise","node"],"license":"MIT","main":"index.js","name":"axios","repository":{"type":"git","url":"git+https://github.com/axios/axios.git"},"scripts":{"build":"NODE_ENV=production grunt build","coveralls":"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js","examples":"node ./examples/server.js","fix":"eslint --fix lib/**/*.js","postversion":"git push && git push --tags","preversion":"npm test","start":"node ./sandbox/server.js","test":"grunt test","version":"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json"},"typings":"./index.d.ts","unpkg":"dist/axios.min.js","version":"0.21.4"}')}}]);